diff --git a/.changeset/wet-toys-happen.md b/.changeset/wet-toys-happen.md new file mode 100644 index 00000000..d7536763 --- /dev/null +++ b/.changeset/wet-toys-happen.md @@ -0,0 +1,5 @@ +--- +"eslint-plugin-import-x": patch +--- + +chore(deps): bump `stable-hash-x` v0.2 diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index ee8fa219..a023f64d 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -31,6 +31,6 @@ jobs: run: yarn format - name: Apply autofix.ci - uses: autofix-ci/action@2891949f3779a1cafafae1523058501de3d4e944 # v1 + uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 # v1.3.2 with: fail-fast: false diff --git a/CHANGELOG.md b/CHANGELOG.md index 062b73d6..eae1d2ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -187,7 +187,6 @@ ### Patch Changes - [#263](https://github.com/un-ts/eslint-plugin-import-x/pull/263) [`c0046a9`](https://github.com/un-ts/eslint-plugin-import-x/commit/c0046a9e85d6563920a5df4e8fbb3ecd977c47ab) Thanks [@JounQin](https://github.com/JounQin)! - chore: migrate to rebranding `unrs-resolver` with new targets supported: - - `i686-pc-windows-msvc` - `armv7-unknown-linux-musleabihf` - `powerpc64le-unknown-linux-gnu` @@ -210,7 +209,6 @@ ### Minor Changes - [#248](https://github.com/un-ts/eslint-plugin-import-x/pull/248) [`6940b14`](https://github.com/un-ts/eslint-plugin-import-x/commit/6940b14426e75f0b0b860c1dddfe6a928510b974) Thanks [@TrevorBurnham](https://github.com/TrevorBurnham)! - feat: port all `order` rule new options from upstream - - [`newlines-between-types`](https://github.com/import-js/eslint-plugin-import/pull/3127) - [`named`](https://github.com/import-js/eslint-plugin-import/pull/3043) - [`consolidateIslands`](https://github.com/import-js/eslint-plugin-import/pull/3129) diff --git a/package.json b/package.json index 143046eb..12d44879 100644 --- a/package.json +++ b/package.json @@ -77,24 +77,24 @@ } }, "dependencies": { - "@typescript-eslint/types": "^8.34.0", + "@typescript-eslint/types": "^8.35.0", "comment-parser": "^1.4.1", "debug": "^4.4.1", - "eslint-import-context": "^0.1.8", + "eslint-import-context": "^0.1.9", "is-glob": "^4.0.3", "minimatch": "^9.0.3 || ^10.0.1", "semver": "^7.7.2", - "stable-hash-x": "^0.1.1", - "unrs-resolver": "^1.9.0" + "stable-hash-x": "^0.2.0", + "unrs-resolver": "^1.9.2" }, "devDependencies": { "@1stg/commitlint-config": "^5.1.0", - "@1stg/nano-staged": "^0.2.0", - "@1stg/prettier-config": "^5.2.1", + "@1stg/nano-staged": "^0.3.0", + "@1stg/prettier-config": "^5.3.1", "@1stg/remark-preset": "^3.1.2", "@1stg/simple-git-hooks": "^2.1.0", "@1stg/tsconfig": "^3.0.3", - "@angular-eslint/template-parser": "^20.0.0", + "@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", @@ -105,12 +105,12 @@ "@babel/preset-typescript": "^7.27.1", "@babel/register": "^7.27.1", "@changesets/changelog-github": "^0.5.1", - "@changesets/cli": "^2.29.4", + "@changesets/cli": "^2.29.5", "@commitlint/cli": "^19.8.1", "@eslint/import-test-order-redirect-scoped": "link:./test/fixtures/order-redirect-scoped", - "@eslint/js": "^9.28.0", + "@eslint/js": "^9.29.0", "@swc-node/jest": "^1.8.13", - "@swc/core": "^1.12.0", + "@swc/core": "^1.12.7", "@swc/helpers": "^0.5.17", "@test-scope/some-module": "link:./test/fixtures/symlinked-module", "@total-typescript/ts-reset": "^0.6.1", @@ -118,53 +118,53 @@ "@types/eslint": "^9.6.1", "@types/eslint8.56": "npm:@types/eslint@~8.56.12", "@types/is-glob": "^4.0.4", - "@types/jest": "^29.5.14", + "@types/jest": "^30.0.0", "@types/json-schema": "^7.0.15", "@types/klaw-sync": "^6.0.5", - "@types/node": "^22.15.31", + "@types/node": "^22.15.33", "@types/pnpapi": "^0.0.5", "@types/tmp": "^0.2.6", - "@typescript-eslint/eslint-plugin": "^8.34.0", - "@typescript-eslint/parser": "^8.34.0", - "@typescript-eslint/rule-tester": "^8.34.0", - "@typescript-eslint/utils": "^8.34.0", + "@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", "@unts/patch-package": "^8.1.1", "clean-pkg-json": "^1.3.0", - "eslint": "^9.28.0", + "eslint": "^9.29.0", "eslint-config-prettier": "^10.1.5", - "eslint-doc-generator": "^2.1.2", - "eslint-import-resolver-typescript": "^4.4.3", + "eslint-doc-generator": "^2.2.2", + "eslint-import-resolver-typescript": "^4.4.4", "eslint-import-resolver-webpack": "^0.13.10", "eslint-import-test-order-redirect": "link:./test/fixtures/order-redirect", - "eslint-plugin-eslint-plugin": "^6.4.0", + "eslint-plugin-eslint-plugin": "^6.5.0", "eslint-plugin-import-x": "link:.", - "eslint-plugin-jest": "^28.13.3", + "eslint-plugin-jest": "^29.0.1", "eslint-plugin-json": "^4.0.1", - "eslint-plugin-mdx": "^3.4.2", - "eslint-plugin-n": "^17.19.0", - "eslint-plugin-prettier": "^5.4.1", + "eslint-plugin-mdx": "^3.5.0", + "eslint-plugin-n": "^17.20.0", + "eslint-plugin-prettier": "^5.5.1", "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.28.1", - "jest": "^30.0.0", + "hermes-eslint": "^0.29.0", + "jest": "^30.0.3", "klaw-sync": "^7.0.0", "nano-staged": "^0.8.0", "npm-run-all2": "^8.0.4", "path-serializer": "^0.5.0", "premove": "^4.0.0", - "prettier": "^3.5.3", + "prettier": "^3.6.1", "redux": "^5.0.1", "simple-git-hooks": "^2.13.0", "tinyexec": "^1.0.1", "tmp": "^0.2.3", "ts-node": "^10.9.2", - "tsdown": "^0.12.7", + "tsdown": "^0.12.9", "type-fest": "^4.41.0", "typescript": "^5.8.3", - "typescript-eslint": "^8.34.0", + "typescript-eslint": "^8.35.0", "yarn-berry-deduplicate": "^6.1.3" }, "resolutions": { diff --git a/patches/eslint-doc-generator+2.1.2.patch b/patches/eslint-doc-generator+2.2.2.patch similarity index 100% rename from patches/eslint-doc-generator+2.1.2.patch rename to patches/eslint-doc-generator+2.2.2.patch diff --git a/yarn.lock b/yarn.lock index a23847f6..e371e493 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16,33 +16,33 @@ __metadata: languageName: node linkType: hard -"@1stg/config@npm:^1.1.0": - version: 1.1.0 - resolution: "@1stg/config@npm:1.1.0" - checksum: 10c0/5a6220db629bcfa882bc38c24ac4e8d3c2a105899a3b0f5e92ce0828cb6e697d967b2750b1e760e919199eda55cef348653fc1545da251070a037b03819ad353 +"@1stg/config@npm:^1.2.1": + version: 1.2.1 + resolution: "@1stg/config@npm:1.2.1" + checksum: 10c0/11be5e105164be08c072d633e47ca52b6fb96f0a335dfc25a0d1034004659b8a50d105286399db4359eb4e0d702edc6ec88ec611ad8f6d09ebe3b661de7d352b languageName: node linkType: hard -"@1stg/nano-staged@npm:^0.2.0": - version: 0.2.0 - resolution: "@1stg/nano-staged@npm:0.2.0" +"@1stg/nano-staged@npm:^0.3.0": + version: 0.3.0 + resolution: "@1stg/nano-staged@npm:0.3.0" dependencies: - "@1stg/config": "npm:^1.1.0" - "@1stg/prettier-config": "npm:^5.2.1" + "@1stg/config": "npm:^1.2.1" + "@1stg/prettier-config": "npm:^5.3.1" "@1stg/tsconfig": "npm:^3.0.3" - "@pkgr/core": "npm:^0.3.1" - prettier: "npm:^3.5.3" + "@pkgr/core": "npm:^0.3.3" + prettier: "npm:^3.6.1" peerDependencies: nano-staged: ">=0.8.0" - checksum: 10c0/b93eeae876b9a121547043bca3ba051fb1155303d08b5ed01513eda53cd4d286952c3c1ee9f17d34ab5101f1cea6de2416c2fc616293588d7821099103fabbe1 + checksum: 10c0/9499409bc65ec21586af1bb30a5f8a87724425e823e5523e24130710dee443a00a60f292e0506f1c69f3104a9b280515ed0bfdd6f2b79b50ffef849a316f4b50 languageName: node linkType: hard -"@1stg/prettier-config@npm:^5.2.1": - version: 5.2.1 - resolution: "@1stg/prettier-config@npm:5.2.1" +"@1stg/prettier-config@npm:^5.3.1": + version: 5.3.1 + resolution: "@1stg/prettier-config@npm:5.3.1" dependencies: - "@1stg/config": "npm:^1.1.0" + "@1stg/config": "npm:^1.2.1" "@prettier/plugin-pug": "npm:^3.4.0" "@prettier/plugin-ruby": "npm:^4.0.4" "@prettier/plugin-xml": "npm:^3.4.1" @@ -50,14 +50,14 @@ __metadata: prettier-plugin-ini: "npm:^1.3.0" prettier-plugin-jsdoc: "npm:^1.3.2" prettier-plugin-jsdoc-type: "npm:^0.1.12" - prettier-plugin-pkg: "npm:^0.19.1" + prettier-plugin-pkg: "npm:^0.21.1" prettier-plugin-properties: "npm:^0.3.0" - prettier-plugin-sh: "npm:^0.17.4" + prettier-plugin-sh: "npm:^0.18.0" prettier-plugin-stylus: "npm:^0.1.0" prettier-plugin-toml: "npm:^2.0.5" peerDependencies: prettier: ^3.0.0 - checksum: 10c0/ac20742d7e92897172efd522ede6f7a2d853e4466d0869ec5b44a0a61b0c2e4c11593354729dfa941571970a5c2ddbe3dbaf2dc79bfd0ccbee07f208591ca517 + checksum: 10c0/3a2a4680b90239be8352803060301660c00d381fc9645c3e20910fd3dbe8d29af95a4ba13dc50e7a4766aa4e5c3b7426f27c9a7bfe4c4bceef0b45d9e28b7ddc languageName: node linkType: hard @@ -113,23 +113,23 @@ __metadata: languageName: node linkType: hard -"@angular-eslint/bundled-angular-compiler@npm:20.0.0": - version: 20.0.0 - resolution: "@angular-eslint/bundled-angular-compiler@npm:20.0.0" - checksum: 10c0/da3b5f1808fd1e97e5e76ff646d068a39183431f84b3399fe3ede21dd3d41283f51e46b891b56cb8c93a8b8b1570fb685be87bf4961cb1aa3f7d9dbcc26fbc41 +"@angular-eslint/bundled-angular-compiler@npm:20.1.1": + version: 20.1.1 + resolution: "@angular-eslint/bundled-angular-compiler@npm:20.1.1" + checksum: 10c0/a62c2264b8d159c8787d081705b1362f592ae5d7025d6feaf9a7bc845a16d770f598772644bb22f122efd833068958c1c00239982428ad200fc5ef4fe17011eb languageName: node linkType: hard -"@angular-eslint/template-parser@npm:^20.0.0": - version: 20.0.0 - resolution: "@angular-eslint/template-parser@npm:20.0.0" +"@angular-eslint/template-parser@npm:^20.1.1": + version: 20.1.1 + resolution: "@angular-eslint/template-parser@npm:20.1.1" dependencies: - "@angular-eslint/bundled-angular-compiler": "npm:20.0.0" + "@angular-eslint/bundled-angular-compiler": "npm:20.1.1" eslint-scope: "npm:^8.0.2" peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: "*" - checksum: 10c0/f5e955b5e630dc16723ed4e0c513d674616cdc0f4f90f79a51b71c79518de7de8adf64a20ab32cefc610ac6b311a2823b8e382ed1da4e287a2e13777c72d2eb0 + checksum: 10c0/8594aacdba2ae82191744790f1b711dd6feef3941c29a337a1a5cf296eff451cb47c5c20434fa7a3e6f76c07187e02dc1ad43d3db4fabc66fe17941fb929c571 languageName: node linkType: hard @@ -142,7 +142,7 @@ __metadata: languageName: node linkType: hard -"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.12.13, @babel/code-frame@npm:^7.21.4, @babel/code-frame@npm:^7.27.1": +"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.21.4, @babel/code-frame@npm:^7.27.1": version: 7.27.1 resolution: "@babel/code-frame@npm:7.27.1" dependencies: @@ -1624,9 +1624,9 @@ __metadata: languageName: node linkType: hard -"@changesets/assemble-release-plan@npm:^6.0.8": - version: 6.0.8 - resolution: "@changesets/assemble-release-plan@npm:6.0.8" +"@changesets/assemble-release-plan@npm:^6.0.9": + version: 6.0.9 + resolution: "@changesets/assemble-release-plan@npm:6.0.9" dependencies: "@changesets/errors": "npm:^0.2.0" "@changesets/get-dependents-graph": "npm:^2.1.3" @@ -1634,7 +1634,7 @@ __metadata: "@changesets/types": "npm:^6.1.0" "@manypkg/get-packages": "npm:^1.1.3" semver: "npm:^7.5.3" - checksum: 10c0/b3e133a22896b1a5d5ffeaa8aed2ad044997ceda9fce6327bbcb6c56ba426d9d2df502fa003ae6d6ad6263e6a5d039761bfeaab62c884c825b99fb4cbdd1c42f + checksum: 10c0/128f87975f65d9ceb2c997df186a5deae8637fd3868098bb4fb9772f35fdd3b47883ccbdc2761d0468e60a83ef4e2c1561a8e58f8052bfe2daf1ea046803fe1a languageName: node linkType: hard @@ -1658,17 +1658,17 @@ __metadata: languageName: node linkType: hard -"@changesets/cli@npm:^2.29.4": - version: 2.29.4 - resolution: "@changesets/cli@npm:2.29.4" +"@changesets/cli@npm:^2.29.5": + version: 2.29.5 + resolution: "@changesets/cli@npm:2.29.5" dependencies: "@changesets/apply-release-plan": "npm:^7.0.12" - "@changesets/assemble-release-plan": "npm:^6.0.8" + "@changesets/assemble-release-plan": "npm:^6.0.9" "@changesets/changelog-git": "npm:^0.2.1" "@changesets/config": "npm:^3.1.1" "@changesets/errors": "npm:^0.2.0" "@changesets/get-dependents-graph": "npm:^2.1.3" - "@changesets/get-release-plan": "npm:^4.0.12" + "@changesets/get-release-plan": "npm:^4.0.13" "@changesets/git": "npm:^3.0.4" "@changesets/logger": "npm:^0.1.1" "@changesets/pre": "npm:^2.0.2" @@ -1692,7 +1692,7 @@ __metadata: term-size: "npm:^2.1.0" bin: changeset: bin.js - checksum: 10c0/7f2329a989e6597eee53e4cfd6ade96e73e391a8344888dd363d391b2f1e7663d9812cdd3facbf843521d0875d71609750106ad0c41b2bad22de2cb6b7ef84bf + checksum: 10c0/7a83c7a38f636b09d049255180f9abf67b05c49237c7212a03da5f484af117bb5fd071352ba55e7d95b87e1d1aca922c45e5f93bb208ebec65e8d3f8b7cd955b languageName: node linkType: hard @@ -1742,17 +1742,17 @@ __metadata: languageName: node linkType: hard -"@changesets/get-release-plan@npm:^4.0.12": - version: 4.0.12 - resolution: "@changesets/get-release-plan@npm:4.0.12" +"@changesets/get-release-plan@npm:^4.0.13": + version: 4.0.13 + resolution: "@changesets/get-release-plan@npm:4.0.13" dependencies: - "@changesets/assemble-release-plan": "npm:^6.0.8" + "@changesets/assemble-release-plan": "npm:^6.0.9" "@changesets/config": "npm:^3.1.1" "@changesets/pre": "npm:^2.0.2" "@changesets/read": "npm:^0.6.5" "@changesets/types": "npm:^6.1.0" "@manypkg/get-packages": "npm:^1.1.3" - checksum: 10c0/bab1233d7e0c2259b706c4710aecafa4c97f4ad8bbcc1adfb51da86e5691a55257224b7ea49b01723e2a3d93378da63cf815b1fa92e30aa8247b92db1ead6148 + checksum: 10c0/908fea784ced29764e02065da6d3d0f1e6590d1c8ac77504efe5879ef183de7a01b2da0be210caa28fc10159125da10540f4bcb6917d371988e50c5b984edd07 languageName: node linkType: hard @@ -2113,21 +2113,21 @@ __metadata: languageName: node linkType: hard -"@eslint/config-array@npm:^0.20.0": - version: 0.20.0 - resolution: "@eslint/config-array@npm:0.20.0" +"@eslint/config-array@npm:^0.20.1": + version: 0.20.1 + resolution: "@eslint/config-array@npm:0.20.1" dependencies: "@eslint/object-schema": "npm:^2.1.6" debug: "npm:^4.3.1" minimatch: "npm:^3.1.2" - checksum: 10c0/94bc5d0abb96dc5295ff559925242ff75a54eacfb3576677e95917e42f7175e1c4b87bf039aa2a872f949b4852ad9724bf2f7529aaea6b98f28bb3fca7f1d659 + checksum: 10c0/709108c3925d83c2166024646829ab61ba5fa85c6568daefd32508899f46ed8dc36d7153042df6dcc7e58ad543bc93298b646575daecb5eb4e39a43d838dab42 languageName: node linkType: hard "@eslint/config-helpers@npm:^0.2.1": - version: 0.2.2 - resolution: "@eslint/config-helpers@npm:0.2.2" - checksum: 10c0/98f7cefe484bb754674585d9e73cf1414a3ab4fd0783c385465288d13eb1a8d8e7d7b0611259fc52b76b396c11a13517be5036d1f48eeb877f6f0a6b9c4f03ad + version: 0.2.3 + resolution: "@eslint/config-helpers@npm:0.2.3" + checksum: 10c0/8fd36d7f33013628787947c81894807c7498b31eacf6648efa6d7c7a99aac6bf0d59a8a4d14f968ec2aeebefb76a1a7e4fd4cd556a296323d4711b3d7a7cda22 languageName: node linkType: hard @@ -2149,6 +2149,15 @@ __metadata: 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 + languageName: node + linkType: hard + "@eslint/eslintrc@npm:^2.1.4": version: 2.1.4 resolution: "@eslint/eslintrc@npm:2.1.4" @@ -2196,10 +2205,10 @@ __metadata: languageName: node linkType: hard -"@eslint/js@npm:9.28.0, @eslint/js@npm:^9.28.0": - version: 9.28.0 - resolution: "@eslint/js@npm:9.28.0" - checksum: 10c0/5a6759542490dd9f778993edfbc8d2f55168fd0f7336ceed20fe3870c65499d72fc0bca8d1ae00ea246b0923ea4cba2e0758a8a5507a3506ddcf41c92282abb8 +"@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 languageName: node linkType: hard @@ -2221,12 +2230,12 @@ __metadata: linkType: hard "@eslint/plugin-kit@npm:^0.3.1": - version: 0.3.1 - resolution: "@eslint/plugin-kit@npm:0.3.1" + version: 0.3.3 + resolution: "@eslint/plugin-kit@npm:0.3.3" dependencies: - "@eslint/core": "npm:^0.14.0" + "@eslint/core": "npm:^0.15.1" levn: "npm:^0.4.1" - checksum: 10c0/a75f0b5d38430318a551b83e27bee570747eb50beeb76b03f64b0e78c2c27ef3d284cfda3443134df028db3251719bc0850c105f778122f6ad762d5270ec8063 + checksum: 10c0/c61888eb8757abc0d25a53c1832f85521c2f347126c475eb32d3596be3505e8619e0ceddee7346d195089a2eb1633b61e6127a5772b8965a85eb9f55b8b1cebe languageName: node linkType: hard @@ -2329,160 +2338,151 @@ __metadata: languageName: node linkType: hard -"@jest/console@npm:30.0.0": - version: 30.0.0 - resolution: "@jest/console@npm:30.0.0" +"@jest/console@npm:30.0.2": + version: 30.0.2 + resolution: "@jest/console@npm:30.0.2" dependencies: - "@jest/types": "npm:30.0.0" + "@jest/types": "npm:30.0.1" "@types/node": "npm:*" chalk: "npm:^4.1.2" - jest-message-util: "npm:30.0.0" - jest-util: "npm:30.0.0" + jest-message-util: "npm:30.0.2" + jest-util: "npm:30.0.2" slash: "npm:^3.0.0" - checksum: 10c0/57fc88b8b63086eaa34312f6d42b9736a85ecbecf1bb6bc5e4f6556243df4708dfa2ad7b2b4043ae7553b6131ebf54825f57d9a2caa74a151953be641acc75d0 + checksum: 10c0/24ef330985ff020963e1d82088d0c3a7fbe981a62bc810b7afb71e6565b8c6cbcb5e789d494d3973762efc2dc351770ad05b96568517d370ad9cd8fd33f5acd0 languageName: node linkType: hard -"@jest/core@npm:30.0.0": - version: 30.0.0 - resolution: "@jest/core@npm:30.0.0" - dependencies: - "@jest/console": "npm:30.0.0" - "@jest/pattern": "npm:30.0.0" - "@jest/reporters": "npm:30.0.0" - "@jest/test-result": "npm:30.0.0" - "@jest/transform": "npm:30.0.0" - "@jest/types": "npm:30.0.0" +"@jest/core@npm:30.0.3": + version: 30.0.3 + resolution: "@jest/core@npm:30.0.3" + dependencies: + "@jest/console": "npm:30.0.2" + "@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" "@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.0" - jest-config: "npm:30.0.0" - jest-haste-map: "npm:30.0.0" - jest-message-util: "npm:30.0.0" - jest-regex-util: "npm:30.0.0" - jest-resolve: "npm:30.0.0" - jest-resolve-dependencies: "npm:30.0.0" - jest-runner: "npm:30.0.0" - jest-runtime: "npm:30.0.0" - jest-snapshot: "npm:30.0.0" - jest-util: "npm:30.0.0" - jest-validate: "npm:30.0.0" - jest-watcher: "npm:30.0.0" + 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-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" micromatch: "npm:^4.0.8" - pretty-format: "npm:30.0.0" + pretty-format: "npm:30.0.2" slash: "npm:^3.0.0" peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 peerDependenciesMeta: node-notifier: optional: true - checksum: 10c0/b0894f5e9b0a9b50067f2b8ee5ce972aae48cb4b93528aa5f39616fa53cf894b6a35c8e51073ed5bccd1d92d79874917ef13f4e605bb27bd94b941d6b34c9ee0 + checksum: 10c0/0608245c0af4d69b8454628488ecdc44ed5cc8fee27d21640ed8c76bef26d34f8f0058f390e7350484d824d8de4f05a3b8b125cea950ca16251df8defe7cffe5 languageName: node linkType: hard -"@jest/diff-sequences@npm:30.0.0": - version: 30.0.0 - resolution: "@jest/diff-sequences@npm:30.0.0" - checksum: 10c0/40ab154efa658a29faddd7207bd3a662034ebedc0607b1438b1063cdb27dd73737b2420c01336704cb3b521a8434877126a79295abda9ae31cab1d0189e67340 +"@jest/diff-sequences@npm:30.0.1": + version: 30.0.1 + resolution: "@jest/diff-sequences@npm:30.0.1" + checksum: 10c0/3a840404e6021725ef7f86b11f7b2d13dd02846481264db0e447ee33b7ee992134e402cdc8b8b0ac969d37c6c0183044e382dedee72001cdf50cfb3c8088de74 languageName: node linkType: hard -"@jest/environment@npm:30.0.0": - version: 30.0.0 - resolution: "@jest/environment@npm:30.0.0" +"@jest/environment@npm:30.0.2": + version: 30.0.2 + resolution: "@jest/environment@npm:30.0.2" dependencies: - "@jest/fake-timers": "npm:30.0.0" - "@jest/types": "npm:30.0.0" + "@jest/fake-timers": "npm:30.0.2" + "@jest/types": "npm:30.0.1" "@types/node": "npm:*" - jest-mock: "npm:30.0.0" - checksum: 10c0/943d59b96ef95d87827d9241bd3d336fcf6869eddab06ac5615b26322bddccd630d60ff914d50e5b5c517e7a15623e155735c08a5e58489cbc1a61390236364b + jest-mock: "npm:30.0.2" + checksum: 10c0/b16683337bd61f4c1134035c9221f92b958b79965be16d4105a5008169a22705edb004ef06cb10f42cbc23464b69bbc0eb5746d60931f764b2cbf2455477b430 languageName: node linkType: hard -"@jest/expect-utils@npm:30.0.0": - version: 30.0.0 - resolution: "@jest/expect-utils@npm:30.0.0" +"@jest/expect-utils@npm:30.0.3": + version: 30.0.3 + resolution: "@jest/expect-utils@npm:30.0.3" dependencies: - "@jest/get-type": "npm:30.0.0" - checksum: 10c0/af8004f15091fe79a273a6b0f7f775ed27f6bddde80de10ef927b1a12fd4bec1c11c8284e84fb75e1d77ef1784e0ea7afc31b5bbc7c820b57a58c23eb2d0522c + "@jest/get-type": "npm:30.0.1" + checksum: 10c0/b3f662fd02980f12e4ec7b3657a728c13b1343a31b85eafd34363ea8c9a666b60ad156ffa33c1f8d2fce1cb1e06c1236361849eb52b6e31a1442195ed3b3eae0 languageName: node linkType: hard -"@jest/expect-utils@npm:^29.7.0": - version: 29.7.0 - resolution: "@jest/expect-utils@npm:29.7.0" +"@jest/expect@npm:30.0.3": + version: 30.0.3 + resolution: "@jest/expect@npm:30.0.3" dependencies: - jest-get-type: "npm:^29.6.3" - checksum: 10c0/60b79d23a5358dc50d9510d726443316253ecda3a7fb8072e1526b3e0d3b14f066ee112db95699b7a43ad3f0b61b750c72e28a5a1cac361d7a2bb34747fa938a + expect: "npm:30.0.3" + jest-snapshot: "npm:30.0.3" + checksum: 10c0/d76f727891df37bd1e93fff73ed4f12d6d77db33adf47cc12500b85951e7e6373e3e6f99d5826ff7c571e578d636e8a1260fd171ba0da0755b9a23b1ef75edbe languageName: node linkType: hard -"@jest/expect@npm:30.0.0": - version: 30.0.0 - resolution: "@jest/expect@npm:30.0.0" +"@jest/fake-timers@npm:30.0.2": + version: 30.0.2 + resolution: "@jest/fake-timers@npm:30.0.2" dependencies: - expect: "npm:30.0.0" - jest-snapshot: "npm:30.0.0" - checksum: 10c0/f11de81beecfe965a5c6f84da8c764330c8e8c756f7338db75bc62397b6b292f4216319801039070faf89643d9eebe87b73dd1b00bc308c7253d07ae612fab11 - languageName: node - linkType: hard - -"@jest/fake-timers@npm:30.0.0": - version: 30.0.0 - resolution: "@jest/fake-timers@npm:30.0.0" - dependencies: - "@jest/types": "npm:30.0.0" + "@jest/types": "npm:30.0.1" "@sinonjs/fake-timers": "npm:^13.0.0" "@types/node": "npm:*" - jest-message-util: "npm:30.0.0" - jest-mock: "npm:30.0.0" - jest-util: "npm:30.0.0" - checksum: 10c0/938cdb91113f9e2d5852ae4f8ad509799cdfc3f14bbe1bb0ddb1fba32e38c49876536ba3d395a5c16c8970ac45be1d2e2f4992a7ff5708e6da42ec7a76730564 + jest-message-util: "npm:30.0.2" + jest-mock: "npm:30.0.2" + jest-util: "npm:30.0.2" + checksum: 10c0/896e727a1146948780998d62e7807214f9e2b0a724e283f19baca4dfe326fb8fb885244eee6d201bc5e1385336c176c093179f080e0fae03b20ec25c02604352 languageName: node linkType: hard -"@jest/get-type@npm:30.0.0": - version: 30.0.0 - resolution: "@jest/get-type@npm:30.0.0" - checksum: 10c0/1e455fe8f04e0dab5964b80b9ab3a8f2b34015f4c3590b57a911f6e563eeffe8368fc0ebd33eb6ef374c66fd804595528dca9a36cdc5f742357a6d940bba4b49 +"@jest/get-type@npm:30.0.1": + version: 30.0.1 + resolution: "@jest/get-type@npm:30.0.1" + checksum: 10c0/92437ae42d0df57e8acc2d067288151439db4752cde4f5e680c73c8a6e34568bbd8c1c81a2f2f9a637a619c2aac8bc87553fb80e31475b59e2ed789a71e5e540 languageName: node linkType: hard -"@jest/globals@npm:30.0.0": - version: 30.0.0 - resolution: "@jest/globals@npm:30.0.0" +"@jest/globals@npm:30.0.3": + version: 30.0.3 + resolution: "@jest/globals@npm:30.0.3" dependencies: - "@jest/environment": "npm:30.0.0" - "@jest/expect": "npm:30.0.0" - "@jest/types": "npm:30.0.0" - jest-mock: "npm:30.0.0" - checksum: 10c0/3dd1244e3115d0f0aa61f4850324e5f85d5117bd09458d09c1dca34989d16d46d8c0b7e6ac9b128cc9c3dab38cdd5a1145c0786b7fb2eb644e854e7da23bab06 + "@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 languageName: node linkType: hard -"@jest/pattern@npm:30.0.0": - version: 30.0.0 - resolution: "@jest/pattern@npm:30.0.0" +"@jest/pattern@npm:30.0.1": + version: 30.0.1 + resolution: "@jest/pattern@npm:30.0.1" dependencies: "@types/node": "npm:*" - jest-regex-util: "npm:30.0.0" - checksum: 10c0/9de4ba49350f36bc6c7f14e6f5df125dcbe3292faa1641e89d01e8d323491512859a7ebc7c6a4b95a235891961fe5df7fc4a993734f6465fb4666d494ad439d4 + jest-regex-util: "npm:30.0.1" + checksum: 10c0/32c5a7bfb6c591f004dac0ed36d645002ed168971e4c89bd915d1577031672870032594767557b855c5bc330aa1e39a2f54bf150d2ee88a7a0886e9cb65318bc languageName: node linkType: hard -"@jest/reporters@npm:30.0.0": - version: 30.0.0 - resolution: "@jest/reporters@npm:30.0.0" +"@jest/reporters@npm:30.0.2": + version: 30.0.2 + resolution: "@jest/reporters@npm:30.0.2" dependencies: "@bcoe/v8-coverage": "npm:^0.2.3" - "@jest/console": "npm:30.0.0" - "@jest/test-result": "npm:30.0.0" - "@jest/transform": "npm:30.0.0" - "@jest/types": "npm:30.0.0" + "@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" "@jridgewell/trace-mapping": "npm:^0.3.25" "@types/node": "npm:*" chalk: "npm:^4.1.2" @@ -2495,9 +2495,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.0" - jest-util: "npm:30.0.0" - jest-worker: "npm:30.0.0" + jest-message-util: "npm:30.0.2" + jest-util: "npm:30.0.2" + jest-worker: "npm:30.0.2" slash: "npm:^3.0.0" string-length: "npm:^4.0.2" v8-to-istanbul: "npm:^9.0.1" @@ -2506,16 +2506,16 @@ __metadata: peerDependenciesMeta: node-notifier: optional: true - checksum: 10c0/997699c7f41ac8a8c3dce8f5948147f8e1bb2adf64428880b949c1e755e54985987b1dda5151ba7bcba98164a1463b3125e7262ca17020dd9ad6ef2540515b81 + checksum: 10c0/4931fd1f3ae1236fba8f6068b8949b3788fe367ff2eaaa88293988344f50dcb5c15a4063a65cc4485546504bb3b85e2e6667c68acca249d3597b97425bbc2ee5 languageName: node linkType: hard -"@jest/schemas@npm:30.0.0": - version: 30.0.0 - resolution: "@jest/schemas@npm:30.0.0" +"@jest/schemas@npm:30.0.1": + version: 30.0.1 + resolution: "@jest/schemas@npm:30.0.1" dependencies: "@sinclair/typebox": "npm:^0.34.0" - checksum: 10c0/28f467674ca09c7deea7b21653639d4991130b69b972dc1b7ee190f8f4ff255089ad26e93333e69f11f161bbd07f16a3b45ba425177ab79f95b4f287886a7430 + checksum: 10c0/27977359edc4b33293af7c85c53de5014a87c29b9ab98b0a827fedfc6635abdb522aad8c3ff276080080911f519699b094bd6f4e151b43f0cc5856ccc83c04a7 languageName: node linkType: hard @@ -2528,102 +2528,88 @@ __metadata: languageName: node linkType: hard -"@jest/snapshot-utils@npm:30.0.0": - version: 30.0.0 - resolution: "@jest/snapshot-utils@npm:30.0.0" +"@jest/snapshot-utils@npm:30.0.1": + version: 30.0.1 + resolution: "@jest/snapshot-utils@npm:30.0.1" dependencies: - "@jest/types": "npm:30.0.0" + "@jest/types": "npm:30.0.1" chalk: "npm:^4.1.2" graceful-fs: "npm:^4.2.11" natural-compare: "npm:^1.4.0" - checksum: 10c0/5a03bf72f3c690c84cdd6b4790e9321f42d76fcef6e5f17b2d8124864c4c7130e7b16b8257fec6b361bbb72baa2e0e98dba294f4f9768519b61360c5e03c5acc + checksum: 10c0/a90f09733ca98e695bc2850afdbb0a9d958f4f8805b0e5420cba210422c5bfeb097de57bf66436006f3d5cc3da4109e1e65f6c3e2947474a4911f4d22a8496e8 languageName: node linkType: hard -"@jest/source-map@npm:30.0.0": - version: 30.0.0 - resolution: "@jest/source-map@npm:30.0.0" +"@jest/source-map@npm:30.0.1": + version: 30.0.1 + resolution: "@jest/source-map@npm:30.0.1" dependencies: "@jridgewell/trace-mapping": "npm:^0.3.25" callsites: "npm:^3.1.0" graceful-fs: "npm:^4.2.11" - checksum: 10c0/350ff4c40bd70249d7f1706726e2541e1b62ea525ffbfcfc07888dcab92afa06d6b34bea98d4295183b96cadfd8364096eceb2ff3225ae1dbafae7f05e6a727d + checksum: 10c0/e7bda2786fc9f483d9dd7566c58c4bd948830997be862dfe80a3ae5550ff3f84753abb52e705d02ebe9db9f34ba7ebec4c2db11882048cdeef7a66f6332b3897 languageName: node linkType: hard -"@jest/test-result@npm:30.0.0": - version: 30.0.0 - resolution: "@jest/test-result@npm:30.0.0" +"@jest/test-result@npm:30.0.2": + version: 30.0.2 + resolution: "@jest/test-result@npm:30.0.2" dependencies: - "@jest/console": "npm:30.0.0" - "@jest/types": "npm:30.0.0" + "@jest/console": "npm:30.0.2" + "@jest/types": "npm:30.0.1" "@types/istanbul-lib-coverage": "npm:^2.0.6" collect-v8-coverage: "npm:^1.0.2" - checksum: 10c0/33a05e57855e5b1a7b1dbb6b297c7abf30c54190a1497259f45025a8e33945d7206ac84102ec73de5466e14872f6c852ff9c38e5772356e900bafd403b90e67f + checksum: 10c0/f2a1d5b3f1c8f786acc76b77c72a73dc314e579a4ea91ad5ad19e9906156ffa17b56a69cab33cffd1d9be32cfc5f98c60a92fceedd4c700280933b8a14de4e35 languageName: node linkType: hard -"@jest/test-sequencer@npm:30.0.0": - version: 30.0.0 - resolution: "@jest/test-sequencer@npm:30.0.0" +"@jest/test-sequencer@npm:30.0.2": + version: 30.0.2 + resolution: "@jest/test-sequencer@npm:30.0.2" dependencies: - "@jest/test-result": "npm:30.0.0" + "@jest/test-result": "npm:30.0.2" graceful-fs: "npm:^4.2.11" - jest-haste-map: "npm:30.0.0" + jest-haste-map: "npm:30.0.2" slash: "npm:^3.0.0" - checksum: 10c0/b2ccc5cfb4742cc336b3c780f36cf041705d7ea9a0a76230878d517f09d93309a4b77695079cacec3e01198a414fb712e8a3d0ecf1c644664c8bee44e14c341e + checksum: 10c0/5d6d74a8c530db1fac4ba085b6a27e98b52a196e2d88d53462771f3a8e8165d3f593a3cea28ed73951cbaf95ba80c7389719c58e99cb3700f0ad122376d1430b languageName: node linkType: hard -"@jest/transform@npm:30.0.0": - version: 30.0.0 - resolution: "@jest/transform@npm:30.0.0" +"@jest/transform@npm:30.0.2": + version: 30.0.2 + resolution: "@jest/transform@npm:30.0.2" dependencies: "@babel/core": "npm:^7.27.4" - "@jest/types": "npm:30.0.0" + "@jest/types": "npm:30.0.1" "@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.0" - jest-regex-util: "npm:30.0.0" - jest-util: "npm:30.0.0" + jest-haste-map: "npm:30.0.2" + jest-regex-util: "npm:30.0.1" + jest-util: "npm:30.0.2" micromatch: "npm:^4.0.8" pirates: "npm:^4.0.7" slash: "npm:^3.0.0" write-file-atomic: "npm:^5.0.1" - checksum: 10c0/7452a5bc991a26d39feb1b06e33114664af52ed4b004e786aa5fabc75f0e270d53c80b424fa720905ab6fe59062f8e68740b5122bed72354cc6e33a177948cfc + checksum: 10c0/2ab4c049b2c4851dd7abc9f837565c7b3feb5d395955608d929c5caffc0052955a0216c20bf5db1eebef9b9a888cec508a1ea3b6237648cc1f77fea00b2321dd languageName: node linkType: hard -"@jest/types@npm:30.0.0": - version: 30.0.0 - resolution: "@jest/types@npm:30.0.0" +"@jest/types@npm:30.0.1": + version: 30.0.1 + resolution: "@jest/types@npm:30.0.1" dependencies: - "@jest/pattern": "npm:30.0.0" - "@jest/schemas": "npm:30.0.0" + "@jest/pattern": "npm:30.0.1" + "@jest/schemas": "npm:30.0.1" "@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/f34f5aff00680c408a2b35e70b486d157a6c1f8006efda31ca4b2f94f727ce1875dbd09edb89b444de8f8184f5009bc0c9509ab7685485bd13337745d8f4def7 - languageName: node - linkType: hard - -"@jest/types@npm:^29.6.3": - version: 29.6.3 - resolution: "@jest/types@npm:29.6.3" - dependencies: - "@jest/schemas": "npm:^29.6.3" - "@types/istanbul-lib-coverage": "npm:^2.0.0" - "@types/istanbul-reports": "npm:^3.0.0" - "@types/node": "npm:*" - "@types/yargs": "npm:^17.0.8" - chalk: "npm:^4.0.0" - checksum: 10c0/ea4e493dd3fb47933b8ccab201ae573dcc451f951dc44ed2a86123cd8541b82aa9d2b1031caf9b1080d6673c517e2dcc25a44b2dc4f3fbc37bfc965d444888c0 + checksum: 10c0/407469331e74f9bb1ffd40202c3a8cece2fd07ba535adeb60557bdcee13713cf2f14cf78869ba7ef50a7e6fe0ed7cc97ec775056dd640fc0a332e8fbfaec1ee8 languageName: node linkType: hard @@ -2737,7 +2723,7 @@ __metadata: languageName: node linkType: hard -"@napi-rs/wasm-runtime@npm:^0.2.10, @napi-rs/wasm-runtime@npm:^0.2.11, @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.4, @napi-rs/wasm-runtime@npm:^0.2.5, @napi-rs/wasm-runtime@npm:^0.2.9": version: 0.2.11 resolution: "@napi-rs/wasm-runtime@npm:0.2.11" dependencies: @@ -3047,17 +3033,17 @@ __metadata: languageName: node linkType: hard -"@oxc-project/runtime@npm:=0.72.2": - version: 0.72.2 - resolution: "@oxc-project/runtime@npm:0.72.2" - checksum: 10c0/6a373ab00241ab792aa46966378c35d0294a5cb372b5f46ce4dc5ac6a6bb710c3f96e6ea8fa2fc8063366fc691bbc39d3c23bc2c8210086df4f1416b4acb415e +"@oxc-project/runtime@npm:0.71.0": + version: 0.71.0 + resolution: "@oxc-project/runtime@npm:0.71.0" + checksum: 10c0/37823f241ebb74c902d34c784a1f0d963572812a59129436a9a34c7a8a8ea08a23ec9b13fdff9807482f3715832dd2b96e6d364c038ce91ca05c4d86114464c5 languageName: node linkType: hard -"@oxc-project/types@npm:=0.72.2": - version: 0.72.2 - resolution: "@oxc-project/types@npm:0.72.2" - checksum: 10c0/92e6bfbfb8eeec60c85344e074089315d9bef4ed393afbec2e2ceb16f3ed77a070ed3597fdfa635441e20a63d0a2468a85a4dde347ade7d7e935f1eb1ae3586a +"@oxc-project/types@npm:0.71.0": + version: 0.71.0 + resolution: "@oxc-project/types@npm:0.71.0" + checksum: 10c0/899f3af74f6aaee1ef5611ce78d85867948a5676829b4dce61d4ee6ea75755b574a2cf4671858f1d6015dd7ae66c9aeedb6f89cf61278c319fa0fb2b2abaae89 languageName: node linkType: hard @@ -3168,7 +3154,7 @@ __metadata: languageName: node linkType: hard -"@pkgr/core@npm:^0.3.0, @pkgr/core@npm:^0.3.1": +"@pkgr/core@npm:^0.3.0, @pkgr/core@npm:^0.3.3": version: 0.3.3 resolution: "@pkgr/core@npm:0.3.3" checksum: 10c0/0f020bc518fa8ac38c82170009bdaf45e96299fe168807c3483af0a66cc2e74eb0c63d18e3278a2e072cb33a8d2a52d066585ac2a65d7bf3b74a7ce9caa1c694 @@ -3225,103 +3211,103 @@ __metadata: languageName: node linkType: hard -"@reteps/dockerfmt@npm:^0.3.5": +"@reteps/dockerfmt@npm:^0.3.6": version: 0.3.6 resolution: "@reteps/dockerfmt@npm:0.3.6" checksum: 10c0/b6ca467ba97ea49071c44d0fbecf131fc8045165e950d0d01372c1834000c58d53f62bff42f09b851f7a9d91899047f071cd8fe57e1fc88fc27e2a3d2bdb214d languageName: node linkType: hard -"@rolldown/binding-darwin-arm64@npm:1.0.0-beta.11-commit.f051675": - version: 1.0.0-beta.11-commit.f051675 - resolution: "@rolldown/binding-darwin-arm64@npm:1.0.0-beta.11-commit.f051675" +"@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" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@rolldown/binding-darwin-x64@npm:1.0.0-beta.11-commit.f051675": - version: 1.0.0-beta.11-commit.f051675 - resolution: "@rolldown/binding-darwin-x64@npm:1.0.0-beta.11-commit.f051675" +"@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" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@rolldown/binding-freebsd-x64@npm:1.0.0-beta.11-commit.f051675": - version: 1.0.0-beta.11-commit.f051675 - resolution: "@rolldown/binding-freebsd-x64@npm:1.0.0-beta.11-commit.f051675" +"@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" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@rolldown/binding-linux-arm-gnueabihf@npm:1.0.0-beta.11-commit.f051675": - version: 1.0.0-beta.11-commit.f051675 - resolution: "@rolldown/binding-linux-arm-gnueabihf@npm:1.0.0-beta.11-commit.f051675" +"@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" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@rolldown/binding-linux-arm64-gnu@npm:1.0.0-beta.11-commit.f051675": - version: 1.0.0-beta.11-commit.f051675 - resolution: "@rolldown/binding-linux-arm64-gnu@npm:1.0.0-beta.11-commit.f051675" +"@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" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@rolldown/binding-linux-arm64-musl@npm:1.0.0-beta.11-commit.f051675": - version: 1.0.0-beta.11-commit.f051675 - resolution: "@rolldown/binding-linux-arm64-musl@npm:1.0.0-beta.11-commit.f051675" +"@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" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@rolldown/binding-linux-x64-gnu@npm:1.0.0-beta.11-commit.f051675": - version: 1.0.0-beta.11-commit.f051675 - resolution: "@rolldown/binding-linux-x64-gnu@npm:1.0.0-beta.11-commit.f051675" +"@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" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@rolldown/binding-linux-x64-musl@npm:1.0.0-beta.11-commit.f051675": - version: 1.0.0-beta.11-commit.f051675 - resolution: "@rolldown/binding-linux-x64-musl@npm:1.0.0-beta.11-commit.f051675" +"@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" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@rolldown/binding-wasm32-wasi@npm:1.0.0-beta.11-commit.f051675": - version: 1.0.0-beta.11-commit.f051675 - resolution: "@rolldown/binding-wasm32-wasi@npm:1.0.0-beta.11-commit.f051675" +"@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" dependencies: - "@napi-rs/wasm-runtime": "npm:^0.2.10" + "@napi-rs/wasm-runtime": "npm:^0.2.4" conditions: cpu=wasm32 languageName: node linkType: hard -"@rolldown/binding-win32-arm64-msvc@npm:1.0.0-beta.11-commit.f051675": - version: 1.0.0-beta.11-commit.f051675 - resolution: "@rolldown/binding-win32-arm64-msvc@npm:1.0.0-beta.11-commit.f051675" +"@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" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@rolldown/binding-win32-ia32-msvc@npm:1.0.0-beta.11-commit.f051675": - version: 1.0.0-beta.11-commit.f051675 - resolution: "@rolldown/binding-win32-ia32-msvc@npm:1.0.0-beta.11-commit.f051675" +"@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" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@rolldown/binding-win32-x64-msvc@npm:1.0.0-beta.11-commit.f051675": - version: 1.0.0-beta.11-commit.f051675 - resolution: "@rolldown/binding-win32-x64-msvc@npm:1.0.0-beta.11-commit.f051675" +"@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" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@rolldown/pluginutils@npm:1.0.0-beta.11-commit.f051675": - version: 1.0.0-beta.11-commit.f051675 - resolution: "@rolldown/pluginutils@npm:1.0.0-beta.11-commit.f051675" - checksum: 10c0/fda4579c752ac0485e63471ae812fad0f3b75e0963d778c54cbd3ddbc73882b5cbf449d7f554ecc07b09ef80a6c8c789dde948121cba6f4519e452a9e84e6f67 +"@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 languageName: node linkType: hard @@ -3333,9 +3319,9 @@ __metadata: linkType: hard "@sinclair/typebox@npm:^0.34.0": - version: 0.34.33 - resolution: "@sinclair/typebox@npm:0.34.33" - checksum: 10c0/88ab4f7afc7514d576602dce5c892462a89f9082d77dde0e8e21342b3a5c8891ddfc51a65e7dbd5b3f5cbd8f5cb76aded0c0edcfcfb5730f189c2819de9583a7 + version: 0.34.37 + resolution: "@sinclair/typebox@npm:0.34.37" + checksum: 10c0/22fff01853d8f35e8a1f0be004e91a0c3ced16f35b8d7e915392e91bf021190bcba45102cd148679c53440c4ed228b31d7a2635461ea5d089ef581f6254ecfb4 languageName: node linkType: hard @@ -3417,92 +3403,92 @@ __metadata: languageName: node linkType: hard -"@swc/core-darwin-arm64@npm:1.12.0": - version: 1.12.0 - resolution: "@swc/core-darwin-arm64@npm:1.12.0" +"@swc/core-darwin-arm64@npm:1.12.7": + version: 1.12.7 + resolution: "@swc/core-darwin-arm64@npm:1.12.7" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@swc/core-darwin-x64@npm:1.12.0": - version: 1.12.0 - resolution: "@swc/core-darwin-x64@npm:1.12.0" +"@swc/core-darwin-x64@npm:1.12.7": + version: 1.12.7 + resolution: "@swc/core-darwin-x64@npm:1.12.7" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@swc/core-linux-arm-gnueabihf@npm:1.12.0": - version: 1.12.0 - resolution: "@swc/core-linux-arm-gnueabihf@npm:1.12.0" +"@swc/core-linux-arm-gnueabihf@npm:1.12.7": + version: 1.12.7 + resolution: "@swc/core-linux-arm-gnueabihf@npm:1.12.7" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@swc/core-linux-arm64-gnu@npm:1.12.0": - version: 1.12.0 - resolution: "@swc/core-linux-arm64-gnu@npm:1.12.0" +"@swc/core-linux-arm64-gnu@npm:1.12.7": + version: 1.12.7 + resolution: "@swc/core-linux-arm64-gnu@npm:1.12.7" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@swc/core-linux-arm64-musl@npm:1.12.0": - version: 1.12.0 - resolution: "@swc/core-linux-arm64-musl@npm:1.12.0" +"@swc/core-linux-arm64-musl@npm:1.12.7": + version: 1.12.7 + resolution: "@swc/core-linux-arm64-musl@npm:1.12.7" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@swc/core-linux-x64-gnu@npm:1.12.0": - version: 1.12.0 - resolution: "@swc/core-linux-x64-gnu@npm:1.12.0" +"@swc/core-linux-x64-gnu@npm:1.12.7": + version: 1.12.7 + resolution: "@swc/core-linux-x64-gnu@npm:1.12.7" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@swc/core-linux-x64-musl@npm:1.12.0": - version: 1.12.0 - resolution: "@swc/core-linux-x64-musl@npm:1.12.0" +"@swc/core-linux-x64-musl@npm:1.12.7": + version: 1.12.7 + resolution: "@swc/core-linux-x64-musl@npm:1.12.7" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@swc/core-win32-arm64-msvc@npm:1.12.0": - version: 1.12.0 - resolution: "@swc/core-win32-arm64-msvc@npm:1.12.0" +"@swc/core-win32-arm64-msvc@npm:1.12.7": + version: 1.12.7 + resolution: "@swc/core-win32-arm64-msvc@npm:1.12.7" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@swc/core-win32-ia32-msvc@npm:1.12.0": - version: 1.12.0 - resolution: "@swc/core-win32-ia32-msvc@npm:1.12.0" +"@swc/core-win32-ia32-msvc@npm:1.12.7": + version: 1.12.7 + resolution: "@swc/core-win32-ia32-msvc@npm:1.12.7" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@swc/core-win32-x64-msvc@npm:1.12.0": - version: 1.12.0 - resolution: "@swc/core-win32-x64-msvc@npm:1.12.0" +"@swc/core-win32-x64-msvc@npm:1.12.7": + version: 1.12.7 + resolution: "@swc/core-win32-x64-msvc@npm:1.12.7" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@swc/core@npm:^1.12.0": - version: 1.12.0 - resolution: "@swc/core@npm:1.12.0" +"@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.0" - "@swc/core-darwin-x64": "npm:1.12.0" - "@swc/core-linux-arm-gnueabihf": "npm:1.12.0" - "@swc/core-linux-arm64-gnu": "npm:1.12.0" - "@swc/core-linux-arm64-musl": "npm:1.12.0" - "@swc/core-linux-x64-gnu": "npm:1.12.0" - "@swc/core-linux-x64-musl": "npm:1.12.0" - "@swc/core-win32-arm64-msvc": "npm:1.12.0" - "@swc/core-win32-ia32-msvc": "npm:1.12.0" - "@swc/core-win32-x64-msvc": "npm:1.12.0" + "@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/counter": "npm:^0.1.3" - "@swc/types": "npm:^0.1.22" + "@swc/types": "npm:^0.1.23" peerDependencies: "@swc/helpers": ">=0.5.17" dependenciesMeta: @@ -3529,7 +3515,7 @@ __metadata: peerDependenciesMeta: "@swc/helpers": optional: true - checksum: 10c0/969403f881b098dbaa099e117ab648e1aa30632f597d3bf1a13ab1864bcb279e5ae2a6bea488497bb8ea826a5ff17c23fbd8d87321ffe3c4a022445e801dcb04 + checksum: 10c0/c44aa91c433937b512ed902ee1ad9d8fc79e9f914b6291685e912e963002dbb0b86374f22be1435fd44515d03232212b0125acb2c12cf84f01fea3d2eb008656 languageName: node linkType: hard @@ -3549,7 +3535,7 @@ __metadata: languageName: node linkType: hard -"@swc/types@npm:^0.1.22": +"@swc/types@npm:^0.1.23": version: 0.1.23 resolution: "@swc/types@npm:0.1.23" dependencies: @@ -3793,7 +3779,7 @@ __metadata: languageName: node linkType: hard -"@types/istanbul-lib-coverage@npm:*, @types/istanbul-lib-coverage@npm:^2.0.0, @types/istanbul-lib-coverage@npm:^2.0.1, @types/istanbul-lib-coverage@npm:^2.0.6": +"@types/istanbul-lib-coverage@npm:*, @types/istanbul-lib-coverage@npm:^2.0.1, @types/istanbul-lib-coverage@npm:^2.0.6": version: 2.0.6 resolution: "@types/istanbul-lib-coverage@npm:2.0.6" checksum: 10c0/3948088654f3eeb45363f1db158354fb013b362dba2a5c2c18c559484d5eb9f6fd85b23d66c0a7c2fcfab7308d0a585b14dadaca6cc8bf89ebfdc7f8f5102fb7 @@ -3809,7 +3795,7 @@ __metadata: languageName: node linkType: hard -"@types/istanbul-reports@npm:^3.0.0, @types/istanbul-reports@npm:^3.0.4": +"@types/istanbul-reports@npm:^3.0.4": version: 3.0.4 resolution: "@types/istanbul-reports@npm:3.0.4" dependencies: @@ -3818,13 +3804,13 @@ __metadata: languageName: node linkType: hard -"@types/jest@npm:^29.5.14": - version: 29.5.14 - resolution: "@types/jest@npm:29.5.14" +"@types/jest@npm:^30.0.0": + version: 30.0.0 + resolution: "@types/jest@npm:30.0.0" dependencies: - expect: "npm:^29.0.0" - pretty-format: "npm:^29.0.0" - checksum: 10c0/18e0712d818890db8a8dab3d91e9ea9f7f19e3f83c2e50b312f557017dc81466207a71f3ed79cf4428e813ba939954fa26ffa0a9a7f153181ba174581b1c2aed + expect: "npm:^30.0.0" + pretty-format: "npm:^30.0.0" + checksum: 10c0/20c6ce574154bc16f8dd6a97afacca4b8c4921a819496a3970382031c509ebe87a1b37b152a1b8475089b82d8ca951a9e95beb4b9bf78fbf579b1536f0b65969 languageName: node linkType: hard @@ -3869,12 +3855,12 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:*, @types/node@npm:^22.0.0, @types/node@npm:^22.15.31": - version: 22.15.31 - resolution: "@types/node@npm:22.15.31" +"@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" dependencies: undici-types: "npm:~6.21.0" - checksum: 10c0/ef7d5dc890da41cfd554d35ab8998bc18be9e3a0caa642e720599ac4410a94a4879766e52b3c9cafa06c66b7b8aebdc51f322cf67df23a6489927890196a316d + checksum: 10c0/ee040c29c891aa37fffc27d04a8529318c391356346933646b7692eaf62236831ad532f6ebaf43ebd6a2ef1f0f091860d8a0a83a4e3c5a4f66d37aa1b2c99f31 languageName: node linkType: hard @@ -3908,7 +3894,7 @@ __metadata: languageName: node linkType: hard -"@types/stack-utils@npm:^2.0.0, @types/stack-utils@npm:^2.0.3": +"@types/stack-utils@npm:^2.0.3": version: 2.0.3 resolution: "@types/stack-utils@npm:2.0.3" checksum: 10c0/1f4658385ae936330581bcb8aa3a066df03867d90281cdf89cc356d404bd6579be0f11902304e1f775d92df22c6dd761d4451c804b0a4fba973e06211e9bd77c @@ -3957,7 +3943,7 @@ __metadata: languageName: node linkType: hard -"@types/yargs@npm:^17.0.33, @types/yargs@npm:^17.0.8": +"@types/yargs@npm:^17.0.33": version: 17.0.33 resolution: "@types/yargs@npm:17.0.33" dependencies: @@ -3966,122 +3952,122 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:8.34.0, @typescript-eslint/eslint-plugin@npm:^8.34.0": - version: 8.34.0 - resolution: "@typescript-eslint/eslint-plugin@npm:8.34.0" +"@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" dependencies: "@eslint-community/regexpp": "npm:^4.10.0" - "@typescript-eslint/scope-manager": "npm:8.34.0" - "@typescript-eslint/type-utils": "npm:8.34.0" - "@typescript-eslint/utils": "npm:8.34.0" - "@typescript-eslint/visitor-keys": "npm:8.34.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" 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.34.0 + "@typescript-eslint/parser": ^8.35.0 eslint: ^8.57.0 || ^9.0.0 typescript: ">=4.8.4 <5.9.0" - checksum: 10c0/905a05d15f4b0367838ec445f9890321d87470198bf7a589278fc0f38c82cf3ccc1efce4acd3c9c94ee6149d5579ef58606fb7c50f4db50c830de65af8c27c6d + checksum: 10c0/27391f1b168a175fdc62370e5afe51317d4433115abbbff8ee0aea8ecd7bf6dd541a76f8e0cc94119750ae3146863204862640acb45394f0b92809e88d39f881 languageName: node linkType: hard -"@typescript-eslint/parser@npm:8.34.0, @typescript-eslint/parser@npm:^8.34.0": - version: 8.34.0 - resolution: "@typescript-eslint/parser@npm:8.34.0" +"@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" dependencies: - "@typescript-eslint/scope-manager": "npm:8.34.0" - "@typescript-eslint/types": "npm:8.34.0" - "@typescript-eslint/typescript-estree": "npm:8.34.0" - "@typescript-eslint/visitor-keys": "npm:8.34.0" + "@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" debug: "npm:^4.3.4" peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: ">=4.8.4 <5.9.0" - checksum: 10c0/a829be00ea3455c1e50983c8b44476fbfc9329d019764e407c4d591a95dbd168f83f13e309751242bb4fdc02f89cb51ca5cdc912a12b10f69eebcb1c46dcc39b + checksum: 10c0/8f1cda98f8bee3d79266974e5e5c831a0ca473e928fb16f1dc1c85ee24f2cb9c0fcf3c1bcbbef9d6044cf063f6e59d3198b766a27000776830fe591043e11625 languageName: node linkType: hard -"@typescript-eslint/project-service@npm:8.34.0": - version: 8.34.0 - resolution: "@typescript-eslint/project-service@npm:8.34.0" +"@typescript-eslint/project-service@npm:8.35.0": + version: 8.35.0 + resolution: "@typescript-eslint/project-service@npm:8.35.0" dependencies: - "@typescript-eslint/tsconfig-utils": "npm:^8.34.0" - "@typescript-eslint/types": "npm:^8.34.0" + "@typescript-eslint/tsconfig-utils": "npm:^8.35.0" + "@typescript-eslint/types": "npm:^8.35.0" debug: "npm:^4.3.4" peerDependencies: typescript: ">=4.8.4 <5.9.0" - checksum: 10c0/88e64b8daf7db9603277fcbeb9e585e70ec6d6e34fa10d4b60f421e48081cc7c1f6acb01e1ee9dd95e10c0601f164c1defbfe6c9d1edc9822089bb72dbb0fc80 + checksum: 10c0/c2d6d44b6b2ff3ecabec8ade824163196799060ac457661eb94049487d770ce68d128b33a2f24090adf1ebcb66ff6c9a05fc6659349b9a0784a5a080ecf8ff81 languageName: node linkType: hard -"@typescript-eslint/rule-tester@npm:^8.34.0": - version: 8.34.0 - resolution: "@typescript-eslint/rule-tester@npm:8.34.0" +"@typescript-eslint/rule-tester@npm:^8.35.0": + version: 8.35.0 + resolution: "@typescript-eslint/rule-tester@npm:8.35.0" dependencies: - "@typescript-eslint/parser": "npm:8.34.0" - "@typescript-eslint/typescript-estree": "npm:8.34.0" - "@typescript-eslint/utils": "npm:8.34.0" + "@typescript-eslint/parser": "npm:8.35.0" + "@typescript-eslint/typescript-estree": "npm:8.35.0" + "@typescript-eslint/utils": "npm:8.35.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/935967dfff3008d13ebaf3fb41be66595ec8fe1cd4c8fb6a4ab0603ae28b3da7c1f8b84d6f0c97fc2b475e92392af01fc85ffa00e9111030a79127be638b60c3 + checksum: 10c0/52b1d1be000a480d08b76ca9d124aa7c76f14feefb0ee3260e1948623569ef9a28b76844d6b213000e171930b54569f0d4f8c736345fbd8391ecafb6663370ba languageName: node linkType: hard -"@typescript-eslint/scope-manager@npm:8.34.0": - version: 8.34.0 - resolution: "@typescript-eslint/scope-manager@npm:8.34.0" +"@typescript-eslint/scope-manager@npm:8.35.0": + version: 8.35.0 + resolution: "@typescript-eslint/scope-manager@npm:8.35.0" dependencies: - "@typescript-eslint/types": "npm:8.34.0" - "@typescript-eslint/visitor-keys": "npm:8.34.0" - checksum: 10c0/35af36bddc4c227cb0bac42192c40b38179ced30866b6aac642781e21c3f3b1c72051eb4f685d7c99517c3296dd6ba83dd8360e4072e8dcf604aae266eece1b4 + "@typescript-eslint/types": "npm:8.35.0" + "@typescript-eslint/visitor-keys": "npm:8.35.0" + checksum: 10c0/a27cf27a1852bb0d6ea08f475fcc79557f1977be96ef563d92127e8011e4065566441c32c40eb7a530111ffd3a8489919da7f8a2b7466a610cfc9c07670a9601 languageName: node linkType: hard -"@typescript-eslint/tsconfig-utils@npm:8.34.0, @typescript-eslint/tsconfig-utils@npm:^8.34.0": - version: 8.34.0 - resolution: "@typescript-eslint/tsconfig-utils@npm:8.34.0" +"@typescript-eslint/tsconfig-utils@npm:8.35.0, @typescript-eslint/tsconfig-utils@npm:^8.35.0": + version: 8.35.0 + resolution: "@typescript-eslint/tsconfig-utils@npm:8.35.0" peerDependencies: typescript: ">=4.8.4 <5.9.0" - checksum: 10c0/98246f89d169d3feb453a6a8552c51d10225cb00c4ff1501549b7846e564ad0e218b644cd94ce779dceed07dcb9035c53fd32186b4c0223b7b2a1f7295b120c3 + checksum: 10c0/baa18e7137ba72f7d138f50d1168e8f334198a36499f954821e2369027e5b3d53ca93c354943e7782ba5caab604b050af10f353ccca34fbc0b23c48d6174832f languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:8.34.0": - version: 8.34.0 - resolution: "@typescript-eslint/type-utils@npm:8.34.0" +"@typescript-eslint/type-utils@npm:8.35.0": + version: 8.35.0 + resolution: "@typescript-eslint/type-utils@npm:8.35.0" dependencies: - "@typescript-eslint/typescript-estree": "npm:8.34.0" - "@typescript-eslint/utils": "npm:8.34.0" + "@typescript-eslint/typescript-estree": "npm:8.35.0" + "@typescript-eslint/utils": "npm:8.35.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/7c25d7f4186411190142390467160e81384d400cfb21183d8a305991c723da0a74e5528cdce30b5f2cb6d9d2f6af7c0981c20c18b45fc084b35632429270ae80 + checksum: 10c0/9e23a332484a055eb73ba8918f95a981e0cec8fa623ba9ee0b57328af052628d630a415e32e0dbe95318574e62d4066f8aecc994728b3cedd906f36c616ec362 languageName: node linkType: hard -"@typescript-eslint/types@npm:8.34.0, @typescript-eslint/types@npm:^8.34.0": - version: 8.34.0 - resolution: "@typescript-eslint/types@npm:8.34.0" - checksum: 10c0/5d32b2ac03e4cbc1ac1777a53ee83d6d7887a783363bab4f0a6f7550a9e9df0254971cdf71e13b988e2215f2939e7592404856b8acb086ec63c4479c0225c742 +"@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/typescript-estree@npm:8.34.0": - version: 8.34.0 - resolution: "@typescript-eslint/typescript-estree@npm:8.34.0" +"@typescript-eslint/typescript-estree@npm:8.35.0": + version: 8.35.0 + resolution: "@typescript-eslint/typescript-estree@npm:8.35.0" dependencies: - "@typescript-eslint/project-service": "npm:8.34.0" - "@typescript-eslint/tsconfig-utils": "npm:8.34.0" - "@typescript-eslint/types": "npm:8.34.0" - "@typescript-eslint/visitor-keys": "npm:8.34.0" + "@typescript-eslint/project-service": "npm:8.35.0" + "@typescript-eslint/tsconfig-utils": "npm:8.35.0" + "@typescript-eslint/types": "npm:8.35.0" + "@typescript-eslint/visitor-keys": "npm:8.35.0" debug: "npm:^4.3.4" fast-glob: "npm:^3.3.2" is-glob: "npm:^4.0.3" @@ -4090,32 +4076,32 @@ __metadata: ts-api-utils: "npm:^2.1.0" peerDependencies: typescript: ">=4.8.4 <5.9.0" - checksum: 10c0/e678982b0009e895aee2b4ccc55bb9ea5473a32e846a97c63d0c6a978c72e1a29e506e6a5f9dda45e9b7803e6c3e3abcdf4c316af1c59146abef4e10e0e94129 + checksum: 10c0/7e94f6a92efc5832289e8bfd0b61209aa501224c935359253c29aeef8e0b981b370ee2a43e2909991c3c3cf709fcccb6380474e0e9a863e8f89e2fbd213aed59 languageName: node linkType: hard "@typescript-eslint/utils@npm:^8.34.0": - version: 8.34.0 - resolution: "@typescript-eslint/utils@npm:8.34.0" + version: 8.35.0 + resolution: "@typescript-eslint/utils@npm:8.35.0" dependencies: "@eslint-community/eslint-utils": "npm:^4.7.0" - "@typescript-eslint/scope-manager": "npm:8.34.0" - "@typescript-eslint/types": "npm:8.34.0" - "@typescript-eslint/typescript-estree": "npm:8.34.0" + "@typescript-eslint/scope-manager": "npm:8.35.0" + "@typescript-eslint/types": "npm:8.35.0" + "@typescript-eslint/typescript-estree": "npm:8.35.0" peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: ">=4.8.4 <5.9.0" - checksum: 10c0/d759cf6f1b1b23d7d8ab922345e7b68b7c829f4bad841164312cfa3a3e8e818b962dd0d96c1aca7fd7c10248d56538d9714df5f3cfec9f159ca0a139feac60b9 + checksum: 10c0/e3317df7875305bee16edd573e4bfdafc099f26f9c284d8adb351333683aacd5b668320870653dff7ec7e0da1982bbf89dc06197bc193a3be65362f21452dbea languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:8.34.0": - version: 8.34.0 - resolution: "@typescript-eslint/visitor-keys@npm:8.34.0" +"@typescript-eslint/visitor-keys@npm:8.35.0": + version: 8.35.0 + resolution: "@typescript-eslint/visitor-keys@npm:8.35.0" dependencies: - "@typescript-eslint/types": "npm:8.34.0" - eslint-visitor-keys: "npm:^4.2.0" - checksum: 10c0/d50997e921a178589913d08ffe14d02eba40666c90bdc0c9751f2b87ce500598f64027e2d866dfc975647b2f8b907158503d0722d6b1976c8f1cf5dd8e1d6d69 + "@typescript-eslint/types": "npm:8.35.0" + eslint-visitor-keys: "npm:^4.2.1" + checksum: 10c0/df18ca9b6931cb58f5dc404fcc94f9e0cc1c22f3053c7013ab588bb8ccccd3d58a70c577c01267845d57fa124a8cf8371260d284dad97505c56b2abcf70a3dce languageName: node linkType: hard @@ -4126,137 +4112,137 @@ __metadata: languageName: node linkType: hard -"@unrs/resolver-binding-android-arm-eabi@npm:1.9.0": - version: 1.9.0 - resolution: "@unrs/resolver-binding-android-arm-eabi@npm:1.9.0" +"@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" conditions: os=android & cpu=arm languageName: node linkType: hard -"@unrs/resolver-binding-android-arm64@npm:1.9.0": - version: 1.9.0 - resolution: "@unrs/resolver-binding-android-arm64@npm:1.9.0" +"@unrs/resolver-binding-android-arm64@npm:1.9.2": + version: 1.9.2 + resolution: "@unrs/resolver-binding-android-arm64@npm:1.9.2" conditions: os=android & cpu=arm64 languageName: node linkType: hard -"@unrs/resolver-binding-darwin-arm64@npm:1.9.0": - version: 1.9.0 - resolution: "@unrs/resolver-binding-darwin-arm64@npm:1.9.0" +"@unrs/resolver-binding-darwin-arm64@npm:1.9.2": + version: 1.9.2 + resolution: "@unrs/resolver-binding-darwin-arm64@npm:1.9.2" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@unrs/resolver-binding-darwin-x64@npm:1.9.0": - version: 1.9.0 - resolution: "@unrs/resolver-binding-darwin-x64@npm:1.9.0" +"@unrs/resolver-binding-darwin-x64@npm:1.9.2": + version: 1.9.2 + resolution: "@unrs/resolver-binding-darwin-x64@npm:1.9.2" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@unrs/resolver-binding-freebsd-x64@npm:1.9.0": - version: 1.9.0 - resolution: "@unrs/resolver-binding-freebsd-x64@npm:1.9.0" +"@unrs/resolver-binding-freebsd-x64@npm:1.9.2": + version: 1.9.2 + resolution: "@unrs/resolver-binding-freebsd-x64@npm:1.9.2" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@unrs/resolver-binding-linux-arm-gnueabihf@npm:1.9.0": - version: 1.9.0 - resolution: "@unrs/resolver-binding-linux-arm-gnueabihf@npm:1.9.0" +"@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" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@unrs/resolver-binding-linux-arm-musleabihf@npm:1.9.0": - version: 1.9.0 - resolution: "@unrs/resolver-binding-linux-arm-musleabihf@npm:1.9.0" +"@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" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@unrs/resolver-binding-linux-arm64-gnu@npm:1.9.0": - version: 1.9.0 - resolution: "@unrs/resolver-binding-linux-arm64-gnu@npm:1.9.0" +"@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" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@unrs/resolver-binding-linux-arm64-musl@npm:1.9.0": - version: 1.9.0 - resolution: "@unrs/resolver-binding-linux-arm64-musl@npm:1.9.0" +"@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" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@unrs/resolver-binding-linux-ppc64-gnu@npm:1.9.0": - version: 1.9.0 - resolution: "@unrs/resolver-binding-linux-ppc64-gnu@npm:1.9.0" +"@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" conditions: os=linux & cpu=ppc64 & libc=glibc languageName: node linkType: hard -"@unrs/resolver-binding-linux-riscv64-gnu@npm:1.9.0": - version: 1.9.0 - resolution: "@unrs/resolver-binding-linux-riscv64-gnu@npm:1.9.0" +"@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" conditions: os=linux & cpu=riscv64 & libc=glibc languageName: node linkType: hard -"@unrs/resolver-binding-linux-riscv64-musl@npm:1.9.0": - version: 1.9.0 - resolution: "@unrs/resolver-binding-linux-riscv64-musl@npm:1.9.0" +"@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" conditions: os=linux & cpu=riscv64 & libc=musl languageName: node linkType: hard -"@unrs/resolver-binding-linux-s390x-gnu@npm:1.9.0": - version: 1.9.0 - resolution: "@unrs/resolver-binding-linux-s390x-gnu@npm:1.9.0" +"@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" conditions: os=linux & cpu=s390x & libc=glibc languageName: node linkType: hard -"@unrs/resolver-binding-linux-x64-gnu@npm:1.9.0": - version: 1.9.0 - resolution: "@unrs/resolver-binding-linux-x64-gnu@npm:1.9.0" +"@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" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@unrs/resolver-binding-linux-x64-musl@npm:1.9.0": - version: 1.9.0 - resolution: "@unrs/resolver-binding-linux-x64-musl@npm:1.9.0" +"@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" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@unrs/resolver-binding-wasm32-wasi@npm:1.9.0": - version: 1.9.0 - resolution: "@unrs/resolver-binding-wasm32-wasi@npm:1.9.0" +"@unrs/resolver-binding-wasm32-wasi@npm:1.9.2": + version: 1.9.2 + resolution: "@unrs/resolver-binding-wasm32-wasi@npm:1.9.2" 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.0": - version: 1.9.0 - resolution: "@unrs/resolver-binding-win32-arm64-msvc@npm:1.9.0" +"@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" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@unrs/resolver-binding-win32-ia32-msvc@npm:1.9.0": - version: 1.9.0 - resolution: "@unrs/resolver-binding-win32-ia32-msvc@npm:1.9.0" +"@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" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@unrs/resolver-binding-win32-x64-msvc@npm:1.9.0": - version: 1.9.0 - resolution: "@unrs/resolver-binding-win32-x64-msvc@npm:1.9.0" +"@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" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -4438,7 +4424,7 @@ __metadata: languageName: node linkType: hard -"acorn@npm:^8.0.0, acorn@npm:^8.11.0, acorn@npm:^8.14.1, acorn@npm:^8.15.0, acorn@npm:^8.4.1, acorn@npm:^8.9.0": +"acorn@npm:^8.0.0, acorn@npm:^8.11.0, acorn@npm:^8.15.0, acorn@npm:^8.4.1, acorn@npm:^8.9.0": version: 8.15.0 resolution: "acorn@npm:8.15.0" bin: @@ -4604,20 +4590,20 @@ __metadata: languageName: node linkType: hard -"babel-jest@npm:30.0.0": - version: 30.0.0 - resolution: "babel-jest@npm:30.0.0" +"babel-jest@npm:30.0.2": + version: 30.0.2 + resolution: "babel-jest@npm:30.0.2" dependencies: - "@jest/transform": "npm:30.0.0" + "@jest/transform": "npm:30.0.2" "@types/babel__core": "npm:^7.20.5" babel-plugin-istanbul: "npm:^7.0.0" - babel-preset-jest: "npm:30.0.0" + babel-preset-jest: "npm:30.0.1" chalk: "npm:^4.1.2" graceful-fs: "npm:^4.2.11" slash: "npm:^3.0.0" peerDependencies: "@babel/core": ^7.11.0 - checksum: 10c0/8a0e1406ccac162851e53b613d2f3851ec6354254155aa656dc83a3fdf7e73914587fadc3819be681b2316e4a5b7775ab1be6ff3b3c6d3f86d0432950cb64937 + checksum: 10c0/416deec120eea3f870b45166abc8a30ea29b9235d1acb4a2e50a3b7d623f401589621fa6502dcd4abfffbfaa506eccf20dbbef2c5d0eeac1df9344ec8d8de272 languageName: node linkType: hard @@ -4634,14 +4620,14 @@ __metadata: languageName: node linkType: hard -"babel-plugin-jest-hoist@npm:30.0.0": - version: 30.0.0 - resolution: "babel-plugin-jest-hoist@npm:30.0.0" +"babel-plugin-jest-hoist@npm:30.0.1": + version: 30.0.1 + resolution: "babel-plugin-jest-hoist@npm:30.0.1" dependencies: "@babel/template": "npm:^7.27.2" "@babel/types": "npm:^7.27.3" "@types/babel__core": "npm:^7.20.5" - checksum: 10c0/558f7cf3c6b16861e95d3f8fe946ccbb4c6d4d49f75d7f2dd798596a6342213b2d9206e8e757c26f3c697ff11e41426e93efcaa42206db76b9264a80ee6236d4 + checksum: 10c0/49087f45c8ac359d68c622f4bd471300376b0ca2b6bd6ecaa1bd254ea87eda8fa3ce6144848e3bbabad337d276474a47e2ac3f6272f82e1f2337924ff49a02bd languageName: node linkType: hard @@ -4706,15 +4692,15 @@ __metadata: languageName: node linkType: hard -"babel-preset-jest@npm:30.0.0": - version: 30.0.0 - resolution: "babel-preset-jest@npm:30.0.0" +"babel-preset-jest@npm:30.0.1": + version: 30.0.1 + resolution: "babel-preset-jest@npm:30.0.1" dependencies: - babel-plugin-jest-hoist: "npm:30.0.0" + babel-plugin-jest-hoist: "npm:30.0.1" babel-preset-current-node-syntax: "npm:^1.1.0" peerDependencies: "@babel/core": ^7.11.0 - checksum: 10c0/d60475573ef195f730e464f587e732b38b7abd1903072cb78b32090e1eae97064ebdb06f6969dc9c2350545629a965ba268ff5f77b255c572467dd8bfce2bf42 + checksum: 10c0/33da0094965929b1742b02e55272b544f189cd487d55bbba60e68d96d62d48f466264fe51f65950454829d4f2271541f2433e1c1c5e6a7ff5b9e91f1303471b7 languageName: node linkType: hard @@ -4748,10 +4734,10 @@ __metadata: languageName: node linkType: hard -"birpc@npm:^2.3.0": - version: 2.3.0 - resolution: "birpc@npm:2.3.0" - checksum: 10c0/82489bcfa1c0a669bf4e5a15fa72691e8bda35abeac8860044eeffdcbc05da200b4349711a4beccdb2d0b90c40d752b0c7fcf01462bcfcb38ae9bd2b034ed339 +"birpc@npm:^2.4.0": + version: 2.4.0 + resolution: "birpc@npm:2.4.0" + checksum: 10c0/6ecda217b540189221913f215055baf4f10f264a1a8f0000ef6db3ecb0ccc5e4fde135b5f0719c389f1a593e64af3041404019711225ab31badf23c2a98d7778 languageName: node linkType: hard @@ -4784,16 +4770,16 @@ __metadata: linkType: hard "browserslist@npm:^4.24.0, browserslist@npm:^4.25.0": - version: 4.25.0 - resolution: "browserslist@npm:4.25.0" + version: 4.25.1 + resolution: "browserslist@npm:4.25.1" dependencies: - caniuse-lite: "npm:^1.0.30001718" - electron-to-chromium: "npm:^1.5.160" + caniuse-lite: "npm:^1.0.30001726" + electron-to-chromium: "npm:^1.5.173" node-releases: "npm:^2.0.19" update-browserslist-db: "npm:^1.1.3" bin: browserslist: cli.js - checksum: 10c0/cc16c55b4468b18684a0e1ca303592b38635b1155d6724f172407192737a2f405b8030d87a05813729592793445b3d15e737b0055f901cdecccb29b1e580a1c5 + checksum: 10c0/acba5f0bdbd5e72dafae1e6ec79235b7bad305ed104e082ed07c34c38c7cb8ea1bc0f6be1496958c40482e40166084458fc3aee15111f15faa79212ad9081b2a languageName: node linkType: hard @@ -4910,10 +4896,10 @@ __metadata: languageName: node linkType: hard -"caniuse-lite@npm:^1.0.30001718": - version: 1.0.30001722 - resolution: "caniuse-lite@npm:1.0.30001722" - checksum: 10c0/a1e344c392e0b138f0b215525108877d725665217a5e8e7504897e30379a5a9b858bc44799ccc0e19f4a64bf1e05c15b4a58eb1c9032293f894aa24e8d9f470f +"caniuse-lite@npm:^1.0.30001726": + version: 1.0.30001726 + resolution: "caniuse-lite@npm:1.0.30001726" + checksum: 10c0/2c5f91da7fd9ebf8c6b432818b1498ea28aca8de22b30dafabe2a2a6da1e014f10e67e14f8e68e872a0867b6b4cd6001558dde04e3ab9770c9252ca5c8849d0e languageName: node linkType: hard @@ -5031,7 +5017,7 @@ __metadata: languageName: node linkType: hard -"ci-info@npm:^3.2.0, ci-info@npm:^3.7.0": +"ci-info@npm:^3.7.0": version: 3.9.0 resolution: "ci-info@npm:3.9.0" checksum: 10c0/6f0109e36e111684291d46123d491bc4e7b7a1934c3a20dea28cba89f1d4a03acd892f5f6a81ed3855c38647e285a150e3c9ba062e38943bef57fee6c1554c3a @@ -5156,13 +5142,20 @@ __metadata: languageName: node linkType: hard -"commander@npm:^13.0.0, commander@npm:^13.1.0": +"commander@npm:^13.1.0": version: 13.1.0 resolution: "commander@npm:13.1.0" checksum: 10c0/7b8c5544bba704fbe84b7cab2e043df8586d5c114a4c5b607f83ae5060708940ed0b5bd5838cf8ce27539cde265c1cbd59ce3c8c6b017ed3eec8943e3a415164 languageName: node linkType: hard +"commander@npm:^14.0.0": + version: 14.0.0 + resolution: "commander@npm:14.0.0" + checksum: 10c0/73c4babfa558077868d84522b11ef56834165d472b9e86a634cd4c3ae7fc72d59af6377d8878e06bd570fe8f3161eced3cbe383c38f7093272bb65bd242b595b + languageName: node + linkType: hard + "commander@npm:^9.4.1": version: 9.5.0 resolution: "commander@npm:9.5.0" @@ -5356,11 +5349,11 @@ __metadata: linkType: hard "decode-named-character-reference@npm:^1.0.0": - version: 1.1.0 - resolution: "decode-named-character-reference@npm:1.1.0" + version: 1.2.0 + resolution: "decode-named-character-reference@npm:1.2.0" dependencies: character-entities: "npm:^2.0.0" - checksum: 10c0/359c76305b47e67660ec096c5cd3f65972ed75b8a53a40435a7a967cfab3e9516e64b443cbe0c7edcf5ab77f65a6924f12fb1872b1e09e2f044f28f4fd10996a + checksum: 10c0/761a89de6b0e0a2d4b21ae99074e4cc3344dd11eb29f112e23cc5909f2e9f33c5ed20cd6b146b27fb78170bce0f3f9b3362a84b75638676a05c938c24a60f5d7 languageName: node linkType: hard @@ -5579,10 +5572,10 @@ __metadata: languageName: node linkType: hard -"electron-to-chromium@npm:^1.5.160": - version: 1.5.166 - resolution: "electron-to-chromium@npm:1.5.166" - checksum: 10c0/0244c09799f492035af63bb87857561aa034670a742cd80a78de5a88a0d536b0945fb078a636777d064d2451401c5d8302dfa8da7c996afe7476bf277b2dea63 +"electron-to-chromium@npm:^1.5.173": + version: 1.5.176 + resolution: "electron-to-chromium@npm:1.5.176" + checksum: 10c0/ab591218086d6f73d2f773756f7d277a1d176a6b83d6499864d2bc305b1ea1c7673c30f8541d0c55d40fb7f2595fe4041e72aa07351275ba04862b9bc507cc66 languageName: node linkType: hard @@ -5614,10 +5607,10 @@ __metadata: languageName: node linkType: hard -"empathic@npm:^1.1.0": - version: 1.1.0 - resolution: "empathic@npm:1.1.0" - checksum: 10c0/ed906c4ad6dabe1477ed00d6420f79eff8ac72e2eb580aab42406f50160fd34d66e8381e92b405e96d75a826a840706af261fd397c3e7db4d1a293d23e2e72f7 +"empathic@npm:^2.0.0": + version: 2.0.0 + resolution: "empathic@npm:2.0.0" + checksum: 10c0/7d3b14b04a93b35c47bcc950467ec914fd241cd9acc0269b0ea160f13026ec110f520c90fae64720fde72cc1757b57f3f292fb606617b7fccac1f4d008a76506 languageName: node linkType: hard @@ -5631,11 +5624,11 @@ __metadata: linkType: hard "end-of-stream@npm:^1.1.0": - version: 1.4.4 - resolution: "end-of-stream@npm:1.4.4" + version: 1.4.5 + resolution: "end-of-stream@npm:1.4.5" dependencies: once: "npm:^1.4.0" - checksum: 10c0/870b423afb2d54bb8d243c63e07c170409d41e20b47eeef0727547aea5740bd6717aca45597a9f2745525667a6b804c1e7bede41f856818faee5806dd9ff3975 + checksum: 10c0/b0701c92a10b89afb1cb45bf54a5292c6f008d744eb4382fa559d54775ff31617d1d7bc3ef617575f552e24fad2c7c1a1835948c66b3f3a4be0a6c1f35c883d8 languageName: node linkType: hard @@ -5651,12 +5644,12 @@ __metadata: linkType: hard "enhanced-resolve@npm:^5.17.1": - version: 5.18.1 - resolution: "enhanced-resolve@npm:5.18.1" + version: 5.18.2 + resolution: "enhanced-resolve@npm:5.18.2" dependencies: graceful-fs: "npm:^4.2.4" tapable: "npm:^2.2.0" - checksum: 10c0/4cffd9b125225184e2abed9fdf0ed3dbd2224c873b165d0838fd066cde32e0918626cba2f1f4bf6860762f13a7e2364fd89a82b99566be2873d813573ac71846 + checksum: 10c0/2a45105daded694304b0298d1c0351a981842249a9867513d55e41321a4ccf37dfd35b0c1e9ceae290eab73654b09aa7a910d618ea6f9441e97c52bc424a2372 languageName: node linkType: hard @@ -5784,14 +5777,14 @@ __metadata: languageName: node linkType: hard -"eslint-doc-generator@npm:^2.1.2": - version: 2.1.2 - resolution: "eslint-doc-generator@npm:2.1.2" +"eslint-doc-generator@npm:^2.2.2": + version: 2.2.2 + resolution: "eslint-doc-generator@npm:2.2.2" dependencies: "@typescript-eslint/utils": "npm:^8.0.0" ajv: "npm:^8.11.2" change-case: "npm:^5.0.0" - commander: "npm:^13.0.0" + commander: "npm:^14.0.0" cosmiconfig: "npm:^9.0.0" deepmerge: "npm:^4.2.2" dot-prop: "npm:^9.0.0" @@ -5805,34 +5798,34 @@ __metadata: eslint: ">= 8.57.1" bin: eslint-doc-generator: dist/bin/eslint-doc-generator.js - checksum: 10c0/fa4fc54cb63132b823b6beccb2065a770b1e303c451a09ff3f9507a888ee2cdf43e9590269677173d0ef02008d0a90a64699958849de786ed07d936c9e75f609 + checksum: 10c0/6a201707298dce5adca12f29aa6cdee5c57aa2dd9155af897ca2f9254b021b778001a7bfdf716357ac03c56d613d52541c02a6bbc5f64a5f8879bbadb3485ead languageName: node linkType: hard -"eslint-import-context@npm:^0.1.8": - version: 0.1.8 - resolution: "eslint-import-context@npm:0.1.8" +"eslint-import-context@npm:^0.1.8, eslint-import-context@npm:^0.1.9": + version: 0.1.9 + resolution: "eslint-import-context@npm:0.1.9" dependencies: get-tsconfig: "npm:^4.10.1" - stable-hash-x: "npm:^0.1.1" + stable-hash-x: "npm:^0.2.0" peerDependencies: unrs-resolver: ^1.0.0 peerDependenciesMeta: unrs-resolver: optional: true - checksum: 10c0/61e7f63eadcf9345a905acd67f3742b855bc0638e2ed2a7072b184d183f35c69d547d5a6d2adc8535f589e9daaa293b5ce352dcb79f6188fbd125899c1e28e40 + checksum: 10c0/07851103443b70af681c5988e2702e681ff9b956e055e11d4bd9b2322847fa0d9e8da50c18fc7cb1165106b043f34fbd0384d7011c239465c4645c52132e56f3 languageName: node linkType: hard -"eslint-import-resolver-typescript@npm:^4.4.3": - version: 4.4.3 - resolution: "eslint-import-resolver-typescript@npm:4.4.3" +"eslint-import-resolver-typescript@npm:^4.4.4": + version: 4.4.4 + resolution: "eslint-import-resolver-typescript@npm:4.4.4" dependencies: debug: "npm:^4.4.1" eslint-import-context: "npm:^0.1.8" get-tsconfig: "npm:^4.10.1" is-bun-module: "npm:^2.0.0" - stable-hash-x: "npm:^0.1.1" + stable-hash-x: "npm:^0.2.0" tinyglobby: "npm:^0.2.14" unrs-resolver: "npm:^1.7.11" peerDependencies: @@ -5844,7 +5837,7 @@ __metadata: optional: true eslint-plugin-import-x: optional: true - checksum: 10c0/c00c5e422e71fa3448007509ff49ac44c6917eabfeca72094f67d8dd5202f1aa7d8ec12344cf502268b71d3a9104e7b0072ed97e6301966115d02f3cce6f61d7 + checksum: 10c0/3bf8ad77c21660f77a0e455555ab179420f68ae7a132906c85a217ccce51cb6680cf70027cab32a358d193e5b9e476f6ba2e595585242aa97d4f6435ca22104e languageName: node linkType: hard @@ -5875,19 +5868,18 @@ __metadata: languageName: node linkType: soft -"eslint-mdx@npm:^3.4.2": - version: 3.4.2 - resolution: "eslint-mdx@npm:3.4.2" +"eslint-mdx@npm:^3.5.0": + version: 3.5.0 + resolution: "eslint-mdx@npm:3.5.0" dependencies: - acorn: "npm:^8.14.1" + acorn: "npm:^8.15.0" acorn-jsx: "npm:^5.3.2" - espree: "npm:^9.6.1 || ^10.3.0" + espree: "npm:^9.6.1 || ^10.4.0" estree-util-visit: "npm:^2.0.0" remark-mdx: "npm:^3.1.0" remark-parse: "npm:^11.0.0" remark-stringify: "npm:^11.0.0" - synckit: "npm:^0.11.4" - tslib: "npm:^2.8.1" + synckit: "npm:^0.11.8" unified: "npm:^11.0.5" unified-engine: "npm:^11.2.2" unist-util-visit: "npm:^5.0.0" @@ -5899,7 +5891,7 @@ __metadata: peerDependenciesMeta: remark-lint-file-extension: optional: true - checksum: 10c0/1eb156c79fa7d4c9367af6a4c8aea33d347e91a95826b035cfb3b84b95cb6a8247266ee2b882dc37b15eb9a9ead0b852bfd53f8de774353942fce92ffa2a2aef + checksum: 10c0/e036724453fac4defaead842c1bf0ebc753510472f9427677711ec7809663dbcbe593b3a730a83aec9547b3bd2593abd115ff74597da6042cadd77f4c4f9b1ca languageName: node linkType: hard @@ -5916,15 +5908,15 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-eslint-plugin@npm:^6.4.0": - version: 6.4.0 - resolution: "eslint-plugin-eslint-plugin@npm:6.4.0" +"eslint-plugin-eslint-plugin@npm:^6.5.0": + version: 6.5.0 + resolution: "eslint-plugin-eslint-plugin@npm:6.5.0" dependencies: "@eslint-community/eslint-utils": "npm:^4.4.0" estraverse: "npm:^5.3.0" peerDependencies: eslint: ">=8.23.0" - checksum: 10c0/c34a976d70e3d8ef91f6adb7ff6a89d149531c8624da07b2ef2696c44d4a0184c4c5baf8a63e18f53fd13468b2b491c72bcbb1832178e96a18bce54ad385dca5 + checksum: 10c0/00821d99d842ce5dd19731f2806da344074c689c5e2d2977afd1dac94dac98f53a9a743a48515017beb91390fded003eaee7a9309673b424f2dba9695091a3ee languageName: node linkType: hard @@ -5939,12 +5931,12 @@ __metadata: resolution: "eslint-plugin-import-x@workspace:." dependencies: "@1stg/commitlint-config": "npm:^5.1.0" - "@1stg/nano-staged": "npm:^0.2.0" - "@1stg/prettier-config": "npm:^5.2.1" + "@1stg/nano-staged": "npm:^0.3.0" + "@1stg/prettier-config": "npm:^5.3.1" "@1stg/remark-preset": "npm:^3.1.2" "@1stg/simple-git-hooks": "npm:^2.1.0" "@1stg/tsconfig": "npm:^3.0.3" - "@angular-eslint/template-parser": "npm:^20.0.0" + "@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" @@ -5955,12 +5947,12 @@ __metadata: "@babel/preset-typescript": "npm:^7.27.1" "@babel/register": "npm:^7.27.1" "@changesets/changelog-github": "npm:^0.5.1" - "@changesets/cli": "npm:^2.29.4" + "@changesets/cli": "npm:^2.29.5" "@commitlint/cli": "npm:^19.8.1" "@eslint/import-test-order-redirect-scoped": "link:./test/fixtures/order-redirect-scoped" - "@eslint/js": "npm:^9.28.0" + "@eslint/js": "npm:^9.29.0" "@swc-node/jest": "npm:^1.8.13" - "@swc/core": "npm:^1.12.0" + "@swc/core": "npm:^1.12.7" "@swc/helpers": "npm:^0.5.17" "@test-scope/some-module": "link:./test/fixtures/symlinked-module" "@total-typescript/ts-reset": "npm:^0.6.1" @@ -5968,62 +5960,62 @@ __metadata: "@types/eslint": "npm:^9.6.1" "@types/eslint8.56": "npm:@types/eslint@~8.56.12" "@types/is-glob": "npm:^4.0.4" - "@types/jest": "npm:^29.5.14" + "@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.31" + "@types/node": "npm:^22.15.33" "@types/pnpapi": "npm:^0.0.5" "@types/tmp": "npm:^0.2.6" - "@typescript-eslint/eslint-plugin": "npm:^8.34.0" - "@typescript-eslint/parser": "npm:^8.34.0" - "@typescript-eslint/rule-tester": "npm:^8.34.0" - "@typescript-eslint/types": "npm:^8.34.0" - "@typescript-eslint/utils": "npm:^8.34.0" + "@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" "@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.28.0" + eslint: "npm:^9.29.0" eslint-config-prettier: "npm:^10.1.5" - eslint-doc-generator: "npm:^2.1.2" - eslint-import-context: "npm:^0.1.8" - eslint-import-resolver-typescript: "npm:^4.4.3" + eslint-doc-generator: "npm:^2.2.2" + eslint-import-context: "npm:^0.1.9" + 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" - eslint-plugin-eslint-plugin: "npm:^6.4.0" + eslint-plugin-eslint-plugin: "npm:^6.5.0" eslint-plugin-import-x: "link:." - eslint-plugin-jest: "npm:^28.13.3" + eslint-plugin-jest: "npm:^29.0.1" eslint-plugin-json: "npm:^4.0.1" - eslint-plugin-mdx: "npm:^3.4.2" - eslint-plugin-n: "npm:^17.19.0" - eslint-plugin-prettier: "npm:^5.4.1" + eslint-plugin-mdx: "npm:^3.5.0" + eslint-plugin-n: "npm:^17.20.0" + eslint-plugin-prettier: "npm:^5.5.1" 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.28.1" + hermes-eslint: "npm:^0.29.0" is-glob: "npm:^4.0.3" - jest: "npm:^30.0.0" + jest: "npm:^30.0.3" klaw-sync: "npm:^7.0.0" minimatch: "npm:^9.0.3 || ^10.0.1" nano-staged: "npm:^0.8.0" npm-run-all2: "npm:^8.0.4" path-serializer: "npm:^0.5.0" premove: "npm:^4.0.0" - prettier: "npm:^3.5.3" + prettier: "npm:^3.6.1" redux: "npm:^5.0.1" semver: "npm:^7.7.2" simple-git-hooks: "npm:^2.13.0" - stable-hash-x: "npm:^0.1.1" + stable-hash-x: "npm:^0.2.0" tinyexec: "npm:^1.0.1" tmp: "npm:^0.2.3" ts-node: "npm:^10.9.2" - tsdown: "npm:^0.12.7" + tsdown: "npm:^0.12.9" type-fest: "npm:^4.41.0" typescript: "npm:^5.8.3" - typescript-eslint: "npm:^8.34.0" - unrs-resolver: "npm:^1.9.0" + typescript-eslint: "npm:^8.35.0" + unrs-resolver: "npm:^1.9.2" yarn-berry-deduplicate: "npm:^6.1.3" peerDependencies: "@typescript-eslint/utils": ^8.0.0 @@ -6037,21 +6029,21 @@ __metadata: languageName: unknown linkType: soft -"eslint-plugin-jest@npm:^28.13.3": - version: 28.13.3 - resolution: "eslint-plugin-jest@npm:28.13.3" +"eslint-plugin-jest@npm:^29.0.1": + version: 29.0.1 + resolution: "eslint-plugin-jest@npm:29.0.1" dependencies: - "@typescript-eslint/utils": "npm:^6.0.0 || ^7.0.0 || ^8.0.0" + "@typescript-eslint/utils": "npm:^8.0.0" peerDependencies: - "@typescript-eslint/eslint-plugin": ^6.0.0 || ^7.0.0 || ^8.0.0 - eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 + "@typescript-eslint/eslint-plugin": ^8.0.0 + eslint: ^8.57.0 || ^9.0.0 jest: "*" peerDependenciesMeta: "@typescript-eslint/eslint-plugin": optional: true jest: optional: true - checksum: 10c0/ad461c2009ff69212b7962cb642f0815982ea3ae8a8ae4c65e73642bf8990d496707e2a9fb8e38fe067fa1d86da5eb1dc126975398de311c6e0d8211df6309f8 + checksum: 10c0/20edc166503a50c10b45f733797d530a5107c91efa25410ef405780d12222a796b5b41ed8f6d2b939632a1af273af6cc5732233463d1f36dbe7680bbb86c4eec languageName: node linkType: hard @@ -6065,30 +6057,29 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-mdx@npm:^3.4.2": - version: 3.4.2 - resolution: "eslint-plugin-mdx@npm:3.4.2" +"eslint-plugin-mdx@npm:^3.5.0": + version: 3.5.0 + resolution: "eslint-plugin-mdx@npm:3.5.0" dependencies: - eslint-mdx: "npm:^3.4.2" + eslint-mdx: "npm:^3.5.0" mdast-util-from-markdown: "npm:^2.0.2" mdast-util-mdx: "npm:^3.0.0" micromark-extension-mdxjs: "npm:^3.0.0" remark-mdx: "npm:^3.1.0" remark-parse: "npm:^11.0.0" remark-stringify: "npm:^11.0.0" - synckit: "npm:^0.11.4" - tslib: "npm:^2.8.1" + synckit: "npm:^0.11.8" unified: "npm:^11.0.5" vfile: "npm:^6.0.3" peerDependencies: eslint: ">=8.0.0" - checksum: 10c0/50f3ff2340677cc867327241878a1a7e6105dbcef31e28b1fe0a567a1d02c6aebea0053019b28a46014803f00b86f195655ffb12917a7bb43be0933b1986fd5c + checksum: 10c0/9ebc9a78e545a86469494aac14b6f7f91fe40d424e08137dfe6e12061ee2af19eb5153f8b158438e90b393dbe452413caa2bdfc2f3f5b5f355429668106fdd27 languageName: node linkType: hard -"eslint-plugin-n@npm:^17.19.0": - version: 17.19.0 - resolution: "eslint-plugin-n@npm:17.19.0" +"eslint-plugin-n@npm:^17.20.0": + version: 17.20.0 + resolution: "eslint-plugin-n@npm:17.20.0" dependencies: "@eslint-community/eslint-utils": "npm:^4.5.0" "@typescript-eslint/utils": "npm:^8.26.1" @@ -6102,13 +6093,13 @@ __metadata: ts-declaration-location: "npm:^1.0.6" peerDependencies: eslint: ">=8.23.0" - checksum: 10c0/50100038b256cb51ef1cbb114b83b7f0536a73c35092e03c7135b5071002dd950242e611b61344b9a406536ac4e99db10d7203290db30bcaa83180507752da2a + checksum: 10c0/7820cda10c71e3d2c6a8f15b4e1cbd757364181236e31facca43216d31f5968b643854228373865adc11ce47d44ddfb078b9d8709cf7276ccbd3017b64daf792 languageName: node linkType: hard -"eslint-plugin-prettier@npm:^5.4.1": - version: 5.4.1 - resolution: "eslint-plugin-prettier@npm:5.4.1" +"eslint-plugin-prettier@npm:^5.5.1": + version: 5.5.1 + resolution: "eslint-plugin-prettier@npm:5.5.1" dependencies: prettier-linter-helpers: "npm:^1.0.0" synckit: "npm:^0.11.7" @@ -6122,7 +6113,7 @@ __metadata: optional: true eslint-config-prettier: optional: true - checksum: 10c0/bdd9e9473bf3f995521558eb5e2ee70dd4f06cb8b9a6192523cfed76511924fad31ec9af9807cd99f693dc59085e0a1db8a1d3ccc283e98ab30eb32cc7469649 + checksum: 10c0/6ed93faa7d885af2a987d732f7e716e7aaba55e2da2b091e1b16bacf68425bffe91d784803597bd3f3e6201499fabb89ae28a51ac3986659a46e55e729ed2d55 languageName: node linkType: hard @@ -6188,7 +6179,7 @@ __metadata: languageName: node linkType: hard -"eslint-scope@npm:^8.0.2, eslint-scope@npm:^8.3.0": +"eslint-scope@npm:^8.0.2, eslint-scope@npm:^8.4.0": version: 8.4.0 resolution: "eslint-scope@npm:8.4.0" dependencies: @@ -6212,7 +6203,7 @@ __metadata: languageName: node linkType: hard -"eslint-visitor-keys@npm:^4.2.0, eslint-visitor-keys@npm:^4.2.1": +"eslint-visitor-keys@npm:^4.2.1": version: 4.2.1 resolution: "eslint-visitor-keys@npm:4.2.1" checksum: 10c0/fcd43999199d6740db26c58dbe0c2594623e31ca307e616ac05153c9272f12f1364f5a0b1917a8e962268fdecc6f3622c1c2908b4fcc2e047a106fe6de69dc43 @@ -6267,17 +6258,17 @@ __metadata: languageName: node linkType: hard -"eslint9@npm:eslint@^9.28.0, eslint@npm:^9.28.0": - version: 9.28.0 - resolution: "eslint@npm:9.28.0" +"eslint9@npm:eslint@^9.28.0, eslint@npm:^9.29.0": + version: 9.29.0 + resolution: "eslint@npm:9.29.0" dependencies: "@eslint-community/eslint-utils": "npm:^4.2.0" "@eslint-community/regexpp": "npm:^4.12.1" - "@eslint/config-array": "npm:^0.20.0" + "@eslint/config-array": "npm:^0.20.1" "@eslint/config-helpers": "npm:^0.2.1" "@eslint/core": "npm:^0.14.0" "@eslint/eslintrc": "npm:^3.3.1" - "@eslint/js": "npm:9.28.0" + "@eslint/js": "npm:9.29.0" "@eslint/plugin-kit": "npm:^0.3.1" "@humanfs/node": "npm:^0.16.6" "@humanwhocodes/module-importer": "npm:^1.0.1" @@ -6289,9 +6280,9 @@ __metadata: cross-spawn: "npm:^7.0.6" debug: "npm:^4.3.2" escape-string-regexp: "npm:^4.0.0" - eslint-scope: "npm:^8.3.0" - eslint-visitor-keys: "npm:^4.2.0" - espree: "npm:^10.3.0" + eslint-scope: "npm:^8.4.0" + eslint-visitor-keys: "npm:^4.2.1" + espree: "npm:^10.4.0" esquery: "npm:^1.5.0" esutils: "npm:^2.0.2" fast-deep-equal: "npm:^3.1.3" @@ -6313,11 +6304,11 @@ __metadata: optional: true bin: eslint: bin/eslint.js - checksum: 10c0/513ea7e69d88a0905d4ed35cef3a8f31ebce7ca9f2cdbda3474495c63ad6831d52357aad65094be7a144d6e51850980ced7d25efb807e8ab06a427241f7cd730 + checksum: 10c0/75e3f841e0f8b0fa93dbb2ba6ae538bd8b611c3654117bc3dadf90bb009923dfd2c15ec2948dc6e6b8b571317cc125c5cceb9255da8cd644ee740020df645dd8 languageName: node linkType: hard -"espree@npm:^10.0.1, espree@npm:^10.3.0, espree@npm:^9.6.1 || ^10.3.0": +"espree@npm:^10.0.1, espree@npm:^10.4.0, espree@npm:^9.6.1 || ^10.4.0": version: 10.4.0 resolution: "espree@npm:10.4.0" dependencies: @@ -6429,30 +6420,17 @@ __metadata: languageName: node linkType: hard -"expect@npm:30.0.0": - version: 30.0.0 - resolution: "expect@npm:30.0.0" - dependencies: - "@jest/expect-utils": "npm:30.0.0" - "@jest/get-type": "npm:30.0.0" - jest-matcher-utils: "npm:30.0.0" - jest-message-util: "npm:30.0.0" - jest-mock: "npm:30.0.0" - jest-util: "npm:30.0.0" - checksum: 10c0/b3d5ceaaa7d3a3fd4ca779cd0f73f8bf55420b981f766aa290909852de19ef62fc3991fd85b4d6b56b7751422797de6e45c651eaeb3aef38c2185ef394c14fee - languageName: node - linkType: hard - -"expect@npm:^29.0.0": - version: 29.7.0 - resolution: "expect@npm:29.7.0" +"expect@npm:30.0.3, expect@npm:^30.0.0": + version: 30.0.3 + resolution: "expect@npm:30.0.3" dependencies: - "@jest/expect-utils": "npm:^29.7.0" - jest-get-type: "npm:^29.6.3" - jest-matcher-utils: "npm:^29.7.0" - jest-message-util: "npm:^29.7.0" - jest-util: "npm:^29.7.0" - checksum: 10c0/2eddeace66e68b8d8ee5f7be57f3014b19770caaf6815c7a08d131821da527fb8c8cb7b3dcd7c883d2d3d8d184206a4268984618032d1e4b16dc8d6596475d41 + "@jest/expect-utils": "npm:30.0.3" + "@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 languageName: node linkType: hard @@ -7040,7 +7018,7 @@ __metadata: languageName: node linkType: hard -"graceful-fs@npm:^4.1.11, graceful-fs@npm:^4.1.2, graceful-fs@npm:^4.1.5, graceful-fs@npm:^4.1.6, graceful-fs@npm:^4.2.0, graceful-fs@npm:^4.2.11, graceful-fs@npm:^4.2.4, graceful-fs@npm:^4.2.6, graceful-fs@npm:^4.2.9": +"graceful-fs@npm:^4.1.11, graceful-fs@npm:^4.1.2, graceful-fs@npm:^4.1.5, graceful-fs@npm:^4.1.6, graceful-fs@npm:^4.2.0, graceful-fs@npm:^4.2.11, graceful-fs@npm:^4.2.4, graceful-fs@npm:^4.2.6": version: 4.2.11 resolution: "graceful-fs@npm:4.2.11" checksum: 10c0/386d011a553e02bc594ac2ca0bd6d9e4c22d7fa8cfbfc448a6d148c59ea881b092db9dbe3547ae4b88e55f1b01f7c4a2ecc53b310c042793e63aa44cf6c257f2 @@ -7093,30 +7071,30 @@ __metadata: languageName: node linkType: hard -"hermes-eslint@npm:^0.28.1": - version: 0.28.1 - resolution: "hermes-eslint@npm:0.28.1" +"hermes-eslint@npm:^0.29.0": + version: 0.29.0 + resolution: "hermes-eslint@npm:0.29.0" dependencies: esrecurse: "npm:^4.3.0" - hermes-estree: "npm:0.28.1" - hermes-parser: "npm:0.28.1" - checksum: 10c0/1998bb1e957be3f2b5f195e77d25999085cf658509b2c51c191b3cf752a45f4f93561e175a70ccf0c3f590db5d09a827e0e3cfe7b8470f123ee757ffd1f884df + hermes-estree: "npm:0.29.0" + hermes-parser: "npm:0.29.0" + checksum: 10c0/a6bb59eaadbe1ec0b9e8f5027411ed6fe14c7e336865249353c0a77c5046a4c998efd7a5b2e21df2f7767797abafc52b92972fed28f017f1c3fcbc3b4a608a0c languageName: node linkType: hard -"hermes-estree@npm:0.28.1": - version: 0.28.1 - resolution: "hermes-estree@npm:0.28.1" - checksum: 10c0/aa00f437c82099b9043e384b529c75de21d0111b792ab7480fe992975b5f9535a8581664789db197824a7825ea66d2fd70eb20cb568c5315804421deaf009500 +"hermes-estree@npm:0.29.0": + version: 0.29.0 + resolution: "hermes-estree@npm:0.29.0" + checksum: 10c0/5cb8537b6807372b8685409728977d1c1e89f65a40b7cdfbfeb1157421d0bd05da14e716a25e3311b222f00581b7b2d119bd4b61a1b268ca1f14b84ba1c5d11c languageName: node linkType: hard -"hermes-parser@npm:0.28.1": - version: 0.28.1 - resolution: "hermes-parser@npm:0.28.1" +"hermes-parser@npm:0.29.0": + version: 0.29.0 + resolution: "hermes-parser@npm:0.29.0" dependencies: - hermes-estree: "npm:0.28.1" - checksum: 10c0/c6d3c01fb1ea5232f4587b6b038f5c2c6414932e7c48efbe156ab160e2bcaac818c9eb2f828f30967a24b40f543cad503baed0eedf5a7e877852ed271915981f + hermes-estree: "npm:0.29.0" + checksum: 10c0/e37bf7b8cdd8b3598e1c71799cdb9db2196fde5574941c05e90db43d2a1b4dd8f7df733136f217da62bf38b37cbd795260fab29cb2e4180e1b6c608e44d14df0 languageName: node linkType: hard @@ -7637,58 +7615,58 @@ __metadata: languageName: node linkType: hard -"jest-changed-files@npm:30.0.0": - version: 30.0.0 - resolution: "jest-changed-files@npm:30.0.0" +"jest-changed-files@npm:30.0.2": + version: 30.0.2 + resolution: "jest-changed-files@npm:30.0.2" dependencies: execa: "npm:^5.1.1" - jest-util: "npm:30.0.0" + jest-util: "npm:30.0.2" p-limit: "npm:^3.1.0" - checksum: 10c0/6e0c2ec2d88ecadea815ad782f5ab554d60c5888d8009bf20b7f1e394bac1bb8702d929aa471a3fff41645ff0793f570c4cca7f07c22bd05c66a0ff2200d2442 + checksum: 10c0/794c9e47c460974f2303631d9ee44845d03f4ccd5240649a5f736aa94af78fa5931022324ab302c577dad6adb442ed17140dee9b9985bbfa0d43cad3048a7350 languageName: node linkType: hard -"jest-circus@npm:30.0.0": - version: 30.0.0 - resolution: "jest-circus@npm:30.0.0" +"jest-circus@npm:30.0.3": + version: 30.0.3 + resolution: "jest-circus@npm:30.0.3" dependencies: - "@jest/environment": "npm:30.0.0" - "@jest/expect": "npm:30.0.0" - "@jest/test-result": "npm:30.0.0" - "@jest/types": "npm:30.0.0" + "@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" "@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.0" - jest-matcher-utils: "npm:30.0.0" - jest-message-util: "npm:30.0.0" - jest-runtime: "npm:30.0.0" - jest-snapshot: "npm:30.0.0" - jest-util: "npm:30.0.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" p-limit: "npm:^3.1.0" - pretty-format: "npm:30.0.0" + pretty-format: "npm:30.0.2" pure-rand: "npm:^7.0.0" slash: "npm:^3.0.0" stack-utils: "npm:^2.0.6" - checksum: 10c0/f6d6d90f184644483904d7eec19a4b47ef78f575e105e061e5645b596d19a712233e36296530a383cb44bc0b6466387132bb4fb8b39589520010907b27ebeccc + checksum: 10c0/cb0838cc9f08984614d92c5fe857ea95f1bdff6de4a510a1b228cc9c0513d18bb2db89dcaf55624e754b11d77fb77bdba1fc56c6af34c1534102c498ce058399 languageName: node linkType: hard -"jest-cli@npm:30.0.0": - version: 30.0.0 - resolution: "jest-cli@npm:30.0.0" +"jest-cli@npm:30.0.3": + version: 30.0.3 + resolution: "jest-cli@npm:30.0.3" dependencies: - "@jest/core": "npm:30.0.0" - "@jest/test-result": "npm:30.0.0" - "@jest/types": "npm:30.0.0" + "@jest/core": "npm:30.0.3" + "@jest/test-result": "npm:30.0.2" + "@jest/types": "npm:30.0.1" chalk: "npm:^4.1.2" exit-x: "npm:^0.2.2" import-local: "npm:^3.2.0" - jest-config: "npm:30.0.0" - jest-util: "npm:30.0.0" - jest-validate: "npm:30.0.0" + jest-config: "npm:30.0.3" + jest-util: "npm:30.0.2" + jest-validate: "npm:30.0.2" yargs: "npm:^17.7.2" peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -7697,36 +7675,36 @@ __metadata: optional: true bin: jest: ./bin/jest.js - checksum: 10c0/b5e56db010e6a52b95ed84ea255b9c979b4a73dbefdf7763dd2a42d1ba52b417eaf67d15c225890a025495e82467ac33fe5c0cb1b1e46a46a6ccdcd14db7e8d3 + checksum: 10c0/17925e9e885b00069e06672c221fbe073d1bff1d869f228bcba08ac23bf8d2c258c7211ce4d0e8408ca7d0edf0afb8ae4098e3d0f5da253eed22d385b135ca90 languageName: node linkType: hard -"jest-config@npm:30.0.0": - version: 30.0.0 - resolution: "jest-config@npm:30.0.0" +"jest-config@npm:30.0.3": + version: 30.0.3 + resolution: "jest-config@npm:30.0.3" dependencies: "@babel/core": "npm:^7.27.4" - "@jest/get-type": "npm:30.0.0" - "@jest/pattern": "npm:30.0.0" - "@jest/test-sequencer": "npm:30.0.0" - "@jest/types": "npm:30.0.0" - babel-jest: "npm:30.0.0" + "@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" 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.0" - jest-docblock: "npm:30.0.0" - jest-environment-node: "npm:30.0.0" - jest-regex-util: "npm:30.0.0" - jest-resolve: "npm:30.0.0" - jest-runner: "npm:30.0.0" - jest-util: "npm:30.0.0" - jest-validate: "npm:30.0.0" + jest-circus: "npm:30.0.3" + jest-docblock: "npm:30.0.1" + jest-environment-node: "npm:30.0.2" + 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" micromatch: "npm:^4.0.8" parse-json: "npm:^5.2.0" - pretty-format: "npm:30.0.0" + pretty-format: "npm:30.0.2" slash: "npm:^3.0.0" strip-json-comments: "npm:^3.1.1" peerDependencies: @@ -7740,23 +7718,23 @@ __metadata: optional: true ts-node: optional: true - checksum: 10c0/55cfe9e7922221961041ae57dfebe1dca4cad58cdb8b56006f589d37f1524689fe34b3b67c1b7c136ab13b7d62125d214513605e28ee7a4e0fd6f29768887ccc + checksum: 10c0/bcde9e0e715bbc12dd36a135d6e081566291b0726ed7b3ac9a1e2ee2ade7c9bcc25d312ef8a649b72b9c99e2ad6661eb843eeb919ba6206f2ec2acccdd1e57d2 languageName: node linkType: hard -"jest-diff@npm:30.0.0": - version: 30.0.0 - resolution: "jest-diff@npm:30.0.0" +"jest-diff@npm:30.0.3": + version: 30.0.3 + resolution: "jest-diff@npm:30.0.3" dependencies: - "@jest/diff-sequences": "npm:30.0.0" - "@jest/get-type": "npm:30.0.0" + "@jest/diff-sequences": "npm:30.0.1" + "@jest/get-type": "npm:30.0.1" chalk: "npm:^4.1.2" - pretty-format: "npm:30.0.0" - checksum: 10c0/030d99157891aa929277b070671e00610abc171efbd908591250687c1ced95f82ecb3d243f020b22bd68f73e5137a865bf70e43263eeae02058ce1525fa67296 + pretty-format: "npm:30.0.2" + checksum: 10c0/f6aaed30fc99bdca4b8b4505b283ffc78b780aa1bf33670dfbfe439e124721e7f6198c03217f7ed17a22c7d2ca79363afd6a4245643596fa21ae082b6b4ed4f5 languageName: node linkType: hard -"jest-diff@npm:^29.2.1, jest-diff@npm:^29.7.0": +"jest-diff@npm:^29.2.1": version: 29.7.0 resolution: "jest-diff@npm:29.7.0" dependencies: @@ -7768,40 +7746,40 @@ __metadata: languageName: node linkType: hard -"jest-docblock@npm:30.0.0": - version: 30.0.0 - resolution: "jest-docblock@npm:30.0.0" +"jest-docblock@npm:30.0.1": + version: 30.0.1 + resolution: "jest-docblock@npm:30.0.1" dependencies: detect-newline: "npm:^3.1.0" - checksum: 10c0/1a02306b1efb524b19ef3541d590df85301e854e0ac515da3fdc9a7bb78fefe08ddc09365b34a029d34ea537402c6edc6cea0446bfc5856af0ed1d1cd6508d00 + checksum: 10c0/f9bad2651db8afa029867ea7a40f422c9d73c67657360297371846a314a40c8786424be00483261df9137499f52c2af28cd458fbd15a7bf7fac8775b4bcd6ee1 languageName: node linkType: hard -"jest-each@npm:30.0.0": - version: 30.0.0 - resolution: "jest-each@npm:30.0.0" +"jest-each@npm:30.0.2": + version: 30.0.2 + resolution: "jest-each@npm:30.0.2" dependencies: - "@jest/get-type": "npm:30.0.0" - "@jest/types": "npm:30.0.0" + "@jest/get-type": "npm:30.0.1" + "@jest/types": "npm:30.0.1" chalk: "npm:^4.1.2" - jest-util: "npm:30.0.0" - pretty-format: "npm:30.0.0" - checksum: 10c0/9131d5efbdaf4f5f97b5363753f231e21a2ddc6141410f450dafd94c19b6e4fa2120a0749c95f3e72dc1edb40a723a971d2f016c6b75e3a484cc2d69a4ff7197 + jest-util: "npm:30.0.2" + pretty-format: "npm:30.0.2" + checksum: 10c0/6fff0a470d08ba3f0149c58266b7e938e3e183398f99065fe937290f1297ca254635f0f4bca6196514f756fac0a9759144b1c7f67bef97cc0b7fa0b96304df9e languageName: node linkType: hard -"jest-environment-node@npm:30.0.0": - version: 30.0.0 - resolution: "jest-environment-node@npm:30.0.0" +"jest-environment-node@npm:30.0.2": + version: 30.0.2 + resolution: "jest-environment-node@npm:30.0.2" dependencies: - "@jest/environment": "npm:30.0.0" - "@jest/fake-timers": "npm:30.0.0" - "@jest/types": "npm:30.0.0" + "@jest/environment": "npm:30.0.2" + "@jest/fake-timers": "npm:30.0.2" + "@jest/types": "npm:30.0.1" "@types/node": "npm:*" - jest-mock: "npm:30.0.0" - jest-util: "npm:30.0.0" - jest-validate: "npm:30.0.0" - checksum: 10c0/2c53e72398af89c1028b3899c0de68d7bb28c3a47b8a2b93d38bd3bbf47eda1d62f124fc28a7c4ade85fb020332c133b399cca1b48ac6be2d11525d0a0e6d23d + jest-mock: "npm:30.0.2" + jest-util: "npm:30.0.2" + jest-validate: "npm:30.0.2" + checksum: 10c0/e58515d26f13704c3be6281d029c4fa0902172d2a55751205badf0153630520c4e651f7923577e1ab0dfbb64c4fedb1e4b78622b53b3a8d8e0515c1923f3adc3 languageName: node linkType: hard @@ -7812,104 +7790,75 @@ __metadata: languageName: node linkType: hard -"jest-haste-map@npm:30.0.0": - version: 30.0.0 - resolution: "jest-haste-map@npm:30.0.0" +"jest-haste-map@npm:30.0.2": + version: 30.0.2 + resolution: "jest-haste-map@npm:30.0.2" dependencies: - "@jest/types": "npm:30.0.0" + "@jest/types": "npm:30.0.1" "@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.0" - jest-util: "npm:30.0.0" - jest-worker: "npm:30.0.0" + jest-regex-util: "npm:30.0.1" + jest-util: "npm:30.0.2" + jest-worker: "npm:30.0.2" micromatch: "npm:^4.0.8" walker: "npm:^1.0.8" dependenciesMeta: fsevents: optional: true - checksum: 10c0/8f45fa1e6d42b3e6146df7ea51da31ef39b31255769e0de9791fa11ef6a94a6a82fce4054967d5de6ccfad663ee5f782f64165b968612dd4f910bc396565ba2e + checksum: 10c0/6427b6976beb3fd33cae9a516e24f409d0cc0be2afa12a62e95671001a0d0d61662e8b2185027639b2036fe3e3b055e9d9b4dfd2063e787cf2a5d2140da0b80a languageName: node linkType: hard -"jest-leak-detector@npm:30.0.0": - version: 30.0.0 - resolution: "jest-leak-detector@npm:30.0.0" +"jest-leak-detector@npm:30.0.2": + version: 30.0.2 + resolution: "jest-leak-detector@npm:30.0.2" dependencies: - "@jest/get-type": "npm:30.0.0" - pretty-format: "npm:30.0.0" - checksum: 10c0/5dbf16dcaae651386d49556a657773497a555db78c033465d6767ce35db20aeae3aca4e34eb5fbf01bec733df699ed99aee56cc08d5af4c0422999e132a5c7af + "@jest/get-type": "npm:30.0.1" + pretty-format: "npm:30.0.2" + checksum: 10c0/1df28475c40b41024adc6e18af0d3dc8d8d318fdbbf5c3560321fea0af2e0784c57f788b5b152efd83274ab6ea8dc3b36662060a83a2a555ffd8cdf7d628ee76 languageName: node linkType: hard -"jest-matcher-utils@npm:30.0.0": - version: 30.0.0 - resolution: "jest-matcher-utils@npm:30.0.0" +"jest-matcher-utils@npm:30.0.3": + version: 30.0.3 + resolution: "jest-matcher-utils@npm:30.0.3" dependencies: - "@jest/get-type": "npm:30.0.0" + "@jest/get-type": "npm:30.0.1" chalk: "npm:^4.1.2" - jest-diff: "npm:30.0.0" - pretty-format: "npm:30.0.0" - checksum: 10c0/56869dfddf74252265a51be5a291b6c1148b5d3cb16702a2c7fd80bf3d4967d565927abaceba7ba28be13e749f0d3060e41641b0125fbefc0da0762b795069fd + jest-diff: "npm:30.0.3" + pretty-format: "npm:30.0.2" + checksum: 10c0/4d354f6d8d3992228ba5f0ecc728ec0c46f3693805927253d67e461e754deadc1e1b48ae80918e3f029c22da4abed9aaadb5049da1a1697f6714b0f6076eeafa languageName: node linkType: hard -"jest-matcher-utils@npm:^29.7.0": - version: 29.7.0 - resolution: "jest-matcher-utils@npm:29.7.0" - dependencies: - chalk: "npm:^4.0.0" - jest-diff: "npm:^29.7.0" - jest-get-type: "npm:^29.6.3" - pretty-format: "npm:^29.7.0" - checksum: 10c0/0d0e70b28fa5c7d4dce701dc1f46ae0922102aadc24ed45d594dd9b7ae0a8a6ef8b216718d1ab79e451291217e05d4d49a82666e1a3cc2b428b75cd9c933244e - languageName: node - linkType: hard - -"jest-message-util@npm:30.0.0": - version: 30.0.0 - resolution: "jest-message-util@npm:30.0.0" +"jest-message-util@npm:30.0.2": + version: 30.0.2 + resolution: "jest-message-util@npm:30.0.2" dependencies: "@babel/code-frame": "npm:^7.27.1" - "@jest/types": "npm:30.0.0" + "@jest/types": "npm:30.0.1" "@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.0" + pretty-format: "npm:30.0.2" slash: "npm:^3.0.0" stack-utils: "npm:^2.0.6" - checksum: 10c0/32ddafdaeea73dcb133de4a19603759c99dc97a336c5484757e1fd490c55ad937290737ad9fb378a8fdc39d36dbacfaa498320b1c852a78d620151a53df7c138 + checksum: 10c0/c010d5b7d86e735e2fb4c4a220f57004349f488f5d4663240a7e9f2694d01b5228136540d55036777fde4227b5e0b56f08885b7f69395b295cab878357b1aeb1 languageName: node linkType: hard -"jest-message-util@npm:^29.7.0": - version: 29.7.0 - resolution: "jest-message-util@npm:29.7.0" +"jest-mock@npm:30.0.2": + version: 30.0.2 + resolution: "jest-mock@npm:30.0.2" dependencies: - "@babel/code-frame": "npm:^7.12.13" - "@jest/types": "npm:^29.6.3" - "@types/stack-utils": "npm:^2.0.0" - chalk: "npm:^4.0.0" - graceful-fs: "npm:^4.2.9" - micromatch: "npm:^4.0.4" - pretty-format: "npm:^29.7.0" - slash: "npm:^3.0.0" - stack-utils: "npm:^2.0.3" - checksum: 10c0/850ae35477f59f3e6f27efac5215f706296e2104af39232bb14e5403e067992afb5c015e87a9243ec4d9df38525ef1ca663af9f2f4766aa116f127247008bd22 - languageName: node - linkType: hard - -"jest-mock@npm:30.0.0": - version: 30.0.0 - resolution: "jest-mock@npm:30.0.0" - dependencies: - "@jest/types": "npm:30.0.0" + "@jest/types": "npm:30.0.1" "@types/node": "npm:*" - jest-util: "npm:30.0.0" - checksum: 10c0/72c0a210ef0492c84e279f14f55f63ca14e8124e2a67047bd8b2841da1428b35b6985bfe88041e1f6fbc50980e7f03b4581009575968ed59f226840c482fa348 + jest-util: "npm:30.0.2" + checksum: 10c0/7728997c1d654475b88e18b7ba33a2a1b9f89ce33a9082bf2d14dcc3e831f372f80c762e481777886a3a04b4489ea5390ecdeb21c4def57fba5b2c77086a3959 languageName: node linkType: hard @@ -7925,207 +7874,193 @@ __metadata: languageName: node linkType: hard -"jest-regex-util@npm:30.0.0": - version: 30.0.0 - resolution: "jest-regex-util@npm:30.0.0" - checksum: 10c0/4cd7ba28b9bf7ef52057292afc96d8dc3df26e27dd69f8ef9e7c1c0773c834d27e65744c3e1d7206a059b0fde1b59834b42fbfc3e353e1dfcea94e84696b5f6d +"jest-regex-util@npm:30.0.1": + version: 30.0.1 + resolution: "jest-regex-util@npm:30.0.1" + checksum: 10c0/f30c70524ebde2d1012afe5ffa5691d5d00f7d5ba9e43d588f6460ac6fe96f9e620f2f9b36a02d0d3e7e77bc8efb8b3450ae3b80ac53c8be5099e01bf54f6728 languageName: node linkType: hard -"jest-resolve-dependencies@npm:30.0.0": - version: 30.0.0 - resolution: "jest-resolve-dependencies@npm:30.0.0" +"jest-resolve-dependencies@npm:30.0.3": + version: 30.0.3 + resolution: "jest-resolve-dependencies@npm:30.0.3" dependencies: - jest-regex-util: "npm:30.0.0" - jest-snapshot: "npm:30.0.0" - checksum: 10c0/fb844f966aacbff7b31d6a442622417fd01a8da3a915735fd8f3951627307bef652c62e09712c7140d2aefe5a937cdd30928b63ce7a76716cc0d5682867c5596 + jest-regex-util: "npm:30.0.1" + jest-snapshot: "npm:30.0.3" + checksum: 10c0/5684e62f05d19c5ab97b2b2262075f056bd48745bf25501671d0b9a03f2a0548ab04370b9cec6e97207d57ead54d706a67ef3254729cacb6d6405ef381cdf511 languageName: node linkType: hard -"jest-resolve@npm:30.0.0": - version: 30.0.0 - resolution: "jest-resolve@npm:30.0.0" +"jest-resolve@npm:30.0.2": + version: 30.0.2 + resolution: "jest-resolve@npm:30.0.2" dependencies: chalk: "npm:^4.1.2" graceful-fs: "npm:^4.2.11" - jest-haste-map: "npm:30.0.0" + jest-haste-map: "npm:30.0.2" jest-pnp-resolver: "npm:^1.2.3" - jest-util: "npm:30.0.0" - jest-validate: "npm:30.0.0" + jest-util: "npm:30.0.2" + jest-validate: "npm:30.0.2" slash: "npm:^3.0.0" unrs-resolver: "npm:^1.7.11" - checksum: 10c0/2973acdbd4a954032bc73ee4871bb92d2e40e524c7cf556f039a088d85810f61b867fe1c62d02e3eba82eb80566d22cd4399e89fb03aaace998097e1611893ac + checksum: 10c0/33ae69455b1206a926bb6f7dd46cd4b6cbf5e095387078873a05dfb693bef419b93897e052ee68026b31b5e5f537fdcfce42f2d31af0ce7e64a8179ed7882b51 languageName: node linkType: hard -"jest-runner@npm:30.0.0": - version: 30.0.0 - resolution: "jest-runner@npm:30.0.0" +"jest-runner@npm:30.0.3": + version: 30.0.3 + resolution: "jest-runner@npm:30.0.3" dependencies: - "@jest/console": "npm:30.0.0" - "@jest/environment": "npm:30.0.0" - "@jest/test-result": "npm:30.0.0" - "@jest/transform": "npm:30.0.0" - "@jest/types": "npm:30.0.0" + "@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" "@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.0" - jest-environment-node: "npm:30.0.0" - jest-haste-map: "npm:30.0.0" - jest-leak-detector: "npm:30.0.0" - jest-message-util: "npm:30.0.0" - jest-resolve: "npm:30.0.0" - jest-runtime: "npm:30.0.0" - jest-util: "npm:30.0.0" - jest-watcher: "npm:30.0.0" - jest-worker: "npm:30.0.0" + 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" p-limit: "npm:^3.1.0" source-map-support: "npm:0.5.13" - checksum: 10c0/b6609d477d4a8e73282688cc1bb4d8fff3d0813f6f8b8ff56072b3dcfbc89908ac272fc862fbdc3bd4b6e089d2b442b6ebd160abba4deabc102eb1ee0d5a3a0a + checksum: 10c0/d139ee4ed4f2d7aeefc8c496efc906960e938beadc22dce6167e7270db4e10260092eace6748a6efb7ee2a40e3bd3ee5d60cbefc2a1e3459826cfde69cdb9195 languageName: node linkType: hard -"jest-runtime@npm:30.0.0": - version: 30.0.0 - resolution: "jest-runtime@npm:30.0.0" - dependencies: - "@jest/environment": "npm:30.0.0" - "@jest/fake-timers": "npm:30.0.0" - "@jest/globals": "npm:30.0.0" - "@jest/source-map": "npm:30.0.0" - "@jest/test-result": "npm:30.0.0" - "@jest/transform": "npm:30.0.0" - "@jest/types": "npm:30.0.0" +"jest-runtime@npm:30.0.3": + version: 30.0.3 + resolution: "jest-runtime@npm:30.0.3" + dependencies: + "@jest/environment": "npm:30.0.2" + "@jest/fake-timers": "npm:30.0.2" + "@jest/globals": "npm:30.0.3" + "@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" "@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.0" - jest-message-util: "npm:30.0.0" - jest-mock: "npm:30.0.0" - jest-regex-util: "npm:30.0.0" - jest-resolve: "npm:30.0.0" - jest-snapshot: "npm:30.0.0" - jest-util: "npm:30.0.0" + jest-haste-map: "npm:30.0.2" + jest-message-util: "npm:30.0.2" + jest-mock: "npm:30.0.2" + 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" slash: "npm:^3.0.0" strip-bom: "npm:^4.0.0" - checksum: 10c0/73ec21368b7bcb4d1207f4b04f2edf300fe7b4890adfa4d0622c5f43041990b9e33f9deb4c44a55111c5c0d547462cde5c51f516643d76430ef3d9d0f6728617 + checksum: 10c0/01a184b80bf1ae2d6eca280daf37e355b983795e342406de461cf4d45c75ec48a635bf89c08d54fb73f851180e870ef82004fd1f6b335f0329dc07f3bd14a94d languageName: node linkType: hard -"jest-snapshot@npm:30.0.0": - version: 30.0.0 - resolution: "jest-snapshot@npm:30.0.0" +"jest-snapshot@npm:30.0.3": + version: 30.0.3 + resolution: "jest-snapshot@npm:30.0.3" 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.0" - "@jest/get-type": "npm:30.0.0" - "@jest/snapshot-utils": "npm:30.0.0" - "@jest/transform": "npm:30.0.0" - "@jest/types": "npm:30.0.0" + "@jest/expect-utils": "npm:30.0.3" + "@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" babel-preset-current-node-syntax: "npm:^1.1.0" chalk: "npm:^4.1.2" - expect: "npm:30.0.0" + expect: "npm:30.0.3" graceful-fs: "npm:^4.2.11" - jest-diff: "npm:30.0.0" - jest-matcher-utils: "npm:30.0.0" - jest-message-util: "npm:30.0.0" - jest-util: "npm:30.0.0" - pretty-format: "npm:30.0.0" + 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" semver: "npm:^7.7.2" synckit: "npm:^0.11.8" - checksum: 10c0/2df3ff6de6eda3e1c192fbb33ac5468ae0366107e1f51dc3a2fa6f3f1c092bbc7fb1b3143513d22074adf960fd23757824c122a1bc26f54553d168d1e3c773ab + checksum: 10c0/0af682495b79bc0e640edbb03ada06db073a0784d6a9c0bb11e592afa4d0dca63c63ab485f540e8d1bd7674456418906e194e7f0660cc20107423d4fe11b4d6e languageName: node linkType: hard -"jest-util@npm:30.0.0": - version: 30.0.0 - resolution: "jest-util@npm:30.0.0" +"jest-util@npm:30.0.2": + version: 30.0.2 + resolution: "jest-util@npm:30.0.2" dependencies: - "@jest/types": "npm:30.0.0" + "@jest/types": "npm:30.0.1" "@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/3be06e09e64699c078ca808a5a1b5d25b6003f6b4c6c5168a8b15ad555fb204a73b013e7f20b70528976734efbcbf6397309cf1c78054077a7491dcf9ea8d9a7 - languageName: node - linkType: hard - -"jest-util@npm:^29.7.0": - version: 29.7.0 - resolution: "jest-util@npm:29.7.0" - dependencies: - "@jest/types": "npm:^29.6.3" - "@types/node": "npm:*" - chalk: "npm:^4.0.0" - ci-info: "npm:^3.2.0" - graceful-fs: "npm:^4.2.9" - picomatch: "npm:^2.2.3" - checksum: 10c0/bc55a8f49fdbb8f51baf31d2a4f312fb66c9db1483b82f602c9c990e659cdd7ec529c8e916d5a89452ecbcfae4949b21b40a7a59d4ffc0cd813a973ab08c8150 + checksum: 10c0/07de384790b8e5a5925fba5448fa1475790a5b52271fbf99958c18e468da1af940f8b45e330d87766576cf6c5d1f4f41ce51c976483a5079653d9fcdba8aac8e languageName: node linkType: hard -"jest-validate@npm:30.0.0": - version: 30.0.0 - resolution: "jest-validate@npm:30.0.0" +"jest-validate@npm:30.0.2": + version: 30.0.2 + resolution: "jest-validate@npm:30.0.2" dependencies: - "@jest/get-type": "npm:30.0.0" - "@jest/types": "npm:30.0.0" + "@jest/get-type": "npm:30.0.1" + "@jest/types": "npm:30.0.1" camelcase: "npm:^6.3.0" chalk: "npm:^4.1.2" leven: "npm:^3.1.0" - pretty-format: "npm:30.0.0" - checksum: 10c0/c73561360fa36e36626e07c69519e822ae6fd45de93272f176f998dad7798ada9369c047f1efaab01ac96ab1496d72c134e20075a4bf43c87b0e222bc88be8e4 + pretty-format: "npm:30.0.2" + checksum: 10c0/9fd1b4f604851187655353eefe8db25db9638dd312d2e29d58868e626d78925edefe94fe2c8eb63305eefd41e5fe7f8aff334e2db9db5aaddeec866f9f6561d8 languageName: node linkType: hard -"jest-watcher@npm:30.0.0": - version: 30.0.0 - resolution: "jest-watcher@npm:30.0.0" +"jest-watcher@npm:30.0.2": + version: 30.0.2 + resolution: "jest-watcher@npm:30.0.2" dependencies: - "@jest/test-result": "npm:30.0.0" - "@jest/types": "npm:30.0.0" + "@jest/test-result": "npm:30.0.2" + "@jest/types": "npm:30.0.1" "@types/node": "npm:*" ansi-escapes: "npm:^4.3.2" chalk: "npm:^4.1.2" emittery: "npm:^0.13.1" - jest-util: "npm:30.0.0" + jest-util: "npm:30.0.2" string-length: "npm:^4.0.2" - checksum: 10c0/2ee05cbaefcb399fbbaf697125bac4ddfbcb5a37f9b2d942eb11e7328a326b3bbd30def06320096ea7d3489499a8617dcefa8d8e25948bba1a8b984ce4d5b97c + checksum: 10c0/7cb09da5feaa6c5558e5149406bde354c3e227ef692b5371efe4d13cf566d42a157c04a55f3a201d191afb7ebc49be84b1ed5a744f46497d9ecccc323d8963f5 languageName: node linkType: hard -"jest-worker@npm:30.0.0": - version: 30.0.0 - resolution: "jest-worker@npm:30.0.0" +"jest-worker@npm:30.0.2": + version: 30.0.2 + resolution: "jest-worker@npm:30.0.2" dependencies: "@types/node": "npm:*" "@ungap/structured-clone": "npm:^1.3.0" - jest-util: "npm:30.0.0" + jest-util: "npm:30.0.2" merge-stream: "npm:^2.0.0" supports-color: "npm:^8.1.1" - checksum: 10c0/146977e7c4648c9006d2837aa88bb7d9c057fa5cb65feb0356df60c792eaf8dfac28648169b63fb89f96626ec0fa0edaab89594b3b55724b4b31e1ff61c0108c + checksum: 10c0/d7d237e763a2f1aed4eba07f977490442a7bb085f7ab63163afa88776804c2644cc05a1e32da9d05a4b895ad22b2e939ef01a90ffb3024b53fc8c73b8ad1d3f1 languageName: node linkType: hard -"jest@npm:^30.0.0": - version: 30.0.0 - resolution: "jest@npm:30.0.0" +"jest@npm:^30.0.3": + version: 30.0.3 + resolution: "jest@npm:30.0.3" dependencies: - "@jest/core": "npm:30.0.0" - "@jest/types": "npm:30.0.0" + "@jest/core": "npm:30.0.3" + "@jest/types": "npm:30.0.1" import-local: "npm:^3.2.0" - jest-cli: "npm:30.0.0" + jest-cli: "npm:30.0.3" peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 peerDependenciesMeta: @@ -8133,7 +8068,7 @@ __metadata: optional: true bin: jest: ./bin/jest.js - checksum: 10c0/2a9de9ddc9c39c3b5b2cbcb1a8c8aa90904e2c9a42aba7930ce86fba43c1b084fa9e29e66deebe8341ae33cd3dd244c175642c0bc4f50a16758bbcab80324ffe + checksum: 10c0/ae4fbee2756e03b6f99f612438e3b4e25789731599a4d4617ce5002d4c68f169f6223f6b21522fe65cd3d00519e0bb534ac6db6b2cdb7cd46a4ad3ded6542f38 languageName: node linkType: hard @@ -9432,7 +9367,7 @@ __metadata: languageName: node linkType: hard -"micromatch@npm:^4.0.2, micromatch@npm:^4.0.4, micromatch@npm:^4.0.8": +"micromatch@npm:^4.0.2, micromatch@npm:^4.0.8": version: 4.0.8 resolution: "micromatch@npm:4.0.8" dependencies: @@ -9640,7 +9575,7 @@ __metadata: languageName: node linkType: hard -"napi-postinstall@npm:^0.2.2": +"napi-postinstall@npm:^0.2.4": version: 0.2.4 resolution: "napi-postinstall@npm:0.2.4" bin: @@ -10191,7 +10126,7 @@ __metadata: languageName: node linkType: hard -"picomatch@npm:^2.0.4, picomatch@npm:^2.2.3, picomatch@npm:^2.3.1": +"picomatch@npm:^2.0.4, picomatch@npm:^2.3.1": version: 2.3.1 resolution: "picomatch@npm:2.3.1" checksum: 10c0/26c02b8d06f03206fc2ab8d16f19960f2ff9e81a658f831ecb656d8f17d9edc799e8364b1f4a7873e89d9702dff96204be0fa26fe4181f6843f040f819dac4be @@ -10323,12 +10258,12 @@ __metadata: languageName: node linkType: hard -"prettier-plugin-pkg@npm:^0.19.1": - version: 0.19.1 - resolution: "prettier-plugin-pkg@npm:0.19.1" +"prettier-plugin-pkg@npm:^0.21.1": + version: 0.21.1 + resolution: "prettier-plugin-pkg@npm:0.21.1" peerDependencies: prettier: ^3.0.3 - checksum: 10c0/8c157f3e68fb229ac96aa28b511a615725abdce96a80814259c78838b4b174e4907082974ea5a8736c9b4b4763a72457e6bca3d8db63168024c5f21788ccb795 + checksum: 10c0/7a9f09e41f2974990d32540a6d26a320a1d0f53c6347799aaf6576edd949ae8b7393927aac5e3853ac29835fc311b793be28b2b811d046c16ee81fe82c73c5f6 languageName: node linkType: hard @@ -10343,15 +10278,15 @@ __metadata: languageName: node linkType: hard -"prettier-plugin-sh@npm:^0.17.4": - version: 0.17.4 - resolution: "prettier-plugin-sh@npm:0.17.4" +"prettier-plugin-sh@npm:^0.18.0": + version: 0.18.0 + resolution: "prettier-plugin-sh@npm:0.18.0" dependencies: - "@reteps/dockerfmt": "npm:^0.3.5" - sh-syntax: "npm:^0.5.6" + "@reteps/dockerfmt": "npm:^0.3.6" + sh-syntax: "npm:^0.5.8" peerDependencies: - prettier: ^3.0.3 - checksum: 10c0/a9619c34a3fdd32684d15518ca4ee7791410fa3784a10f310f199f5a2083cab03f4f9d95f1d1ba069f105eee632d386c39396d9dd60169259c77aef1f30c735c + prettier: ^3.6.0 + checksum: 10c0/d8946440abaab1c0f32cee270e0ad285e1f4bba0008aff7c55a9a1c8639032aa8b397aef8f8387a5b88c3f4fb657f1d4d1ab7ae6a1f5c4599875080fb951b9b1 languageName: node linkType: hard @@ -10378,26 +10313,26 @@ __metadata: linkType: hard "prettier@npm:^3.5.3": - version: 3.5.3 - resolution: "prettier@npm:3.5.3" + version: 3.6.1 + resolution: "prettier@npm:3.6.1" bin: prettier: bin/prettier.cjs - checksum: 10c0/3880cb90b9dc0635819ab52ff571518c35bd7f15a6e80a2054c05dbc8a3aa6e74f135519e91197de63705bcb38388ded7e7230e2178432a1468005406238b877 + checksum: 10c0/cf54254b9ddf1a8dff12f84bf0089e6aef3eeb9d0ce9d0344e39549ddc4f5c290fc5060d7d5a597848b9617e53e05b33a4118e37cd560f9e132ecc19c211300a languageName: node linkType: hard -"pretty-format@npm:30.0.0": - version: 30.0.0 - resolution: "pretty-format@npm:30.0.0" +"pretty-format@npm:30.0.2, pretty-format@npm:^30.0.0": + version: 30.0.2 + resolution: "pretty-format@npm:30.0.2" dependencies: - "@jest/schemas": "npm:30.0.0" + "@jest/schemas": "npm:30.0.1" ansi-styles: "npm:^5.2.0" react-is: "npm:^18.3.1" - checksum: 10c0/a57269aff3f4c4da44880f93d42b4fdf5405ef8d3b3c535969d4a6ed1914e70ac35fccb648dc980099cd3bef9e9d73a521e59ca073e6c9e704cfb8c6f49e51bb + checksum: 10c0/cf542dc2d0be95e2b1c6e3a397a4fc13fce1c9f8feed6b56165c0d23c7a83423abb6b032ed8e3e1b7c1c0709f9b117dd30b5185f107e58f8766616be6de84850 languageName: node linkType: hard -"pretty-format@npm:^29.0.0, pretty-format@npm:^29.7.0": +"pretty-format@npm:^29.7.0": version: 29.7.0 resolution: "pretty-format@npm:29.7.0" dependencies: @@ -10467,12 +10402,12 @@ __metadata: linkType: hard "pump@npm:^3.0.0": - version: 3.0.2 - resolution: "pump@npm:3.0.2" + version: 3.0.3 + resolution: "pump@npm:3.0.3" dependencies: end-of-stream: "npm:^1.1.0" once: "npm:^1.3.1" - checksum: 10c0/5ad655cb2a7738b4bcf6406b24ad0970d680649d996b55ad20d1be8e0c02394034e4c45ff7cd105d87f1e9b96a0e3d06fd28e11fae8875da26e7f7a8e2c9726f + checksum: 10c0/ada5cdf1d813065bbc99aa2c393b8f6beee73b5de2890a8754c9f488d7323ffd2ca5f5a0943b48934e3fcbd97637d0337369c3c631aeb9614915db629f1c75c9 languageName: node linkType: hard @@ -11699,15 +11634,15 @@ __metadata: languageName: node linkType: hard -"rolldown-plugin-dts@npm:^0.13.8": - version: 0.13.11 - resolution: "rolldown-plugin-dts@npm:0.13.11" +"rolldown-plugin-dts@npm:^0.13.12": + version: 0.13.12 + resolution: "rolldown-plugin-dts@npm:0.13.12" 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.3.0" + birpc: "npm:^2.4.0" debug: "npm:^4.4.1" dts-resolver: "npm:^2.1.1" get-tsconfig: "npm:^4.10.1" @@ -11723,29 +11658,29 @@ __metadata: optional: true vue-tsc: optional: true - checksum: 10c0/026cda47fd0b4d79e51e5dad0aca02749092ab006ac9317d153a42620cfd7f613ed075da3828aa37f49bec585c7871b5c997ed699385b9f326314004bf5c71e0 - languageName: node - linkType: hard - -"rolldown@npm:1.0.0-beta.11-commit.f051675": - version: 1.0.0-beta.11-commit.f051675 - resolution: "rolldown@npm:1.0.0-beta.11-commit.f051675" - dependencies: - "@oxc-project/runtime": "npm:=0.72.2" - "@oxc-project/types": "npm:=0.72.2" - "@rolldown/binding-darwin-arm64": "npm:1.0.0-beta.11-commit.f051675" - "@rolldown/binding-darwin-x64": "npm:1.0.0-beta.11-commit.f051675" - "@rolldown/binding-freebsd-x64": "npm:1.0.0-beta.11-commit.f051675" - "@rolldown/binding-linux-arm-gnueabihf": "npm:1.0.0-beta.11-commit.f051675" - "@rolldown/binding-linux-arm64-gnu": "npm:1.0.0-beta.11-commit.f051675" - "@rolldown/binding-linux-arm64-musl": "npm:1.0.0-beta.11-commit.f051675" - "@rolldown/binding-linux-x64-gnu": "npm:1.0.0-beta.11-commit.f051675" - "@rolldown/binding-linux-x64-musl": "npm:1.0.0-beta.11-commit.f051675" - "@rolldown/binding-wasm32-wasi": "npm:1.0.0-beta.11-commit.f051675" - "@rolldown/binding-win32-arm64-msvc": "npm:1.0.0-beta.11-commit.f051675" - "@rolldown/binding-win32-ia32-msvc": "npm:1.0.0-beta.11-commit.f051675" - "@rolldown/binding-win32-x64-msvc": "npm:1.0.0-beta.11-commit.f051675" - "@rolldown/pluginutils": "npm:1.0.0-beta.11-commit.f051675" + 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" ansis: "npm:^4.0.0" dependenciesMeta: "@rolldown/binding-darwin-arm64": @@ -11774,7 +11709,7 @@ __metadata: optional: true bin: rolldown: bin/cli.mjs - checksum: 10c0/2f8c44b871531f84c5a8e0416be7c8e226e33101e3a3d70b9520bf3051bd510e06f8a8da4a96c6cd933e474e70231e794db0d054c29402b4e497523e3bd9a11a + checksum: 10c0/fae589d1e3de6174a00bc02954abc6418fe1df70b109e709c0bc7d95ac51b9d18c478137948dc89283967c1e1e5fb02d3a79c1c448496d14d02ad117d03b761d languageName: node linkType: hard @@ -11844,7 +11779,7 @@ __metadata: languageName: node linkType: hard -"sh-syntax@npm:^0.5.6": +"sh-syntax@npm:^0.5.8": version: 0.5.8 resolution: "sh-syntax@npm:0.5.8" dependencies: @@ -12068,14 +12003,14 @@ __metadata: languageName: node linkType: hard -"stable-hash-x@npm:^0.1.1": - version: 0.1.1 - resolution: "stable-hash-x@npm:0.1.1" - checksum: 10c0/38744f4755026f2a2aa842c7d8c92c5a2cd708aac455faf8575cee7ce4218b5ffacf278797fed97d8240b956b687efb31ca92955280d07e7d6e16a8e58497daf +"stable-hash-x@npm:^0.2.0": + version: 0.2.0 + resolution: "stable-hash-x@npm:0.2.0" + checksum: 10c0/c757df58366ee4bb266a9486b8932eab7c1ba730469eaf4b68d2dee404814e9f84089c44c9b5205f8c7d99a0ab036cce2af69139ce5ed44b635923c011a8aea8 languageName: node linkType: hard -"stack-utils@npm:^2.0.3, stack-utils@npm:^2.0.6": +"stack-utils@npm:^2.0.6": version: 2.0.6 resolution: "stack-utils@npm:2.0.6" dependencies: @@ -12249,7 +12184,7 @@ __metadata: languageName: node linkType: hard -"synckit@npm:^0.11.4, synckit@npm:^0.11.7, synckit@npm:^0.11.8": +"synckit@npm:^0.11.7, synckit@npm:^0.11.8": version: 0.11.8 resolution: "synckit@npm:0.11.8" dependencies: @@ -12499,19 +12434,19 @@ __metadata: languageName: node linkType: hard -"tsdown@npm:^0.12.7": - version: 0.12.7 - resolution: "tsdown@npm:0.12.7" +"tsdown@npm:^0.12.9": + version: 0.12.9 + resolution: "tsdown@npm:0.12.9" dependencies: ansis: "npm:^4.1.0" cac: "npm:^6.7.14" chokidar: "npm:^4.0.3" debug: "npm:^4.4.1" diff: "npm:^8.0.2" - empathic: "npm:^1.1.0" + empathic: "npm:^2.0.0" hookable: "npm:^5.5.3" - rolldown: "npm:1.0.0-beta.11-commit.f051675" - rolldown-plugin-dts: "npm:^0.13.8" + rolldown: "npm:^1.0.0-beta.19" + rolldown-plugin-dts: "npm:^0.13.12" semver: "npm:^7.7.2" tinyexec: "npm:^1.0.1" tinyglobby: "npm:^0.2.14" @@ -12535,7 +12470,7 @@ __metadata: optional: true bin: tsdown: dist/run.mjs - checksum: 10c0/68d38d446b8ea96f14ccd32456418bfeb63ad829dda40419b0bb55add7b76f5c25e20e0f8950d681712b89981ba79ffec09485254e702f0e8340af5a4576aaea + checksum: 10c0/5dd4842982815181f5a79bc87fff1dd9afc6952aaec065dcececde5ba76887163a01de313272964003ea90df8ac23efdfc8aabb290c5b8f8dae5332e9905c05b languageName: node linkType: hard @@ -12604,17 +12539,17 @@ __metadata: languageName: node linkType: hard -"typescript-eslint@npm:^8.34.0": - version: 8.34.0 - resolution: "typescript-eslint@npm:8.34.0" +"typescript-eslint@npm:^8.35.0": + version: 8.35.0 + resolution: "typescript-eslint@npm:8.35.0" dependencies: - "@typescript-eslint/eslint-plugin": "npm:8.34.0" - "@typescript-eslint/parser": "npm:8.34.0" - "@typescript-eslint/utils": "npm:8.34.0" + "@typescript-eslint/eslint-plugin": "npm:8.35.0" + "@typescript-eslint/parser": "npm:8.35.0" + "@typescript-eslint/utils": "npm:8.35.0" peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: ">=4.8.4 <5.9.0" - checksum: 10c0/20c748b714267836bf47b9ed71b02ab256083d889528857732d559bf85ba4924c60623eb158fe0f5704bb75d9f20fbb54bc79b4cb978883093c6071a484fc390 + checksum: 10c0/ba034fc25731c01c12de7564c05eb58b22072b14b9cb6469d79b2a0c70dff45d646423b8d6d7f2f6ca40310101f2bd0a843c1c51b8c51cfec556ca0723f5df2d languageName: node linkType: hard @@ -12874,30 +12809,30 @@ __metadata: languageName: node linkType: hard -"unrs-resolver@npm:^1.7.11, unrs-resolver@npm:^1.9.0": - version: 1.9.0 - resolution: "unrs-resolver@npm:1.9.0" - dependencies: - "@unrs/resolver-binding-android-arm-eabi": "npm:1.9.0" - "@unrs/resolver-binding-android-arm64": "npm:1.9.0" - "@unrs/resolver-binding-darwin-arm64": "npm:1.9.0" - "@unrs/resolver-binding-darwin-x64": "npm:1.9.0" - "@unrs/resolver-binding-freebsd-x64": "npm:1.9.0" - "@unrs/resolver-binding-linux-arm-gnueabihf": "npm:1.9.0" - "@unrs/resolver-binding-linux-arm-musleabihf": "npm:1.9.0" - "@unrs/resolver-binding-linux-arm64-gnu": "npm:1.9.0" - "@unrs/resolver-binding-linux-arm64-musl": "npm:1.9.0" - "@unrs/resolver-binding-linux-ppc64-gnu": "npm:1.9.0" - "@unrs/resolver-binding-linux-riscv64-gnu": "npm:1.9.0" - "@unrs/resolver-binding-linux-riscv64-musl": "npm:1.9.0" - "@unrs/resolver-binding-linux-s390x-gnu": "npm:1.9.0" - "@unrs/resolver-binding-linux-x64-gnu": "npm:1.9.0" - "@unrs/resolver-binding-linux-x64-musl": "npm:1.9.0" - "@unrs/resolver-binding-wasm32-wasi": "npm:1.9.0" - "@unrs/resolver-binding-win32-arm64-msvc": "npm:1.9.0" - "@unrs/resolver-binding-win32-ia32-msvc": "npm:1.9.0" - "@unrs/resolver-binding-win32-x64-msvc": "npm:1.9.0" - napi-postinstall: "npm:^0.2.2" +"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" dependenciesMeta: "@unrs/resolver-binding-android-arm-eabi": optional: true @@ -12937,7 +12872,7 @@ __metadata: optional: true "@unrs/resolver-binding-win32-x64-msvc": optional: true - checksum: 10c0/73c184514a82197145539c0506dd6633a28fc380192b1677d31348537c2783405e7392cf2bf18b96d84b8068f502868de3ae741edd580683ddb39f10d46d49e8 + checksum: 10c0/e3481cc19ea4b25f888e2412bbd80a729b13527a41b035e784b71d1a7d4e2109b58b174adce989085eb75c787435e80ffb385db2b1598288474f53beb01438c0 languageName: node linkType: hard