Merge pull request #158 from detsys-pr-bot/detsys-ts-update-cf33e9577ca7571bf9ebbfe298b4e3e457a58813

Update `detsys-ts`: Merge pull request #79 from DeterminateSystems/dependabot/npm_and_yarn/npm_and_yarn-14f44f5325
This commit is contained in:
Luc Perkins 2025-03-26 09:59:58 -03:00 committed by GitHub
commit ae207e3462
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 106 additions and 70 deletions

12
dist/index.js vendored
View file

@ -46977,7 +46977,7 @@ module.exports.mockErrors = mockErrors
const { InvalidArgumentError } = __nccwpck_require__(1581) const { InvalidArgumentError } = __nccwpck_require__(1581)
const { kClients, kRunning, kClose, kDestroy, kDispatch, kInterceptors } = __nccwpck_require__(5773) const { kClients, kRunning, kClose, kDestroy, kDispatch, kInterceptors } = __nccwpck_require__(5773)
const DispatcherBase = __nccwpck_require__(2168) const DispatcherBase = __nccwpck_require__(9787)
const Pool = __nccwpck_require__(6086) const Pool = __nccwpck_require__(6086)
const Client = __nccwpck_require__(439) const Client = __nccwpck_require__(439)
const util = __nccwpck_require__(4606) const util = __nccwpck_require__(4606)
@ -49752,7 +49752,7 @@ const { pipeline } = __nccwpck_require__(2203)
const util = __nccwpck_require__(4606) const util = __nccwpck_require__(4606)
const timers = __nccwpck_require__(2374) const timers = __nccwpck_require__(2374)
const Request = __nccwpck_require__(3505) const Request = __nccwpck_require__(3505)
const DispatcherBase = __nccwpck_require__(2168) const DispatcherBase = __nccwpck_require__(9787)
const { const {
RequestContentLengthMismatchError, RequestContentLengthMismatchError,
ResponseContentLengthMismatchError, ResponseContentLengthMismatchError,
@ -54558,7 +54558,7 @@ module.exports = {
/***/ }), /***/ }),
/***/ 2168: /***/ 9787:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
@ -66269,7 +66269,7 @@ module.exports = class FixedQueue {
const DispatcherBase = __nccwpck_require__(2168) const DispatcherBase = __nccwpck_require__(9787)
const FixedQueue = __nccwpck_require__(119) const FixedQueue = __nccwpck_require__(119)
const { kConnected, kSize, kRunning, kPending, kQueued, kBusy, kFree, kUrl, kClose, kDestroy, kDispatch } = __nccwpck_require__(5773) const { kConnected, kSize, kRunning, kPending, kQueued, kBusy, kFree, kUrl, kClose, kDestroy, kDispatch } = __nccwpck_require__(5773)
const PoolStats = __nccwpck_require__(136) const PoolStats = __nccwpck_require__(136)
@ -66630,7 +66630,7 @@ const { kProxy, kClose, kDestroy, kInterceptors } = __nccwpck_require__(5773)
const { URL } = __nccwpck_require__(7016) const { URL } = __nccwpck_require__(7016)
const Agent = __nccwpck_require__(8603) const Agent = __nccwpck_require__(8603)
const Pool = __nccwpck_require__(6086) const Pool = __nccwpck_require__(6086)
const DispatcherBase = __nccwpck_require__(2168) const DispatcherBase = __nccwpck_require__(9787)
const { InvalidArgumentError, RequestAbortedError } = __nccwpck_require__(1581) const { InvalidArgumentError, RequestAbortedError } = __nccwpck_require__(1581)
const buildConnector = __nccwpck_require__(110) const buildConnector = __nccwpck_require__(110)
@ -87214,7 +87214,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+9d2b0e4636787_965914aa38ac1ed2d54aabb6d183fadd/node_modules/detsys-ts/dist/index.js ;// CONCATENATED MODULE: ./node_modules/.pnpm/detsys-ts@https+++codeload.github.com+DeterminateSystems+detsys-ts+tar.gz+cf33e9577ca75_0fc2d146cb6170d3ae5bda7fe67f485d/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)

View file

@ -38,7 +38,7 @@
"eslint-import-resolver-typescript": "^3.9.1", "eslint-import-resolver-typescript": "^3.9.1",
"eslint-plugin-github": "^4.10.2", "eslint-plugin-github": "^4.10.2",
"eslint-plugin-import": "^2.31.0", "eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.3", "eslint-plugin-prettier": "^5.2.5",
"prettier": "^3.5.3", "prettier": "^3.5.3",
"tsup": "^8.4.0", "tsup": "^8.4.0",
"typescript": "^5.8.2", "typescript": "^5.8.2",

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/9d2b0e4636787bba8b886ddc720f007850e541fb version: https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/cf33e9577ca7571bf9ebbfe298b4e3e457a58813
devDependencies: devDependencies:
'@trivago/prettier-plugin-sort-imports': '@trivago/prettier-plugin-sort-imports':
specifier: ^4.3.0 specifier: ^4.3.0
@ -40,8 +40,8 @@ importers:
specifier: ^2.31.0 specifier: ^2.31.0
version: 2.31.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.8.2))(eslint-import-resolver-typescript@3.9.1)(eslint@8.57.1) version: 2.31.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.8.2))(eslint-import-resolver-typescript@3.9.1)(eslint@8.57.1)
eslint-plugin-prettier: eslint-plugin-prettier:
specifier: ^5.2.3 specifier: ^5.2.5
version: 5.2.4(eslint-config-prettier@10.1.1(eslint@8.57.1))(eslint@8.57.1)(prettier@3.5.3) version: 5.2.5(eslint-config-prettier@10.1.1(eslint@8.57.1))(eslint@8.57.1)(prettier@3.5.3)
prettier: prettier:
specifier: ^3.5.3 specifier: ^3.5.3
version: 3.5.3 version: 3.5.3
@ -794,58 +794,78 @@ packages:
'@ungap/structured-clone@1.3.0': '@ungap/structured-clone@1.3.0':
resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==} resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==}
'@unrs/rspack-resolver-binding-darwin-arm64@1.2.2': '@unrs/rspack-resolver-binding-darwin-arm64@1.3.0':
resolution: {integrity: sha512-i7z0B+C0P8Q63O/5PXJAzeFtA1ttY3OR2VSJgGv18S+PFNwD98xHgAgPOT1H5HIV6jlQP8Avzbp09qxJUdpPNw==} resolution: {integrity: sha512-EcjI0Hh2HiNOM0B9UuYH1PfLWgE6/SBQ4dKoHXWNloERfveha/n6aUZSBThtPGnJenmdfaJYXXZtqyNbWtJAFw==}
cpu: [arm64] cpu: [arm64]
os: [darwin] os: [darwin]
'@unrs/rspack-resolver-binding-darwin-x64@1.2.2': '@unrs/rspack-resolver-binding-darwin-x64@1.3.0':
resolution: {integrity: sha512-YEdFzPjIbDUCfmehC6eS+AdJYtFWY35YYgWUnqqTM2oe/N58GhNy5yRllxYhxwJ9GcfHoNc6Ubze1yjkNv+9Qg==} resolution: {integrity: sha512-3CgG+mhfudDfnaDqwEl0W1mcGTto5f5mqPyJSXcWDxrnNc7pr/p01khIgWOoOD1eCwVejmgpYvRKGBwJPwgHOQ==}
cpu: [x64] cpu: [x64]
os: [darwin] os: [darwin]
'@unrs/rspack-resolver-binding-freebsd-x64@1.2.2': '@unrs/rspack-resolver-binding-freebsd-x64@1.3.0':
resolution: {integrity: sha512-TU4ntNXDgPN2giQyyzSnGWf/dVCem5lvwxg0XYvsvz35h5H19WrhTmHgbrULMuypCB3aHe1enYUC9rPLDw45mA==} resolution: {integrity: sha512-ww8BwryDrpXlSajwSIEUXEv8oKDkw04L2ke3hxjaxWohuBV8pAQie9XBS4yQTyREuL2ypcqbARfoCXJJzVp7ig==}
cpu: [x64] cpu: [x64]
os: [freebsd] os: [freebsd]
'@unrs/rspack-resolver-binding-linux-arm-gnueabihf@1.2.2': '@unrs/rspack-resolver-binding-linux-arm-gnueabihf@1.3.0':
resolution: {integrity: sha512-ik3w4/rU6RujBvNWiDnKdXi1smBhqxEDhccNi/j2rHaMjm0Fk49KkJ6XKsoUnD2kZ5xaMJf9JjailW/okfUPIw==} resolution: {integrity: sha512-WyhonI1mkuAlnG2iaMjk7uy4aWX+FWi2Au8qCCwj57wVHbAEfrN6xN2YhzbrsCC+ciumKhj5c01MqwsnYDNzWQ==}
cpu: [arm] cpu: [arm]
os: [linux] os: [linux]
'@unrs/rspack-resolver-binding-linux-arm64-gnu@1.2.2': '@unrs/rspack-resolver-binding-linux-arm-musleabihf@1.3.0':
resolution: {integrity: sha512-fp4Azi8kHz6TX8SFmKfyScZrMLfp++uRm2srpqRjsRZIIBzH74NtSkdEUHImR4G7f7XJ+sVZjCc6KDDK04YEpQ==} resolution: {integrity: sha512-+uCP6hIAMVWHKQnLZHESJ1U1TFVGLR3FTeaS2A4zB0k8w+IbZlWwl9FiBUOwOiqhcCCyKiUEifgnYFNGpxi3pw==}
cpu: [arm]
os: [linux]
'@unrs/rspack-resolver-binding-linux-arm64-gnu@1.3.0':
resolution: {integrity: sha512-p+s/Wp8rf75Qqs2EPw4HC0xVLLW+/60MlVAsB7TYLoeg1e1CU/QCis36FxpziLS0ZY2+wXdTnPUxr+5kkThzwQ==}
cpu: [arm64] cpu: [arm64]
os: [linux] os: [linux]
'@unrs/rspack-resolver-binding-linux-arm64-musl@1.2.2': '@unrs/rspack-resolver-binding-linux-arm64-musl@1.3.0':
resolution: {integrity: sha512-gMiG3DCFioJxdGBzhlL86KcFgt9HGz0iDhw0YVYPsShItpN5pqIkNrI+L/Q/0gfDiGrfcE0X3VANSYIPmqEAlQ==} resolution: {integrity: sha512-cZEL9jmZ2kAN53MEk+fFCRJM8pRwOEboDn7sTLjZW+hL6a0/8JNfHP20n8+MBDrhyD34BSF4A6wPCj/LNhtOIQ==}
cpu: [arm64] cpu: [arm64]
os: [linux] os: [linux]
'@unrs/rspack-resolver-binding-linux-x64-gnu@1.2.2': '@unrs/rspack-resolver-binding-linux-ppc64-gnu@1.3.0':
resolution: {integrity: sha512-n/4n2CxaUF9tcaJxEaZm+lqvaw2gflfWQ1R9I7WQgYkKEKbRKbpG/R3hopYdUmLSRI4xaW1Cy0Bz40eS2Yi4Sw==} resolution: {integrity: sha512-IOeRhcMXTNlk2oApsOozYVcOHu4t1EKYKnTz4huzdPyKNPX0Y9C7X8/6rk4aR3Inb5s4oVMT9IVKdgNXLcpGAQ==}
cpu: [ppc64]
os: [linux]
'@unrs/rspack-resolver-binding-linux-s390x-gnu@1.3.0':
resolution: {integrity: sha512-op54XrlEbhgVRCxzF1pHFcLamdOmHDapwrqJ9xYRB7ZjwP/zQCKzz/uAsSaAlyQmbSi/PXV7lwfca4xkv860/Q==}
cpu: [s390x]
os: [linux]
'@unrs/rspack-resolver-binding-linux-x64-gnu@1.3.0':
resolution: {integrity: sha512-orbQF7sN02N/b9QF8Xp1RBO5YkfI+AYo9VZw0H2Gh4JYWSuiDHjOPEeFPDIRyWmXbQJuiVNSB+e1pZOjPPKIyg==}
cpu: [x64] cpu: [x64]
os: [linux] os: [linux]
'@unrs/rspack-resolver-binding-linux-x64-musl@1.2.2': '@unrs/rspack-resolver-binding-linux-x64-musl@1.3.0':
resolution: {integrity: sha512-cHyhAr6rlYYbon1L2Ag449YCj3p6XMfcYTP0AQX+KkQo025d1y/VFtPWvjMhuEsE2lLvtHm7GdJozj6BOMtzVg==} resolution: {integrity: sha512-kpjqjIAC9MfsjmlgmgeC8U9gZi6g/HTuCqpI7SBMjsa7/9MvBaQ6TJ7dtnsV/+DXvfJ2+L5teBBXG+XxfpvIFA==}
cpu: [x64] cpu: [x64]
os: [linux] os: [linux]
'@unrs/rspack-resolver-binding-wasm32-wasi@1.2.2': '@unrs/rspack-resolver-binding-wasm32-wasi@1.3.0':
resolution: {integrity: sha512-eogDKuICghDLGc32FtP+WniG38IB1RcGOGz0G3z8406dUdjJvxfHGuGs/dSlM9YEp/v0lEqhJ4mBu6X2nL9pog==} resolution: {integrity: sha512-JAg0hY3kGsCPk7Jgh16yMTBZ6VEnoNR1DFZxiozjKwH+zSCfuDuM5S15gr50ofbwVw9drobIP2TTHdKZ15MJZQ==}
engines: {node: '>=14.0.0'} engines: {node: '>=14.0.0'}
cpu: [wasm32] cpu: [wasm32]
'@unrs/rspack-resolver-binding-win32-arm64-msvc@1.2.2': '@unrs/rspack-resolver-binding-win32-arm64-msvc@1.3.0':
resolution: {integrity: sha512-7sWRJumhpXSi2lccX8aQpfFXHsSVASdWndLv8AmD8nDRA/5PBi8IplQVZNx2mYRx6+Bp91Z00kuVqpXO9NfCTg==} resolution: {integrity: sha512-h5N83i407ntS3ndDkhT/3vC3Dj8oP0BIwMtekETNJcxk7IuWccSXifzCEhdxxu/FOX4OICGIHdHrxf5fJuAjfw==}
cpu: [arm64] cpu: [arm64]
os: [win32] os: [win32]
'@unrs/rspack-resolver-binding-win32-x64-msvc@1.2.2': '@unrs/rspack-resolver-binding-win32-ia32-msvc@1.3.0':
resolution: {integrity: sha512-hewo/UMGP1a7O6FG/ThcPzSJdm/WwrYDNkdGgWl6M18H6K6MSitklomWpT9MUtT5KGj++QJb06va/14QBC4pvw==} resolution: {integrity: sha512-9QH7Gq3dRL8Q/D6PGS3Dwtjx9yw6kbCEu6iBkAUhFTDAuVUk2L0H/5NekRVA13AQaSc3OsEUKt60EOn/kq5Dug==}
cpu: [ia32]
os: [win32]
'@unrs/rspack-resolver-binding-win32-x64-msvc@1.3.0':
resolution: {integrity: sha512-IYuXJCuwBOVV0H73l6auaZwtAPHjCPBJkxd4Co0yO6dSjDM5Na5OceaxhUmJLZ3z8kuEGhTYWIHH7PchGztnlg==}
cpu: [x64] cpu: [x64]
os: [win32] os: [win32]
@ -1134,8 +1154,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/9d2b0e4636787bba8b886ddc720f007850e541fb: detsys-ts@https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/cf33e9577ca7571bf9ebbfe298b4e3e457a58813:
resolution: {tarball: https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/9d2b0e4636787bba8b886ddc720f007850e541fb} resolution: {tarball: https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/cf33e9577ca7571bf9ebbfe298b4e3e457a58813}
version: 1.0.0 version: 1.0.0
diff-sequences@29.6.3: diff-sequences@29.6.3:
@ -1161,8 +1181,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.123: electron-to-chromium@1.5.124:
resolution: {integrity: sha512-refir3NlutEZqlKaBLK0tzlVLe5P2wDKS7UQt/3SpibizgsRAPOsqQC3ffw1nlv3ze5gjRQZYHoPymgVZkplFA==} resolution: {integrity: sha512-riELkpDUqBi00gqreV3RIGoowxGrfueEKBd6zPdOk/I8lvuFpBGNkYoHof3zUHbiTBsIU8oxdIIL/WNrAG1/7A==}
emoji-regex@8.0.0: emoji-regex@8.0.0:
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
@ -1310,13 +1330,13 @@ packages:
resolution: {integrity: sha512-brcKcxGnISN2CcVhXJ/kEQlNa0MEfGRtwKtWA16SkqXHKitaKIMrfemJKLKX1YqDU5C/5JY3PvZXd5jEW04e0Q==} resolution: {integrity: sha512-brcKcxGnISN2CcVhXJ/kEQlNa0MEfGRtwKtWA16SkqXHKitaKIMrfemJKLKX1YqDU5C/5JY3PvZXd5jEW04e0Q==}
engines: {node: '>=5.0.0'} engines: {node: '>=5.0.0'}
eslint-plugin-prettier@5.2.4: eslint-plugin-prettier@5.2.5:
resolution: {integrity: sha512-SFtuYmnhwYCtuCDTKPoK+CEzCnEgKTU2qTLwoCxvrC0MFBTIXo1i6hDYOI4cwHaE5GZtlWmTN3YfucYi7KJwPw==} resolution: {integrity: sha512-IKKP8R87pJyMl7WWamLgPkloB16dagPIdd2FjBDbyRYPKo93wS/NbCOPh6gH+ieNLC+XZrhJt/kWj0PS/DFdmg==}
engines: {node: ^14.18.0 || >=16.0.0} engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies: peerDependencies:
'@types/eslint': '>=8.0.0' '@types/eslint': '>=8.0.0'
eslint: '>=8.0.0' eslint: '>=8.0.0'
eslint-config-prettier: '*' eslint-config-prettier: '>= 7.0.0 <10.0.0 || >=10.1.0'
prettier: '>=3.0.0' prettier: '>=3.0.0'
peerDependenciesMeta: peerDependenciesMeta:
'@types/eslint': '@types/eslint':
@ -2146,8 +2166,8 @@ packages:
engines: {node: '>=18.0.0', npm: '>=8.0.0'} engines: {node: '>=18.0.0', npm: '>=8.0.0'}
hasBin: true hasBin: true
rspack-resolver@1.2.2: rspack-resolver@1.3.0:
resolution: {integrity: sha512-Fwc19jMBA3g+fxDJH2B4WxwZjE0VaaOL7OX/A4Wn5Zv7bOD/vyPZhzXfaO73Xc2GAlfi96g5fGUa378WbIGfFw==} resolution: {integrity: sha512-az/PLDwa1xijNv4bAFBS8mtqqJC1Y3lVyFag4cuyIUOHq/ft5kSZlHbqYaLZLpsQtPWv4ZGDo5ycySKJzUvU/A==}
run-parallel@1.2.0: run-parallel@1.2.0:
resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
@ -3278,39 +3298,51 @@ snapshots:
'@ungap/structured-clone@1.3.0': {} '@ungap/structured-clone@1.3.0': {}
'@unrs/rspack-resolver-binding-darwin-arm64@1.2.2': '@unrs/rspack-resolver-binding-darwin-arm64@1.3.0':
optional: true optional: true
'@unrs/rspack-resolver-binding-darwin-x64@1.2.2': '@unrs/rspack-resolver-binding-darwin-x64@1.3.0':
optional: true optional: true
'@unrs/rspack-resolver-binding-freebsd-x64@1.2.2': '@unrs/rspack-resolver-binding-freebsd-x64@1.3.0':
optional: true optional: true
'@unrs/rspack-resolver-binding-linux-arm-gnueabihf@1.2.2': '@unrs/rspack-resolver-binding-linux-arm-gnueabihf@1.3.0':
optional: true optional: true
'@unrs/rspack-resolver-binding-linux-arm64-gnu@1.2.2': '@unrs/rspack-resolver-binding-linux-arm-musleabihf@1.3.0':
optional: true optional: true
'@unrs/rspack-resolver-binding-linux-arm64-musl@1.2.2': '@unrs/rspack-resolver-binding-linux-arm64-gnu@1.3.0':
optional: true optional: true
'@unrs/rspack-resolver-binding-linux-x64-gnu@1.2.2': '@unrs/rspack-resolver-binding-linux-arm64-musl@1.3.0':
optional: true optional: true
'@unrs/rspack-resolver-binding-linux-x64-musl@1.2.2': '@unrs/rspack-resolver-binding-linux-ppc64-gnu@1.3.0':
optional: true optional: true
'@unrs/rspack-resolver-binding-wasm32-wasi@1.2.2': '@unrs/rspack-resolver-binding-linux-s390x-gnu@1.3.0':
optional: true
'@unrs/rspack-resolver-binding-linux-x64-gnu@1.3.0':
optional: true
'@unrs/rspack-resolver-binding-linux-x64-musl@1.3.0':
optional: true
'@unrs/rspack-resolver-binding-wasm32-wasi@1.3.0':
dependencies: dependencies:
'@napi-rs/wasm-runtime': 0.2.7 '@napi-rs/wasm-runtime': 0.2.7
optional: true optional: true
'@unrs/rspack-resolver-binding-win32-arm64-msvc@1.2.2': '@unrs/rspack-resolver-binding-win32-arm64-msvc@1.3.0':
optional: true optional: true
'@unrs/rspack-resolver-binding-win32-x64-msvc@1.2.2': '@unrs/rspack-resolver-binding-win32-ia32-msvc@1.3.0':
optional: true
'@unrs/rspack-resolver-binding-win32-x64-msvc@1.3.0':
optional: true optional: true
'@vercel/ncc@0.38.3': {} '@vercel/ncc@0.38.3': {}
@ -3469,7 +3501,7 @@ snapshots:
browserslist@4.24.4: browserslist@4.24.4:
dependencies: dependencies:
caniuse-lite: 1.0.30001707 caniuse-lite: 1.0.30001707
electron-to-chromium: 1.5.123 electron-to-chromium: 1.5.124
node-releases: 2.0.19 node-releases: 2.0.19
update-browserslist-db: 1.1.3(browserslist@4.24.4) update-browserslist-db: 1.1.3(browserslist@4.24.4)
@ -3614,7 +3646,7 @@ snapshots:
delayed-stream@1.0.0: {} delayed-stream@1.0.0: {}
detsys-ts@https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/9d2b0e4636787bba8b886ddc720f007850e541fb: detsys-ts@https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/cf33e9577ca7571bf9ebbfe298b4e3e457a58813:
dependencies: dependencies:
'@actions/cache': 4.0.3 '@actions/cache': 4.0.3
'@actions/core': 1.11.1 '@actions/core': 1.11.1
@ -3647,7 +3679,7 @@ snapshots:
eastasianwidth@0.2.0: {} eastasianwidth@0.2.0: {}
electron-to-chromium@1.5.123: {} electron-to-chromium@1.5.124: {}
emoji-regex@8.0.0: {} emoji-regex@8.0.0: {}
@ -3811,7 +3843,7 @@ snapshots:
eslint: 8.57.1 eslint: 8.57.1
get-tsconfig: 4.10.0 get-tsconfig: 4.10.0
is-bun-module: 1.3.0 is-bun-module: 1.3.0
rspack-resolver: 1.2.2 rspack-resolver: 1.3.0
stable-hash: 0.0.5 stable-hash: 0.0.5
tinyglobby: 0.2.12 tinyglobby: 0.2.12
optionalDependencies: optionalDependencies:
@ -3864,7 +3896,7 @@ snapshots:
eslint-plugin-import: 2.31.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.8.2))(eslint-import-resolver-typescript@3.9.1)(eslint@8.57.1) eslint-plugin-import: 2.31.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.8.2))(eslint-import-resolver-typescript@3.9.1)(eslint@8.57.1)
eslint-plugin-jsx-a11y: 6.10.2(eslint@8.57.1) eslint-plugin-jsx-a11y: 6.10.2(eslint@8.57.1)
eslint-plugin-no-only-tests: 3.3.0 eslint-plugin-no-only-tests: 3.3.0
eslint-plugin-prettier: 5.2.4(eslint-config-prettier@10.1.1(eslint@8.57.1))(eslint@8.57.1)(prettier@3.5.3) eslint-plugin-prettier: 5.2.5(eslint-config-prettier@10.1.1(eslint@8.57.1))(eslint@8.57.1)(prettier@3.5.3)
eslint-rule-documentation: 1.0.23 eslint-rule-documentation: 1.0.23
jsx-ast-utils: 3.3.5 jsx-ast-utils: 3.3.5
prettier: 3.5.3 prettier: 3.5.3
@ -3930,7 +3962,7 @@ snapshots:
eslint-plugin-no-only-tests@3.3.0: {} eslint-plugin-no-only-tests@3.3.0: {}
eslint-plugin-prettier@5.2.4(eslint-config-prettier@10.1.1(eslint@8.57.1))(eslint@8.57.1)(prettier@3.5.3): eslint-plugin-prettier@5.2.5(eslint-config-prettier@10.1.1(eslint@8.57.1))(eslint@8.57.1)(prettier@3.5.3):
dependencies: dependencies:
eslint: 8.57.1 eslint: 8.57.1
prettier: 3.5.3 prettier: 3.5.3
@ -4788,19 +4820,23 @@ snapshots:
'@rollup/rollup-win32-x64-msvc': 4.37.0 '@rollup/rollup-win32-x64-msvc': 4.37.0
fsevents: 2.3.3 fsevents: 2.3.3
rspack-resolver@1.2.2: rspack-resolver@1.3.0:
optionalDependencies: optionalDependencies:
'@unrs/rspack-resolver-binding-darwin-arm64': 1.2.2 '@unrs/rspack-resolver-binding-darwin-arm64': 1.3.0
'@unrs/rspack-resolver-binding-darwin-x64': 1.2.2 '@unrs/rspack-resolver-binding-darwin-x64': 1.3.0
'@unrs/rspack-resolver-binding-freebsd-x64': 1.2.2 '@unrs/rspack-resolver-binding-freebsd-x64': 1.3.0
'@unrs/rspack-resolver-binding-linux-arm-gnueabihf': 1.2.2 '@unrs/rspack-resolver-binding-linux-arm-gnueabihf': 1.3.0
'@unrs/rspack-resolver-binding-linux-arm64-gnu': 1.2.2 '@unrs/rspack-resolver-binding-linux-arm-musleabihf': 1.3.0
'@unrs/rspack-resolver-binding-linux-arm64-musl': 1.2.2 '@unrs/rspack-resolver-binding-linux-arm64-gnu': 1.3.0
'@unrs/rspack-resolver-binding-linux-x64-gnu': 1.2.2 '@unrs/rspack-resolver-binding-linux-arm64-musl': 1.3.0
'@unrs/rspack-resolver-binding-linux-x64-musl': 1.2.2 '@unrs/rspack-resolver-binding-linux-ppc64-gnu': 1.3.0
'@unrs/rspack-resolver-binding-wasm32-wasi': 1.2.2 '@unrs/rspack-resolver-binding-linux-s390x-gnu': 1.3.0
'@unrs/rspack-resolver-binding-win32-arm64-msvc': 1.2.2 '@unrs/rspack-resolver-binding-linux-x64-gnu': 1.3.0
'@unrs/rspack-resolver-binding-win32-x64-msvc': 1.2.2 '@unrs/rspack-resolver-binding-linux-x64-musl': 1.3.0
'@unrs/rspack-resolver-binding-wasm32-wasi': 1.3.0
'@unrs/rspack-resolver-binding-win32-arm64-msvc': 1.3.0
'@unrs/rspack-resolver-binding-win32-ia32-msvc': 1.3.0
'@unrs/rspack-resolver-binding-win32-x64-msvc': 1.3.0
run-parallel@1.2.0: run-parallel@1.2.0:
dependencies: dependencies: