From 7743ec9e19ceeb61a3862c5d4131e6710195af11 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 12 Oct 2024 02:08:00 +0000 Subject: [PATCH] chore(release): 40.3.3 [skip ci] --- dist/index.js | 43 ++++++++++++++++++++++--------------------- package.json | 2 +- 2 files changed, 23 insertions(+), 22 deletions(-) diff --git a/dist/index.js b/dist/index.js index b9637d69a41..d5bcd2ee2d1 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,7 +1,7 @@ /******/ (() => { // webpackBootstrap /******/ var __webpack_modules__ = ({ -/***/ 7167: +/***/ 2202: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -32,7 +32,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__(857)); -const utils_1 = __nccwpck_require__(7027); +const utils_1 = __nccwpck_require__(7158); /** * Commands * @@ -104,7 +104,7 @@ function escapeProperty(s) { /***/ }), -/***/ 7463: +/***/ 4708: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -143,12 +143,12 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.platform = exports.toPlatformPath = exports.toWin32Path = exports.toPosixPath = exports.markdownSummary = exports.summary = exports.getIDToken = exports.getState = exports.saveState = exports.group = exports.endGroup = exports.startGroup = exports.info = exports.notice = exports.warning = exports.error = exports.debug = exports.isDebug = exports.setFailed = exports.setCommandEcho = exports.setOutput = exports.getBooleanInput = exports.getMultilineInput = exports.getInput = exports.addPath = exports.setSecret = exports.exportVariable = exports.ExitCode = void 0; -const command_1 = __nccwpck_require__(7167); -const file_command_1 = __nccwpck_require__(6026); -const utils_1 = __nccwpck_require__(7027); +const command_1 = __nccwpck_require__(2202); +const file_command_1 = __nccwpck_require__(5865); +const utils_1 = __nccwpck_require__(7158); const os = __importStar(__nccwpck_require__(857)); const path = __importStar(__nccwpck_require__(6928)); -const oidc_utils_1 = __nccwpck_require__(4309); +const oidc_utils_1 = __nccwpck_require__(3458); /** * The code to exit an action */ @@ -433,29 +433,29 @@ exports.getIDToken = getIDToken; /** * Summary exports */ -var summary_1 = __nccwpck_require__(1230); +var summary_1 = __nccwpck_require__(2175); Object.defineProperty(exports, "summary", ({ enumerable: true, get: function () { return summary_1.summary; } })); /** * @deprecated use core.summary */ -var summary_2 = __nccwpck_require__(1230); +var summary_2 = __nccwpck_require__(2175); Object.defineProperty(exports, "markdownSummary", ({ enumerable: true, get: function () { return summary_2.markdownSummary; } })); /** * Path exports */ -var path_utils_1 = __nccwpck_require__(5443); +var path_utils_1 = __nccwpck_require__(2256); Object.defineProperty(exports, "toPosixPath", ({ enumerable: true, get: function () { return path_utils_1.toPosixPath; } })); Object.defineProperty(exports, "toWin32Path", ({ enumerable: true, get: function () { return path_utils_1.toWin32Path; } })); Object.defineProperty(exports, "toPlatformPath", ({ enumerable: true, get: function () { return path_utils_1.toPlatformPath; } })); /** * Platform utilities exports */ -exports.platform = __importStar(__nccwpck_require__(3835)); +exports.platform = __importStar(__nccwpck_require__(2096)); //# sourceMappingURL=core.js.map /***/ }), -/***/ 6026: +/***/ 5865: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -488,9 +488,10 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.prepareKeyValueMessage = exports.issueFileCommand = void 0; // We use any as a valid input type /* eslint-disable @typescript-eslint/no-explicit-any */ +const crypto = __importStar(__nccwpck_require__(6982)); const fs = __importStar(__nccwpck_require__(9896)); const os = __importStar(__nccwpck_require__(857)); -const utils_1 = __nccwpck_require__(7027); +const utils_1 = __nccwpck_require__(7158); function issueFileCommand(command, message) { const filePath = process.env[`GITHUB_${command}`]; if (!filePath) { @@ -523,7 +524,7 @@ exports.prepareKeyValueMessage = prepareKeyValueMessage; /***/ }), -/***/ 4309: +/***/ 3458: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -541,7 +542,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.OidcClient = void 0; const http_client_1 = __nccwpck_require__(7952); const auth_1 = __nccwpck_require__(5916); -const core_1 = __nccwpck_require__(7463); +const core_1 = __nccwpck_require__(4708); class OidcClient { static createHttpClient(allowRetry = true, maxRetry = 10) { const requestOptions = { @@ -607,7 +608,7 @@ exports.OidcClient = OidcClient; /***/ }), -/***/ 5443: +/***/ 2256: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -676,7 +677,7 @@ exports.toPlatformPath = toPlatformPath; /***/ }), -/***/ 3835: +/***/ 2096: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -777,7 +778,7 @@ exports.getDetails = getDetails; /***/ }), -/***/ 1230: +/***/ 2175: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -1067,7 +1068,7 @@ exports.summary = _summary; /***/ }), -/***/ 7027: +/***/ 7158: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -25690,7 +25691,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", ({ value: true })); -const core = __importStar(__nccwpck_require__(7463)); +const core = __importStar(__nccwpck_require__(4708)); const input_1 = __importDefault(__nccwpck_require__(9500)); const renovate_1 = __importDefault(__nccwpck_require__(1698)); async function run() { @@ -25742,7 +25743,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) { }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.Input = void 0; -const core = __importStar(__nccwpck_require__(7463)); +const core = __importStar(__nccwpck_require__(4708)); const path_1 = __importDefault(__nccwpck_require__(6928)); class Input { options = { diff --git a/package.json b/package.json index 61420f822b3..a68c979470a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "40.3.2", + "version": "40.3.3", "private": true, "description": "GitHub Action to run Renovate self-hosted.", "homepage": "https://github.com/renovatebot/github-action#readme",