chore(release): 29.23.1

This commit is contained in:
github-actions[bot] 2021-11-24 17:04:35 +00:00
parent f69545355d
commit cc922b79e3
3 changed files with 56 additions and 49 deletions

96
dist/index.js vendored
View file

@ -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
@ -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
@ -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}`];
@ -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.
@ -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__(784);
/* eslint-disable @typescript-eslint/unbound-method */
const IS_WINDOWS = process.platform === 'win32';
/*
@ -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;
@ -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) {
@ -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);
@ -2556,13 +2556,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;
@ -2832,7 +2832,7 @@ class Docker {
constructor() {
this.repository = 'renovate/renovate';
// renovate: datasource=docker depName=renovate/renovate versioning=docker
this.tag = '29.18.1-slim';
this.tag = '29.23.1-slim';
this.tagSuffix = '-slim';
}
image() {
@ -2842,7 +2842,7 @@ class Docker {
return this.tag.replace(this.tagSuffix, '');
}
}
exports.default = Docker;
exports["default"] = Docker;
/***/ }),
@ -2876,7 +2876,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
};
Object.defineProperty(exports, "__esModule", ({ value: true }));
const core = __importStar(__nccwpck_require__(186));
const input_1 = __importDefault(__nccwpck_require__(461));
const input_1 = __importDefault(__nccwpck_require__(747));
const renovate_1 = __importDefault(__nccwpck_require__(932));
async function run() {
try {
@ -2895,7 +2895,7 @@ void run();
/***/ }),
/***/ 461:
/***/ 747:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
"use strict";
@ -2925,7 +2925,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.Input = void 0;
const core = __importStar(__nccwpck_require__(186));
const path_1 = __importDefault(__nccwpck_require__(622));
const path_1 = __importDefault(__nccwpck_require__(17));
class Input {
constructor() {
this.options = {
@ -2984,7 +2984,7 @@ class Input {
}
}
exports.Input = Input;
exports.default = Input;
exports["default"] = Input;
/***/ }),
@ -3000,8 +3000,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
Object.defineProperty(exports, "__esModule", ({ value: true }));
const docker_1 = __importDefault(__nccwpck_require__(512));
const exec_1 = __nccwpck_require__(514);
const fs_1 = __importDefault(__nccwpck_require__(747));
const path_1 = __importDefault(__nccwpck_require__(622));
const fs_1 = __importDefault(__nccwpck_require__(147));
const path_1 = __importDefault(__nccwpck_require__(17));
class Renovate {
constructor(input) {
this.input = input;
@ -3064,12 +3064,12 @@ class Renovate {
}
}
}
exports.default = Renovate;
exports["default"] = Renovate;
/***/ }),
/***/ 357:
/***/ 491:
/***/ ((module) => {
"use strict";
@ -3077,7 +3077,7 @@ module.exports = require("assert");
/***/ }),
/***/ 129:
/***/ 81:
/***/ ((module) => {
"use strict";
@ -3085,7 +3085,7 @@ module.exports = require("child_process");
/***/ }),
/***/ 614:
/***/ 361:
/***/ ((module) => {
"use strict";
@ -3093,7 +3093,7 @@ module.exports = require("events");
/***/ }),
/***/ 747:
/***/ 147:
/***/ ((module) => {
"use strict";
@ -3101,7 +3101,7 @@ module.exports = require("fs");
/***/ }),
/***/ 605:
/***/ 685:
/***/ ((module) => {
"use strict";
@ -3109,7 +3109,7 @@ module.exports = require("http");
/***/ }),
/***/ 211:
/***/ 687:
/***/ ((module) => {
"use strict";
@ -3117,7 +3117,7 @@ module.exports = require("https");
/***/ }),
/***/ 631:
/***/ 808:
/***/ ((module) => {
"use strict";
@ -3125,7 +3125,7 @@ module.exports = require("net");
/***/ }),
/***/ 87:
/***/ 37:
/***/ ((module) => {
"use strict";
@ -3133,7 +3133,7 @@ module.exports = require("os");
/***/ }),
/***/ 622:
/***/ 17:
/***/ ((module) => {
"use strict";
@ -3141,7 +3141,7 @@ module.exports = require("path");
/***/ }),
/***/ 304:
/***/ 576:
/***/ ((module) => {
"use strict";
@ -3149,7 +3149,7 @@ module.exports = require("string_decoder");
/***/ }),
/***/ 213:
/***/ 784:
/***/ ((module) => {
"use strict";
@ -3157,7 +3157,7 @@ module.exports = require("timers");
/***/ }),
/***/ 16:
/***/ 404:
/***/ ((module) => {
"use strict";
@ -3165,7 +3165,7 @@ module.exports = require("tls");
/***/ }),
/***/ 669:
/***/ 837:
/***/ ((module) => {
"use strict";