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

Commit

Permalink
chore(release): 2.0.9 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Mar 18, 2022
1 parent eb27322 commit 55b2f82
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 59 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.0.9](https://github.com/UziTech/action-setup-atom/compare/v2.0.8...v2.0.9) (2022-03-18)


### Bug Fixes

* **deps:** update dependency @actions/exec to ^1.1.1 ([b52ab35](https://github.com/UziTech/action-setup-atom/commit/b52ab35387bbe43256f079d604e6105043d17aa3))
* **deps:** update dependency @actions/tool-cache to ^1.7.2 ([dc22c63](https://github.com/UziTech/action-setup-atom/commit/dc22c63119c4b1fc5b67aa2bbf2699be8d0334c3))

## [2.0.8](https://github.com/UziTech/action-setup-atom/compare/v2.0.7...v2.0.8) (2021-09-28)


Expand Down
112 changes: 56 additions & 56 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
};
Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.issue = exports.issueCommand = void 0;
const os = __importStar(__nccwpck_require__(87));
const os = __importStar(__nccwpck_require__(37));
const utils_1 = __nccwpck_require__(278);
/**
* Commands
Expand Down Expand Up @@ -138,8 +138,8 @@ exports.getIDToken = exports.getState = exports.saveState = exports.group = expo
const command_1 = __nccwpck_require__(351);
const file_command_1 = __nccwpck_require__(717);
const utils_1 = __nccwpck_require__(278);
const os = __importStar(__nccwpck_require__(87));
const path = __importStar(__nccwpck_require__(622));
const os = __importStar(__nccwpck_require__(37));
const path = __importStar(__nccwpck_require__(17));
const oidc_utils_1 = __nccwpck_require__(41);
/**
* The code to exit an action
Expand Down Expand Up @@ -448,8 +448,8 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.issueCommand = void 0;
// We use any as a valid input type
/* eslint-disable @typescript-eslint/no-explicit-any */
const fs = __importStar(__nccwpck_require__(747));
const os = __importStar(__nccwpck_require__(87));
const fs = __importStar(__nccwpck_require__(147));
const os = __importStar(__nccwpck_require__(37));
const utils_1 = __nccwpck_require__(278);
function issueCommand(command, message) {
const filePath = process.env[`GITHUB_${command}`];
Expand Down Expand Up @@ -634,7 +634,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
};
Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.getExecOutput = exports.exec = void 0;
const string_decoder_1 = __nccwpck_require__(304);
const string_decoder_1 = __nccwpck_require__(576);
const tr = __importStar(__nccwpck_require__(159));
/**
* Exec a command.
Expand Down Expand Up @@ -744,13 +744,13 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
};
Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.argStringToArray = exports.ToolRunner = void 0;
const os = __importStar(__nccwpck_require__(87));
const events = __importStar(__nccwpck_require__(614));
const child = __importStar(__nccwpck_require__(129));
const path = __importStar(__nccwpck_require__(622));
const os = __importStar(__nccwpck_require__(37));
const events = __importStar(__nccwpck_require__(361));
const child = __importStar(__nccwpck_require__(81));
const path = __importStar(__nccwpck_require__(17));
const io = __importStar(__nccwpck_require__(436));
const ioUtil = __importStar(__nccwpck_require__(962));
const timers_1 = __nccwpck_require__(213);
const timers_1 = __nccwpck_require__(512);
/* eslint-disable @typescript-eslint/unbound-method */
const IS_WINDOWS = process.platform === 'win32';
/*
Expand Down Expand Up @@ -1406,8 +1406,8 @@ exports.PersonalAccessTokenCredentialHandler = PersonalAccessTokenCredentialHand
"use strict";

Object.defineProperty(exports, "__esModule", ({ value: true }));
const http = __nccwpck_require__(605);
const https = __nccwpck_require__(211);
const http = __nccwpck_require__(685);
const https = __nccwpck_require__(687);
const pm = __nccwpck_require__(443);
let tunnel;
var HttpCodes;
Expand Down Expand Up @@ -2046,8 +2046,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
var _a;
Object.defineProperty(exports, "__esModule", ({ value: true }));
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;
const fs = __importStar(__nccwpck_require__(747));
const path = __importStar(__nccwpck_require__(622));
const fs = __importStar(__nccwpck_require__(147));
const path = __importStar(__nccwpck_require__(17));
_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;
exports.IS_WINDOWS = process.platform === 'win32';
function exists(fsPath) {
Expand Down Expand Up @@ -2229,10 +2229,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
};
Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.findInPath = exports.which = exports.mkdirP = exports.rmRF = exports.mv = exports.cp = void 0;
const assert_1 = __nccwpck_require__(357);
const childProcess = __importStar(__nccwpck_require__(129));
const path = __importStar(__nccwpck_require__(622));
const util_1 = __nccwpck_require__(669);
const assert_1 = __nccwpck_require__(491);
const childProcess = __importStar(__nccwpck_require__(81));
const path = __importStar(__nccwpck_require__(17));
const util_1 = __nccwpck_require__(837);
const ioUtil = __importStar(__nccwpck_require__(962));
const exec = util_1.promisify(childProcess.exec);
const execFile = util_1.promisify(childProcess.execFile);
Expand Down Expand Up @@ -2581,9 +2581,9 @@ const semver = __importStar(__nccwpck_require__(911));
const core_1 = __nccwpck_require__(186);
// needs to be require for core node modules to be mocked
/* eslint @typescript-eslint/no-require-imports: 0 */
const os = __nccwpck_require__(87);
const cp = __nccwpck_require__(129);
const fs = __nccwpck_require__(747);
const os = __nccwpck_require__(37);
const cp = __nccwpck_require__(81);
const fs = __nccwpck_require__(147);
function _findMatch(versionSpec, stable, candidates, archFilter) {
return __awaiter(this, void 0, void 0, function* () {
const platFilter = os.platform();
Expand Down Expand Up @@ -2807,17 +2807,17 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
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;
const core = __importStar(__nccwpck_require__(186));
const io = __importStar(__nccwpck_require__(436));
const fs = __importStar(__nccwpck_require__(747));
const fs = __importStar(__nccwpck_require__(147));
const mm = __importStar(__nccwpck_require__(473));
const os = __importStar(__nccwpck_require__(87));
const path = __importStar(__nccwpck_require__(622));
const os = __importStar(__nccwpck_require__(37));
const path = __importStar(__nccwpck_require__(17));
const httpm = __importStar(__nccwpck_require__(925));
const semver = __importStar(__nccwpck_require__(911));
const stream = __importStar(__nccwpck_require__(413));
const util = __importStar(__nccwpck_require__(669));
const stream = __importStar(__nccwpck_require__(781));
const util = __importStar(__nccwpck_require__(837));
const v4_1 = __importDefault(__nccwpck_require__(824));
const exec_1 = __nccwpck_require__(514);
const assert_1 = __nccwpck_require__(357);
const assert_1 = __nccwpck_require__(491);
const retry_helper_1 = __nccwpck_require__(279);
class HTTPError extends Error {
constructor(httpStatusCode) {
Expand Down Expand Up @@ -5056,13 +5056,13 @@ module.exports = __nccwpck_require__(219);
"use strict";


var net = __nccwpck_require__(631);
var tls = __nccwpck_require__(16);
var http = __nccwpck_require__(605);
var https = __nccwpck_require__(211);
var events = __nccwpck_require__(614);
var assert = __nccwpck_require__(357);
var util = __nccwpck_require__(669);
var net = __nccwpck_require__(808);
var tls = __nccwpck_require__(404);
var http = __nccwpck_require__(685);
var https = __nccwpck_require__(687);
var events = __nccwpck_require__(361);
var assert = __nccwpck_require__(491);
var util = __nccwpck_require__(837);


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

var crypto = __nccwpck_require__(417);
var crypto = __nccwpck_require__(113);

module.exports = function nodeRNG() {
return crypto.randomBytes(16);
Expand Down Expand Up @@ -5409,7 +5409,7 @@ module.exports = v4;
/***/ 94:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {

const path = __nccwpck_require__(622);
const path = __nccwpck_require__(17);
if (!process.env.GITHUB_ACTIONS) {
if (process.env.USERPROFILE) {
process.env.RUNNER_TEMP = path.resolve(process.env.USERPROFILE, "./temp");
Expand All @@ -5422,10 +5422,10 @@ if (!process.env.GITHUB_ACTIONS) {
const tc = __nccwpck_require__(784);
const core = __nccwpck_require__(186);
const {exec} = __nccwpck_require__(514);
const {promisify} = __nccwpck_require__(669);
const cp = __nccwpck_require__(129);
const {promisify} = __nccwpck_require__(837);
const cp = __nccwpck_require__(81);
const execAsync = promisify(cp.exec);
const fs = __nccwpck_require__(747);
const fs = __nccwpck_require__(147);
const writeFileAsync = promisify(fs.writeFile);

const CHANNELS = [
Expand Down Expand Up @@ -5571,119 +5571,119 @@ module.exports = {

/***/ }),

/***/ 357:
/***/ 491:
/***/ ((module) => {

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

/***/ }),

/***/ 129:
/***/ 81:
/***/ ((module) => {

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

/***/ }),

/***/ 417:
/***/ 113:
/***/ ((module) => {

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

/***/ }),

/***/ 614:
/***/ 361:
/***/ ((module) => {

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

/***/ }),

/***/ 747:
/***/ 147:
/***/ ((module) => {

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

/***/ }),

/***/ 605:
/***/ 685:
/***/ ((module) => {

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

/***/ }),

/***/ 211:
/***/ 687:
/***/ ((module) => {

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

/***/ }),

/***/ 631:
/***/ 808:
/***/ ((module) => {

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

/***/ }),

/***/ 87:
/***/ 37:
/***/ ((module) => {

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

/***/ }),

/***/ 622:
/***/ 17:
/***/ ((module) => {

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

/***/ }),

/***/ 413:
/***/ 781:
/***/ ((module) => {

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

/***/ }),

/***/ 304:
/***/ 576:
/***/ ((module) => {

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

/***/ }),

/***/ 213:
/***/ 512:
/***/ ((module) => {

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

/***/ }),

/***/ 16:
/***/ 404:
/***/ ((module) => {

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

/***/ }),

/***/ 669:
/***/ 837:
/***/ ((module) => {

"use strict";
Expand Down Expand Up @@ -5732,7 +5732,7 @@ module.exports = require("util");
var __webpack_exports__ = {};
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
(() => {
const path = __nccwpck_require__(622);
const path = __nccwpck_require__(17);
if (!process.env.GITHUB_ACTIONS) {
if (process.env.USERPROFILE) {
process.env.RUNNER_TEMP = path.resolve(process.env.USERPROFILE, "./temp");
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-atom",
"version": "2.0.8",
"version": "2.0.9",
"description": "Setup Atom and APM",
"main": "./src/setup-atom.js",
"scripts": {
Expand Down

0 comments on commit 55b2f82

Please sign in to comment.