Update detsys-ts for: Merge pull request #95 from DeterminateSystems/graham/fh-813-create-a-determinate-nix-action-with-pinned-releases (74999c82de35e73feb13af2c0e0c3ebb92a17c66)

This commit is contained in:
lucperkins 2025-05-15 21:13:42 +00:00 committed by github-actions[bot]
parent 2a2fe68d85
commit 94658602a6
2 changed files with 64 additions and 64 deletions

38
dist/index.js vendored
View File

@ -34925,7 +34925,7 @@ var reflection_create_1 = __nccwpck_require__(489);
Object.defineProperty(exports, "reflectionCreate", ({ enumerable: true, get: function () { return reflection_create_1.reflectionCreate; } })); Object.defineProperty(exports, "reflectionCreate", ({ enumerable: true, get: function () { return reflection_create_1.reflectionCreate; } }));
var reflection_scalar_default_1 = __nccwpck_require__(2353); var reflection_scalar_default_1 = __nccwpck_require__(2353);
Object.defineProperty(exports, "reflectionScalarDefault", ({ enumerable: true, get: function () { return reflection_scalar_default_1.reflectionScalarDefault; } })); Object.defineProperty(exports, "reflectionScalarDefault", ({ enumerable: true, get: function () { return reflection_scalar_default_1.reflectionScalarDefault; } }));
var reflection_merge_partial_1 = __nccwpck_require__(90); var reflection_merge_partial_1 = __nccwpck_require__(7709);
Object.defineProperty(exports, "reflectionMergePartial", ({ enumerable: true, get: function () { return reflection_merge_partial_1.reflectionMergePartial; } })); Object.defineProperty(exports, "reflectionMergePartial", ({ enumerable: true, get: function () { return reflection_merge_partial_1.reflectionMergePartial; } }));
var reflection_equals_1 = __nccwpck_require__(7156); var reflection_equals_1 = __nccwpck_require__(7156);
Object.defineProperty(exports, "reflectionEquals", ({ enumerable: true, get: function () { return reflection_equals_1.reflectionEquals; } })); Object.defineProperty(exports, "reflectionEquals", ({ enumerable: true, get: function () { return reflection_equals_1.reflectionEquals; } }));
@ -35113,7 +35113,7 @@ const reflection_json_writer_1 = __nccwpck_require__(2891);
const reflection_binary_reader_1 = __nccwpck_require__(2838); const reflection_binary_reader_1 = __nccwpck_require__(2838);
const reflection_binary_writer_1 = __nccwpck_require__(1830); const reflection_binary_writer_1 = __nccwpck_require__(1830);
const reflection_create_1 = __nccwpck_require__(489); const reflection_create_1 = __nccwpck_require__(489);
const reflection_merge_partial_1 = __nccwpck_require__(90); const reflection_merge_partial_1 = __nccwpck_require__(7709);
const json_typings_1 = __nccwpck_require__(6718); const json_typings_1 = __nccwpck_require__(6718);
const json_format_contract_1 = __nccwpck_require__(1422); const json_format_contract_1 = __nccwpck_require__(1422);
const reflection_equals_1 = __nccwpck_require__(7156); const reflection_equals_1 = __nccwpck_require__(7156);
@ -37076,7 +37076,7 @@ exports.reflectionLongConvert = reflectionLongConvert;
/***/ }), /***/ }),
/***/ 90: /***/ 7709:
/***/ ((__unused_webpack_module, exports) => { /***/ ((__unused_webpack_module, exports) => {
@ -38009,7 +38009,7 @@ var isArray = Array.isArray || function (xs) {
/***/ }), /***/ }),
/***/ 4885: /***/ 4468:
/***/ ((module, exports, __nccwpck_require__) => { /***/ ((module, exports, __nccwpck_require__) => {
/* eslint-env browser */ /* eslint-env browser */
@ -38233,7 +38233,7 @@ function save(namespaces) {
function load() { function load() {
let r; let r;
try { try {
r = exports.storage.getItem('debug'); r = exports.storage.getItem('debug') || exports.storage.getItem('DEBUG') ;
} catch (error) { } catch (error) {
// Swallow // Swallow
// XXX (@Qix-) should we be logging these? // XXX (@Qix-) should we be logging these?
@ -38269,7 +38269,7 @@ function localstorage() {
} }
} }
module.exports = __nccwpck_require__(8228)(exports); module.exports = __nccwpck_require__(1163)(exports);
const {formatters} = module.exports; const {formatters} = module.exports;
@ -38288,7 +38288,7 @@ formatters.j = function (v) {
/***/ }), /***/ }),
/***/ 8228: /***/ 1163:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
@ -38461,7 +38461,7 @@ function setup(env) {
const split = (typeof namespaces === 'string' ? namespaces : '') const split = (typeof namespaces === 'string' ? namespaces : '')
.trim() .trim()
.replace(' ', ',') .replace(/\s+/g, ',')
.split(',') .split(',')
.filter(Boolean); .filter(Boolean);
@ -38587,7 +38587,7 @@ module.exports = setup;
/***/ }), /***/ }),
/***/ 1541: /***/ 9592:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
/** /**
@ -38596,15 +38596,15 @@ module.exports = setup;
*/ */
if (typeof process === 'undefined' || process.type === 'renderer' || process.browser === true || process.__nwjs) { if (typeof process === 'undefined' || process.type === 'renderer' || process.browser === true || process.__nwjs) {
module.exports = __nccwpck_require__(4885); module.exports = __nccwpck_require__(4468);
} else { } else {
module.exports = __nccwpck_require__(7709); module.exports = __nccwpck_require__(3606);
} }
/***/ }), /***/ }),
/***/ 7709: /***/ 3606:
/***/ ((module, exports, __nccwpck_require__) => { /***/ ((module, exports, __nccwpck_require__) => {
/** /**
@ -38846,7 +38846,7 @@ function init(debug) {
} }
} }
module.exports = __nccwpck_require__(8228)(exports); module.exports = __nccwpck_require__(1163)(exports);
const {formatters} = module.exports; const {formatters} = module.exports;
@ -39977,7 +39977,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.HttpProxyAgent = void 0; exports.HttpProxyAgent = void 0;
const net = __importStar(__nccwpck_require__(9278)); const net = __importStar(__nccwpck_require__(9278));
const tls = __importStar(__nccwpck_require__(4756)); const tls = __importStar(__nccwpck_require__(4756));
const debug_1 = __importDefault(__nccwpck_require__(1541)); const debug_1 = __importDefault(__nccwpck_require__(9592));
const events_1 = __nccwpck_require__(4434); const events_1 = __nccwpck_require__(4434);
const agent_base_1 = __nccwpck_require__(3690); const agent_base_1 = __nccwpck_require__(3690);
const url_1 = __nccwpck_require__(7016); const url_1 = __nccwpck_require__(7016);
@ -42543,7 +42543,7 @@ exports.HttpsProxyAgent = void 0;
const net = __importStar(__nccwpck_require__(9278)); const net = __importStar(__nccwpck_require__(9278));
const tls = __importStar(__nccwpck_require__(4756)); const tls = __importStar(__nccwpck_require__(4756));
const assert_1 = __importDefault(__nccwpck_require__(2613)); const assert_1 = __importDefault(__nccwpck_require__(2613));
const debug_1 = __importDefault(__nccwpck_require__(1541)); const debug_1 = __importDefault(__nccwpck_require__(9592));
const agent_base_1 = __nccwpck_require__(3690); const agent_base_1 = __nccwpck_require__(3690);
const url_1 = __nccwpck_require__(7016); const url_1 = __nccwpck_require__(7016);
const parse_proxy_response_1 = __nccwpck_require__(4832); const parse_proxy_response_1 = __nccwpck_require__(4832);
@ -42703,7 +42703,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
}; };
Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.parseProxyResponse = void 0; exports.parseProxyResponse = void 0;
const debug_1 = __importDefault(__nccwpck_require__(1541)); const debug_1 = __importDefault(__nccwpck_require__(9592));
const debug = (0, debug_1.default)('https-proxy-agent:parse-proxy-response'); const debug = (0, debug_1.default)('https-proxy-agent:parse-proxy-response');
function parseProxyResponse(socket) { function parseProxyResponse(socket) {
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {
@ -89507,7 +89507,7 @@ var cache = __nccwpck_require__(7389);
const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:child_process"); const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:child_process");
;// CONCATENATED MODULE: external "node:path" ;// CONCATENATED MODULE: external "node:path"
const external_node_path_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:path"); const external_node_path_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:path");
;// CONCATENATED MODULE: ./node_modules/.pnpm/detsys-ts@https+++codeload.github.com+DeterminateSystems+detsys-ts+tar.gz+e0a5f196fd4e1_f515dd5ff1dbf35fb04a66995223870a/node_modules/detsys-ts/dist/index.js ;// CONCATENATED MODULE: ./node_modules/.pnpm/detsys-ts@https+++codeload.github.com+DeterminateSystems+detsys-ts+tar.gz+74999c82de35e_a754901a6826e5fd30cb4252e10d4dc7/node_modules/detsys-ts/dist/index.js
var __defProp = Object.defineProperty; var __defProp = Object.defineProperty;
var __export = (target, all) => { var __export = (target, all) => {
for (var name in all) for (var name in all)
@ -91008,7 +91008,7 @@ var DetSysAction = class {
core.setFailed( core.setFailed(
[ [
"This action can only be used when Nix is installed.", "This action can only be used when Nix is installed.",
"Add `- uses: DeterminateSystems/nix-installer-action@main` earlier in your workflow." "Add `- uses: DeterminateSystems/determinate-nix-action@v3` earlier in your workflow."
].join(" ") ].join(" ")
); );
break; break;
@ -91016,7 +91016,7 @@ var DetSysAction = class {
core.warning( core.warning(
[ [
"This action is in no-op mode because Nix is not installed.", "This action is in no-op mode because Nix is not installed.",
"Add `- uses: DeterminateSystems/nix-installer-action@main` earlier in your workflow." "Add `- uses: DeterminateSystems/determinate-nix-action@v3` earlier in your workflow."
].join(" ") ].join(" ")
); );
break; break;

90
pnpm-lock.yaml generated
View File

@ -16,7 +16,7 @@ importers:
version: 1.1.1 version: 1.1.1
detsys-ts: detsys-ts:
specifier: github:DeterminateSystems/detsys-ts specifier: github:DeterminateSystems/detsys-ts
version: https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/e0a5f196fd4e17f2ba1d6ad03300fe532717f7e8 version: https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/74999c82de35e73feb13af2c0e0c3ebb92a17c66
devDependencies: devDependencies:
'@trivago/prettier-plugin-sort-imports': '@trivago/prettier-plugin-sort-imports':
specifier: ^4.3.0 specifier: ^4.3.0
@ -921,8 +921,8 @@ packages:
resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
engines: {node: '>=6'} engines: {node: '>=6'}
caniuse-lite@1.0.30001717: caniuse-lite@1.0.30001718:
resolution: {integrity: sha512-auPpttCq6BDEG8ZAuHJIplGw6GODhjw+/11e7IjpnYCxZcW/ONgPs0KVBJ0d1bY3e2+7PRe5RCLyP+PfwVgkYw==} resolution: {integrity: sha512-AflseV1ahcSunK53NfEs9gFWgOEmzr0f+kaMFA4xiLZlr9Hzt7HxcSpIFcnNCUkz6R6dWKa54rUz3HUmI3nVcw==}
chai@5.2.0: chai@5.2.0:
resolution: {integrity: sha512-mCuXncKXk5iCLhfhwTc0izo0gtEmpz5CtG2y8GiOINBlMVS6v8TMRc5TaLWKS6692m9+dVVfzgeVxR5UxWHTYw==} resolution: {integrity: sha512-mCuXncKXk5iCLhfhwTc0izo0gtEmpz5CtG2y8GiOINBlMVS6v8TMRc5TaLWKS6692m9+dVVfzgeVxR5UxWHTYw==}
@ -989,8 +989,8 @@ packages:
supports-color: supports-color:
optional: true optional: true
debug@4.4.0: debug@4.4.1:
resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==} resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==}
engines: {node: '>=6.0'} engines: {node: '>=6.0'}
peerDependencies: peerDependencies:
supports-color: '*' supports-color: '*'
@ -1025,8 +1025,8 @@ packages:
resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==}
engines: {node: '>=0.4.0'} engines: {node: '>=0.4.0'}
detsys-ts@https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/e0a5f196fd4e17f2ba1d6ad03300fe532717f7e8: detsys-ts@https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/74999c82de35e73feb13af2c0e0c3ebb92a17c66:
resolution: {tarball: https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/e0a5f196fd4e17f2ba1d6ad03300fe532717f7e8} resolution: {tarball: https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/74999c82de35e73feb13af2c0e0c3ebb92a17c66}
version: 1.0.0 version: 1.0.0
dir-glob@3.0.1: dir-glob@3.0.1:
@ -1048,8 +1048,8 @@ packages:
eastasianwidth@0.2.0: eastasianwidth@0.2.0:
resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
electron-to-chromium@1.5.151: electron-to-chromium@1.5.155:
resolution: {integrity: sha512-Rl6uugut2l9sLojjS4H4SAr3A4IgACMLgpuEMPYCVcKydzfyPrn5absNRju38IhQOf/NwjJY8OGWjlteqYeBCA==} resolution: {integrity: sha512-ps5KcGGmwL8VaeJlvlDlu4fORQpv3+GIcF5I3f9tUKUlJ/wsysh6HU8P5L1XWRYeXfA0oJd4PyM8ds8zTFf6Ng==}
emoji-regex@8.0.0: emoji-regex@8.0.0:
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
@ -1750,8 +1750,8 @@ packages:
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
hasBin: true hasBin: true
napi-postinstall@0.2.3: napi-postinstall@0.2.4:
resolution: {integrity: sha512-Mi7JISo/4Ij2tDZ2xBE2WH+/KvVlkhA6juEjpEeRAVPNCpN3nxJo/5FhDNKgBcdmcmhaH6JjgST4xY/23ZYK0w==} resolution: {integrity: sha512-ZEzHJwBhZ8qQSbknHqYcdtQVr8zUgGyM/q6h6qAyhtyVMNrSgDhrC4disf03dYW0e+czXyLnZINnCTEkWy0eJg==}
engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
hasBin: true hasBin: true
@ -2001,8 +2001,8 @@ packages:
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
hasBin: true hasBin: true
semver@7.7.1: semver@7.7.2:
resolution: {integrity: sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==} resolution: {integrity: sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==}
engines: {node: '>=10'} engines: {node: '>=10'}
hasBin: true hasBin: true
@ -2114,8 +2114,8 @@ packages:
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
engines: {node: '>=8'} engines: {node: '>=8'}
strnum@2.1.0: strnum@2.1.1:
resolution: {integrity: sha512-w0S//9BqZZGw0L0Y8uLSelFGnDJgTyyNQLmSlPnVz43zPAiqu3w4t8J8sDqqANOGeZIZ/9jWuPguYcEnsoHv4A==} resolution: {integrity: sha512-7ZvoFTiCnGxBtDqJ//Cu6fWtZtc7Y3x+QOirG15wztbdngGSkht27o2pyGWrVy0b4WAy3jbKmnoK6g5VlVNUUw==}
sucrase@3.35.0: sucrase@3.35.0:
resolution: {integrity: sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==} resolution: {integrity: sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==}
@ -2133,8 +2133,8 @@ packages:
svg-element-attributes@1.3.1: svg-element-attributes@1.3.1:
resolution: {integrity: sha512-Bh05dSOnJBf3miNMqpsormfNtfidA/GxQVakhtn0T4DECWKeXQRQUceYjJ+OxYiiLdGe4Jo9iFV8wICFapFeIA==} resolution: {integrity: sha512-Bh05dSOnJBf3miNMqpsormfNtfidA/GxQVakhtn0T4DECWKeXQRQUceYjJ+OxYiiLdGe4Jo9iFV8wICFapFeIA==}
synckit@0.11.4: synckit@0.11.5:
resolution: {integrity: sha512-Q/XQKRaJiLiFIBNN+mndW7S/RHxvwzuZS6ZwmRzUBqJBv/5QIKCEwkBC8GBf8EQJKYnaFs0wOZbKTXBPj8L9oQ==} resolution: {integrity: sha512-frqvfWyDA5VPVdrWfH24uM6SI/O8NLpVbIIJxb8t/a3YGsp4AW9CYgSKC0OaSEfexnp7Y1pVh2Y6IHO8ggGDmA==}
engines: {node: ^14.18.0 || >=16.0.0} engines: {node: ^14.18.0 || >=16.0.0}
text-table@0.2.0: text-table@0.2.0:
@ -2645,7 +2645,7 @@ snapshots:
'@babel/helper-split-export-declaration': 7.24.7 '@babel/helper-split-export-declaration': 7.24.7
'@babel/parser': 7.27.2 '@babel/parser': 7.27.2
'@babel/types': 7.27.1 '@babel/types': 7.27.1
debug: 4.4.0 debug: 4.4.1
globals: 11.12.0 globals: 11.12.0
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
@ -2761,7 +2761,7 @@ snapshots:
'@eslint/eslintrc@2.1.4': '@eslint/eslintrc@2.1.4':
dependencies: dependencies:
ajv: 6.12.6 ajv: 6.12.6
debug: 4.4.0 debug: 4.4.1
espree: 9.6.1 espree: 9.6.1
globals: 13.24.0 globals: 13.24.0
ignore: 5.3.2 ignore: 5.3.2
@ -2781,7 +2781,7 @@ snapshots:
'@humanwhocodes/config-array@0.13.0': '@humanwhocodes/config-array@0.13.0':
dependencies: dependencies:
'@humanwhocodes/object-schema': 2.0.3 '@humanwhocodes/object-schema': 2.0.3
debug: 4.4.0 debug: 4.4.1
minimatch: 3.1.2 minimatch: 3.1.2
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
@ -2980,7 +2980,7 @@ snapshots:
'@typescript-eslint/types': 7.18.0 '@typescript-eslint/types': 7.18.0
'@typescript-eslint/typescript-estree': 7.18.0(typescript@5.8.3) '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.8.3)
'@typescript-eslint/visitor-keys': 7.18.0 '@typescript-eslint/visitor-keys': 7.18.0
debug: 4.4.0 debug: 4.4.1
eslint: 8.57.1 eslint: 8.57.1
optionalDependencies: optionalDependencies:
typescript: 5.8.3 typescript: 5.8.3
@ -2996,7 +2996,7 @@ snapshots:
dependencies: dependencies:
'@typescript-eslint/typescript-estree': 7.18.0(typescript@5.8.3) '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.8.3)
'@typescript-eslint/utils': 7.18.0(eslint@8.57.1)(typescript@5.8.3) '@typescript-eslint/utils': 7.18.0(eslint@8.57.1)(typescript@5.8.3)
debug: 4.4.0 debug: 4.4.1
eslint: 8.57.1 eslint: 8.57.1
ts-api-utils: 1.4.3(typescript@5.8.3) ts-api-utils: 1.4.3(typescript@5.8.3)
optionalDependencies: optionalDependencies:
@ -3010,11 +3010,11 @@ snapshots:
dependencies: dependencies:
'@typescript-eslint/types': 7.18.0 '@typescript-eslint/types': 7.18.0
'@typescript-eslint/visitor-keys': 7.18.0 '@typescript-eslint/visitor-keys': 7.18.0
debug: 4.4.0 debug: 4.4.1
globby: 11.1.0 globby: 11.1.0
is-glob: 4.0.3 is-glob: 4.0.3
minimatch: 9.0.5 minimatch: 9.0.5
semver: 7.7.1 semver: 7.7.2
ts-api-utils: 1.4.3(typescript@5.8.3) ts-api-utils: 1.4.3(typescript@5.8.3)
optionalDependencies: optionalDependencies:
typescript: 5.8.3 typescript: 5.8.3
@ -3260,8 +3260,8 @@ snapshots:
browserslist@4.24.5: browserslist@4.24.5:
dependencies: dependencies:
caniuse-lite: 1.0.30001717 caniuse-lite: 1.0.30001718
electron-to-chromium: 1.5.151 electron-to-chromium: 1.5.155
node-releases: 2.0.19 node-releases: 2.0.19
update-browserslist-db: 1.1.3(browserslist@4.24.5) update-browserslist-db: 1.1.3(browserslist@4.24.5)
@ -3303,7 +3303,7 @@ snapshots:
callsites@3.1.0: {} callsites@3.1.0: {}
caniuse-lite@1.0.30001717: {} caniuse-lite@1.0.30001718: {}
chai@5.2.0: chai@5.2.0:
dependencies: dependencies:
@ -3370,7 +3370,7 @@ snapshots:
dependencies: dependencies:
ms: 2.1.3 ms: 2.1.3
debug@4.4.0: debug@4.4.1:
dependencies: dependencies:
ms: 2.1.3 ms: 2.1.3
@ -3398,7 +3398,7 @@ snapshots:
delayed-stream@1.0.0: {} delayed-stream@1.0.0: {}
detsys-ts@https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/e0a5f196fd4e17f2ba1d6ad03300fe532717f7e8: detsys-ts@https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/74999c82de35e73feb13af2c0e0c3ebb92a17c66:
dependencies: dependencies:
'@actions/cache': 4.0.3 '@actions/cache': 4.0.3
'@actions/core': 1.11.1 '@actions/core': 1.11.1
@ -3429,7 +3429,7 @@ snapshots:
eastasianwidth@0.2.0: {} eastasianwidth@0.2.0: {}
electron-to-chromium@1.5.151: {} electron-to-chromium@1.5.155: {}
emoji-regex@8.0.0: {} emoji-regex@8.0.0: {}
@ -3565,7 +3565,7 @@ snapshots:
eslint-import-resolver-typescript@3.10.1(eslint-plugin-import@2.31.0)(eslint@8.57.1): eslint-import-resolver-typescript@3.10.1(eslint-plugin-import@2.31.0)(eslint@8.57.1):
dependencies: dependencies:
'@nolyfill/is-core-module': 1.0.39 '@nolyfill/is-core-module': 1.0.39
debug: 4.4.0 debug: 4.4.1
eslint: 8.57.1 eslint: 8.57.1
get-tsconfig: 4.10.0 get-tsconfig: 4.10.0
is-bun-module: 2.0.0 is-bun-module: 2.0.0
@ -3693,7 +3693,7 @@ snapshots:
eslint: 8.57.1 eslint: 8.57.1
prettier: 3.5.3 prettier: 3.5.3
prettier-linter-helpers: 1.0.0 prettier-linter-helpers: 1.0.0
synckit: 0.11.4 synckit: 0.11.5
optionalDependencies: optionalDependencies:
eslint-config-prettier: 10.1.5(eslint@8.57.1) eslint-config-prettier: 10.1.5(eslint@8.57.1)
@ -3719,7 +3719,7 @@ snapshots:
ajv: 6.12.6 ajv: 6.12.6
chalk: 4.1.2 chalk: 4.1.2
cross-spawn: 7.0.6 cross-spawn: 7.0.6
debug: 4.4.0 debug: 4.4.1
doctrine: 3.0.0 doctrine: 3.0.0
escape-string-regexp: 4.0.0 escape-string-regexp: 4.0.0
eslint-scope: 7.2.2 eslint-scope: 7.2.2
@ -3795,7 +3795,7 @@ snapshots:
fast-xml-parser@5.2.3: fast-xml-parser@5.2.3:
dependencies: dependencies:
strnum: 2.1.0 strnum: 2.1.1
fastq@1.19.1: fastq@1.19.1:
dependencies: dependencies:
@ -3987,7 +3987,7 @@ snapshots:
http-proxy-agent@7.0.2: http-proxy-agent@7.0.2:
dependencies: dependencies:
agent-base: 7.1.3 agent-base: 7.1.3
debug: 4.4.0 debug: 4.4.1
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
@ -3999,7 +3999,7 @@ snapshots:
https-proxy-agent@7.0.6: https-proxy-agent@7.0.6:
dependencies: dependencies:
agent-base: 7.1.3 agent-base: 7.1.3
debug: 4.4.0 debug: 4.4.1
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
@ -4050,7 +4050,7 @@ snapshots:
is-bun-module@2.0.0: is-bun-module@2.0.0:
dependencies: dependencies:
semver: 7.7.1 semver: 7.7.2
is-callable@1.2.7: {} is-callable@1.2.7: {}
@ -4271,7 +4271,7 @@ snapshots:
nanoid@3.3.11: {} nanoid@3.3.11: {}
napi-postinstall@0.2.3: {} napi-postinstall@0.2.4: {}
natural-compare@1.4.0: {} natural-compare@1.4.0: {}
@ -4509,7 +4509,7 @@ snapshots:
semver@6.3.1: {} semver@6.3.1: {}
semver@7.7.1: {} semver@7.7.2: {}
set-function-length@1.2.2: set-function-length@1.2.2:
dependencies: dependencies:
@ -4640,7 +4640,7 @@ snapshots:
strip-json-comments@3.1.1: {} strip-json-comments@3.1.1: {}
strnum@2.1.0: {} strnum@2.1.1: {}
sucrase@3.35.0: sucrase@3.35.0:
dependencies: dependencies:
@ -4660,7 +4660,7 @@ snapshots:
svg-element-attributes@1.3.1: {} svg-element-attributes@1.3.1: {}
synckit@0.11.4: synckit@0.11.5:
dependencies: dependencies:
'@pkgr/core': 0.2.4 '@pkgr/core': 0.2.4
tslib: 2.8.1 tslib: 2.8.1
@ -4727,7 +4727,7 @@ snapshots:
cac: 6.7.14 cac: 6.7.14
chokidar: 4.0.3 chokidar: 4.0.3
consola: 3.4.2 consola: 3.4.2
debug: 4.4.0 debug: 4.4.1
esbuild: 0.25.4 esbuild: 0.25.4
joycon: 3.1.1 joycon: 3.1.1
picocolors: 1.1.1 picocolors: 1.1.1
@ -4808,7 +4808,7 @@ snapshots:
unrs-resolver@1.7.2: unrs-resolver@1.7.2:
dependencies: dependencies:
napi-postinstall: 0.2.3 napi-postinstall: 0.2.4
optionalDependencies: optionalDependencies:
'@unrs/resolver-binding-darwin-arm64': 1.7.2 '@unrs/resolver-binding-darwin-arm64': 1.7.2
'@unrs/resolver-binding-darwin-x64': 1.7.2 '@unrs/resolver-binding-darwin-x64': 1.7.2
@ -4843,7 +4843,7 @@ snapshots:
vite-node@3.1.3: vite-node@3.1.3:
dependencies: dependencies:
cac: 6.7.14 cac: 6.7.14
debug: 4.4.0 debug: 4.4.1
es-module-lexer: 1.7.0 es-module-lexer: 1.7.0
pathe: 2.0.3 pathe: 2.0.3
vite: 6.3.5 vite: 6.3.5
@ -4882,7 +4882,7 @@ snapshots:
'@vitest/spy': 3.1.3 '@vitest/spy': 3.1.3
'@vitest/utils': 3.1.3 '@vitest/utils': 3.1.3
chai: 5.2.0 chai: 5.2.0
debug: 4.4.0 debug: 4.4.1
expect-type: 1.2.1 expect-type: 1.2.1
magic-string: 0.30.17 magic-string: 0.30.17
pathe: 2.0.3 pathe: 2.0.3