Skip to content
This repository was archived by the owner on Apr 14, 2023. It is now read-only.

Commit 55b2f82

Browse files
chore(release): 2.0.9 [skip ci]
## [2.0.9](v2.0.8...v2.0.9) (2022-03-18) ### Bug Fixes * **deps:** update dependency @actions/exec to ^1.1.1 ([b52ab35](b52ab35)) * **deps:** update dependency @actions/tool-cache to ^1.7.2 ([dc22c63](dc22c63))
1 parent eb27322 commit 55b2f82

File tree

4 files changed

+67
-59
lines changed

4 files changed

+67
-59
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.0.9](https://github.com/UziTech/action-setup-atom/compare/v2.0.8...v2.0.9) (2022-03-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** update dependency @actions/exec to ^1.1.1 ([b52ab35](https://github.com/UziTech/action-setup-atom/commit/b52ab35387bbe43256f079d604e6105043d17aa3))
7+
* **deps:** update dependency @actions/tool-cache to ^1.7.2 ([dc22c63](https://github.com/UziTech/action-setup-atom/commit/dc22c63119c4b1fc5b67aa2bbf2699be8d0334c3))
8+
19
## [2.0.8](https://github.com/UziTech/action-setup-atom/compare/v2.0.7...v2.0.8) (2021-09-28)
210

311

dist/index.js

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
2727
};
2828
Object.defineProperty(exports, "__esModule", ({ value: true }));
2929
exports.issue = exports.issueCommand = void 0;
30-
const os = __importStar(__nccwpck_require__(87));
30+
const os = __importStar(__nccwpck_require__(37));
3131
const utils_1 = __nccwpck_require__(278);
3232
/**
3333
* Commands
@@ -138,8 +138,8 @@ exports.getIDToken = exports.getState = exports.saveState = exports.group = expo
138138
const command_1 = __nccwpck_require__(351);
139139
const file_command_1 = __nccwpck_require__(717);
140140
const utils_1 = __nccwpck_require__(278);
141-
const os = __importStar(__nccwpck_require__(87));
142-
const path = __importStar(__nccwpck_require__(622));
141+
const os = __importStar(__nccwpck_require__(37));
142+
const path = __importStar(__nccwpck_require__(17));
143143
const oidc_utils_1 = __nccwpck_require__(41);
144144
/**
145145
* The code to exit an action
@@ -448,8 +448,8 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
448448
exports.issueCommand = void 0;
449449
// We use any as a valid input type
450450
/* eslint-disable @typescript-eslint/no-explicit-any */
451-
const fs = __importStar(__nccwpck_require__(747));
452-
const os = __importStar(__nccwpck_require__(87));
451+
const fs = __importStar(__nccwpck_require__(147));
452+
const os = __importStar(__nccwpck_require__(37));
453453
const utils_1 = __nccwpck_require__(278);
454454
function issueCommand(command, message) {
455455
const filePath = process.env[`GITHUB_${command}`];
@@ -634,7 +634,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
634634
};
635635
Object.defineProperty(exports, "__esModule", ({ value: true }));
636636
exports.getExecOutput = exports.exec = void 0;
637-
const string_decoder_1 = __nccwpck_require__(304);
637+
const string_decoder_1 = __nccwpck_require__(576);
638638
const tr = __importStar(__nccwpck_require__(159));
639639
/**
640640
* Exec a command.
@@ -744,13 +744,13 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
744744
};
745745
Object.defineProperty(exports, "__esModule", ({ value: true }));
746746
exports.argStringToArray = exports.ToolRunner = void 0;
747-
const os = __importStar(__nccwpck_require__(87));
748-
const events = __importStar(__nccwpck_require__(614));
749-
const child = __importStar(__nccwpck_require__(129));
750-
const path = __importStar(__nccwpck_require__(622));
747+
const os = __importStar(__nccwpck_require__(37));
748+
const events = __importStar(__nccwpck_require__(361));
749+
const child = __importStar(__nccwpck_require__(81));
750+
const path = __importStar(__nccwpck_require__(17));
751751
const io = __importStar(__nccwpck_require__(436));
752752
const ioUtil = __importStar(__nccwpck_require__(962));
753-
const timers_1 = __nccwpck_require__(213);
753+
const timers_1 = __nccwpck_require__(512);
754754
/* eslint-disable @typescript-eslint/unbound-method */
755755
const IS_WINDOWS = process.platform === 'win32';
756756
/*
@@ -1406,8 +1406,8 @@ exports.PersonalAccessTokenCredentialHandler = PersonalAccessTokenCredentialHand
14061406
"use strict";
14071407

14081408
Object.defineProperty(exports, "__esModule", ({ value: true }));
1409-
const http = __nccwpck_require__(605);
1410-
const https = __nccwpck_require__(211);
1409+
const http = __nccwpck_require__(685);
1410+
const https = __nccwpck_require__(687);
14111411
const pm = __nccwpck_require__(443);
14121412
let tunnel;
14131413
var HttpCodes;
@@ -2046,8 +2046,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
20462046
var _a;
20472047
Object.defineProperty(exports, "__esModule", ({ value: true }));
20482048
exports.getCmdPath = exports.tryGetExecutablePath = exports.isRooted = exports.isDirectory = exports.exists = exports.IS_WINDOWS = exports.unlink = exports.symlink = exports.stat = exports.rmdir = exports.rename = exports.readlink = exports.readdir = exports.mkdir = exports.lstat = exports.copyFile = exports.chmod = void 0;
2049-
const fs = __importStar(__nccwpck_require__(747));
2050-
const path = __importStar(__nccwpck_require__(622));
2049+
const fs = __importStar(__nccwpck_require__(147));
2050+
const path = __importStar(__nccwpck_require__(17));
20512051
_a = fs.promises, exports.chmod = _a.chmod, exports.copyFile = _a.copyFile, exports.lstat = _a.lstat, exports.mkdir = _a.mkdir, exports.readdir = _a.readdir, exports.readlink = _a.readlink, exports.rename = _a.rename, exports.rmdir = _a.rmdir, exports.stat = _a.stat, exports.symlink = _a.symlink, exports.unlink = _a.unlink;
20522052
exports.IS_WINDOWS = process.platform === 'win32';
20532053
function exists(fsPath) {
@@ -2229,10 +2229,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
22292229
};
22302230
Object.defineProperty(exports, "__esModule", ({ value: true }));
22312231
exports.findInPath = exports.which = exports.mkdirP = exports.rmRF = exports.mv = exports.cp = void 0;
2232-
const assert_1 = __nccwpck_require__(357);
2233-
const childProcess = __importStar(__nccwpck_require__(129));
2234-
const path = __importStar(__nccwpck_require__(622));
2235-
const util_1 = __nccwpck_require__(669);
2232+
const assert_1 = __nccwpck_require__(491);
2233+
const childProcess = __importStar(__nccwpck_require__(81));
2234+
const path = __importStar(__nccwpck_require__(17));
2235+
const util_1 = __nccwpck_require__(837);
22362236
const ioUtil = __importStar(__nccwpck_require__(962));
22372237
const exec = util_1.promisify(childProcess.exec);
22382238
const execFile = util_1.promisify(childProcess.execFile);
@@ -2581,9 +2581,9 @@ const semver = __importStar(__nccwpck_require__(911));
25812581
const core_1 = __nccwpck_require__(186);
25822582
// needs to be require for core node modules to be mocked
25832583
/* eslint @typescript-eslint/no-require-imports: 0 */
2584-
const os = __nccwpck_require__(87);
2585-
const cp = __nccwpck_require__(129);
2586-
const fs = __nccwpck_require__(747);
2584+
const os = __nccwpck_require__(37);
2585+
const cp = __nccwpck_require__(81);
2586+
const fs = __nccwpck_require__(147);
25872587
function _findMatch(versionSpec, stable, candidates, archFilter) {
25882588
return __awaiter(this, void 0, void 0, function* () {
25892589
const platFilter = os.platform();
@@ -2807,17 +2807,17 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
28072807
exports.evaluateVersions = exports.isExplicitVersion = exports.findFromManifest = exports.getManifestFromRepo = exports.findAllVersions = exports.find = exports.cacheFile = exports.cacheDir = exports.extractZip = exports.extractXar = exports.extractTar = exports.extract7z = exports.downloadTool = exports.HTTPError = void 0;
28082808
const core = __importStar(__nccwpck_require__(186));
28092809
const io = __importStar(__nccwpck_require__(436));
2810-
const fs = __importStar(__nccwpck_require__(747));
2810+
const fs = __importStar(__nccwpck_require__(147));
28112811
const mm = __importStar(__nccwpck_require__(473));
2812-
const os = __importStar(__nccwpck_require__(87));
2813-
const path = __importStar(__nccwpck_require__(622));
2812+
const os = __importStar(__nccwpck_require__(37));
2813+
const path = __importStar(__nccwpck_require__(17));
28142814
const httpm = __importStar(__nccwpck_require__(925));
28152815
const semver = __importStar(__nccwpck_require__(911));
2816-
const stream = __importStar(__nccwpck_require__(413));
2817-
const util = __importStar(__nccwpck_require__(669));
2816+
const stream = __importStar(__nccwpck_require__(781));
2817+
const util = __importStar(__nccwpck_require__(837));
28182818
const v4_1 = __importDefault(__nccwpck_require__(824));
28192819
const exec_1 = __nccwpck_require__(514);
2820-
const assert_1 = __nccwpck_require__(357);
2820+
const assert_1 = __nccwpck_require__(491);
28212821
const retry_helper_1 = __nccwpck_require__(279);
28222822
class HTTPError extends Error {
28232823
constructor(httpStatusCode) {
@@ -5056,13 +5056,13 @@ module.exports = __nccwpck_require__(219);
50565056
"use strict";
50575057

50585058

5059-
var net = __nccwpck_require__(631);
5060-
var tls = __nccwpck_require__(16);
5061-
var http = __nccwpck_require__(605);
5062-
var https = __nccwpck_require__(211);
5063-
var events = __nccwpck_require__(614);
5064-
var assert = __nccwpck_require__(357);
5065-
var util = __nccwpck_require__(669);
5059+
var net = __nccwpck_require__(808);
5060+
var tls = __nccwpck_require__(404);
5061+
var http = __nccwpck_require__(685);
5062+
var https = __nccwpck_require__(687);
5063+
var events = __nccwpck_require__(361);
5064+
var assert = __nccwpck_require__(491);
5065+
var util = __nccwpck_require__(837);
50665066

50675067

50685068
exports.httpOverHttp = httpOverHttp;
@@ -5361,7 +5361,7 @@ module.exports = bytesToUuid;
53615361
// Unique ID creation requires a high quality random # generator. In node.js
53625362
// this is pretty straight-forward - we use the crypto API.
53635363

5364-
var crypto = __nccwpck_require__(417);
5364+
var crypto = __nccwpck_require__(113);
53655365

53665366
module.exports = function nodeRNG() {
53675367
return crypto.randomBytes(16);
@@ -5409,7 +5409,7 @@ module.exports = v4;
54095409
/***/ 94:
54105410
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
54115411

5412-
const path = __nccwpck_require__(622);
5412+
const path = __nccwpck_require__(17);
54135413
if (!process.env.GITHUB_ACTIONS) {
54145414
if (process.env.USERPROFILE) {
54155415
process.env.RUNNER_TEMP = path.resolve(process.env.USERPROFILE, "./temp");
@@ -5422,10 +5422,10 @@ if (!process.env.GITHUB_ACTIONS) {
54225422
const tc = __nccwpck_require__(784);
54235423
const core = __nccwpck_require__(186);
54245424
const {exec} = __nccwpck_require__(514);
5425-
const {promisify} = __nccwpck_require__(669);
5426-
const cp = __nccwpck_require__(129);
5425+
const {promisify} = __nccwpck_require__(837);
5426+
const cp = __nccwpck_require__(81);
54275427
const execAsync = promisify(cp.exec);
5428-
const fs = __nccwpck_require__(747);
5428+
const fs = __nccwpck_require__(147);
54295429
const writeFileAsync = promisify(fs.writeFile);
54305430

54315431
const CHANNELS = [
@@ -5571,119 +5571,119 @@ module.exports = {
55715571

55725572
/***/ }),
55735573

5574-
/***/ 357:
5574+
/***/ 491:
55755575
/***/ ((module) => {
55765576

55775577
"use strict";
55785578
module.exports = require("assert");
55795579

55805580
/***/ }),
55815581

5582-
/***/ 129:
5582+
/***/ 81:
55835583
/***/ ((module) => {
55845584

55855585
"use strict";
55865586
module.exports = require("child_process");
55875587

55885588
/***/ }),
55895589

5590-
/***/ 417:
5590+
/***/ 113:
55915591
/***/ ((module) => {
55925592

55935593
"use strict";
55945594
module.exports = require("crypto");
55955595

55965596
/***/ }),
55975597

5598-
/***/ 614:
5598+
/***/ 361:
55995599
/***/ ((module) => {
56005600

56015601
"use strict";
56025602
module.exports = require("events");
56035603

56045604
/***/ }),
56055605

5606-
/***/ 747:
5606+
/***/ 147:
56075607
/***/ ((module) => {
56085608

56095609
"use strict";
56105610
module.exports = require("fs");
56115611

56125612
/***/ }),
56135613

5614-
/***/ 605:
5614+
/***/ 685:
56155615
/***/ ((module) => {
56165616

56175617
"use strict";
56185618
module.exports = require("http");
56195619

56205620
/***/ }),
56215621

5622-
/***/ 211:
5622+
/***/ 687:
56235623
/***/ ((module) => {
56245624

56255625
"use strict";
56265626
module.exports = require("https");
56275627

56285628
/***/ }),
56295629

5630-
/***/ 631:
5630+
/***/ 808:
56315631
/***/ ((module) => {
56325632

56335633
"use strict";
56345634
module.exports = require("net");
56355635

56365636
/***/ }),
56375637

5638-
/***/ 87:
5638+
/***/ 37:
56395639
/***/ ((module) => {
56405640

56415641
"use strict";
56425642
module.exports = require("os");
56435643

56445644
/***/ }),
56455645

5646-
/***/ 622:
5646+
/***/ 17:
56475647
/***/ ((module) => {
56485648

56495649
"use strict";
56505650
module.exports = require("path");
56515651

56525652
/***/ }),
56535653

5654-
/***/ 413:
5654+
/***/ 781:
56555655
/***/ ((module) => {
56565656

56575657
"use strict";
56585658
module.exports = require("stream");
56595659

56605660
/***/ }),
56615661

5662-
/***/ 304:
5662+
/***/ 576:
56635663
/***/ ((module) => {
56645664

56655665
"use strict";
56665666
module.exports = require("string_decoder");
56675667

56685668
/***/ }),
56695669

5670-
/***/ 213:
5670+
/***/ 512:
56715671
/***/ ((module) => {
56725672

56735673
"use strict";
56745674
module.exports = require("timers");
56755675

56765676
/***/ }),
56775677

5678-
/***/ 16:
5678+
/***/ 404:
56795679
/***/ ((module) => {
56805680

56815681
"use strict";
56825682
module.exports = require("tls");
56835683

56845684
/***/ }),
56855685

5686-
/***/ 669:
5686+
/***/ 837:
56875687
/***/ ((module) => {
56885688

56895689
"use strict";
@@ -5732,7 +5732,7 @@ module.exports = require("util");
57325732
var __webpack_exports__ = {};
57335733
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
57345734
(() => {
5735-
const path = __nccwpck_require__(622);
5735+
const path = __nccwpck_require__(17);
57365736
if (!process.env.GITHUB_ACTIONS) {
57375737
if (process.env.USERPROFILE) {
57385738
process.env.RUNNER_TEMP = path.resolve(process.env.USERPROFILE, "./temp");

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-atom",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
44
"description": "Setup Atom and APM",
55
"main": "./src/setup-atom.js",
66
"scripts": {

0 commit comments

Comments
 (0)