diff --git a/package.json b/package.json index 74fcf18c..b8a52b74 100644 --- a/package.json +++ b/package.json @@ -75,15 +75,15 @@ } }, "dependencies": { - "@typescript-eslint/types": "^8.35.0", + "@typescript-eslint/types": "^8.40.0", "comment-parser": "^1.4.1", "debug": "^4.4.1", - "eslint-import-context": "^0.1.9", + "eslint-import-context": "^0.2.0", "is-glob": "^4.0.3", - "minimatch": "^9.0.3 || ^10.0.1", + "minimatch": "^9.0.3 || ^10.0.3", + "oxc-resolver": "^11.6.1", "semver": "^7.7.2", - "stable-hash-x": "^0.2.0", - "unrs-resolver": "^1.9.2" + "stable-hash-x": "^0.2.0" }, "devDependencies": { "@1stg/commitlint-config": "^5.1.0", @@ -93,22 +93,22 @@ "@1stg/simple-git-hooks": "^2.1.0", "@1stg/tsconfig": "^3.0.3", "@angular-eslint/template-parser": "^20.1.1", - "@babel/core": "^7.27.4", - "@babel/eslint-parser": "^7.27.5", - "@babel/plugin-proposal-decorators": "^7.27.1", + "@babel/core": "^7.28.3", + "@babel/eslint-parser": "^7.28.0", + "@babel/plugin-proposal-decorators": "^7.28.0", "@babel/plugin-proposal-export-default-from": "^7.27.1", - "@babel/preset-env": "^7.27.2", + "@babel/preset-env": "^7.28.3", "@babel/preset-flow": "^7.27.1", "@babel/preset-react": "^7.27.1", "@babel/preset-typescript": "^7.27.1", - "@babel/register": "^7.27.1", + "@babel/register": "^7.28.3", "@changesets/changelog-github": "^0.5.1", - "@changesets/cli": "^2.29.5", + "@changesets/cli": "^2.29.6", "@commitlint/cli": "^19.8.1", "@eslint/import-test-order-redirect-scoped": "link:./test/fixtures/order-redirect-scoped", - "@eslint/js": "^9.29.0", - "@swc-node/jest": "^1.8.13", - "@swc/core": "^1.12.7", + "@eslint/js": "^9.33.0", + "@swc-node/jest": "^1.9.1", + "@swc/core": "^1.13.3", "@swc/helpers": "^0.5.17", "@test-scope/some-module": "link:./test/fixtures/symlinked-module", "@total-typescript/ts-reset": "^0.6.1", @@ -119,17 +119,18 @@ "@types/jest": "^30.0.0", "@types/json-schema": "^7.0.15", "@types/klaw-sync": "^6.0.5", - "@types/node": "^22.15.33", + "@types/node": "^22.17.2", "@types/pnpapi": "^0.0.5", "@types/tmp": "^0.2.6", - "@typescript-eslint/eslint-plugin": "^8.35.0", - "@typescript-eslint/parser": "^8.35.0", - "@typescript-eslint/rule-tester": "^8.35.0", - "@typescript-eslint/utils": "^8.35.0", + "@typescript-eslint/eslint-plugin": "^8.40.0", + "@typescript-eslint/parser": "^8.40.0", + "@typescript-eslint/rule-tester": "^8.40.0", + "@typescript-eslint/scope-manager": "^8.40.0", + "@typescript-eslint/utils": "^8.40.0", "@unts/patch-package": "^8.1.1", "clean-pkg-json": "^1.3.0", - "eslint": "^9.29.0", - "eslint-config-prettier": "^10.1.5", + "eslint": "^9.33.0", + "eslint-config-prettier": "^10.1.8", "eslint-doc-generator": "^2.2.2", "eslint-import-resolver-typescript": "^4.4.4", "eslint-import-resolver-webpack": "^0.13.10", @@ -138,31 +139,31 @@ "eslint-plugin-import-x": "link:.", "eslint-plugin-jest": "^29.0.1", "eslint-plugin-json": "^4.0.1", - "eslint-plugin-mdx": "^3.5.0", - "eslint-plugin-n": "^17.20.0", - "eslint-plugin-prettier": "^5.5.1", + "eslint-plugin-mdx": "^3.6.2", + "eslint-plugin-n": "^17.21.3", + "eslint-plugin-prettier": "^5.5.4", "eslint-plugin-unicorn": "^59.0.1", "eslint-plugin-yml": "^1.18.0", "eslint8.56": "npm:eslint@~8.56.0", - "eslint9": "npm:eslint@^9.28.0", - "globals": "^16.2.0", - "hermes-eslint": "^0.29.0", - "jest": "^30.0.3", + "eslint9": "npm:eslint@^9.33.0", + "globals": "^16.3.0", + "hermes-eslint": "^0.31.2", + "jest": "^30.0.5", "klaw-sync": "^7.0.0", "nano-staged": "^0.8.0", "npm-run-all2": "^8.0.4", - "path-serializer": "^0.5.0", + "path-serializer": "^0.5.1", "premove": "^4.0.0", - "prettier": "^3.6.1", + "prettier": "^3.6.2", "redux": "^5.0.1", - "simple-git-hooks": "^2.13.0", + "simple-git-hooks": "^2.13.1", "tinyexec": "^1.0.1", - "tmp": "^0.2.3", + "tmp": "^0.2.5", "ts-node": "^10.9.2", - "tsdown": "^0.12.9", + "tsdown": "^0.14.1", "type-fest": "^4.41.0", - "typescript": "^5.8.3", - "typescript-eslint": "^8.35.0", + "typescript": "^5.9.2", + "typescript-eslint": "^8.40.0", "yarn-berry-deduplicate": "^6.1.3" }, "resolutions": { diff --git a/patches/@swc-node+jest+1.8.13.patch b/patches/@swc-node+jest+1.9.1.patch similarity index 96% rename from patches/@swc-node+jest+1.8.13.patch rename to patches/@swc-node+jest+1.9.1.patch index 632b0d1e..1aac00ae 100644 --- a/patches/@swc-node+jest+1.8.13.patch +++ b/patches/@swc-node+jest+1.9.1.patch @@ -1,5 +1,5 @@ diff --git a/node_modules/@swc-node/jest/lib/index.js b/node_modules/@swc-node/jest/lib/index.js -index 9a2fc9d..92f19fc 100644 +index 9a2fc9d..4060446 100644 --- a/node_modules/@swc-node/jest/lib/index.js +++ b/node_modules/@swc-node/jest/lib/index.js @@ -17,13 +17,13 @@ function getJestTransformConfig(jestConfig) { diff --git a/src/node-resolver.ts b/src/node-resolver.ts index b5fd3953..7df63ad7 100644 --- a/src/node-resolver.ts +++ b/src/node-resolver.ts @@ -1,8 +1,8 @@ import { isBuiltin } from 'node:module' import path from 'node:path' -import { ResolverFactory } from 'unrs-resolver' -import type { NapiResolveOptions } from 'unrs-resolver' +import { ResolverFactory } from 'oxc-resolver' +import type { NapiResolveOptions } from 'oxc-resolver' import type { NewResolver } from './types.js' diff --git a/src/utils/declared-scope.ts b/src/utils/declared-scope.ts index 31aa4e18..ff764dd0 100644 --- a/src/utils/declared-scope.ts +++ b/src/utils/declared-scope.ts @@ -1,3 +1,4 @@ +import type { ScopeType } from '@typescript-eslint/scope-manager' import type { TSESTree } from '@typescript-eslint/utils' import type { RuleContext } from '../types.js' @@ -6,7 +7,7 @@ export function declaredScope( context: RuleContext, node: TSESTree.Node, name: string, -) { +): ScopeType | undefined { const references = context.sourceCode.getScope(node).references const reference = references.find(x => x.identifier.name === name) return reference?.resolved?.scope.type diff --git a/yarn.lock b/yarn.lock index 0c33f0c8..a32dbd88 100644 --- a/yarn.lock +++ b/yarn.lock @@ -153,39 +153,39 @@ __metadata: languageName: node linkType: hard -"@babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.27.2": - version: 7.27.5 - resolution: "@babel/compat-data@npm:7.27.5" - checksum: 10c0/da2751fcd0b58eea958f2b2f7ff7d6de1280712b709fa1ad054b73dc7d31f589e353bb50479b9dc96007935f3ed3cada68ac5b45ce93086b7122ddc32e60dc00 +"@babel/compat-data@npm:^7.27.2, @babel/compat-data@npm:^7.27.7, @babel/compat-data@npm:^7.28.0": + version: 7.28.0 + resolution: "@babel/compat-data@npm:7.28.0" + checksum: 10c0/c4e527302bcd61052423f757355a71c3bc62362bac13f7f130de16e439716f66091ff5bdecda418e8fa0271d4c725f860f0ee23ab7bf6e769f7a8bb16dfcb531 languageName: node linkType: hard -"@babel/core@npm:^7.23.9, @babel/core@npm:^7.27.4": - version: 7.27.4 - resolution: "@babel/core@npm:7.27.4" +"@babel/core@npm:^7.23.9, @babel/core@npm:^7.27.4, @babel/core@npm:^7.28.3": + version: 7.28.3 + resolution: "@babel/core@npm:7.28.3" dependencies: "@ampproject/remapping": "npm:^2.2.0" "@babel/code-frame": "npm:^7.27.1" - "@babel/generator": "npm:^7.27.3" + "@babel/generator": "npm:^7.28.3" "@babel/helper-compilation-targets": "npm:^7.27.2" - "@babel/helper-module-transforms": "npm:^7.27.3" - "@babel/helpers": "npm:^7.27.4" - "@babel/parser": "npm:^7.27.4" + "@babel/helper-module-transforms": "npm:^7.28.3" + "@babel/helpers": "npm:^7.28.3" + "@babel/parser": "npm:^7.28.3" "@babel/template": "npm:^7.27.2" - "@babel/traverse": "npm:^7.27.4" - "@babel/types": "npm:^7.27.3" + "@babel/traverse": "npm:^7.28.3" + "@babel/types": "npm:^7.28.2" convert-source-map: "npm:^2.0.0" debug: "npm:^4.1.0" gensync: "npm:^1.0.0-beta.2" json5: "npm:^2.2.3" semver: "npm:^6.3.1" - checksum: 10c0/d2d17b106a8d91d3eda754bb3f26b53a12eb7646df73c2b2d2e9b08d90529186bc69e3823f70a96ec6e5719dc2372fb54e14ad499da47ceeb172d2f7008787b5 + checksum: 10c0/e6b3eb830c4b93f5a442b305776df1cd2bb4fafa4612355366f67c764f3e54a69d45b84def77fb2d4fd83439102667b0a92c3ea2838f678733245b748c602a7b languageName: node linkType: hard -"@babel/eslint-parser@npm:^7.27.5": - version: 7.27.5 - resolution: "@babel/eslint-parser@npm:7.27.5" +"@babel/eslint-parser@npm:^7.28.0": + version: 7.28.0 + resolution: "@babel/eslint-parser@npm:7.28.0" dependencies: "@nicolo-ribaudo/eslint-scope-5-internals": "npm:5.1.1-v1" eslint-visitor-keys: "npm:^2.1.0" @@ -193,24 +193,24 @@ __metadata: peerDependencies: "@babel/core": ^7.11.0 eslint: ^7.5.0 || ^8.0.0 || ^9.0.0 - checksum: 10c0/c1159946c0b41687945adbc7457f9c0895e0a439d59eb7020f03f08fb471ebf67ca9c6a799f667f869c93a846c627d709ec9da4b51afccd52be51f97ec26ddf0 + checksum: 10c0/ca25b8ce38026f22ef875bf45a7bf96601446461d245dabfd8422c4e9d17a8fbe48149b97f5adc58147962118b22acf7f45c54effef8501232f88b3e5eb7c62e languageName: node linkType: hard -"@babel/generator@npm:^7.27.3, @babel/generator@npm:^7.27.5": - version: 7.27.5 - resolution: "@babel/generator@npm:7.27.5" +"@babel/generator@npm:^7.27.5, @babel/generator@npm:^7.28.0, @babel/generator@npm:^7.28.3": + version: 7.28.3 + resolution: "@babel/generator@npm:7.28.3" dependencies: - "@babel/parser": "npm:^7.27.5" - "@babel/types": "npm:^7.27.3" - "@jridgewell/gen-mapping": "npm:^0.3.5" - "@jridgewell/trace-mapping": "npm:^0.3.25" + "@babel/parser": "npm:^7.28.3" + "@babel/types": "npm:^7.28.2" + "@jridgewell/gen-mapping": "npm:^0.3.12" + "@jridgewell/trace-mapping": "npm:^0.3.28" jsesc: "npm:^3.0.2" - checksum: 10c0/8f649ef4cd81765c832bb11de4d6064b035ffebdecde668ba7abee68a7b0bce5c9feabb5dc5bb8aeba5bd9e5c2afa3899d852d2bd9ca77a711ba8c8379f416f0 + checksum: 10c0/0ff58bcf04f8803dcc29479b547b43b9b0b828ec1ee0668e92d79f9e90f388c28589056637c5ff2fd7bcf8d153c990d29c448d449d852bf9d1bc64753ca462bc languageName: node linkType: hard -"@babel/helper-annotate-as-pure@npm:^7.27.1": +"@babel/helper-annotate-as-pure@npm:^7.27.1, @babel/helper-annotate-as-pure@npm:^7.27.3": version: 7.27.3 resolution: "@babel/helper-annotate-as-pure@npm:7.27.3" dependencies: @@ -219,7 +219,7 @@ __metadata: languageName: node linkType: hard -"@babel/helper-compilation-targets@npm:^7.22.6, @babel/helper-compilation-targets@npm:^7.27.1, @babel/helper-compilation-targets@npm:^7.27.2": +"@babel/helper-compilation-targets@npm:^7.27.1, @babel/helper-compilation-targets@npm:^7.27.2": version: 7.27.2 resolution: "@babel/helper-compilation-targets@npm:7.27.2" dependencies: @@ -232,20 +232,20 @@ __metadata: languageName: node linkType: hard -"@babel/helper-create-class-features-plugin@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/helper-create-class-features-plugin@npm:7.27.1" +"@babel/helper-create-class-features-plugin@npm:^7.27.1, @babel/helper-create-class-features-plugin@npm:^7.28.3": + version: 7.28.3 + resolution: "@babel/helper-create-class-features-plugin@npm:7.28.3" dependencies: - "@babel/helper-annotate-as-pure": "npm:^7.27.1" + "@babel/helper-annotate-as-pure": "npm:^7.27.3" "@babel/helper-member-expression-to-functions": "npm:^7.27.1" "@babel/helper-optimise-call-expression": "npm:^7.27.1" "@babel/helper-replace-supers": "npm:^7.27.1" "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.27.1" - "@babel/traverse": "npm:^7.27.1" + "@babel/traverse": "npm:^7.28.3" semver: "npm:^6.3.1" peerDependencies: "@babel/core": ^7.0.0 - checksum: 10c0/4ee199671d6b9bdd4988aa2eea4bdced9a73abfc831d81b00c7634f49a8fc271b3ceda01c067af58018eb720c6151322015d463abea7072a368ee13f35adbb4c + checksum: 10c0/f1ace9476d581929128fd4afc29783bb674663898577b2e48ed139cfd2e92dfc69654cff76cb8fd26fece6286f66a99a993186c1e0a3e17b703b352d0bcd1ca4 languageName: node linkType: hard @@ -262,18 +262,25 @@ __metadata: languageName: node linkType: hard -"@babel/helper-define-polyfill-provider@npm:^0.6.3, @babel/helper-define-polyfill-provider@npm:^0.6.4": - version: 0.6.4 - resolution: "@babel/helper-define-polyfill-provider@npm:0.6.4" +"@babel/helper-define-polyfill-provider@npm:^0.6.5": + version: 0.6.5 + resolution: "@babel/helper-define-polyfill-provider@npm:0.6.5" dependencies: - "@babel/helper-compilation-targets": "npm:^7.22.6" - "@babel/helper-plugin-utils": "npm:^7.22.5" - debug: "npm:^4.1.1" + "@babel/helper-compilation-targets": "npm:^7.27.2" + "@babel/helper-plugin-utils": "npm:^7.27.1" + debug: "npm:^4.4.1" lodash.debounce: "npm:^4.0.8" - resolve: "npm:^1.14.2" + resolve: "npm:^1.22.10" peerDependencies: "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 - checksum: 10c0/b74f2b46e233a178618d19432bdae16e0137d0a603497ee901155e083c4a61f26fe01d79fb95d5f4c22131ade9d958d8f587088d412cca1302633587f070919d + checksum: 10c0/4886a068d9ca1e70af395340656a9dda33c50502c67eed39ff6451785f370bdfc6e57095b90cb92678adcd4a111ca60909af53d3a741120719c5604346ae409e + languageName: node + linkType: hard + +"@babel/helper-globals@npm:^7.28.0": + version: 7.28.0 + resolution: "@babel/helper-globals@npm:7.28.0" + checksum: 10c0/5a0cd0c0e8c764b5f27f2095e4243e8af6fa145daea2b41b53c0c1414fe6ff139e3640f4e2207ae2b3d2153a1abd346f901c26c290ee7cb3881dd922d4ee9232 languageName: node linkType: hard @@ -297,16 +304,16 @@ __metadata: languageName: node linkType: hard -"@babel/helper-module-transforms@npm:^7.27.1, @babel/helper-module-transforms@npm:^7.27.3": - version: 7.27.3 - resolution: "@babel/helper-module-transforms@npm:7.27.3" +"@babel/helper-module-transforms@npm:^7.27.1, @babel/helper-module-transforms@npm:^7.28.3": + version: 7.28.3 + resolution: "@babel/helper-module-transforms@npm:7.28.3" dependencies: "@babel/helper-module-imports": "npm:^7.27.1" "@babel/helper-validator-identifier": "npm:^7.27.1" - "@babel/traverse": "npm:^7.27.3" + "@babel/traverse": "npm:^7.28.3" peerDependencies: "@babel/core": ^7.0.0 - checksum: 10c0/fccb4f512a13b4c069af51e1b56b20f54024bcf1591e31e978a30f3502567f34f90a80da6a19a6148c249216292a8074a0121f9e52602510ef0f32dbce95ca01 + checksum: 10c0/549be62515a6d50cd4cfefcab1b005c47f89bd9135a22d602ee6a5e3a01f27571868ada10b75b033569f24dc4a2bb8d04bfa05ee75c16da7ade2d0db1437fcdb languageName: node linkType: hard @@ -319,7 +326,7 @@ __metadata: languageName: node linkType: hard -"@babel/helper-plugin-utils@npm:^7.0.0, @babel/helper-plugin-utils@npm:^7.10.4, @babel/helper-plugin-utils@npm:^7.12.13, @babel/helper-plugin-utils@npm:^7.14.5, @babel/helper-plugin-utils@npm:^7.18.6, @babel/helper-plugin-utils@npm:^7.22.5, @babel/helper-plugin-utils@npm:^7.27.1, @babel/helper-plugin-utils@npm:^7.8.0": +"@babel/helper-plugin-utils@npm:^7.0.0, @babel/helper-plugin-utils@npm:^7.10.4, @babel/helper-plugin-utils@npm:^7.12.13, @babel/helper-plugin-utils@npm:^7.14.5, @babel/helper-plugin-utils@npm:^7.18.6, @babel/helper-plugin-utils@npm:^7.27.1, @babel/helper-plugin-utils@npm:^7.8.0": version: 7.27.1 resolution: "@babel/helper-plugin-utils@npm:7.27.1" checksum: 10c0/94cf22c81a0c11a09b197b41ab488d416ff62254ce13c57e62912c85700dc2e99e555225787a4099ff6bae7a1812d622c80fbaeda824b79baa10a6c5ac4cf69b @@ -394,24 +401,24 @@ __metadata: languageName: node linkType: hard -"@babel/helpers@npm:^7.27.4": - version: 7.27.6 - resolution: "@babel/helpers@npm:7.27.6" +"@babel/helpers@npm:^7.28.3": + version: 7.28.3 + resolution: "@babel/helpers@npm:7.28.3" dependencies: "@babel/template": "npm:^7.27.2" - "@babel/types": "npm:^7.27.6" - checksum: 10c0/448bac96ef8b0f21f2294a826df9de6bf4026fd023f8a6bb6c782fe3e61946801ca24381490b8e58d861fee75cd695a1882921afbf1f53b0275ee68c938bd6d3 + "@babel/types": "npm:^7.28.2" + checksum: 10c0/03a8f94135415eec62d37be9c62c63908f2d5386c7b00e04545de4961996465775330e3eb57717ea7451e19b0e24615777ebfec408c2adb1df3b10b4df6bf1ce languageName: node linkType: hard -"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.23.9, @babel/parser@npm:^7.27.2, @babel/parser@npm:^7.27.3, @babel/parser@npm:^7.27.4, @babel/parser@npm:^7.27.5": - version: 7.27.5 - resolution: "@babel/parser@npm:7.27.5" +"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.23.9, @babel/parser@npm:^7.27.2, @babel/parser@npm:^7.28.0, @babel/parser@npm:^7.28.3": + version: 7.28.3 + resolution: "@babel/parser@npm:7.28.3" dependencies: - "@babel/types": "npm:^7.27.3" + "@babel/types": "npm:^7.28.2" bin: parser: ./bin/babel-parser.js - checksum: 10c0/f7faaebf21cc1f25d9ca8ac02c447ed38ef3460ea95be7ea760916dcf529476340d72a5a6010c6641d9ed9d12ad827c8424840277ec2295c5b082ba0f291220a + checksum: 10c0/1f41eb82623b0ca0f94521b57f4790c6c457cd922b8e2597985b36bdec24114a9ccf54640286a760ceb60f11fe9102d192bf60477aee77f5d45f1029b9b72729 languageName: node linkType: hard @@ -462,28 +469,28 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:7.27.1" +"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:^7.28.3": + version: 7.28.3 + resolution: "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:7.28.3" dependencies: "@babel/helper-plugin-utils": "npm:^7.27.1" - "@babel/traverse": "npm:^7.27.1" + "@babel/traverse": "npm:^7.28.3" peerDependencies: "@babel/core": ^7.0.0 - checksum: 10c0/b94e6c3fc019e988b1499490829c327a1067b4ddea8ad402f6d0554793c9124148c2125338c723661b6dff040951abc1f092afbf3f2d234319cd580b68e52445 + checksum: 10c0/3cdc27c4e08a632a58e62c6017369401976edf1cd9ae73fd9f0d6770ddd9accf40b494db15b66bab8db2a8d5dc5bab5ca8c65b19b81fdca955cd8cbbe24daadb languageName: node linkType: hard -"@babel/plugin-proposal-decorators@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-proposal-decorators@npm:7.27.1" +"@babel/plugin-proposal-decorators@npm:^7.28.0": + version: 7.28.0 + resolution: "@babel/plugin-proposal-decorators@npm:7.28.0" dependencies: "@babel/helper-create-class-features-plugin": "npm:^7.27.1" "@babel/helper-plugin-utils": "npm:^7.27.1" "@babel/plugin-syntax-decorators": "npm:^7.27.1" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10c0/3af0db6b2468907bcaf62246b2cfd3616ba9239ea1cd26036ec6baff1bc095fe4964853b1d29a79944d36e6e3d331cd130d05b0c41c835266daf7bb9d8e8f87c + checksum: 10c0/e399f3adc4278560d15fd80691c7a9b644f46e50fa90746f9f3b9ac02cf955ef2b6677277d97c97a4bd6d6a777821fdedf1318923632a439cba1c05e8e59246c languageName: node linkType: hard @@ -750,16 +757,16 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-async-generator-functions@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-async-generator-functions@npm:7.27.1" +"@babel/plugin-transform-async-generator-functions@npm:^7.28.0": + version: 7.28.0 + resolution: "@babel/plugin-transform-async-generator-functions@npm:7.28.0" dependencies: "@babel/helper-plugin-utils": "npm:^7.27.1" "@babel/helper-remap-async-to-generator": "npm:^7.27.1" - "@babel/traverse": "npm:^7.27.1" + "@babel/traverse": "npm:^7.28.0" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10c0/772e449c69ee42a466443acefb07083bd89efb1a1d95679a4dc99ea3be9d8a3c43a2b74d2da95d7c818e9dd9e0b72bfa7c03217a1feaf108f21b7e542f0943c0 + checksum: 10c0/739d577e649d7d7b9845dc309e132964327ab3eaea43ad04d04a7dcb977c63f9aa9a423d1ca39baf10939128d02f52e6fda39c834fb9f1753785b1497e72c4dc languageName: node linkType: hard @@ -787,14 +794,14 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-block-scoping@npm:^7.27.1": - version: 7.27.5 - resolution: "@babel/plugin-transform-block-scoping@npm:7.27.5" +"@babel/plugin-transform-block-scoping@npm:^7.28.0": + version: 7.28.0 + resolution: "@babel/plugin-transform-block-scoping@npm:7.28.0" dependencies: "@babel/helper-plugin-utils": "npm:^7.27.1" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10c0/5c1a61f312f18d3807c4df25868161301a7bd0807092b86951fa6b9918e07ee382d58d61a204c3f9ad0b72b8f6f1d18586f8e485c355a3e959c26a070397e95e + checksum: 10c0/787d85e72a92917e735aa54e23062fa777031f8a07046e67f5026eff3d91e64eb535575dd1df917b0011bee014ae51287478af14c1d4ba60bc81e326bc044cfc languageName: node linkType: hard @@ -810,31 +817,31 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-class-static-block@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-class-static-block@npm:7.27.1" +"@babel/plugin-transform-class-static-block@npm:^7.28.3": + version: 7.28.3 + resolution: "@babel/plugin-transform-class-static-block@npm:7.28.3" dependencies: - "@babel/helper-create-class-features-plugin": "npm:^7.27.1" + "@babel/helper-create-class-features-plugin": "npm:^7.28.3" "@babel/helper-plugin-utils": "npm:^7.27.1" peerDependencies: "@babel/core": ^7.12.0 - checksum: 10c0/396997dd81fc1cf242b921e337d25089d6b9dc3596e81322ff11a6359326dc44f2f8b82dcc279c2e514cafaf8964dc7ed39e9fab4b8af1308b57387d111f6a20 + checksum: 10c0/8c922a64f6f5b359f7515c89ef0037bad583b4484dfebc1f6bc1cf13462547aaceb19788827c57ec9a2d62495f34c4b471ca636bf61af00fdaea5e9642c82b60 languageName: node linkType: hard -"@babel/plugin-transform-classes@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-classes@npm:7.27.1" +"@babel/plugin-transform-classes@npm:^7.28.3": + version: 7.28.3 + resolution: "@babel/plugin-transform-classes@npm:7.28.3" dependencies: - "@babel/helper-annotate-as-pure": "npm:^7.27.1" - "@babel/helper-compilation-targets": "npm:^7.27.1" + "@babel/helper-annotate-as-pure": "npm:^7.27.3" + "@babel/helper-compilation-targets": "npm:^7.27.2" + "@babel/helper-globals": "npm:^7.28.0" "@babel/helper-plugin-utils": "npm:^7.27.1" "@babel/helper-replace-supers": "npm:^7.27.1" - "@babel/traverse": "npm:^7.27.1" - globals: "npm:^11.1.0" + "@babel/traverse": "npm:^7.28.3" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10c0/1071f4cb1ed5deb5e6f8d0442f2293a540cac5caa5ab3c25ad0571aadcbf961f61e26d367a67894976165a543e02f3a19e40b63b909afbed6e710801a590635c + checksum: 10c0/01b6122a127c28ee42a41eacf7da14417901898a29b722c40fbf9d3db0755461f3b5a82c091496c47fe328d4e22f2266966654dc84749296f9cfabf8a4ad9e0c languageName: node linkType: hard @@ -850,14 +857,15 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-destructuring@npm:^7.27.1, @babel/plugin-transform-destructuring@npm:^7.27.3": - version: 7.27.3 - resolution: "@babel/plugin-transform-destructuring@npm:7.27.3" +"@babel/plugin-transform-destructuring@npm:^7.28.0": + version: 7.28.0 + resolution: "@babel/plugin-transform-destructuring@npm:7.28.0" dependencies: "@babel/helper-plugin-utils": "npm:^7.27.1" + "@babel/traverse": "npm:^7.28.0" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10c0/f8ac96deef6f9a4cb1dff148dfa2a43116ca1c48434bba433964498c4ef5cef5557693b47463e64a71ffaaf10191c7fab0270844e8dbdc47dc4d120435025df5 + checksum: 10c0/cc7ccafa952b3ff7888544d5688cfafaba78c69ce1e2f04f3233f4f78c9de5e46e9695f5ea42c085b0c0cfa39b10f366d362a2be245b6d35b66d3eb1d427ccb2 languageName: node linkType: hard @@ -907,6 +915,18 @@ __metadata: languageName: node linkType: hard +"@babel/plugin-transform-explicit-resource-management@npm:^7.28.0": + version: 7.28.0 + resolution: "@babel/plugin-transform-explicit-resource-management@npm:7.28.0" + dependencies: + "@babel/helper-plugin-utils": "npm:^7.27.1" + "@babel/plugin-transform-destructuring": "npm:^7.28.0" + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 10c0/3baa706af3112adf2ae0c7ec0dc61b63dd02695eb5582f3c3a2b2d05399c6aa7756f55e7bbbd5412e613a6ba1dd6b6736904074b4d7ebd6b45a1e3f9145e4094 + languageName: node + linkType: hard + "@babel/plugin-transform-exponentiation-operator@npm:^7.27.1": version: 7.27.1 resolution: "@babel/plugin-transform-exponentiation-operator@npm:7.27.1" @@ -1105,17 +1125,18 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-object-rest-spread@npm:^7.27.2": - version: 7.27.3 - resolution: "@babel/plugin-transform-object-rest-spread@npm:7.27.3" +"@babel/plugin-transform-object-rest-spread@npm:^7.28.0": + version: 7.28.0 + resolution: "@babel/plugin-transform-object-rest-spread@npm:7.28.0" dependencies: "@babel/helper-compilation-targets": "npm:^7.27.2" "@babel/helper-plugin-utils": "npm:^7.27.1" - "@babel/plugin-transform-destructuring": "npm:^7.27.3" - "@babel/plugin-transform-parameters": "npm:^7.27.1" + "@babel/plugin-transform-destructuring": "npm:^7.28.0" + "@babel/plugin-transform-parameters": "npm:^7.27.7" + "@babel/traverse": "npm:^7.28.0" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10c0/f2d04f59f773a9480bbaabd082fecdb5fb2b6ae5e77147ae8df34a8b773b6148d0c4260d2beaa4755eb5f548a105f2069124b9cea96f9387128656cbb0730ee4 + checksum: 10c0/360dc6fd5285ee5e1d3be8a1fb0decd120b2a1726800317b4ab48b7c91616247030239b7fa06ceaa1a8a586fde1e143c24d45f8d41956876099d97d664f8ef1e languageName: node linkType: hard @@ -1154,14 +1175,14 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-parameters@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/plugin-transform-parameters@npm:7.27.1" +"@babel/plugin-transform-parameters@npm:^7.27.7": + version: 7.27.7 + resolution: "@babel/plugin-transform-parameters@npm:7.27.7" dependencies: "@babel/helper-plugin-utils": "npm:^7.27.1" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10c0/453a9618735eeff5551d4c7f02c250606586fe1dd210ec9f69a4f15629ace180cd944339ebff2b0f11e1a40567d83a229ba1c567620e70b2ebedea576e12196a + checksum: 10c0/f2da3804e047d9f1cfb27be6c014e2c7f6cf5e1e38290d1cb3cb2607859e3d6facb4ee8c8c1e336e9fbb440091a174ce95ce156582d7e8bf9c0e735d11681f0f languageName: node linkType: hard @@ -1250,14 +1271,14 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-regenerator@npm:^7.27.1": - version: 7.27.5 - resolution: "@babel/plugin-transform-regenerator@npm:7.27.5" +"@babel/plugin-transform-regenerator@npm:^7.28.3": + version: 7.28.3 + resolution: "@babel/plugin-transform-regenerator@npm:7.28.3" dependencies: "@babel/helper-plugin-utils": "npm:^7.27.1" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10c0/4ace8ced76b421cd44dd9fa08bebc2f3fd76ec84e532cd1027738f411afdbc239789edd6c96dd1db412fc4a42cead5c1ac98a8aef94f35102f5de1049e64c07a + checksum: 10c0/57443c680251f86aa75c15b02b9a741df2b76bcad8eb53b9941bc09b50d50108f108e1243effe99113892f07880d2d201e932677dce0b701aefb356ce7188be9 languageName: node linkType: hard @@ -1402,11 +1423,11 @@ __metadata: languageName: node linkType: hard -"@babel/preset-env@npm:^7.27.2": - version: 7.27.2 - resolution: "@babel/preset-env@npm:7.27.2" +"@babel/preset-env@npm:^7.28.3": + version: 7.28.3 + resolution: "@babel/preset-env@npm:7.28.3" dependencies: - "@babel/compat-data": "npm:^7.27.2" + "@babel/compat-data": "npm:^7.28.0" "@babel/helper-compilation-targets": "npm:^7.27.2" "@babel/helper-plugin-utils": "npm:^7.27.1" "@babel/helper-validator-option": "npm:^7.27.1" @@ -1414,25 +1435,26 @@ __metadata: "@babel/plugin-bugfix-safari-class-field-initializer-scope": "npm:^7.27.1" "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "npm:^7.27.1" "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "npm:^7.27.1" - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "npm:^7.27.1" + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "npm:^7.28.3" "@babel/plugin-proposal-private-property-in-object": "npm:7.21.0-placeholder-for-preset-env.2" "@babel/plugin-syntax-import-assertions": "npm:^7.27.1" "@babel/plugin-syntax-import-attributes": "npm:^7.27.1" "@babel/plugin-syntax-unicode-sets-regex": "npm:^7.18.6" "@babel/plugin-transform-arrow-functions": "npm:^7.27.1" - "@babel/plugin-transform-async-generator-functions": "npm:^7.27.1" + "@babel/plugin-transform-async-generator-functions": "npm:^7.28.0" "@babel/plugin-transform-async-to-generator": "npm:^7.27.1" "@babel/plugin-transform-block-scoped-functions": "npm:^7.27.1" - "@babel/plugin-transform-block-scoping": "npm:^7.27.1" + "@babel/plugin-transform-block-scoping": "npm:^7.28.0" "@babel/plugin-transform-class-properties": "npm:^7.27.1" - "@babel/plugin-transform-class-static-block": "npm:^7.27.1" - "@babel/plugin-transform-classes": "npm:^7.27.1" + "@babel/plugin-transform-class-static-block": "npm:^7.28.3" + "@babel/plugin-transform-classes": "npm:^7.28.3" "@babel/plugin-transform-computed-properties": "npm:^7.27.1" - "@babel/plugin-transform-destructuring": "npm:^7.27.1" + "@babel/plugin-transform-destructuring": "npm:^7.28.0" "@babel/plugin-transform-dotall-regex": "npm:^7.27.1" "@babel/plugin-transform-duplicate-keys": "npm:^7.27.1" "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "npm:^7.27.1" "@babel/plugin-transform-dynamic-import": "npm:^7.27.1" + "@babel/plugin-transform-explicit-resource-management": "npm:^7.28.0" "@babel/plugin-transform-exponentiation-operator": "npm:^7.27.1" "@babel/plugin-transform-export-namespace-from": "npm:^7.27.1" "@babel/plugin-transform-for-of": "npm:^7.27.1" @@ -1449,15 +1471,15 @@ __metadata: "@babel/plugin-transform-new-target": "npm:^7.27.1" "@babel/plugin-transform-nullish-coalescing-operator": "npm:^7.27.1" "@babel/plugin-transform-numeric-separator": "npm:^7.27.1" - "@babel/plugin-transform-object-rest-spread": "npm:^7.27.2" + "@babel/plugin-transform-object-rest-spread": "npm:^7.28.0" "@babel/plugin-transform-object-super": "npm:^7.27.1" "@babel/plugin-transform-optional-catch-binding": "npm:^7.27.1" "@babel/plugin-transform-optional-chaining": "npm:^7.27.1" - "@babel/plugin-transform-parameters": "npm:^7.27.1" + "@babel/plugin-transform-parameters": "npm:^7.27.7" "@babel/plugin-transform-private-methods": "npm:^7.27.1" "@babel/plugin-transform-private-property-in-object": "npm:^7.27.1" "@babel/plugin-transform-property-literals": "npm:^7.27.1" - "@babel/plugin-transform-regenerator": "npm:^7.27.1" + "@babel/plugin-transform-regenerator": "npm:^7.28.3" "@babel/plugin-transform-regexp-modifiers": "npm:^7.27.1" "@babel/plugin-transform-reserved-words": "npm:^7.27.1" "@babel/plugin-transform-shorthand-properties": "npm:^7.27.1" @@ -1470,14 +1492,14 @@ __metadata: "@babel/plugin-transform-unicode-regex": "npm:^7.27.1" "@babel/plugin-transform-unicode-sets-regex": "npm:^7.27.1" "@babel/preset-modules": "npm:0.1.6-no-external-plugins" - babel-plugin-polyfill-corejs2: "npm:^0.4.10" - babel-plugin-polyfill-corejs3: "npm:^0.11.0" - babel-plugin-polyfill-regenerator: "npm:^0.6.1" - core-js-compat: "npm:^3.40.0" + babel-plugin-polyfill-corejs2: "npm:^0.4.14" + babel-plugin-polyfill-corejs3: "npm:^0.13.0" + babel-plugin-polyfill-regenerator: "npm:^0.6.5" + core-js-compat: "npm:^3.43.0" semver: "npm:^6.3.1" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10c0/fd7ec310832a9ff26ed8d56bc0832cdbdb3a188e022050b74790796650649fb8373568af05b320b58b3ff922507979bad50ff95a4d504ab0081134480103504e + checksum: 10c0/f7320cb062abf62de132ea2901135476938d32a896e03f5b7b3d543de08016053f6abbdaaf921d18fa43a0b76537dfd5ce8ee5dc647249b2057b8c6bf1289305 languageName: node linkType: hard @@ -1538,9 +1560,9 @@ __metadata: languageName: node linkType: hard -"@babel/register@npm:^7.27.1": - version: 7.27.1 - resolution: "@babel/register@npm:7.27.1" +"@babel/register@npm:^7.28.3": + version: 7.28.3 + resolution: "@babel/register@npm:7.28.3" dependencies: clone-deep: "npm:^4.0.1" find-cache-dir: "npm:^2.0.0" @@ -1549,7 +1571,7 @@ __metadata: source-map-support: "npm:^0.5.16" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10c0/9584f6c5d980aa7eb6f56f56dfc12fa01a47ab11d542908192cb455a5249d489ab24efcd5de7c1b8be0fb47cd5594e4ee5652c58ba9b857fb81e783541c6a0ff + checksum: 10c0/ff31870a24e862fca36d5c481eda40be610af215a922560834333a78000b0e159a209dae606d4d93d7456d35ea8caeaaea674cdeaa0c0362e7e30d7f095d2436 languageName: node linkType: hard @@ -1571,28 +1593,28 @@ __metadata: languageName: node linkType: hard -"@babel/traverse@npm:^7.27.1, @babel/traverse@npm:^7.27.3, @babel/traverse@npm:^7.27.4": - version: 7.27.4 - resolution: "@babel/traverse@npm:7.27.4" +"@babel/traverse@npm:^7.27.1, @babel/traverse@npm:^7.28.0, @babel/traverse@npm:^7.28.3": + version: 7.28.3 + resolution: "@babel/traverse@npm:7.28.3" dependencies: "@babel/code-frame": "npm:^7.27.1" - "@babel/generator": "npm:^7.27.3" - "@babel/parser": "npm:^7.27.4" + "@babel/generator": "npm:^7.28.3" + "@babel/helper-globals": "npm:^7.28.0" + "@babel/parser": "npm:^7.28.3" "@babel/template": "npm:^7.27.2" - "@babel/types": "npm:^7.27.3" + "@babel/types": "npm:^7.28.2" debug: "npm:^4.3.1" - globals: "npm:^11.1.0" - checksum: 10c0/6de8aa2a0637a6ee6d205bf48b9e923928a02415771fdec60085ed754dcdf605e450bb3315c2552fa51c31a4662275b45d5ae4ad527ce55a7db9acebdbbbb8ed + checksum: 10c0/26e95b29a46925b7b41255e03185b7e65b2c4987e14bbee7bbf95867fb19c69181f301bbe1c7b201d4fe0cce6aa0cbea0282dad74b3a0fef3d9058f6c76fdcb3 languageName: node linkType: hard -"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.27.1, @babel/types@npm:^7.27.3, @babel/types@npm:^7.27.6, @babel/types@npm:^7.4.4": - version: 7.27.6 - resolution: "@babel/types@npm:7.27.6" +"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.27.1, @babel/types@npm:^7.27.3, @babel/types@npm:^7.28.2, @babel/types@npm:^7.4.4": + version: 7.28.2 + resolution: "@babel/types@npm:7.28.2" dependencies: "@babel/helper-string-parser": "npm:^7.27.1" "@babel/helper-validator-identifier": "npm:^7.27.1" - checksum: 10c0/39d556be114f2a6d874ea25ad39826a9e3a0e98de0233ae6d932f6d09a4b222923a90a7274c635ed61f1ba49bbd345329226678800900ad1c8d11afabd573aaf + checksum: 10c0/24b11c9368e7e2c291fe3c1bcd1ed66f6593a3975f479cbb9dd7b8c8d8eab8a962b0d2fca616c043396ce82500ac7d23d594fbbbd013828182c01596370a0b10 languageName: node linkType: hard @@ -1658,9 +1680,9 @@ __metadata: languageName: node linkType: hard -"@changesets/cli@npm:^2.29.5": - version: 2.29.5 - resolution: "@changesets/cli@npm:2.29.5" +"@changesets/cli@npm:^2.29.6": + version: 2.29.6 + resolution: "@changesets/cli@npm:2.29.6" dependencies: "@changesets/apply-release-plan": "npm:^7.0.12" "@changesets/assemble-release-plan": "npm:^6.0.9" @@ -1676,11 +1698,11 @@ __metadata: "@changesets/should-skip-package": "npm:^0.1.2" "@changesets/types": "npm:^6.1.0" "@changesets/write": "npm:^0.4.0" + "@inquirer/external-editor": "npm:^1.0.0" "@manypkg/get-packages": "npm:^1.1.3" ansi-colors: "npm:^4.1.3" ci-info: "npm:^3.7.0" enquirer: "npm:^2.4.1" - external-editor: "npm:^3.1.0" fs-extra: "npm:^7.0.1" mri: "npm:^1.2.0" p-limit: "npm:^2.2.0" @@ -1692,7 +1714,7 @@ __metadata: term-size: "npm:^2.1.0" bin: changeset: bin.js - checksum: 10c0/7a83c7a38f636b09d049255180f9abf67b05c49237c7212a03da5f484af117bb5fd071352ba55e7d95b87e1d1aca922c45e5f93bb208ebec65e8d3f8b7cd955b + checksum: 10c0/6e09201df1bc83f45526f7ab3d77b1171c2c74e89639993367acf183b9d0809d02845b9d900f34a5febcd1a963cdad7246e2b9c444da2440760d297aad3aff32 languageName: node linkType: hard @@ -2067,31 +2089,31 @@ __metadata: languageName: node linkType: hard -"@emnapi/core@npm:^1.4.3": - version: 1.4.3 - resolution: "@emnapi/core@npm:1.4.3" +"@emnapi/core@npm:^1.4.3, @emnapi/core@npm:^1.4.5": + version: 1.4.5 + resolution: "@emnapi/core@npm:1.4.5" dependencies: - "@emnapi/wasi-threads": "npm:1.0.2" + "@emnapi/wasi-threads": "npm:1.0.4" tslib: "npm:^2.4.0" - checksum: 10c0/e30101d16d37ef3283538a35cad60e22095aff2403fb9226a35330b932eb6740b81364d525537a94eb4fb51355e48ae9b10d779c0dd1cdcd55d71461fe4b45c7 + checksum: 10c0/da4a57f65f325d720d0e0d1a9c6618b90c4c43a5027834a110476984e1d47c95ebaed4d316b5dddb9c0ed9a493ffeb97d1934f9677035f336d8a36c1f3b2818f languageName: node linkType: hard -"@emnapi/runtime@npm:^1.4.3": - version: 1.4.3 - resolution: "@emnapi/runtime@npm:1.4.3" +"@emnapi/runtime@npm:^1.4.3, @emnapi/runtime@npm:^1.4.5": + version: 1.4.5 + resolution: "@emnapi/runtime@npm:1.4.5" dependencies: tslib: "npm:^2.4.0" - checksum: 10c0/3b7ab72d21cb4e034f07df80165265f85f445ef3f581d1bc87b67e5239428baa00200b68a7d5e37a0425c3a78320b541b07f76c5530f6f6f95336a6294ebf30b + checksum: 10c0/37a0278be5ac81e918efe36f1449875cbafba947039c53c65a1f8fc238001b866446fc66041513b286baaff5d6f9bec667f5164b3ca481373a8d9cb65bfc984b languageName: node linkType: hard -"@emnapi/wasi-threads@npm:1.0.2": - version: 1.0.2 - resolution: "@emnapi/wasi-threads@npm:1.0.2" +"@emnapi/wasi-threads@npm:1.0.4": + version: 1.0.4 + resolution: "@emnapi/wasi-threads@npm:1.0.4" dependencies: tslib: "npm:^2.4.0" - checksum: 10c0/f0621b1fc715221bd2d8332c0ca922617bcd77cdb3050eae50a124eb8923c54fa425d23982dc8f29d505c8798a62d1049bace8b0686098ff9dd82270e06d772e + checksum: 10c0/2c91a53e62f875800baf035c4d42c9c0d18e5afd9a31ca2aac8b435aeaeaeaac386b5b3d0d0e70aa7a5a9852bbe05106b1f680cd82cce03145c703b423d41313 languageName: node linkType: hard @@ -2113,21 +2135,21 @@ __metadata: languageName: node linkType: hard -"@eslint/config-array@npm:^0.20.1": - version: 0.20.1 - resolution: "@eslint/config-array@npm:0.20.1" +"@eslint/config-array@npm:^0.21.0": + version: 0.21.0 + resolution: "@eslint/config-array@npm:0.21.0" dependencies: "@eslint/object-schema": "npm:^2.1.6" debug: "npm:^4.3.1" minimatch: "npm:^3.1.2" - checksum: 10c0/709108c3925d83c2166024646829ab61ba5fa85c6568daefd32508899f46ed8dc36d7153042df6dcc7e58ad543bc93298b646575daecb5eb4e39a43d838dab42 + checksum: 10c0/0ea801139166c4aa56465b309af512ef9b2d3c68f9198751bbc3e21894fe70f25fbf26e1b0e9fffff41857bc21bfddeee58649ae6d79aadcd747db0c5dca771f languageName: node linkType: hard -"@eslint/config-helpers@npm:^0.2.1": - version: 0.2.3 - resolution: "@eslint/config-helpers@npm:0.2.3" - checksum: 10c0/8fd36d7f33013628787947c81894807c7498b31eacf6648efa6d7c7a99aac6bf0d59a8a4d14f968ec2aeebefb76a1a7e4fd4cd556a296323d4711b3d7a7cda22 +"@eslint/config-helpers@npm:^0.3.1": + version: 0.3.1 + resolution: "@eslint/config-helpers@npm:0.3.1" + checksum: 10c0/f6c5b3a0b76a0d7d84cc93e310c259e6c3e0792ddd0a62c5fc0027796ffae44183432cb74b2c2b1162801ee1b1b34a6beb5d90a151632b4df7349f994146a856 languageName: node linkType: hard @@ -2140,21 +2162,12 @@ __metadata: languageName: node linkType: hard -"@eslint/core@npm:^0.14.0": - version: 0.14.0 - resolution: "@eslint/core@npm:0.14.0" +"@eslint/core@npm:^0.15.2": + version: 0.15.2 + resolution: "@eslint/core@npm:0.15.2" dependencies: "@types/json-schema": "npm:^7.0.15" - checksum: 10c0/259f279445834ba2d2cbcc18e9d43202a4011fde22f29d5fb802181d66e0f6f0bd1f6b4b4b46663451f545d35134498231bd5e656e18d9034a457824b92b7741 - languageName: node - linkType: hard - -"@eslint/core@npm:^0.15.1": - version: 0.15.1 - resolution: "@eslint/core@npm:0.15.1" - dependencies: - "@types/json-schema": "npm:^7.0.15" - checksum: 10c0/abaf641940776638b8c15a38d99ce0dac551a8939310ec81b9acd15836a574cf362588eaab03ab11919bc2a0f9648b19ea8dee33bf12675eb5b6fd38bda6f25e + checksum: 10c0/c17a6dc4f5a6006ecb60165cc38bcd21fefb4a10c7a2578a0cfe5813bbd442531a87ed741da5adab5eb678e8e693fda2e2b14555b035355537e32bcec367ea17 languageName: node linkType: hard @@ -2205,10 +2218,10 @@ __metadata: languageName: node linkType: hard -"@eslint/js@npm:9.29.0, @eslint/js@npm:^9.29.0": - version: 9.29.0 - resolution: "@eslint/js@npm:9.29.0" - checksum: 10c0/d0ccf37063fa27a3fae9347cb044f84ca10b5a2fa19ffb2b3fedf3b96843ac1ff359ea9f0ab0e80f2f16fda4cb0dc61ea0fed0375090f050fe0a029e7d6de3a3 +"@eslint/js@npm:9.33.0, @eslint/js@npm:^9.33.0": + version: 9.33.0 + resolution: "@eslint/js@npm:9.33.0" + checksum: 10c0/4c42c9abde76a183b8e47205fd6c3116b058f82f07b6ad4de40de56cdb30a36e9ecd40efbea1b63a84d08c206aadbb0aa39a890197e1ad6455a8e542df98f186 languageName: node linkType: hard @@ -2229,13 +2242,13 @@ __metadata: languageName: node linkType: hard -"@eslint/plugin-kit@npm:^0.3.1": - version: 0.3.3 - resolution: "@eslint/plugin-kit@npm:0.3.3" +"@eslint/plugin-kit@npm:^0.3.5": + version: 0.3.5 + resolution: "@eslint/plugin-kit@npm:0.3.5" dependencies: - "@eslint/core": "npm:^0.15.1" + "@eslint/core": "npm:^0.15.2" levn: "npm:^0.4.1" - checksum: 10c0/c61888eb8757abc0d25a53c1832f85521c2f347126c475eb32d3596be3505e8619e0ceddee7346d195089a2eb1633b61e6127a5772b8965a85eb9f55b8b1cebe + checksum: 10c0/c178c1b58c574200c0fd125af3e4bc775daba7ce434ba6d1eeaf9bcb64b2e9fea75efabffb3ed3ab28858e55a016a5efa95f509994ee4341b341199ca630b89e languageName: node linkType: hard @@ -2295,6 +2308,21 @@ __metadata: languageName: node linkType: hard +"@inquirer/external-editor@npm:^1.0.0": + version: 1.0.1 + resolution: "@inquirer/external-editor@npm:1.0.1" + dependencies: + chardet: "npm:^2.1.0" + iconv-lite: "npm:^0.6.3" + peerDependencies: + "@types/node": ">=18" + peerDependenciesMeta: + "@types/node": + optional: true + checksum: 10c0/bdac4395e0bba7065d39b141d618bfc06369f246c402c511396a5238baf2657f3038ccba8438521a49e5cb602f4302b9d1f46b52b647b27af2c9911720022118 + languageName: node + linkType: hard + "@isaacs/cliui@npm:^8.0.2": version: 8.0.2 resolution: "@isaacs/cliui@npm:8.0.2" @@ -2338,58 +2366,58 @@ __metadata: languageName: node linkType: hard -"@jest/console@npm:30.0.2": - version: 30.0.2 - resolution: "@jest/console@npm:30.0.2" +"@jest/console@npm:30.0.5": + version: 30.0.5 + resolution: "@jest/console@npm:30.0.5" dependencies: - "@jest/types": "npm:30.0.1" + "@jest/types": "npm:30.0.5" "@types/node": "npm:*" chalk: "npm:^4.1.2" - jest-message-util: "npm:30.0.2" - jest-util: "npm:30.0.2" + jest-message-util: "npm:30.0.5" + jest-util: "npm:30.0.5" slash: "npm:^3.0.0" - checksum: 10c0/24ef330985ff020963e1d82088d0c3a7fbe981a62bc810b7afb71e6565b8c6cbcb5e789d494d3973762efc2dc351770ad05b96568517d370ad9cd8fd33f5acd0 + checksum: 10c0/1400e9ee281dd070f543f8f8696b9aca4ba1f81d5cbfb3cae030664012ff5961c76ac2c8ccee172e416e15f88af3b10840548adbee4de0ec63100d44416b17ef languageName: node linkType: hard -"@jest/core@npm:30.0.3": - version: 30.0.3 - resolution: "@jest/core@npm:30.0.3" +"@jest/core@npm:30.0.5": + version: 30.0.5 + resolution: "@jest/core@npm:30.0.5" dependencies: - "@jest/console": "npm:30.0.2" + "@jest/console": "npm:30.0.5" "@jest/pattern": "npm:30.0.1" - "@jest/reporters": "npm:30.0.2" - "@jest/test-result": "npm:30.0.2" - "@jest/transform": "npm:30.0.2" - "@jest/types": "npm:30.0.1" + "@jest/reporters": "npm:30.0.5" + "@jest/test-result": "npm:30.0.5" + "@jest/transform": "npm:30.0.5" + "@jest/types": "npm:30.0.5" "@types/node": "npm:*" ansi-escapes: "npm:^4.3.2" chalk: "npm:^4.1.2" ci-info: "npm:^4.2.0" exit-x: "npm:^0.2.2" graceful-fs: "npm:^4.2.11" - jest-changed-files: "npm:30.0.2" - jest-config: "npm:30.0.3" - jest-haste-map: "npm:30.0.2" - jest-message-util: "npm:30.0.2" + jest-changed-files: "npm:30.0.5" + jest-config: "npm:30.0.5" + jest-haste-map: "npm:30.0.5" + jest-message-util: "npm:30.0.5" jest-regex-util: "npm:30.0.1" - jest-resolve: "npm:30.0.2" - jest-resolve-dependencies: "npm:30.0.3" - jest-runner: "npm:30.0.3" - jest-runtime: "npm:30.0.3" - jest-snapshot: "npm:30.0.3" - jest-util: "npm:30.0.2" - jest-validate: "npm:30.0.2" - jest-watcher: "npm:30.0.2" + jest-resolve: "npm:30.0.5" + jest-resolve-dependencies: "npm:30.0.5" + jest-runner: "npm:30.0.5" + jest-runtime: "npm:30.0.5" + jest-snapshot: "npm:30.0.5" + jest-util: "npm:30.0.5" + jest-validate: "npm:30.0.5" + jest-watcher: "npm:30.0.5" micromatch: "npm:^4.0.8" - pretty-format: "npm:30.0.2" + pretty-format: "npm:30.0.5" slash: "npm:^3.0.0" peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 peerDependenciesMeta: node-notifier: optional: true - checksum: 10c0/0608245c0af4d69b8454628488ecdc44ed5cc8fee27d21640ed8c76bef26d34f8f0058f390e7350484d824d8de4f05a3b8b125cea950ca16251df8defe7cffe5 + checksum: 10c0/d3437dca1fccbb44c6c8a327b93e510e10999745b7c7dae94ad88d4fa4ce6d3c823e49d17caf79560b69a7db91fc10c7443a8014f8178622a0b11514b5106aa6 languageName: node linkType: hard @@ -2400,48 +2428,48 @@ __metadata: languageName: node linkType: hard -"@jest/environment@npm:30.0.2": - version: 30.0.2 - resolution: "@jest/environment@npm:30.0.2" +"@jest/environment@npm:30.0.5": + version: 30.0.5 + resolution: "@jest/environment@npm:30.0.5" dependencies: - "@jest/fake-timers": "npm:30.0.2" - "@jest/types": "npm:30.0.1" + "@jest/fake-timers": "npm:30.0.5" + "@jest/types": "npm:30.0.5" "@types/node": "npm:*" - jest-mock: "npm:30.0.2" - checksum: 10c0/b16683337bd61f4c1134035c9221f92b958b79965be16d4105a5008169a22705edb004ef06cb10f42cbc23464b69bbc0eb5746d60931f764b2cbf2455477b430 + jest-mock: "npm:30.0.5" + checksum: 10c0/e403b6f98fa3e39dd6462fa192e3bd55e9ac9c2322ca4471b9342495913a90ecaa5fc53238d4ad8a0dca7d53aa4b9de122721234e36f3a0445031c25757a3178 languageName: node linkType: hard -"@jest/expect-utils@npm:30.0.3": - version: 30.0.3 - resolution: "@jest/expect-utils@npm:30.0.3" +"@jest/expect-utils@npm:30.0.5": + version: 30.0.5 + resolution: "@jest/expect-utils@npm:30.0.5" dependencies: "@jest/get-type": "npm:30.0.1" - checksum: 10c0/b3f662fd02980f12e4ec7b3657a728c13b1343a31b85eafd34363ea8c9a666b60ad156ffa33c1f8d2fce1cb1e06c1236361849eb52b6e31a1442195ed3b3eae0 + checksum: 10c0/d0ee162a1d1816724580bea53e7b422b891af073bdae439e78d04d5db09e6557e334f4c3d2892b9de750a59e79605f55d3ca8dbec9fb2ba33d8b803ed98463ad languageName: node linkType: hard -"@jest/expect@npm:30.0.3": - version: 30.0.3 - resolution: "@jest/expect@npm:30.0.3" +"@jest/expect@npm:30.0.5": + version: 30.0.5 + resolution: "@jest/expect@npm:30.0.5" dependencies: - expect: "npm:30.0.3" - jest-snapshot: "npm:30.0.3" - checksum: 10c0/d76f727891df37bd1e93fff73ed4f12d6d77db33adf47cc12500b85951e7e6373e3e6f99d5826ff7c571e578d636e8a1260fd171ba0da0755b9a23b1ef75edbe + expect: "npm:30.0.5" + jest-snapshot: "npm:30.0.5" + checksum: 10c0/6ff40adf2f2cfa53f7a23bc2b85ae99d3264420e81202d45d1dc198009f4441ee575d910e79e589f69c2dd47e0ef9a3b66018f44760da02d98f474361f7c4d1c languageName: node linkType: hard -"@jest/fake-timers@npm:30.0.2": - version: 30.0.2 - resolution: "@jest/fake-timers@npm:30.0.2" +"@jest/fake-timers@npm:30.0.5": + version: 30.0.5 + resolution: "@jest/fake-timers@npm:30.0.5" dependencies: - "@jest/types": "npm:30.0.1" + "@jest/types": "npm:30.0.5" "@sinonjs/fake-timers": "npm:^13.0.0" "@types/node": "npm:*" - jest-message-util: "npm:30.0.2" - jest-mock: "npm:30.0.2" - jest-util: "npm:30.0.2" - checksum: 10c0/896e727a1146948780998d62e7807214f9e2b0a724e283f19baca4dfe326fb8fb885244eee6d201bc5e1385336c176c093179f080e0fae03b20ec25c02604352 + jest-message-util: "npm:30.0.5" + jest-mock: "npm:30.0.5" + jest-util: "npm:30.0.5" + checksum: 10c0/4c403e624d758780016c2012b23112ff421efd601def289b201c4a5e03c46f995c7c3509d7b0b56dbe17cd5cbc66920734bd976ebe12125d6fd864d71888a50d languageName: node linkType: hard @@ -2452,15 +2480,15 @@ __metadata: languageName: node linkType: hard -"@jest/globals@npm:30.0.3": - version: 30.0.3 - resolution: "@jest/globals@npm:30.0.3" +"@jest/globals@npm:30.0.5": + version: 30.0.5 + resolution: "@jest/globals@npm:30.0.5" dependencies: - "@jest/environment": "npm:30.0.2" - "@jest/expect": "npm:30.0.3" - "@jest/types": "npm:30.0.1" - jest-mock: "npm:30.0.2" - checksum: 10c0/b080a924de4ff0cfb5fef4098eb7764efa5bc33de4a59b27116defc8c91ec76e6103c9e9a60cd33e00d060f03302e6c5a56ef8c4fc28133e29ae011b1be78d8e + "@jest/environment": "npm:30.0.5" + "@jest/expect": "npm:30.0.5" + "@jest/types": "npm:30.0.5" + jest-mock: "npm:30.0.5" + checksum: 10c0/abe8e4b11f30c2885e42afa9e01d4364db8c6de4c3221f411b00a9081d3cc67226f84775efbbd17735dedb391222253f945ee260714d78b2a7304b7afa61b6d8 languageName: node linkType: hard @@ -2474,15 +2502,15 @@ __metadata: languageName: node linkType: hard -"@jest/reporters@npm:30.0.2": - version: 30.0.2 - resolution: "@jest/reporters@npm:30.0.2" +"@jest/reporters@npm:30.0.5": + version: 30.0.5 + resolution: "@jest/reporters@npm:30.0.5" dependencies: "@bcoe/v8-coverage": "npm:^0.2.3" - "@jest/console": "npm:30.0.2" - "@jest/test-result": "npm:30.0.2" - "@jest/transform": "npm:30.0.2" - "@jest/types": "npm:30.0.1" + "@jest/console": "npm:30.0.5" + "@jest/test-result": "npm:30.0.5" + "@jest/transform": "npm:30.0.5" + "@jest/types": "npm:30.0.5" "@jridgewell/trace-mapping": "npm:^0.3.25" "@types/node": "npm:*" chalk: "npm:^4.1.2" @@ -2495,9 +2523,9 @@ __metadata: istanbul-lib-report: "npm:^3.0.0" istanbul-lib-source-maps: "npm:^5.0.0" istanbul-reports: "npm:^3.1.3" - jest-message-util: "npm:30.0.2" - jest-util: "npm:30.0.2" - jest-worker: "npm:30.0.2" + jest-message-util: "npm:30.0.5" + jest-util: "npm:30.0.5" + jest-worker: "npm:30.0.5" slash: "npm:^3.0.0" string-length: "npm:^4.0.2" v8-to-istanbul: "npm:^9.0.1" @@ -2506,16 +2534,16 @@ __metadata: peerDependenciesMeta: node-notifier: optional: true - checksum: 10c0/4931fd1f3ae1236fba8f6068b8949b3788fe367ff2eaaa88293988344f50dcb5c15a4063a65cc4485546504bb3b85e2e6667c68acca249d3597b97425bbc2ee5 + checksum: 10c0/9f8a214ff69427b644e26981fa92af49b77819d512ac17d0b4190d1dc110b0bebeb7791faa7548b8097f010b094c3b5e3244e18f3837a3fe8385ff60c7114539 languageName: node linkType: hard -"@jest/schemas@npm:30.0.1": - version: 30.0.1 - resolution: "@jest/schemas@npm:30.0.1" +"@jest/schemas@npm:30.0.5": + version: 30.0.5 + resolution: "@jest/schemas@npm:30.0.5" dependencies: "@sinclair/typebox": "npm:^0.34.0" - checksum: 10c0/27977359edc4b33293af7c85c53de5014a87c29b9ab98b0a827fedfc6635abdb522aad8c3ff276080080911f519699b094bd6f4e151b43f0cc5856ccc83c04a7 + checksum: 10c0/449dcd7ec5c6505e9ac3169d1143937e67044ae3e66a729ce4baf31812dfd30535f2b3b2934393c97cfdf5984ff581120e6b38f62b8560c8b5b7cc07f4175f65 languageName: node linkType: hard @@ -2528,15 +2556,15 @@ __metadata: languageName: node linkType: hard -"@jest/snapshot-utils@npm:30.0.1": - version: 30.0.1 - resolution: "@jest/snapshot-utils@npm:30.0.1" +"@jest/snapshot-utils@npm:30.0.5": + version: 30.0.5 + resolution: "@jest/snapshot-utils@npm:30.0.5" dependencies: - "@jest/types": "npm:30.0.1" + "@jest/types": "npm:30.0.5" chalk: "npm:^4.1.2" graceful-fs: "npm:^4.2.11" natural-compare: "npm:^1.4.0" - checksum: 10c0/a90f09733ca98e695bc2850afdbb0a9d958f4f8805b0e5420cba210422c5bfeb097de57bf66436006f3d5cc3da4109e1e65f6c3e2947474a4911f4d22a8496e8 + checksum: 10c0/db270c2d6e216d132c5e0b05d8ff5bbe4fbd4e65b2de4cf94eacb44152e8f17fbbba8bdd2cb83b5fc2b1094db6424c7e1507b7eaade518dbc815cfacbdf6598b languageName: node linkType: hard @@ -2551,76 +2579,75 @@ __metadata: languageName: node linkType: hard -"@jest/test-result@npm:30.0.2": - version: 30.0.2 - resolution: "@jest/test-result@npm:30.0.2" +"@jest/test-result@npm:30.0.5": + version: 30.0.5 + resolution: "@jest/test-result@npm:30.0.5" dependencies: - "@jest/console": "npm:30.0.2" - "@jest/types": "npm:30.0.1" + "@jest/console": "npm:30.0.5" + "@jest/types": "npm:30.0.5" "@types/istanbul-lib-coverage": "npm:^2.0.6" collect-v8-coverage: "npm:^1.0.2" - checksum: 10c0/f2a1d5b3f1c8f786acc76b77c72a73dc314e579a4ea91ad5ad19e9906156ffa17b56a69cab33cffd1d9be32cfc5f98c60a92fceedd4c700280933b8a14de4e35 + checksum: 10c0/2a43134ee28616a178b5a6379c837f2fb054a5e4a6ab411b9d15b85224e5d459d88902cdbf83edf5821c2c77fe13e67d078eff64c6871f3b08ebff0548a9a2e4 languageName: node linkType: hard -"@jest/test-sequencer@npm:30.0.2": - version: 30.0.2 - resolution: "@jest/test-sequencer@npm:30.0.2" +"@jest/test-sequencer@npm:30.0.5": + version: 30.0.5 + resolution: "@jest/test-sequencer@npm:30.0.5" dependencies: - "@jest/test-result": "npm:30.0.2" + "@jest/test-result": "npm:30.0.5" graceful-fs: "npm:^4.2.11" - jest-haste-map: "npm:30.0.2" + jest-haste-map: "npm:30.0.5" slash: "npm:^3.0.0" - checksum: 10c0/5d6d74a8c530db1fac4ba085b6a27e98b52a196e2d88d53462771f3a8e8165d3f593a3cea28ed73951cbaf95ba80c7389719c58e99cb3700f0ad122376d1430b + checksum: 10c0/3caaea0558474764cd616f38acdc22ff4ce6ef806d931134ed366429fdea7110352b89d702e9cc1d71fa142d79e86f2f4e6eb0441a76a1896682e124ed8f42b4 languageName: node linkType: hard -"@jest/transform@npm:30.0.2": - version: 30.0.2 - resolution: "@jest/transform@npm:30.0.2" +"@jest/transform@npm:30.0.5": + version: 30.0.5 + resolution: "@jest/transform@npm:30.0.5" dependencies: "@babel/core": "npm:^7.27.4" - "@jest/types": "npm:30.0.1" + "@jest/types": "npm:30.0.5" "@jridgewell/trace-mapping": "npm:^0.3.25" babel-plugin-istanbul: "npm:^7.0.0" chalk: "npm:^4.1.2" convert-source-map: "npm:^2.0.0" fast-json-stable-stringify: "npm:^2.1.0" graceful-fs: "npm:^4.2.11" - jest-haste-map: "npm:30.0.2" + jest-haste-map: "npm:30.0.5" jest-regex-util: "npm:30.0.1" - jest-util: "npm:30.0.2" + jest-util: "npm:30.0.5" micromatch: "npm:^4.0.8" pirates: "npm:^4.0.7" slash: "npm:^3.0.0" write-file-atomic: "npm:^5.0.1" - checksum: 10c0/2ab4c049b2c4851dd7abc9f837565c7b3feb5d395955608d929c5caffc0052955a0216c20bf5db1eebef9b9a888cec508a1ea3b6237648cc1f77fea00b2321dd + checksum: 10c0/771f57b1bede66049de80dcbf984c74b7d3c072e905f2516ff3f86dc01abd2f79d821b9a6ae21f27cb26d484cd539c13b1a51f71c15e1aed0c62314203c5a186 languageName: node linkType: hard -"@jest/types@npm:30.0.1": - version: 30.0.1 - resolution: "@jest/types@npm:30.0.1" +"@jest/types@npm:30.0.5": + version: 30.0.5 + resolution: "@jest/types@npm:30.0.5" dependencies: "@jest/pattern": "npm:30.0.1" - "@jest/schemas": "npm:30.0.1" + "@jest/schemas": "npm:30.0.5" "@types/istanbul-lib-coverage": "npm:^2.0.6" "@types/istanbul-reports": "npm:^3.0.4" "@types/node": "npm:*" "@types/yargs": "npm:^17.0.33" chalk: "npm:^4.1.2" - checksum: 10c0/407469331e74f9bb1ffd40202c3a8cece2fd07ba535adeb60557bdcee13713cf2f14cf78869ba7ef50a7e6fe0ed7cc97ec775056dd640fc0a332e8fbfaec1ee8 + checksum: 10c0/fd097a390e36edacbd2c92a8378ec0cd67abec5e234bab7a80aec6eb8625568052b0c32acf472388d04c4cf384b8fa2871d0d12a56b4b06eaea93f2c6df0ec6c languageName: node linkType: hard -"@jridgewell/gen-mapping@npm:^0.3.5": - version: 0.3.8 - resolution: "@jridgewell/gen-mapping@npm:0.3.8" +"@jridgewell/gen-mapping@npm:^0.3.12, @jridgewell/gen-mapping@npm:^0.3.5": + version: 0.3.13 + resolution: "@jridgewell/gen-mapping@npm:0.3.13" dependencies: - "@jridgewell/set-array": "npm:^1.2.1" - "@jridgewell/sourcemap-codec": "npm:^1.4.10" + "@jridgewell/sourcemap-codec": "npm:^1.5.0" "@jridgewell/trace-mapping": "npm:^0.3.24" - checksum: 10c0/c668feaf86c501d7c804904a61c23c67447b2137b813b9ce03eca82cb9d65ac7006d766c218685d76e3d72828279b6ee26c347aa1119dab23fbaf36aed51585a + checksum: 10c0/9a7d65fb13bd9aec1fbab74cda08496839b7e2ceb31f5ab922b323e94d7c481ce0fc4fd7e12e2610915ed8af51178bdc61e168e92a8c8b8303b030b03489b13b languageName: node linkType: hard @@ -2631,17 +2658,10 @@ __metadata: languageName: node linkType: hard -"@jridgewell/set-array@npm:^1.2.1": - version: 1.2.1 - resolution: "@jridgewell/set-array@npm:1.2.1" - checksum: 10c0/2a5aa7b4b5c3464c895c802d8ae3f3d2b92fcbe84ad12f8d0bfbb1f5ad006717e7577ee1fd2eac00c088abe486c7adb27976f45d2941ff6b0b92b2c3302c60f4 - languageName: node - linkType: hard - -"@jridgewell/sourcemap-codec@npm:^1.4.10, @jridgewell/sourcemap-codec@npm:^1.4.14": - version: 1.5.0 - resolution: "@jridgewell/sourcemap-codec@npm:1.5.0" - checksum: 10c0/2eb864f276eb1096c3c11da3e9bb518f6d9fc0023c78344cdc037abadc725172c70314bdb360f2d4b7bffec7f5d657ce006816bc5d4ecb35e61b66132db00c18 +"@jridgewell/sourcemap-codec@npm:^1.4.10, @jridgewell/sourcemap-codec@npm:^1.4.14, @jridgewell/sourcemap-codec@npm:^1.5.0": + version: 1.5.5 + resolution: "@jridgewell/sourcemap-codec@npm:1.5.5" + checksum: 10c0/f9e538f302b63c0ebc06eecb1dd9918dd4289ed36147a0ddce35d6ea4d7ebbda243cda7b2213b6a5e1d8087a298d5cf630fb2bd39329cdecb82017023f6081a0 languageName: node linkType: hard @@ -2655,13 +2675,13 @@ __metadata: languageName: node linkType: hard -"@jridgewell/trace-mapping@npm:^0.3.12, @jridgewell/trace-mapping@npm:^0.3.23, @jridgewell/trace-mapping@npm:^0.3.24, @jridgewell/trace-mapping@npm:^0.3.25": - version: 0.3.25 - resolution: "@jridgewell/trace-mapping@npm:0.3.25" +"@jridgewell/trace-mapping@npm:^0.3.12, @jridgewell/trace-mapping@npm:^0.3.23, @jridgewell/trace-mapping@npm:^0.3.24, @jridgewell/trace-mapping@npm:^0.3.25, @jridgewell/trace-mapping@npm:^0.3.28": + version: 0.3.30 + resolution: "@jridgewell/trace-mapping@npm:0.3.30" dependencies: "@jridgewell/resolve-uri": "npm:^3.1.0" "@jridgewell/sourcemap-codec": "npm:^1.4.14" - checksum: 10c0/3d1ce6ebc69df9682a5a8896b414c6537e428a1d68b02fcc8363b04284a8ca0df04d0ee3013132252ab14f2527bc13bea6526a912ecb5658f0e39fd2860b4df4 + checksum: 10c0/3a1516c10f44613b9ba27c37a02ff8f410893776b2b3dad20a391b51b884dd60f97bbb56936d65d2ff8fe978510a0000266654ab8426bdb9ceb5fb4585b19e23 languageName: node linkType: hard @@ -2723,7 +2743,7 @@ __metadata: languageName: node linkType: hard -"@napi-rs/wasm-runtime@npm:^0.2.11, @napi-rs/wasm-runtime@npm:^0.2.4, @napi-rs/wasm-runtime@npm:^0.2.5, @napi-rs/wasm-runtime@npm:^0.2.9": +"@napi-rs/wasm-runtime@npm:^0.2.11, @napi-rs/wasm-runtime@npm:^0.2.5": version: 0.2.11 resolution: "@napi-rs/wasm-runtime@npm:0.2.11" dependencies: @@ -2734,6 +2754,17 @@ __metadata: languageName: node linkType: hard +"@napi-rs/wasm-runtime@npm:^1.0.1, @napi-rs/wasm-runtime@npm:^1.0.3": + version: 1.0.3 + resolution: "@napi-rs/wasm-runtime@npm:1.0.3" + dependencies: + "@emnapi/core": "npm:^1.4.5" + "@emnapi/runtime": "npm:^1.4.5" + "@tybys/wasm-util": "npm:^0.10.0" + checksum: 10c0/7918d82477e75931b6e35bb003464382eb93e526362f81a98bf8610407a67b10f4d041931015ad48072c89db547deb7e471dfb91f4ab11ac63a24d8580297f75 + languageName: node + linkType: hard + "@nicolo-ribaudo/eslint-scope-5-internals@npm:5.1.1-v1": version: 5.1.1-v1 resolution: "@nicolo-ribaudo/eslint-scope-5-internals@npm:5.1.1-v1" @@ -2843,7 +2874,7 @@ __metadata: languageName: node linkType: hard -"@node-rs/xxhash@npm:^1.7.3": +"@node-rs/xxhash@npm:^1.7.6": version: 1.7.6 resolution: "@node-rs/xxhash@npm:1.7.6" dependencies: @@ -3033,109 +3064,151 @@ __metadata: languageName: node linkType: hard -"@oxc-project/runtime@npm:0.71.0": - version: 0.71.0 - resolution: "@oxc-project/runtime@npm:0.71.0" - checksum: 10c0/37823f241ebb74c902d34c784a1f0d963572812a59129436a9a34c7a8a8ea08a23ec9b13fdff9807482f3715832dd2b96e6d364c038ce91ca05c4d86114464c5 +"@oxc-project/runtime@npm:=0.82.2": + version: 0.82.2 + resolution: "@oxc-project/runtime@npm:0.82.2" + checksum: 10c0/6b9dee8ef40cf6fbe96a147c2ff2fe84aba035b8b63b0de0dd158804febb935b0a195468bf834660d8121f35c8c19a75f088902aa7342409522b8210b74e1334 languageName: node linkType: hard -"@oxc-project/types@npm:0.71.0": - version: 0.71.0 - resolution: "@oxc-project/types@npm:0.71.0" - checksum: 10c0/899f3af74f6aaee1ef5611ce78d85867948a5676829b4dce61d4ee6ea75755b574a2cf4671858f1d6015dd7ae66c9aeedb6f89cf61278c319fa0fb2b2abaae89 +"@oxc-project/types@npm:=0.82.2": + version: 0.82.2 + resolution: "@oxc-project/types@npm:0.82.2" + checksum: 10c0/b4b7bd9b83bc4cf39a691669856b3b8fda3a7633177865ea7d03f82e69e363a75bb15261153a61bc02057bedad1fd2718eb3e79d0b293a594283693fc4b9b4c3 languageName: node linkType: hard -"@oxc-resolver/binding-darwin-arm64@npm:5.3.0": - version: 5.3.0 - resolution: "@oxc-resolver/binding-darwin-arm64@npm:5.3.0" +"@oxc-resolver/binding-android-arm-eabi@npm:11.6.1": + version: 11.6.1 + resolution: "@oxc-resolver/binding-android-arm-eabi@npm:11.6.1" + conditions: os=android & cpu=arm + languageName: node + linkType: hard + +"@oxc-resolver/binding-android-arm64@npm:11.6.1": + version: 11.6.1 + resolution: "@oxc-resolver/binding-android-arm64@npm:11.6.1" + conditions: os=android & cpu=arm64 + languageName: node + linkType: hard + +"@oxc-resolver/binding-darwin-arm64@npm:11.6.1": + version: 11.6.1 + resolution: "@oxc-resolver/binding-darwin-arm64@npm:11.6.1" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@oxc-resolver/binding-darwin-x64@npm:5.3.0": - version: 5.3.0 - resolution: "@oxc-resolver/binding-darwin-x64@npm:5.3.0" +"@oxc-resolver/binding-darwin-x64@npm:11.6.1": + version: 11.6.1 + resolution: "@oxc-resolver/binding-darwin-x64@npm:11.6.1" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@oxc-resolver/binding-freebsd-x64@npm:5.3.0": - version: 5.3.0 - resolution: "@oxc-resolver/binding-freebsd-x64@npm:5.3.0" +"@oxc-resolver/binding-freebsd-x64@npm:11.6.1": + version: 11.6.1 + resolution: "@oxc-resolver/binding-freebsd-x64@npm:11.6.1" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@oxc-resolver/binding-linux-arm-gnueabihf@npm:5.3.0": - version: 5.3.0 - resolution: "@oxc-resolver/binding-linux-arm-gnueabihf@npm:5.3.0" +"@oxc-resolver/binding-linux-arm-gnueabihf@npm:11.6.1": + version: 11.6.1 + resolution: "@oxc-resolver/binding-linux-arm-gnueabihf@npm:11.6.1" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@oxc-resolver/binding-linux-arm64-gnu@npm:5.3.0": - version: 5.3.0 - resolution: "@oxc-resolver/binding-linux-arm64-gnu@npm:5.3.0" +"@oxc-resolver/binding-linux-arm-musleabihf@npm:11.6.1": + version: 11.6.1 + resolution: "@oxc-resolver/binding-linux-arm-musleabihf@npm:11.6.1" + conditions: os=linux & cpu=arm + languageName: node + linkType: hard + +"@oxc-resolver/binding-linux-arm64-gnu@npm:11.6.1": + version: 11.6.1 + resolution: "@oxc-resolver/binding-linux-arm64-gnu@npm:11.6.1" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@oxc-resolver/binding-linux-arm64-musl@npm:5.3.0": - version: 5.3.0 - resolution: "@oxc-resolver/binding-linux-arm64-musl@npm:5.3.0" +"@oxc-resolver/binding-linux-arm64-musl@npm:11.6.1": + version: 11.6.1 + resolution: "@oxc-resolver/binding-linux-arm64-musl@npm:11.6.1" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@oxc-resolver/binding-linux-riscv64-gnu@npm:5.3.0": - version: 5.3.0 - resolution: "@oxc-resolver/binding-linux-riscv64-gnu@npm:5.3.0" +"@oxc-resolver/binding-linux-ppc64-gnu@npm:11.6.1": + version: 11.6.1 + resolution: "@oxc-resolver/binding-linux-ppc64-gnu@npm:11.6.1" + conditions: os=linux & cpu=ppc64 & libc=glibc + languageName: node + linkType: hard + +"@oxc-resolver/binding-linux-riscv64-gnu@npm:11.6.1": + version: 11.6.1 + resolution: "@oxc-resolver/binding-linux-riscv64-gnu@npm:11.6.1" conditions: os=linux & cpu=riscv64 & libc=glibc languageName: node linkType: hard -"@oxc-resolver/binding-linux-s390x-gnu@npm:5.3.0": - version: 5.3.0 - resolution: "@oxc-resolver/binding-linux-s390x-gnu@npm:5.3.0" +"@oxc-resolver/binding-linux-riscv64-musl@npm:11.6.1": + version: 11.6.1 + resolution: "@oxc-resolver/binding-linux-riscv64-musl@npm:11.6.1" + conditions: os=linux & cpu=riscv64 & libc=musl + languageName: node + linkType: hard + +"@oxc-resolver/binding-linux-s390x-gnu@npm:11.6.1": + version: 11.6.1 + resolution: "@oxc-resolver/binding-linux-s390x-gnu@npm:11.6.1" conditions: os=linux & cpu=s390x & libc=glibc languageName: node linkType: hard -"@oxc-resolver/binding-linux-x64-gnu@npm:5.3.0": - version: 5.3.0 - resolution: "@oxc-resolver/binding-linux-x64-gnu@npm:5.3.0" +"@oxc-resolver/binding-linux-x64-gnu@npm:11.6.1": + version: 11.6.1 + resolution: "@oxc-resolver/binding-linux-x64-gnu@npm:11.6.1" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@oxc-resolver/binding-linux-x64-musl@npm:5.3.0": - version: 5.3.0 - resolution: "@oxc-resolver/binding-linux-x64-musl@npm:5.3.0" +"@oxc-resolver/binding-linux-x64-musl@npm:11.6.1": + version: 11.6.1 + resolution: "@oxc-resolver/binding-linux-x64-musl@npm:11.6.1" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@oxc-resolver/binding-wasm32-wasi@npm:5.3.0": - version: 5.3.0 - resolution: "@oxc-resolver/binding-wasm32-wasi@npm:5.3.0" +"@oxc-resolver/binding-wasm32-wasi@npm:11.6.1": + version: 11.6.1 + resolution: "@oxc-resolver/binding-wasm32-wasi@npm:11.6.1" dependencies: - "@napi-rs/wasm-runtime": "npm:^0.2.9" + "@napi-rs/wasm-runtime": "npm:^1.0.1" conditions: cpu=wasm32 languageName: node linkType: hard -"@oxc-resolver/binding-win32-arm64-msvc@npm:5.3.0": - version: 5.3.0 - resolution: "@oxc-resolver/binding-win32-arm64-msvc@npm:5.3.0" +"@oxc-resolver/binding-win32-arm64-msvc@npm:11.6.1": + version: 11.6.1 + resolution: "@oxc-resolver/binding-win32-arm64-msvc@npm:11.6.1" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@oxc-resolver/binding-win32-x64-msvc@npm:5.3.0": - version: 5.3.0 - resolution: "@oxc-resolver/binding-win32-x64-msvc@npm:5.3.0" +"@oxc-resolver/binding-win32-ia32-msvc@npm:11.6.1": + version: 11.6.1 + resolution: "@oxc-resolver/binding-win32-ia32-msvc@npm:11.6.1" + conditions: os=win32 & cpu=ia32 + languageName: node + linkType: hard + +"@oxc-resolver/binding-win32-x64-msvc@npm:11.6.1": + version: 11.6.1 + resolution: "@oxc-resolver/binding-win32-x64-msvc@npm:11.6.1" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -3218,96 +3291,110 @@ __metadata: languageName: node linkType: hard -"@rolldown/binding-darwin-arm64@npm:1.0.0-beta.9-commit.d91dfb5": - version: 1.0.0-beta.9-commit.d91dfb5 - resolution: "@rolldown/binding-darwin-arm64@npm:1.0.0-beta.9-commit.d91dfb5" +"@rolldown/binding-android-arm64@npm:1.0.0-beta.33": + version: 1.0.0-beta.33 + resolution: "@rolldown/binding-android-arm64@npm:1.0.0-beta.33" + conditions: os=android & cpu=arm64 + languageName: node + linkType: hard + +"@rolldown/binding-darwin-arm64@npm:1.0.0-beta.33": + version: 1.0.0-beta.33 + resolution: "@rolldown/binding-darwin-arm64@npm:1.0.0-beta.33" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@rolldown/binding-darwin-x64@npm:1.0.0-beta.9-commit.d91dfb5": - version: 1.0.0-beta.9-commit.d91dfb5 - resolution: "@rolldown/binding-darwin-x64@npm:1.0.0-beta.9-commit.d91dfb5" +"@rolldown/binding-darwin-x64@npm:1.0.0-beta.33": + version: 1.0.0-beta.33 + resolution: "@rolldown/binding-darwin-x64@npm:1.0.0-beta.33" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@rolldown/binding-freebsd-x64@npm:1.0.0-beta.9-commit.d91dfb5": - version: 1.0.0-beta.9-commit.d91dfb5 - resolution: "@rolldown/binding-freebsd-x64@npm:1.0.0-beta.9-commit.d91dfb5" +"@rolldown/binding-freebsd-x64@npm:1.0.0-beta.33": + version: 1.0.0-beta.33 + resolution: "@rolldown/binding-freebsd-x64@npm:1.0.0-beta.33" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@rolldown/binding-linux-arm-gnueabihf@npm:1.0.0-beta.9-commit.d91dfb5": - version: 1.0.0-beta.9-commit.d91dfb5 - resolution: "@rolldown/binding-linux-arm-gnueabihf@npm:1.0.0-beta.9-commit.d91dfb5" +"@rolldown/binding-linux-arm-gnueabihf@npm:1.0.0-beta.33": + version: 1.0.0-beta.33 + resolution: "@rolldown/binding-linux-arm-gnueabihf@npm:1.0.0-beta.33" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@rolldown/binding-linux-arm64-gnu@npm:1.0.0-beta.9-commit.d91dfb5": - version: 1.0.0-beta.9-commit.d91dfb5 - resolution: "@rolldown/binding-linux-arm64-gnu@npm:1.0.0-beta.9-commit.d91dfb5" +"@rolldown/binding-linux-arm64-gnu@npm:1.0.0-beta.33": + version: 1.0.0-beta.33 + resolution: "@rolldown/binding-linux-arm64-gnu@npm:1.0.0-beta.33" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@rolldown/binding-linux-arm64-musl@npm:1.0.0-beta.9-commit.d91dfb5": - version: 1.0.0-beta.9-commit.d91dfb5 - resolution: "@rolldown/binding-linux-arm64-musl@npm:1.0.0-beta.9-commit.d91dfb5" +"@rolldown/binding-linux-arm64-musl@npm:1.0.0-beta.33": + version: 1.0.0-beta.33 + resolution: "@rolldown/binding-linux-arm64-musl@npm:1.0.0-beta.33" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@rolldown/binding-linux-x64-gnu@npm:1.0.0-beta.9-commit.d91dfb5": - version: 1.0.0-beta.9-commit.d91dfb5 - resolution: "@rolldown/binding-linux-x64-gnu@npm:1.0.0-beta.9-commit.d91dfb5" +"@rolldown/binding-linux-x64-gnu@npm:1.0.0-beta.33": + version: 1.0.0-beta.33 + resolution: "@rolldown/binding-linux-x64-gnu@npm:1.0.0-beta.33" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@rolldown/binding-linux-x64-musl@npm:1.0.0-beta.9-commit.d91dfb5": - version: 1.0.0-beta.9-commit.d91dfb5 - resolution: "@rolldown/binding-linux-x64-musl@npm:1.0.0-beta.9-commit.d91dfb5" +"@rolldown/binding-linux-x64-musl@npm:1.0.0-beta.33": + version: 1.0.0-beta.33 + resolution: "@rolldown/binding-linux-x64-musl@npm:1.0.0-beta.33" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@rolldown/binding-wasm32-wasi@npm:1.0.0-beta.9-commit.d91dfb5": - version: 1.0.0-beta.9-commit.d91dfb5 - resolution: "@rolldown/binding-wasm32-wasi@npm:1.0.0-beta.9-commit.d91dfb5" +"@rolldown/binding-openharmony-arm64@npm:1.0.0-beta.33": + version: 1.0.0-beta.33 + resolution: "@rolldown/binding-openharmony-arm64@npm:1.0.0-beta.33" + conditions: os=openharmony & cpu=arm64 + languageName: node + linkType: hard + +"@rolldown/binding-wasm32-wasi@npm:1.0.0-beta.33": + version: 1.0.0-beta.33 + resolution: "@rolldown/binding-wasm32-wasi@npm:1.0.0-beta.33" dependencies: - "@napi-rs/wasm-runtime": "npm:^0.2.4" + "@napi-rs/wasm-runtime": "npm:^1.0.3" conditions: cpu=wasm32 languageName: node linkType: hard -"@rolldown/binding-win32-arm64-msvc@npm:1.0.0-beta.9-commit.d91dfb5": - version: 1.0.0-beta.9-commit.d91dfb5 - resolution: "@rolldown/binding-win32-arm64-msvc@npm:1.0.0-beta.9-commit.d91dfb5" +"@rolldown/binding-win32-arm64-msvc@npm:1.0.0-beta.33": + version: 1.0.0-beta.33 + resolution: "@rolldown/binding-win32-arm64-msvc@npm:1.0.0-beta.33" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@rolldown/binding-win32-ia32-msvc@npm:1.0.0-beta.9-commit.d91dfb5": - version: 1.0.0-beta.9-commit.d91dfb5 - resolution: "@rolldown/binding-win32-ia32-msvc@npm:1.0.0-beta.9-commit.d91dfb5" +"@rolldown/binding-win32-ia32-msvc@npm:1.0.0-beta.33": + version: 1.0.0-beta.33 + resolution: "@rolldown/binding-win32-ia32-msvc@npm:1.0.0-beta.33" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@rolldown/binding-win32-x64-msvc@npm:1.0.0-beta.9-commit.d91dfb5": - version: 1.0.0-beta.9-commit.d91dfb5 - resolution: "@rolldown/binding-win32-x64-msvc@npm:1.0.0-beta.9-commit.d91dfb5" +"@rolldown/binding-win32-x64-msvc@npm:1.0.0-beta.33": + version: 1.0.0-beta.33 + resolution: "@rolldown/binding-win32-x64-msvc@npm:1.0.0-beta.33" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@rolldown/pluginutils@npm:1.0.0-beta.9-commit.d91dfb5": - version: 1.0.0-beta.9-commit.d91dfb5 - resolution: "@rolldown/pluginutils@npm:1.0.0-beta.9-commit.d91dfb5" - checksum: 10c0/63fa64fdd98a2cc99f21dab5c1819ffec172d2282cbff5dcb1089a84d2bb5c556dc6af503e778058f4a038d1941c0179f677ceddd0e30f024b57c543f21042f0 +"@rolldown/pluginutils@npm:1.0.0-beta.33": + version: 1.0.0-beta.33 + resolution: "@rolldown/pluginutils@npm:1.0.0-beta.33" + checksum: 10c0/6b06dcd24a1eead711ceb64fe789154be2baf376ec23be89c92d3f68a04a4f11b621361b811fdbf8fd752de89cf0e4b32192be01a05d611f6e8221ac00976981 languageName: node linkType: hard @@ -3350,143 +3437,143 @@ __metadata: languageName: node linkType: hard -"@swc-node/core@npm:^1.13.3": - version: 1.13.3 - resolution: "@swc-node/core@npm:1.13.3" +"@swc-node/core@npm:^1.14.1": + version: 1.14.1 + resolution: "@swc-node/core@npm:1.14.1" peerDependencies: - "@swc/core": ">= 1.4.13" + "@swc/core": ">= 1.13.3" "@swc/types": ">= 0.1" - checksum: 10c0/01f69d6124691569cedd2e6d0c6d3e33ab96d8fca6607780d64359c884750cfd77541e112e545cf37d9f0ee5fdccd57fbf9eb07cfd0ae26f8cca88c974e82e08 + checksum: 10c0/073a0a1d782eafcfc3d2056ad9c5232ec4a0a0a098abafa3eafdde30832eb04a2430cec943fef3bbf9754eb37b0bf6e749f9303304ac42e318936ced35f6144b languageName: node linkType: hard -"@swc-node/jest@npm:^1.8.13": - version: 1.8.13 - resolution: "@swc-node/jest@npm:1.8.13" +"@swc-node/jest@npm:^1.9.1": + version: 1.9.1 + resolution: "@swc-node/jest@npm:1.9.1" dependencies: - "@node-rs/xxhash": "npm:^1.7.3" - "@swc-node/core": "npm:^1.13.3" - "@swc-node/register": "npm:^1.10.10" + "@node-rs/xxhash": "npm:^1.7.6" + "@swc-node/core": "npm:^1.14.1" + "@swc-node/register": "npm:^1.11.1" peerDependencies: "@swc/core": ">= 1.4.13" "@swc/types": ">= 0.1" typescript: ">= 5.0" - checksum: 10c0/4e5c5feec2035efb1ea9b7c01243c631cf97057c19c43320ee53c4883f9dc3c8d5d34b5328e82bd73d6f899c762d124a23b6ab75d5b8ac6c93844d48c3c33474 + checksum: 10c0/72b11f610633e41d80482b1cc3b2b4cb73bb6ec92b8fcbfc3728355c32157a7eccde2a68679aefc695d5b09f1a3e6f362a79648bdd38f677832aee73adf4960b languageName: node linkType: hard -"@swc-node/register@npm:^1.10.10": - version: 1.10.10 - resolution: "@swc-node/register@npm:1.10.10" +"@swc-node/register@npm:^1.11.1": + version: 1.11.1 + resolution: "@swc-node/register@npm:1.11.1" dependencies: - "@swc-node/core": "npm:^1.13.3" - "@swc-node/sourcemap-support": "npm:^0.5.1" + "@swc-node/core": "npm:^1.14.1" + "@swc-node/sourcemap-support": "npm:^0.6.1" colorette: "npm:^2.0.20" - debug: "npm:^4.3.5" - oxc-resolver: "npm:^5.0.0" - pirates: "npm:^4.0.6" - tslib: "npm:^2.6.3" + debug: "npm:^4.4.1" + oxc-resolver: "npm:^11.6.1" + pirates: "npm:^4.0.7" + tslib: "npm:^2.8.1" peerDependencies: "@swc/core": ">= 1.4.13" typescript: ">= 4.3" - checksum: 10c0/001c75f44cc22dfe0298b1b6158efb8d2f0d477386c5b984a4df88611291773b52f87b4bde4028b9d647c76b2923cf1fc9f2c5ec6cce06a3cbcb9c340c589341 + checksum: 10c0/ac4c4f7a6cbf96a83c5f1edb346d0db3290f39be4c56e9a255b1cba672303074a53cdd06956b6b9ada96c386def6f9cb59d0f274ce81fbc04f7178e2974ec7f0 languageName: node linkType: hard -"@swc-node/sourcemap-support@npm:^0.5.1": - version: 0.5.1 - resolution: "@swc-node/sourcemap-support@npm:0.5.1" +"@swc-node/sourcemap-support@npm:^0.6.1": + version: 0.6.1 + resolution: "@swc-node/sourcemap-support@npm:0.6.1" dependencies: source-map-support: "npm:^0.5.21" - tslib: "npm:^2.6.3" - checksum: 10c0/5ac7e701a0683e0e6760c8078d4bb2829daa78c4946dcc729c75588b87112afc7352f7c8cd90cea9417b5f7494418d374a354795344c4cf81152bce3d5a17853 + tslib: "npm:^2.8.1" + checksum: 10c0/6c4bf90815adf9e3d95c7ee5d3b7ea98aa1e3bf28c24d2c3c960d18271d4122edd2906699942802503d3c07d69e0a8c8e8618c7cfc6212d646bde25503e858c4 languageName: node linkType: hard -"@swc/core-darwin-arm64@npm:1.12.7": - version: 1.12.7 - resolution: "@swc/core-darwin-arm64@npm:1.12.7" +"@swc/core-darwin-arm64@npm:1.13.3": + version: 1.13.3 + resolution: "@swc/core-darwin-arm64@npm:1.13.3" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@swc/core-darwin-x64@npm:1.12.7": - version: 1.12.7 - resolution: "@swc/core-darwin-x64@npm:1.12.7" +"@swc/core-darwin-x64@npm:1.13.3": + version: 1.13.3 + resolution: "@swc/core-darwin-x64@npm:1.13.3" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@swc/core-linux-arm-gnueabihf@npm:1.12.7": - version: 1.12.7 - resolution: "@swc/core-linux-arm-gnueabihf@npm:1.12.7" +"@swc/core-linux-arm-gnueabihf@npm:1.13.3": + version: 1.13.3 + resolution: "@swc/core-linux-arm-gnueabihf@npm:1.13.3" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@swc/core-linux-arm64-gnu@npm:1.12.7": - version: 1.12.7 - resolution: "@swc/core-linux-arm64-gnu@npm:1.12.7" +"@swc/core-linux-arm64-gnu@npm:1.13.3": + version: 1.13.3 + resolution: "@swc/core-linux-arm64-gnu@npm:1.13.3" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@swc/core-linux-arm64-musl@npm:1.12.7": - version: 1.12.7 - resolution: "@swc/core-linux-arm64-musl@npm:1.12.7" +"@swc/core-linux-arm64-musl@npm:1.13.3": + version: 1.13.3 + resolution: "@swc/core-linux-arm64-musl@npm:1.13.3" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@swc/core-linux-x64-gnu@npm:1.12.7": - version: 1.12.7 - resolution: "@swc/core-linux-x64-gnu@npm:1.12.7" +"@swc/core-linux-x64-gnu@npm:1.13.3": + version: 1.13.3 + resolution: "@swc/core-linux-x64-gnu@npm:1.13.3" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@swc/core-linux-x64-musl@npm:1.12.7": - version: 1.12.7 - resolution: "@swc/core-linux-x64-musl@npm:1.12.7" +"@swc/core-linux-x64-musl@npm:1.13.3": + version: 1.13.3 + resolution: "@swc/core-linux-x64-musl@npm:1.13.3" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@swc/core-win32-arm64-msvc@npm:1.12.7": - version: 1.12.7 - resolution: "@swc/core-win32-arm64-msvc@npm:1.12.7" +"@swc/core-win32-arm64-msvc@npm:1.13.3": + version: 1.13.3 + resolution: "@swc/core-win32-arm64-msvc@npm:1.13.3" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@swc/core-win32-ia32-msvc@npm:1.12.7": - version: 1.12.7 - resolution: "@swc/core-win32-ia32-msvc@npm:1.12.7" +"@swc/core-win32-ia32-msvc@npm:1.13.3": + version: 1.13.3 + resolution: "@swc/core-win32-ia32-msvc@npm:1.13.3" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@swc/core-win32-x64-msvc@npm:1.12.7": - version: 1.12.7 - resolution: "@swc/core-win32-x64-msvc@npm:1.12.7" +"@swc/core-win32-x64-msvc@npm:1.13.3": + version: 1.13.3 + resolution: "@swc/core-win32-x64-msvc@npm:1.13.3" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@swc/core@npm:^1.12.7": - version: 1.12.7 - resolution: "@swc/core@npm:1.12.7" - dependencies: - "@swc/core-darwin-arm64": "npm:1.12.7" - "@swc/core-darwin-x64": "npm:1.12.7" - "@swc/core-linux-arm-gnueabihf": "npm:1.12.7" - "@swc/core-linux-arm64-gnu": "npm:1.12.7" - "@swc/core-linux-arm64-musl": "npm:1.12.7" - "@swc/core-linux-x64-gnu": "npm:1.12.7" - "@swc/core-linux-x64-musl": "npm:1.12.7" - "@swc/core-win32-arm64-msvc": "npm:1.12.7" - "@swc/core-win32-ia32-msvc": "npm:1.12.7" - "@swc/core-win32-x64-msvc": "npm:1.12.7" +"@swc/core@npm:^1.13.3": + version: 1.13.3 + resolution: "@swc/core@npm:1.13.3" + dependencies: + "@swc/core-darwin-arm64": "npm:1.13.3" + "@swc/core-darwin-x64": "npm:1.13.3" + "@swc/core-linux-arm-gnueabihf": "npm:1.13.3" + "@swc/core-linux-arm64-gnu": "npm:1.13.3" + "@swc/core-linux-arm64-musl": "npm:1.13.3" + "@swc/core-linux-x64-gnu": "npm:1.13.3" + "@swc/core-linux-x64-musl": "npm:1.13.3" + "@swc/core-win32-arm64-msvc": "npm:1.13.3" + "@swc/core-win32-ia32-msvc": "npm:1.13.3" + "@swc/core-win32-x64-msvc": "npm:1.13.3" "@swc/counter": "npm:^0.1.3" "@swc/types": "npm:^0.1.23" peerDependencies: @@ -3515,7 +3602,7 @@ __metadata: peerDependenciesMeta: "@swc/helpers": optional: true - checksum: 10c0/c44aa91c433937b512ed902ee1ad9d8fc79e9f914b6291685e912e963002dbb0b86374f22be1435fd44515d03232212b0125acb2c12cf84f01fea3d2eb008656 + checksum: 10c0/88a04c319082f8ae5e53b7d7a874014600296087cad3e07d0e927088a19ba2e8355cbced7da02476b5f89cc653e26d1e1c44d9f43ef07fb7b74ec4b5f9e95ef6 languageName: node linkType: hard @@ -3610,6 +3697,15 @@ __metadata: languageName: node linkType: hard +"@tybys/wasm-util@npm:^0.10.0": + version: 0.10.0 + resolution: "@tybys/wasm-util@npm:0.10.0" + dependencies: + tslib: "npm:^2.4.0" + checksum: 10c0/044feba55c1e2af703aa4946139969badb183ce1a659a75ed60bc195a90e73a3f3fc53bcd643497c9954597763ddb051fec62f80962b2ca6fc716ba897dc696e + languageName: node + linkType: hard + "@tybys/wasm-util@npm:^0.9.0": version: 0.9.0 resolution: "@tybys/wasm-util@npm:0.9.0" @@ -3855,12 +3951,12 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:*, @types/node@npm:^22.0.0, @types/node@npm:^22.15.33": - version: 22.15.33 - resolution: "@types/node@npm:22.15.33" +"@types/node@npm:*, @types/node@npm:^22.0.0, @types/node@npm:^22.17.2": + version: 22.17.2 + resolution: "@types/node@npm:22.17.2" dependencies: undici-types: "npm:~6.21.0" - checksum: 10c0/ee040c29c891aa37fffc27d04a8529318c391356346933646b7692eaf62236831ad532f6ebaf43ebd6a2ef1f0f091860d8a0a83a4e3c5a4f66d37aa1b2c99f31 + checksum: 10c0/23cd13aa35da6322a6d66cf4b3a45dbd40764ba726ab8681960270156c3abba776dd8dc173250c467f708d40612ecd725755d7659b775b513904680d5205eaff languageName: node linkType: hard @@ -3952,40 +4048,40 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:8.35.0, @typescript-eslint/eslint-plugin@npm:^8.35.0": - version: 8.35.0 - resolution: "@typescript-eslint/eslint-plugin@npm:8.35.0" +"@typescript-eslint/eslint-plugin@npm:8.40.0, @typescript-eslint/eslint-plugin@npm:^8.40.0": + version: 8.40.0 + resolution: "@typescript-eslint/eslint-plugin@npm:8.40.0" dependencies: "@eslint-community/regexpp": "npm:^4.10.0" - "@typescript-eslint/scope-manager": "npm:8.35.0" - "@typescript-eslint/type-utils": "npm:8.35.0" - "@typescript-eslint/utils": "npm:8.35.0" - "@typescript-eslint/visitor-keys": "npm:8.35.0" + "@typescript-eslint/scope-manager": "npm:8.40.0" + "@typescript-eslint/type-utils": "npm:8.40.0" + "@typescript-eslint/utils": "npm:8.40.0" + "@typescript-eslint/visitor-keys": "npm:8.40.0" graphemer: "npm:^1.4.0" ignore: "npm:^7.0.0" natural-compare: "npm:^1.4.0" ts-api-utils: "npm:^2.1.0" peerDependencies: - "@typescript-eslint/parser": ^8.35.0 + "@typescript-eslint/parser": ^8.40.0 eslint: ^8.57.0 || ^9.0.0 - typescript: ">=4.8.4 <5.9.0" - checksum: 10c0/27391f1b168a175fdc62370e5afe51317d4433115abbbff8ee0aea8ecd7bf6dd541a76f8e0cc94119750ae3146863204862640acb45394f0b92809e88d39f881 + typescript: ">=4.8.4 <6.0.0" + checksum: 10c0/dc8889c3255bce6956432f099059179dd13826ba29670f81ba9238ecde46764ee63459eb73a7d88f4f30e1144a2f000d79c9e3f256fa759689d9b3b74d423bda languageName: node linkType: hard -"@typescript-eslint/parser@npm:8.35.0, @typescript-eslint/parser@npm:^8.35.0": - version: 8.35.0 - resolution: "@typescript-eslint/parser@npm:8.35.0" +"@typescript-eslint/parser@npm:8.40.0, @typescript-eslint/parser@npm:^8.40.0": + version: 8.40.0 + resolution: "@typescript-eslint/parser@npm:8.40.0" dependencies: - "@typescript-eslint/scope-manager": "npm:8.35.0" - "@typescript-eslint/types": "npm:8.35.0" - "@typescript-eslint/typescript-estree": "npm:8.35.0" - "@typescript-eslint/visitor-keys": "npm:8.35.0" + "@typescript-eslint/scope-manager": "npm:8.40.0" + "@typescript-eslint/types": "npm:8.40.0" + "@typescript-eslint/typescript-estree": "npm:8.40.0" + "@typescript-eslint/visitor-keys": "npm:8.40.0" debug: "npm:^4.3.4" peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: ">=4.8.4 <5.9.0" - checksum: 10c0/8f1cda98f8bee3d79266974e5e5c831a0ca473e928fb16f1dc1c85ee24f2cb9c0fcf3c1bcbbef9d6044cf063f6e59d3198b766a27000776830fe591043e11625 + typescript: ">=4.8.4 <6.0.0" + checksum: 10c0/43ca9589b8a1f3f4b30a214c0e2254fa0ad43458ef1258b1d62c5aad52710ad11b9315b124cda79163274147b82201a5d76fab7de413e34bfe8e377142b71e98 languageName: node linkType: hard @@ -4002,20 +4098,33 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/rule-tester@npm:^8.35.0": - version: 8.35.0 - resolution: "@typescript-eslint/rule-tester@npm:8.35.0" +"@typescript-eslint/project-service@npm:8.40.0": + version: 8.40.0 + resolution: "@typescript-eslint/project-service@npm:8.40.0" dependencies: - "@typescript-eslint/parser": "npm:8.35.0" - "@typescript-eslint/typescript-estree": "npm:8.35.0" - "@typescript-eslint/utils": "npm:8.35.0" + "@typescript-eslint/tsconfig-utils": "npm:^8.40.0" + "@typescript-eslint/types": "npm:^8.40.0" + debug: "npm:^4.3.4" + peerDependencies: + typescript: ">=4.8.4 <6.0.0" + checksum: 10c0/23d62e9ada9750136d0251f268bbe1f9784442ef258bb340a2e1e866749d8076730a14749d9a320d94d7c76df2d108caf21fe35e5dc100385f04be846dc979cb + languageName: node + linkType: hard + +"@typescript-eslint/rule-tester@npm:^8.40.0": + version: 8.40.0 + resolution: "@typescript-eslint/rule-tester@npm:8.40.0" + dependencies: + "@typescript-eslint/parser": "npm:8.40.0" + "@typescript-eslint/typescript-estree": "npm:8.40.0" + "@typescript-eslint/utils": "npm:8.40.0" ajv: "npm:^6.12.6" json-stable-stringify-without-jsonify: "npm:^1.0.1" lodash.merge: "npm:4.6.2" semver: "npm:^7.6.0" peerDependencies: eslint: ^8.57.0 || ^9.0.0 - checksum: 10c0/52b1d1be000a480d08b76ca9d124aa7c76f14feefb0ee3260e1948623569ef9a28b76844d6b213000e171930b54569f0d4f8c736345fbd8391ecafb6663370ba + checksum: 10c0/5f8c3d8ea7fad4b2e5689b09f2adb41be736cea518d8760a4a734123cb5954a903af3fec06d0ac025e66a96999552da4e2f3efcf8ce5027e2d604af0b2198796 languageName: node linkType: hard @@ -4029,7 +4138,17 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/tsconfig-utils@npm:8.35.0, @typescript-eslint/tsconfig-utils@npm:^8.35.0": +"@typescript-eslint/scope-manager@npm:8.40.0, @typescript-eslint/scope-manager@npm:^8.40.0": + version: 8.40.0 + resolution: "@typescript-eslint/scope-manager@npm:8.40.0" + dependencies: + "@typescript-eslint/types": "npm:8.40.0" + "@typescript-eslint/visitor-keys": "npm:8.40.0" + checksum: 10c0/48af81f9cdcec466994d290561e8d2fa3f6b156a898b71dd0e65633c896543b44729c5353596e84de2ae61bfd20e1398c3309cdfe86714a9663fd5aded4c9cd0 + languageName: node + linkType: hard + +"@typescript-eslint/tsconfig-utils@npm:8.35.0": version: 8.35.0 resolution: "@typescript-eslint/tsconfig-utils@npm:8.35.0" peerDependencies: @@ -4038,28 +4157,45 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:8.35.0": - version: 8.35.0 - resolution: "@typescript-eslint/type-utils@npm:8.35.0" +"@typescript-eslint/tsconfig-utils@npm:8.40.0, @typescript-eslint/tsconfig-utils@npm:^8.35.0, @typescript-eslint/tsconfig-utils@npm:^8.40.0": + version: 8.40.0 + resolution: "@typescript-eslint/tsconfig-utils@npm:8.40.0" + peerDependencies: + typescript: ">=4.8.4 <6.0.0" + checksum: 10c0/c2366dcd802901d5cd4f59fc4eab7a00ed119aa4591ba59c507fe495d9af4cfca19431a603602ea675e4c861962230d1c2f100896903750cd1fcfc134702a7d0 + languageName: node + linkType: hard + +"@typescript-eslint/type-utils@npm:8.40.0": + version: 8.40.0 + resolution: "@typescript-eslint/type-utils@npm:8.40.0" dependencies: - "@typescript-eslint/typescript-estree": "npm:8.35.0" - "@typescript-eslint/utils": "npm:8.35.0" + "@typescript-eslint/types": "npm:8.40.0" + "@typescript-eslint/typescript-estree": "npm:8.40.0" + "@typescript-eslint/utils": "npm:8.40.0" debug: "npm:^4.3.4" ts-api-utils: "npm:^2.1.0" peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: ">=4.8.4 <5.9.0" - checksum: 10c0/9e23a332484a055eb73ba8918f95a981e0cec8fa623ba9ee0b57328af052628d630a415e32e0dbe95318574e62d4066f8aecc994728b3cedd906f36c616ec362 + typescript: ">=4.8.4 <6.0.0" + checksum: 10c0/660b77d801b2538a4ccb65065269ad0e8370d0be985172b5ecb067f3eea22e64aa8af9e981b31bf2a34002339fe3253b09b55d181ce6d8242fc7daa80ac4aaca languageName: node linkType: hard -"@typescript-eslint/types@npm:8.35.0, @typescript-eslint/types@npm:^8.35.0": +"@typescript-eslint/types@npm:8.35.0": version: 8.35.0 resolution: "@typescript-eslint/types@npm:8.35.0" checksum: 10c0/a2711a932680805e83252b5d7c55ac30437bdc4d40c444606cf6ccb6ba23a682da015ec03c64635e77bf733f84d9bb76810bf4f7177fd3a660db8a2c8a05e845 languageName: node linkType: hard +"@typescript-eslint/types@npm:8.40.0, @typescript-eslint/types@npm:^8.35.0, @typescript-eslint/types@npm:^8.40.0": + version: 8.40.0 + resolution: "@typescript-eslint/types@npm:8.40.0" + checksum: 10c0/225374fff36d59288a5780667a7a1316c75090d5d60b70a8035ac18786120333ccd08dfdf0e05e30d5a82217e44c57b8708b769dd1eed89f12f2ac4d3a769f76 + languageName: node + linkType: hard + "@typescript-eslint/typescript-estree@npm:8.35.0": version: 8.35.0 resolution: "@typescript-eslint/typescript-estree@npm:8.35.0" @@ -4080,6 +4216,26 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/typescript-estree@npm:8.40.0": + version: 8.40.0 + resolution: "@typescript-eslint/typescript-estree@npm:8.40.0" + dependencies: + "@typescript-eslint/project-service": "npm:8.40.0" + "@typescript-eslint/tsconfig-utils": "npm:8.40.0" + "@typescript-eslint/types": "npm:8.40.0" + "@typescript-eslint/visitor-keys": "npm:8.40.0" + debug: "npm:^4.3.4" + fast-glob: "npm:^3.3.2" + is-glob: "npm:^4.0.3" + minimatch: "npm:^9.0.4" + semver: "npm:^7.6.0" + ts-api-utils: "npm:^2.1.0" + peerDependencies: + typescript: ">=4.8.4 <6.0.0" + checksum: 10c0/6c1ffc17947cb36cbd987cf9705f85223ed1cce584b5244840e36a2b8480861f4dfdb0312f96afbc12e7d1ba586005f0d959042baa0a96a1913ac7ace8e8f6d4 + languageName: node + linkType: hard + "@typescript-eslint/utils@npm:^8.34.0": version: 8.35.0 resolution: "@typescript-eslint/utils@npm:8.35.0" @@ -4105,6 +4261,16 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/visitor-keys@npm:8.40.0": + version: 8.40.0 + resolution: "@typescript-eslint/visitor-keys@npm:8.40.0" + dependencies: + "@typescript-eslint/types": "npm:8.40.0" + eslint-visitor-keys: "npm:^4.2.1" + checksum: 10c0/592f1c8c2d3da43a7f74f8ead14f05fafc2e4609d5df36811cf92ead5dc94f6f669556a494048e4746cb3774c60bc52a8c83d75369d5e196778d935c70e7d3a1 + languageName: node + linkType: hard + "@ungap/structured-clone@npm:^1.0.0, @ungap/structured-clone@npm:^1.2.0, @ungap/structured-clone@npm:^1.3.0": version: 1.3.0 resolution: "@ungap/structured-clone@npm:1.3.0" @@ -4112,137 +4278,137 @@ __metadata: languageName: node linkType: hard -"@unrs/resolver-binding-android-arm-eabi@npm:1.9.2": - version: 1.9.2 - resolution: "@unrs/resolver-binding-android-arm-eabi@npm:1.9.2" +"@unrs/resolver-binding-android-arm-eabi@npm:1.11.1": + version: 1.11.1 + resolution: "@unrs/resolver-binding-android-arm-eabi@npm:1.11.1" conditions: os=android & cpu=arm languageName: node linkType: hard -"@unrs/resolver-binding-android-arm64@npm:1.9.2": - version: 1.9.2 - resolution: "@unrs/resolver-binding-android-arm64@npm:1.9.2" +"@unrs/resolver-binding-android-arm64@npm:1.11.1": + version: 1.11.1 + resolution: "@unrs/resolver-binding-android-arm64@npm:1.11.1" conditions: os=android & cpu=arm64 languageName: node linkType: hard -"@unrs/resolver-binding-darwin-arm64@npm:1.9.2": - version: 1.9.2 - resolution: "@unrs/resolver-binding-darwin-arm64@npm:1.9.2" +"@unrs/resolver-binding-darwin-arm64@npm:1.11.1": + version: 1.11.1 + resolution: "@unrs/resolver-binding-darwin-arm64@npm:1.11.1" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@unrs/resolver-binding-darwin-x64@npm:1.9.2": - version: 1.9.2 - resolution: "@unrs/resolver-binding-darwin-x64@npm:1.9.2" +"@unrs/resolver-binding-darwin-x64@npm:1.11.1": + version: 1.11.1 + resolution: "@unrs/resolver-binding-darwin-x64@npm:1.11.1" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@unrs/resolver-binding-freebsd-x64@npm:1.9.2": - version: 1.9.2 - resolution: "@unrs/resolver-binding-freebsd-x64@npm:1.9.2" +"@unrs/resolver-binding-freebsd-x64@npm:1.11.1": + version: 1.11.1 + resolution: "@unrs/resolver-binding-freebsd-x64@npm:1.11.1" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@unrs/resolver-binding-linux-arm-gnueabihf@npm:1.9.2": - version: 1.9.2 - resolution: "@unrs/resolver-binding-linux-arm-gnueabihf@npm:1.9.2" +"@unrs/resolver-binding-linux-arm-gnueabihf@npm:1.11.1": + version: 1.11.1 + resolution: "@unrs/resolver-binding-linux-arm-gnueabihf@npm:1.11.1" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@unrs/resolver-binding-linux-arm-musleabihf@npm:1.9.2": - version: 1.9.2 - resolution: "@unrs/resolver-binding-linux-arm-musleabihf@npm:1.9.2" +"@unrs/resolver-binding-linux-arm-musleabihf@npm:1.11.1": + version: 1.11.1 + resolution: "@unrs/resolver-binding-linux-arm-musleabihf@npm:1.11.1" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@unrs/resolver-binding-linux-arm64-gnu@npm:1.9.2": - version: 1.9.2 - resolution: "@unrs/resolver-binding-linux-arm64-gnu@npm:1.9.2" +"@unrs/resolver-binding-linux-arm64-gnu@npm:1.11.1": + version: 1.11.1 + resolution: "@unrs/resolver-binding-linux-arm64-gnu@npm:1.11.1" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@unrs/resolver-binding-linux-arm64-musl@npm:1.9.2": - version: 1.9.2 - resolution: "@unrs/resolver-binding-linux-arm64-musl@npm:1.9.2" +"@unrs/resolver-binding-linux-arm64-musl@npm:1.11.1": + version: 1.11.1 + resolution: "@unrs/resolver-binding-linux-arm64-musl@npm:1.11.1" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@unrs/resolver-binding-linux-ppc64-gnu@npm:1.9.2": - version: 1.9.2 - resolution: "@unrs/resolver-binding-linux-ppc64-gnu@npm:1.9.2" +"@unrs/resolver-binding-linux-ppc64-gnu@npm:1.11.1": + version: 1.11.1 + resolution: "@unrs/resolver-binding-linux-ppc64-gnu@npm:1.11.1" conditions: os=linux & cpu=ppc64 & libc=glibc languageName: node linkType: hard -"@unrs/resolver-binding-linux-riscv64-gnu@npm:1.9.2": - version: 1.9.2 - resolution: "@unrs/resolver-binding-linux-riscv64-gnu@npm:1.9.2" +"@unrs/resolver-binding-linux-riscv64-gnu@npm:1.11.1": + version: 1.11.1 + resolution: "@unrs/resolver-binding-linux-riscv64-gnu@npm:1.11.1" conditions: os=linux & cpu=riscv64 & libc=glibc languageName: node linkType: hard -"@unrs/resolver-binding-linux-riscv64-musl@npm:1.9.2": - version: 1.9.2 - resolution: "@unrs/resolver-binding-linux-riscv64-musl@npm:1.9.2" +"@unrs/resolver-binding-linux-riscv64-musl@npm:1.11.1": + version: 1.11.1 + resolution: "@unrs/resolver-binding-linux-riscv64-musl@npm:1.11.1" conditions: os=linux & cpu=riscv64 & libc=musl languageName: node linkType: hard -"@unrs/resolver-binding-linux-s390x-gnu@npm:1.9.2": - version: 1.9.2 - resolution: "@unrs/resolver-binding-linux-s390x-gnu@npm:1.9.2" +"@unrs/resolver-binding-linux-s390x-gnu@npm:1.11.1": + version: 1.11.1 + resolution: "@unrs/resolver-binding-linux-s390x-gnu@npm:1.11.1" conditions: os=linux & cpu=s390x & libc=glibc languageName: node linkType: hard -"@unrs/resolver-binding-linux-x64-gnu@npm:1.9.2": - version: 1.9.2 - resolution: "@unrs/resolver-binding-linux-x64-gnu@npm:1.9.2" +"@unrs/resolver-binding-linux-x64-gnu@npm:1.11.1": + version: 1.11.1 + resolution: "@unrs/resolver-binding-linux-x64-gnu@npm:1.11.1" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@unrs/resolver-binding-linux-x64-musl@npm:1.9.2": - version: 1.9.2 - resolution: "@unrs/resolver-binding-linux-x64-musl@npm:1.9.2" +"@unrs/resolver-binding-linux-x64-musl@npm:1.11.1": + version: 1.11.1 + resolution: "@unrs/resolver-binding-linux-x64-musl@npm:1.11.1" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@unrs/resolver-binding-wasm32-wasi@npm:1.9.2": - version: 1.9.2 - resolution: "@unrs/resolver-binding-wasm32-wasi@npm:1.9.2" +"@unrs/resolver-binding-wasm32-wasi@npm:1.11.1": + version: 1.11.1 + resolution: "@unrs/resolver-binding-wasm32-wasi@npm:1.11.1" dependencies: "@napi-rs/wasm-runtime": "npm:^0.2.11" conditions: cpu=wasm32 languageName: node linkType: hard -"@unrs/resolver-binding-win32-arm64-msvc@npm:1.9.2": - version: 1.9.2 - resolution: "@unrs/resolver-binding-win32-arm64-msvc@npm:1.9.2" +"@unrs/resolver-binding-win32-arm64-msvc@npm:1.11.1": + version: 1.11.1 + resolution: "@unrs/resolver-binding-win32-arm64-msvc@npm:1.11.1" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@unrs/resolver-binding-win32-ia32-msvc@npm:1.9.2": - version: 1.9.2 - resolution: "@unrs/resolver-binding-win32-ia32-msvc@npm:1.9.2" +"@unrs/resolver-binding-win32-ia32-msvc@npm:1.11.1": + version: 1.11.1 + resolution: "@unrs/resolver-binding-win32-ia32-msvc@npm:1.11.1" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@unrs/resolver-binding-win32-x64-msvc@npm:1.9.2": - version: 1.9.2 - resolution: "@unrs/resolver-binding-win32-x64-msvc@npm:1.9.2" +"@unrs/resolver-binding-win32-x64-msvc@npm:1.11.1": + version: 1.11.1 + resolution: "@unrs/resolver-binding-win32-x64-msvc@npm:1.11.1" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -4571,13 +4737,13 @@ __metadata: languageName: node linkType: hard -"ast-kit@npm:^2.1.0": - version: 2.1.0 - resolution: "ast-kit@npm:2.1.0" +"ast-kit@npm:^2.1.1": + version: 2.1.2 + resolution: "ast-kit@npm:2.1.2" dependencies: - "@babel/parser": "npm:^7.27.3" + "@babel/parser": "npm:^7.28.0" pathe: "npm:^2.0.3" - checksum: 10c0/67246f34745f40b6a5bee2467a1a00f7f006a051f80d7cda7e3b7fe5f7d7a1f262521b72643fcbffb21d33f36aa59868636229a769b2802355d687815ad7b13d + checksum: 10c0/7034c2d98de971cd689f5e098837c08f4f1b96a4fab14ab8d54ddc3b877e5e677f6851bef7e1625f0c714196f85ba2a0417446afe571ae34db1a4e34d788b25c languageName: node linkType: hard @@ -4590,11 +4756,11 @@ __metadata: languageName: node linkType: hard -"babel-jest@npm:30.0.2": - version: 30.0.2 - resolution: "babel-jest@npm:30.0.2" +"babel-jest@npm:30.0.5": + version: 30.0.5 + resolution: "babel-jest@npm:30.0.5" dependencies: - "@jest/transform": "npm:30.0.2" + "@jest/transform": "npm:30.0.5" "@types/babel__core": "npm:^7.20.5" babel-plugin-istanbul: "npm:^7.0.0" babel-preset-jest: "npm:30.0.1" @@ -4603,7 +4769,7 @@ __metadata: slash: "npm:^3.0.0" peerDependencies: "@babel/core": ^7.11.0 - checksum: 10c0/416deec120eea3f870b45166abc8a30ea29b9235d1acb4a2e50a3b7d623f401589621fa6502dcd4abfffbfaa506eccf20dbbef2c5d0eeac1df9344ec8d8de272 + checksum: 10c0/48fcdbf97519216f8897c4d83c0d2a64dffd90e4876b386e4ea4530021aaedbd7253de65a71d554cb57fdeb7bd8509bed43a6c016eb150e49e1fbe1236248f0f languageName: node linkType: hard @@ -4631,39 +4797,39 @@ __metadata: languageName: node linkType: hard -"babel-plugin-polyfill-corejs2@npm:^0.4.10": - version: 0.4.13 - resolution: "babel-plugin-polyfill-corejs2@npm:0.4.13" +"babel-plugin-polyfill-corejs2@npm:^0.4.14": + version: 0.4.14 + resolution: "babel-plugin-polyfill-corejs2@npm:0.4.14" dependencies: - "@babel/compat-data": "npm:^7.22.6" - "@babel/helper-define-polyfill-provider": "npm:^0.6.4" + "@babel/compat-data": "npm:^7.27.7" + "@babel/helper-define-polyfill-provider": "npm:^0.6.5" semver: "npm:^6.3.1" peerDependencies: "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 - checksum: 10c0/b4a54561606d388e6f9499f39f03171af4be7f9ce2355e737135e40afa7086cf6790fdd706c2e59f488c8fa1f76123d28783708e07ddc84647dca8ed8fb98e06 + checksum: 10c0/d74cba0600a6508e86d220bde7164eb528755d91be58020e5ea92ea7fbb12c9d8d2c29246525485adfe7f68ae02618ec428f9a589cac6cbedf53cc3972ad7fbe languageName: node linkType: hard -"babel-plugin-polyfill-corejs3@npm:^0.11.0": - version: 0.11.1 - resolution: "babel-plugin-polyfill-corejs3@npm:0.11.1" +"babel-plugin-polyfill-corejs3@npm:^0.13.0": + version: 0.13.0 + resolution: "babel-plugin-polyfill-corejs3@npm:0.13.0" dependencies: - "@babel/helper-define-polyfill-provider": "npm:^0.6.3" - core-js-compat: "npm:^3.40.0" + "@babel/helper-define-polyfill-provider": "npm:^0.6.5" + core-js-compat: "npm:^3.43.0" peerDependencies: "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 - checksum: 10c0/025f754b6296d84b20200aff63a3c1acdd85e8c621781f2bd27fe2512d0060526192d02329326947c6b29c27cf475fbcfaaff8c51eab1d2bfc7b79086bb64229 + checksum: 10c0/5d8e228da425edc040d8c868486fd01ba10b0440f841156a30d9f8986f330f723e2ee61553c180929519563ef5b64acce2caac36a5a847f095d708dda5d8206d languageName: node linkType: hard -"babel-plugin-polyfill-regenerator@npm:^0.6.1": - version: 0.6.4 - resolution: "babel-plugin-polyfill-regenerator@npm:0.6.4" +"babel-plugin-polyfill-regenerator@npm:^0.6.5": + version: 0.6.5 + resolution: "babel-plugin-polyfill-regenerator@npm:0.6.5" dependencies: - "@babel/helper-define-polyfill-provider": "npm:^0.6.4" + "@babel/helper-define-polyfill-provider": "npm:^0.6.5" peerDependencies: "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 - checksum: 10c0/ebaaf9e4e53201c02f496d3f686d815e94177b3e55b35f11223b99c60d197a29f907a2e87bbcccced8b7aff22a807fccc1adaf04722864a8e1862c8845ab830a + checksum: 10c0/63aa8ed716df6a9277c6ab42b887858fa9f57a70cc1d0ae2b91bdf081e45d4502848cba306fb60b02f59f99b32fd02ff4753b373cac48ccdac9b7d19dd56f06d languageName: node linkType: hard @@ -4734,10 +4900,10 @@ __metadata: languageName: node linkType: hard -"birpc@npm:^2.4.0": - version: 2.4.0 - resolution: "birpc@npm:2.4.0" - checksum: 10c0/6ecda217b540189221913f215055baf4f10f264a1a8f0000ef6db3ecb0ccc5e4fde135b5f0719c389f1a593e64af3041404019711225ab31badf23c2a98d7778 +"birpc@npm:^2.5.0": + version: 2.5.0 + resolution: "birpc@npm:2.5.0" + checksum: 10c0/8caed5ad86b71e0b4af6a1c5e8ed006f451d3b378ce52c2fa613fe68f15bb3df1357ad69f7fb0251e4261f39b2926995e34307ac06397f993665b16ba569dc54 languageName: node linkType: hard @@ -4769,17 +4935,17 @@ __metadata: languageName: node linkType: hard -"browserslist@npm:^4.24.0, browserslist@npm:^4.25.0": - version: 4.25.1 - resolution: "browserslist@npm:4.25.1" +"browserslist@npm:^4.24.0, browserslist@npm:^4.25.1": + version: 4.25.3 + resolution: "browserslist@npm:4.25.3" dependencies: - caniuse-lite: "npm:^1.0.30001726" - electron-to-chromium: "npm:^1.5.173" + caniuse-lite: "npm:^1.0.30001735" + electron-to-chromium: "npm:^1.5.204" node-releases: "npm:^2.0.19" update-browserslist-db: "npm:^1.1.3" bin: browserslist: cli.js - checksum: 10c0/acba5f0bdbd5e72dafae1e6ec79235b7bad305ed104e082ed07c34c38c7cb8ea1bc0f6be1496958c40482e40166084458fc3aee15111f15faa79212ad9081b2a + checksum: 10c0/cefbbf962b7c0f0d77e952a4b4b37469db7f7f02bc2be7297810ac3cf086660f48daf78d00f7aad8a11b682f88b0ee0022594165ead749e9e4158a0aa49cd161 languageName: node linkType: hard @@ -4896,10 +5062,10 @@ __metadata: languageName: node linkType: hard -"caniuse-lite@npm:^1.0.30001726": - version: 1.0.30001726 - resolution: "caniuse-lite@npm:1.0.30001726" - checksum: 10c0/2c5f91da7fd9ebf8c6b432818b1498ea28aca8de22b30dafabe2a2a6da1e014f10e67e14f8e68e872a0867b6b4cd6001558dde04e3ab9770c9252ca5c8849d0e +"caniuse-lite@npm:^1.0.30001735": + version: 1.0.30001735 + resolution: "caniuse-lite@npm:1.0.30001735" + checksum: 10c0/1cb74221f16f8835c903770c1cf88fb73a07298b8398396a2b97570136e8f691053ee5840eb589fe34b4ede14ab828c9421d893a67e43c26ef91ab052813cb8c languageName: node linkType: hard @@ -4978,10 +5144,10 @@ __metadata: languageName: node linkType: hard -"chardet@npm:^0.7.0": - version: 0.7.0 - resolution: "chardet@npm:0.7.0" - checksum: 10c0/96e4731b9ec8050cbb56ab684e8c48d6c33f7826b755802d14e3ebfdc51c57afeece3ea39bc6b09acc359e4363525388b915e16640c1378053820f5e70d0f27d +"chardet@npm:^2.1.0": + version: 2.1.0 + resolution: "chardet@npm:2.1.0" + checksum: 10c0/d1b03e47371851ed72741a898281d58f8a9b577aeea6fdfa75a86832898b36c550b3ad057e66d50d774a9cebd9f56c66b6880e4fe75e387794538ba7565b0b6f languageName: node linkType: hard @@ -5245,12 +5411,12 @@ __metadata: languageName: node linkType: hard -"core-js-compat@npm:^3.40.0, core-js-compat@npm:^3.41.0": - version: 3.43.0 - resolution: "core-js-compat@npm:3.43.0" +"core-js-compat@npm:^3.41.0, core-js-compat@npm:^3.43.0": + version: 3.45.0 + resolution: "core-js-compat@npm:3.45.0" dependencies: - browserslist: "npm:^4.25.0" - checksum: 10c0/923804c16faf91bacb747a697640a907cb2a3e63078d467a75eb7ea4187d62d36347a94e5826d1b36739012e81a2ea435922cc8bd8e228fa68efaf00a9ce94af + browserslist: "npm:^4.25.1" + checksum: 10c0/3515955d2c83846f0bf8c4a0f96fc514a6b711e9b3ee19a8df3683a6b0720d762fef60a63bb5c07907f9d18aa00c5904ef690dd4150bc39e2d47e01f05154fda languageName: node linkType: hard @@ -5327,7 +5493,7 @@ __metadata: languageName: node linkType: hard -"debug@npm:4, debug@npm:^4.0.0, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4, debug@npm:^4.3.5, debug@npm:^4.4.1": +"debug@npm:4, debug@npm:^4.0.0, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4, debug@npm:^4.4.1": version: 4.4.1 resolution: "debug@npm:4.4.1" dependencies: @@ -5572,10 +5738,10 @@ __metadata: languageName: node linkType: hard -"electron-to-chromium@npm:^1.5.173": - version: 1.5.176 - resolution: "electron-to-chromium@npm:1.5.176" - checksum: 10c0/ab591218086d6f73d2f773756f7d277a1d176a6b83d6499864d2bc305b1ea1c7673c30f8541d0c55d40fb7f2595fe4041e72aa07351275ba04862b9bc507cc66 +"electron-to-chromium@npm:^1.5.204": + version: 1.5.205 + resolution: "electron-to-chromium@npm:1.5.205" + checksum: 10c0/495a472993660a9dfc82d24f3d5ae2ac6ef643043da169589194652005b097ad5a857b27e8b4777df54cfea0a8591b75e27f664e8a693cc40b3d85072a6d0a1c languageName: node linkType: hard @@ -5766,14 +5932,14 @@ __metadata: languageName: node linkType: hard -"eslint-config-prettier@npm:^10.1.5": - version: 10.1.5 - resolution: "eslint-config-prettier@npm:10.1.5" +"eslint-config-prettier@npm:^10.1.8": + version: 10.1.8 + resolution: "eslint-config-prettier@npm:10.1.8" peerDependencies: eslint: ">=7.0.0" bin: eslint-config-prettier: bin/cli.js - checksum: 10c0/5486255428e4577e8064b40f27db299faf7312b8e43d7b4bc913a6426e6c0f5950cd519cad81ae24e9aecb4002c502bc665c02e3b52efde57af2debcf27dd6e0 + checksum: 10c0/e1bcfadc9eccd526c240056b1e59c5cd26544fe59feb85f38f4f1f116caed96aea0b3b87868e68b3099e55caaac3f2e5b9f58110f85db893e83a332751192682 languageName: node linkType: hard @@ -5802,7 +5968,7 @@ __metadata: languageName: node linkType: hard -"eslint-import-context@npm:^0.1.8, eslint-import-context@npm:^0.1.9": +"eslint-import-context@npm:^0.1.8": version: 0.1.9 resolution: "eslint-import-context@npm:0.1.9" dependencies: @@ -5817,6 +5983,21 @@ __metadata: languageName: node linkType: hard +"eslint-import-context@npm:^0.2.0": + version: 0.2.0 + resolution: "eslint-import-context@npm:0.2.0" + dependencies: + get-tsconfig: "npm:^4.10.1" + stable-hash-x: "npm:^0.2.0" + peerDependencies: + oxc-resolver: ^11.0.0 + peerDependenciesMeta: + oxc-resolver: + optional: true + checksum: 10c0/43d9f47e603eed7f0e865b3ba7707951136c26cbd5bdcaa1aca0bfc0d5b3aa938b1058286dbd9df10d47e8228831f2f9dc8f489a36846e1e05c60965dc83b1f5 + languageName: node + linkType: hard + "eslint-import-resolver-typescript@npm:^4.4.4": version: 4.4.4 resolution: "eslint-import-resolver-typescript@npm:4.4.4" @@ -5868,9 +6049,9 @@ __metadata: languageName: node linkType: soft -"eslint-mdx@npm:^3.5.0": - version: 3.5.0 - resolution: "eslint-mdx@npm:3.5.0" +"eslint-mdx@npm:^3.6.2": + version: 3.6.2 + resolution: "eslint-mdx@npm:3.6.2" dependencies: acorn: "npm:^8.15.0" acorn-jsx: "npm:^5.3.2" @@ -5891,7 +6072,7 @@ __metadata: peerDependenciesMeta: remark-lint-file-extension: optional: true - checksum: 10c0/e036724453fac4defaead842c1bf0ebc753510472f9427677711ec7809663dbcbe593b3a730a83aec9547b3bd2593abd115ff74597da6042cadd77f4c4f9b1ca + checksum: 10c0/07238395e932f5caf47a0301fc61f350a24c57e4bf923601f3e767f02d5f7ac18d708dd59819bcc1af54f16e5e6cc6aabb37a08614faade2a5e3fc317e802424 languageName: node linkType: hard @@ -5937,22 +6118,22 @@ __metadata: "@1stg/simple-git-hooks": "npm:^2.1.0" "@1stg/tsconfig": "npm:^3.0.3" "@angular-eslint/template-parser": "npm:^20.1.1" - "@babel/core": "npm:^7.27.4" - "@babel/eslint-parser": "npm:^7.27.5" - "@babel/plugin-proposal-decorators": "npm:^7.27.1" + "@babel/core": "npm:^7.28.3" + "@babel/eslint-parser": "npm:^7.28.0" + "@babel/plugin-proposal-decorators": "npm:^7.28.0" "@babel/plugin-proposal-export-default-from": "npm:^7.27.1" - "@babel/preset-env": "npm:^7.27.2" + "@babel/preset-env": "npm:^7.28.3" "@babel/preset-flow": "npm:^7.27.1" "@babel/preset-react": "npm:^7.27.1" "@babel/preset-typescript": "npm:^7.27.1" - "@babel/register": "npm:^7.27.1" + "@babel/register": "npm:^7.28.3" "@changesets/changelog-github": "npm:^0.5.1" - "@changesets/cli": "npm:^2.29.5" + "@changesets/cli": "npm:^2.29.6" "@commitlint/cli": "npm:^19.8.1" "@eslint/import-test-order-redirect-scoped": "link:./test/fixtures/order-redirect-scoped" - "@eslint/js": "npm:^9.29.0" - "@swc-node/jest": "npm:^1.8.13" - "@swc/core": "npm:^1.12.7" + "@eslint/js": "npm:^9.33.0" + "@swc-node/jest": "npm:^1.9.1" + "@swc/core": "npm:^1.13.3" "@swc/helpers": "npm:^0.5.17" "@test-scope/some-module": "link:./test/fixtures/symlinked-module" "@total-typescript/ts-reset": "npm:^0.6.1" @@ -5963,22 +6144,23 @@ __metadata: "@types/jest": "npm:^30.0.0" "@types/json-schema": "npm:^7.0.15" "@types/klaw-sync": "npm:^6.0.5" - "@types/node": "npm:^22.15.33" + "@types/node": "npm:^22.17.2" "@types/pnpapi": "npm:^0.0.5" "@types/tmp": "npm:^0.2.6" - "@typescript-eslint/eslint-plugin": "npm:^8.35.0" - "@typescript-eslint/parser": "npm:^8.35.0" - "@typescript-eslint/rule-tester": "npm:^8.35.0" - "@typescript-eslint/types": "npm:^8.35.0" - "@typescript-eslint/utils": "npm:^8.35.0" + "@typescript-eslint/eslint-plugin": "npm:^8.40.0" + "@typescript-eslint/parser": "npm:^8.40.0" + "@typescript-eslint/rule-tester": "npm:^8.40.0" + "@typescript-eslint/scope-manager": "npm:^8.40.0" + "@typescript-eslint/types": "npm:^8.40.0" + "@typescript-eslint/utils": "npm:^8.40.0" "@unts/patch-package": "npm:^8.1.1" clean-pkg-json: "npm:^1.3.0" comment-parser: "npm:^1.4.1" debug: "npm:^4.4.1" - eslint: "npm:^9.29.0" - eslint-config-prettier: "npm:^10.1.5" + eslint: "npm:^9.33.0" + eslint-config-prettier: "npm:^10.1.8" eslint-doc-generator: "npm:^2.2.2" - eslint-import-context: "npm:^0.1.9" + eslint-import-context: "npm:^0.2.0" eslint-import-resolver-typescript: "npm:^4.4.4" eslint-import-resolver-webpack: "npm:^0.13.10" eslint-import-test-order-redirect: "link:./test/fixtures/order-redirect" @@ -5986,36 +6168,36 @@ __metadata: eslint-plugin-import-x: "link:." eslint-plugin-jest: "npm:^29.0.1" eslint-plugin-json: "npm:^4.0.1" - eslint-plugin-mdx: "npm:^3.5.0" - eslint-plugin-n: "npm:^17.20.0" - eslint-plugin-prettier: "npm:^5.5.1" + eslint-plugin-mdx: "npm:^3.6.2" + eslint-plugin-n: "npm:^17.21.3" + eslint-plugin-prettier: "npm:^5.5.4" eslint-plugin-unicorn: "npm:^59.0.1" eslint-plugin-yml: "npm:^1.18.0" eslint8.56: "npm:eslint@~8.56.0" - eslint9: "npm:eslint@^9.28.0" - globals: "npm:^16.2.0" - hermes-eslint: "npm:^0.29.0" + eslint9: "npm:eslint@^9.33.0" + globals: "npm:^16.3.0" + hermes-eslint: "npm:^0.31.2" is-glob: "npm:^4.0.3" - jest: "npm:^30.0.3" + jest: "npm:^30.0.5" klaw-sync: "npm:^7.0.0" - minimatch: "npm:^9.0.3 || ^10.0.1" + minimatch: "npm:^9.0.3 || ^10.0.3" nano-staged: "npm:^0.8.0" npm-run-all2: "npm:^8.0.4" - path-serializer: "npm:^0.5.0" + oxc-resolver: "npm:^11.6.1" + path-serializer: "npm:^0.5.1" premove: "npm:^4.0.0" - prettier: "npm:^3.6.1" + prettier: "npm:^3.6.2" redux: "npm:^5.0.1" semver: "npm:^7.7.2" - simple-git-hooks: "npm:^2.13.0" + simple-git-hooks: "npm:^2.13.1" stable-hash-x: "npm:^0.2.0" tinyexec: "npm:^1.0.1" - tmp: "npm:^0.2.3" + tmp: "npm:^0.2.5" ts-node: "npm:^10.9.2" - tsdown: "npm:^0.12.9" + tsdown: "npm:^0.14.1" type-fest: "npm:^4.41.0" - typescript: "npm:^5.8.3" - typescript-eslint: "npm:^8.35.0" - unrs-resolver: "npm:^1.9.2" + typescript: "npm:^5.9.2" + typescript-eslint: "npm:^8.40.0" yarn-berry-deduplicate: "npm:^6.1.3" peerDependencies: "@typescript-eslint/utils": ^8.0.0 @@ -6057,11 +6239,11 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-mdx@npm:^3.5.0": - version: 3.5.0 - resolution: "eslint-plugin-mdx@npm:3.5.0" +"eslint-plugin-mdx@npm:^3.6.2": + version: 3.6.2 + resolution: "eslint-plugin-mdx@npm:3.6.2" dependencies: - eslint-mdx: "npm:^3.5.0" + eslint-mdx: "npm:^3.6.2" mdast-util-from-markdown: "npm:^2.0.2" mdast-util-mdx: "npm:^3.0.0" micromark-extension-mdxjs: "npm:^3.0.0" @@ -6073,33 +6255,32 @@ __metadata: vfile: "npm:^6.0.3" peerDependencies: eslint: ">=8.0.0" - checksum: 10c0/9ebc9a78e545a86469494aac14b6f7f91fe40d424e08137dfe6e12061ee2af19eb5153f8b158438e90b393dbe452413caa2bdfc2f3f5b5f355429668106fdd27 + checksum: 10c0/16be144348fc6fe66d8a2d7d0f739084991aea5f79c3c4b4b20232ead0e826a5e26806b0fcdbfcda4cef325369a6ad1630bdb1d66a3b3dce9d5c0f765e110ee5 languageName: node linkType: hard -"eslint-plugin-n@npm:^17.20.0": - version: 17.20.0 - resolution: "eslint-plugin-n@npm:17.20.0" +"eslint-plugin-n@npm:^17.21.3": + version: 17.21.3 + resolution: "eslint-plugin-n@npm:17.21.3" dependencies: "@eslint-community/eslint-utils": "npm:^4.5.0" - "@typescript-eslint/utils": "npm:^8.26.1" enhanced-resolve: "npm:^5.17.1" eslint-plugin-es-x: "npm:^7.8.0" get-tsconfig: "npm:^4.8.1" globals: "npm:^15.11.0" + globrex: "npm:^0.1.2" ignore: "npm:^5.3.2" - minimatch: "npm:^9.0.5" semver: "npm:^7.6.3" ts-declaration-location: "npm:^1.0.6" peerDependencies: eslint: ">=8.23.0" - checksum: 10c0/7820cda10c71e3d2c6a8f15b4e1cbd757364181236e31facca43216d31f5968b643854228373865adc11ce47d44ddfb078b9d8709cf7276ccbd3017b64daf792 + checksum: 10c0/3d8b279aaf477ddde06f9b63f032e22da3d3c1edda75ff509c93a871fc36bbdd7e1005403113f2bc421d970d52e2c361f69d05a2bfbad14146c16f910952a764 languageName: node linkType: hard -"eslint-plugin-prettier@npm:^5.5.1": - version: 5.5.1 - resolution: "eslint-plugin-prettier@npm:5.5.1" +"eslint-plugin-prettier@npm:^5.5.4": + version: 5.5.4 + resolution: "eslint-plugin-prettier@npm:5.5.4" dependencies: prettier-linter-helpers: "npm:^1.0.0" synckit: "npm:^0.11.7" @@ -6113,7 +6294,7 @@ __metadata: optional: true eslint-config-prettier: optional: true - checksum: 10c0/6ed93faa7d885af2a987d732f7e716e7aaba55e2da2b091e1b16bacf68425bffe91d784803597bd3f3e6201499fabb89ae28a51ac3986659a46e55e729ed2d55 + checksum: 10c0/5cc780e0ab002f838ad8057409e86de4ff8281aa2704a50fa8511abff87028060c2e45741bc9cbcbd498712e8d189de8026e70aed9e20e50fe5ba534ee5a8442 languageName: node linkType: hard @@ -6258,18 +6439,18 @@ __metadata: languageName: node linkType: hard -"eslint9@npm:eslint@^9.28.0, eslint@npm:^9.29.0": - version: 9.29.0 - resolution: "eslint@npm:9.29.0" +"eslint9@npm:eslint@^9.33.0, eslint@npm:^9.33.0": + version: 9.33.0 + resolution: "eslint@npm:9.33.0" dependencies: "@eslint-community/eslint-utils": "npm:^4.2.0" "@eslint-community/regexpp": "npm:^4.12.1" - "@eslint/config-array": "npm:^0.20.1" - "@eslint/config-helpers": "npm:^0.2.1" - "@eslint/core": "npm:^0.14.0" + "@eslint/config-array": "npm:^0.21.0" + "@eslint/config-helpers": "npm:^0.3.1" + "@eslint/core": "npm:^0.15.2" "@eslint/eslintrc": "npm:^3.3.1" - "@eslint/js": "npm:9.29.0" - "@eslint/plugin-kit": "npm:^0.3.1" + "@eslint/js": "npm:9.33.0" + "@eslint/plugin-kit": "npm:^0.3.5" "@humanfs/node": "npm:^0.16.6" "@humanwhocodes/module-importer": "npm:^1.0.1" "@humanwhocodes/retry": "npm:^0.4.2" @@ -6304,7 +6485,7 @@ __metadata: optional: true bin: eslint: bin/eslint.js - checksum: 10c0/75e3f841e0f8b0fa93dbb2ba6ae538bd8b611c3654117bc3dadf90bb009923dfd2c15ec2948dc6e6b8b571317cc125c5cceb9255da8cd644ee740020df645dd8 + checksum: 10c0/1e1f60d2b62d9d65553e9af916a8dccf00eeedd982103f35bf58c205803907cb1fda73ef595178d47384ea80d8624a182b63682a6b15d8387e9a5d86904a2a2d languageName: node linkType: hard @@ -6420,17 +6601,17 @@ __metadata: languageName: node linkType: hard -"expect@npm:30.0.3, expect@npm:^30.0.0": - version: 30.0.3 - resolution: "expect@npm:30.0.3" +"expect@npm:30.0.5, expect@npm:^30.0.0": + version: 30.0.5 + resolution: "expect@npm:30.0.5" dependencies: - "@jest/expect-utils": "npm:30.0.3" + "@jest/expect-utils": "npm:30.0.5" "@jest/get-type": "npm:30.0.1" - jest-matcher-utils: "npm:30.0.3" - jest-message-util: "npm:30.0.2" - jest-mock: "npm:30.0.2" - jest-util: "npm:30.0.2" - checksum: 10c0/6bb88a42d6fcacbd0b25d4f90c389e2e439cd1d3b68f4b708582bcfe4a9575d1584edb554921e21230bc484ae55f8d639fc8186545ba9e6070a83e82a18655d8 + jest-matcher-utils: "npm:30.0.5" + jest-message-util: "npm:30.0.5" + jest-mock: "npm:30.0.5" + jest-util: "npm:30.0.5" + checksum: 10c0/e08e4ced2856a0898b3a4e8d09aab7f8e2212cde701e41a560c3ab7e9053517947ff1a762fc425dbe0c48ed54e131aa7190de67a402f98b4e5ada23eb21c0a9f languageName: node linkType: hard @@ -6455,17 +6636,6 @@ __metadata: languageName: node linkType: hard -"external-editor@npm:^3.1.0": - version: 3.1.0 - resolution: "external-editor@npm:3.1.0" - dependencies: - chardet: "npm:^0.7.0" - iconv-lite: "npm:^0.4.24" - tmp: "npm:^0.0.33" - checksum: 10c0/c98f1ba3efdfa3c561db4447ff366a6adb5c1e2581462522c56a18bf90dfe4da382f9cd1feee3e330108c3595a854b218272539f311ba1b3298f841eb0fbf339 - languageName: node - linkType: hard - "fast-deep-equal@npm:^3.1.1, fast-deep-equal@npm:^3.1.3": version: 3.1.3 resolution: "fast-deep-equal@npm:3.1.3" @@ -6941,13 +7111,6 @@ __metadata: languageName: node linkType: hard -"globals@npm:^11.1.0": - version: 11.12.0 - resolution: "globals@npm:11.12.0" - checksum: 10c0/758f9f258e7b19226bd8d4af5d3b0dcf7038780fb23d82e6f98932c44e239f884847f1766e8fa9cc5635ccb3204f7fa7314d4408dd4002a5e8ea827b4018f0a1 - languageName: node - linkType: hard - "globals@npm:^13.19.0": version: 13.24.0 resolution: "globals@npm:13.24.0" @@ -6971,10 +7134,10 @@ __metadata: languageName: node linkType: hard -"globals@npm:^16.0.0, globals@npm:^16.2.0": - version: 16.2.0 - resolution: "globals@npm:16.2.0" - checksum: 10c0/c2b3ea163faa6f8a38076b471b12f4bda891f7df7f7d2e8294fb4801d735a51a73431bf4c1696c5bf5dbca5e0a0db894698acfcbd3068730c6b12eef185dea25 +"globals@npm:^16.0.0, globals@npm:^16.3.0": + version: 16.3.0 + resolution: "globals@npm:16.3.0" + checksum: 10c0/c62dc20357d1c0bf2be4545d6c4141265d1a229bf1c3294955efb5b5ef611145391895e3f2729f8603809e81b30b516c33e6c2597573844449978606aad6eb38 languageName: node linkType: hard @@ -6992,6 +7155,13 @@ __metadata: languageName: node linkType: hard +"globrex@npm:^0.1.2": + version: 0.1.2 + resolution: "globrex@npm:0.1.2" + checksum: 10c0/a54c029520cf58bda1d8884f72bd49b4cd74e977883268d931fd83bcbd1a9eb96d57c7dbd4ad80148fb9247467ebfb9b215630b2ed7563b2a8de02e1ff7f89d1 + languageName: node + linkType: hard + "gopd@npm:^1.2.0": version: 1.2.0 resolution: "gopd@npm:1.2.0" @@ -7071,30 +7241,30 @@ __metadata: languageName: node linkType: hard -"hermes-eslint@npm:^0.29.0": - version: 0.29.0 - resolution: "hermes-eslint@npm:0.29.0" +"hermes-eslint@npm:^0.31.2": + version: 0.31.2 + resolution: "hermes-eslint@npm:0.31.2" dependencies: esrecurse: "npm:^4.3.0" - hermes-estree: "npm:0.29.0" - hermes-parser: "npm:0.29.0" - checksum: 10c0/a6bb59eaadbe1ec0b9e8f5027411ed6fe14c7e336865249353c0a77c5046a4c998efd7a5b2e21df2f7767797abafc52b92972fed28f017f1c3fcbc3b4a608a0c + hermes-estree: "npm:0.31.2" + hermes-parser: "npm:0.31.2" + checksum: 10c0/7d6af2f526354925815b72e231626b2bf949f66def21e6aacf6dd1d15dd6aba5de72c759fd277a4386bfcd66ffae76dfd74c77de9d8d9bbc6e875e38a0f10cc7 languageName: node linkType: hard -"hermes-estree@npm:0.29.0": - version: 0.29.0 - resolution: "hermes-estree@npm:0.29.0" - checksum: 10c0/5cb8537b6807372b8685409728977d1c1e89f65a40b7cdfbfeb1157421d0bd05da14e716a25e3311b222f00581b7b2d119bd4b61a1b268ca1f14b84ba1c5d11c +"hermes-estree@npm:0.31.2": + version: 0.31.2 + resolution: "hermes-estree@npm:0.31.2" + checksum: 10c0/9b588814d56de2a6c33770aef0bd36e4d41c787dbfec9feb2771d72b9c3f2e9d045c5827aa287c2ba3874d0668a675b8249827fd9a009457ef79b1e1bcd1b0c0 languageName: node linkType: hard -"hermes-parser@npm:0.29.0": - version: 0.29.0 - resolution: "hermes-parser@npm:0.29.0" +"hermes-parser@npm:0.31.2": + version: 0.31.2 + resolution: "hermes-parser@npm:0.31.2" dependencies: - hermes-estree: "npm:0.29.0" - checksum: 10c0/e37bf7b8cdd8b3598e1c71799cdb9db2196fde5574941c05e90db43d2a1b4dd8f7df733136f217da62bf38b37cbd795260fab29cb2e4180e1b6c608e44d14df0 + hermes-estree: "npm:0.31.2" + checksum: 10c0/302f2dc6a9f1384ba45b84596a0543e69818d319a1d12a7777e822b88557c2fbe7b55dee9008b7097928a1256e59798161f0b0ada809431eef588eca2cf2a42f languageName: node linkType: hard @@ -7188,16 +7358,7 @@ __metadata: languageName: node linkType: hard -"iconv-lite@npm:^0.4.24": - version: 0.4.24 - resolution: "iconv-lite@npm:0.4.24" - dependencies: - safer-buffer: "npm:>= 2.1.2 < 3" - checksum: 10c0/c6886a24cc00f2a059767440ec1bc00d334a89f250db8e0f7feb4961c8727118457e27c495ba94d082e51d3baca378726cd110aaf7ded8b9bbfd6a44760cf1d4 - languageName: node - linkType: hard - -"iconv-lite@npm:^0.6.2": +"iconv-lite@npm:^0.6.2, iconv-lite@npm:^0.6.3": version: 0.6.3 resolution: "iconv-lite@npm:0.6.3" dependencies: @@ -7615,58 +7776,58 @@ __metadata: languageName: node linkType: hard -"jest-changed-files@npm:30.0.2": - version: 30.0.2 - resolution: "jest-changed-files@npm:30.0.2" +"jest-changed-files@npm:30.0.5": + version: 30.0.5 + resolution: "jest-changed-files@npm:30.0.5" dependencies: execa: "npm:^5.1.1" - jest-util: "npm:30.0.2" + jest-util: "npm:30.0.5" p-limit: "npm:^3.1.0" - checksum: 10c0/794c9e47c460974f2303631d9ee44845d03f4ccd5240649a5f736aa94af78fa5931022324ab302c577dad6adb442ed17140dee9b9985bbfa0d43cad3048a7350 + checksum: 10c0/41ce090f324e8450443327f19f772a9c3f225b4b1374ba9704358f0c8b8cd91fd134fa41df7db4d278428ab974c432abc3eca9484e67c8f18528974378fddef6 languageName: node linkType: hard -"jest-circus@npm:30.0.3": - version: 30.0.3 - resolution: "jest-circus@npm:30.0.3" +"jest-circus@npm:30.0.5": + version: 30.0.5 + resolution: "jest-circus@npm:30.0.5" dependencies: - "@jest/environment": "npm:30.0.2" - "@jest/expect": "npm:30.0.3" - "@jest/test-result": "npm:30.0.2" - "@jest/types": "npm:30.0.1" + "@jest/environment": "npm:30.0.5" + "@jest/expect": "npm:30.0.5" + "@jest/test-result": "npm:30.0.5" + "@jest/types": "npm:30.0.5" "@types/node": "npm:*" chalk: "npm:^4.1.2" co: "npm:^4.6.0" dedent: "npm:^1.6.0" is-generator-fn: "npm:^2.1.0" - jest-each: "npm:30.0.2" - jest-matcher-utils: "npm:30.0.3" - jest-message-util: "npm:30.0.2" - jest-runtime: "npm:30.0.3" - jest-snapshot: "npm:30.0.3" - jest-util: "npm:30.0.2" + jest-each: "npm:30.0.5" + jest-matcher-utils: "npm:30.0.5" + jest-message-util: "npm:30.0.5" + jest-runtime: "npm:30.0.5" + jest-snapshot: "npm:30.0.5" + jest-util: "npm:30.0.5" p-limit: "npm:^3.1.0" - pretty-format: "npm:30.0.2" + pretty-format: "npm:30.0.5" pure-rand: "npm:^7.0.0" slash: "npm:^3.0.0" stack-utils: "npm:^2.0.6" - checksum: 10c0/cb0838cc9f08984614d92c5fe857ea95f1bdff6de4a510a1b228cc9c0513d18bb2db89dcaf55624e754b11d77fb77bdba1fc56c6af34c1534102c498ce058399 + checksum: 10c0/028204897eee7bef2d04eea0216b48f94e3da77ff1d12b0e3a5e265e8e73bcd31192cec70282aa1ece91150c00fcb5662c2c68e86b3892cffbfbe7058fa7f4e5 languageName: node linkType: hard -"jest-cli@npm:30.0.3": - version: 30.0.3 - resolution: "jest-cli@npm:30.0.3" +"jest-cli@npm:30.0.5": + version: 30.0.5 + resolution: "jest-cli@npm:30.0.5" dependencies: - "@jest/core": "npm:30.0.3" - "@jest/test-result": "npm:30.0.2" - "@jest/types": "npm:30.0.1" + "@jest/core": "npm:30.0.5" + "@jest/test-result": "npm:30.0.5" + "@jest/types": "npm:30.0.5" chalk: "npm:^4.1.2" exit-x: "npm:^0.2.2" import-local: "npm:^3.2.0" - jest-config: "npm:30.0.3" - jest-util: "npm:30.0.2" - jest-validate: "npm:30.0.2" + jest-config: "npm:30.0.5" + jest-util: "npm:30.0.5" + jest-validate: "npm:30.0.5" yargs: "npm:^17.7.2" peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -7675,36 +7836,36 @@ __metadata: optional: true bin: jest: ./bin/jest.js - checksum: 10c0/17925e9e885b00069e06672c221fbe073d1bff1d869f228bcba08ac23bf8d2c258c7211ce4d0e8408ca7d0edf0afb8ae4098e3d0f5da253eed22d385b135ca90 + checksum: 10c0/bfcd7212db7825d06afaf01c19bd7168190e22220d300b6db31b3885943a31361e98c4a1bde466146368ad503ae6257a9630bc35b4a43ff0631d7a3f95b63e45 languageName: node linkType: hard -"jest-config@npm:30.0.3": - version: 30.0.3 - resolution: "jest-config@npm:30.0.3" +"jest-config@npm:30.0.5": + version: 30.0.5 + resolution: "jest-config@npm:30.0.5" dependencies: "@babel/core": "npm:^7.27.4" "@jest/get-type": "npm:30.0.1" "@jest/pattern": "npm:30.0.1" - "@jest/test-sequencer": "npm:30.0.2" - "@jest/types": "npm:30.0.1" - babel-jest: "npm:30.0.2" + "@jest/test-sequencer": "npm:30.0.5" + "@jest/types": "npm:30.0.5" + babel-jest: "npm:30.0.5" chalk: "npm:^4.1.2" ci-info: "npm:^4.2.0" deepmerge: "npm:^4.3.1" glob: "npm:^10.3.10" graceful-fs: "npm:^4.2.11" - jest-circus: "npm:30.0.3" + jest-circus: "npm:30.0.5" jest-docblock: "npm:30.0.1" - jest-environment-node: "npm:30.0.2" + jest-environment-node: "npm:30.0.5" jest-regex-util: "npm:30.0.1" - jest-resolve: "npm:30.0.2" - jest-runner: "npm:30.0.3" - jest-util: "npm:30.0.2" - jest-validate: "npm:30.0.2" + jest-resolve: "npm:30.0.5" + jest-runner: "npm:30.0.5" + jest-util: "npm:30.0.5" + jest-validate: "npm:30.0.5" micromatch: "npm:^4.0.8" parse-json: "npm:^5.2.0" - pretty-format: "npm:30.0.2" + pretty-format: "npm:30.0.5" slash: "npm:^3.0.0" strip-json-comments: "npm:^3.1.1" peerDependencies: @@ -7718,19 +7879,19 @@ __metadata: optional: true ts-node: optional: true - checksum: 10c0/bcde9e0e715bbc12dd36a135d6e081566291b0726ed7b3ac9a1e2ee2ade7c9bcc25d312ef8a649b72b9c99e2ad6661eb843eeb919ba6206f2ec2acccdd1e57d2 + checksum: 10c0/da68048801e6f6622bf6e9a361dcfb3859017bbd58fabcf53bade41157bdf31cc35a1bd3dab1e3cca86e69da23e2c27c7aa5e308efc04564a454e23de6f22062 languageName: node linkType: hard -"jest-diff@npm:30.0.3": - version: 30.0.3 - resolution: "jest-diff@npm:30.0.3" +"jest-diff@npm:30.0.5": + version: 30.0.5 + resolution: "jest-diff@npm:30.0.5" dependencies: "@jest/diff-sequences": "npm:30.0.1" "@jest/get-type": "npm:30.0.1" chalk: "npm:^4.1.2" - pretty-format: "npm:30.0.2" - checksum: 10c0/f6aaed30fc99bdca4b8b4505b283ffc78b780aa1bf33670dfbfe439e124721e7f6198c03217f7ed17a22c7d2ca79363afd6a4245643596fa21ae082b6b4ed4f5 + pretty-format: "npm:30.0.5" + checksum: 10c0/b218ced37b7676f578ea866762f04caa74901bdcf3f593872aa9a4991a586302651a1d16bb0386772adacc7580a452ec621359af75d733c0b50ea947fe1881d3 languageName: node linkType: hard @@ -7755,31 +7916,31 @@ __metadata: languageName: node linkType: hard -"jest-each@npm:30.0.2": - version: 30.0.2 - resolution: "jest-each@npm:30.0.2" +"jest-each@npm:30.0.5": + version: 30.0.5 + resolution: "jest-each@npm:30.0.5" dependencies: "@jest/get-type": "npm:30.0.1" - "@jest/types": "npm:30.0.1" + "@jest/types": "npm:30.0.5" chalk: "npm:^4.1.2" - jest-util: "npm:30.0.2" - pretty-format: "npm:30.0.2" - checksum: 10c0/6fff0a470d08ba3f0149c58266b7e938e3e183398f99065fe937290f1297ca254635f0f4bca6196514f756fac0a9759144b1c7f67bef97cc0b7fa0b96304df9e + jest-util: "npm:30.0.5" + pretty-format: "npm:30.0.5" + checksum: 10c0/fe7509bfd8b0c8553bbdaffda5d3b674a4da870c5ce9fe69c1ca8111d9e0f21a8f265799eba0f927581d16f4810e5eb5bebfd7e51f5f137cbef08cc44d8fd9cd languageName: node linkType: hard -"jest-environment-node@npm:30.0.2": - version: 30.0.2 - resolution: "jest-environment-node@npm:30.0.2" +"jest-environment-node@npm:30.0.5": + version: 30.0.5 + resolution: "jest-environment-node@npm:30.0.5" dependencies: - "@jest/environment": "npm:30.0.2" - "@jest/fake-timers": "npm:30.0.2" - "@jest/types": "npm:30.0.1" + "@jest/environment": "npm:30.0.5" + "@jest/fake-timers": "npm:30.0.5" + "@jest/types": "npm:30.0.5" "@types/node": "npm:*" - jest-mock: "npm:30.0.2" - jest-util: "npm:30.0.2" - jest-validate: "npm:30.0.2" - checksum: 10c0/e58515d26f13704c3be6281d029c4fa0902172d2a55751205badf0153630520c4e651f7923577e1ab0dfbb64c4fedb1e4b78622b53b3a8d8e0515c1923f3adc3 + jest-mock: "npm:30.0.5" + jest-util: "npm:30.0.5" + jest-validate: "npm:30.0.5" + checksum: 10c0/1b608597f0755814e7c24b9ed2a45abc2340cfd8f8d3691caf929f332facd9c62ac5092e7f01056708a0ca41ae0458b6d442fd1ae9f6d21b7b416b252e1ae210 languageName: node linkType: hard @@ -7790,75 +7951,75 @@ __metadata: languageName: node linkType: hard -"jest-haste-map@npm:30.0.2": - version: 30.0.2 - resolution: "jest-haste-map@npm:30.0.2" +"jest-haste-map@npm:30.0.5": + version: 30.0.5 + resolution: "jest-haste-map@npm:30.0.5" dependencies: - "@jest/types": "npm:30.0.1" + "@jest/types": "npm:30.0.5" "@types/node": "npm:*" anymatch: "npm:^3.1.3" fb-watchman: "npm:^2.0.2" fsevents: "npm:^2.3.3" graceful-fs: "npm:^4.2.11" jest-regex-util: "npm:30.0.1" - jest-util: "npm:30.0.2" - jest-worker: "npm:30.0.2" + jest-util: "npm:30.0.5" + jest-worker: "npm:30.0.5" micromatch: "npm:^4.0.8" walker: "npm:^1.0.8" dependenciesMeta: fsevents: optional: true - checksum: 10c0/6427b6976beb3fd33cae9a516e24f409d0cc0be2afa12a62e95671001a0d0d61662e8b2185027639b2036fe3e3b055e9d9b4dfd2063e787cf2a5d2140da0b80a + checksum: 10c0/eab5d85d820f149bcf4bf4e0c49316f48973c85d39b4c3a2e08f57504f069afe9b0f1665e556330a98c6fc6bd5a6932767b466c1c96124fa0161aef017ab17b3 languageName: node linkType: hard -"jest-leak-detector@npm:30.0.2": - version: 30.0.2 - resolution: "jest-leak-detector@npm:30.0.2" +"jest-leak-detector@npm:30.0.5": + version: 30.0.5 + resolution: "jest-leak-detector@npm:30.0.5" dependencies: "@jest/get-type": "npm:30.0.1" - pretty-format: "npm:30.0.2" - checksum: 10c0/1df28475c40b41024adc6e18af0d3dc8d8d318fdbbf5c3560321fea0af2e0784c57f788b5b152efd83274ab6ea8dc3b36662060a83a2a555ffd8cdf7d628ee76 + pretty-format: "npm:30.0.5" + checksum: 10c0/04207ab6f44dec22d3d656b5f3b4f334440f4c01ccd21c55474f26706530244d34b8dc9922c9449e00e8649e5da1b8de4aca58c9895c9de19951d5ecdc0ff113 languageName: node linkType: hard -"jest-matcher-utils@npm:30.0.3": - version: 30.0.3 - resolution: "jest-matcher-utils@npm:30.0.3" +"jest-matcher-utils@npm:30.0.5": + version: 30.0.5 + resolution: "jest-matcher-utils@npm:30.0.5" dependencies: "@jest/get-type": "npm:30.0.1" chalk: "npm:^4.1.2" - jest-diff: "npm:30.0.3" - pretty-format: "npm:30.0.2" - checksum: 10c0/4d354f6d8d3992228ba5f0ecc728ec0c46f3693805927253d67e461e754deadc1e1b48ae80918e3f029c22da4abed9aaadb5049da1a1697f6714b0f6076eeafa + jest-diff: "npm:30.0.5" + pretty-format: "npm:30.0.5" + checksum: 10c0/231d891b29bfc218f2f5739c10873b6671426e31ad1c5538eed1531e62608fd3f60d32f41821332a6cf41f1614fd37361434c754fdd49c849b35ef2e5156c02e languageName: node linkType: hard -"jest-message-util@npm:30.0.2": - version: 30.0.2 - resolution: "jest-message-util@npm:30.0.2" +"jest-message-util@npm:30.0.5": + version: 30.0.5 + resolution: "jest-message-util@npm:30.0.5" dependencies: "@babel/code-frame": "npm:^7.27.1" - "@jest/types": "npm:30.0.1" + "@jest/types": "npm:30.0.5" "@types/stack-utils": "npm:^2.0.3" chalk: "npm:^4.1.2" graceful-fs: "npm:^4.2.11" micromatch: "npm:^4.0.8" - pretty-format: "npm:30.0.2" + pretty-format: "npm:30.0.5" slash: "npm:^3.0.0" stack-utils: "npm:^2.0.6" - checksum: 10c0/c010d5b7d86e735e2fb4c4a220f57004349f488f5d4663240a7e9f2694d01b5228136540d55036777fde4227b5e0b56f08885b7f69395b295cab878357b1aeb1 + checksum: 10c0/38b710c127db6c79c36d690377d9f9f1e3c2e4b2d2e60f3b82a5b4da70efb1f4783c6cf0cf1f6be6e3b7fb2d2aed889583d2430f65afc09e7e6d68aa5fa981dc languageName: node linkType: hard -"jest-mock@npm:30.0.2": - version: 30.0.2 - resolution: "jest-mock@npm:30.0.2" +"jest-mock@npm:30.0.5": + version: 30.0.5 + resolution: "jest-mock@npm:30.0.5" dependencies: - "@jest/types": "npm:30.0.1" + "@jest/types": "npm:30.0.5" "@types/node": "npm:*" - jest-util: "npm:30.0.2" - checksum: 10c0/7728997c1d654475b88e18b7ba33a2a1b9f89ce33a9082bf2d14dcc3e831f372f80c762e481777886a3a04b4489ea5390ecdeb21c4def57fba5b2c77086a3959 + jest-util: "npm:30.0.5" + checksum: 10c0/207fd79297f514a8e26ede9b4b5035e70212b8850a2f460b51d3cc58e8e7c9585bd2dbc5df2475a3321c4cd114b90e0b24190f00d6eeb88c8f088a8ed00416d5 languageName: node linkType: hard @@ -7881,186 +8042,186 @@ __metadata: languageName: node linkType: hard -"jest-resolve-dependencies@npm:30.0.3": - version: 30.0.3 - resolution: "jest-resolve-dependencies@npm:30.0.3" +"jest-resolve-dependencies@npm:30.0.5": + version: 30.0.5 + resolution: "jest-resolve-dependencies@npm:30.0.5" dependencies: jest-regex-util: "npm:30.0.1" - jest-snapshot: "npm:30.0.3" - checksum: 10c0/5684e62f05d19c5ab97b2b2262075f056bd48745bf25501671d0b9a03f2a0548ab04370b9cec6e97207d57ead54d706a67ef3254729cacb6d6405ef381cdf511 + jest-snapshot: "npm:30.0.5" + checksum: 10c0/7c72ef30d2e2e5c9564c53f55679184a4fe460f4d5c48eb5edc476000f17ee392341ae0c21b3ce9e531a1bff00924ebcda4fcd5b1406071c6a7b2b109fd3cf33 languageName: node linkType: hard -"jest-resolve@npm:30.0.2": - version: 30.0.2 - resolution: "jest-resolve@npm:30.0.2" +"jest-resolve@npm:30.0.5": + version: 30.0.5 + resolution: "jest-resolve@npm:30.0.5" dependencies: chalk: "npm:^4.1.2" graceful-fs: "npm:^4.2.11" - jest-haste-map: "npm:30.0.2" + jest-haste-map: "npm:30.0.5" jest-pnp-resolver: "npm:^1.2.3" - jest-util: "npm:30.0.2" - jest-validate: "npm:30.0.2" + jest-util: "npm:30.0.5" + jest-validate: "npm:30.0.5" slash: "npm:^3.0.0" unrs-resolver: "npm:^1.7.11" - checksum: 10c0/33ae69455b1206a926bb6f7dd46cd4b6cbf5e095387078873a05dfb693bef419b93897e052ee68026b31b5e5f537fdcfce42f2d31af0ce7e64a8179ed7882b51 + checksum: 10c0/6edea75db950131513cd642743d4c5dd36c209c94652e469eebc86fdf85eb579a7614c30262668fcd429e1c841f1d17a26831259db69c17dffd0718c37f69196 languageName: node linkType: hard -"jest-runner@npm:30.0.3": - version: 30.0.3 - resolution: "jest-runner@npm:30.0.3" +"jest-runner@npm:30.0.5": + version: 30.0.5 + resolution: "jest-runner@npm:30.0.5" dependencies: - "@jest/console": "npm:30.0.2" - "@jest/environment": "npm:30.0.2" - "@jest/test-result": "npm:30.0.2" - "@jest/transform": "npm:30.0.2" - "@jest/types": "npm:30.0.1" + "@jest/console": "npm:30.0.5" + "@jest/environment": "npm:30.0.5" + "@jest/test-result": "npm:30.0.5" + "@jest/transform": "npm:30.0.5" + "@jest/types": "npm:30.0.5" "@types/node": "npm:*" chalk: "npm:^4.1.2" emittery: "npm:^0.13.1" exit-x: "npm:^0.2.2" graceful-fs: "npm:^4.2.11" jest-docblock: "npm:30.0.1" - jest-environment-node: "npm:30.0.2" - jest-haste-map: "npm:30.0.2" - jest-leak-detector: "npm:30.0.2" - jest-message-util: "npm:30.0.2" - jest-resolve: "npm:30.0.2" - jest-runtime: "npm:30.0.3" - jest-util: "npm:30.0.2" - jest-watcher: "npm:30.0.2" - jest-worker: "npm:30.0.2" + jest-environment-node: "npm:30.0.5" + jest-haste-map: "npm:30.0.5" + jest-leak-detector: "npm:30.0.5" + jest-message-util: "npm:30.0.5" + jest-resolve: "npm:30.0.5" + jest-runtime: "npm:30.0.5" + jest-util: "npm:30.0.5" + jest-watcher: "npm:30.0.5" + jest-worker: "npm:30.0.5" p-limit: "npm:^3.1.0" source-map-support: "npm:0.5.13" - checksum: 10c0/d139ee4ed4f2d7aeefc8c496efc906960e938beadc22dce6167e7270db4e10260092eace6748a6efb7ee2a40e3bd3ee5d60cbefc2a1e3459826cfde69cdb9195 + checksum: 10c0/5da84e4f393cc4b0c2b86a7058c154e524bc91947867f892d252300d06c595058690a61ffdbfa74381498f4ebb9cc7d8d967a62f53cb5f5383ec59fb5ed21d91 languageName: node linkType: hard -"jest-runtime@npm:30.0.3": - version: 30.0.3 - resolution: "jest-runtime@npm:30.0.3" +"jest-runtime@npm:30.0.5": + version: 30.0.5 + resolution: "jest-runtime@npm:30.0.5" dependencies: - "@jest/environment": "npm:30.0.2" - "@jest/fake-timers": "npm:30.0.2" - "@jest/globals": "npm:30.0.3" + "@jest/environment": "npm:30.0.5" + "@jest/fake-timers": "npm:30.0.5" + "@jest/globals": "npm:30.0.5" "@jest/source-map": "npm:30.0.1" - "@jest/test-result": "npm:30.0.2" - "@jest/transform": "npm:30.0.2" - "@jest/types": "npm:30.0.1" + "@jest/test-result": "npm:30.0.5" + "@jest/transform": "npm:30.0.5" + "@jest/types": "npm:30.0.5" "@types/node": "npm:*" chalk: "npm:^4.1.2" cjs-module-lexer: "npm:^2.1.0" collect-v8-coverage: "npm:^1.0.2" glob: "npm:^10.3.10" graceful-fs: "npm:^4.2.11" - jest-haste-map: "npm:30.0.2" - jest-message-util: "npm:30.0.2" - jest-mock: "npm:30.0.2" + jest-haste-map: "npm:30.0.5" + jest-message-util: "npm:30.0.5" + jest-mock: "npm:30.0.5" jest-regex-util: "npm:30.0.1" - jest-resolve: "npm:30.0.2" - jest-snapshot: "npm:30.0.3" - jest-util: "npm:30.0.2" + jest-resolve: "npm:30.0.5" + jest-snapshot: "npm:30.0.5" + jest-util: "npm:30.0.5" slash: "npm:^3.0.0" strip-bom: "npm:^4.0.0" - checksum: 10c0/01a184b80bf1ae2d6eca280daf37e355b983795e342406de461cf4d45c75ec48a635bf89c08d54fb73f851180e870ef82004fd1f6b335f0329dc07f3bd14a94d + checksum: 10c0/c1afa36da0582172e9a73d69fcc23fd433efc8a7d0328ba5fee45858dc85cb01410b47ba53540bb3758277eb84bb5a42e872bc58d2e5a3cad533f4b33e3abe61 languageName: node linkType: hard -"jest-snapshot@npm:30.0.3": - version: 30.0.3 - resolution: "jest-snapshot@npm:30.0.3" +"jest-snapshot@npm:30.0.5": + version: 30.0.5 + resolution: "jest-snapshot@npm:30.0.5" dependencies: "@babel/core": "npm:^7.27.4" "@babel/generator": "npm:^7.27.5" "@babel/plugin-syntax-jsx": "npm:^7.27.1" "@babel/plugin-syntax-typescript": "npm:^7.27.1" "@babel/types": "npm:^7.27.3" - "@jest/expect-utils": "npm:30.0.3" + "@jest/expect-utils": "npm:30.0.5" "@jest/get-type": "npm:30.0.1" - "@jest/snapshot-utils": "npm:30.0.1" - "@jest/transform": "npm:30.0.2" - "@jest/types": "npm:30.0.1" + "@jest/snapshot-utils": "npm:30.0.5" + "@jest/transform": "npm:30.0.5" + "@jest/types": "npm:30.0.5" babel-preset-current-node-syntax: "npm:^1.1.0" chalk: "npm:^4.1.2" - expect: "npm:30.0.3" + expect: "npm:30.0.5" graceful-fs: "npm:^4.2.11" - jest-diff: "npm:30.0.3" - jest-matcher-utils: "npm:30.0.3" - jest-message-util: "npm:30.0.2" - jest-util: "npm:30.0.2" - pretty-format: "npm:30.0.2" + jest-diff: "npm:30.0.5" + jest-matcher-utils: "npm:30.0.5" + jest-message-util: "npm:30.0.5" + jest-util: "npm:30.0.5" + pretty-format: "npm:30.0.5" semver: "npm:^7.7.2" synckit: "npm:^0.11.8" - checksum: 10c0/0af682495b79bc0e640edbb03ada06db073a0784d6a9c0bb11e592afa4d0dca63c63ab485f540e8d1bd7674456418906e194e7f0660cc20107423d4fe11b4d6e + checksum: 10c0/2bda246367373003abfbd66de261bfd355618926c28261d7ffcdfac0c4c7a7f575c9f598745b0b59eb2cfa8907889dcc07db3ad65d940061275d490c1eb3e1fe languageName: node linkType: hard -"jest-util@npm:30.0.2": - version: 30.0.2 - resolution: "jest-util@npm:30.0.2" +"jest-util@npm:30.0.5": + version: 30.0.5 + resolution: "jest-util@npm:30.0.5" dependencies: - "@jest/types": "npm:30.0.1" + "@jest/types": "npm:30.0.5" "@types/node": "npm:*" chalk: "npm:^4.1.2" ci-info: "npm:^4.2.0" graceful-fs: "npm:^4.2.11" picomatch: "npm:^4.0.2" - checksum: 10c0/07de384790b8e5a5925fba5448fa1475790a5b52271fbf99958c18e468da1af940f8b45e330d87766576cf6c5d1f4f41ce51c976483a5079653d9fcdba8aac8e + checksum: 10c0/d3808b5f7720044d0464664c795e2b795ed82edf3b5871db74b8b603c3a0a38107668730348d26f92920ca3b8245a99cbbc2c93e77d0abb1f5e27524079a4ba8 languageName: node linkType: hard -"jest-validate@npm:30.0.2": - version: 30.0.2 - resolution: "jest-validate@npm:30.0.2" +"jest-validate@npm:30.0.5": + version: 30.0.5 + resolution: "jest-validate@npm:30.0.5" dependencies: "@jest/get-type": "npm:30.0.1" - "@jest/types": "npm:30.0.1" + "@jest/types": "npm:30.0.5" camelcase: "npm:^6.3.0" chalk: "npm:^4.1.2" leven: "npm:^3.1.0" - pretty-format: "npm:30.0.2" - checksum: 10c0/9fd1b4f604851187655353eefe8db25db9638dd312d2e29d58868e626d78925edefe94fe2c8eb63305eefd41e5fe7f8aff334e2db9db5aaddeec866f9f6561d8 + pretty-format: "npm:30.0.5" + checksum: 10c0/739a5df57befd763ba40693c9c1d7e93234af44ca21226a42272fbf87dea076a23848072b46871ce02cc0f2614f8ad41542e98965b405320276102b4de35b063 languageName: node linkType: hard -"jest-watcher@npm:30.0.2": - version: 30.0.2 - resolution: "jest-watcher@npm:30.0.2" +"jest-watcher@npm:30.0.5": + version: 30.0.5 + resolution: "jest-watcher@npm:30.0.5" dependencies: - "@jest/test-result": "npm:30.0.2" - "@jest/types": "npm:30.0.1" + "@jest/test-result": "npm:30.0.5" + "@jest/types": "npm:30.0.5" "@types/node": "npm:*" ansi-escapes: "npm:^4.3.2" chalk: "npm:^4.1.2" emittery: "npm:^0.13.1" - jest-util: "npm:30.0.2" + jest-util: "npm:30.0.5" string-length: "npm:^4.0.2" - checksum: 10c0/7cb09da5feaa6c5558e5149406bde354c3e227ef692b5371efe4d13cf566d42a157c04a55f3a201d191afb7ebc49be84b1ed5a744f46497d9ecccc323d8963f5 + checksum: 10c0/5c26617c53e6314e2143806cbc8c1cdca7100cc8de3241c7debf7b5feb0df17bdc9a92ee4a4efa953a261d8806ffd7f6c89e72d567236e62492dd554eaa91f97 languageName: node linkType: hard -"jest-worker@npm:30.0.2": - version: 30.0.2 - resolution: "jest-worker@npm:30.0.2" +"jest-worker@npm:30.0.5": + version: 30.0.5 + resolution: "jest-worker@npm:30.0.5" dependencies: "@types/node": "npm:*" "@ungap/structured-clone": "npm:^1.3.0" - jest-util: "npm:30.0.2" + jest-util: "npm:30.0.5" merge-stream: "npm:^2.0.0" supports-color: "npm:^8.1.1" - checksum: 10c0/d7d237e763a2f1aed4eba07f977490442a7bb085f7ab63163afa88776804c2644cc05a1e32da9d05a4b895ad22b2e939ef01a90ffb3024b53fc8c73b8ad1d3f1 + checksum: 10c0/50a724b39b8691168a456544f32ef8e937c827cd6d326fa0bc27df786c80af1e1f16d9f2d9cc800af4baac85a0f9e9ed78fbd4a06f13eb32e72ec66d11b85f38 languageName: node linkType: hard -"jest@npm:^30.0.3": - version: 30.0.3 - resolution: "jest@npm:30.0.3" +"jest@npm:^30.0.5": + version: 30.0.5 + resolution: "jest@npm:30.0.5" dependencies: - "@jest/core": "npm:30.0.3" - "@jest/types": "npm:30.0.1" + "@jest/core": "npm:30.0.5" + "@jest/types": "npm:30.0.5" import-local: "npm:^3.2.0" - jest-cli: "npm:30.0.3" + jest-cli: "npm:30.0.5" peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 peerDependenciesMeta: @@ -8068,7 +8229,7 @@ __metadata: optional: true bin: jest: ./bin/jest.js - checksum: 10c0/ae4fbee2756e03b6f99f612438e3b4e25789731599a4d4617ce5002d4c68f169f6223f6b21522fe65cd3d00519e0bb534ac6db6b2cdb7cd46a4ad3ded6542f38 + checksum: 10c0/eff3980ebe0257f1d5a0e94b0df27fc689563539138cc9220dadcb57543e30601cea6b79cbd68a5a5bcdc69501a8a670493495cf4b1d2076796697f8a7937d4c languageName: node linkType: hard @@ -9405,7 +9566,7 @@ __metadata: languageName: node linkType: hard -"minimatch@npm:10.0.1, minimatch@npm:^9.0.3 || ^10.0.1": +"minimatch@npm:10.0.1": version: 10.0.1 resolution: "minimatch@npm:10.0.1" dependencies: @@ -9423,7 +9584,7 @@ __metadata: languageName: node linkType: hard -"minimatch@npm:^9.0.0, minimatch@npm:^9.0.4, minimatch@npm:^9.0.5": +"minimatch@npm:^9.0.0, minimatch@npm:^9.0.3 || ^10.0.3, minimatch@npm:^9.0.4": version: 9.0.5 resolution: "minimatch@npm:9.0.5" dependencies: @@ -9575,12 +9736,12 @@ __metadata: languageName: node linkType: hard -"napi-postinstall@npm:^0.2.4": - version: 0.2.4 - resolution: "napi-postinstall@npm:0.2.4" +"napi-postinstall@npm:^0.3.0": + version: 0.3.3 + resolution: "napi-postinstall@npm:0.3.3" bin: napi-postinstall: lib/cli.js - checksum: 10c0/e8c357d7e27848c4af7becf2796afff245a2fc8ba176e1b133410bb1c9934a66d4bc542d0c9f04c73b0ba34ee0486b30b6cd1c62ed3aa36797d394200c9a2a8b + checksum: 10c0/3f3297c002abd1f1c64730c442e9047e4b50335666bd2821e990e0546ab917f9cd000d3837930a81dbe89075495e884ed526918a85667abeef0654f659217cea languageName: node linkType: hard @@ -9833,24 +9994,35 @@ __metadata: languageName: node linkType: hard -"oxc-resolver@npm:^5.0.0": - version: 5.3.0 - resolution: "oxc-resolver@npm:5.3.0" - dependencies: - "@oxc-resolver/binding-darwin-arm64": "npm:5.3.0" - "@oxc-resolver/binding-darwin-x64": "npm:5.3.0" - "@oxc-resolver/binding-freebsd-x64": "npm:5.3.0" - "@oxc-resolver/binding-linux-arm-gnueabihf": "npm:5.3.0" - "@oxc-resolver/binding-linux-arm64-gnu": "npm:5.3.0" - "@oxc-resolver/binding-linux-arm64-musl": "npm:5.3.0" - "@oxc-resolver/binding-linux-riscv64-gnu": "npm:5.3.0" - "@oxc-resolver/binding-linux-s390x-gnu": "npm:5.3.0" - "@oxc-resolver/binding-linux-x64-gnu": "npm:5.3.0" - "@oxc-resolver/binding-linux-x64-musl": "npm:5.3.0" - "@oxc-resolver/binding-wasm32-wasi": "npm:5.3.0" - "@oxc-resolver/binding-win32-arm64-msvc": "npm:5.3.0" - "@oxc-resolver/binding-win32-x64-msvc": "npm:5.3.0" +"oxc-resolver@npm:^11.6.1": + version: 11.6.1 + resolution: "oxc-resolver@npm:11.6.1" + dependencies: + "@oxc-resolver/binding-android-arm-eabi": "npm:11.6.1" + "@oxc-resolver/binding-android-arm64": "npm:11.6.1" + "@oxc-resolver/binding-darwin-arm64": "npm:11.6.1" + "@oxc-resolver/binding-darwin-x64": "npm:11.6.1" + "@oxc-resolver/binding-freebsd-x64": "npm:11.6.1" + "@oxc-resolver/binding-linux-arm-gnueabihf": "npm:11.6.1" + "@oxc-resolver/binding-linux-arm-musleabihf": "npm:11.6.1" + "@oxc-resolver/binding-linux-arm64-gnu": "npm:11.6.1" + "@oxc-resolver/binding-linux-arm64-musl": "npm:11.6.1" + "@oxc-resolver/binding-linux-ppc64-gnu": "npm:11.6.1" + "@oxc-resolver/binding-linux-riscv64-gnu": "npm:11.6.1" + "@oxc-resolver/binding-linux-riscv64-musl": "npm:11.6.1" + "@oxc-resolver/binding-linux-s390x-gnu": "npm:11.6.1" + "@oxc-resolver/binding-linux-x64-gnu": "npm:11.6.1" + "@oxc-resolver/binding-linux-x64-musl": "npm:11.6.1" + "@oxc-resolver/binding-wasm32-wasi": "npm:11.6.1" + "@oxc-resolver/binding-win32-arm64-msvc": "npm:11.6.1" + "@oxc-resolver/binding-win32-ia32-msvc": "npm:11.6.1" + "@oxc-resolver/binding-win32-x64-msvc": "npm:11.6.1" + napi-postinstall: "npm:^0.3.0" dependenciesMeta: + "@oxc-resolver/binding-android-arm-eabi": + optional: true + "@oxc-resolver/binding-android-arm64": + optional: true "@oxc-resolver/binding-darwin-arm64": optional: true "@oxc-resolver/binding-darwin-x64": @@ -9859,12 +10031,18 @@ __metadata: optional: true "@oxc-resolver/binding-linux-arm-gnueabihf": optional: true + "@oxc-resolver/binding-linux-arm-musleabihf": + optional: true "@oxc-resolver/binding-linux-arm64-gnu": optional: true "@oxc-resolver/binding-linux-arm64-musl": optional: true + "@oxc-resolver/binding-linux-ppc64-gnu": + optional: true "@oxc-resolver/binding-linux-riscv64-gnu": optional: true + "@oxc-resolver/binding-linux-riscv64-musl": + optional: true "@oxc-resolver/binding-linux-s390x-gnu": optional: true "@oxc-resolver/binding-linux-x64-gnu": @@ -9875,9 +10053,11 @@ __metadata: optional: true "@oxc-resolver/binding-win32-arm64-msvc": optional: true + "@oxc-resolver/binding-win32-ia32-msvc": + optional: true "@oxc-resolver/binding-win32-x64-msvc": optional: true - checksum: 10c0/d663ed392d4ed9dc4961657bac0285c53bb8fdbef4f649d54234563377b0fb6e69601dd29f92286cd4b25e77e6a433b200901bb21a6f57904576253dd47dd67a + checksum: 10c0/f2745562c63f69fb043702d790475d3bcd50faba8ad14cbfe40844de4db53d3f2d1be3c86bb7d274031a3a390374a9858a1a36867adce46968209630e05c10c4 languageName: node linkType: hard @@ -10098,10 +10278,10 @@ __metadata: languageName: node linkType: hard -"path-serializer@npm:^0.5.0": - version: 0.5.0 - resolution: "path-serializer@npm:0.5.0" - checksum: 10c0/822ca37d5cc9725b717b31a14a5b3094354315e156d05d3224364329813f2fe5efa6e942e14289cb4d2a0b467299f506521a1191150a057ed4a1d04f0d7ee528 +"path-serializer@npm:^0.5.1": + version: 0.5.1 + resolution: "path-serializer@npm:0.5.1" + checksum: 10c0/91e4016446c5808fdc7b04b54e8331ea7f34ed638d43a1b381513f71a31becbb1d04627f9da3fe0821de7fbc6017a6e0f0e1a912bfa0e343389d8a7ced16f276 languageName: node linkType: hard @@ -10321,14 +10501,14 @@ __metadata: languageName: node linkType: hard -"pretty-format@npm:30.0.2, pretty-format@npm:^30.0.0": - version: 30.0.2 - resolution: "pretty-format@npm:30.0.2" +"pretty-format@npm:30.0.5, pretty-format@npm:^30.0.0": + version: 30.0.5 + resolution: "pretty-format@npm:30.0.5" dependencies: - "@jest/schemas": "npm:30.0.1" + "@jest/schemas": "npm:30.0.5" ansi-styles: "npm:^5.2.0" react-is: "npm:^18.3.1" - checksum: 10c0/cf542dc2d0be95e2b1c6e3a397a4fc13fce1c9f8feed6b56165c0d23c7a83423abb6b032ed8e3e1b7c1c0709f9b117dd30b5185f107e58f8766616be6de84850 + checksum: 10c0/9f6cf1af5c3169093866c80adbfdad32f69c692b62f24ba3ca8cdec8519336123323f896396f9fa40346a41b197c5f6be15aec4d8620819f12496afaaca93f81 languageName: node linkType: hard @@ -11548,7 +11728,7 @@ __metadata: languageName: node linkType: hard -"resolve@npm:^1.14.2": +"resolve@npm:^1.22.10": version: 1.22.10 resolution: "resolve@npm:1.22.10" dependencies: @@ -11574,7 +11754,7 @@ __metadata: languageName: node linkType: hard -"resolve@patch:resolve@npm%3A^1.14.2#optional!builtin": +"resolve@patch:resolve@npm%3A^1.22.10#optional!builtin": version: 1.22.10 resolution: "resolve@patch:resolve@npm%3A1.22.10#optional!builtin::version=1.22.10&hash=c3c19d" dependencies: @@ -11634,15 +11814,15 @@ __metadata: languageName: node linkType: hard -"rolldown-plugin-dts@npm:^0.13.12": - version: 0.13.12 - resolution: "rolldown-plugin-dts@npm:0.13.12" +"rolldown-plugin-dts@npm:^0.15.6": + version: 0.15.6 + resolution: "rolldown-plugin-dts@npm:0.15.6" dependencies: - "@babel/generator": "npm:^7.27.5" - "@babel/parser": "npm:^7.27.5" - "@babel/types": "npm:^7.27.6" - ast-kit: "npm:^2.1.0" - birpc: "npm:^2.4.0" + "@babel/generator": "npm:^7.28.0" + "@babel/parser": "npm:^7.28.0" + "@babel/types": "npm:^7.28.2" + ast-kit: "npm:^2.1.1" + birpc: "npm:^2.5.0" debug: "npm:^4.4.1" dts-resolver: "npm:^2.1.1" get-tsconfig: "npm:^4.10.1" @@ -11650,7 +11830,7 @@ __metadata: "@typescript/native-preview": ">=7.0.0-dev.20250601.1" rolldown: ^1.0.0-beta.9 typescript: ^5.0.0 - vue-tsc: ~2.2.0 + vue-tsc: ~3.0.3 peerDependenciesMeta: "@typescript/native-preview": optional: true @@ -11658,31 +11838,35 @@ __metadata: optional: true vue-tsc: optional: true - checksum: 10c0/811d1bef1649119895aaf7f87f0a23bd73438680d839c9c8331791995184ae4983deee67ed9b21abfc5521f4bda704f3ebbb84fda2259d6789d15d0c4411e36f - languageName: node - linkType: hard - -"rolldown@npm:^1.0.0-beta.19": - version: 1.0.0-beta.9-commit.d91dfb5 - resolution: "rolldown@npm:1.0.0-beta.9-commit.d91dfb5" - dependencies: - "@oxc-project/runtime": "npm:0.71.0" - "@oxc-project/types": "npm:0.71.0" - "@rolldown/binding-darwin-arm64": "npm:1.0.0-beta.9-commit.d91dfb5" - "@rolldown/binding-darwin-x64": "npm:1.0.0-beta.9-commit.d91dfb5" - "@rolldown/binding-freebsd-x64": "npm:1.0.0-beta.9-commit.d91dfb5" - "@rolldown/binding-linux-arm-gnueabihf": "npm:1.0.0-beta.9-commit.d91dfb5" - "@rolldown/binding-linux-arm64-gnu": "npm:1.0.0-beta.9-commit.d91dfb5" - "@rolldown/binding-linux-arm64-musl": "npm:1.0.0-beta.9-commit.d91dfb5" - "@rolldown/binding-linux-x64-gnu": "npm:1.0.0-beta.9-commit.d91dfb5" - "@rolldown/binding-linux-x64-musl": "npm:1.0.0-beta.9-commit.d91dfb5" - "@rolldown/binding-wasm32-wasi": "npm:1.0.0-beta.9-commit.d91dfb5" - "@rolldown/binding-win32-arm64-msvc": "npm:1.0.0-beta.9-commit.d91dfb5" - "@rolldown/binding-win32-ia32-msvc": "npm:1.0.0-beta.9-commit.d91dfb5" - "@rolldown/binding-win32-x64-msvc": "npm:1.0.0-beta.9-commit.d91dfb5" - "@rolldown/pluginutils": "npm:1.0.0-beta.9-commit.d91dfb5" + checksum: 10c0/90d9cd30643e4dca206c288cf32c3b7969f8c7c4fe5f6a4ddd5aec791f4c7ddd7333c872370206b70ae65c4940d715b5f650f76ed470bb6a542bb7cf2248c21a + languageName: node + linkType: hard + +"rolldown@npm:latest": + version: 1.0.0-beta.33 + resolution: "rolldown@npm:1.0.0-beta.33" + dependencies: + "@oxc-project/runtime": "npm:=0.82.2" + "@oxc-project/types": "npm:=0.82.2" + "@rolldown/binding-android-arm64": "npm:1.0.0-beta.33" + "@rolldown/binding-darwin-arm64": "npm:1.0.0-beta.33" + "@rolldown/binding-darwin-x64": "npm:1.0.0-beta.33" + "@rolldown/binding-freebsd-x64": "npm:1.0.0-beta.33" + "@rolldown/binding-linux-arm-gnueabihf": "npm:1.0.0-beta.33" + "@rolldown/binding-linux-arm64-gnu": "npm:1.0.0-beta.33" + "@rolldown/binding-linux-arm64-musl": "npm:1.0.0-beta.33" + "@rolldown/binding-linux-x64-gnu": "npm:1.0.0-beta.33" + "@rolldown/binding-linux-x64-musl": "npm:1.0.0-beta.33" + "@rolldown/binding-openharmony-arm64": "npm:1.0.0-beta.33" + "@rolldown/binding-wasm32-wasi": "npm:1.0.0-beta.33" + "@rolldown/binding-win32-arm64-msvc": "npm:1.0.0-beta.33" + "@rolldown/binding-win32-ia32-msvc": "npm:1.0.0-beta.33" + "@rolldown/binding-win32-x64-msvc": "npm:1.0.0-beta.33" + "@rolldown/pluginutils": "npm:1.0.0-beta.33" ansis: "npm:^4.0.0" dependenciesMeta: + "@rolldown/binding-android-arm64": + optional: true "@rolldown/binding-darwin-arm64": optional: true "@rolldown/binding-darwin-x64": @@ -11699,6 +11883,8 @@ __metadata: optional: true "@rolldown/binding-linux-x64-musl": optional: true + "@rolldown/binding-openharmony-arm64": + optional: true "@rolldown/binding-wasm32-wasi": optional: true "@rolldown/binding-win32-arm64-msvc": @@ -11709,7 +11895,7 @@ __metadata: optional: true bin: rolldown: bin/cli.mjs - checksum: 10c0/fae589d1e3de6174a00bc02954abc6418fe1df70b109e709c0bc7d95ac51b9d18c478137948dc89283967c1e1e5fb02d3a79c1c448496d14d02ad117d03b761d + checksum: 10c0/281283de4ed1ac6c31f04905cd47d13dfc7ac7df200a6a845da36d466f37afaacb5411fe5080a542b77c7d1b32398bbf931692659953013cca6fb70204340dfc languageName: node linkType: hard @@ -11738,7 +11924,7 @@ __metadata: languageName: node linkType: hard -"safer-buffer@npm:>= 2.1.2 < 3, safer-buffer@npm:>= 2.1.2 < 3.0.0, safer-buffer@npm:^2.1.2": +"safer-buffer@npm:>= 2.1.2 < 3.0.0, safer-buffer@npm:^2.1.2": version: 2.1.2 resolution: "safer-buffer@npm:2.1.2" checksum: 10c0/7e3c8b2e88a1841c9671094bbaeebd94448111dd90a81a1f606f3f67708a6ec57763b3b47f06da09fc6054193e0e6709e77325415dc8422b04497a8070fa02d4 @@ -11834,12 +12020,12 @@ __metadata: languageName: node linkType: hard -"simple-git-hooks@npm:^2.13.0": - version: 2.13.0 - resolution: "simple-git-hooks@npm:2.13.0" +"simple-git-hooks@npm:^2.13.1": + version: 2.13.1 + resolution: "simple-git-hooks@npm:2.13.1" bin: simple-git-hooks: cli.js - checksum: 10c0/aebd7c36711d6805c1ecb26a53203c259d0587fdd214a650217dccd57a42fd808075e3f92826c5d4838b3e68870f5561820072a5989f039cb7659742421d3ceb + checksum: 10c0/09631ce2cce5c6cf91f5a990bbefce88f95589ce112a601e2745b8e10ea951668c13f89b3fab2044506646380dcc91b618bb400d35142873a1990c4528b456bb languageName: node linkType: hard @@ -12316,7 +12502,7 @@ __metadata: languageName: node linkType: hard -"tmp@npm:^0.2.3": +"tmp@npm:^0.2.5": version: 0.2.5 resolution: "tmp@npm:0.2.5" checksum: 10c0/cee5bb7d674bb4ba3ab3f3841c2ca7e46daeb2109eec395c1ec7329a91d52fcb21032b79ac25161a37b2565c4858fefab927af9735926a113ef7bac9091a6e0e @@ -12355,6 +12541,15 @@ __metadata: languageName: node linkType: hard +"tree-kill@npm:^1.2.2": + version: 1.2.2 + resolution: "tree-kill@npm:1.2.2" + bin: + tree-kill: cli.js + checksum: 10c0/7b1b7c7f17608a8f8d20a162e7957ac1ef6cd1636db1aba92f4e072dc31818c2ff0efac1e3d91064ede67ed5dc57c565420531a8134090a12ac10cf792ab14d2 + languageName: node + linkType: hard + "treeify@npm:^1.1.0": version: 1.1.0 resolution: "treeify@npm:1.1.0" @@ -12434,9 +12629,9 @@ __metadata: languageName: node linkType: hard -"tsdown@npm:^0.12.9": - version: 0.12.9 - resolution: "tsdown@npm:0.12.9" +"tsdown@npm:^0.14.1": + version: 0.14.1 + resolution: "tsdown@npm:0.14.1" dependencies: ansis: "npm:^4.1.0" cac: "npm:^6.7.14" @@ -12445,11 +12640,12 @@ __metadata: diff: "npm:^8.0.2" empathic: "npm:^2.0.0" hookable: "npm:^5.5.3" - rolldown: "npm:^1.0.0-beta.19" - rolldown-plugin-dts: "npm:^0.13.12" + rolldown: "npm:latest" + rolldown-plugin-dts: "npm:^0.15.6" semver: "npm:^7.7.2" tinyexec: "npm:^1.0.1" tinyglobby: "npm:^0.2.14" + tree-kill: "npm:^1.2.2" unconfig: "npm:^7.3.2" peerDependencies: "@arethetypeswrong/core": ^0.18.1 @@ -12470,11 +12666,11 @@ __metadata: optional: true bin: tsdown: dist/run.mjs - checksum: 10c0/5dd4842982815181f5a79bc87fff1dd9afc6952aaec065dcececde5ba76887163a01de313272964003ea90df8ac23efdfc8aabb290c5b8f8dae5332e9905c05b + checksum: 10c0/3b2e8bcdca11aa51f4a1a120ce768dcfe18c42497f0784723b6ee99fba567573eaf29224414b770b269719c9b6629a2cfa166075a49fbfb0b07b06004182cff8 languageName: node linkType: hard -"tslib@npm:^2.0.0, tslib@npm:^2.4.0, tslib@npm:^2.4.1, tslib@npm:^2.6.3, tslib@npm:^2.8.0, tslib@npm:^2.8.1": +"tslib@npm:^2.0.0, tslib@npm:^2.4.0, tslib@npm:^2.4.1, tslib@npm:^2.8.0, tslib@npm:^2.8.1": version: 2.8.1 resolution: "tslib@npm:2.8.1" checksum: 10c0/9c4759110a19c53f992d9aae23aac5ced636e99887b51b9e61def52611732872ff7668757d4e4c61f19691e36f4da981cd9485e869b4a7408d689f6bf1f14e62 @@ -12539,37 +12735,38 @@ __metadata: languageName: node linkType: hard -"typescript-eslint@npm:^8.35.0": - version: 8.35.0 - resolution: "typescript-eslint@npm:8.35.0" +"typescript-eslint@npm:^8.40.0": + version: 8.40.0 + resolution: "typescript-eslint@npm:8.40.0" dependencies: - "@typescript-eslint/eslint-plugin": "npm:8.35.0" - "@typescript-eslint/parser": "npm:8.35.0" - "@typescript-eslint/utils": "npm:8.35.0" + "@typescript-eslint/eslint-plugin": "npm:8.40.0" + "@typescript-eslint/parser": "npm:8.40.0" + "@typescript-eslint/typescript-estree": "npm:8.40.0" + "@typescript-eslint/utils": "npm:8.40.0" peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: ">=4.8.4 <5.9.0" - checksum: 10c0/ba034fc25731c01c12de7564c05eb58b22072b14b9cb6469d79b2a0c70dff45d646423b8d6d7f2f6ca40310101f2bd0a843c1c51b8c51cfec556ca0723f5df2d + typescript: ">=4.8.4 <6.0.0" + checksum: 10c0/b9bf9cbe13a89348ae2a13a7839238b1b058c1e188d9cc1028810c43f1b48cf256f5255ca94c38acf3cd5a405c918ad96d5b7f7a6ad3f82fa7429122a7883a83 languageName: node linkType: hard -"typescript@npm:^5.8.3": - version: 5.8.3 - resolution: "typescript@npm:5.8.3" +"typescript@npm:^5.9.2": + version: 5.9.2 + resolution: "typescript@npm:5.9.2" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 10c0/5f8bb01196e542e64d44db3d16ee0e4063ce4f3e3966df6005f2588e86d91c03e1fb131c2581baf0fb65ee79669eea6e161cd448178986587e9f6844446dbb48 + checksum: 10c0/cd635d50f02d6cf98ed42de2f76289701c1ec587a363369255f01ed15aaf22be0813226bff3c53e99d971f9b540e0b3cc7583dbe05faded49b1b0bed2f638a18 languageName: node linkType: hard -"typescript@patch:typescript@npm%3A^5.8.3#optional!builtin": - version: 5.8.3 - resolution: "typescript@patch:typescript@npm%3A5.8.3#optional!builtin::version=5.8.3&hash=5786d5" +"typescript@patch:typescript@npm%3A^5.9.2#optional!builtin": + version: 5.9.2 + resolution: "typescript@patch:typescript@npm%3A5.9.2#optional!builtin::version=5.9.2&hash=5786d5" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 10c0/39117e346ff8ebd87ae1510b3a77d5d92dae5a89bde588c747d25da5c146603a99c8ee588c7ef80faaf123d89ed46f6dbd918d534d641083177d5fac38b8a1cb + checksum: 10c0/34d2a8e23eb8e0d1875072064d5e1d9c102e0bdce56a10a25c0b917b8aa9001a9cf5c225df12497e99da107dc379360bc138163c66b55b95f5b105b50578067e languageName: node linkType: hard @@ -12809,30 +13006,30 @@ __metadata: languageName: node linkType: hard -"unrs-resolver@npm:^1.7.11, unrs-resolver@npm:^1.9.2": - version: 1.9.2 - resolution: "unrs-resolver@npm:1.9.2" - dependencies: - "@unrs/resolver-binding-android-arm-eabi": "npm:1.9.2" - "@unrs/resolver-binding-android-arm64": "npm:1.9.2" - "@unrs/resolver-binding-darwin-arm64": "npm:1.9.2" - "@unrs/resolver-binding-darwin-x64": "npm:1.9.2" - "@unrs/resolver-binding-freebsd-x64": "npm:1.9.2" - "@unrs/resolver-binding-linux-arm-gnueabihf": "npm:1.9.2" - "@unrs/resolver-binding-linux-arm-musleabihf": "npm:1.9.2" - "@unrs/resolver-binding-linux-arm64-gnu": "npm:1.9.2" - "@unrs/resolver-binding-linux-arm64-musl": "npm:1.9.2" - "@unrs/resolver-binding-linux-ppc64-gnu": "npm:1.9.2" - "@unrs/resolver-binding-linux-riscv64-gnu": "npm:1.9.2" - "@unrs/resolver-binding-linux-riscv64-musl": "npm:1.9.2" - "@unrs/resolver-binding-linux-s390x-gnu": "npm:1.9.2" - "@unrs/resolver-binding-linux-x64-gnu": "npm:1.9.2" - "@unrs/resolver-binding-linux-x64-musl": "npm:1.9.2" - "@unrs/resolver-binding-wasm32-wasi": "npm:1.9.2" - "@unrs/resolver-binding-win32-arm64-msvc": "npm:1.9.2" - "@unrs/resolver-binding-win32-ia32-msvc": "npm:1.9.2" - "@unrs/resolver-binding-win32-x64-msvc": "npm:1.9.2" - napi-postinstall: "npm:^0.2.4" +"unrs-resolver@npm:^1.7.11": + version: 1.11.1 + resolution: "unrs-resolver@npm:1.11.1" + dependencies: + "@unrs/resolver-binding-android-arm-eabi": "npm:1.11.1" + "@unrs/resolver-binding-android-arm64": "npm:1.11.1" + "@unrs/resolver-binding-darwin-arm64": "npm:1.11.1" + "@unrs/resolver-binding-darwin-x64": "npm:1.11.1" + "@unrs/resolver-binding-freebsd-x64": "npm:1.11.1" + "@unrs/resolver-binding-linux-arm-gnueabihf": "npm:1.11.1" + "@unrs/resolver-binding-linux-arm-musleabihf": "npm:1.11.1" + "@unrs/resolver-binding-linux-arm64-gnu": "npm:1.11.1" + "@unrs/resolver-binding-linux-arm64-musl": "npm:1.11.1" + "@unrs/resolver-binding-linux-ppc64-gnu": "npm:1.11.1" + "@unrs/resolver-binding-linux-riscv64-gnu": "npm:1.11.1" + "@unrs/resolver-binding-linux-riscv64-musl": "npm:1.11.1" + "@unrs/resolver-binding-linux-s390x-gnu": "npm:1.11.1" + "@unrs/resolver-binding-linux-x64-gnu": "npm:1.11.1" + "@unrs/resolver-binding-linux-x64-musl": "npm:1.11.1" + "@unrs/resolver-binding-wasm32-wasi": "npm:1.11.1" + "@unrs/resolver-binding-win32-arm64-msvc": "npm:1.11.1" + "@unrs/resolver-binding-win32-ia32-msvc": "npm:1.11.1" + "@unrs/resolver-binding-win32-x64-msvc": "npm:1.11.1" + napi-postinstall: "npm:^0.3.0" dependenciesMeta: "@unrs/resolver-binding-android-arm-eabi": optional: true @@ -12872,7 +13069,7 @@ __metadata: optional: true "@unrs/resolver-binding-win32-x64-msvc": optional: true - checksum: 10c0/e3481cc19ea4b25f888e2412bbd80a729b13527a41b035e784b71d1a7d4e2109b58b174adce989085eb75c787435e80ffb385db2b1598288474f53beb01438c0 + checksum: 10c0/c91b112c71a33d6b24e5c708dab43ab80911f2df8ee65b87cd7a18fb5af446708e98c4b415ca262026ad8df326debcc7ca6a801b2935504d87fd6f0b9d70dce1 languageName: node linkType: hard