publish new versions

This commit is contained in:
JonasKruckenberg 2022-06-29 21:00:00 +00:00 committed by GitHub
parent 2195e36264
commit 223d12bda2
9 changed files with 162 additions and 150 deletions

View File

@ -1,5 +0,0 @@
---
"tauri-build": patch
---
Update Tauri to v1.0.1

View File

@ -1,5 +1,10 @@
# Changelog
## \[1.0.1]
- Update Tauri to v1.0.1
- [2195e36](https://github.com/JonasKruckenberg/tauri-build/commit/2195e362649c4cd9d083dc1cb5a35721ffdc78a5) Create update-tauri-1\_0\_1.md on 2022-06-29
## \[1.0.0]
- Update dependencies.

BIN
dist/cli.darwin-x64.node generated vendored

Binary file not shown.

BIN
dist/cli.linux-x64-gnu.node generated vendored

Binary file not shown.

BIN
dist/cli.win32-x64-msvc.node generated vendored

Binary file not shown.

130
dist/index.js generated vendored
View File

@ -1,21 +1,21 @@
require('./sourcemap-register.js');/******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({
/***/ 2689:
/***/ 3386:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
module.exports = require(__nccwpck_require__.ab + "cli.darwin-x64.node")
/***/ }),
/***/ 1584:
/***/ 7959:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
module.exports = require(__nccwpck_require__.ab + "cli.linux-x64-gnu.node")
/***/ }),
/***/ 6750:
/***/ 8745:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
module.exports = require(__nccwpck_require__.ab + "cli.win32-x64-msvc.node")
@ -64,10 +64,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
};
Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.buildProject = void 0;
const cli_1 = __nccwpck_require__(6034);
const cli_1 = __nccwpck_require__(9255);
const path_1 = __nccwpck_require__(1017);
const tiny_glob_1 = __importDefault(__nccwpck_require__(6926));
const core = __importStar(__nccwpck_require__(9602));
const core = __importStar(__nccwpck_require__(6953));
const child_process_1 = __nccwpck_require__(2081);
function buildProject(options) {
return __awaiter(this, void 0, void 0, function* () {
@ -216,7 +216,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__(9602));
const core = __importStar(__nccwpck_require__(6953));
const build_project_1 = __nccwpck_require__(8603);
const string_argv_1 = __importDefault(__nccwpck_require__(3583));
function run() {
@ -243,7 +243,7 @@ run();
/***/ }),
/***/ 4317:
/***/ 7686:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
"use strict";
@ -270,7 +270,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__(2037));
const utils_1 = __nccwpck_require__(489);
const utils_1 = __nccwpck_require__(7334);
/**
* Commands
*
@ -342,7 +342,7 @@ function escapeProperty(s) {
/***/ }),
/***/ 9602:
/***/ 6953:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
"use strict";
@ -377,12 +377,12 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
};
Object.defineProperty(exports, "__esModule", ({ value: true }));
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__(4317);
const file_command_1 = __nccwpck_require__(5288);
const utils_1 = __nccwpck_require__(489);
const command_1 = __nccwpck_require__(7686);
const file_command_1 = __nccwpck_require__(2139);
const utils_1 = __nccwpck_require__(7334);
const os = __importStar(__nccwpck_require__(2037));
const path = __importStar(__nccwpck_require__(1017));
const oidc_utils_1 = __nccwpck_require__(907);
const oidc_utils_1 = __nccwpck_require__(4096);
/**
* The code to exit an action
*/
@ -660,18 +660,25 @@ exports.getIDToken = getIDToken;
/**
* Summary exports
*/
var summary_1 = __nccwpck_require__(1663);
var summary_1 = __nccwpck_require__(8028);
Object.defineProperty(exports, "summary", ({ enumerable: true, get: function () { return summary_1.summary; } }));
/**
* @deprecated use core.summary
*/
var summary_2 = __nccwpck_require__(1663);
var summary_2 = __nccwpck_require__(8028);
Object.defineProperty(exports, "markdownSummary", ({ enumerable: true, get: function () { return summary_2.markdownSummary; } }));
/**
* Path exports
*/
var path_utils_1 = __nccwpck_require__(9441);
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; } }));
//# sourceMappingURL=core.js.map
/***/ }),
/***/ 5288:
/***/ 2139:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
"use strict";
@ -702,7 +709,7 @@ exports.issueCommand = void 0;
/* eslint-disable @typescript-eslint/no-explicit-any */
const fs = __importStar(__nccwpck_require__(7147));
const os = __importStar(__nccwpck_require__(2037));
const utils_1 = __nccwpck_require__(489);
const utils_1 = __nccwpck_require__(7334);
function issueCommand(command, message) {
const filePath = process.env[`GITHUB_${command}`];
if (!filePath) {
@ -720,7 +727,7 @@ exports.issueCommand = issueCommand;
/***/ }),
/***/ 907:
/***/ 4096:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
"use strict";
@ -738,7 +745,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.OidcClient = void 0;
const http_client_1 = __nccwpck_require__(9706);
const auth_1 = __nccwpck_require__(8336);
const core_1 = __nccwpck_require__(9602);
const core_1 = __nccwpck_require__(6953);
class OidcClient {
static createHttpClient(allowRetry = true, maxRetry = 10) {
const requestOptions = {
@ -804,7 +811,72 @@ exports.OidcClient = OidcClient;
/***/ }),
/***/ 1663:
/***/ 9441:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.toPlatformPath = exports.toWin32Path = exports.toPosixPath = void 0;
const path = __importStar(__nccwpck_require__(1017));
/**
* toPosixPath converts the given path to the posix form. On Windows, \\ will be
* replaced with /.
*
* @param pth. Path to transform.
* @return string Posix path.
*/
function toPosixPath(pth) {
return pth.replace(/[\\]/g, '/');
}
exports.toPosixPath = toPosixPath;
/**
* toWin32Path converts the given path to the win32 form. On Linux, / will be
* replaced with \\.
*
* @param pth. Path to transform.
* @return string Win32 path.
*/
function toWin32Path(pth) {
return pth.replace(/[/]/g, '\\');
}
exports.toWin32Path = toWin32Path;
/**
* toPlatformPath converts the given path to a platform-specific path. It does
* this by replacing instances of / and \ with the platform-specific path
* separator.
*
* @param pth The path to platformize.
* @return string The platform-specific path.
*/
function toPlatformPath(pth) {
return pth.replace(/[/\\]/g, path.sep);
}
exports.toPlatformPath = toPlatformPath;
//# sourceMappingURL=path-utils.js.map
/***/ }),
/***/ 8028:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
"use strict";
@ -1094,7 +1166,7 @@ exports.summary = _summary;
/***/ }),
/***/ 489:
/***/ 7334:
/***/ ((__unused_webpack_module, exports) => {
"use strict";
@ -1909,7 +1981,7 @@ exports.checkBypass = checkBypass;
/***/ }),
/***/ 934:
/***/ 5713:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
const { existsSync, readFileSync } = __nccwpck_require__(7147)
@ -1976,7 +2048,7 @@ switch (platform) {
if (localFileExisted) {
nativeBinding = __nccwpck_require__(1255)
} else {
nativeBinding = __nccwpck_require__(6750)
nativeBinding = __nccwpck_require__(8745)
}
} catch (e) {
loadError = e
@ -2022,7 +2094,7 @@ switch (platform) {
if (localFileExisted) {
nativeBinding = __nccwpck_require__(9979)
} else {
nativeBinding = __nccwpck_require__(2689)
nativeBinding = __nccwpck_require__(3386)
}
} catch (e) {
loadError = e
@ -2053,7 +2125,7 @@ switch (platform) {
localFileExisted = existsSync(join(__dirname, 'cli.freebsd-x64.node'))
try {
if (localFileExisted) {
nativeBinding = __nccwpck_require__(2139)
nativeBinding = __nccwpck_require__(8049)
} else {
nativeBinding = __nccwpck_require__(7474)
}
@ -2085,7 +2157,7 @@ switch (platform) {
if (localFileExisted) {
nativeBinding = __nccwpck_require__(2026)
} else {
nativeBinding = __nccwpck_require__(1584)
nativeBinding = __nccwpck_require__(7959)
}
} catch (e) {
loadError = e
@ -2157,10 +2229,10 @@ module.exports.run = run
/***/ }),
/***/ 6034:
/***/ 9255:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
const { run } = __nccwpck_require__(934)
const { run } = __nccwpck_require__(5713)
module.exports.run = (args, binName) => {
return new Promise((resolve, reject) => {
@ -3013,7 +3085,7 @@ module.exports = eval("require")("./cli.darwin-x64.node");
/***/ }),
/***/ 2139:
/***/ 8049:
/***/ ((module) => {
module.exports = eval("require")("./cli.freebsd-x64.node");

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "tauri-build",
"version": "1.0.0",
"version": "1.0.1",
"description": "TypeScript template action",
"main": "lib/main.js",
"scripts": {

168
pnpm-lock.yaml generated
View File

@ -5,7 +5,7 @@ specifiers:
'@tauri-apps/cli': 1.0.1
'@tauri-apps/cli-darwin-x64': 1.0.1
'@tauri-apps/cli-linux-x64-gnu': 1.0.1
'@tauri-apps/cli-win32-x64-msvc': 1.0.0
'@tauri-apps/cli-win32-x64-msvc': 1.0.1
'@types/node': 16.11.41
'@typescript-eslint/parser': 5.30.0
'@vercel/ncc': 0.34.0
@ -18,11 +18,11 @@ specifiers:
typescript: 4.7.4
dependencies:
'@actions/core': 1.8.2
'@actions/core': 1.9.0
'@tauri-apps/cli': 1.0.1
'@tauri-apps/cli-darwin-x64': 1.0.1
'@tauri-apps/cli-linux-x64-gnu': 1.0.1
'@tauri-apps/cli-win32-x64-msvc': 1.0.0
'@tauri-apps/cli-win32-x64-msvc': 1.0.1
string-argv: 0.3.1
tiny-glob: 0.2.9
@ -38,8 +38,8 @@ devDependencies:
packages:
/@actions/core/1.8.2:
resolution: {integrity: sha512-FXcBL7nyik8K5ODeCKlxi+vts7torOkoDAKfeh61EAkAy1HAvwn9uVzZBY0f15YcQTcZZ2/iSGBFHEuioZWfDA==}
/@actions/core/1.9.0:
resolution: {integrity: sha512-5pbM693Ih59ZdUhgk+fts+bUWTnIdHV3kwOSr+QIoFHMLg7Gzhwm0cifDY/AG68ekEJAkHnQVpcy4f6GjmzBCA==}
dependencies:
'@actions/http-client': 2.0.1
dev: false
@ -146,15 +146,6 @@ packages:
dev: false
optional: true
/@tauri-apps/cli-linux-x64-gnu/1.0.0:
resolution: {integrity: sha512-KQmYlYyGpn6/2kSl9QivWG6EIepm6PJd57e6IKmYwAyNhLr2XfGl1CLuocUQQgO+jprjT70HXp+MXD0tcB0+Sw==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
requiresBuild: true
dev: false
optional: true
/@tauri-apps/cli-linux-x64-gnu/1.0.1:
resolution: {integrity: sha512-VlwXXG2XoSv1MvIruCHQCh5gYcFVtCtkTQVRlMiGSUrv2UCAaHYpUxmgv1XEausqe0tpLrmWMUU4BqKrPXbsxg==}
engines: {node: '>= 10'}
@ -162,15 +153,6 @@ packages:
os: [linux]
dev: false
/@tauri-apps/cli-linux-x64-gnu/1.0.1:
resolution: {integrity: sha512-VlwXXG2XoSv1MvIruCHQCh5gYcFVtCtkTQVRlMiGSUrv2UCAaHYpUxmgv1XEausqe0tpLrmWMUU4BqKrPXbsxg==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
requiresBuild: true
dev: false
optional: true
/@tauri-apps/cli-linux-x64-musl/1.0.1:
resolution: {integrity: sha512-WlWIqLf44o9JmVg34uFIpHbklg4B9jdLMlscx7W9ueoOh059yX3TjdEwrD+L91qpgyvh8MLHDbDmCZ1BUm/v5w==}
engines: {node: '>= 10'}
@ -189,22 +171,12 @@ packages:
dev: false
optional: true
/@tauri-apps/cli-win32-x64-msvc/1.0.0:
resolution: {integrity: sha512-lWSs90pJeQX+L31IqIzmRhwLayEeyTh7mga0AxX8G868hvdLtcXCQA/rKoFtGdVLuHAx4+M+CBF5SMYb76xGYA==}
engines: {node: '>= 10'}
cpu: [x64]
os: [win32]
requiresBuild: true
dev: false
/@tauri-apps/cli-win32-x64-msvc/1.0.1:
resolution: {integrity: sha512-6taaAkhxY9V9boCC2BUI/PtnAqz/jX5xnZFVWxY+CiE5HOt/tY6ZqSOWef3/wH8Q6fjg14xP4d7Xg3dA+rIiSw==}
engines: {node: '>= 10'}
cpu: [x64]
os: [win32]
requiresBuild: true
dev: false
optional: true
/@tauri-apps/cli/1.0.1:
resolution: {integrity: sha512-PBRZ+PF7CZWAh6sWcZi6YNzecw6x9xykjhNVJ/IrGmePKlKJpMMuMUnjt1CZGD4YKdOKCy6hFnckoajMYKoAEQ==}
@ -234,8 +206,8 @@ packages:
resolution: {integrity: sha512-mqoYK2TnVjdkGk8qXAVGc/x9nSaTpSrFaGFm43BUH3IdoBV0nta6hYaGmdOvIMlbHJbUEVen3gvwpwovAZKNdQ==}
dev: true
/@typescript-eslint/eslint-plugin/5.28.0_5mtqsiui4sk53pmkx7i7ue45wm:
resolution: {integrity: sha512-DXVU6Cg29H2M6EybqSg2A+x8DgO9TCUBRp4QEXQHJceLS7ogVDP0g3Lkg/SZCqcvkAP/RruuQqK0gdlkgmhSUA==}
/@typescript-eslint/eslint-plugin/5.30.0_5mtqsiui4sk53pmkx7i7ue45wm:
resolution: {integrity: sha512-lvhRJ2pGe2V9MEU46ELTdiHgiAFZPKtLhiU5wlnaYpMc2+c1R8fh8i80ZAa665drvjHKUJyRRGg3gEm1If54ow==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
'@typescript-eslint/parser': ^5.0.0
@ -246,9 +218,9 @@ packages:
optional: true
dependencies:
'@typescript-eslint/parser': 5.30.0_b5e7v2qnwxfo6hmiq56u52mz3e
'@typescript-eslint/scope-manager': 5.28.0
'@typescript-eslint/type-utils': 5.28.0_b5e7v2qnwxfo6hmiq56u52mz3e
'@typescript-eslint/utils': 5.28.0_b5e7v2qnwxfo6hmiq56u52mz3e
'@typescript-eslint/scope-manager': 5.30.0
'@typescript-eslint/type-utils': 5.30.0_b5e7v2qnwxfo6hmiq56u52mz3e
'@typescript-eslint/utils': 5.30.0_b5e7v2qnwxfo6hmiq56u52mz3e
debug: 4.3.4
eslint: 8.18.0
functional-red-black-tree: 1.0.1
@ -281,14 +253,6 @@ packages:
- supports-color
dev: true
/@typescript-eslint/scope-manager/5.28.0:
resolution: {integrity: sha512-LeBLTqF/he1Z+boRhSqnso6YrzcKMTQ8bO/YKEe+6+O/JGof9M0g3IJlIsqfrK/6K03MlFIlycbf1uQR1IjE+w==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
'@typescript-eslint/types': 5.28.0
'@typescript-eslint/visitor-keys': 5.28.0
dev: true
/@typescript-eslint/scope-manager/5.30.0:
resolution: {integrity: sha512-3TZxvlQcK5fhTBw5solQucWSJvonXf5yua5nx8OqK94hxdrT7/6W3/CS42MLd/f1BmlmmbGEgQcTHHCktUX5bQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@ -297,8 +261,8 @@ packages:
'@typescript-eslint/visitor-keys': 5.30.0
dev: true
/@typescript-eslint/type-utils/5.28.0_b5e7v2qnwxfo6hmiq56u52mz3e:
resolution: {integrity: sha512-SyKjKh4CXPglueyC6ceAFytjYWMoPHMswPQae236zqe1YbhvCVQyIawesYywGiu98L9DwrxsBN69vGIVxJ4mQQ==}
/@typescript-eslint/type-utils/5.30.0_b5e7v2qnwxfo6hmiq56u52mz3e:
resolution: {integrity: sha512-GF8JZbZqSS+azehzlv/lmQQ3EU3VfWYzCczdZjJRxSEeXDQkqFhCBgFhallLDbPwQOEQ4MHpiPfkjKk7zlmeNg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '*'
@ -307,7 +271,7 @@ packages:
typescript:
optional: true
dependencies:
'@typescript-eslint/utils': 5.28.0_b5e7v2qnwxfo6hmiq56u52mz3e
'@typescript-eslint/utils': 5.30.0_b5e7v2qnwxfo6hmiq56u52mz3e
debug: 4.3.4
eslint: 8.18.0
tsutils: 3.21.0_typescript@4.7.4
@ -316,37 +280,11 @@ packages:
- supports-color
dev: true
/@typescript-eslint/types/5.28.0:
resolution: {integrity: sha512-2OOm8ZTOQxqkPbf+DAo8oc16sDlVR5owgJfKheBkxBKg1vAfw2JsSofH9+16VPlN9PWtv8Wzhklkqw3k/zCVxA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
/@typescript-eslint/types/5.30.0:
resolution: {integrity: sha512-vfqcBrsRNWw/LBXyncMF/KrUTYYzzygCSsVqlZ1qGu1QtGs6vMkt3US0VNSQ05grXi5Yadp3qv5XZdYLjpp8ag==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
/@typescript-eslint/typescript-estree/5.28.0_typescript@4.7.4:
resolution: {integrity: sha512-9GX+GfpV+F4hdTtYc6OV9ZkyYilGXPmQpm6AThInpBmKJEyRSIjORJd1G9+bknb7OTFYL+Vd4FBJAO6T78OVqA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
dependencies:
'@typescript-eslint/types': 5.28.0
'@typescript-eslint/visitor-keys': 5.28.0
debug: 4.3.4
globby: 11.1.0
is-glob: 4.0.3
semver: 7.3.7
tsutils: 3.21.0_typescript@4.7.4
typescript: 4.7.4
transitivePeerDependencies:
- supports-color
dev: true
/@typescript-eslint/typescript-estree/5.30.0_typescript@4.7.4:
resolution: {integrity: sha512-hDEawogreZB4n1zoqcrrtg/wPyyiCxmhPLpZ6kmWfKF5M5G0clRLaEexpuWr31fZ42F96SlD/5xCt1bT5Qm4Nw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@ -368,16 +306,16 @@ packages:
- supports-color
dev: true
/@typescript-eslint/utils/5.28.0_b5e7v2qnwxfo6hmiq56u52mz3e:
resolution: {integrity: sha512-E60N5L0fjv7iPJV3UGc4EC+A3Lcj4jle9zzR0gW7vXhflO7/J29kwiTGITA2RlrmPokKiZbBy2DgaclCaEUs6g==}
/@typescript-eslint/utils/5.30.0_b5e7v2qnwxfo6hmiq56u52mz3e:
resolution: {integrity: sha512-0bIgOgZflLKIcZsWvfklsaQTM3ZUbmtH0rJ1hKyV3raoUYyeZwcjQ8ZUJTzS7KnhNcsVT1Rxs7zeeMHEhGlltw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
dependencies:
'@types/json-schema': 7.0.11
'@typescript-eslint/scope-manager': 5.28.0
'@typescript-eslint/types': 5.28.0
'@typescript-eslint/typescript-estree': 5.28.0_typescript@4.7.4
'@typescript-eslint/scope-manager': 5.30.0
'@typescript-eslint/types': 5.30.0
'@typescript-eslint/typescript-estree': 5.30.0_typescript@4.7.4
eslint: 8.18.0
eslint-scope: 5.1.1
eslint-utils: 3.0.0_eslint@8.18.0
@ -386,14 +324,6 @@ packages:
- typescript
dev: true
/@typescript-eslint/visitor-keys/5.28.0:
resolution: {integrity: sha512-BtfP1vCor8cWacovzzPFOoeW4kBQxzmhxGoOpt0v1SFvG+nJ0cWaVdJk7cky1ArTcFHHKNIxyo2LLr3oNkSuXA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
'@typescript-eslint/types': 5.28.0
eslint-visitor-keys: 3.3.0
dev: true
/@typescript-eslint/visitor-keys/5.30.0:
resolution: {integrity: sha512-6WcIeRk2DQ3pHKxU1Ni0qMXJkjO/zLjBymlYBy/53qxe7yjEFSvzKLDToJjURUhSl2Fzhkl4SMXQoETauF74cw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@ -490,16 +420,15 @@ packages:
fill-range: 7.0.1
dev: true
/browserslist/4.20.4:
resolution: {integrity: sha512-ok1d+1WpnU24XYN7oC3QWgTyMhY/avPJ/r9T00xxvUOIparA/gc+UPUMaod3i+G6s+nI2nUb9xZ5k794uIwShw==}
/browserslist/4.21.1:
resolution: {integrity: sha512-Nq8MFCSrnJXSc88yliwlzQe3qNe3VntIjhsArW9IJOEPSHNx23FalwApUVbzAWABLhYJJ7y8AynWI/XM8OdfjQ==}
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
dependencies:
caniuse-lite: 1.0.30001354
electron-to-chromium: 1.4.155
escalade: 3.1.1
caniuse-lite: 1.0.30001361
electron-to-chromium: 1.4.173
node-releases: 2.0.5
picocolors: 1.0.0
update-browserslist-db: 1.0.4_browserslist@4.21.1
dev: true
/call-bind/1.0.2:
@ -514,8 +443,8 @@ packages:
engines: {node: '>=6'}
dev: true
/caniuse-lite/1.0.30001354:
resolution: {integrity: sha512-mImKeCkyGDAHNywYFA4bqnLAzTUvVkqPvhY4DV47X+Gl2c5Z8c3KNETnXp14GQt11LvxE8AwjzGxJ+rsikiOzg==}
/caniuse-lite/1.0.30001361:
resolution: {integrity: sha512-ybhCrjNtkFji1/Wto6SSJKkWk6kZgVQsDq5QI83SafsF6FXv2JB4df9eEdH6g8sdGgqTXrFLjAxqBGgYoU3azQ==}
dev: true
/chalk/4.1.2:
@ -617,8 +546,8 @@ packages:
esutils: 2.0.3
dev: true
/electron-to-chromium/1.4.155:
resolution: {integrity: sha512-niPzKBSYPG06gxLKO0c2kEmgdRMTtIbNrBlvD31Ld8Q57b/K0218U4j8u/OOt25XE1eFOn47FcmQVdx9R1qqxA==}
/electron-to-chromium/1.4.173:
resolution: {integrity: sha512-Qo3LnVW6JRNhD32viSdPebxKI7K+3WeBDjU1+Q2yZS83zAh8C2LyPpzTimlciv6U74KpY9n/0ESAhUByRke0jw==}
dev: true
/es-abstract/1.20.1:
@ -693,7 +622,7 @@ packages:
resolution: {integrity: sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==}
dependencies:
debug: 3.2.7
resolve: 1.22.0
resolve: 1.22.1
transitivePeerDependencies:
- supports-color
dev: true
@ -724,12 +653,12 @@ packages:
- supports-color
dev: true
/eslint-plugin-escompat/3.1.0_eslint@8.18.0:
resolution: {integrity: sha512-Fon3eRv8fOQPZTjT3h8Ga85Xx7Eg+CNZBL7OIYSM2f+p3W4oXTxiSnFUbNDrayRBK3CQjG2dwR+iYeKDDSkXyA==}
/eslint-plugin-escompat/3.2.0_eslint@8.18.0:
resolution: {integrity: sha512-obXAKKiZE/wB2fgIw0ZxCmp+8vpDsUw2inkaok1i7OVxY4cEds4Y9YCoky0f5V+q8rqZpTUJDv1R9ykWbXLX8Q==}
peerDependencies:
eslint: '>=5.14.1'
dependencies:
browserslist: 4.20.4
browserslist: 4.21.1
eslint: 8.18.0
dev: true
@ -762,17 +691,17 @@ packages:
peerDependencies:
eslint: ^8.0.1
dependencies:
'@typescript-eslint/eslint-plugin': 5.28.0_5mtqsiui4sk53pmkx7i7ue45wm
'@typescript-eslint/eslint-plugin': 5.30.0_5mtqsiui4sk53pmkx7i7ue45wm
'@typescript-eslint/parser': 5.30.0_b5e7v2qnwxfo6hmiq56u52mz3e
eslint: 8.18.0
eslint-config-prettier: 8.5.0_eslint@8.18.0
eslint-plugin-escompat: 3.1.0_eslint@8.18.0
eslint-plugin-escompat: 3.2.0_eslint@8.18.0
eslint-plugin-eslint-comments: 3.2.0_eslint@8.18.0
eslint-plugin-filenames: 1.3.2_eslint@8.18.0
eslint-plugin-i18n-text: 1.0.1_eslint@8.18.0
eslint-plugin-import: 2.26.0_wno36sjfnklvt2ocf7qbhb2izy
eslint-plugin-no-only-tests: 2.6.0
eslint-plugin-prettier: 4.0.0_xu6ewijrtliw5q5lksq5uixwby
eslint-plugin-prettier: 4.1.0_xu6ewijrtliw5q5lksq5uixwby
eslint-rule-documentation: 1.0.23
prettier: 2.7.1
svg-element-attributes: 1.3.1
@ -814,7 +743,7 @@ packages:
is-glob: 4.0.3
minimatch: 3.1.2
object.values: 1.1.5
resolve: 1.22.0
resolve: 1.22.1
tsconfig-paths: 3.14.1
transitivePeerDependencies:
- eslint-import-resolver-typescript
@ -827,9 +756,9 @@ packages:
engines: {node: '>=4.0.0'}
dev: true
/eslint-plugin-prettier/4.0.0_xu6ewijrtliw5q5lksq5uixwby:
resolution: {integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==}
engines: {node: '>=6.0.0'}
/eslint-plugin-prettier/4.1.0_xu6ewijrtliw5q5lksq5uixwby:
resolution: {integrity: sha512-A3AXIEfTnq3D5qDFjWJdQ9c4BLhw/TqhSR+6+SVaoPJBAWciFEuJiNQh275OnjRrAi7yssZzuWBRw66VG2g6UA==}
engines: {node: '>=12.0.0'}
peerDependencies:
eslint: '>=7.28.0'
eslint-config-prettier: '*'
@ -1025,12 +954,12 @@ packages:
resolution: {integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==}
engines: {node: ^10.12.0 || >=12.0.0}
dependencies:
flatted: 3.2.5
flatted: 3.2.6
rimraf: 3.0.2
dev: true
/flatted/3.2.5:
resolution: {integrity: sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==}
/flatted/3.2.6:
resolution: {integrity: sha512-0sQoMh9s0BYsm+12Huy/rkKxVu4R1+r96YX5cG44rHV0pQ6iC3Q+mkoMFaGWObMFYQxCVT+ssG1ksneA2MI9KQ==}
dev: true
/fs.realpath/1.0.0:
@ -1557,8 +1486,8 @@ packages:
engines: {node: '>=4'}
dev: true
/resolve/1.22.0:
resolution: {integrity: sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==}
/resolve/1.22.1:
resolution: {integrity: sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==}
hasBin: true
dependencies:
is-core-module: 2.9.0
@ -1744,6 +1673,17 @@ packages:
which-boxed-primitive: 1.0.2
dev: true
/update-browserslist-db/1.0.4_browserslist@4.21.1:
resolution: {integrity: sha512-jnmO2BEGUjsMOe/Fg9u0oczOe/ppIDZPebzccl1yDWGLFP16Pa1/RM5wEoKYPG2zstNcDuAStejyxsOuKINdGA==}
hasBin: true
peerDependencies:
browserslist: '>= 4.21.0'
dependencies:
browserslist: 4.21.1
escalade: 3.1.1
picocolors: 1.0.0
dev: true
/uri-js/4.4.1:
resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
dependencies: