diff --git a/.changeset/angry-phones-poke.md b/.changeset/angry-phones-poke.md new file mode 100644 index 00000000..74f1b30f --- /dev/null +++ b/.changeset/angry-phones-poke.md @@ -0,0 +1,5 @@ +--- +"changesets-gitlab": patch +--- + +fix: detect `git_push_create_all_pipelines` feature flag correctly diff --git a/.changeset/silly-mugs-prove.md b/.changeset/silly-mugs-prove.md new file mode 100644 index 00000000..1522a9ad --- /dev/null +++ b/.changeset/silly-mugs-prove.md @@ -0,0 +1,5 @@ +--- +"changesets-gitlab": patch +--- + +fix: legacy `types` should point to `.d.cts` instead diff --git a/package.json b/package.json index b00ae7ff..b5c5795b 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ }, "bin": "lib/cli.js", "main": "./lib/index.cjs", + "types": "./index.d.cts", "module": "./lib/index.js", "exports": { ".": { @@ -30,7 +31,6 @@ }, "./package.json": "./package.json" }, - "types": "./lib/index.d.ts", "files": [ "index.d.cts", "lib" @@ -88,17 +88,17 @@ "yaml": "^2.7.1" }, "devDependencies": { - "@1stg/common-config": "^11.1.2", + "@1stg/common-config": "^12.0.0", "@changesets/changelog-github": "^0.5.1", "@changesets/cli": "^2.28.1", "@commitlint/cli": "^19.8.0", - "@pkgr/rollup": "^6.0.1", + "@pkgr/rollup": "^6.0.2", "@types/global-agent": "^3.0.0", "@types/micromatch": "^4.0.9", "@types/web": "^0.0.216", "@vitest/coverage-istanbul": "3.1.1", "clean-pkg-json": "^1.2.1", - "eslint": "^9.23.0", + "eslint": "^9.24.0", "lint-staged": "^15.5.0", "npm-run-all2": "^7.0.2", "prettier": "^3.5.3", @@ -107,7 +107,7 @@ "size-limit-preset-node-lib": "^0.3.0", "tsx": "^4.19.3", "type-coverage": "^2.29.7", - "typescript": "^5.8.2", + "typescript": "^5.8.3", "vitest": "^3.1.1", "yarn-berry-deduplicate": "^6.1.1", "yarn-deduplicate": "^6.0.2" diff --git a/src/run.ts b/src/run.ts index a3c9ff4f..7a41e5b6 100644 --- a/src/run.ts +++ b/src/run.ts @@ -98,7 +98,9 @@ export async function runPublish({ (await api.FeatureFlags.show( context.projectId, 'git_push_create_all_pipelines', - ).catch(() => false)) + ) + .then(({ active }) => active) + .catch(() => false)) if (pushAllTags) { await gitUtils.pushTags() diff --git a/yarn.lock b/yarn.lock index c62b9f6f..35433a1d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -33,7 +33,7 @@ __metadata: languageName: node linkType: hard -"@1stg/commitlint-config@npm:^5.0.3": +"@1stg/commitlint-config@npm:^5.0.4": version: 5.0.4 resolution: "@1stg/commitlint-config@npm:5.0.4" dependencies: @@ -44,42 +44,42 @@ __metadata: languageName: node linkType: hard -"@1stg/common-config@npm:^11.1.2": - version: 11.1.2 - resolution: "@1stg/common-config@npm:11.1.2" +"@1stg/common-config@npm:^12.0.0": + version: 12.0.0 + resolution: "@1stg/common-config@npm:12.0.0" dependencies: "@1stg/babel-preset": "npm:^4.0.7" - "@1stg/commitlint-config": "npm:^5.0.3" - "@1stg/eslint-config": "npm:^8.3.2" - "@1stg/lint-staged": "npm:^4.0.7" + "@1stg/commitlint-config": "npm:^5.0.4" + "@1stg/eslint-config": "npm:^8.4.0" + "@1stg/lint-staged": "npm:^4.0.8" "@1stg/markuplint-config": "npm:^4.0.2" - "@1stg/prettier-config": "npm:^4.0.7" - "@1stg/remark-preset": "npm:^3.0.2" + "@1stg/prettier-config": "npm:^5.0.0" + "@1stg/remark-preset": "npm:^3.0.3" "@1stg/simple-git-hooks": "npm:^1.0.2" "@1stg/tsconfig": "npm:^3.0.2" "@babel/core": "npm:^7.26.10" tslib: "npm:^2.8.1" - checksum: 10c0/da38ddd9156e681b00711d9ec7d522745f6419f199959d6ca7c2000d49ef11097c706794aada31e40761710cfd6d55dc0840628c0ee3011e8382da086f57f270 + checksum: 10c0/908c63f3d1cfc0afcdd6436183a44edc7e06766d0f39f3c2c19269f0620a2ec45455544b96a9831efbb8db37890fb9cd4a898145e77ea0f38edae332e9a3b463 languageName: node linkType: hard -"@1stg/config@npm:^1.0.2": - version: 1.0.2 - resolution: "@1stg/config@npm:1.0.2" - checksum: 10c0/d59a101d12ad3df51688813d2030e1196fb76b2ba09f30c83f366ca3efe6cb3b0bf6d26fcc0b50493bf012ca5bf2bc486bfa9c3ed2fe24c634b4cba1f1091451 +"@1stg/config@npm:^1.0.3": + version: 1.0.3 + resolution: "@1stg/config@npm:1.0.3" + checksum: 10c0/50a694833f99cc2eeb9ddb8abb38781d2c98b39e57b2972c431d72b8599f07d691ca2aec4e99e523d3cc5de54d7eef242f243833ae707f3ba5aa6e8ba5df9b3b languageName: node linkType: hard -"@1stg/eslint-config@npm:^8.3.2": - version: 8.3.2 - resolution: "@1stg/eslint-config@npm:8.3.2" +"@1stg/eslint-config@npm:^8.4.0": + version: 8.4.0 + resolution: "@1stg/eslint-config@npm:8.4.0" dependencies: - "@1stg/config": "npm:^1.0.2" + "@1stg/config": "npm:^1.0.3" "@babel/eslint-parser": "npm:^7.27.0" "@babel/eslint-plugin": "npm:^7.27.0" "@eslint-community/eslint-plugin-eslint-comments": "npm:^4.4.1" - "@eslint-react/eslint-plugin": "npm:^1.40.1" - "@eslint/js": "npm:^9.23.0" + "@eslint-react/eslint-plugin": "npm:^1.40.3" + "@eslint/js": "npm:^9.24.0" "@pkgr/utils": "npm:^3.1.0" "@typescript-eslint/eslint-plugin": "npm:^8.29.0" "@typescript-eslint/parser": "npm:^8.29.0" @@ -89,12 +89,12 @@ __metadata: eslint-config-prettier: "npm:^10.1.1" eslint-import-resolver-typescript: "npm:^4.3.1" eslint-plugin-css: "npm:^0.11.0" - eslint-plugin-import-x: "npm:^4.10.0" + eslint-plugin-import-x: "npm:^4.10.1" eslint-plugin-jest: "npm:^28.11.0" eslint-plugin-jsdoc: "npm:^50.6.9" eslint-plugin-jsonc: "npm:^2.20.0" eslint-plugin-markup: "npm:^1.0.0" - eslint-plugin-mdx: "npm:^3.3.1" + eslint-plugin-mdx: "npm:^3.4.0" eslint-plugin-n: "npm:^17.17.0" eslint-plugin-prettier: "npm:^5.2.6" eslint-plugin-promise: "npm:^7.2.1" @@ -110,61 +110,61 @@ __metadata: typescript-eslint: "npm:^8.29.0" peerDependencies: eslint: ">=8.0.0" - checksum: 10c0/b14bf20f5944cff2d23b0cb15a8dfc3fea544a09a66bb1bdbeb8796ba3458cfb79b45cbfa9c4b6d1d93ad006914121af8249ec1ab629c2ea8810102be948a7cf + checksum: 10c0/96542eca70d8025302036c0a9f8364557391ba14635dc44d8c62b993cb8e2ac563a002094119e9f2f5299a606771a8ba8d871ee45e8729b81a05061eca894ab3 languageName: node linkType: hard -"@1stg/lint-staged@npm:^4.0.7": - version: 4.0.7 - resolution: "@1stg/lint-staged@npm:4.0.7" +"@1stg/lint-staged@npm:^4.0.8": + version: 4.0.8 + resolution: "@1stg/lint-staged@npm:4.0.8" dependencies: - "@1stg/config": "npm:^1.0.2" - "@1stg/prettier-config": "npm:^4.0.7" + "@1stg/config": "npm:^1.0.3" + "@1stg/prettier-config": "npm:^5.0.0" "@1stg/tsconfig": "npm:^3.0.2" "@pkgr/core": "npm:^0.2.0" prettier: "npm:^3.5.3" peerDependencies: lint-staged: ">=12.1.0" - checksum: 10c0/e0683e359b15087d42408ad50f7e31943fb53ef3ee661a9afc5be0780e3deecce3c990a5d60db76ea99f304eec7e900098aeadf6a2faecc0622df2a57a0091e0 + checksum: 10c0/95e669161b8f326cb6ee0b4ab22b2c7377b57a26a024bb0a9fbb57a055ef4fde8c93cc3597d40a6cfc2b80feae903d5fd3bfe2d8b9b620465d0c08815fc6327f languageName: node linkType: hard "@1stg/markuplint-config@npm:^4.0.2": - version: 4.0.2 - resolution: "@1stg/markuplint-config@npm:4.0.2" + version: 4.0.3 + resolution: "@1stg/markuplint-config@npm:4.0.3" dependencies: "@markuplint/vue-parser": "npm:^4.6.18" "@markuplint/vue-spec": "npm:^4.5.18" markuplint-angular-parser: "npm:^3.0.1" peerDependencies: markuplint: ^4.0.0 - checksum: 10c0/a4c96804e716112b5bc995f59cde1bb9387888e9f6724632a167825689d4598c7eca784ab79d527f83fd34ed82a02f8b382cf06d30926cf60a998cb0fd702a64 + checksum: 10c0/4f05fb31b794dee240b805c5655660df13382b82c29411adc321541c5850e55c256aee6b91365220ca78c607365e0be53c5cfe190cbf7d0e78f3ddaf03e1f148 languageName: node linkType: hard -"@1stg/prettier-config@npm:^4.0.7": - version: 4.0.7 - resolution: "@1stg/prettier-config@npm:4.0.7" +"@1stg/prettier-config@npm:^5.0.0": + version: 5.0.0 + resolution: "@1stg/prettier-config@npm:5.0.0" dependencies: - "@1stg/config": "npm:^1.0.2" + "@1stg/config": "npm:^1.0.3" "@prettier/plugin-pug": "npm:^3.3.0" "@prettier/plugin-ruby": "npm:^4.0.4" "@prettier/plugin-xml": "npm:^3.4.1" prettier-plugin-ini: "npm:^1.3.0" - prettier-plugin-pkg: "npm:^0.18.1" + prettier-plugin-pkg: "npm:^0.19.0" prettier-plugin-properties: "npm:^0.3.0" - prettier-plugin-sh: "npm:^0.16.0" + prettier-plugin-sh: "npm:^0.16.1" prettier-plugin-stylus: "npm:^0.1.0" - prettier-plugin-toml: "npm:^2.0.3" + prettier-plugin-toml: "npm:^2.0.4" peerDependencies: prettier: ^3.0.0 - checksum: 10c0/eab4833259d76e77ab1fafe42e2ae19826525a87987557a1067a53044573d8cef2d53db84f825dba02375e97eb4d5118a1dac1a87f7d71acfc6cdb441dac5416 + checksum: 10c0/423f7fd818fd9142da855ed044c23769f186232639f8791e7752a72d8d1b9e0696c8326131f7116a18e75806061f8bc43a88f58a5fd23c61fd304315c182d39e languageName: node linkType: hard -"@1stg/remark-preset@npm:^3.0.2": - version: 3.0.2 - resolution: "@1stg/remark-preset@npm:3.0.2" +"@1stg/remark-preset@npm:^3.0.3": + version: 3.0.3 + resolution: "@1stg/remark-preset@npm:3.0.3" dependencies: remark-frontmatter: "npm:^5.0.0" remark-gfm: "npm:^4.0.1" @@ -174,9 +174,9 @@ __metadata: remark-preset-lint-consistent: "npm:^6.0.1" remark-preset-lint-markdown-style-guide: "npm:^6.0.1" remark-preset-lint-recommended: "npm:^7.0.1" - remark-preset-prettier: "npm:^2.0.1" + remark-preset-prettier: "npm:^2.0.2" remark-validate-links: "npm:^13.1.0" - checksum: 10c0/6fde91d8f692aa49ec795321a0f0f31474341427f65312362f9362eebcd0c058a2f89358a65d47ca836d112e9fa7a808f7908170d1fc74d7307f7d36b84b9b57 + checksum: 10c0/edbec06932f00967aa452555173db312b87fec315cbc18e6e58cf06d59101e70a37d15f1de4602664bb557b2a09df45cf7c4a4b5903da295dc6d4f4f750e8d7f languageName: node linkType: hard @@ -2601,64 +2601,64 @@ __metadata: languageName: node linkType: hard -"@eslint-react/ast@npm:1.40.3": - version: 1.40.3 - resolution: "@eslint-react/ast@npm:1.40.3" +"@eslint-react/ast@npm:1.41.0": + version: 1.41.0 + resolution: "@eslint-react/ast@npm:1.41.0" dependencies: - "@eslint-react/eff": "npm:1.40.3" + "@eslint-react/eff": "npm:1.41.0" "@typescript-eslint/types": "npm:^8.29.0" "@typescript-eslint/typescript-estree": "npm:^8.29.0" "@typescript-eslint/utils": "npm:^8.29.0" string-ts: "npm:^2.2.1" ts-pattern: "npm:^5.7.0" - checksum: 10c0/86f9e7b51e4556cc9e4a62d29782f1eff546437398d595554a5be1dcd31ef4626070de9720fb25248a15c275223acfc28a8ffbfa6e69836f6d6e1215412a37c3 + checksum: 10c0/bbb125164e83a279fc80186e1fe4cc75211f397e65e8d8dd21acc378c3673e60fa8d3ce6c1850aa5d6f6a0510de12e0f15f1bbb2a8411af7839ed5f521b98cd1 languageName: node linkType: hard -"@eslint-react/core@npm:1.40.3": - version: 1.40.3 - resolution: "@eslint-react/core@npm:1.40.3" +"@eslint-react/core@npm:1.41.0": + version: 1.41.0 + resolution: "@eslint-react/core@npm:1.41.0" dependencies: - "@eslint-react/ast": "npm:1.40.3" - "@eslint-react/eff": "npm:1.40.3" - "@eslint-react/jsx": "npm:1.40.3" - "@eslint-react/kit": "npm:1.40.3" - "@eslint-react/shared": "npm:1.40.3" - "@eslint-react/var": "npm:1.40.3" + "@eslint-react/ast": "npm:1.41.0" + "@eslint-react/eff": "npm:1.41.0" + "@eslint-react/jsx": "npm:1.41.0" + "@eslint-react/kit": "npm:1.41.0" + "@eslint-react/shared": "npm:1.41.0" + "@eslint-react/var": "npm:1.41.0" "@typescript-eslint/scope-manager": "npm:^8.29.0" "@typescript-eslint/type-utils": "npm:^8.29.0" "@typescript-eslint/types": "npm:^8.29.0" "@typescript-eslint/utils": "npm:^8.29.0" birecord: "npm:^0.1.1" ts-pattern: "npm:^5.7.0" - checksum: 10c0/bdad9616074c7d6379b3eef7979287fe0082dd2869243ebe78fa822bc357c52c117ed5629072adeaf5205d2d7a2d02111a385790f9d2125b985310fa511c4cbb + checksum: 10c0/a7cc84510de360ce59da8e0aaa34b8d46b2817d88131d69456a38b42f7990543855a8cfb5c04de473187dcca57a3e778d0fcec0136665b069203e1fd5ec6c9d1 languageName: node linkType: hard -"@eslint-react/eff@npm:1.40.3": - version: 1.40.3 - resolution: "@eslint-react/eff@npm:1.40.3" - checksum: 10c0/47b8c517e30fe56eea8b97b5d1bb95a139341c4e8de44754ef30bd6fdd00bf8313c562ca1aa740764ce6a242ba8c75009d55cac7ea9412220a67b1df548c31fd +"@eslint-react/eff@npm:1.41.0": + version: 1.41.0 + resolution: "@eslint-react/eff@npm:1.41.0" + checksum: 10c0/f6bb966ad7de3ac8841fd9900a3a560129e4a50ac340eeb18a2c0ba6f5a9fa36450f280f1f8d56e24503c246d8144e404b9cf7c93f4bbbfab6a09963854f37cf languageName: node linkType: hard -"@eslint-react/eslint-plugin@npm:^1.40.1": - version: 1.40.3 - resolution: "@eslint-react/eslint-plugin@npm:1.40.3" +"@eslint-react/eslint-plugin@npm:^1.40.3": + version: 1.41.0 + resolution: "@eslint-react/eslint-plugin@npm:1.41.0" dependencies: - "@eslint-react/eff": "npm:1.40.3" - "@eslint-react/kit": "npm:1.40.3" - "@eslint-react/shared": "npm:1.40.3" + "@eslint-react/eff": "npm:1.41.0" + "@eslint-react/kit": "npm:1.41.0" + "@eslint-react/shared": "npm:1.41.0" "@typescript-eslint/scope-manager": "npm:^8.29.0" "@typescript-eslint/type-utils": "npm:^8.29.0" "@typescript-eslint/types": "npm:^8.29.0" "@typescript-eslint/utils": "npm:^8.29.0" - eslint-plugin-react-debug: "npm:1.40.3" - eslint-plugin-react-dom: "npm:1.40.3" - eslint-plugin-react-hooks-extra: "npm:1.40.3" - eslint-plugin-react-naming-convention: "npm:1.40.3" - eslint-plugin-react-web-api: "npm:1.40.3" - eslint-plugin-react-x: "npm:1.40.3" + eslint-plugin-react-debug: "npm:1.41.0" + eslint-plugin-react-dom: "npm:1.41.0" + eslint-plugin-react-hooks-extra: "npm:1.41.0" + eslint-plugin-react-naming-convention: "npm:1.41.0" + eslint-plugin-react-web-api: "npm:1.41.0" + eslint-plugin-react-x: "npm:1.41.0" peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: ^4.9.5 || ^5.3.3 @@ -2667,74 +2667,74 @@ __metadata: optional: false typescript: optional: true - checksum: 10c0/2e2b91188462177139db18c828ad5726e7467f2141228de1fdf190494e17ee2ce17a6e358176626957f3f1e7e2a835c0d77335863be1008d0a37924b8da93645 + checksum: 10c0/1ac86cd52259369e496a8688ef63203f58db83db4c0a04a78562053e891aad5911f781ebc8f70bd72d7eca3f7c3ee0e64d4bb61c58398b8e1e3ae4775529a295 languageName: node linkType: hard -"@eslint-react/jsx@npm:1.40.3": - version: 1.40.3 - resolution: "@eslint-react/jsx@npm:1.40.3" +"@eslint-react/jsx@npm:1.41.0": + version: 1.41.0 + resolution: "@eslint-react/jsx@npm:1.41.0" dependencies: - "@eslint-react/ast": "npm:1.40.3" - "@eslint-react/eff": "npm:1.40.3" - "@eslint-react/var": "npm:1.40.3" + "@eslint-react/ast": "npm:1.41.0" + "@eslint-react/eff": "npm:1.41.0" + "@eslint-react/var": "npm:1.41.0" "@typescript-eslint/scope-manager": "npm:^8.29.0" "@typescript-eslint/types": "npm:^8.29.0" "@typescript-eslint/utils": "npm:^8.29.0" ts-pattern: "npm:^5.7.0" - checksum: 10c0/70b471f04e0e6668ccd0f27691aa4e0dc931dcdd192279fbfa4f7ba2b5b1816e29da04be781bdb4ac589a6d0c8c38a2d5101b76a1d282ce31bea5c838c6f9db8 + checksum: 10c0/5fda66cfee5cdcb4c80ad8bf8567b810f66ebcd8167177a7d147991da4b70731c3a024cb2a8b02c207122ba47d261e142300d6c83030110a00461831d4579d74 languageName: node linkType: hard -"@eslint-react/kit@npm:1.40.3": - version: 1.40.3 - resolution: "@eslint-react/kit@npm:1.40.3" +"@eslint-react/kit@npm:1.41.0": + version: 1.41.0 + resolution: "@eslint-react/kit@npm:1.41.0" dependencies: - "@eslint-react/eff": "npm:1.40.3" + "@eslint-react/eff": "npm:1.41.0" "@typescript-eslint/utils": "npm:^8.29.0" ts-pattern: "npm:^5.7.0" valibot: "npm:^1.0.0" - checksum: 10c0/06d05b6878afa75e667a41bb4f250f31af6eec943bc4b39d3be9a7a3d60e2d753cb367afa11707e8cc754d9859bf8b1ad740fb4ce9da0fee83f2f012280f19ec + checksum: 10c0/1be630a68641e0b9cc5b59b948c27bee711a694b89c979375c3a84dcdab1679664459644e09bf74d3628a0a281b70c79bd23df15ec1113fb0f26629ba1b03d9b languageName: node linkType: hard -"@eslint-react/shared@npm:1.40.3": - version: 1.40.3 - resolution: "@eslint-react/shared@npm:1.40.3" +"@eslint-react/shared@npm:1.41.0": + version: 1.41.0 + resolution: "@eslint-react/shared@npm:1.41.0" dependencies: - "@eslint-react/eff": "npm:1.40.3" - "@eslint-react/kit": "npm:1.40.3" + "@eslint-react/eff": "npm:1.41.0" + "@eslint-react/kit": "npm:1.41.0" "@typescript-eslint/utils": "npm:^8.29.0" picomatch: "npm:^4.0.2" ts-pattern: "npm:^5.7.0" valibot: "npm:^1.0.0" - checksum: 10c0/7ef164cecdc9ef91d24e00020714083d04201b9a95884cfc6549c88639af46105947cb4bda52c80fdd6da01003430409fccfddd6504b6c3d4d8b57eaafbc430d + checksum: 10c0/5d4abe9ea4516085b4cf69920fd6c490119b956ee6fc925922f78b2d8c172ff3cf4757c1701b8a4ae3020684082562c756c4a9fd2b2fd9f63065a7ff7300fdb9 languageName: node linkType: hard -"@eslint-react/var@npm:1.40.3": - version: 1.40.3 - resolution: "@eslint-react/var@npm:1.40.3" +"@eslint-react/var@npm:1.41.0": + version: 1.41.0 + resolution: "@eslint-react/var@npm:1.41.0" dependencies: - "@eslint-react/ast": "npm:1.40.3" - "@eslint-react/eff": "npm:1.40.3" + "@eslint-react/ast": "npm:1.41.0" + "@eslint-react/eff": "npm:1.41.0" "@typescript-eslint/scope-manager": "npm:^8.29.0" "@typescript-eslint/types": "npm:^8.29.0" "@typescript-eslint/utils": "npm:^8.29.0" string-ts: "npm:^2.2.1" ts-pattern: "npm:^5.7.0" - checksum: 10c0/3bce3362f93d40b11c8b2b2afa5952ba1b859d76a6d2ac2b021206abb8e603988294d79b38162809d922caebea5babd163e2987dc8419c061e4ce6f1aa659685 + checksum: 10c0/322d0cc8be20b36324aa2d03f34a0584f8f25aff0e63f70d73cc982ad5db1197789bc1c1734a9bcef35abed3f2ed6929db734953927f562ebaf04f66931d2a38 languageName: node linkType: hard -"@eslint/config-array@npm:^0.19.2": - version: 0.19.2 - resolution: "@eslint/config-array@npm:0.19.2" +"@eslint/config-array@npm:^0.20.0": + version: 0.20.0 + resolution: "@eslint/config-array@npm:0.20.0" dependencies: "@eslint/object-schema": "npm:^2.1.6" debug: "npm:^4.3.1" minimatch: "npm:^3.1.2" - checksum: 10c0/dd68da9abb32d336233ac4fe0db1e15a0a8d794b6e69abb9e57545d746a97f6f542496ff9db0d7e27fab1438546250d810d90b1904ac67677215b8d8e7573f3d + checksum: 10c0/94bc5d0abb96dc5295ff559925242ff75a54eacfb3576677e95917e42f7175e1c4b87bf039aa2a872f949b4852ad9724bf2f7529aaea6b98f28bb3fca7f1d659 languageName: node linkType: hard @@ -2780,10 +2780,10 @@ __metadata: languageName: node linkType: hard -"@eslint/js@npm:9.23.0, @eslint/js@npm:^9.23.0": - version: 9.23.0 - resolution: "@eslint/js@npm:9.23.0" - checksum: 10c0/4e70869372b6325389e0ab51cac6d3062689807d1cef2c3434857571422ce11dde3c62777af85c382b9f94d937127598d605d2086787f08611351bf99faded81 +"@eslint/js@npm:9.24.0, @eslint/js@npm:^9.24.0": + version: 9.24.0 + resolution: "@eslint/js@npm:9.24.0" + checksum: 10c0/efe22e29469e4140ac3e2916be8143b1bcfd1084a6edf692b7a58a3e54949d53c67f7f979bc0a811db134d9cc1e7bff8aa71ef1376b47eecd7e226b71206bb36 languageName: node linkType: hard @@ -3230,7 +3230,7 @@ __metadata: languageName: node linkType: hard -"@napi-rs/wasm-runtime@npm:^0.2.7": +"@napi-rs/wasm-runtime@npm:^0.2.8": version: 0.2.8 resolution: "@napi-rs/wasm-runtime@npm:0.2.8" dependencies: @@ -3389,27 +3389,27 @@ __metadata: languageName: node linkType: hard -"@pkgr/core@npm:^0.2.0": - version: 0.2.0 - resolution: "@pkgr/core@npm:0.2.0" - checksum: 10c0/29cb9c15f4788096b8b8b786b19c75b6398b6afe814a97189922c3046d8acb5d24f1217fd2537c3f8e42c04e48d572295e7ee56d77964ddc932c44eb5a615931 +"@pkgr/core@npm:^0.2.0, @pkgr/core@npm:^0.2.1": + version: 0.2.1 + resolution: "@pkgr/core@npm:0.2.1" + checksum: 10c0/760fcb5999a1794179ad7f498dfc342f9135b846d096bda43f07d4278d5557e87e7c889f5670d1338a802dffcc6a52548cc9be3fbd97d68ce3b3901d5d6160cd languageName: node linkType: hard -"@pkgr/es-modules@npm:^0.6.4": - version: 0.6.4 - resolution: "@pkgr/es-modules@npm:0.6.4" - checksum: 10c0/9863c24f64bb5cbb79b755b86b26d3caa070c86ddb3d3e5f96a9fdbaa51c1112e569eda4578921c7ffaf8e6917ff4e0707dcf21bd918cd3abe928014f2446876 +"@pkgr/es-modules@npm:^0.6.5": + version: 0.6.5 + resolution: "@pkgr/es-modules@npm:0.6.5" + checksum: 10c0/b543ba70295dfee805fba18c23598222213a8b306726a6f02acca5b774eafadafd517e94ba992472b6cb5e4299f7719b59f006656f52d7d8c1b7d46a5b791e78 languageName: node linkType: hard -"@pkgr/rollup@npm:^6.0.1": - version: 6.0.1 - resolution: "@pkgr/rollup@npm:6.0.1" +"@pkgr/rollup@npm:^6.0.2": + version: 6.0.2 + resolution: "@pkgr/rollup@npm:6.0.2" dependencies: - "@pkgr/es-modules": "npm:^0.6.4" - "@pkgr/umd-globals": "npm:^0.8.3" - "@pkgr/utils": "npm:^3.0.0" + "@pkgr/es-modules": "npm:^0.6.5" + "@pkgr/umd-globals": "npm:^0.8.4" + "@pkgr/utils": "npm:^3.1.1" "@rollup/plugin-alias": "npm:^5.1.1" "@rollup/plugin-commonjs": "npm:^28.0.3" "@rollup/plugin-json": "npm:^6.1.0" @@ -3418,10 +3418,10 @@ __metadata: commander: "npm:^13.1.0" core-js: "npm:^3.41.0" debug: "npm:^4.4.0" - esbuild: "npm:^0.25.1" + esbuild: "npm:^0.25.2" jsox: "npm:^1.2.121" micromatch: "npm:^4.0.8" - rollup: "npm:^4.36.0" + rollup: "npm:^4.39.0" rollup-plugin-copy: "npm:^3.5.0" rollup-plugin-esbuild: "npm:^6.2.1" rollup-plugin-unassert: "npm:^0.6.0" @@ -3430,7 +3430,7 @@ __metadata: unassert: "npm:^2.0.2" peerDependencies: "@vitejs/plugin-vue": ^5.0.0 - "@vitejs/plugin-vue-jsx": ^3.0.0 + "@vitejs/plugin-vue-jsx": ^3.0.0 || ^4.0.0 peerDependenciesMeta: "@vitejs/plugin-vue": optional: true @@ -3438,24 +3438,24 @@ __metadata: optional: true bin: r: lib/cli.js - checksum: 10c0/34e4a92d770c514098798207095c88198a0764ee8d98d1a7fc191364a962aaa4a03c9ca0a2ba79fcf1afc6f37b4083c3339aea23d70d5afb3e3cd5a5513b3de3 + checksum: 10c0/d11b95e69b84d1002236b82d0cb03cc113592411ab38f91ef43f92eb920f400be6d51afe062c35959dadd34e2246816e56938fee9f8c8f66a595c6fef48ed1a6 languageName: node linkType: hard -"@pkgr/umd-globals@npm:^0.8.3": - version: 0.8.3 - resolution: "@pkgr/umd-globals@npm:0.8.3" - checksum: 10c0/91a5947bbed202ee64dfd39744dd590aba11f95e2a35f24d788d316a2505e78bf56deb7b5aaab429c9e5f0c5fec5de7f7d1fa6bc1d6899aa2427dfb30eaf479f +"@pkgr/umd-globals@npm:^0.8.4": + version: 0.8.4 + resolution: "@pkgr/umd-globals@npm:0.8.4" + checksum: 10c0/f1dc57781d6a6bae66f19c2a6cb5ef340e4b3136c87e9f152d6050ece71deb4f08ad9527b060b4a11e3f7cdf09002f0b1f795bdca56534a5ef66cbb7162c1bee languageName: node linkType: hard -"@pkgr/utils@npm:^3.0.0, @pkgr/utils@npm:^3.1.0": - version: 3.1.0 - resolution: "@pkgr/utils@npm:3.1.0" +"@pkgr/utils@npm:^3.1.0, @pkgr/utils@npm:^3.1.1": + version: 3.1.1 + resolution: "@pkgr/utils@npm:3.1.1" dependencies: - "@pkgr/core": "npm:^0.2.0" + "@pkgr/core": "npm:^0.2.1" tinyglobby: "npm:^0.2.12" - checksum: 10c0/35c9e04dd5d2b21bff43a9ae48c5dd484639af2f5cabc824348c0a1bcb8f2999fa580af00c93729bf66410c2ac812a9d864d92b2dc8466036a2ce471b01ea8ff + checksum: 10c0/3fb7ce4debc00c885ab03c1f7685a1e0931b2aff2fa7962b533f677823a315091e2a25635ab21d61c9cd32fa7af4dd056ac6d8f6d3adb7e796ba456f0c1288a6 languageName: node linkType: hard @@ -3768,19 +3768,19 @@ __metadata: languageName: node linkType: hard -"@taplo/core@npm:^0.1.0": - version: 0.1.1 - resolution: "@taplo/core@npm:0.1.1" - checksum: 10c0/c36f761431b2e959742d8e186e74306fb8991d84589e2f03b6481244cc407275fa448a217ef87b8aa1e226615fd7ba85c60e6f0221f01d891b90dd30b45cb13b +"@taplo/core@npm:^0.2.0": + version: 0.2.0 + resolution: "@taplo/core@npm:0.2.0" + checksum: 10c0/4bbc3b696c49e267da2dfcd13e7812e5c09febda583856b35569773542e93f9c28a50dab69c635e1d5e11a4de6962ab08e006985fa38d2df1b3ef19d471efa05 languageName: node linkType: hard -"@taplo/lib@npm:^0.4.0-alpha.2": - version: 0.4.0-alpha.2 - resolution: "@taplo/lib@npm:0.4.0-alpha.2" +"@taplo/lib@npm:^0.5.0": + version: 0.5.0 + resolution: "@taplo/lib@npm:0.5.0" dependencies: - "@taplo/core": "npm:^0.1.0" - checksum: 10c0/650ed35ba949054eb8dcfbaf77d6154d9639f5d8fa96d89546c399a95e699d7e01f65e308f89478d41e0120baa3572f25595fe088d19e62cc56ad3eb2b5acbb5 + "@taplo/core": "npm:^0.2.0" + checksum: 10c0/0d1ea190586cac09a1c28fc43f807ba843a3313329744aacf49200da909beacbc43e5ebb89677d608b821458ad9378bc3d398c2aa7eff7e567ad59f85cc5ed82 languageName: node linkType: hard @@ -4082,15 +4082,15 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:8.29.0, @typescript-eslint/eslint-plugin@npm:^8.29.0": - version: 8.29.0 - resolution: "@typescript-eslint/eslint-plugin@npm:8.29.0" +"@typescript-eslint/eslint-plugin@npm:8.29.1, @typescript-eslint/eslint-plugin@npm:^8.29.0": + version: 8.29.1 + resolution: "@typescript-eslint/eslint-plugin@npm:8.29.1" dependencies: "@eslint-community/regexpp": "npm:^4.10.0" - "@typescript-eslint/scope-manager": "npm:8.29.0" - "@typescript-eslint/type-utils": "npm:8.29.0" - "@typescript-eslint/utils": "npm:8.29.0" - "@typescript-eslint/visitor-keys": "npm:8.29.0" + "@typescript-eslint/scope-manager": "npm:8.29.1" + "@typescript-eslint/type-utils": "npm:8.29.1" + "@typescript-eslint/utils": "npm:8.29.1" + "@typescript-eslint/visitor-keys": "npm:8.29.1" graphemer: "npm:^1.4.0" ignore: "npm:^5.3.1" natural-compare: "npm:^1.4.0" @@ -4099,64 +4099,64 @@ __metadata: "@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0 eslint: ^8.57.0 || ^9.0.0 typescript: ">=4.8.4 <5.9.0" - checksum: 10c0/3b05a7376a0752484229369af6eb60d13cf06d2331e79c2d471cb0b963dcf5b25a31617cafdc71d74e98921091f479f3da10725b761878a89421191d23866b54 + checksum: 10c0/a3ed7556edcac374cab622862f2f9adedc91ca305d6937db6869a0253d675858c296cb5413980e8404fc39737117faaf35b00c6804664b3c542bdc417502532f languageName: node linkType: hard -"@typescript-eslint/parser@npm:8.29.0, @typescript-eslint/parser@npm:^8.29.0": - version: 8.29.0 - resolution: "@typescript-eslint/parser@npm:8.29.0" +"@typescript-eslint/parser@npm:8.29.1, @typescript-eslint/parser@npm:^8.29.0": + version: 8.29.1 + resolution: "@typescript-eslint/parser@npm:8.29.1" dependencies: - "@typescript-eslint/scope-manager": "npm:8.29.0" - "@typescript-eslint/types": "npm:8.29.0" - "@typescript-eslint/typescript-estree": "npm:8.29.0" - "@typescript-eslint/visitor-keys": "npm:8.29.0" + "@typescript-eslint/scope-manager": "npm:8.29.1" + "@typescript-eslint/types": "npm:8.29.1" + "@typescript-eslint/typescript-estree": "npm:8.29.1" + "@typescript-eslint/visitor-keys": "npm:8.29.1" debug: "npm:^4.3.4" peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: ">=4.8.4 <5.9.0" - checksum: 10c0/270b9b27e3edb54b2f98a97b7f026f95580214002a04167809b1b71233c36d1585041cdcf26f9e08f48b9eb92652f4f9c756a83dc230f48fd204a4e5e054831c + checksum: 10c0/af3570ff58c42c2014e5c117bebf91120737fb139d94415ca2711844990e95252c3006ccc699871fe3f592cc1a3f4ebfdc9dd5f6cb29b6b128c2524fcf311b75 languageName: node linkType: hard -"@typescript-eslint/scope-manager@npm:8.29.0, @typescript-eslint/scope-manager@npm:^8.29.0": - version: 8.29.0 - resolution: "@typescript-eslint/scope-manager@npm:8.29.0" +"@typescript-eslint/scope-manager@npm:8.29.1, @typescript-eslint/scope-manager@npm:^8.29.0": + version: 8.29.1 + resolution: "@typescript-eslint/scope-manager@npm:8.29.1" dependencies: - "@typescript-eslint/types": "npm:8.29.0" - "@typescript-eslint/visitor-keys": "npm:8.29.0" - checksum: 10c0/330d777043a99485b51197ad24927f1276d61e61adaf710f012b3fe7db2ab67c8925c0526f801715b498e7d8fa7cef390006b6f7ae40cee89abe22e8e438de9a + "@typescript-eslint/types": "npm:8.29.1" + "@typescript-eslint/visitor-keys": "npm:8.29.1" + checksum: 10c0/8b87a04f01ebc13075e352509bca8f31c757c3220857fa473ac155f6bdf7f30fe82765d0c3d8e790f7fad394a32765bd9f716b97c08e17581d358c76086d51af languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:8.29.0, @typescript-eslint/type-utils@npm:^8.0.0, @typescript-eslint/type-utils@npm:^8.29.0": - version: 8.29.0 - resolution: "@typescript-eslint/type-utils@npm:8.29.0" +"@typescript-eslint/type-utils@npm:8.29.1, @typescript-eslint/type-utils@npm:^8.0.0, @typescript-eslint/type-utils@npm:^8.29.0": + version: 8.29.1 + resolution: "@typescript-eslint/type-utils@npm:8.29.1" dependencies: - "@typescript-eslint/typescript-estree": "npm:8.29.0" - "@typescript-eslint/utils": "npm:8.29.0" + "@typescript-eslint/typescript-estree": "npm:8.29.1" + "@typescript-eslint/utils": "npm:8.29.1" debug: "npm:^4.3.4" ts-api-utils: "npm:^2.0.1" peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: ">=4.8.4 <5.9.0" - checksum: 10c0/f254c8d22fc29ea088d16b06e4be1756cb5ad05ccf5989e163637b9c582e5fc8c27aa7003aad6e6a8158d56d7711ea1e4e9d361702c1a18945e0e6aaff1267c5 + checksum: 10c0/72cc01dbac866b0a7c7b1f637ad03ffd22f6d3617f70f06f485cf3096fddfc821fdc56de1a072cc6af70250c63698a3e5a910f67fe46eea941955b6e0da1b2bd languageName: node linkType: hard -"@typescript-eslint/types@npm:8.29.0, @typescript-eslint/types@npm:^8.0.0, @typescript-eslint/types@npm:^8.29.0": - version: 8.29.0 - resolution: "@typescript-eslint/types@npm:8.29.0" - checksum: 10c0/fc1e3f3071102973a9cfb8ae843c51398bd74b5583b7b0edad182ea605ef85e72ceac7987513581869958b3a65303af6b3471bfba5b7be1338e8add62019c858 +"@typescript-eslint/types@npm:8.29.1, @typescript-eslint/types@npm:^8.0.0, @typescript-eslint/types@npm:^8.29.0": + version: 8.29.1 + resolution: "@typescript-eslint/types@npm:8.29.1" + checksum: 10c0/bbcb9e4f38df4485092b51ac6bb62d65f321d914ab58dc0ff1eaa7787dc0b4a39e237c2617b9f2c2bcb91a343f30de523e3544f69affa1ee4287a3ef2fc10ce7 languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:8.29.0, @typescript-eslint/typescript-estree@npm:^8.29.0": - version: 8.29.0 - resolution: "@typescript-eslint/typescript-estree@npm:8.29.0" +"@typescript-eslint/typescript-estree@npm:8.29.1, @typescript-eslint/typescript-estree@npm:^8.29.0": + version: 8.29.1 + resolution: "@typescript-eslint/typescript-estree@npm:8.29.1" dependencies: - "@typescript-eslint/types": "npm:8.29.0" - "@typescript-eslint/visitor-keys": "npm:8.29.0" + "@typescript-eslint/types": "npm:8.29.1" + "@typescript-eslint/visitor-keys": "npm:8.29.1" debug: "npm:^4.3.4" fast-glob: "npm:^3.3.2" is-glob: "npm:^4.0.3" @@ -4165,32 +4165,32 @@ __metadata: ts-api-utils: "npm:^2.0.1" peerDependencies: typescript: ">=4.8.4 <5.9.0" - checksum: 10c0/61dd52229a0758e0bd29f732115c16e640a2418fb25488877c74ef03cdbeb43ddc592a37094abd794ef49812f33d6f814c5b662b95ea796ed0a6c6bfc849299b + checksum: 10c0/33c46c667d9262e5625d5d0064338711b342e62c5675ded6811a2cb13ee5de2f71b90e9d0be5cb338b11b1a329c376a6bbf6c3d24fa8fb457b2eefc9f3298513 languageName: node linkType: hard -"@typescript-eslint/utils@npm:8.29.0, @typescript-eslint/utils@npm:^6.0.0 || ^7.0.0 || ^8.0.0, @typescript-eslint/utils@npm:^8.0.0, @typescript-eslint/utils@npm:^8.28.0, @typescript-eslint/utils@npm:^8.29.0": - version: 8.29.0 - resolution: "@typescript-eslint/utils@npm:8.29.0" +"@typescript-eslint/utils@npm:8.29.1, @typescript-eslint/utils@npm:^6.0.0 || ^7.0.0 || ^8.0.0, @typescript-eslint/utils@npm:^8.0.0, @typescript-eslint/utils@npm:^8.29.0": + version: 8.29.1 + resolution: "@typescript-eslint/utils@npm:8.29.1" dependencies: "@eslint-community/eslint-utils": "npm:^4.4.0" - "@typescript-eslint/scope-manager": "npm:8.29.0" - "@typescript-eslint/types": "npm:8.29.0" - "@typescript-eslint/typescript-estree": "npm:8.29.0" + "@typescript-eslint/scope-manager": "npm:8.29.1" + "@typescript-eslint/types": "npm:8.29.1" + "@typescript-eslint/typescript-estree": "npm:8.29.1" peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: ">=4.8.4 <5.9.0" - checksum: 10c0/e259d7edd12946b2dc8e1aa3bbea10f66c5277f27dda71368aa2b2923487f28cd1c123681aaae22518a31c8aeabd60a5365f8a832d0f6e6efadb03745a2d8a31 + checksum: 10c0/1b2704b769b0c9353cf26a320ecf9775ba51c94c7c30e2af80ca31f4cb230f319762ab06535fcb26b6963144bbeaa53233b34965907c506283861b013f5b95fc languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:8.29.0": - version: 8.29.0 - resolution: "@typescript-eslint/visitor-keys@npm:8.29.0" +"@typescript-eslint/visitor-keys@npm:8.29.1": + version: 8.29.1 + resolution: "@typescript-eslint/visitor-keys@npm:8.29.1" dependencies: - "@typescript-eslint/types": "npm:8.29.0" + "@typescript-eslint/types": "npm:8.29.1" eslint-visitor-keys: "npm:^4.2.0" - checksum: 10c0/7f5452b137c4edd258b2289cddf5d92687780375db33421bc4f5e2e9b0c94064c7c5ed3a7b5d96dc9c2d09ca7842b4415b3f3ed3e3f1ae3ac2e625ecb5e87efc + checksum: 10c0/0c12e83c84a754161c89e594a96454799669979c7021a8936515ec574a1fa1d6e3119e0eacf502e07a0fa7254974558ea7a48901c8bfed3c46579a61b655e4f5 languageName: node linkType: hard @@ -4201,109 +4201,109 @@ __metadata: languageName: node linkType: hard -"@unrs/resolver-binding-darwin-arm64@npm:1.3.3": - version: 1.3.3 - resolution: "@unrs/resolver-binding-darwin-arm64@npm:1.3.3" +"@unrs/resolver-binding-darwin-arm64@npm:1.4.1": + version: 1.4.1 + resolution: "@unrs/resolver-binding-darwin-arm64@npm:1.4.1" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@unrs/resolver-binding-darwin-x64@npm:1.3.3": - version: 1.3.3 - resolution: "@unrs/resolver-binding-darwin-x64@npm:1.3.3" +"@unrs/resolver-binding-darwin-x64@npm:1.4.1": + version: 1.4.1 + resolution: "@unrs/resolver-binding-darwin-x64@npm:1.4.1" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@unrs/resolver-binding-freebsd-x64@npm:1.3.3": - version: 1.3.3 - resolution: "@unrs/resolver-binding-freebsd-x64@npm:1.3.3" +"@unrs/resolver-binding-freebsd-x64@npm:1.4.1": + version: 1.4.1 + resolution: "@unrs/resolver-binding-freebsd-x64@npm:1.4.1" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@unrs/resolver-binding-linux-arm-gnueabihf@npm:1.3.3": - version: 1.3.3 - resolution: "@unrs/resolver-binding-linux-arm-gnueabihf@npm:1.3.3" +"@unrs/resolver-binding-linux-arm-gnueabihf@npm:1.4.1": + version: 1.4.1 + resolution: "@unrs/resolver-binding-linux-arm-gnueabihf@npm:1.4.1" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@unrs/resolver-binding-linux-arm-musleabihf@npm:1.3.3": - version: 1.3.3 - resolution: "@unrs/resolver-binding-linux-arm-musleabihf@npm:1.3.3" +"@unrs/resolver-binding-linux-arm-musleabihf@npm:1.4.1": + version: 1.4.1 + resolution: "@unrs/resolver-binding-linux-arm-musleabihf@npm:1.4.1" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@unrs/resolver-binding-linux-arm64-gnu@npm:1.3.3": - version: 1.3.3 - resolution: "@unrs/resolver-binding-linux-arm64-gnu@npm:1.3.3" +"@unrs/resolver-binding-linux-arm64-gnu@npm:1.4.1": + version: 1.4.1 + resolution: "@unrs/resolver-binding-linux-arm64-gnu@npm:1.4.1" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@unrs/resolver-binding-linux-arm64-musl@npm:1.3.3": - version: 1.3.3 - resolution: "@unrs/resolver-binding-linux-arm64-musl@npm:1.3.3" +"@unrs/resolver-binding-linux-arm64-musl@npm:1.4.1": + version: 1.4.1 + resolution: "@unrs/resolver-binding-linux-arm64-musl@npm:1.4.1" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@unrs/resolver-binding-linux-ppc64-gnu@npm:1.3.3": - version: 1.3.3 - resolution: "@unrs/resolver-binding-linux-ppc64-gnu@npm:1.3.3" +"@unrs/resolver-binding-linux-ppc64-gnu@npm:1.4.1": + version: 1.4.1 + resolution: "@unrs/resolver-binding-linux-ppc64-gnu@npm:1.4.1" conditions: os=linux & cpu=ppc64 & libc=glibc languageName: node linkType: hard -"@unrs/resolver-binding-linux-s390x-gnu@npm:1.3.3": - version: 1.3.3 - resolution: "@unrs/resolver-binding-linux-s390x-gnu@npm:1.3.3" +"@unrs/resolver-binding-linux-s390x-gnu@npm:1.4.1": + version: 1.4.1 + resolution: "@unrs/resolver-binding-linux-s390x-gnu@npm:1.4.1" conditions: os=linux & cpu=s390x & libc=glibc languageName: node linkType: hard -"@unrs/resolver-binding-linux-x64-gnu@npm:1.3.3": - version: 1.3.3 - resolution: "@unrs/resolver-binding-linux-x64-gnu@npm:1.3.3" +"@unrs/resolver-binding-linux-x64-gnu@npm:1.4.1": + version: 1.4.1 + resolution: "@unrs/resolver-binding-linux-x64-gnu@npm:1.4.1" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@unrs/resolver-binding-linux-x64-musl@npm:1.3.3": - version: 1.3.3 - resolution: "@unrs/resolver-binding-linux-x64-musl@npm:1.3.3" +"@unrs/resolver-binding-linux-x64-musl@npm:1.4.1": + version: 1.4.1 + resolution: "@unrs/resolver-binding-linux-x64-musl@npm:1.4.1" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@unrs/resolver-binding-wasm32-wasi@npm:1.3.3": - version: 1.3.3 - resolution: "@unrs/resolver-binding-wasm32-wasi@npm:1.3.3" +"@unrs/resolver-binding-wasm32-wasi@npm:1.4.1": + version: 1.4.1 + resolution: "@unrs/resolver-binding-wasm32-wasi@npm:1.4.1" dependencies: - "@napi-rs/wasm-runtime": "npm:^0.2.7" + "@napi-rs/wasm-runtime": "npm:^0.2.8" conditions: cpu=wasm32 languageName: node linkType: hard -"@unrs/resolver-binding-win32-arm64-msvc@npm:1.3.3": - version: 1.3.3 - resolution: "@unrs/resolver-binding-win32-arm64-msvc@npm:1.3.3" +"@unrs/resolver-binding-win32-arm64-msvc@npm:1.4.1": + version: 1.4.1 + resolution: "@unrs/resolver-binding-win32-arm64-msvc@npm:1.4.1" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@unrs/resolver-binding-win32-ia32-msvc@npm:1.3.3": - version: 1.3.3 - resolution: "@unrs/resolver-binding-win32-ia32-msvc@npm:1.3.3" +"@unrs/resolver-binding-win32-ia32-msvc@npm:1.4.1": + version: 1.4.1 + resolution: "@unrs/resolver-binding-win32-ia32-msvc@npm:1.4.1" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@unrs/resolver-binding-win32-x64-msvc@npm:1.3.3": - version: 1.3.3 - resolution: "@unrs/resolver-binding-win32-x64-msvc@npm:1.3.3" +"@unrs/resolver-binding-win32-x64-msvc@npm:1.4.1": + version: 1.4.1 + resolution: "@unrs/resolver-binding-win32-x64-msvc@npm:1.4.1" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -5455,9 +5455,9 @@ __metadata: linkType: hard "caniuse-lite@npm:^1.0.30001688": - version: 1.0.30001709 - resolution: "caniuse-lite@npm:1.0.30001709" - checksum: 10c0/0acf91f59f52661fc47042e4eee1b527deb54044ae4c79ae7464d0789b79146ad587153a76d78b09157261b9fad89235eb161cd8ea7a58d36fc7f25a2e937df5 + version: 1.0.30001712 + resolution: "caniuse-lite@npm:1.0.30001712" + checksum: 10c0/b3df8bdcc3335969380c2e47acb36c89bfc7f8fb4ef7ee2a5380e30ba46aa69e9d411654bc29894a06c201a1d60d490ab9b92787f3b66d7a7a38d71360e68215 languageName: node linkType: hard @@ -5512,7 +5512,7 @@ __metadata: version: 0.0.0-use.local resolution: "changesets-gitlab@workspace:." dependencies: - "@1stg/common-config": "npm:^11.1.2" + "@1stg/common-config": "npm:^12.0.0" "@actions/core": "npm:^1.11.1" "@actions/exec": "npm:^1.1.1" "@changesets/assemble-release-plan": "npm:^6.0.6" @@ -5526,7 +5526,7 @@ __metadata: "@commitlint/cli": "npm:^19.8.0" "@gitbeaker/rest": "npm:^42.2.0" "@manypkg/get-packages": "npm:^1.1.3" - "@pkgr/rollup": "npm:^6.0.1" + "@pkgr/rollup": "npm:^6.0.2" "@types/global-agent": "npm:^3.0.0" "@types/micromatch": "npm:^4.0.9" "@types/web": "npm:^0.0.216" @@ -5534,7 +5534,7 @@ __metadata: clean-pkg-json: "npm:^1.2.1" commander: "npm:^13.1.0" dotenv: "npm:^16.4.7" - eslint: "npm:^9.23.0" + eslint: "npm:^9.24.0" global-agent: "npm:^3.0.0" human-id: "npm:^4.1.1" lint-staged: "npm:^15.5.0" @@ -5553,7 +5553,7 @@ __metadata: size-limit-preset-node-lib: "npm:^0.3.0" tsx: "npm:^4.19.3" type-coverage: "npm:^2.29.7" - typescript: "npm:^5.8.2" + typescript: "npm:^5.8.3" unified: "npm:^11.0.5" vitest: "npm:^3.1.1" yaml: "npm:^2.7.1" @@ -6337,9 +6337,9 @@ __metadata: linkType: hard "electron-to-chromium@npm:^1.5.73": - version: 1.5.131 - resolution: "electron-to-chromium@npm:1.5.131" - checksum: 10c0/d4cea8da31f7667164c6125da704710b6661636618b30bf2fb4f7eee21e641c7cead1b700a2934f0bd2b8b937d6de75082594d2f6979e2c69ff25c0ec936ec8e + version: 1.5.134 + resolution: "electron-to-chromium@npm:1.5.134" + checksum: 10c0/ba0c8b3a86e139b142ce797e807f3a7b4b5708d8a550d820cc5467bf22fc62517fa9c2a38c4fec975c96f321f18918be1bcae41687f1715889a0ac6122fbfa6d languageName: node linkType: hard @@ -6612,7 +6612,7 @@ __metadata: languageName: node linkType: hard -"esbuild@npm:^0.25.0, esbuild@npm:^0.25.1, esbuild@npm:~0.25.0": +"esbuild@npm:^0.25.0, esbuild@npm:^0.25.2, esbuild@npm:~0.25.0": version: 0.25.2 resolution: "esbuild@npm:0.25.2" dependencies: @@ -6771,15 +6771,15 @@ __metadata: linkType: hard "eslint-import-resolver-typescript@npm:^4.3.1": - version: 4.3.1 - resolution: "eslint-import-resolver-typescript@npm:4.3.1" + version: 4.3.2 + resolution: "eslint-import-resolver-typescript@npm:4.3.2" dependencies: debug: "npm:^4.4.0" get-tsconfig: "npm:^4.10.0" is-bun-module: "npm:^2.0.0" stable-hash: "npm:^0.0.5" tinyglobby: "npm:^0.2.12" - unrs-resolver: "npm:^1.3.3" + unrs-resolver: "npm:^1.4.1" peerDependencies: eslint: "*" eslint-plugin-import: "*" @@ -6789,7 +6789,7 @@ __metadata: optional: true eslint-plugin-import-x: optional: true - checksum: 10c0/ed6ff5f71e41495d0045625497fbcdc09a54bcca959b118a35e505edaaf5dd9fcd2d5d10477b952fe59d1d9cb2703f43cc30595a7ba9b569169515c1646d51ea + checksum: 10c0/76af6e18e0363a62a4b3e92c043dc2060c5e1f84973f596efe0d2f5d838d572d3714136310d2c68257f50b829ab88e79c534a22a57752195b780642fc7d5e943 languageName: node linkType: hard @@ -6808,9 +6808,9 @@ __metadata: languageName: node linkType: hard -"eslint-mdx@npm:^3.3.1": - version: 3.3.1 - resolution: "eslint-mdx@npm:3.3.1" +"eslint-mdx@npm:^3.4.0": + version: 3.4.0 + resolution: "eslint-mdx@npm:3.4.0" dependencies: acorn: "npm:^8.14.1" acorn-jsx: "npm:^5.3.2" @@ -6819,7 +6819,7 @@ __metadata: remark-mdx: "npm:^3.1.0" remark-parse: "npm:^11.0.0" remark-stringify: "npm:^11.0.0" - synckit: "npm:^0.10.3" + synckit: "npm:^0.11.2" tslib: "npm:^2.8.1" unified: "npm:^11.0.5" unified-engine: "npm:^11.2.2" @@ -6832,7 +6832,7 @@ __metadata: peerDependenciesMeta: remark-lint-file-extension: optional: true - checksum: 10c0/84c5bceba94f8ab033914bab55d28b9d4670deef97e50dde915cc90afc11b7c958334790f9360c2037a9346a3ca7fac82044de963f0c9b044962fe63b3783ca3 + checksum: 10c0/997dc8dfd6da2bcfe21124ea60b07e73c9e62345463dc531bfdd76d5895c2aa5a089bcae9c8142910511f8d0f4bbe2131a3a4dfd85ff8415aefe7a5bb49d9e28 languageName: node linkType: hard @@ -6864,13 +6864,13 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-import-x@npm:^4.10.0": - version: 4.10.0 - resolution: "eslint-plugin-import-x@npm:4.10.0" +"eslint-plugin-import-x@npm:^4.10.1": + version: 4.10.2 + resolution: "eslint-plugin-import-x@npm:4.10.2" dependencies: - "@pkgr/core": "npm:^0.2.0" + "@pkgr/core": "npm:^0.2.1" "@types/doctrine": "npm:^0.0.9" - "@typescript-eslint/utils": "npm:^8.28.0" + "@typescript-eslint/utils": "npm:^8.29.0" debug: "npm:^4.4.0" doctrine: "npm:^3.0.0" eslint-import-resolver-node: "npm:^0.3.9" @@ -6880,10 +6880,10 @@ __metadata: semver: "npm:^7.7.1" stable-hash: "npm:^0.0.5" tslib: "npm:^2.8.1" - unrs-resolver: "npm:^1.3.3" + unrs-resolver: "npm:^1.4.1" peerDependencies: eslint: ^8.57.0 || ^9.0.0 - checksum: 10c0/d5e48667bd98dd12776ecc05d2aea604bd6952f40fd94885b5512a209f2f335091fc6ecd0e58d99f7d6703137a575797850df3674113979679dbadf775d6a543 + checksum: 10c0/5d5bdcb285f1903fc452fee6942d2064b5a79a49641ab72a8ac62525bf316b91b636f8efa71fdde2ef3d46767a13cbcd9c32924bad67951448b986abae4af3e7 languageName: node linkType: hard @@ -6963,22 +6963,24 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-mdx@npm:^3.3.1": - version: 3.3.1 - resolution: "eslint-plugin-mdx@npm:3.3.1" +"eslint-plugin-mdx@npm:^3.4.0": + version: 3.4.0 + resolution: "eslint-plugin-mdx@npm:3.4.0" dependencies: - eslint-mdx: "npm:^3.3.1" + eslint-mdx: "npm:^3.4.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.10.3" + synckit: "npm:^0.11.2" tslib: "npm:^2.8.1" unified: "npm:^11.0.5" vfile: "npm:^6.0.3" peerDependencies: eslint: ">=8.0.0" - checksum: 10c0/48dc8ae4254a0ad7bc1819301176e850fb573f72fb304a81f768a14e4ac73f5209c45a8fc2e43c3c92d2c6947887d5a230ce27b72d75bdfa77ae337e79cbbacb + checksum: 10c0/1fd4feea1e0baa2be2aac34059bb9d4f18d7479a78a0218c15cd816e89bd6fb5a205b2f8a1eed613c9bb88cf82dcccf53f56bfb70faf990873d3ceb385bc0aa9 languageName: node linkType: hard @@ -7031,17 +7033,17 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-react-debug@npm:1.40.3": - version: 1.40.3 - resolution: "eslint-plugin-react-debug@npm:1.40.3" +"eslint-plugin-react-debug@npm:1.41.0": + version: 1.41.0 + resolution: "eslint-plugin-react-debug@npm:1.41.0" dependencies: - "@eslint-react/ast": "npm:1.40.3" - "@eslint-react/core": "npm:1.40.3" - "@eslint-react/eff": "npm:1.40.3" - "@eslint-react/jsx": "npm:1.40.3" - "@eslint-react/kit": "npm:1.40.3" - "@eslint-react/shared": "npm:1.40.3" - "@eslint-react/var": "npm:1.40.3" + "@eslint-react/ast": "npm:1.41.0" + "@eslint-react/core": "npm:1.41.0" + "@eslint-react/eff": "npm:1.41.0" + "@eslint-react/jsx": "npm:1.41.0" + "@eslint-react/kit": "npm:1.41.0" + "@eslint-react/shared": "npm:1.41.0" + "@eslint-react/var": "npm:1.41.0" "@typescript-eslint/scope-manager": "npm:^8.29.0" "@typescript-eslint/type-utils": "npm:^8.29.0" "@typescript-eslint/types": "npm:^8.29.0" @@ -7056,21 +7058,21 @@ __metadata: optional: false typescript: optional: true - checksum: 10c0/b0f357826054d4b1473395d077488f846b399d9a350217258184b97df23b44872789f6409e7384317e52950dbfd087e3d2c81fcaa7e8fda9d1ad2b613c01fe8e + checksum: 10c0/4442945acf3c07b2e8e0d4750e6962e39e8cdf2b418d740ecd8b3094d92507981677bfd533b75eb7bb81cd5b9c473564ff982b953d47dc6ff52a373a4b2b741a languageName: node linkType: hard -"eslint-plugin-react-dom@npm:1.40.3": - version: 1.40.3 - resolution: "eslint-plugin-react-dom@npm:1.40.3" +"eslint-plugin-react-dom@npm:1.41.0": + version: 1.41.0 + resolution: "eslint-plugin-react-dom@npm:1.41.0" dependencies: - "@eslint-react/ast": "npm:1.40.3" - "@eslint-react/core": "npm:1.40.3" - "@eslint-react/eff": "npm:1.40.3" - "@eslint-react/jsx": "npm:1.40.3" - "@eslint-react/kit": "npm:1.40.3" - "@eslint-react/shared": "npm:1.40.3" - "@eslint-react/var": "npm:1.40.3" + "@eslint-react/ast": "npm:1.41.0" + "@eslint-react/core": "npm:1.41.0" + "@eslint-react/eff": "npm:1.41.0" + "@eslint-react/jsx": "npm:1.41.0" + "@eslint-react/kit": "npm:1.41.0" + "@eslint-react/shared": "npm:1.41.0" + "@eslint-react/var": "npm:1.41.0" "@typescript-eslint/scope-manager": "npm:^8.29.0" "@typescript-eslint/types": "npm:^8.29.0" "@typescript-eslint/utils": "npm:^8.29.0" @@ -7085,21 +7087,21 @@ __metadata: optional: false typescript: optional: true - checksum: 10c0/bfca5bb88515dfb1b99a227404d75ad7d1407b48179f1b2d2ffdcaec4ceef9db6ae1b5d267c829b11b3bb98e0539b36f5dece019cd743e5ee0d89bef9699cc19 + checksum: 10c0/d3e72203f26c3a4670138b2a5f20cb57857d0641a793c3f38a7397bb1d52bc82f306701a8eaeeccf32fcac77905e8ac05f926166acc801b8164574bea5baf11a languageName: node linkType: hard -"eslint-plugin-react-hooks-extra@npm:1.40.3": - version: 1.40.3 - resolution: "eslint-plugin-react-hooks-extra@npm:1.40.3" +"eslint-plugin-react-hooks-extra@npm:1.41.0": + version: 1.41.0 + resolution: "eslint-plugin-react-hooks-extra@npm:1.41.0" dependencies: - "@eslint-react/ast": "npm:1.40.3" - "@eslint-react/core": "npm:1.40.3" - "@eslint-react/eff": "npm:1.40.3" - "@eslint-react/jsx": "npm:1.40.3" - "@eslint-react/kit": "npm:1.40.3" - "@eslint-react/shared": "npm:1.40.3" - "@eslint-react/var": "npm:1.40.3" + "@eslint-react/ast": "npm:1.41.0" + "@eslint-react/core": "npm:1.41.0" + "@eslint-react/eff": "npm:1.41.0" + "@eslint-react/jsx": "npm:1.41.0" + "@eslint-react/kit": "npm:1.41.0" + "@eslint-react/shared": "npm:1.41.0" + "@eslint-react/var": "npm:1.41.0" "@typescript-eslint/scope-manager": "npm:^8.29.0" "@typescript-eslint/type-utils": "npm:^8.29.0" "@typescript-eslint/types": "npm:^8.29.0" @@ -7114,7 +7116,7 @@ __metadata: optional: false typescript: optional: true - checksum: 10c0/950124f61505ad1b9dfc41bc64d2115c092a536f39c12905b8b03f931f9f0b09978699c037a7009a16e1d9f0bc0f9ec79728c01cd16734c288669b0ff3529054 + checksum: 10c0/f2871243e977b4f377c355647f504af9a12b6471951a8cd99b8af19df114ce21161aebefd4e588d915436a30917d22edd5ffe84f1edc8a659977fd8b2fb4bf3f languageName: node linkType: hard @@ -7127,17 +7129,17 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-react-naming-convention@npm:1.40.3": - version: 1.40.3 - resolution: "eslint-plugin-react-naming-convention@npm:1.40.3" +"eslint-plugin-react-naming-convention@npm:1.41.0": + version: 1.41.0 + resolution: "eslint-plugin-react-naming-convention@npm:1.41.0" dependencies: - "@eslint-react/ast": "npm:1.40.3" - "@eslint-react/core": "npm:1.40.3" - "@eslint-react/eff": "npm:1.40.3" - "@eslint-react/jsx": "npm:1.40.3" - "@eslint-react/kit": "npm:1.40.3" - "@eslint-react/shared": "npm:1.40.3" - "@eslint-react/var": "npm:1.40.3" + "@eslint-react/ast": "npm:1.41.0" + "@eslint-react/core": "npm:1.41.0" + "@eslint-react/eff": "npm:1.41.0" + "@eslint-react/jsx": "npm:1.41.0" + "@eslint-react/kit": "npm:1.41.0" + "@eslint-react/shared": "npm:1.41.0" + "@eslint-react/var": "npm:1.41.0" "@typescript-eslint/scope-manager": "npm:^8.29.0" "@typescript-eslint/type-utils": "npm:^8.29.0" "@typescript-eslint/types": "npm:^8.29.0" @@ -7152,21 +7154,21 @@ __metadata: optional: false typescript: optional: true - checksum: 10c0/188a614ccea6f993543f275b706dc1a2e36a6caa17af6adbd2b266c75d0820c26e801cefd3a9229af41c17394c35a5fa3ef53ee891c26942bf42783f9b0a386d + checksum: 10c0/0f4a241e93e0239c1c39c6a2a6e58cfe7ea8dee260f2840b17e9e5a9c00f0041aa141ee2f2432e45cb151e8a3529b7844c62798dcb9d9673079d50e8f9ee90bd languageName: node linkType: hard -"eslint-plugin-react-web-api@npm:1.40.3": - version: 1.40.3 - resolution: "eslint-plugin-react-web-api@npm:1.40.3" +"eslint-plugin-react-web-api@npm:1.41.0": + version: 1.41.0 + resolution: "eslint-plugin-react-web-api@npm:1.41.0" dependencies: - "@eslint-react/ast": "npm:1.40.3" - "@eslint-react/core": "npm:1.40.3" - "@eslint-react/eff": "npm:1.40.3" - "@eslint-react/jsx": "npm:1.40.3" - "@eslint-react/kit": "npm:1.40.3" - "@eslint-react/shared": "npm:1.40.3" - "@eslint-react/var": "npm:1.40.3" + "@eslint-react/ast": "npm:1.41.0" + "@eslint-react/core": "npm:1.41.0" + "@eslint-react/eff": "npm:1.41.0" + "@eslint-react/jsx": "npm:1.41.0" + "@eslint-react/kit": "npm:1.41.0" + "@eslint-react/shared": "npm:1.41.0" + "@eslint-react/var": "npm:1.41.0" "@typescript-eslint/scope-manager": "npm:^8.29.0" "@typescript-eslint/types": "npm:^8.29.0" "@typescript-eslint/utils": "npm:^8.29.0" @@ -7180,21 +7182,21 @@ __metadata: optional: false typescript: optional: true - checksum: 10c0/38dea4c2c742457e64412bbe3b229ea90808ab40b6e5375ed037cc89c3762e3c0be3a17ea6ffe65bc0a3ef8ebc0abc9af9627a5e32434b3b4824ed0b8cc62e7f + checksum: 10c0/6a28b3b642a3552dddb9415f843945c18c3fee7b8f259d49ce0a09ce91830714bd78a54911cb9052e86c7a0e62e71361f05f7d90794004fdf7b8669a85a52d0e languageName: node linkType: hard -"eslint-plugin-react-x@npm:1.40.3": - version: 1.40.3 - resolution: "eslint-plugin-react-x@npm:1.40.3" +"eslint-plugin-react-x@npm:1.41.0": + version: 1.41.0 + resolution: "eslint-plugin-react-x@npm:1.41.0" dependencies: - "@eslint-react/ast": "npm:1.40.3" - "@eslint-react/core": "npm:1.40.3" - "@eslint-react/eff": "npm:1.40.3" - "@eslint-react/jsx": "npm:1.40.3" - "@eslint-react/kit": "npm:1.40.3" - "@eslint-react/shared": "npm:1.40.3" - "@eslint-react/var": "npm:1.40.3" + "@eslint-react/ast": "npm:1.41.0" + "@eslint-react/core": "npm:1.41.0" + "@eslint-react/eff": "npm:1.41.0" + "@eslint-react/jsx": "npm:1.41.0" + "@eslint-react/kit": "npm:1.41.0" + "@eslint-react/shared": "npm:1.41.0" + "@eslint-react/var": "npm:1.41.0" "@typescript-eslint/scope-manager": "npm:^8.29.0" "@typescript-eslint/type-utils": "npm:^8.29.0" "@typescript-eslint/types": "npm:^8.29.0" @@ -7214,7 +7216,7 @@ __metadata: optional: true typescript: optional: true - checksum: 10c0/8af1ce255be6df0655262c0ef36e4883b26ba283929476ad81d3e182f752282cd0da736ad115d4b6a5d05c371688b98d5018c25b6e05a2dfcd5ece30f7a1c142 + checksum: 10c0/b166a456a3702067e15e8b37eb2786822aadd828f3e2671800458b1daddd6341561a33931f0192c0876e012679b437fc93c753cf2deb29ad8de8df9ce2125f44 languageName: node linkType: hard @@ -7407,17 +7409,17 @@ __metadata: languageName: node linkType: hard -"eslint@npm:^9.23.0": - version: 9.23.0 - resolution: "eslint@npm:9.23.0" +"eslint@npm:^9.24.0": + version: 9.24.0 + resolution: "eslint@npm:9.24.0" dependencies: "@eslint-community/eslint-utils": "npm:^4.2.0" "@eslint-community/regexpp": "npm:^4.12.1" - "@eslint/config-array": "npm:^0.19.2" + "@eslint/config-array": "npm:^0.20.0" "@eslint/config-helpers": "npm:^0.2.0" "@eslint/core": "npm:^0.12.0" "@eslint/eslintrc": "npm:^3.3.1" - "@eslint/js": "npm:9.23.0" + "@eslint/js": "npm:9.24.0" "@eslint/plugin-kit": "npm:^0.2.7" "@humanfs/node": "npm:^0.16.6" "@humanwhocodes/module-importer": "npm:^1.0.1" @@ -7453,7 +7455,7 @@ __metadata: optional: true bin: eslint: bin/eslint.js - checksum: 10c0/9616c308dfa8d09db8ae51019c87d5d05933742214531b077bd6ab618baab3bec7938256c14dcad4dc47f5ba93feb0bc5e089f68799f076374ddea21b6a9be45 + checksum: 10c0/f758ff1b9d2f2af5335f562f3f40aa8f71607b3edca33f7616840a222ed224555aeb3ac6943cc86e4f9ac5dc124a60bbfde624d054fb235631a8c04447e39ecc languageName: node linkType: hard @@ -11687,12 +11689,12 @@ __metadata: languageName: node linkType: hard -"prettier-plugin-pkg@npm:^0.18.1": - version: 0.18.1 - resolution: "prettier-plugin-pkg@npm:0.18.1" +"prettier-plugin-pkg@npm:^0.19.0": + version: 0.19.0 + resolution: "prettier-plugin-pkg@npm:0.19.0" peerDependencies: prettier: ^3.0.3 - checksum: 10c0/8f0f1308e53d0197ca7ff532c4136930f42ad334c32728b71d8f81136a5a663d9231b659d848d2d7587461bd68ce3c2a3afe4bd34cc8718471710511113e07f9 + checksum: 10c0/087bc37c5360c5c17339e810a0667179159ca8e36e75d498eaf224940062b8df0704473aac02d60f87bba7527aca7e780e95af07407952fd72a6239992cd908f languageName: node linkType: hard @@ -11707,15 +11709,15 @@ __metadata: languageName: node linkType: hard -"prettier-plugin-sh@npm:^0.16.0": - version: 0.16.0 - resolution: "prettier-plugin-sh@npm:0.16.0" +"prettier-plugin-sh@npm:^0.16.1": + version: 0.16.1 + resolution: "prettier-plugin-sh@npm:0.16.1" dependencies: mvdan-sh: "npm:^0.10.1" sh-syntax: "npm:^0.4.2" peerDependencies: prettier: ^3.0.3 - checksum: 10c0/d83a6716d271f24da006c0bbe08fb3be18ebcf6e88cddb0d83af8c4377a04ad718e7cbd9bfb2e80e1e3f12008c920888e06c68c9f5bbe8233bf0e4e8b6de4a82 + checksum: 10c0/4538b636e69316899bf0d90d20194fcb32564cd4dcf96871c8b1540fe3dff4edac7fd78b01c7ab17d61e08ffc5075c403d76a09289a13da79e94697bfa41ef1c languageName: node linkType: hard @@ -11730,14 +11732,14 @@ __metadata: languageName: node linkType: hard -"prettier-plugin-toml@npm:^2.0.3": - version: 2.0.3 - resolution: "prettier-plugin-toml@npm:2.0.3" +"prettier-plugin-toml@npm:^2.0.4": + version: 2.0.4 + resolution: "prettier-plugin-toml@npm:2.0.4" dependencies: - "@taplo/lib": "npm:^0.4.0-alpha.2" + "@taplo/lib": "npm:^0.5.0" peerDependencies: prettier: ^3.0.3 - checksum: 10c0/bd88b4c941675653a79fc21cce791b9542657b4b23a8874f28a9f1ccdbfd7745c3a14fe9d469a899db217dd26c3e88a635909074b7ee3c65d0d050dffb2f1260 + checksum: 10c0/a89b81aaa54c16f540b3b7f8273d52ba1e30e9e294708a464bbd04f4f721844986ee417e0e798497fa1d67e7098817f190654ba597e752b8bf8de9e69eb46ac9 languageName: node linkType: hard @@ -12928,7 +12930,7 @@ __metadata: languageName: node linkType: hard -"remark-preset-prettier@npm:^2.0.1": +"remark-preset-prettier@npm:^2.0.2": version: 2.0.2 resolution: "remark-preset-prettier@npm:2.0.2" peerDependencies: @@ -13151,7 +13153,7 @@ __metadata: languageName: node linkType: hard -"rollup@npm:^4.30.1, rollup@npm:^4.36.0": +"rollup@npm:^4.30.1, rollup@npm:^4.39.0": version: 4.39.0 resolution: "rollup@npm:4.39.0" dependencies: @@ -13770,9 +13772,9 @@ __metadata: linkType: hard "std-env@npm:^3.8.1": - version: 3.8.1 - resolution: "std-env@npm:3.8.1" - checksum: 10c0/e9b19cca6bc6f06f91607db5b636662914ca8ec9efc525a99da6ec7e493afec109d3b017d21d9782b4369fcfb2891c7c4b4e3c60d495fdadf6861ce434e07bf8 + version: 3.9.0 + resolution: "std-env@npm:3.9.0" + checksum: 10c0/4a6f9218aef3f41046c3c7ecf1f98df00b30a07f4f35c6d47b28329bc2531eef820828951c7d7b39a1c5eb19ad8a46e3ddfc7deb28f0a2f3ceebee11bab7ba50 languageName: node linkType: hard @@ -13999,23 +14001,23 @@ __metadata: languageName: node linkType: hard -"synckit@npm:^0.10.3, synckit@npm:^0.6.2 || ^0.7.3 || ^0.10.3": - version: 0.10.3 - resolution: "synckit@npm:0.10.3" +"synckit@npm:^0.11.0, synckit@npm:^0.11.2": + version: 0.11.3 + resolution: "synckit@npm:0.11.3" dependencies: - "@pkgr/core": "npm:^0.2.0" + "@pkgr/core": "npm:^0.2.1" tslib: "npm:^2.8.1" - checksum: 10c0/9855d10231ae9b69c3aa08d46c96bd4befdcac33da44e29fb80e5c1430e453b5a33b8c073cdd25cfe9578f1d625c7d60c394ece1e202237116c1484def614041 + checksum: 10c0/7b08187eb13047314ddb71d4868fb7c1f75b15f3a60ce7881bc2adf1d1353c478c1643e3d5e27525b23a09f04f87630fdbe4581af67f90d57741856658c1fb95 languageName: node linkType: hard -"synckit@npm:^0.11.0": - version: 0.11.1 - resolution: "synckit@npm:0.11.1" +"synckit@npm:^0.6.2 || ^0.7.3 || ^0.10.3": + version: 0.10.3 + resolution: "synckit@npm:0.10.3" dependencies: "@pkgr/core": "npm:^0.2.0" tslib: "npm:^2.8.1" - checksum: 10c0/284f6137eaf31c999634fcbe82a8fb23e50c507da2abe930714080cdd7af4365c2fa3bbab4694d451d8e0b48395ec01ffca5a83fb571a415ff4a52b2d9d3309d + checksum: 10c0/9855d10231ae9b69c3aa08d46c96bd4befdcac33da44e29fb80e5c1430e453b5a33b8c073cdd25cfe9578f1d625c7d60c394ece1e202237116c1484def614041 languageName: node linkType: hard @@ -14430,36 +14432,36 @@ __metadata: linkType: hard "typescript-eslint@npm:^8.29.0": - version: 8.29.0 - resolution: "typescript-eslint@npm:8.29.0" + version: 8.29.1 + resolution: "typescript-eslint@npm:8.29.1" dependencies: - "@typescript-eslint/eslint-plugin": "npm:8.29.0" - "@typescript-eslint/parser": "npm:8.29.0" - "@typescript-eslint/utils": "npm:8.29.0" + "@typescript-eslint/eslint-plugin": "npm:8.29.1" + "@typescript-eslint/parser": "npm:8.29.1" + "@typescript-eslint/utils": "npm:8.29.1" peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: ">=4.8.4 <5.9.0" - checksum: 10c0/1438b80fc875acc65acc842dc870070be31d6a30f756a6d9985fadd063f4f568e74a83bac7aaf94d2320e434df3c033a6e2ab7258b1429cae2aa7c4b16fb5088 + checksum: 10c0/31319c891d224ec8d7cf96ad7e6c84480b3d17d4c46c5beccca06fc7891f41eabd5593e44867e69dbfb79459f5545c2cc2e985c950bdd7b4e7c3bb1ec8941030 languageName: node linkType: hard -"typescript@npm:^5, typescript@npm:^5.8.2": - version: 5.8.2 - resolution: "typescript@npm:5.8.2" +"typescript@npm:^5, typescript@npm:^5.8.3": + version: 5.8.3 + resolution: "typescript@npm:5.8.3" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 10c0/5c4f6fbf1c6389b6928fe7b8fcd5dc73bb2d58cd4e3883f1d774ed5bd83b151cbac6b7ecf11723de56d4676daeba8713894b1e9af56174f2f9780ae7848ec3c6 + checksum: 10c0/5f8bb01196e542e64d44db3d16ee0e4063ce4f3e3966df6005f2588e86d91c03e1fb131c2581baf0fb65ee79669eea6e161cd448178986587e9f6844446dbb48 languageName: node linkType: hard -"typescript@patch:typescript@npm%3A^5#optional!builtin, typescript@patch:typescript@npm%3A^5.8.2#optional!builtin": - version: 5.8.2 - resolution: "typescript@patch:typescript@npm%3A5.8.2#optional!builtin::version=5.8.2&hash=5786d5" +"typescript@patch:typescript@npm%3A^5#optional!builtin, typescript@patch:typescript@npm%3A^5.8.3#optional!builtin": + version: 5.8.3 + resolution: "typescript@patch:typescript@npm%3A5.8.3#optional!builtin::version=5.8.3&hash=5786d5" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 10c0/5448a08e595cc558ab321e49d4cac64fb43d1fa106584f6ff9a8d8e592111b373a995a1d5c7f3046211c8a37201eb6d0f1566f15cdb7a62a5e3be01d087848e2 + checksum: 10c0/39117e346ff8ebd87ae1510b3a77d5d92dae5a89bde588c747d25da5c146603a99c8ee588c7ef80faaf123d89ed46f6dbd918d534d641083177d5fac38b8a1cb languageName: node linkType: hard @@ -14718,25 +14720,25 @@ __metadata: languageName: node linkType: hard -"unrs-resolver@npm:^1.3.3": - version: 1.3.3 - resolution: "unrs-resolver@npm:1.3.3" - dependencies: - "@unrs/resolver-binding-darwin-arm64": "npm:1.3.3" - "@unrs/resolver-binding-darwin-x64": "npm:1.3.3" - "@unrs/resolver-binding-freebsd-x64": "npm:1.3.3" - "@unrs/resolver-binding-linux-arm-gnueabihf": "npm:1.3.3" - "@unrs/resolver-binding-linux-arm-musleabihf": "npm:1.3.3" - "@unrs/resolver-binding-linux-arm64-gnu": "npm:1.3.3" - "@unrs/resolver-binding-linux-arm64-musl": "npm:1.3.3" - "@unrs/resolver-binding-linux-ppc64-gnu": "npm:1.3.3" - "@unrs/resolver-binding-linux-s390x-gnu": "npm:1.3.3" - "@unrs/resolver-binding-linux-x64-gnu": "npm:1.3.3" - "@unrs/resolver-binding-linux-x64-musl": "npm:1.3.3" - "@unrs/resolver-binding-wasm32-wasi": "npm:1.3.3" - "@unrs/resolver-binding-win32-arm64-msvc": "npm:1.3.3" - "@unrs/resolver-binding-win32-ia32-msvc": "npm:1.3.3" - "@unrs/resolver-binding-win32-x64-msvc": "npm:1.3.3" +"unrs-resolver@npm:^1.4.1": + version: 1.4.1 + resolution: "unrs-resolver@npm:1.4.1" + dependencies: + "@unrs/resolver-binding-darwin-arm64": "npm:1.4.1" + "@unrs/resolver-binding-darwin-x64": "npm:1.4.1" + "@unrs/resolver-binding-freebsd-x64": "npm:1.4.1" + "@unrs/resolver-binding-linux-arm-gnueabihf": "npm:1.4.1" + "@unrs/resolver-binding-linux-arm-musleabihf": "npm:1.4.1" + "@unrs/resolver-binding-linux-arm64-gnu": "npm:1.4.1" + "@unrs/resolver-binding-linux-arm64-musl": "npm:1.4.1" + "@unrs/resolver-binding-linux-ppc64-gnu": "npm:1.4.1" + "@unrs/resolver-binding-linux-s390x-gnu": "npm:1.4.1" + "@unrs/resolver-binding-linux-x64-gnu": "npm:1.4.1" + "@unrs/resolver-binding-linux-x64-musl": "npm:1.4.1" + "@unrs/resolver-binding-wasm32-wasi": "npm:1.4.1" + "@unrs/resolver-binding-win32-arm64-msvc": "npm:1.4.1" + "@unrs/resolver-binding-win32-ia32-msvc": "npm:1.4.1" + "@unrs/resolver-binding-win32-x64-msvc": "npm:1.4.1" dependenciesMeta: "@unrs/resolver-binding-darwin-arm64": optional: true @@ -14768,7 +14770,7 @@ __metadata: optional: true "@unrs/resolver-binding-win32-x64-msvc": optional: true - checksum: 10c0/9faa89c0fddf53551c0d4fc48f2d95ca8117370939ca62f85e38624df1a241f01230d14bca6d311889550eb5f8f50f82a6b7853d13bdb673bb29f03fbcae4f3d + checksum: 10c0/cc0b148d8fafeb303389fd10c8c2df8806e44b5aa6cec59ef1b7f8a64554f1f53a7a7de81a58bdd438d25a50b5045b1b8e192a9b8acd156fabff1206406316d4 languageName: node linkType: hard