From 17a2e4ad38dc99385c8c525b50d8b092e3972ae8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 07:46:11 +0000 Subject: [PATCH] feat(deps): upgrade upstream dependencies --- packages/core/package.json | 12 +- packages/test/package.json | 26 +- packages/tools/.upstream-versions.json | 4 +- pnpm-lock.yaml | 2366 +++++++++++++----------- pnpm-workspace.yaml | 37 +- 5 files changed, 1356 insertions(+), 1089 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index 7ed734c940..673b8b35fd 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -36,6 +36,10 @@ "default": "./dist/rolldown/filter-index.mjs", "types": "./dist/rolldown/filter-index.d.mts" }, + "./rolldown/getLogFilter": { + "default": "./dist/rolldown/get-log-filter.mjs", + "types": "./dist/rolldown/get-log-filter.d.mts" + }, "./rolldown/parallelPlugin": { "default": "./dist/rolldown/parallel-plugin.mjs", "types": "./dist/rolldown/parallel-plugin.d.mts" @@ -52,6 +56,10 @@ "default": "./dist/pluginutils/index.js", "types": "./dist/pluginutils/index.d.ts" }, + "./rolldown/pluginutils/filter": { + "default": "./dist/pluginutils/filter/index.js", + "types": "./dist/pluginutils/filter/index.d.ts" + }, "./types/*": { "types": "./dist/vite/types/*" }, @@ -93,7 +101,7 @@ }, "peerDependencies": { "@arethetypeswrong/core": "^0.18.1", - "@vitejs/devtools": "^0.0.0-alpha.18", + "@vitejs/devtools": "*", "publint": "^0.3.0", "typescript": "^5.0.0", "unplugin-lightningcss": "^0.4.0", @@ -166,7 +174,7 @@ "devDependencies": { "@oxc-node/cli": "catalog:", "@oxc-node/core": "catalog:", - "@vitejs/devtools": "^0.0.0-alpha.18", + "@vitejs/devtools": "^0.0.0-alpha.22", "es-module-lexer": "^1.7.0", "hookable": "^6.0.1", "magic-string": "^0.30.21", diff --git a/packages/test/package.json b/packages/test/package.json index d8d4df39b7..0442573b18 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -263,7 +263,7 @@ "@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0", "happy-dom": "*", "jsdom": "*", - "@vitest/ui": "4.0.15" + "@vitest/ui": "4.0.16" }, "peerDependenciesMeta": { "@edge-runtime/vm": { @@ -304,17 +304,17 @@ "devDependencies": { "@oxc-node/cli": "catalog:", "@oxc-node/core": "catalog:", - "@vitest/browser": "4.0.15", - "@vitest/browser-playwright": "4.0.15", - "@vitest/browser-preview": "4.0.15", - "@vitest/browser-webdriverio": "4.0.15", - "@vitest/expect": "4.0.15", - "@vitest/mocker": "4.0.15", - "@vitest/pretty-format": "4.0.15", - "@vitest/runner": "4.0.15", - "@vitest/snapshot": "4.0.15", - "@vitest/spy": "4.0.15", - "@vitest/utils": "4.0.15", + "@vitest/browser": "4.0.16", + "@vitest/browser-playwright": "4.0.16", + "@vitest/browser-preview": "4.0.16", + "@vitest/browser-webdriverio": "4.0.16", + "@vitest/expect": "4.0.16", + "@vitest/mocker": "4.0.16", + "@vitest/pretty-format": "4.0.16", + "@vitest/runner": "4.0.16", + "@vitest/snapshot": "4.0.16", + "@vitest/spy": "4.0.16", + "@vitest/utils": "4.0.16", "chai": "^6.2.1", "estree-walker": "^3.0.3", "magic-string": "^0.30.21", @@ -322,7 +322,7 @@ "pathe": "^2.0.3", "rolldown": "workspace:*", "tinyrainbow": "^3.0.3", - "vitest-dev": "^4.0.15", + "vitest-dev": "^4.0.16", "why-is-node-running": "^2.3.0" } } diff --git a/packages/tools/.upstream-versions.json b/packages/tools/.upstream-versions.json index c23a64f101..a0b5647456 100644 --- a/packages/tools/.upstream-versions.json +++ b/packages/tools/.upstream-versions.json @@ -2,11 +2,11 @@ "rolldown": { "repo": "https://github.com/rolldown/rolldown.git", "branch": "main", - "hash": "c013fc844242178da7c4e9a7ec9f24697efcd726" + "hash": "9258689b3e0c3f42ad0579fefe1b57cef25f195a" }, "rolldown-vite": { "repo": "https://github.com/vitejs/vite.git", "branch": "main", - "hash": "08c74cc54b1892e1d2f29840c18ef61f05963301" + "hash": "63391ee64450cfbe13020ee2de84f8bc8cb4a490" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f2fa5f907d..8b8fb66411 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -23,19 +23,19 @@ catalogs: version: 3.4.1 '@napi-rs/wasm-runtime': specifier: ^1.0.0 - version: 1.0.7 + version: 1.1.1 '@oxc-node/cli': - specifier: ^0.0.34 - version: 0.0.34 + specifier: ^0.0.35 + version: 0.0.35 '@oxc-node/core': - specifier: ^0.0.34 - version: 0.0.34 + specifier: ^0.0.35 + version: 0.0.35 '@oxc-project/runtime': - specifier: '=0.101.0' - version: 0.101.0 + specifier: '=0.106.0' + version: 0.106.0 '@oxc-project/types': - specifier: '=0.101.0' - version: 0.101.0 + specifier: '=0.106.0' + version: 0.106.0 '@rollup/plugin-commonjs': specifier: ^29.0.0 version: 29.0.0 @@ -64,8 +64,8 @@ catalogs: specifier: 10.0.10 version: 10.0.10 '@types/node': - specifier: 24.10.1 - version: 24.10.1 + specifier: 24.10.3 + version: 24.10.3 '@types/picomatch': specifier: ^4.0.0 version: 4.0.2 @@ -90,6 +90,9 @@ catalogs: '@yarnpkg/shell': specifier: ^4.1.3 version: 4.1.3 + acorn-import-assertions: + specifier: ^1.9.0 + version: 1.9.0 buble: specifier: ^0.20.0 version: 0.20.0 @@ -124,7 +127,7 @@ catalogs: specifier: ^3.0.0 version: 3.0.0 fs-extra: - specifier: ^11.2.0 + specifier: ^11.3.2 version: 11.3.2 glob: specifier: ^13.0.0 @@ -142,20 +145,20 @@ catalogs: specifier: ^10.0.3 version: 10.1.1 mocha: - specifier: ^11.0.0 + specifier: ^11.7.5 version: 11.7.5 mri: specifier: ^1.2.0 version: 1.2.0 oxc-minify: - specifier: '=0.101.0' - version: 0.101.0 + specifier: '=0.106.0' + version: 0.106.0 oxc-parser: - specifier: '=0.101.0' - version: 0.101.0 + specifier: '=0.106.0' + version: 0.106.0 oxc-transform: - specifier: '=0.101.0' - version: 0.101.0 + specifier: '=0.106.0' + version: 0.106.0 oxfmt: specifier: ^0.16.0 version: 0.16.0 @@ -187,8 +190,8 @@ catalogs: specifier: ^2.10.0 version: 2.32.0 rolldown-plugin-dts: - specifier: ^0.18.0 - version: 0.18.3 + specifier: ^0.20.0 + version: 0.20.0 rollup: specifier: ^4.18.0 version: 4.53.3 @@ -202,7 +205,7 @@ catalogs: specifier: 4.1.0 version: 4.1.0 source-map: - specifier: ^0.7.4 + specifier: ^0.7.6 version: 0.7.6 source-map-support: specifier: ^0.5.21 @@ -211,17 +214,17 @@ catalogs: specifier: ^2.0.1 version: 2.0.1 terser: - specifier: ^5.31.1 + specifier: ^5.44.1 version: 5.44.1 tinybench: - specifier: ^5.0.0 - version: 5.1.0 + specifier: ^6.0.0 + version: 6.0.0 tinyexec: specifier: ^1.0.1 version: 1.0.2 tsdown: - specifier: ^0.16.6 - version: 0.16.8 + specifier: ^0.19.0-beta.2 + version: 0.19.0-beta.2 typescript: specifier: ^5.9.3 version: 5.9.3 @@ -249,7 +252,7 @@ overrides: rolldown: workspace:rolldown@* vite: workspace:@voidzero-dev/vite-plus-core@* vitest: workspace:@voidzero-dev/vite-plus-test@* - vitest-dev: npm:vitest@^4.0.15 + vitest-dev: npm:vitest@^4.0.16 packageExtensionsChecksum: sha256-BLDZCgUIohvBXMHo3XFOlGLzGXRyK3sDU0nMBRk9APY= @@ -273,13 +276,13 @@ importers: devDependencies: '@oxc-node/cli': specifier: 'catalog:' - version: 0.0.34 + version: 0.0.35 '@oxc-node/core': specifier: 'catalog:' - version: 0.0.34 + version: 0.0.35 '@types/node': specifier: 'catalog:' - version: 24.10.1 + version: 24.10.3 '@voidzero-dev/vite-plus': specifier: workspace:* version: link:packages/cli @@ -297,7 +300,7 @@ importers: version: 0.16.0 oxlint: specifier: 'catalog:' - version: 1.31.0(oxlint-tsgolint@0.8.3) + version: 1.31.0(oxlint-tsgolint@0.10.0) playwright: specifier: 'catalog:' version: 1.57.0 @@ -315,10 +318,10 @@ importers: devDependencies: oxc-minify: specifier: 'catalog:' - version: 0.101.0 + version: 0.106.0 vitepress: specifier: 'catalog:' - version: 2.0.0-alpha.15(oxc-minify@0.101.0)(postcss@8.5.6)(typescript@5.9.3) + version: 2.0.0-alpha.15(oxc-minify@0.106.0)(postcss@8.5.6)(typescript@5.9.3) vue: specifier: 'catalog:' version: 3.5.25(typescript@5.9.3) @@ -346,7 +349,7 @@ importers: devDependencies: '@napi-rs/cli': specifier: ^3.4.1 - version: 3.4.1(@emnapi/runtime@1.7.1)(@types/node@24.10.1)(node-addon-api@7.1.1) + version: 3.4.1(@emnapi/runtime@1.7.1)(@types/node@24.10.3)(node-addon-api@7.1.1) '@oxc-node/core': specifier: ^0.0.32 version: 0.0.32 @@ -358,10 +361,10 @@ importers: version: link:../../rolldown/packages/rolldown rolldown-plugin-dts: specifier: 'catalog:' - version: 0.18.3(oxc-resolver@11.14.0)(rolldown@rolldown+packages+rolldown)(typescript@5.9.3) + version: 0.20.0(oxc-resolver@11.14.0)(rolldown@rolldown+packages+rolldown)(typescript@5.9.3) tsdown: specifier: 'catalog:' - version: 0.16.8(@arethetypeswrong/core@0.18.2)(@vitejs/devtools@0.0.0-alpha.18(@pnpm/logger@1001.0.1)(vite@packages+core)(vue@3.5.25(typescript@5.9.3)))(oxc-resolver@11.14.0)(publint@0.3.15)(typescript@5.9.3)(unplugin-lightningcss@0.4.3)(unplugin-unused@0.5.6) + version: 0.19.0-beta.2(@arethetypeswrong/core@0.18.2)(@vitejs/devtools@0.0.0-alpha.22(@pnpm/logger@1001.0.1)(vite@packages+core)(vue@3.5.25(typescript@5.9.3)))(oxc-resolver@11.14.0)(publint@0.3.16)(typescript@5.9.3)(unplugin-lightningcss@0.4.3)(unplugin-unused@0.5.6) vite: specifier: workspace:@voidzero-dev/vite-plus-core@* version: link:../core @@ -382,10 +385,10 @@ importers: version: 7.28.5 '@oxc-project/runtime': specifier: 'catalog:' - version: 0.101.0 + version: 0.106.0 '@types/node': specifier: ^20.19.0 || >=22.12.0 - version: 22.19.1 + version: 22.19.3 esbuild: specifier: ^0.25.0 version: 0.25.12 @@ -403,13 +406,13 @@ importers: version: 8.5.6 publint: specifier: ^0.3.0 - version: 0.3.15 + version: 0.3.16 sass: specifier: ^1.70.0 - version: 1.94.2 + version: 1.97.1 sass-embedded: specifier: ^1.70.0 - version: 1.93.3(source-map-js@1.2.1) + version: 1.97.1(source-map-js@1.2.1) semver: specifier: ^7.7.3 version: 7.7.3 @@ -443,13 +446,13 @@ importers: devDependencies: '@oxc-node/cli': specifier: 'catalog:' - version: 0.0.34 + version: 0.0.35 '@oxc-node/core': specifier: 'catalog:' - version: 0.0.34 + version: 0.0.35 '@vitejs/devtools': - specifier: ^0.0.0-alpha.18 - version: 0.0.0-alpha.18(@pnpm/logger@1001.0.1)(vite@packages+core)(vue@3.5.25(typescript@5.9.3)) + specifier: ^0.0.0-alpha.22 + version: 0.0.0-alpha.22(@pnpm/logger@1001.0.1)(vite@packages+core)(vue@3.5.25(typescript@5.9.3)) es-module-lexer: specifier: ^1.7.0 version: 1.7.0 @@ -470,7 +473,7 @@ importers: version: link:../../rolldown/packages/rolldown rolldown-plugin-dts: specifier: 'catalog:' - version: 0.18.3(oxc-resolver@11.14.0)(rolldown@rolldown+packages+rolldown)(typescript@5.9.3) + version: 0.20.0(oxc-resolver@11.14.0)(rolldown@rolldown+packages+rolldown)(typescript@5.9.3) rollup: specifier: ^4.18.0 version: 4.53.3 @@ -482,7 +485,7 @@ importers: version: 0.2.15 tsdown: specifier: 'catalog:' - version: 0.16.8(@arethetypeswrong/core@0.18.2)(@vitejs/devtools@0.0.0-alpha.18(@pnpm/logger@1001.0.1)(vite@packages+core)(vue@3.5.25(typescript@5.9.3)))(oxc-resolver@11.14.0)(publint@0.3.15)(typescript@5.9.3)(unplugin-lightningcss@0.4.3)(unplugin-unused@0.5.6) + version: 0.19.0-beta.2(@arethetypeswrong/core@0.18.2)(@vitejs/devtools@0.0.0-alpha.22(@pnpm/logger@1001.0.1)(vite@packages+core)(vue@3.5.25(typescript@5.9.3)))(oxc-resolver@11.14.0)(publint@0.3.16)(typescript@5.9.3)(unplugin-lightningcss@0.4.3)(unplugin-unused@0.5.6) vite: specifier: workspace:@voidzero-dev/vite-plus-core@* version: 'link:' @@ -508,10 +511,10 @@ importers: version: 0.11.0 '@napi-rs/cli': specifier: 'catalog:' - version: 3.4.1(@emnapi/runtime@1.7.1)(@types/node@24.10.1)(node-addon-api@7.1.1) + version: 3.4.1(@emnapi/runtime@1.7.1)(@types/node@24.10.3)(node-addon-api@7.1.1) '@oxc-node/core': specifier: 'catalog:' - version: 0.0.34 + version: 0.0.35 '@types/cross-spawn': specifier: 'catalog:' version: 6.0.6 @@ -565,10 +568,10 @@ importers: version: 5.2.3 '@types/node': specifier: ^20.0.0 || ^22.0.0 || >=24.0.0 - version: 22.19.1 + version: 22.19.3 '@vitest/ui': - specifier: 4.0.15 - version: 4.0.15(vitest@4.0.15) + specifier: 4.0.16 + version: 4.0.16(vitest@4.0.16) '@voidzero-dev/vite-plus-core': specifier: workspace:* version: link:../core @@ -617,43 +620,43 @@ importers: devDependencies: '@oxc-node/cli': specifier: 'catalog:' - version: 0.0.34 + version: 0.0.35 '@oxc-node/core': specifier: 'catalog:' - version: 0.0.34 + version: 0.0.35 '@vitest/browser': - specifier: 4.0.15 - version: 4.0.15(vite@packages+core)(vitest@4.0.15) + specifier: 4.0.16 + version: 4.0.16(vite@packages+core)(vitest@4.0.16) '@vitest/browser-playwright': - specifier: 4.0.15 - version: 4.0.15(playwright@1.57.0)(vite@packages+core)(vitest@4.0.15) + specifier: 4.0.16 + version: 4.0.16(playwright@1.57.0)(vite@packages+core)(vitest@4.0.16) '@vitest/browser-preview': - specifier: 4.0.15 - version: 4.0.15(vite@packages+core)(vitest@4.0.15) + specifier: 4.0.16 + version: 4.0.16(vite@packages+core)(vitest@4.0.16) '@vitest/browser-webdriverio': - specifier: 4.0.15 - version: 4.0.15(vite@packages+core)(vitest@4.0.15)(webdriverio@9.20.1) + specifier: 4.0.16 + version: 4.0.16(vite@packages+core)(vitest@4.0.16)(webdriverio@9.20.1) '@vitest/expect': - specifier: 4.0.15 - version: 4.0.15 + specifier: 4.0.16 + version: 4.0.16 '@vitest/mocker': - specifier: 4.0.15 - version: 4.0.15(vite@packages+core) + specifier: 4.0.16 + version: 4.0.16(vite@packages+core) '@vitest/pretty-format': - specifier: 4.0.15 - version: 4.0.15 + specifier: 4.0.16 + version: 4.0.16 '@vitest/runner': - specifier: 4.0.15 - version: 4.0.15 + specifier: 4.0.16 + version: 4.0.16 '@vitest/snapshot': - specifier: 4.0.15 - version: 4.0.15 + specifier: 4.0.16 + version: 4.0.16 '@vitest/spy': - specifier: 4.0.15 - version: 4.0.15 + specifier: 4.0.16 + version: 4.0.16 '@vitest/utils': - specifier: 4.0.15 - version: 4.0.15 + specifier: 4.0.16 + version: 4.0.16 chai: specifier: ^6.2.1 version: 6.2.1 @@ -665,7 +668,7 @@ importers: version: 0.30.21 oxc-parser: specifier: 'catalog:' - version: 0.101.0 + version: 0.106.0 pathe: specifier: ^2.0.3 version: 2.0.3 @@ -676,8 +679,8 @@ importers: specifier: ^3.0.3 version: 3.0.3 vitest-dev: - specifier: npm:vitest@^4.0.15 - version: vitest@4.0.15(@edge-runtime/vm@5.0.0)(@opentelemetry/api@1.9.0)(@types/node@22.19.1)(@vitest/browser-playwright@4.0.15(playwright@1.57.0)(vite@packages+core)(vitest@4.0.15))(@vitest/browser-preview@4.0.15(vite@packages+core)(vitest@4.0.15))(@vitest/browser-webdriverio@4.0.15(vite@packages+core)(vitest@4.0.15)(webdriverio@9.20.1))(@vitest/ui@4.0.15(vitest@4.0.15))(happy-dom@20.0.10)(jsdom@27.2.0) + specifier: npm:vitest@^4.0.16 + version: vitest@4.0.16(@edge-runtime/vm@5.0.0)(@opentelemetry/api@1.9.0)(@types/node@22.19.3)(@vitest/browser-playwright@4.0.16(playwright@1.57.0)(vite@packages+core)(vitest@4.0.16))(@vitest/browser-preview@4.0.16(vite@packages+core)(vitest@4.0.16))(@vitest/browser-webdriverio@4.0.16(vite@packages+core)(vitest@4.0.16)(webdriverio@9.20.1))(@vitest/ui@4.0.16(vitest@4.0.16))(happy-dom@20.0.10)(jsdom@27.2.0) why-is-node-running: specifier: ^2.3.0 version: 2.3.0 @@ -693,10 +696,10 @@ importers: devDependencies: '@oxc-node/cli': specifier: 'catalog:' - version: 0.0.34 + version: 0.0.35 '@oxc-node/core': specifier: 'catalog:' - version: 0.0.34 + version: 0.0.35 '@std/yaml': specifier: 'catalog:' version: '@jsr/std__yaml@1.0.10' @@ -717,37 +720,40 @@ importers: devDependencies: '@oxc-node/core': specifier: 'catalog:' - version: 0.0.34 + version: 0.0.35 '@oxc-project/runtime': specifier: 'catalog:' - version: 0.101.0 + version: 0.106.0 '@types/node': specifier: 'catalog:' - version: 24.10.1 + version: 24.10.3 cjs-module-lexer: specifier: ^2.1.0 version: 2.1.1 - dprint: - specifier: ^0.50.1 - version: 0.50.2 husky: specifier: ^9.1.7 version: 9.1.7 knip: specifier: ^5.61.3 - version: 5.70.2(@types/node@24.10.1)(typescript@5.9.3) + version: 5.70.2(@types/node@24.10.3)(typescript@5.9.3) lint-staged: specifier: ^16.1.2 version: 16.2.7 + oxfmt: + specifier: ^0.21.0 + version: 0.21.0 oxlint: - specifier: ^1.29.0 - version: 1.31.0(oxlint-tsgolint@0.8.3) + specifier: ^1.31.0 + version: 1.31.0(oxlint-tsgolint@0.10.0) oxlint-tsgolint: - specifier: 0.8.3 - version: 0.8.3 + specifier: 0.10.0 + version: 0.10.0 + playwright-chromium: + specifier: ^1.56.1 + version: 1.57.0 remove-unused-vars: - specifier: ^0.0.10 - version: 0.0.10 + specifier: ^0.0.11 + version: 0.0.11 rolldown: specifier: workspace:rolldown@* version: link:packages/rolldown @@ -758,8 +764,8 @@ importers: rolldown-vite: devDependencies: '@eslint/js': - specifier: ^9.39.1 - version: 9.39.1 + specifier: ^9.39.2 + version: 9.39.2 '@type-challenges/utils': specifier: ^0.1.1 version: 0.1.1 @@ -785,8 +791,8 @@ importers: specifier: ^3.0.8 version: 3.0.8 '@types/node': - specifier: ^22.19.1 - version: 22.19.1 + specifier: ^22.19.3 + version: 22.19.3 '@types/picomatch': specifier: ^4.0.2 version: 4.0.2 @@ -800,17 +806,17 @@ importers: specifier: ^1.6.0 version: 1.6.0(conventional-commits-filter@5.0.0) eslint: - specifier: ^9.39.1 - version: 9.39.1(jiti@2.6.1) + specifier: ^9.39.2 + version: 9.39.2(jiti@2.6.1) eslint-plugin-import-x: specifier: ^4.16.1 - version: 4.16.1(@typescript-eslint/utils@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1)) + version: 4.16.1(@typescript-eslint/utils@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-n: specifier: ^17.23.1 - version: 17.23.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) + version: 17.23.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) eslint-plugin-regexp: specifier: ^2.10.0 - version: 2.10.0(eslint@9.39.1(jiti@2.6.1)) + version: 2.10.0(eslint@9.39.2(jiti@2.6.1)) execa: specifier: ^9.6.1 version: 9.6.1 @@ -827,8 +833,8 @@ importers: specifier: ^1.57.0 version: 1.57.0 prettier: - specifier: 3.7.3 - version: 3.7.3 + specifier: 3.7.4 + version: 3.7.4 rolldown: specifier: workspace:rolldown@* version: link:../rolldown/packages/rolldown @@ -845,8 +851,8 @@ importers: specifier: ~5.9.3 version: 5.9.3 typescript-eslint: - specifier: ^8.48.0 - version: 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) + specifier: ^8.49.0 + version: 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) vite: specifier: workspace:@voidzero-dev/vite-plus-core@* version: link:../packages/core @@ -859,6 +865,9 @@ importers: '@clack/prompts': specifier: ^0.11.0 version: 0.11.0 + '@vercel/detect-agent': + specifier: ^1.0.0 + version: 1.0.0 cross-spawn: specifier: ^7.0.6 version: 7.0.6 @@ -869,8 +878,8 @@ importers: specifier: ^1.1.1 version: 1.1.1 tsdown: - specifier: ^0.17.0 - version: 0.17.2(@arethetypeswrong/core@0.18.2)(publint@0.3.15)(typescript@5.9.3)(unplugin-lightningcss@0.4.3)(unplugin-unused@0.5.6) + specifier: ^0.17.4 + version: 0.17.4(@arethetypeswrong/core@0.18.2)(@vitejs/devtools@0.0.0-alpha.22(@pnpm/logger@1001.0.1)(vite@packages+core)(vue@3.5.25(typescript@5.9.3)))(oxc-resolver@11.14.0)(publint@0.3.16)(typescript@5.9.3)(unplugin-lightningcss@0.4.3)(unplugin-unused@0.5.6) rolldown-vite/packages/plugin-legacy: dependencies: @@ -893,11 +902,11 @@ importers: specifier: ^0.6.5 version: 0.6.5(@babel/core@7.28.5) browserslist: - specifier: ^4.28.0 - version: 4.28.0 + specifier: ^4.28.1 + version: 4.28.1 browserslist-to-esbuild: specifier: ^2.1.1 - version: 2.1.1(browserslist@4.28.0) + version: 2.1.1(browserslist@4.28.1) core-js: specifier: ^3.47.0 version: 3.47.0 @@ -921,8 +930,8 @@ importers: specifier: ^1.1.1 version: 1.1.1 tsdown: - specifier: ^0.17.0 - version: 0.17.2(@arethetypeswrong/core@0.18.2)(publint@0.3.15)(typescript@5.9.3)(unplugin-lightningcss@0.4.3)(unplugin-unused@0.5.6) + specifier: ^0.17.4 + version: 0.17.4(@arethetypeswrong/core@0.18.2)(@vitejs/devtools@0.0.0-alpha.22(@pnpm/logger@1001.0.1)(vite@packages+core)(vue@3.5.25(typescript@5.9.3)))(oxc-resolver@11.14.0)(publint@0.3.16)(typescript@5.9.3)(unplugin-lightningcss@0.4.3)(unplugin-unused@0.5.6) vite: specifier: workspace:@voidzero-dev/vite-plus-core@* version: link:../../../packages/core @@ -930,11 +939,11 @@ importers: rolldown-vite/packages/vite: dependencies: '@oxc-project/runtime': - specifier: 0.101.0 - version: 0.101.0 + specifier: 0.103.0 + version: 0.103.0 '@types/node': specifier: ^20.19.0 || >=22.12.0 - version: 22.19.1 + version: 22.19.3 fdir: specifier: ^6.5.0 version: 6.5.0(picomatch@4.0.3) @@ -982,8 +991,8 @@ importers: specifier: ^0.3.31 version: 0.3.31 '@oxc-project/types': - specifier: 0.101.0 - version: 0.101.0 + specifier: 0.103.0 + version: 0.103.0 '@polka/compression': specifier: ^1.0.0-next.25 version: 1.0.0-next.25 @@ -1012,8 +1021,8 @@ importers: specifier: ^0.4.2 version: 0.4.2 baseline-browser-mapping: - specifier: ^2.8.32 - version: 2.8.32 + specifier: ^2.9.7 + version: 2.9.11 cac: specifier: ^6.7.14 version: 6.7.14 @@ -1057,10 +1066,10 @@ importers: specifier: ^0.1.2 version: 0.1.2 http-proxy-3: - specifier: ^1.22.0 - version: 1.23.0(patch_hash=d89dff5a0afc2cb277080ad056a3baf7feeeeac19144878abc17f4c91ad89095) + specifier: ^1.23.2 + version: 1.23.2(patch_hash=d89dff5a0afc2cb277080ad056a3baf7feeeeac19144878abc17f4c91ad89095) launch-editor-middleware: - specifier: ^2.11.1 + specifier: ^2.12.0 version: 2.12.0 magic-string: specifier: ^0.30.21 @@ -1108,8 +1117,8 @@ importers: specifier: ^2.0.3 version: 2.0.3 rolldown-plugin-dts: - specifier: ^0.18.3 - version: 0.18.3(oxc-resolver@11.14.0)(rolldown@rolldown+packages+rolldown)(typescript@5.9.3) + specifier: ^0.20.0 + version: 0.20.0(oxc-resolver@11.14.0)(rolldown@rolldown+packages+rolldown)(typescript@5.9.3) rollup: specifier: ^4.43.0 version: 4.53.3 @@ -1117,11 +1126,11 @@ importers: specifier: ^3.6.0 version: 3.6.0(picomatch@4.0.3)(rollup@4.53.3) sass: - specifier: ^1.94.2 - version: 1.94.2 + specifier: ^1.96.0 + version: 1.97.1 sass-embedded: - specifier: ^1.93.3 - version: 1.93.3(source-map-js@1.2.1) + specifier: ^1.96.0 + version: 1.97.1(source-map-js@1.2.1) sirv: specifier: ^3.0.2 version: 3.0.2(patch_hash=c07c56eb72faea34341d465cde2314e89db472106ed378181e3447893af6bf95) @@ -1171,7 +1180,7 @@ importers: version: 7.28.5(@babel/core@7.28.5) '@oxc-node/cli': specifier: 'catalog:' - version: 0.0.34 + version: 0.0.35 '@rollup/plugin-commonjs': specifier: 'catalog:' version: 29.0.0(rollup@4.53.3) @@ -1201,19 +1210,19 @@ importers: version: 4.53.3 tinybench: specifier: 'catalog:' - version: 5.1.0 + version: 6.0.0 rolldown/packages/browser: dependencies: '@napi-rs/wasm-runtime': specifier: 'catalog:' - version: 1.0.7 + version: 1.1.1 rolldown/packages/debug: devDependencies: '@oxc-node/cli': specifier: 'catalog:' - version: 0.0.34 + version: 0.0.35 rolldown/packages/pluginutils: devDependencies: @@ -1234,20 +1243,20 @@ importers: dependencies: '@oxc-project/types': specifier: 'catalog:' - version: 0.101.0 + version: 0.106.0 '@rolldown/pluginutils': specifier: workspace:@rolldown/pluginutils@* version: link:../pluginutils devDependencies: '@napi-rs/cli': specifier: 'catalog:' - version: 3.4.1(@emnapi/runtime@1.7.1)(@types/node@24.10.1)(node-addon-api@7.1.1) + version: 3.4.1(@emnapi/runtime@1.7.1)(@types/node@24.10.3)(node-addon-api@7.1.1) '@napi-rs/wasm-runtime': specifier: 'catalog:' - version: 1.0.7 + version: 1.1.1 '@oxc-node/cli': specifier: 'catalog:' - version: 0.0.34 + version: 0.0.35 '@rollup/plugin-json': specifier: 'catalog:' version: 6.1.0(rollup@4.53.3) @@ -1265,7 +1274,7 @@ importers: version: 13.0.0 oxc-parser: specifier: 'catalog:' - version: 0.101.0 + version: 0.106.0 pathe: specifier: 'catalog:' version: 2.0.3 @@ -1277,7 +1286,7 @@ importers: version: 'link:' rolldown-plugin-dts: specifier: 'catalog:' - version: 0.18.3(oxc-resolver@11.14.0)(rolldown@rolldown+packages+rolldown)(typescript@5.9.3) + version: 0.20.0(oxc-resolver@11.14.0)(rolldown@rolldown+packages+rolldown)(typescript@5.9.3) rollup: specifier: 'catalog:' version: 4.53.3 @@ -1296,6 +1305,9 @@ importers: rolldown/packages/rollup-tests: dependencies: + acorn-import-assertions: + specifier: 'catalog:' + version: 1.9.0(acorn@8.15.0) fixturify: specifier: 'catalog:' version: 3.0.0 @@ -1307,7 +1319,7 @@ importers: version: 11.7.5 oxc-transform: specifier: 'catalog:' - version: 0.101.0 + version: 0.106.0 source-map-support: specifier: 'catalog:' version: 0.5.21 @@ -1317,7 +1329,7 @@ importers: version: 10.0.10 '@types/node': specifier: 'catalog:' - version: 24.10.1 + version: 24.10.3 '@types/strip-comments': specifier: 'catalog:' version: 2.0.4 @@ -1360,7 +1372,7 @@ importers: devDependencies: '@oxc-node/cli': specifier: 'catalog:' - version: 0.0.34 + version: 0.0.35 tinyexec: specifier: 'catalog:' version: 1.0.2 @@ -1970,56 +1982,6 @@ packages: '@docsearch/js@4.3.2': resolution: {integrity: sha512-xdfpPXMgKRY9EW7U1vtY7gLKbLZFa9ed+t0Dacquq8zXBqAlH9HlUf0h4Mhxm0xatsVeMaIR2wr/u6g0GsZyQw==} - '@dprint/darwin-arm64@0.50.2': - resolution: {integrity: sha512-4d08INZlTxbPW9LK9W8+93viN543/qA2Kxn4azVnPW/xCb2Im03UqJBz8mMm3nJZdtNnK3uTVG3ib1VW+XJisw==} - cpu: [arm64] - os: [darwin] - - '@dprint/darwin-x64@0.50.2': - resolution: {integrity: sha512-ZXWPBwdLojhdBATq+bKwJvB7D8bIzrD6eR/Xuq9UYE7evQazUiR069d9NPF0iVuzTo6wNf9ub9SXI7qDl11EGA==} - cpu: [x64] - os: [darwin] - - '@dprint/linux-arm64-glibc@0.50.2': - resolution: {integrity: sha512-marxQzRw8atXAnaawwZHeeUaaAVewrGTlFKKcDASGyjPBhc23J5fHPUPremm8xCbgYZyTlokzrV8/1rDRWhJcw==} - cpu: [arm64] - os: [linux] - libc: [glibc] - - '@dprint/linux-arm64-musl@0.50.2': - resolution: {integrity: sha512-oGDq44ydzo0ZkJk6RHcUzUN5sOMT5HC6WA8kHXI6tkAsLUkaLO2DzZFfW4aAYZUn+hYNpQfQD8iGew0sjkyLyg==} - cpu: [arm64] - os: [linux] - libc: [musl] - - '@dprint/linux-riscv64-glibc@0.50.2': - resolution: {integrity: sha512-QMmZoZYWsXezDcC03fBOwPfxhTpPEyHqutcgJ0oauN9QcSXGji9NSZITMmtLz2Ki3T1MIvdaLd1goGzNSvNqTQ==} - cpu: [riscv64] - os: [linux] - libc: [glibc] - - '@dprint/linux-x64-glibc@0.50.2': - resolution: {integrity: sha512-KMeHEzb4teQJChTgq8HuQzc+reRNDnarOTGTQovAZ9WNjOtKLViftsKWW5HsnRHtP5nUIPE9rF1QLjJ/gUsqvw==} - cpu: [x64] - os: [linux] - libc: [glibc] - - '@dprint/linux-x64-musl@0.50.2': - resolution: {integrity: sha512-qM37T7H69g5coBTfE7SsA+KZZaRBky6gaUhPgAYxW+fOsoVtZSVkXtfTtQauHTpqqOEtbxfCtum70Hz1fr1teg==} - cpu: [x64] - os: [linux] - libc: [musl] - - '@dprint/win32-arm64@0.50.2': - resolution: {integrity: sha512-kuGVHGoxLwssVDsodefUIYQRoO2fQncurH/xKgXiZwMPOSzFcgUzYJQiyqmJEp+PENhO9VT1hXUHZtlyCAWBUQ==} - cpu: [arm64] - os: [win32] - - '@dprint/win32-x64@0.50.2': - resolution: {integrity: sha512-N3l9k31c3IMfVXqL0L6ygIhJFvCIrfQ+Z5Jph6RnCcBO6oDYWeYhAv/qBk1vLsF2y/e79TKsR1tvaEwnrQ03XA==} - cpu: [x64] - os: [win32] - '@edge-runtime/primitives@6.0.0': resolution: {integrity: sha512-FqoxaBT+prPBHBwE1WXS1ocnu/VLTQyZ6NMUBAdbP7N2hsFTTxMC/jMu2D/8GAlMQfxeuppcPuCUk/HO3fpIvA==} engines: {node: '>=18'} @@ -2375,8 +2337,8 @@ packages: resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/js@9.39.1': - resolution: {integrity: sha512-S26Stp4zCy88tH94QbBv3XCuzRQiZ9yXofEILmglYTh/Ug/a9/umqvgFtYBAo3Lp0nsI/5/qH1CCrbdK3AP1Tw==} + '@eslint/js@9.39.2': + resolution: {integrity: sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@eslint/object-schema@2.1.7': @@ -2858,8 +2820,8 @@ packages: '@napi-rs/wasm-runtime@0.2.12': resolution: {integrity: sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==} - '@napi-rs/wasm-runtime@1.0.7': - resolution: {integrity: sha512-SeDnOO0Tk7Okiq6DbXmmBODgOAb9dp9gjlphokTUxmt8U3liIP1ZsozBahH69j/RJv+Rfs6IwUKHTgQYJ/HBAw==} + '@napi-rs/wasm-runtime@1.1.1': + resolution: {integrity: sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==} '@napi-rs/wasm-tools-android-arm-eabi@1.0.1': resolution: {integrity: sha512-lr07E/l571Gft5v4aA1dI8koJEmF1F0UigBbsqg9OWNzg80H3lDPO+auv85y3T/NHE3GirDk7x/D3sLO57vayw==} @@ -3014,103 +2976,135 @@ packages: resolution: {integrity: sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg==} engines: {node: '>=8.0.0'} - '@oxc-minify/binding-android-arm64@0.101.0': - resolution: {integrity: sha512-BsiE1+5kouWKqSujg2v0Ju0H+VpSntQvIXeh/MBTkrwdpxBo6SHvlGEA+H0LZmb8GEwb1igm0G+ziCx8uuobrw==} + '@oxc-minify/binding-android-arm-eabi@0.106.0': + resolution: {integrity: sha512-J5PkKITrOtip9yvFuJbNq4voA0B65zgILsIeJZ6UBcjbdvQoYTSWfHs21OPfmNegJUT1uFB/kKkrw2VSSnGmaA==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm] + os: [android] + + '@oxc-minify/binding-android-arm64@0.106.0': + resolution: {integrity: sha512-ZmIOq0qdu1REaZN1rVES3TjNIhFFhTKB2SWLZb/42AJ5u5Ms8gQj/G1gRYh+Pa2dVKibZyiHycSiLnD0rkHUkA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [android] - '@oxc-minify/binding-darwin-arm64@0.101.0': - resolution: {integrity: sha512-dZBr4dVuUk5jjxXYJyUN3uMLGU5onaxOmcBhQYXWicXTnEY7gvFVWxiIj3Mc4yaYYBPG7uU0//leEIKV5yazfQ==} + '@oxc-minify/binding-darwin-arm64@0.106.0': + resolution: {integrity: sha512-Sz9Bivc1l9J6dbmId/xhzUkwTT8TQqoLb7SvWbdwxaBIstvqMe4S3zmWUgZKK/++X2Mtst8+iJh0nKZHt4uXjA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [darwin] - '@oxc-minify/binding-darwin-x64@0.101.0': - resolution: {integrity: sha512-5PTMwp/RP7QnGoaI9VRixQDJC+YvqKaGZk9SdQpAOf5k+WDVINiQGN3o+D6DNk8N2rsWmRjuUQb471+Z2JVu4w==} + '@oxc-minify/binding-darwin-x64@0.106.0': + resolution: {integrity: sha512-FLOTIL3bn8bXvGKa0Ft1xQFVTSfYC+PwqpyCeEKarCEHLg9oYgvG+/PMBEVqctx5SHkikBemoja0bPmHa0YeqA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [darwin] - '@oxc-minify/binding-freebsd-x64@0.101.0': - resolution: {integrity: sha512-yDz0fV6ngwsqIx5q64Hj3UR60Rtr7UrdFJLYG0RwiONU6LUCXLX5yfoJwBwyMsGQlOyTSwItABZKamyAhUKOEw==} + '@oxc-minify/binding-freebsd-x64@0.106.0': + resolution: {integrity: sha512-U/losZ9zyvDob3BuwalYqrCbyQEvRu14PftmCF3Bn0HWKFiTM26cPd6E5C5YpVvvHSomjVgN4omaoyT9tz4EvQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [freebsd] - '@oxc-minify/binding-linux-arm-gnueabihf@0.101.0': - resolution: {integrity: sha512-ksy8AG2BZoCRi8mjTy4K+wtJR4cDcWA25OUw3QNrZ3apaVeCGakwCciOvTpj58FYCV72vtZqyykA1NFr6mEEVg==} + '@oxc-minify/binding-linux-arm-gnueabihf@0.106.0': + resolution: {integrity: sha512-VXPRE2F1PLbPqkC0+qICB210cFcCgabUGMBRALCA1o/TVqOYDFOc4a7tWT90NpcAaHbVqfw/zo6tSf2cXvKyKA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] - '@oxc-minify/binding-linux-arm64-gnu@0.101.0': - resolution: {integrity: sha512-b4BzBNV+vYcz2CUgHJMzi/iZAVK28qfaQCFg3O8o3bAE/TuLFl8ndCdHqP17s+3eEDinRp5Xpk8W0/jaBZfFlw==} + '@oxc-minify/binding-linux-arm-musleabihf@0.106.0': + resolution: {integrity: sha512-cGU5EZQ1V3aFEnJs11HX/XyyqxhFrduPPA8Yv53VgZqGHxxLIrTolE3nhlPDXk7lIpUimSynrKfMiPEOKQQAWg==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm] + os: [linux] + + '@oxc-minify/binding-linux-arm64-gnu@0.106.0': + resolution: {integrity: sha512-AOs41iJ2LcFNOLH8RBRu9hnygIX0FMDwrcpB0+wrJjBYED179HyfKeBH7kS9qHuVNxsnuUMo5jr8wr5uVR9T0Q==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] libc: [glibc] - '@oxc-minify/binding-linux-arm64-musl@0.101.0': - resolution: {integrity: sha512-jjJ9qfa7iFbMeHJnbt8I43HRUEX16N79VAm7F1VNYp4gPBb0eP8wUqXsWAuFFRjH4ofK0UU6LM+IbbAyn2HcGw==} + '@oxc-minify/binding-linux-arm64-musl@0.106.0': + resolution: {integrity: sha512-Do0ku8LL2VVEFLFO0bzWjPTiZDk2VLkZcbBDzjnIYR7aTEjtwtouuoQK2LLpCcJsCTd3S02/nr/JvwpFLNtmVw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] libc: [musl] - '@oxc-minify/binding-linux-riscv64-gnu@0.101.0': - resolution: {integrity: sha512-9hxzW09GKgkg8CCtMTqJmyA3nlUIaHOCD/ERAsF7NYNefHAzZ96XVcw9RquZxZfomD4s5hfJKRjHq5EwrxL9IA==} + '@oxc-minify/binding-linux-ppc64-gnu@0.106.0': + resolution: {integrity: sha512-+TAQ3Xzgg5GIMms1SH6XF/KHwLtUIXPANV4iRFDknnmgaZwV/D9eIA+3crZ6TQmCavecNNH5We1mssQlK4CuGg==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [ppc64] + os: [linux] + libc: [glibc] + + '@oxc-minify/binding-linux-riscv64-gnu@0.106.0': + resolution: {integrity: sha512-mQu0Zbeai9dkuMIF7fKDT9DyiUuP5iQhcp1NBJ8fkQxhLnS1RfjBiqb1XVcMUb0ZdZlh35TdP19BmbeqtWjDnQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [riscv64] os: [linux] libc: [glibc] - '@oxc-minify/binding-linux-s390x-gnu@0.101.0': - resolution: {integrity: sha512-W/MkwsxTT1rxnvX/oRKK9uHtD2et8sBYDYLkYLRO8uWcgV4G2ENzge3JSB8pc/dBUHL4vrysozRUeaw/WiAD/g==} + '@oxc-minify/binding-linux-riscv64-musl@0.106.0': + resolution: {integrity: sha512-y4Q9Q3d++Lw4HTqC82OmXBdYzV9Btwhhtigi7OmzyVg09sfrjH1NAC3dn2EudWOixaEqsna3s+bKm4aoh6IUVA==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [riscv64] + os: [linux] + libc: [musl] + + '@oxc-minify/binding-linux-s390x-gnu@0.106.0': + resolution: {integrity: sha512-T/JrNIqqWDSynqqYW4+0Z1wxwXkaTP4/nwDfPQHP/8qFzTA+gNYsw7J7kyMOzkkQ//jwiOil4nJFgLwFDNVZeQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [s390x] os: [linux] libc: [glibc] - '@oxc-minify/binding-linux-x64-gnu@0.101.0': - resolution: {integrity: sha512-HRJxY94+uhrpkFEPNKH3/7THqnRdy4HbkHbRjbZiJ9SH1Lo1joX2wmQZdUUWXDHPMEtzDF4WP9IUtAc8qMIZGA==} + '@oxc-minify/binding-linux-x64-gnu@0.106.0': + resolution: {integrity: sha512-sZOPGQtg6xs/onafBI0W1nC6Bq3bfvR3FZY+dWPGdOxNb/kfOqotw9cmTlLvf3QUDiOKSW+dEV0AeTLtPStZSA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] libc: [glibc] - '@oxc-minify/binding-linux-x64-musl@0.101.0': - resolution: {integrity: sha512-5Sw9j6xSSFkUi84kGXhthxZeM+JL3OKPRmol2aThJ/V38YP0hGDl/q1STx5KGpgcHVgrVIrBOABNnMrvn2In0A==} + '@oxc-minify/binding-linux-x64-musl@0.106.0': + resolution: {integrity: sha512-UhE/5of53deyX4c5NYdCr7irLEiWRQ6cQkL5NPf0jtnXsIj661byN5Oidq5O2XBATAigvHdmAWG751uxr5utug==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] libc: [musl] - '@oxc-minify/binding-openharmony-arm64@0.101.0': - resolution: {integrity: sha512-8M9RUb0ERObHrq+U4RAQ+aFHX+gpviDtZrvLpBCSqM2lDHzzzgCU1kNlZxV4m4W4FyfnbaPKDwkeUclctXC1Ag==} + '@oxc-minify/binding-openharmony-arm64@0.106.0': + resolution: {integrity: sha512-ChFHc+bcSawsIBB4grqeUY3W+4Eq9hVxBgQW5J93G4IO+fyXw6BWPyxUPT6ITsHdiVWlNS9SShBNJxu0MtzOtQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [openharmony] - '@oxc-minify/binding-wasm32-wasi@0.101.0': - resolution: {integrity: sha512-k208dXvhBpyCET35UTDRlNS19Z0d53dB5UqvpIjUrzZb+ructXs6Cffxceei8EYUHnOzqNLQ6fnKxHja8yV1Dg==} + '@oxc-minify/binding-wasm32-wasi@0.106.0': + resolution: {integrity: sha512-i4vZVsJD/JMfcFaNm7q839IYrCoz3Q1G+4ARgCg7nPkHKzygBAecxf/RgVNqdKEEatm3ERypbUsOgrqYencdfg==} engines: {node: '>=14.0.0'} cpu: [wasm32] - '@oxc-minify/binding-win32-arm64-msvc@0.101.0': - resolution: {integrity: sha512-u0PTuX59X2BggiMG64uadwuqPLtxEkfsNbBQ162sLGAPxg3VZaGcpCxHzm4dXtjUoBXheIpaHxqYcq+3NRHr8A==} + '@oxc-minify/binding-win32-arm64-msvc@0.106.0': + resolution: {integrity: sha512-IOK/5A0CLkvSfLs4+60B6+RjLPyyKP525QowLi9zVo6LpJBEcK8BkvsBChQaauSScKyWnMWZhhfBJXFAGx1fWA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [win32] - '@oxc-minify/binding-win32-x64-msvc@0.101.0': - resolution: {integrity: sha512-ntwPl6erDXK51Fz/U5trqH9FHkQIZL1mZxW4M/2+VJujT6hxL8tzIQaZKSnwrRgFBGZhQzO+i7CSlb1keEax6w==} + '@oxc-minify/binding-win32-ia32-msvc@0.106.0': + resolution: {integrity: sha512-4iBLJR4H5lZ6BJmoqrjBLFdDmDuLweymiX0jKkhNTWbnX2/Gdu5HvP5Qzt54ZQvfVxMw4SWrdzd3MrSIwcWpUA==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [ia32] + os: [win32] + + '@oxc-minify/binding-win32-x64-msvc@0.106.0': + resolution: {integrity: sha512-On02e+1/dWYQz8o4W4/CwctWimrsdJG0aj5NXzKYUUBmZ3nqCJduuidVkibTjAw0BvudOs8Zq5l3+rIR01R8sw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [win32] - '@oxc-node/cli@0.0.34': - resolution: {integrity: sha512-k0VUqamNzPQmTJo1KB55KrfYndtwUJb4d/LCnXijLXIj68ikKOBJFQPoAOl8/X7dxygX3P551W83ILA9CmaCqw==} + '@oxc-node/cli@0.0.35': + resolution: {integrity: sha512-FTsYtymv6E4tyV2kxQEFLjsi6ZLmtsBpirFnbv5l7JGmQj65TCGM/WJlkZW+mPAM/9QN+ZY6cIOpnTTl8Qc7uA==} hasBin: true '@oxc-node/core-android-arm-eabi@0.0.32': @@ -3118,8 +3112,8 @@ packages: cpu: [arm] os: [android] - '@oxc-node/core-android-arm-eabi@0.0.34': - resolution: {integrity: sha512-35pNjrAzxHxY5J3rjiXLfySE6be0g9Y05CHMkBODjM7hGSSKmdHMXmaxf/RgfI+UoMtg4jZhhAryf8ly1yijtw==} + '@oxc-node/core-android-arm-eabi@0.0.35': + resolution: {integrity: sha512-Vgw/DtArB1fZJ7LX4FX7YDpRvWzwv80lFNngTcamS+9Kbd83HpZb6Tg38t6f7Ubyc/+cL0TTMo55Kg8gwnQGHQ==} cpu: [arm] os: [android] @@ -3128,8 +3122,8 @@ packages: cpu: [arm64] os: [android] - '@oxc-node/core-android-arm64@0.0.34': - resolution: {integrity: sha512-oEuR1eHNDyxbc7DiU89IrN79SkPVWM8bjdxubXqydQ9pVhnOeo5+1KlCGVBOuHrSHpN+aTSJQWeShl4ct6gk7A==} + '@oxc-node/core-android-arm64@0.0.35': + resolution: {integrity: sha512-Z/2jKqkTybSDnx2lBb44K0TLD2eUgLMi0te0pp5p5GVnsOZ8A+qSnhZpsPAR8GAbGERdMNOWrDYqj0/VYQt7sQ==} cpu: [arm64] os: [android] @@ -3138,8 +3132,8 @@ packages: cpu: [arm64] os: [darwin] - '@oxc-node/core-darwin-arm64@0.0.34': - resolution: {integrity: sha512-cX/wvXYYn3KhoIj/Z2qtjfGkYUOU/Gx5mjJ3ej4HVqbigV+qMx/08xZb1BPrOnNpeGHKX8UmtvzRKHlNcPfQEA==} + '@oxc-node/core-darwin-arm64@0.0.35': + resolution: {integrity: sha512-aeEG/a1zj8pA6GC0P7NypzdDY0c6AbZOdbxaGl9UQlwGgHmw6sOtq5PJO+7rCvzxUKPxBH9VZOVg0laFcncIFw==} cpu: [arm64] os: [darwin] @@ -3148,8 +3142,8 @@ packages: cpu: [x64] os: [darwin] - '@oxc-node/core-darwin-x64@0.0.34': - resolution: {integrity: sha512-qaqI7wti2RV9VLINnSL+9m2LIJxqAt+QGZmEsY4b/xTewPoDtv934Ic6XTp5cX9kOAUymddx8YgGva68qSwESg==} + '@oxc-node/core-darwin-x64@0.0.35': + resolution: {integrity: sha512-MtxGaUR2LBcUmqINyxzSYdx5om9KlFjyvN8cx/NizH6U5nYs7Wh/XAIoGpcQmkK2snT1FsgJeGR9L01Q1oqmng==} cpu: [x64] os: [darwin] @@ -3158,8 +3152,8 @@ packages: cpu: [x64] os: [freebsd] - '@oxc-node/core-freebsd-x64@0.0.34': - resolution: {integrity: sha512-tF1f5l6DywX+o5hVt59sDJs4057q6GNEt42NHEIl77yoAbcY+vG6bt06ie/2mu974rGOSXj9dDV8AVSXasYuHw==} + '@oxc-node/core-freebsd-x64@0.0.35': + resolution: {integrity: sha512-xsZNqMeavNxi/WTxaQMZj6walhj7skCu36yff5q0RjsV7Dzp3RQ/SYK1t3ydw3cwPz2oZCx0AukAYJAj4i9vdw==} cpu: [x64] os: [freebsd] @@ -3168,8 +3162,8 @@ packages: cpu: [arm] os: [linux] - '@oxc-node/core-linux-arm-gnueabihf@0.0.34': - resolution: {integrity: sha512-fGhgxyqawBehGsMobSp0gHiTxJ9aWlW0JaRZiqMHbx1P2JrxBXV5EJJ/mZ3gMObeLU2ARf+vW8Ps4+l/T8Qryg==} + '@oxc-node/core-linux-arm-gnueabihf@0.0.35': + resolution: {integrity: sha512-F+d948mEzQMvcv0BQO3NN4DP0jsJwvvD5VGCFcR2mFa/z6L7UuRkS8yOKnP7tUfZjri7BwxXn37Szj0ZY7pEPA==} cpu: [arm] os: [linux] @@ -3179,8 +3173,8 @@ packages: os: [linux] libc: [glibc] - '@oxc-node/core-linux-arm64-gnu@0.0.34': - resolution: {integrity: sha512-ixsPMmzZKAYKyR+15jQ0NrSseRrdk3Mp0AG8ovhui80NWz4s646v+CQiyYtlw1c/Eqyq2WhhDihf1hUZ92mNUQ==} + '@oxc-node/core-linux-arm64-gnu@0.0.35': + resolution: {integrity: sha512-wKbAstp6Ztq5UVBf/csnMTPMef+wGsrNykJCAtJuO/l88Okm4jn6wnhudeD3hf/426Vw93txBS8veqN2JSb6fg==} cpu: [arm64] os: [linux] libc: [glibc] @@ -3191,8 +3185,8 @@ packages: os: [linux] libc: [musl] - '@oxc-node/core-linux-arm64-musl@0.0.34': - resolution: {integrity: sha512-YDM3gx8LrHa9A4bMu0gNUsN1evGLnLZfbmIcUUcCmD8r4i0htNgS0LwcbWhfufp4bLglGLJs+FGq8nMTGbN0aw==} + '@oxc-node/core-linux-arm64-musl@0.0.35': + resolution: {integrity: sha512-IdLaYnFrDGRICQ86AoEQEv5Rfo//knhg4g9ABy7QE3C231C3YpbgwtY7YH7Qv+xHDuUHnTNo8Lo/iraSIY3tQA==} cpu: [arm64] os: [linux] libc: [musl] @@ -3203,8 +3197,8 @@ packages: os: [linux] libc: [glibc] - '@oxc-node/core-linux-ppc64-gnu@0.0.34': - resolution: {integrity: sha512-OgJxLan0D8Yrps0/vl+lvH1inHVfVraD0xSCx8C8Ni5ThJN99TJwNQ0cpb4BugETyYi05A3EikJfvzebbcCRaA==} + '@oxc-node/core-linux-ppc64-gnu@0.0.35': + resolution: {integrity: sha512-yxfWpG2as+al6G9epDvFk8AX1UWy76WlwCP3pUGtpEUGuoAO63JAHUMDSXv1sSd1YatJmRJ75ptexU6c/xMdXg==} cpu: [ppc64] os: [linux] libc: [glibc] @@ -3215,8 +3209,8 @@ packages: os: [linux] libc: [glibc] - '@oxc-node/core-linux-s390x-gnu@0.0.34': - resolution: {integrity: sha512-jHMSfjCNZpsWqYzijLdK2Ee5sYlxh5t/GEwjq8yGW5OVshnFLJ9na5ji3Pcf2YZQTuMu25X52SBq3Lzun3cMxQ==} + '@oxc-node/core-linux-s390x-gnu@0.0.35': + resolution: {integrity: sha512-nH3mnP6ger1i4LaroWhvtk3coquNYBJD9eqG3OEuJEFGo1Ao80irFcFoktQCLLq47uomYuNQxNJw5covYNHvLw==} cpu: [s390x] os: [linux] libc: [glibc] @@ -3227,8 +3221,8 @@ packages: os: [linux] libc: [glibc] - '@oxc-node/core-linux-x64-gnu@0.0.34': - resolution: {integrity: sha512-LPEPXIC3nEM5rxTjC/bdVEXimt5K38bJ6BpufFw598HtDXc/esEsFqgEmUhG3oqdg09bkVSK7tiCiZGdEMGYRA==} + '@oxc-node/core-linux-x64-gnu@0.0.35': + resolution: {integrity: sha512-2VKErkkTxLViK/8xbdRoQ9+sid8ZGRROLkcmMtrggjQLU69EhL0wioUVztnDVjHfOPAN17lEAN7tUgxz+PAxCg==} cpu: [x64] os: [linux] libc: [glibc] @@ -3239,8 +3233,8 @@ packages: os: [linux] libc: [musl] - '@oxc-node/core-linux-x64-musl@0.0.34': - resolution: {integrity: sha512-5wmq2Taqiygn0KffdMLbtAEMYeQak22lQNG4rBH8B8ByzShIWfDcHrEr22Jy0DTcEpauxXszPKtvQaKD0j2W0Q==} + '@oxc-node/core-linux-x64-musl@0.0.35': + resolution: {integrity: sha512-QDDZYWMbwB/1uyn0BPMYeqT6miWQBljzLCYESmsVcaHOps204yKHI1Ezp79n2BiYEghhu9RPWrOd4wZ7+Gqa7Q==} cpu: [x64] os: [linux] libc: [musl] @@ -3250,8 +3244,8 @@ packages: cpu: [arm64] os: [openharmony] - '@oxc-node/core-openharmony-arm64@0.0.34': - resolution: {integrity: sha512-gneUiwZ7eAe5orOHufZs0nY7o/W8IpwlFzbEt8XSR/Sl/sUBSoksICKH5/c9LpdN4cNQDr02hvZaSj81BLzcfw==} + '@oxc-node/core-openharmony-arm64@0.0.35': + resolution: {integrity: sha512-ihb0W8mc0iM9SpfFwj9xY/1gVAPv2y7fGuW2w4jWOICCY2enJ8GnY2N9eYloPkHd2/2+S87M63H998psVZQquQ==} cpu: [arm64] os: [openharmony] @@ -3260,8 +3254,8 @@ packages: engines: {node: '>=14.0.0'} cpu: [wasm32] - '@oxc-node/core-wasm32-wasi@0.0.34': - resolution: {integrity: sha512-biUhZDLfZUKEL4xX1G2LkzfotLmsgRjquHWy+4+JUnc81bzGhMlfnbN+7pKvx/rsZJ0jE4mOfCRzXMH5aGKxZw==} + '@oxc-node/core-wasm32-wasi@0.0.35': + resolution: {integrity: sha512-GoT1X1Rw3MXbvU25rsqT6gLhl9AKBdLe1ss6pVHxzps0Va6qrSD/2H4alGglUX+qccKcw0kCgJbPKJphM/0CrQ==} engines: {node: '>=14.0.0'} cpu: [wasm32] @@ -3270,8 +3264,8 @@ packages: cpu: [arm64] os: [win32] - '@oxc-node/core-win32-arm64-msvc@0.0.34': - resolution: {integrity: sha512-fBKnTr7hVPuN4B743fxOuC9pfIdn5R6QYhC1yhjCJQCOiVlO1tTfG6MYvZbsfaGjeORYdorWtsyY5R2Vl+uj6w==} + '@oxc-node/core-win32-arm64-msvc@0.0.35': + resolution: {integrity: sha512-ObSjUyRd5md+hKg4j8ufhjaeXHGm4f+9cz1y20mOHr/HOkBIY6CNoPM7x5JEzZNerVZ9Ye62G6t6HNQZttBjsg==} cpu: [arm64] os: [win32] @@ -3280,8 +3274,8 @@ packages: cpu: [ia32] os: [win32] - '@oxc-node/core-win32-ia32-msvc@0.0.34': - resolution: {integrity: sha512-7vPLRCORWl2KHlbNYzl9H/YgaKAxY1PAX2KLIJRvEzwslLrqI7lDtBUIshbf2C7QaiA7tyuWuHa1B6gX/ohNnQ==} + '@oxc-node/core-win32-ia32-msvc@0.0.35': + resolution: {integrity: sha512-ZE7/di30tfhh/2ItgcZim4aPLw1ve+TQrp6oJSqMRyYjq0k1AwFrxIqICbaAG9sk79ap9Sy1icFMfFgSkhnABQ==} cpu: [ia32] os: [win32] @@ -3290,118 +3284,157 @@ packages: cpu: [x64] os: [win32] - '@oxc-node/core-win32-x64-msvc@0.0.34': - resolution: {integrity: sha512-mrJd8crE/rJAahyCqMG4SSCRb436KNtU7nq1YyBefQuPpGUh+XBE/cIzCUJBjw8X+ngIZlozPY5cUzlea2tWXQ==} + '@oxc-node/core-win32-x64-msvc@0.0.35': + resolution: {integrity: sha512-9OyyjY/ECi1icwq32baG0Uct7RuAHbVxzGDffJzNhRtBABpQiIQauoaVuYiSlNecqnA8qFYxh2wxbKaVlsR1YA==} cpu: [x64] os: [win32] '@oxc-node/core@0.0.32': resolution: {integrity: sha512-2lbEquSd7qU5SZwbu2ngxs/vaa5sgRB5FE6TSPIPp6wfy7+11M0OrzD3g9TxH5CcsawecF2pC8nNpRVjBgBhOg==} - '@oxc-node/core@0.0.34': - resolution: {integrity: sha512-hdpQO2PhRjhbCuf0fszzTZqIf4gH3d058of+Go0xivhPINkh8rP/chiH0RrCSri68V8uhVqz/Im+mr7vw/AGsQ==} + '@oxc-node/core@0.0.35': + resolution: {integrity: sha512-PV46QRDI2wCDdaPzppEh4UfzFmmpSt+1dX32ooq8RWb0BuWX24+LKYicAmSrsk1ls8JRSkAqiWrjrYFHIGozGg==} - '@oxc-parser/binding-android-arm64@0.101.0': - resolution: {integrity: sha512-dh1thtigwmLtJTF3BbgC+5lucGYdBAsnLE02scOSOZpiaEcsl5acMwwPBlhjHrHGWS/xBRz53Z178ilO0q+sWg==} + '@oxc-parser/binding-android-arm-eabi@0.106.0': + resolution: {integrity: sha512-uoo8Bbc0/UrsQHlpdelqz8+jQ5hQqJs6MKjeiGqSU0E5Dkben2PuxXjg2jmabT+TzclysNEyE7eKHGTA7uVVqQ==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm] + os: [android] + + '@oxc-parser/binding-android-arm64@0.106.0': + resolution: {integrity: sha512-7+hnrpce0uX96Hu8seWMJXqDnBTtSikibn1xa1yCa/musU1XZOLznhdWKA1usaPnwLBXP+7+h6nrdvKZ4HoT5Q==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [android] - '@oxc-parser/binding-darwin-arm64@0.101.0': - resolution: {integrity: sha512-DCy7zJDxHo7iT9Y8eDSvBt4HN5pOSb+8y+eJv5Kq8plMQF5oatcu5ZvHvP6Hij3jRNBgpwTC4vWLdND7l/zsCA==} + '@oxc-parser/binding-darwin-arm64@0.106.0': + resolution: {integrity: sha512-J7d6j8PwicRXTL4I00eWhqupuq0Pei9EafTzoB7ccluNo5fXNspkIH1NtGpgxPsLyUkZy5Nb5J3Y80TpdX6yQA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [darwin] - '@oxc-parser/binding-darwin-x64@0.101.0': - resolution: {integrity: sha512-M5oPJFQ/B7wXOjL8r/qezIngLdypH8aCsJx2cb94Eo/gGix0AgEr9ojVF1P/3kJu2Oi/prZf5Cgf0XfbRfm9Gw==} + '@oxc-parser/binding-darwin-x64@0.106.0': + resolution: {integrity: sha512-5LhQlSACZPeyxbcE8WNMW1s88ExWGRnk0LQbQ3Co3gYkmgw12x2q6RnPT0N9BC6490VnWsynFafwCMPSrMnjfg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [darwin] - '@oxc-parser/binding-freebsd-x64@0.101.0': - resolution: {integrity: sha512-IG9smLrG7jh/VjKR7haW07+cC0cxq9i74iTNmS73cKo43VrfFxce6f+qXPaZj8EDizoFDqn5imWOb8tc2dBxTA==} + '@oxc-parser/binding-freebsd-x64@0.106.0': + resolution: {integrity: sha512-IInBOOMzB54rV/s8K5Feu6krWNHMR/V52prXy+9B0GhjOSQ2Q7EAd8y1gXWgjKB0NMDychCLgdaInanUn45eyQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [freebsd] - '@oxc-parser/binding-linux-arm-gnueabihf@0.101.0': - resolution: {integrity: sha512-AW8JrXyf2e9y4KlF5cFFYyD1+eKp1PSUKeg5FUevAn5QBFjr/IO2iZ+bLkK66M4z/oRma62pFjo3ubVEggenVw==} + '@oxc-parser/binding-linux-arm-gnueabihf@0.106.0': + resolution: {integrity: sha512-p0IQvugmAsA2288b30FP5ncbcp6juBQrsZNZD6SDiWRY3X3g5OH5puVtihE5KMNkeHmmd3S8MEHFCv0G1tYGPA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] - '@oxc-parser/binding-linux-arm64-gnu@0.101.0': - resolution: {integrity: sha512-c7myby84UFxRqGPM0wEhdIqz0Ta4GZHoj0IVUSYNNar4j0Cmll1H/f/43cJGj2EwL4sDVDPRrF526JwJIHOZYg==} + '@oxc-parser/binding-linux-arm-musleabihf@0.106.0': + resolution: {integrity: sha512-VgJPJVygSyFEfFtv6hscx9AbnewsxDUCxWmgrB/GHktoMlDQSDBh9aG1lENiiJnB2FLR8WG15446X3Mw2I4Zog==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm] + os: [linux] + + '@oxc-parser/binding-linux-arm64-gnu@0.106.0': + resolution: {integrity: sha512-Gqs6q/pwlpgzx5qE2RtlTnY7hJuS1a5PYBT3unpSAMUE0LrbV7kQ8thmQo1ngI1tnCImWpuuXjZ2YbI0iKquXw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] libc: [glibc] - '@oxc-parser/binding-linux-arm64-musl@0.101.0': - resolution: {integrity: sha512-LZ7o9sFafyIVOwpHQkEPyF3EfZYzGWXNkzznSSASlHxoyo/Uk3EIqL1B2UG0bWxHsz7nNIhv9ItyfGm+/7QHXQ==} + '@oxc-parser/binding-linux-arm64-musl@0.106.0': + resolution: {integrity: sha512-Bvtp8SK4MyahReapEPodracfBV9ed7+5WCHyjhSWoljrapJIU4OOLSsRyZ9zV2KhkjuD66DZq/qQv6pC73zzWQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] libc: [musl] - '@oxc-parser/binding-linux-riscv64-gnu@0.101.0': - resolution: {integrity: sha512-3LyKucFn9Yu9IggO4FPkbaghcMvr+fWO3krdcQBm6MDZiRsx8c+xcqmGji8l4evaAA6oHFg3eYNKsFgjQoHnkA==} + '@oxc-parser/binding-linux-ppc64-gnu@0.106.0': + resolution: {integrity: sha512-DIXyavnpbBo+F/4G04LZ4xuuGXDY4m9qHB/HWtVj9z+Frb/r+SPAuptqAZFtJ9avcwbAOe3LO+K8BWHmK6+lnw==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [ppc64] + os: [linux] + libc: [glibc] + + '@oxc-parser/binding-linux-riscv64-gnu@0.106.0': + resolution: {integrity: sha512-VdqTcLTET72nPcJkSz3xrpcxab7q2/z04d6y+Th1mUTyXs2b/9VC3BcDmaFAfmhz8GX/5FVuzUTQzda1mTsh/g==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [riscv64] os: [linux] libc: [glibc] - '@oxc-parser/binding-linux-s390x-gnu@0.101.0': - resolution: {integrity: sha512-TCJhU5WTdvua4IMXz67CUESbxYZT9Adyt9KhKC+7H6hcjCJd111kTMG5AIqegeaZjxs7tDCyDCtymvKtD6BvCg==} + '@oxc-parser/binding-linux-riscv64-musl@0.106.0': + resolution: {integrity: sha512-FgHBGg9DHQ0dePOWQ9rNN+DHueJa1XWHc9u0VJCVY+XXAx3iT2ASj21xZ1wA+Rh92CyuuZ7RpQ6Y+O57fieNlg==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [riscv64] + os: [linux] + libc: [musl] + + '@oxc-parser/binding-linux-s390x-gnu@0.106.0': + resolution: {integrity: sha512-fEIx2bUggt+s1eTaRVzhy5VgdrO1B8tUKxOPpGwwdF9VSP0KnLPaAv/gA4trJPxuIjjJRRVoK42v9R4O1jkbLg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [s390x] os: [linux] libc: [glibc] - '@oxc-parser/binding-linux-x64-gnu@0.101.0': - resolution: {integrity: sha512-owQQTlvFDn496Rcx+aHvxcaVHeX/iQX2zNYB9mh8XywIyO1QLhOVDxNHrFYnbMoXGNnwXnN4CPtpYXPuMS338g==} + '@oxc-parser/binding-linux-x64-gnu@0.106.0': + resolution: {integrity: sha512-DbDQkdK8ZuS/jnRx8UbESQ5ypCJpD7VpERB/RWZfSdA2+B4TbonDwNWbTU+q2VJTbh5Xq1X65eQyz4/MIfiFSQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] libc: [glibc] - '@oxc-parser/binding-linux-x64-musl@0.101.0': - resolution: {integrity: sha512-NcGgxNoVM/cjTqbMsq8olHWV0obfCnTYic/d12c49e0p8CV412xOrB1C9dXO8POd1evrrIIXCeMaroliRgl9/w==} + '@oxc-parser/binding-linux-x64-musl@0.106.0': + resolution: {integrity: sha512-D0PbaLv1MyNFDmjY4UqLQFlC+0GPCvrzI/8VlAvG7ztAZx0KdFYT3pPGsHjKshUJW9+e42JK29abLd0bZ4I95w==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] libc: [musl] - '@oxc-parser/binding-openharmony-arm64@0.101.0': - resolution: {integrity: sha512-pLTLWauhjrNq7dn+l1316Q98k4SCSlLFfhor0evbA+e0pPDrxQvCL0K4Jfn+zLTV086f9SD3/XJ3rHVE91UiJw==} + '@oxc-parser/binding-openharmony-arm64@0.106.0': + resolution: {integrity: sha512-uXSzts/ghlqmWm1cQTctyxdAnvha5dzVW5JkEB30J4M47yj2FcCtzUGdZO/sgXxggD/QM7EANlB66cOyk/NsoA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [openharmony] - '@oxc-parser/binding-wasm32-wasi@0.101.0': - resolution: {integrity: sha512-6jZ5fDUOlHICoTpcz7oHKyy3mF7RfM/hmSMnY1/b99Z+7hFql4yNlyHJ0RS1lS11H3V2qzxXXWXocGlOz3qmWw==} + '@oxc-parser/binding-wasm32-wasi@0.106.0': + resolution: {integrity: sha512-oU8wkw9U1vhkICQIJLX8uy1lCPJqXf7aAidaqT2wJOce4a9XmGr2YNseEKbmVV/1TQaSHpHZNsDXglYicb4qKQ==} engines: {node: '>=14.0.0'} cpu: [wasm32] - '@oxc-parser/binding-win32-arm64-msvc@0.101.0': - resolution: {integrity: sha512-BRcLSzo0NZUSB5vJTW9NEnnIHOYLfiOVgXl+a0Hbv7sr/3xl3E4arkx/btNL441uDSEPFtrM1rcclpICDuYhlA==} + '@oxc-parser/binding-win32-arm64-msvc@0.106.0': + resolution: {integrity: sha512-zYRSn6MNlL8qcUIPRQWDu1JdgVqZa5iR4Drld8FBue3fHQGL0XrNQEd8qoWmuNo7FI0WiBRRuVgtkPaNoSsYmg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [win32] - '@oxc-parser/binding-win32-x64-msvc@0.101.0': - resolution: {integrity: sha512-HF6deX1VgbzVXl+v/7j02uQKXJtUtMhIQQMbmTg1wZVDbSOPgIVdwrOqUhSdaCt7gnbiD4KR3TAI1tJgqY8LxQ==} + '@oxc-parser/binding-win32-ia32-msvc@0.106.0': + resolution: {integrity: sha512-FRHVO84i5WgQDk0XI4oRt2qDhRUXyot2EGBSogp34LoE5hsondyuZ244+Fod9czgscmgSb6Aon8PaEhHQ0lJYg==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [ia32] + os: [win32] + + '@oxc-parser/binding-win32-x64-msvc@0.106.0': + resolution: {integrity: sha512-ydMjY15RdfRZZa7RrP+jjeudbDFDqKo5CGDTxvYBJ4jpROvVo0ThqN85vvNfVJ55gEUSjodCqvmA30qNTBZd/A==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [win32] - '@oxc-project/runtime@0.101.0': - resolution: {integrity: sha512-t3qpfVZIqSiLQ5Kqt/MC4Ge/WCOGrrcagAdzTcDaggupjiGxUx4nJF2v6wUCXWSzWHn5Ns7XLv13fCJEwCOERQ==} + '@oxc-project/runtime@0.103.0': + resolution: {integrity: sha512-sQKZo5lLS1/yzbsVlZ+zaQorOkLe3OkQjyyMN29tMvCax5e5Sa9uUYKChDDMR4D41n6ApEazMN2UcIwFdHgS7g==} engines: {node: ^20.19.0 || >=22.12.0} - '@oxc-project/types@0.101.0': - resolution: {integrity: sha512-nuFhqlUzJX+gVIPPfuE6xurd4lST3mdcWOhyK/rZO0B9XWMKm79SuszIQEnSMmmDhq1DC8WWVYGVd+6F93o1gQ==} + '@oxc-project/runtime@0.106.0': + resolution: {integrity: sha512-5SW18pzHX3JRVSw07MoTLEB9yZ9/VTr0C/kdMA1202647roYTGs1HP53UHsY5GOQzkExClCqV3eBURl5mHcD2A==} + engines: {node: ^20.19.0 || >=22.12.0} + + '@oxc-project/types@0.103.0': + resolution: {integrity: sha512-bkiYX5kaXWwUessFRSoXFkGIQTmc6dLGdxuRTrC+h8PSnIdZyuXHHlLAeTmOue5Br/a0/a7dHH0Gca6eXn9MKg==} + + '@oxc-project/types@0.106.0': + resolution: {integrity: sha512-QdsH3rZq480VnOHSHgPYOhjL8O8LBdcnSjM408BpPCCUc0JYYZPG9Gafl9i3OcGk/7137o+gweb4cCv3WAUykg==} '@oxc-resolver/binding-android-arm-eabi@11.14.0': resolution: {integrity: sha512-jB47iZ/thvhE+USCLv+XY3IknBbkKr/p7OBsQDTHode/GPw+OHRlit3NQ1bjt1Mj8V2CS7iHdSDYobZ1/0gagQ==} @@ -3506,97 +3539,129 @@ packages: cpu: [x64] os: [win32] - '@oxc-transform/binding-android-arm64@0.101.0': - resolution: {integrity: sha512-lT+hqOzjIV2AtbKyRVyRGXyHuFO6+MBRtISENcSDWZsjATDSUtLf1RfKW7V7+iF8BFlmTlxdmsaSJCtevESIlA==} + '@oxc-transform/binding-android-arm-eabi@0.106.0': + resolution: {integrity: sha512-3MdeadurvkOHsDDheqIawCIxj40DYUnPRf0BatrB/ppbRPCpkgzCXTdchpAJjaAEsa3MavHMNmtqlrYg9yjYQg==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm] + os: [android] + + '@oxc-transform/binding-android-arm64@0.106.0': + resolution: {integrity: sha512-fTOoMGXSKjf2zI/5ziHS4T0jUPMTclZBiNHghEeI2MynaVmd5GsTFcq4xz44tf6qdGpMXlLLyTL8XOM5CzRZdQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [android] - '@oxc-transform/binding-darwin-arm64@0.101.0': - resolution: {integrity: sha512-qZpGsns3Hb/plFVyyoh2j49I7rag0Taw/y1WDC27a2Lzcmp5FnBv3FX+Zyo4cf9j8y7DSuMNoffvhcBI4Q4mcQ==} + '@oxc-transform/binding-darwin-arm64@0.106.0': + resolution: {integrity: sha512-0DpGOYrvxS31S/wmibT3DAxEajEGkQlsRpG9YulJIedSWUD/y2S2QxTn4Br0L/LnptWaNC0c/aa5sTPsHuguxA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [darwin] - '@oxc-transform/binding-darwin-x64@0.101.0': - resolution: {integrity: sha512-nv1PmUP/MiQruFxEmaCVhvgacEOL1cfZiTynjaa855YUSSbKqwzoEDV3m6eqrCiYwVhRRdMj4KvbrhO9Mnx7sA==} + '@oxc-transform/binding-darwin-x64@0.106.0': + resolution: {integrity: sha512-Ilf4t86xpfu4U4yTWDd9wi8lAys3GGmLu8Aeut0BN51ghxZfsK8Au0helu493ag3uvb98U4zkqyQxY+Cw0rS0w==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [darwin] - '@oxc-transform/binding-freebsd-x64@0.101.0': - resolution: {integrity: sha512-Xwv1OH0ekowrIhvbimOsOjhKYlK1wTeAQNS0tXD6VTHmulLaAohu7AsehoP+wBL1bJtZznmXOokBt72NwRtk2Q==} + '@oxc-transform/binding-freebsd-x64@0.106.0': + resolution: {integrity: sha512-vy+O79HhHke52SCGj6K0E+DwwAru5340cyHR69CTar46AtEw/WKPMt28ClWLlq0O6sf1LqOGo4rKH4mG8+pBIw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [freebsd] - '@oxc-transform/binding-linux-arm-gnueabihf@0.101.0': - resolution: {integrity: sha512-N79DO6eWwhQqMvd4LOuRPJj3tciFGlC9opxpY6MOdmCgOw2FDkA01411FNQvuGh/vNe2FyZqx/dsH5mxH5prRw==} + '@oxc-transform/binding-linux-arm-gnueabihf@0.106.0': + resolution: {integrity: sha512-Cacp3VKptVBAU8RsDLDzzAkBohKslSPq02J16wCDgTZRbjyKjILZLOVwnXKJRmbH6yEwxMHIMGalRSwJnqQLRA==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm] + os: [linux] + + '@oxc-transform/binding-linux-arm-musleabihf@0.106.0': + resolution: {integrity: sha512-Bu/5f5NujFPUZ5pscv+Cbtu4qVUbRnnt5LnAUtZ4c3amBirz9KQILvpF3mzhfvC3MAauXlBTgJ+j6HGZj2sZFQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] - '@oxc-transform/binding-linux-arm64-gnu@0.101.0': - resolution: {integrity: sha512-xYJAhFZFJy/vQZgDMAHYJiS92D8eIA6V6b6+9U2f9JwwoGwrJmcIOJXZNiaAzwZY+eIs2yf2H3Z0ijGh/bYSwg==} + '@oxc-transform/binding-linux-arm64-gnu@0.106.0': + resolution: {integrity: sha512-Io4ub7tciFQhG2Q3DF9KXeGE+bVuZUiym/XxmElwgaiyjFBLsj8bcaq09layrLbz0iGXfVnVSqLUfh/OPOK0LA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] libc: [glibc] - '@oxc-transform/binding-linux-arm64-musl@0.101.0': - resolution: {integrity: sha512-SNsXOj3w7FHRJVcaRb9gT5RC9xxmRzkQLmYQx/Y2Ve70uOFNByr5Hrt4aaREjs7LtU1PQAHuYmfe3AHGESOPjQ==} + '@oxc-transform/binding-linux-arm64-musl@0.106.0': + resolution: {integrity: sha512-6tlCg/v79IY0UXTy7ltIFeWaIw7utYLyOtBPzeaCfYkCrkf/77V2tq+vDG75QyKstMCgM4+70i4rsj1akbL2uw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] libc: [musl] - '@oxc-transform/binding-linux-riscv64-gnu@0.101.0': - resolution: {integrity: sha512-vXktY7rDZqR+jARqyyoro8hDfESAUtIQPbRgChbsIYyQ6pOqhiiNqLmZAMkW3EhKc68vUoBXGCoNQbpILsjb6w==} + '@oxc-transform/binding-linux-ppc64-gnu@0.106.0': + resolution: {integrity: sha512-DDk09anf2YOK4hSvs8mTWBP6ZEB4X3PessqTznvLcp2zHw/AKKbwTubW9h5zYZLj7vB6cekbeL4wNEXtTG2nvg==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [ppc64] + os: [linux] + libc: [glibc] + + '@oxc-transform/binding-linux-riscv64-gnu@0.106.0': + resolution: {integrity: sha512-VjVuiXCYX/z7pOV+zLcqILTTEtEkYCBkaml3t3DsCXp2Jf2YZlHyipCy1iFntJWaIjaYm1SjBMsIfG7iVIuGWA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [riscv64] os: [linux] libc: [glibc] - '@oxc-transform/binding-linux-s390x-gnu@0.101.0': - resolution: {integrity: sha512-ZU9RPoBdvu+aKgqaK04NEAYabZpdUyE2hynENZ+sVvfkU8Ywl4cM6wjo04aJYV0jZj2ETITJQSYba5t0P+hKPA==} + '@oxc-transform/binding-linux-riscv64-musl@0.106.0': + resolution: {integrity: sha512-VROiOlOjhCiJdbJ0yKCw/hCi0jjYANgyGIjEIWsxGh3sYCh/mwFDJTIIkzr8Y3M/afZp38t+a/WHgOg0WAAJIg==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [riscv64] + os: [linux] + libc: [musl] + + '@oxc-transform/binding-linux-s390x-gnu@0.106.0': + resolution: {integrity: sha512-etDNWVvlwXMIK6iSh1Cs1q+7GbstQs5jMHPqzV1uesrhe2Lf3si40fSZaJpmn8gqMs4I0qBCljdv4/wQGgX4Ug==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [s390x] os: [linux] libc: [glibc] - '@oxc-transform/binding-linux-x64-gnu@0.101.0': - resolution: {integrity: sha512-xSiZUfUpjcxWehC1cDOFjk4kHvKEvKLOmIyoYI85e60FCLMe0XcWzfnh3lHxccuhA+Mcu4K1wpTHb4uJ2WcVAQ==} + '@oxc-transform/binding-linux-x64-gnu@0.106.0': + resolution: {integrity: sha512-JLSdBWhgul80D+mc4xhgT+OinN4eWSuQORZ64sy2oKrhUgdLSc2WrtA6CWu7qCilTD6WGaU6EORbSFu5wN5Fng==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] libc: [glibc] - '@oxc-transform/binding-linux-x64-musl@0.101.0': - resolution: {integrity: sha512-9RXKmQMWqz17Oiv6jYcPewaaI6JcbIJ7ZK05v3PhrpGVDzpc82oV8HS4w5EMZ2v6Th2t+2U7RVQFF+oefRgctg==} + '@oxc-transform/binding-linux-x64-musl@0.106.0': + resolution: {integrity: sha512-S1tnCAb1XdPCKyjPJgYpQWZWNiYSRTy9AZAjcZaTwIPqAzfhz8rlNQZY86F7WXktlIwVEQT0dQYbRucnxZmFgQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] libc: [musl] - '@oxc-transform/binding-openharmony-arm64@0.101.0': - resolution: {integrity: sha512-7fgo6noOzQVrwOsI4mcUdBY726PesLn5coF/FRooUrOR6wWeZkQnZXGcNto+8uCUcY32r1q8dbNNaQjJzainuA==} + '@oxc-transform/binding-openharmony-arm64@0.106.0': + resolution: {integrity: sha512-NUwmWSeUW7DmK8ObbqOnLkXgNWTNjkl9aZ+aUTwm0gO+mRDnhgITbbLXH2xtdWLE5zGk0MDP1xsZ+TA2VyG0LA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [openharmony] - '@oxc-transform/binding-wasm32-wasi@0.101.0': - resolution: {integrity: sha512-9u5kFAL6wUGY8Z8zH0fSEPCnJW/tEPRFh+G2xBoRbjqmkjyOhlxSM3qgZ6Gc4hKIrpcNAUEIL74ZS6Jw2XcvJg==} + '@oxc-transform/binding-wasm32-wasi@0.106.0': + resolution: {integrity: sha512-VuNTNqcbvfv9CgTGAWFKk3H1w3g9S5ErAMsUiXc3birDLFKntaZ5SOORxOtcklpxX48uhb6rOkvCiHE62671wA==} engines: {node: '>=14.0.0'} cpu: [wasm32] - '@oxc-transform/binding-win32-arm64-msvc@0.101.0': - resolution: {integrity: sha512-uApeorjS6V9/QQOjranp4p27y49yh9aW/rKiExCm2Iw3377FwZ/ic0homfvuW+S9duFFXVYAMDkeKM+4yj/blQ==} + '@oxc-transform/binding-win32-arm64-msvc@0.106.0': + resolution: {integrity: sha512-oVTNEBYeAUilrOMit7ul4K3r9NzQO7ydKgMSDM94T/l/ULs0gmxxNajU5R6lfRoFky1dJA7H0Pp6YIGkBvoyGQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [win32] - '@oxc-transform/binding-win32-x64-msvc@0.101.0': - resolution: {integrity: sha512-rKVXD87+8dyHX77qFuv9ByTvYCPNhHw+x61QomUg3Qz5DAz1yRmcYVMhT9ICQRFwe/k9ZJ25z7+pM9Es4UPViA==} + '@oxc-transform/binding-win32-ia32-msvc@0.106.0': + resolution: {integrity: sha512-zeK0ZxNeYCWMCm8Edux4st2NiqzRNMPJYTb3wFGW78Jn2cAyS6ocIP4s/AqUhs4QyLxXTmDHTz2hnQW8RHoekA==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [ia32] + os: [win32] + + '@oxc-transform/binding-win32-x64-msvc@0.106.0': + resolution: {integrity: sha512-gPquD6ss2WQea6vS9aLbVHFAkrIC3l/Ez7Wu8JmiaPdzoDiPffEQ+SUOytqa+o3r459QVmXaw/QEBBhKpyajOg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [win32] @@ -3606,70 +3671,144 @@ packages: cpu: [arm64] os: [darwin] + '@oxfmt/darwin-arm64@0.21.0': + resolution: {integrity: sha512-defgGcchFCq2F7f5Nr3E4VXYW1sUhBGmIejgcPZ1gSsc8FAeT+vP5cSeGnDv+kcX+OKFDt89C67c31qZ6yZBsQ==} + cpu: [arm64] + os: [darwin] + '@oxfmt/darwin-x64@0.16.0': resolution: {integrity: sha512-EfiXFKEOV5gXgEatFK89OOoSmd8E9Xq83TcjPLWQNFBO4cgaQsfKmctpgJmJjQnoUwD7nQsm0ruj3ae7Gva8QA==} cpu: [x64] os: [darwin] + '@oxfmt/darwin-x64@0.21.0': + resolution: {integrity: sha512-rYJinOZRabPF2V3kn0TWX4vcYHV2F+DkGewNP8HZ/OXQ3CEJKP+E7KCnEz/x614g3/S5J7cahr9l5Mr3AEZigA==} + cpu: [x64] + os: [darwin] + '@oxfmt/linux-arm64-gnu@0.16.0': resolution: {integrity: sha512-ydcNY9Fn/8TjVswANhdSh+zdgD3tiikNQA68bgXbENHuV3RyYql1qoOM1eGv5xeIVJfkPJme17MKQz3OwMFS4A==} cpu: [arm64] os: [linux] libc: [glibc] + '@oxfmt/linux-arm64-gnu@0.21.0': + resolution: {integrity: sha512-ILTv8stX3r2gK+pgSc2alJrbpI4i8zlLXzuuhUsjeEN/Ti//Z38MDi6kTov3pzcaBEnQ/xEMgQyczokp7jpyyQ==} + cpu: [arm64] + os: [linux] + libc: [glibc] + '@oxfmt/linux-arm64-musl@0.16.0': resolution: {integrity: sha512-I9WeYe1/YnrfXgXVaKkZITZzil0G0g9IknS2KJbq1lOnpTw3dwViXZ7XMa2cq6Mv7S+4SoDImb7fLQ59AfVX/w==} cpu: [arm64] os: [linux] libc: [musl] + '@oxfmt/linux-arm64-musl@0.21.0': + resolution: {integrity: sha512-kFZ0vPJzsGjkrwq2MPEpp8TjV7/Znv9kCEwLF+HcFwvfcSt75dWloGmTRRrViH0ACaCM7YBSDUOV8E4nyLvxPA==} + cpu: [arm64] + os: [linux] + libc: [musl] + '@oxfmt/linux-x64-gnu@0.16.0': resolution: {integrity: sha512-Szg9lJtZdN5FoCnNbl3N/2pJv8d056NUmk51m60E2tZV7rvwRTrNC8HPc2sVdb1Ti5ogsicpZDYSWA3cwIrJIQ==} cpu: [x64] os: [linux] libc: [glibc] + '@oxfmt/linux-x64-gnu@0.21.0': + resolution: {integrity: sha512-VH8ZcS2TkTBE0v9cLxjNGX++vB9Xvx/7VTFrbwHYzY/fYypYTwQ+n1KplUQoU+LrMC0nKqwPWYzvA5/cAfo5zg==} + cpu: [x64] + os: [linux] + libc: [glibc] + '@oxfmt/linux-x64-musl@0.16.0': resolution: {integrity: sha512-5koN8nl21ZxOADaMxXHT+mt3YjfXe1nsa23Fanf9aY7B0hcQ6rXYCZ7r5vmpoTtzW/US3aaVcRFZE1cyof+lKw==} cpu: [x64] os: [linux] libc: [musl] + '@oxfmt/linux-x64-musl@0.21.0': + resolution: {integrity: sha512-qleaVEFHw/kmbvNj3hjobX1kwbP2/d7SVJzQjyEFULou1v3EZj7jWbblIu7GmDCSspdiEk1j/pZDYH801Dn8QA==} + cpu: [x64] + os: [linux] + libc: [musl] + '@oxfmt/win32-arm64@0.16.0': resolution: {integrity: sha512-Jaesn+FYn+MudSmWJMPGBAa0PhQXo52Z0ZYeNfzbQP7v2GFbZBI3Cb87+K0aHGlpqK3VEJKXeIaASaTWlkgO1Q==} cpu: [arm64] os: [win32] + '@oxfmt/win32-arm64@0.21.0': + resolution: {integrity: sha512-JLZUo5qEyJfxhoj6KEU/CqI8FQlzIP8rBq7qGTq0kCJ2yZJC9tysBqJYZXvX88ShiNe89/T/H3khodaKGBBNgg==} + cpu: [arm64] + os: [win32] + '@oxfmt/win32-x64@0.16.0': resolution: {integrity: sha512-1obVSlb5blwBKgSsE1mNxvcq1pK9I6aXpZDy5d6jjGdrru33dHrH1ASChrcxwCukkToH2SxwYmnzAto0xeuZlw==} cpu: [x64] os: [win32] + '@oxfmt/win32-x64@0.21.0': + resolution: {integrity: sha512-DYNpbuPzUhTuWUIqDhwSaV1mK+VcknD4ANaEON+/ygaNGriSZ4pRUt1BTRcXfcOF9GZ4BO9udjv31S0bAEsFeQ==} + cpu: [x64] + os: [win32] + + '@oxlint-tsgolint/darwin-arm64@0.10.0': + resolution: {integrity: sha512-mhBF/pjey0UdLL1ocU46Fqta+uJuRfqrLfDpcViRg17BtDiUNd8JY9iN2FOoS2HGSCAgCUjZ0AZkwkHwFs/VTw==} + cpu: [arm64] + os: [darwin] + '@oxlint-tsgolint/darwin-arm64@0.8.3': resolution: {integrity: sha512-BhCcCtddJyQL1fvkGmQqqLfZzJg3vRHMHz0x06juPJupo/3HQOEz46iUXlfLiW1SbcwiRSzxWRGLXM3TiVxNPg==} cpu: [arm64] os: [darwin] + '@oxlint-tsgolint/darwin-x64@0.10.0': + resolution: {integrity: sha512-roLi34mw/i1z+NS7luboix55SXyhVv38dNUTcRDkk+0lNPzI9ngrM+1y1N2oBSUmz5o9OZGnfJJ7BSGCw/fFEQ==} + cpu: [x64] + os: [darwin] + '@oxlint-tsgolint/darwin-x64@0.8.3': resolution: {integrity: sha512-PqA/jb+zdR31fLvQnQ1TRm/pDEmYhPUn504+UxBu8EfuYWxDeRXr7E34PphJpYwE+RlqKLfthbuYVbVaGjx6yw==} cpu: [x64] os: [darwin] + '@oxlint-tsgolint/linux-arm64@0.10.0': + resolution: {integrity: sha512-HL9NThPH1V2F6l9XhwNmhQZUknN4m4yQYEvQFFGfZTYN6cvEEBIiqfF4KvBUg8c0xadMbQlW+Ug7/ybA9Nn+CA==} + cpu: [arm64] + os: [linux] + '@oxlint-tsgolint/linux-arm64@0.8.3': resolution: {integrity: sha512-Dk62XzusCxnnEG82AB10LWpGq2ikdsjk9r0C9k5u8SUGfbXDID27Jbo9NCG0/ob+uG/SGdJKGAuY9rVYXO0/Mg==} cpu: [arm64] os: [linux] + '@oxlint-tsgolint/linux-x64@0.10.0': + resolution: {integrity: sha512-Tw8QNq8ab+4+qE5krvJyMA66v6XE3GoiISRD5WmJ7YOxUnu//jSw/bBm7OYf/TNEZyeV0BTR7zXzhT5R+VFWlQ==} + cpu: [x64] + os: [linux] + '@oxlint-tsgolint/linux-x64@0.8.3': resolution: {integrity: sha512-yKNhHL1r2Xl59Av8UmE0ZeA89SojTyK/ByNleFhGFhLzIvEGJHFbC7jMGHMokfnrh73tR83g8KHNEz6iP8Iw/w==} cpu: [x64] os: [linux] + '@oxlint-tsgolint/win32-arm64@0.10.0': + resolution: {integrity: sha512-LTogmTRwpwQqVaH1Ama8Wd5/VVZWBSF8v5qTbeT628+1F5Kt1V5eHBvyFh4oN18UCZlgqrh7DqkDhsieXUaC8Q==} + cpu: [arm64] + os: [win32] + '@oxlint-tsgolint/win32-arm64@0.8.3': resolution: {integrity: sha512-UC2oUZ2MtaJ7jWP0kHtzx4Rkw+nTykGtncv72xKphFooKJWXi4MSQuVQ7RTsbmZa4poPYkYW1vaQayQU8Q586Q==} cpu: [arm64] os: [win32] + '@oxlint-tsgolint/win32-x64@0.10.0': + resolution: {integrity: sha512-ygqxx8EmNWy9/wCQS5uXq9k/o2EyYNwNxY1ZHNzlmZC/kV06Aemx5OBDafefawBNqH7xTZPfccUrjdiy+QlTrw==} + cpu: [x64] + os: [win32] + '@oxlint-tsgolint/win32-x64@0.8.3': resolution: {integrity: sha512-EACSsZjLe7l8VYXIGZGuqrJMIZymE/zDsmaQRy1MXeuWqg4F89zKh7b7KTBCiOLpkapkHiVWGCPqkoVZ2Lyvnw==} cpu: [x64] @@ -3815,8 +3954,8 @@ packages: resolution: {integrity: sha512-2hf0s4pVrVEH8RvdJJ7YRKjQdiG8m0iAT26TTqXnCbK30kKwJW69VLmP5tED5zstmDRXcOeH5eRcrpkdwczQ9g==} engines: {node: '>=18.12'} - '@pnpm/core-loggers@1001.0.6': - resolution: {integrity: sha512-D2CXgA7GSMYnPw9Fk7iEpOE4ApAViHl2u014vIeygfwZpIb1LIXbOKPiwgop9xy+yl8qLaIY3+HNFtPcYoVE1g==} + '@pnpm/core-loggers@1001.0.8': + resolution: {integrity: sha512-uQOhMKaym12a3Yk1vYhp6T1NecgS7YACex6VXYZaasmBq5D0iCIz/ZFgaDEWPsNPehKb8v9BJmElT1nHHsNWEQ==} engines: {node: '>=18.12'} peerDependencies: '@pnpm/logger': '>=1001.0.0 <1002.0.0' @@ -3833,14 +3972,14 @@ packages: resolution: {integrity: sha512-gdwlAMXC4Wc0s7Dmg/4wNybMEd/4lSd9LsXQxeg/piWY0PPXjgz1IXJWnVScx6dZRaaodWP3c1ornrw8mZdFZw==} engines: {node: '>=18.12'} - '@pnpm/manifest-utils@1002.0.1': - resolution: {integrity: sha512-hOV4KB1cHOL3nv1NZ1dirfn3u6cYHzNj7r42+NfIMeWV+KfVhXKs5vJiPeEnSZd4Besout7e5jEZnyYwqmFZ4g==} + '@pnpm/manifest-utils@1002.0.3': + resolution: {integrity: sha512-YgYm1zR6Ae1SyGb2jEmdL4r5gMpVcJp9Uh9tWgouzz5TvhnR9MIJ+fnCTlrKTa/nEG7pJC/eoPbfG0Ubf7DxIA==} engines: {node: '>=18.12'} peerDependencies: '@pnpm/logger': '>=1001.0.0 <1002.0.0' - '@pnpm/read-project-manifest@1001.2.1': - resolution: {integrity: sha512-d5FvWFmljR2Yvkx3AmrXQH3FC9rCPQmyNax0lGk421ec/nMB7JZ9DBj7u74WSGHGrzMolK1nAn7YW52cvamDKg==} + '@pnpm/read-project-manifest@1001.2.3': + resolution: {integrity: sha512-46XPWpg3RYGLmlIRYjsG40ob6ZigMoyKXEqMDpmgF2YsejTCHrThnkm6QvLbc2fCCIfENrzhs0wVzvUt3miV8w==} engines: {node: '>=18.12'} peerDependencies: '@pnpm/logger': '>=1001.0.0 <1002.0.0' @@ -3849,12 +3988,12 @@ packages: resolution: {integrity: sha512-ivv/esrETOq9uMiKOC0ddVZ1BktEGsfsMQ9RWmrDpwPiqFSqWsIspnquxTBmm5GflC5N06fbqjGOpulZVYo3vQ==} engines: {node: '>=18.12'} - '@pnpm/types@1001.0.1': - resolution: {integrity: sha512-v5X09E6LkJFOOw9FgGITpAs7nQJtx6u3N0SNtyIC5mSeIC5SebMrrelpCz6QUTJvyXBEa1AWj2dZhYfLj59xhA==} + '@pnpm/types@1001.2.0': + resolution: {integrity: sha512-UIju+OadUVS0q5q/MbRAzMS5M9HZcZyT6evyrgPUH0DV9przkcW7/LH1Sj33Q2MpJO9Nzqw4b4w72x8mvtUAew==} engines: {node: '>=18.12'} - '@pnpm/write-project-manifest@1000.0.13': - resolution: {integrity: sha512-KUd7JsICP699O10KewAscl/XPxwr1hTR4qweS1T0qxMNZD0yZn0WuRyS3ls9jTNjZulrR1RrwxG2XyYQAS7EOg==} + '@pnpm/write-project-manifest@1000.0.15': + resolution: {integrity: sha512-DdAA22UDbn784Ow3WbX+5AchZAX80lib9wmtqUo+qouskpiKwGEHYMdKLeG9m6wwXyowraXOBvt0TamGDmRueQ==} engines: {node: '>=18.12'} '@polka/compression@1.0.0-next.25': @@ -3876,14 +4015,11 @@ packages: engines: {node: '>=18'} hasBin: true - '@quansync/fs@0.1.5': - resolution: {integrity: sha512-lNS9hL2aS2NZgNW7BBj+6EBl4rOf8l+tQ0eRY6JWCI8jI2kc53gSoqbjojU0OnAWhzoXiOjFyGsHcDGePB3lhA==} - '@quansync/fs@1.0.0': resolution: {integrity: sha512-4TJ3DFtlf1L5LDMaM6CanJ/0lckGNtJcMjQ1NAV6zDmA0tEHKZtxNKin8EgPaVX1YzljbxckyT2tJrpQKAtngQ==} - '@rolldown/debug@1.0.0-beta.51': - resolution: {integrity: sha512-sLrzWE9i/EVtryjLBUi3oJVY/WcPMmYIrHFuN7QcASfxjk3TZegCh+f/dhBqKDTIjqshqxEhFJc1gKsMe5GSLQ==} + '@rolldown/debug@1.0.0-beta.58': + resolution: {integrity: sha512-XPVwMfZM1R8iHGD71kocsPwLSODbpeugoM+xeS/jjlBRX57pzDTVxXaysymlzEZumBcqgfe5Ih4RfvrA4ZCuRQ==} '@rollup/plugin-alias@5.1.1': resolution: {integrity: sha512-PR9zDb+rOzkRb2VD+EuKB7UC41vU5DIwZ5qqCpk0KJudcWAyi8rvYOhS7+L5aZCspw1stTViLgN5v6FF1p5cgQ==} @@ -4209,11 +4345,11 @@ packages: '@types/node@20.19.25': resolution: {integrity: sha512-ZsJzA5thDQMSQO788d7IocwwQbI8B5OPzmqNvpf3NY/+MHDAS759Wo0gd2WQeXYt5AAAQjzcrTVC6SKCuYgoCQ==} - '@types/node@22.19.1': - resolution: {integrity: sha512-LCCV0HdSZZZb34qifBsyWlUmok6W7ouER+oQIGBScS8EsZsQbrtFTUrDX4hOl+CS6p7cnNC4td+qrSVGSCTUfQ==} + '@types/node@22.19.3': + resolution: {integrity: sha512-1N9SBnWYOJTrNZCdh/yJE+t910Y128BoyY+zBLWhL3r0TYzlTmFdXrPwHL9DyFZmlEXNQQolTZh3KHV31QDhyA==} - '@types/node@24.10.1': - resolution: {integrity: sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==} + '@types/node@24.10.3': + resolution: {integrity: sha512-gqkrWUsS8hcm0r44yn7/xZeV1ERva/nLgrLxFRUGb7aoNMIJfZJ3AC261zDQuOAKC7MiXai1WCpYc48jAHoShQ==} '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -4266,63 +4402,63 @@ packages: '@types/yauzl@2.10.3': resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==} - '@typescript-eslint/eslint-plugin@8.48.0': - resolution: {integrity: sha512-XxXP5tL1txl13YFtrECECQYeZjBZad4fyd3cFV4a19LkAY/bIp9fev3US4S5fDVV2JaYFiKAZ/GRTOLer+mbyQ==} + '@typescript-eslint/eslint-plugin@8.51.0': + resolution: {integrity: sha512-XtssGWJvypyM2ytBnSnKtHYOGT+4ZwTnBVl36TA4nRO2f4PRNGz5/1OszHzcZCvcBMh+qb7I06uoCmLTRdR9og==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - '@typescript-eslint/parser': ^8.48.0 + '@typescript-eslint/parser': ^8.51.0 eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/parser@8.48.0': - resolution: {integrity: sha512-jCzKdm/QK0Kg4V4IK/oMlRZlY+QOcdjv89U2NgKHZk1CYTj82/RVSx1mV/0gqCVMJ/DA+Zf/S4NBWNF8GQ+eqQ==} + '@typescript-eslint/parser@8.51.0': + resolution: {integrity: sha512-3xP4XzzDNQOIqBMWogftkwxhg5oMKApqY0BAflmLZiFYHqyhSOxv/cd/zPQLTcCXr4AkaKb25joocY0BD1WC6A==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/project-service@8.48.0': - resolution: {integrity: sha512-Ne4CTZyRh1BecBf84siv42wv5vQvVmgtk8AuiEffKTUo3DrBaGYZueJSxxBZ8fjk/N3DrgChH4TOdIOwOwiqqw==} + '@typescript-eslint/project-service@8.51.0': + resolution: {integrity: sha512-Luv/GafO07Z7HpiI7qeEW5NW8HUtZI/fo/kE0YbtQEFpJRUuR0ajcWfCE5bnMvL7QQFrmT/odMe8QZww8X2nfQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/scope-manager@8.48.0': - resolution: {integrity: sha512-uGSSsbrtJrLduti0Q1Q9+BF1/iFKaxGoQwjWOIVNJv0o6omrdyR8ct37m4xIl5Zzpkp69Kkmvom7QFTtue89YQ==} + '@typescript-eslint/scope-manager@8.51.0': + resolution: {integrity: sha512-JhhJDVwsSx4hiOEQPeajGhCWgBMBwVkxC/Pet53EpBVs7zHHtayKefw1jtPaNRXpI9RA2uocdmpdfE7T+NrizA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/tsconfig-utils@8.48.0': - resolution: {integrity: sha512-WNebjBdFdyu10sR1M4OXTt2OkMd5KWIL+LLfeH9KhgP+jzfDV/LI3eXzwJ1s9+Yc0Kzo2fQCdY/OpdusCMmh6w==} + '@typescript-eslint/tsconfig-utils@8.51.0': + resolution: {integrity: sha512-Qi5bSy/vuHeWyir2C8u/uqGMIlIDu8fuiYWv48ZGlZ/k+PRPHtaAu7erpc7p5bzw2WNNSniuxoMSO4Ar6V9OXw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/type-utils@8.48.0': - resolution: {integrity: sha512-zbeVaVqeXhhab6QNEKfK96Xyc7UQuoFWERhEnj3mLVnUWrQnv15cJNseUni7f3g557gm0e46LZ6IJ4NJVOgOpw==} + '@typescript-eslint/type-utils@8.51.0': + resolution: {integrity: sha512-0XVtYzxnobc9K0VU7wRWg1yiUrw4oQzexCG2V2IDxxCxhqBMSMbjB+6o91A+Uc0GWtgjCa3Y8bi7hwI0Tu4n5Q==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/types@8.48.0': - resolution: {integrity: sha512-cQMcGQQH7kwKoVswD1xdOytxQR60MWKM1di26xSUtxehaDs/32Zpqsu5WJlXTtTTqyAVK8R7hvsUnIXRS+bjvA==} + '@typescript-eslint/types@8.51.0': + resolution: {integrity: sha512-TizAvWYFM6sSscmEakjY3sPqGwxZRSywSsPEiuZF6d5GmGD9Gvlsv0f6N8FvAAA0CD06l3rIcWNbsN1e5F/9Ag==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/typescript-estree@8.48.0': - resolution: {integrity: sha512-ljHab1CSO4rGrQIAyizUS6UGHHCiAYhbfcIZ1zVJr5nMryxlXMVWS3duFPSKvSUbFPwkXMFk1k0EMIjub4sRRQ==} + '@typescript-eslint/typescript-estree@8.51.0': + resolution: {integrity: sha512-1qNjGqFRmlq0VW5iVlcyHBbCjPB7y6SxpBkrbhNWMy/65ZoncXCEPJxkRZL8McrseNH6lFhaxCIaX+vBuFnRng==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/utils@8.48.0': - resolution: {integrity: sha512-yTJO1XuGxCsSfIVt1+1UrLHtue8xz16V8apzPYI06W0HbEbEWHxHXgZaAgavIkoh+GeV6hKKd5jm0sS6OYxWXQ==} + '@typescript-eslint/utils@8.51.0': + resolution: {integrity: sha512-11rZYxSe0zabiKaCP2QAwRf/dnmgFgvTmeDTtZvUvXG3UuAdg/GU02NExmmIXzz3vLGgMdtrIosI84jITQOxUA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/visitor-keys@8.48.0': - resolution: {integrity: sha512-T0XJMaRPOH3+LBbAfzR2jalckP1MSG/L9eUtY0DEzUyVaXJ/t6zN0nR7co5kz0Jko/nkSYCBRkz1djvjajVTTg==} + '@typescript-eslint/visitor-keys@8.51.0': + resolution: {integrity: sha512-mM/JRQOzhVN1ykejrvwnBRV3+7yTKK8tVANVN3o1O0t0v7o+jqdVu9crPy5Y9dov15TJk/FTIgoUGHrTOVL3Zg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@ungap/structured-clone@1.3.0': @@ -4431,24 +4567,28 @@ packages: cpu: [x64] os: [win32] - '@vitejs/devtools-kit@0.0.0-alpha.18': - resolution: {integrity: sha512-ddo3NiGDCgo+sjqfARUhn1H7sj2AmQoId+dEu0nzewEpwlMqNwKeRbO7NRCexI26ljwzUuKxVNm4B7wPChcxmg==} + '@vercel/detect-agent@1.0.0': + resolution: {integrity: sha512-AIPgNkmtFcDgPCl+xvTT1ga90OL7OTX2RKM4zu0PMpwBthPfN2DpdHy10n3bh8K+CA22GDU0/ncjzprZsrk0sw==} + engines: {node: '>=14'} + + '@vitejs/devtools-kit@0.0.0-alpha.22': + resolution: {integrity: sha512-2aCwNazr7qM90NBDn4/F8AePLm0/jO/zHeBJg84z2WtB5W7kRpt1Tl8oC1Q71ZoFS7wh+wt6mNHi4TU6q3JBRw==} peerDependencies: vite: workspace:@voidzero-dev/vite-plus-core@* - '@vitejs/devtools-rpc@0.0.0-alpha.18': - resolution: {integrity: sha512-sbjJED7iprX9qrXFLXvvMZDV4L1QvViik7b6tO/ssOLsmvjUlha+UcTxbhdewCYjNUS3K9jwzwx3Ad2jmZ1YrQ==} + '@vitejs/devtools-rpc@0.0.0-alpha.22': + resolution: {integrity: sha512-qokujNSRp1ctnV4KJSeso8dLDdkMt/+P3wt76mHPtBJkTpyZDtFCzoxP32MqnFHlgDRCeoMIcmSyzVHT1Uy0Ng==} peerDependencies: ws: '*' peerDependenciesMeta: ws: optional: true - '@vitejs/devtools-vite@0.0.0-alpha.18': - resolution: {integrity: sha512-WP2TZ2ALrbFJSYywdEDEWE3X3NUP1EIKxom9nR9Hm46JJRA3s9KNSfQ48gLJXVeQVQ8EjBnJSjHAsAGL1rcvwQ==} + '@vitejs/devtools-vite@0.0.0-alpha.22': + resolution: {integrity: sha512-iGtEWnOkWB58SvMNMqhVGMy7qtMhkiXVmVjbaszJODWJzRAgLf3JI1EYwzFYNDIb06Hpl7i/nxt37wfY67Cb2A==} - '@vitejs/devtools@0.0.0-alpha.18': - resolution: {integrity: sha512-H7eRBVmrj6p9URe0w17RYuPlGl4v4FVTe77P1BfaJS6z7RxPpt6bkBrbM6AUSSzMtV0LgFS0XtgM8HyYbQjzZA==} + '@vitejs/devtools@0.0.0-alpha.22': + resolution: {integrity: sha512-jIBzzSTA+Ne5tTdrUxYrc3Q65uy4gp7YG1nG1x8uEwDJK0djjdDuvd4UfK+EUGpN83XTimxjpoLAxo7e+gsqfg==} hasBin: true peerDependencies: vite: workspace:@voidzero-dev/vite-plus-core@* @@ -4463,33 +4603,33 @@ packages: '@vitejs/release-scripts@1.6.0': resolution: {integrity: sha512-XV+w22Fvn+wqDtEkz8nQIJzvmRVSh90c2xvOO7cX9fkX8+39ZJpYRiXDIRJG1JRnF8khm1rHjulid+l+khc7TQ==} - '@vitest/browser-playwright@4.0.15': - resolution: {integrity: sha512-94yVpDbb+ykiT7mK6ToonGnq2GIHEQGBTZTAzGxBGQXcVNCh54YKC2/WkfaDzxy0m6Kgw05kq3FYHKHu+wRdIA==} + '@vitest/browser-playwright@4.0.16': + resolution: {integrity: sha512-I2Fy/ANdphi1yI46d15o0M1M4M0UJrUiVKkH5oKeRZZCdPg0fw/cfTKZzv9Ge9eobtJYp4BGblMzXdXH0vcl5g==} peerDependencies: playwright: '*' vitest: workspace:@voidzero-dev/vite-plus-test@* - '@vitest/browser-preview@4.0.15': - resolution: {integrity: sha512-bA+rppYFB5BwUAvZoPXP4gnSxfGFQ4PsPRDNGJYT8OdZrHVXyi0TNXWsb1fkHeGyAnfMth0opYCJM+Lz60bAKw==} + '@vitest/browser-preview@4.0.16': + resolution: {integrity: sha512-dfxJs4D5qSst4zY25txsklu0ZGPSQUhCq4VUuO2aOYtOO5+2EH7Dil37BTf1PG6DDdM8kF8NjAvnvZfsE2uzAQ==} peerDependencies: vitest: workspace:@voidzero-dev/vite-plus-test@* - '@vitest/browser-webdriverio@4.0.15': - resolution: {integrity: sha512-4vwr+qX6N+C1PN44Fi7FtDDvRrYk5AFvGqE5NLzDezyUbdx6mSfUADWWytIZrRqYXq4ob2fojO+CXLivi8hyWg==} + '@vitest/browser-webdriverio@4.0.16': + resolution: {integrity: sha512-DE0dCXQMtqMJJ0NruA0LTawHa4kPnNGfWYQh1r20QeD5oIDNbggpL4/jy58Wn8OcruaEGEHTKEWdaNOhdHefsg==} peerDependencies: vitest: workspace:@voidzero-dev/vite-plus-test@* webdriverio: '*' - '@vitest/browser@4.0.15': - resolution: {integrity: sha512-zedtczX688KehaIaAv7m25CeDLb0gBtAOa2Oi1G1cqvSO5aLSVfH6lpZMJLW8BKYuWMxLQc9/5GYoM+jgvGIrw==} + '@vitest/browser@4.0.16': + resolution: {integrity: sha512-t4toy8X/YTnjYEPoY0pbDBg3EvDPg1elCDrfc+VupPHwoN/5/FNQ8Z+xBYIaEnOE2vVEyKwqYBzZ9h9rJtZVcg==} peerDependencies: vitest: workspace:@voidzero-dev/vite-plus-test@* - '@vitest/expect@4.0.15': - resolution: {integrity: sha512-Gfyva9/GxPAWXIWjyGDli9O+waHDC0Q0jaLdFP1qPAUUfo1FEXPXUfUkp3eZA0sSq340vPycSyOlYUeM15Ft1w==} + '@vitest/expect@4.0.16': + resolution: {integrity: sha512-eshqULT2It7McaJkQGLkPjPjNph+uevROGuIMJdG3V+0BSR2w9u6J9Lwu+E8cK5TETlfou8GRijhafIMhXsimA==} - '@vitest/mocker@4.0.15': - resolution: {integrity: sha512-CZ28GLfOEIFkvCFngN8Sfx5h+Se0zN+h4B7yOsPVCcgtiO7t5jt9xQh2E1UkFep+eb9fjyMfuC5gBypwb07fvQ==} + '@vitest/mocker@4.0.16': + resolution: {integrity: sha512-yb6k4AZxJTB+q9ycAvsoxGn+j/po0UaPgajllBgt1PzoMAAmJGYFdDk0uCcRcxb3BrME34I6u8gHZTQlkqSZpg==} peerDependencies: msw: ^2.4.9 vite: workspace:@voidzero-dev/vite-plus-core@* @@ -4499,25 +4639,25 @@ packages: vite: optional: true - '@vitest/pretty-format@4.0.15': - resolution: {integrity: sha512-SWdqR8vEv83WtZcrfLNqlqeQXlQLh2iilO1Wk1gv4eiHKjEzvgHb2OVc3mIPyhZE6F+CtfYjNlDJwP5MN6Km7A==} + '@vitest/pretty-format@4.0.16': + resolution: {integrity: sha512-eNCYNsSty9xJKi/UdVD8Ou16alu7AYiS2fCPRs0b1OdhJiV89buAXQLpTbe+X8V9L6qrs9CqyvU7OaAopJYPsA==} - '@vitest/runner@4.0.15': - resolution: {integrity: sha512-+A+yMY8dGixUhHmNdPUxOh0la6uVzun86vAbuMT3hIDxMrAOmn5ILBHm8ajrqHE0t8R9T1dGnde1A5DTnmi3qw==} + '@vitest/runner@4.0.16': + resolution: {integrity: sha512-VWEDm5Wv9xEo80ctjORcTQRJ539EGPB3Pb9ApvVRAY1U/WkHXmmYISqU5E79uCwcW7xYUV38gwZD+RV755fu3Q==} - '@vitest/snapshot@4.0.15': - resolution: {integrity: sha512-A7Ob8EdFZJIBjLjeO0DZF4lqR6U7Ydi5/5LIZ0xcI+23lYlsYJAfGn8PrIWTYdZQRNnSRlzhg0zyGu37mVdy5g==} + '@vitest/snapshot@4.0.16': + resolution: {integrity: sha512-sf6NcrYhYBsSYefxnry+DR8n3UV4xWZwWxYbCJUt2YdvtqzSPR7VfGrY0zsv090DAbjFZsi7ZaMi1KnSRyK1XA==} - '@vitest/spy@4.0.15': - resolution: {integrity: sha512-+EIjOJmnY6mIfdXtE/bnozKEvTC4Uczg19yeZ2vtCz5Yyb0QQ31QWVQ8hswJ3Ysx/K2EqaNsVanjr//2+P3FHw==} + '@vitest/spy@4.0.16': + resolution: {integrity: sha512-4jIOWjKP0ZUaEmJm00E0cOBLU+5WE0BpeNr3XN6TEF05ltro6NJqHWxXD0kA8/Zc8Nh23AT8WQxwNG+WeROupw==} - '@vitest/ui@4.0.15': - resolution: {integrity: sha512-sxSyJMaKp45zI0u+lHrPuZM1ZJQ8FaVD35k+UxVrha1yyvQ+TZuUYllUixwvQXlB7ixoDc7skf3lQPopZIvaQw==} + '@vitest/ui@4.0.16': + resolution: {integrity: sha512-rkoPH+RqWopVxDnCBE/ysIdfQ2A7j1eDmW8tCxxrR9nnFBa9jKf86VgsSAzxBd1x+ny0GC4JgiD3SNfRHv3pOg==} peerDependencies: vitest: workspace:@voidzero-dev/vite-plus-test@* - '@vitest/utils@4.0.15': - resolution: {integrity: sha512-HXjPW2w5dxhTD0dLwtYHDnelK3j8sR8cWIaLxr22evTyY6q8pRCjZSmhRWVjBaOVXChQd6AwMzi9pucorXCPZA==} + '@vitest/utils@4.0.16': + resolution: {integrity: sha512-h8z9yYhV3e1LEfaQ3zdypIrnAg/9hguReGZoS7Gl0aBG5xgA410zBqECqmaF/+RkTggRsfnzc1XaAHA6bmUufA==} '@vue/compiler-core@3.5.25': resolution: {integrity: sha512-vay5/oQJdsNHmliWoZfHPoVZZRmnSWhug0BYT34njkYTPqClh3DNWLkZNJBVSjsNMrg0CCrBfoKkjZQPM/QVUw==} @@ -4665,6 +4805,12 @@ packages: peerDependencies: acorn: ^6.0.0 + acorn-import-assertions@1.9.0: + resolution: {integrity: sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==} + deprecated: package has been renamed to acorn-import-attributes + peerDependencies: + acorn: ^8 + acorn-jsx@5.3.2: resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} peerDependencies: @@ -4841,8 +4987,8 @@ packages: base64-js@1.5.1: resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} - baseline-browser-mapping@2.8.32: - resolution: {integrity: sha512-OPz5aBThlyLFgxyhdwf/s2+8ab3OvT7AdTNvKHBwpXomIYeXqpUUuT8LrdtxZSsWJ4R4CU1un4XGh5Ez3nlTpw==} + baseline-browser-mapping@2.9.11: + resolution: {integrity: sha512-Sg0xJUNDU1sJNGdfGWhVHX0kkZ+HWcvmVymJbj6NSgZZmW/8S9Y2HQ5euytnIgakgxN6papOAWiwDo1ctFDcoQ==} hasBin: true basic-ftp@5.0.5: @@ -4859,8 +5005,8 @@ packages: resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==} engines: {node: '>=8'} - birpc-x@0.0.5: - resolution: {integrity: sha512-rpMbKwvHyrQx+j4bF4uReKvsEOMTbYimGd5Ci+PivSWm5WJlbdnv99q7cOREAxg4HaG1pjJBjdaBwgowkX0ViQ==} + birpc-x@0.0.6: + resolution: {integrity: sha512-RkV4SX/6AeDAS2J8x9MdNCEdkAaBwlEQg4g7fzDNNvysnNWn7Rbys2PwWzXQS3qNNNW6dVaQQcDnc2dcppkvtw==} birpc@2.8.0: resolution: {integrity: sha512-Bz2a4qD/5GRhiHSwj30c/8kC8QGj12nNDwz3D4ErQ4Xhy35dsSDvF+RA/tWpjyU0pdGtSDiEk6B5fBGE1qNVhw==} @@ -4868,6 +5014,9 @@ packages: birpc@3.0.0: resolution: {integrity: sha512-by+04pHuxpCEQcucAXqzopqfhyI8TLK5Qg5MST0cB6MP+JhHna9ollrtK9moVh27aq6Q6MEJgebD0cVm//yBkg==} + birpc@4.0.0: + resolution: {integrity: sha512-LShSxJP0KTmd101b6DRyGBj57LZxSDYWKitQNW/mi8GRMvZb078Uf9+pveax1DrVL89vm7mWe+TovdI/UDOuPw==} + bole@5.0.23: resolution: {integrity: sha512-xpiwhM4hEpfpasv+CIVUJJB/GisrqcysIBwBJ6rU069rUMXfy0DZKYJ1M1IS1fZ6yb65CPKBWzMs72Pop+Cgfg==} @@ -4894,8 +5043,8 @@ packages: peerDependencies: browserslist: '*' - browserslist@4.28.0: - resolution: {integrity: sha512-tbydkR/CxfMwelN0vwdP/pLkDwyAASZ+VfWm4EOwlB6SWhx1sYnWLqo8N5j0rAzPfzfRaxt0mM/4wPU/Su84RQ==} + browserslist@4.28.1: + resolution: {integrity: sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true @@ -4935,8 +5084,8 @@ packages: resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} engines: {node: '>=10'} - caniuse-lite@1.0.30001757: - resolution: {integrity: sha512-r0nnL/I28Zi/yjk1el6ilj27tKcdjLsNqAOZr0yVjWPrSQyHgKI2INaEWw21bAQSv2LXRt1XuCS/GomNpWOxsQ==} + caniuse-lite@1.0.30001762: + resolution: {integrity: sha512-PxZwGNvH7Ak8WX5iXzoK1KPZttBXNPuaOvI2ZYU7NrlM+d9Ov+TUvlLOBNGzVXAntMSMMlJPd+jY6ovrVjSmUw==} ccount@2.0.1: resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} @@ -4981,10 +5130,6 @@ packages: resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==} engines: {node: '>= 14.16.0'} - chokidar@5.0.0: - resolution: {integrity: sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==} - engines: {node: '>= 20.19.0'} - cjs-module-lexer@1.4.3: resolution: {integrity: sha512-9z8TZaGM1pfswYeXrUpzPrkx8UnWYdhJclsiYMm6x/w5+nN+8Tf/LnAgfLGQCm59qAOxU8WwHEq2vNwF6i4j+Q==} @@ -5326,10 +5471,6 @@ packages: resolution: {integrity: sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w==} engines: {node: '>=12'} - dprint@0.50.2: - resolution: {integrity: sha512-+0Fzg+17jsMMUouK00/Fara5YtGOuE76EAJINHB8VpkXHd0n00rMXtw/03qorOgz23eo8Y0UpYvNZBJJo3aNtw==} - hasBin: true - dts-resolver@2.1.3: resolution: {integrity: sha512-bihc7jPC90VrosXNzK0LTE2cuLP6jr0Ro8jk+kMugHReJVLIpHz/xadeq3MhuwyO4TD4OA3L1Q8pBBFRc08Tsw==} engines: {node: '>=20.19.0'} @@ -5354,8 +5495,8 @@ packages: ee-first@1.1.1: resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} - electron-to-chromium@1.5.260: - resolution: {integrity: sha512-ov8rBoOBhVawpzdre+Cmz4FB+y66Eqrk6Gwqd8NGxuhv99GQ8XqMAr351KEkOt7gukXWDg6gJWEMKgL2RLMPtA==} + electron-to-chromium@1.5.267: + resolution: {integrity: sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==} emnapi@1.7.1: resolution: {integrity: sha512-wlLK2xFq+T+rCBlY6+lPlFVDEyE93b7hSn9dMrfWBIcPf4ArwUvymvvMnN9M5WWuiryYQe9M+UJrkqw4trdyRA==} @@ -5516,8 +5657,8 @@ packages: resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - eslint@9.39.1: - resolution: {integrity: sha512-BhHmn2yNOFA9H9JmmIVKJmd288g9hrVRDkdoIgRCRuSySRUHH7r/DI6aAXW9T1WwUuY3DFgrcaqB+deURBLR5g==} + eslint@9.39.2: + resolution: {integrity: sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} hasBin: true peerDependencies: @@ -5817,9 +5958,6 @@ packages: grapheme-splitter@1.0.4: resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==} - graphemer@1.4.0: - resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} - h3@1.15.4: resolution: {integrity: sha512-z5cFQWDffyOe4vQ9xIqNfCZdV4p//vy6fBnr8Q1AWnVZ0teurKMG66rLj++TKwKPUP3u7iMUvrvKaEUiQw2QWQ==} @@ -5888,8 +6026,8 @@ packages: resolution: {integrity: sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==} engines: {node: '>= 0.8'} - http-proxy-3@1.23.0: - resolution: {integrity: sha512-HxGaHrWm+ZjX/UDyvpggeLecjRS4K3r57DW3Xmlu6E/QBUvgTyRySDSt55uqL8NUXjIFn76C750OxV7/tUQgIQ==} + http-proxy-3@1.23.2: + resolution: {integrity: sha512-vZks1dLliM0w7aQDT9eFYLO8PUuQ9Cm67y7kn+kgkLtvKP0HZ6Thb3+MCGFFNCnKMCkLXY6rvIH1d7jQITryxA==} engines: {node: '>=18'} http-proxy-agent@7.0.2: @@ -5946,6 +6084,9 @@ packages: immediate@3.0.6: resolution: {integrity: sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==} + immer@11.1.3: + resolution: {integrity: sha512-6jQTc5z0KJFtr1UgFpIL3N9XSC3saRaI9PwWtzM2pSqkNGtiNkYY2OSwkOGDK2XcTRcLb1pi/aNkKZz0nxVH4Q==} + immutable@5.1.4: resolution: {integrity: sha512-p6u1bG3YSnINT5RQmx/yRZBpenIl30kVxkTLDyHLIMk0gict704Q9n+thfDI7lTRm9vXdDYutVzXhzcThxTnXA==} @@ -5956,8 +6097,8 @@ packages: import-meta-resolve@4.2.0: resolution: {integrity: sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==} - import-without-cache@0.2.2: - resolution: {integrity: sha512-4TTuRrZ0jBULXzac3EoX9ZviOs8Wn9iAbNhJEyLhTpAGF9eNmYSruaMMN/Tec/yqaO7H6yS2kALfQDJ5FxfatA==} + import-without-cache@0.2.5: + resolution: {integrity: sha512-B6Lc2s6yApwnD2/pMzFh/d5AVjdsDXjgkeJ766FmFuJELIGHNycKRj+l3A39yZPM4CchqNCB4RITEAYB1KUM6A==} engines: {node: '>=20.19.0'} imurmurhash@0.1.4: @@ -6491,10 +6632,6 @@ packages: resolution: {integrity: sha512-tacvGzUY5o2D8CBh2rrwxyNojUsZNU2zjNTzKQrkgGJQTbGAfArVWXSKMBokBeeg6C7OLRGUEyoFlYbfeWQIqw==} engines: {node: '>=20.17'} - nanoevents@9.1.0: - resolution: {integrity: sha512-Jd0fILWG44a9luj8v5kED4WI+zfkkgwKyRQKItTtlPfEsh7Lznfi1kr8/iZ+XAIss4Qq5GqRB0qtWbaz9ceO/A==} - engines: {node: ^18.0.0 || >=20.0.0} - nanoid@3.3.11: resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} @@ -6623,19 +6760,19 @@ packages: resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==} engines: {node: '>= 0.8.0'} - oxc-minify@0.101.0: - resolution: {integrity: sha512-HbndptRRVTuLNiuNsd/uP75u8t2t1V+xNPz/+U486cyTBMkJyyNbKvf5TeDszSw4dKX6WjpjCo9P9dV99SR9KQ==} + oxc-minify@0.106.0: + resolution: {integrity: sha512-WuhR/Vz0ISIU1W7YRZqRT1ILDfCJ6ik83ma90QnblSj/BBJhyC16YnC0BI/9sG71Fezcrl4NqN10oLNH2Z+Trw==} engines: {node: ^20.19.0 || >=22.12.0} - oxc-parser@0.101.0: - resolution: {integrity: sha512-Njg0KoSisH57AWzKTImV0JpjUBu0riCwbMTnnSH8H/deHpJaVpcbmwsiKkSd7ViX6lxaXiOiBVZH2quWPUFtUg==} + oxc-parser@0.106.0: + resolution: {integrity: sha512-KSqA8PNgqi+wadUoGJXWyTr0mLuMzEABXQK5hKlj+cEWID+Rhw8xiqLappTDaCUpOqnKCpyO9N5RlzlFxR+TBw==} engines: {node: ^20.19.0 || >=22.12.0} oxc-resolver@11.14.0: resolution: {integrity: sha512-i4wNrqhOd+4YdHJfHglHtFiqqSxXuzFA+RUqmmWN1aMD3r1HqUSrIhw17tSO4jwKfhLs9uw1wzFPmvMsWacStg==} - oxc-transform@0.101.0: - resolution: {integrity: sha512-I3+aYE4dQaN/jD0NgTylF20a5IxgD4OL7gGSkQfvKQ/rGc3dFZJH5b0rkVDCELQpFzCtxaD+sPYOYhazubhNNg==} + oxc-transform@0.106.0: + resolution: {integrity: sha512-qaEQDTcyIMO9YtmrxK8EYIOtgUMx6CKDNguqHEbnKBHAYCwlrA8RawAh1Gvo8zNdDbclOtRwT3t5WqV3bB3GRA==} engines: {node: ^20.19.0 || >=22.12.0} oxfmt@0.16.0: @@ -6643,6 +6780,15 @@ packages: engines: {node: ^20.19.0 || >=22.12.0} hasBin: true + oxfmt@0.21.0: + resolution: {integrity: sha512-EXK5pd1kGbI8hp9Ld69oy/ObAoe+gfH3dYHBviKqwSAHNkAHiqxWF1hnrWj5oun1GnQ8bVpqBMMVXJESMx6/+g==} + engines: {node: ^20.19.0 || >=22.12.0} + hasBin: true + + oxlint-tsgolint@0.10.0: + resolution: {integrity: sha512-LDDSIu5J/4D4gFUuQQIEQpAC6maNEbMg4nC8JL/+Pe0cUDR86dtVZ09E2x5MwCh8f9yfktoaxt5x6UIVyzrajg==} + hasBin: true + oxlint-tsgolint@0.8.3: resolution: {integrity: sha512-R/pqgXPC4DRQyrODa5xyqiHZNiCcX+R96Bu3qsAMkeSJOKarL8wEszNVNlR+bx8gbWYjPDFuRnlYionTHNjFPA==} hasBin: true @@ -6680,8 +6826,8 @@ packages: package-json-from-dist@1.0.1: resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==} - package-manager-detector@1.5.0: - resolution: {integrity: sha512-uBj69dVlYe/+wxj8JOpr97XfsxH/eumMt6HqjNTmJDf/6NO9s+0uxeOneIz3AsPt2m6y9PqzDzd3ATcU17MNfw==} + package-manager-detector@1.6.0: + resolution: {integrity: sha512-61A5ThoTiDG/C8s8UMZwSorAGwMJ0ERVGj2OjoW5pAalsNOg15+iQiPzrLJ4jhZ1HJzmC2PIHT2oEiH3R5fzNA==} package-name-regex@2.0.6: resolution: {integrity: sha512-gFL35q7kbE/zBaPA3UKhp2vSzcPYx2ecbYuwv1ucE9Il6IIgBDweBlH8D68UFGZic2MkllKa2KHCfC1IQBQUYA==} @@ -6891,8 +7037,8 @@ packages: engines: {node: '>=6'} hasBin: true - prettier@3.7.3: - resolution: {integrity: sha512-QgODejq9K3OzoBbuyobZlUhznP5SKwPqp+6Q6xw6o8gnhr4O85L2U915iM2IDcfF2NPXVaM9zlo9tdwipnYwzg==} + prettier@3.7.4: + resolution: {integrity: sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==} engines: {node: '>=14'} hasBin: true @@ -6932,8 +7078,8 @@ packages: prr@1.0.1: resolution: {integrity: sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==} - publint@0.3.15: - resolution: {integrity: sha512-xPbRAPW+vqdiaKy5sVVY0uFAu3LaviaPO3pZ9FaRx59l9+U/RKR1OEbLhkug87cwiVKxPXyB4txsv5cad67u+A==} + publint@0.3.16: + resolution: {integrity: sha512-MFqyfRLAExPVZdTQFwkAQELzA8idyXzROVOytg6nEJ/GEypXBUmMGrVaID8cTuzRS1U5L8yTOdOJtMXgFUJAeA==} engines: {node: '>=18'} hasBin: true @@ -6944,9 +7090,6 @@ packages: resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} engines: {node: '>=6'} - quansync@0.2.11: - resolution: {integrity: sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==} - quansync@1.0.0: resolution: {integrity: sha512-5xZacEEufv3HSTPQuchrvV6soaiACMFnq1H8wkVioctoH3TRha9Sz66lOxRwPK/qZj7HPiSveih9yAyh98gvqA==} @@ -7003,10 +7146,6 @@ packages: resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==} engines: {node: '>= 14.18.0'} - readdirp@5.0.0: - resolution: {integrity: sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==} - engines: {node: '>= 20.19.0'} - refa@0.12.1: resolution: {integrity: sha512-J8rn6v4DBb2nnFqkqwy6/NnTYMcgLA+sLr0iIO41qpv0n+ngb7ksag2tMRl0inb1bbO/esUwzW1vbJi7K0sI0g==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} @@ -7063,8 +7202,8 @@ packages: remeda@2.32.0: resolution: {integrity: sha512-BZx9DsT4FAgXDTOdgJIc5eY6ECIXMwtlSPQoPglF20ycSWigttDDe88AozEsPPT4OWk5NujroGSBC1phw5uU+w==} - remove-unused-vars@0.0.10: - resolution: {integrity: sha512-rEqbvfIne7QBC5lgkpYXtRKrCg6DRZvsGuZQp2XGcBxg5FZodhVqbXOA2rjkrFUbsiODfh8X4ndwIpJoyIcthQ==} + remove-unused-vars@0.0.11: + resolution: {integrity: sha512-N2ebJCxI/SRu8hjLAj/Ntkq1dNvhLXAebamcVJSg3BgPuV1IjV0GISSjxMsQOLg+98UE39C/VgX+lpGpTTVeeg==} hasBin: true require-directory@2.1.1: @@ -7131,6 +7270,25 @@ packages: vue-tsc: optional: true + rolldown-plugin-dts@0.20.0: + resolution: {integrity: sha512-cLAY1kN2ilTYMfZcFlGWbXnu6Nb+8uwUBsi+Mjbh4uIx7IN8uMOmJ7RxrrRgPsO4H7eSz3E+JwGoL1gyugiyUA==} + engines: {node: '>=20.19.0'} + peerDependencies: + '@ts-macro/tsc': ^0.3.6 + '@typescript/native-preview': '>=7.0.0-dev.20250601.1' + rolldown: workspace:rolldown@* + typescript: ^5.0.0 + vue-tsc: ~3.2.0 + peerDependenciesMeta: + '@ts-macro/tsc': + optional: true + '@typescript/native-preview': + optional: true + typescript: + optional: true + vue-tsc: + optional: true + rollup-plugin-license@3.6.0: resolution: {integrity: sha512-1ieLxTCaigI5xokIfszVDRoy6c/Wmlot1fDEnea7Q/WXSR8AqOjYljHDLObAx7nFxHC2mbxT3QnTSPhaic2IYw==} engines: {node: '>=14.0.0'} @@ -7172,120 +7330,120 @@ packages: safer-buffer@2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - sass-embedded-all-unknown@1.93.3: - resolution: {integrity: sha512-3okGgnE41eg+CPLtAPletu6nQ4N0ij7AeW+Sl5Km4j29XcmqZQeFwYjHe1AlKTEgLi/UAONk1O8i8/lupeKMbw==} + sass-embedded-all-unknown@1.97.1: + resolution: {integrity: sha512-0au5gUNibfob7W/g+ycBx74O22CL8vwHiZdEDY6J0uzMkHPiSJk//h0iRf5AUnMArFHJjFd3urIiQIaoRKYa1Q==} cpu: ['!arm', '!arm64', '!riscv64', '!x64'] - sass-embedded-android-arm64@1.93.3: - resolution: {integrity: sha512-uqUl3Kt1IqdGVAcAdbmC+NwuUJy8tM+2ZnB7/zrt6WxWVShVCRdFnWR9LT8HJr7eJN7AU8kSXxaVX/gedanPsg==} + sass-embedded-android-arm64@1.97.1: + resolution: {integrity: sha512-h62DmOiS2Jn87s8+8GhJcMerJnTKa1IsIa9iIKjLiqbAvBDKCGUs027RugZkM+Zx7I+vhPq86PUXBYZ9EkRxdw==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [android] - sass-embedded-android-arm@1.93.3: - resolution: {integrity: sha512-8xOw9bywfOD6Wv24BgCmgjkk6tMrsOTTHcb28KDxeJtFtoxiUyMbxo0vChpPAfp2Hyg2tFFKS60s0s4JYk+Raw==} + sass-embedded-android-arm@1.97.1: + resolution: {integrity: sha512-B5dlv4utJ+yC8ZpBeWTHwSZPVKRlqA8pcaD0FAzeNm/DelIFgQUQtt0UwgYoAI6wDIiie5uSVpMK9l2DaCbiBQ==} engines: {node: '>=14.0.0'} cpu: [arm] os: [android] - sass-embedded-android-riscv64@1.93.3: - resolution: {integrity: sha512-2jNJDmo+3qLocjWqYbXiBDnfgwrUeZgZFHJIwAefU7Fn66Ot7rsXl+XPwlokaCbTpj7eMFIqsRAZ/uDueXNCJg==} + sass-embedded-android-riscv64@1.97.1: + resolution: {integrity: sha512-tGup88vgaXPnUHEgDMujrt5rfYadvkiVjRb/45FJTx2hQFoGVbmUXz5XqUFjIIbEjQ3kAJqp86A2jy11s43UiQ==} engines: {node: '>=14.0.0'} cpu: [riscv64] os: [android] - sass-embedded-android-x64@1.93.3: - resolution: {integrity: sha512-y0RoAU6ZenQFcjM9PjQd3cRqRTjqwSbtWLL/p68y2oFyh0QGN0+LQ826fc0ZvU/AbqCsAizkqjzOn6cRZJxTTQ==} + sass-embedded-android-x64@1.97.1: + resolution: {integrity: sha512-CAzKjjzu90LZduye2O9+UGX1oScMyF5/RVOa5CxACKALeIS+3XL3LVdV47kwKPoBv5B1aFUvGLscY0CR7jBAbg==} engines: {node: '>=14.0.0'} cpu: [x64] os: [android] - sass-embedded-darwin-arm64@1.93.3: - resolution: {integrity: sha512-7zb/hpdMOdKteK17BOyyypemglVURd1Hdz6QGsggy60aUFfptTLQftLRg8r/xh1RbQAUKWFbYTNaM47J9yPxYg==} + sass-embedded-darwin-arm64@1.97.1: + resolution: {integrity: sha512-tyDzspzh5PbqdAFGtVKUXuf0up6Lff3c1U8J7+4Y7jW6AWRBnq95vTzIIxfnNifGCTI2fW5e7GAZpYygKpNwcw==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [darwin] - sass-embedded-darwin-x64@1.93.3: - resolution: {integrity: sha512-Ek1Vp8ZDQEe327Lz0b7h3hjvWH3u9XjJiQzveq74RPpJQ2q6d9LfWpjiRRohM4qK6o4XOHw1X10OMWPXJtdtWg==} + sass-embedded-darwin-x64@1.97.1: + resolution: {integrity: sha512-FMrRuSPI2ICt2M2SYaLbiG4yxn86D6ae+XtrRdrrBMhWprAcB7Iyu67bgRzZkipMZNIKKeTR7EUvJHgZzi5ixQ==} engines: {node: '>=14.0.0'} cpu: [x64] os: [darwin] - sass-embedded-linux-arm64@1.93.3: - resolution: {integrity: sha512-RBrHWgfd8Dd8w4fbmdRVXRrhh8oBAPyeWDTKAWw8ZEmuXfVl4ytjDuyxaVilh6rR1xTRTNpbaA/YWApBlLrrNw==} + sass-embedded-linux-arm64@1.97.1: + resolution: {integrity: sha512-im80gfDWRivw9Su3r3YaZmJaCATcJgu3CsCSLodPk1b1R2+X/E12zEQayvrl05EGT9PDwTtuiqKgS4ND4xjwVg==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [linux] libc: glibc - sass-embedded-linux-arm@1.93.3: - resolution: {integrity: sha512-yeiv2y+dp8B4wNpd3+JsHYD0mvpXSfov7IGyQ1tMIR40qv+ROkRqYiqQvAOXf76Qwh4Y9OaYZtLpnsPjfeq6mA==} + sass-embedded-linux-arm@1.97.1: + resolution: {integrity: sha512-48VxaTUApLyx1NXFdZhKqI/7FYLmz8Ju3Ki2V/p+mhn5raHgAiYeFgn8O1WGxTOh+hBb9y3FdSR5a8MNTbmKMQ==} engines: {node: '>=14.0.0'} cpu: [arm] os: [linux] libc: glibc - sass-embedded-linux-musl-arm64@1.93.3: - resolution: {integrity: sha512-PS829l+eUng+9W4PFclXGb4uA2+965NHV3/Sa5U7qTywjeeUUYTZg70dJHSqvhrBEfCc2XJABeW3adLJbyQYkw==} + sass-embedded-linux-musl-arm64@1.97.1: + resolution: {integrity: sha512-kD35WSD9o0279Ptwid3Jnbovo1FYnuG2mayYk9z4ZI4mweXEK6vTu+tlvCE/MdF/zFKSj11qaxaH+uzXe2cO5A==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [linux] libc: musl - sass-embedded-linux-musl-arm@1.93.3: - resolution: {integrity: sha512-fU0fwAwbp7sBE3h5DVU5UPzvaLg7a4yONfFWkkcCp6ZrOiPuGRHXXYriWQ0TUnWy4wE+svsVuWhwWgvlb/tkKg==} + sass-embedded-linux-musl-arm@1.97.1: + resolution: {integrity: sha512-FUFs466t3PVViVOKY/60JgLLtl61Pf7OW+g5BeEfuqVcSvYUECVHeiYHtX1fT78PEVa0h9tHpM6XpWti+7WYFA==} engines: {node: '>=14.0.0'} cpu: [arm] os: [linux] libc: musl - sass-embedded-linux-musl-riscv64@1.93.3: - resolution: {integrity: sha512-cK1oBY+FWQquaIGEeQ5H74KTO8cWsSWwXb/WaildOO9U6wmUypTgUYKQ0o5o/29nZbWWlM1PHuwVYTSnT23Jjg==} + sass-embedded-linux-musl-riscv64@1.97.1: + resolution: {integrity: sha512-ZgpYps5YHuhA2+KiLkPukRbS5298QObgUhPll/gm5i0LOZleKCwrFELpVPcbhsSBuxqji2uaag5OL+n3JRBVVg==} engines: {node: '>=14.0.0'} cpu: [riscv64] os: [linux] libc: musl - sass-embedded-linux-musl-x64@1.93.3: - resolution: {integrity: sha512-A7wkrsHu2/I4Zpa0NMuPGkWDVV7QGGytxGyUq3opSXgAexHo/vBPlGoDXoRlSdex0cV+aTMRPjoGIfdmNlHwyg==} + sass-embedded-linux-musl-x64@1.97.1: + resolution: {integrity: sha512-wcAigOyyvZ6o1zVypWV7QLZqpOEVnlBqJr9MbpnRIm74qFTSbAEmShoh8yMXBymzuVSmEbThxAwW01/TLf62tA==} engines: {node: '>=14.0.0'} cpu: [x64] os: [linux] libc: musl - sass-embedded-linux-riscv64@1.93.3: - resolution: {integrity: sha512-vWkW1+HTF5qcaHa6hO80gx/QfB6GGjJUP0xLbnAoY4pwEnw5ulGv6RM8qYr8IDhWfVt/KH+lhJ2ZFxnJareisQ==} + sass-embedded-linux-riscv64@1.97.1: + resolution: {integrity: sha512-9j1qE1ZrLMuGb+LUmBzw93Z4TNfqlRkkxjPVZy6u5vIggeSfvGbte7eRoYBNWX6SFew/yBCL90KXIirWFSGrlQ==} engines: {node: '>=14.0.0'} cpu: [riscv64] os: [linux] libc: glibc - sass-embedded-linux-x64@1.93.3: - resolution: {integrity: sha512-k6uFxs+e5jSuk1Y0niCwuq42F9ZC5UEP7P+RIOurIm8w/5QFa0+YqeW+BPWEW5M1FqVOsNZH3qGn4ahqvAEjPA==} + sass-embedded-linux-x64@1.97.1: + resolution: {integrity: sha512-7nrLFYMH/UgvEgXR5JxQJ6y9N4IJmnFnYoDxN0nw0jUp+CQWQL4EJ4RqAKTGelneueRbccvt2sEyPK+X0KJ9Jg==} engines: {node: '>=14.0.0'} cpu: [x64] os: [linux] libc: glibc - sass-embedded-unknown-all@1.93.3: - resolution: {integrity: sha512-o5wj2rLpXH0C+GJKt/VpWp6AnMsCCbfFmnMAttcrsa+U3yrs/guhZ3x55KAqqUsE8F47e3frbsDL+1OuQM5DAA==} + sass-embedded-unknown-all@1.97.1: + resolution: {integrity: sha512-oPSeKc7vS2dx3ZJHiUhHKcyqNq0GWzAiR8zMVpPd/kVMl5ZfVyw+5HTCxxWDBGkX02lNpou27JkeBPCaneYGAQ==} os: ['!android', '!darwin', '!linux', '!win32'] - sass-embedded-win32-arm64@1.93.3: - resolution: {integrity: sha512-0dOfT9moy9YmBolodwYYXtLwNr4jL4HQC9rBfv6mVrD7ud8ue2kDbn+GVzj1hEJxvEexVSmDCf7MHUTLcGs9xQ==} + sass-embedded-win32-arm64@1.97.1: + resolution: {integrity: sha512-L5j7J6CbZgHGwcfVedMVpM3z5MYeighcyZE8GF2DVmjWzZI3JtPKNY11wNTD/P9o1Uql10YPOKhGH0iWIXOT7Q==} engines: {node: '>=14.0.0'} cpu: [arm64] os: [win32] - sass-embedded-win32-x64@1.93.3: - resolution: {integrity: sha512-wHFVfxiS9hU/sNk7KReD+lJWRp3R0SLQEX4zfOnRP2zlvI2X4IQR5aZr9GNcuMP6TmNpX0nQPZTegS8+h9RrEg==} + sass-embedded-win32-x64@1.97.1: + resolution: {integrity: sha512-rfaZAKXU8cW3E7gvdafyD6YtgbEcsDeT99OEiHXRT0UGFuXT8qCOjpAwIKaOA3XXr2d8S42xx6cXcaZ1a+1fgw==} engines: {node: '>=14.0.0'} cpu: [x64] os: [win32] - sass-embedded@1.93.3: - resolution: {integrity: sha512-+VUy01yfDqNmIVMd/LLKl2TTtY0ovZN0rTonh+FhKr65mFwIYgU9WzgIZKS7U9/SPCQvWTsTGx9jyt+qRm/XFw==} + sass-embedded@1.97.1: + resolution: {integrity: sha512-wH3CbOThHYGX0bUyqFf7laLKyhVWIFc2lHynitkqMIUCtX2ixH9mQh0bN7+hkUu5BFt/SXvEMjFbkEbBMpQiSQ==} engines: {node: '>=16.0.0'} hasBin: true peerDependencies: @@ -7294,13 +7452,8 @@ packages: source-map-js: optional: true - sass@1.93.3: - resolution: {integrity: sha512-elOcIZRTM76dvxNAjqYrucTSI0teAF/L2Lv0s6f6b7FOwcwIuA357bIE871580AjHJuSvLIRUosgV+lIWx6Rgg==} - engines: {node: '>=14.0.0'} - hasBin: true - - sass@1.94.2: - resolution: {integrity: sha512-N+7WK20/wOr7CzA2snJcUSSNTCzeCGUTFY3OgeQP3mZ1aj9NMQ0mSTXwlrnd89j33zzQJGqIN52GIOmYrfq46A==} + sass@1.97.1: + resolution: {integrity: sha512-uf6HoO8fy6ClsrShvMgaKUn14f2EHQLQRtpsZZLeU/Mv0Q1K5P0+x2uvH6Cub39TVVbWNSrraUhDAoFph6vh0A==} engines: {node: '>=14.0.0'} hasBin: true @@ -7631,8 +7784,8 @@ packages: tinybench@2.9.0: resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==} - tinybench@5.1.0: - resolution: {integrity: sha512-LXKNtFualiKOm6gADe1UXPtf8+Nfn1CtPMEHAT33Fd2YjQatrujkDcK0+4wRC1X6t7fxUDXUs6BsvuIgfkDgDg==} + tinybench@6.0.0: + resolution: {integrity: sha512-BWlWpVbbZXaYjRV0twGLNQO00Zj4HA/sjLOQP2IvzQqGwRGp+2kh7UU3ijyJ3ywFRogYDRbiHDMrUOfaMnN56g==} engines: {node: '>=20.0.0'} tinyexec@1.0.2: @@ -7643,6 +7796,10 @@ packages: resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==} engines: {node: '>=12.0.0'} + tinypool@2.0.0: + resolution: {integrity: sha512-/RX9RzeH2xU5ADE7n2Ykvmi9ED3FBGPAjw9u3zucrNNaEBIO0HPSYgL0NT7+3p147ojeSdaVu08F6hjpv31HJg==} + engines: {node: ^20.0.0 || >=22.0.0} + tinyrainbow@3.0.3: resolution: {integrity: sha512-PSkbLUoxOFRzJYjjxHJt9xro7D+iilgMX/C9lawzVuYiIdcihh9DXmVibBe8lmcFrRi/VzlPjBxbN7rH24q8/Q==} engines: {node: '>=14.0.0'} @@ -7681,8 +7838,8 @@ packages: trim-lines@3.0.1: resolution: {integrity: sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==} - ts-api-utils@2.1.0: - resolution: {integrity: sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==} + ts-api-utils@2.4.0: + resolution: {integrity: sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==} engines: {node: '>=18.12'} peerDependencies: typescript: '>=4.8.4' @@ -7702,13 +7859,14 @@ packages: typescript: optional: true - tsdown@0.16.8: - resolution: {integrity: sha512-6ANw9mgU9kk7SvTBKvpDu/DVJeAFECiLUSeL5M7f5Nm5H97E7ybxmXT4PQ23FySYn32y6OzjoAH/lsWCbGzfLA==} + tsdown@0.17.4: + resolution: {integrity: sha512-z+kNuv1rwM1POQIufDUVrdNc/uGy0ueRVafCyDH39IdHxin4JXgB8DNGSPoqdIpcOpqUoRbNreK8NxENFmlhKw==} engines: {node: '>=20.19.0'} + deprecated: Including an unexpected breaking change (copy behavior) hasBin: true peerDependencies: '@arethetypeswrong/core': ^0.18.1 - '@vitejs/devtools': ^0.0.0-alpha.18 + '@vitejs/devtools': ^0.0.0-alpha.19 publint: ^0.3.0 typescript: ^5.0.0 unplugin-lightningcss: ^0.4.0 @@ -7727,13 +7885,13 @@ packages: unplugin-unused: optional: true - tsdown@0.17.2: - resolution: {integrity: sha512-SuU+0CWm/95KfXqojHTVuwcouIsdn7HpYcwDyOdKktJi285NxKwysjFUaxYLxpCNqqPvcFvokXLO4dZThRwzkw==} + tsdown@0.19.0-beta.2: + resolution: {integrity: sha512-hIn4nKz9YY5rUEiD/JPFIX0SI733ktgEESyn9o/iS1fnfryhxe7/FfJ0KuM2enxOKHqpAdHU/DiC0DPzBC5CVg==} engines: {node: '>=20.19.0'} hasBin: true peerDependencies: '@arethetypeswrong/core': ^0.18.1 - '@vitejs/devtools': ^0.0.0-alpha.19 + '@vitejs/devtools': '*' publint: ^0.3.0 typescript: ^5.0.0 unplugin-lightningcss: ^0.4.0 @@ -7775,8 +7933,8 @@ packages: resolution: {integrity: sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==} engines: {node: '>=16'} - typescript-eslint@8.48.0: - resolution: {integrity: sha512-fcKOvQD9GUn3Xw63EgiDqhvWJ5jsyZUaekl3KVpGsDJnN46WJTe3jWxtQP9lMZm1LJNkFLlTaWAxK2vUQR+cqw==} + typescript-eslint@8.51.0: + resolution: {integrity: sha512-jh8ZuM5oEh2PSdyQG9YAEM1TCGuWenLSuSUhf/irbVUNW9O5FhbFVONviN2TgMTBnUmyHv7E56rYnfLZK6TkiA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -7800,14 +7958,11 @@ packages: engines: {node: '>=0.8.0'} hasBin: true - unconfig-core@7.4.1: - resolution: {integrity: sha512-Bp/bPZjV2Vl/fofoA2OYLSnw1Z0MOhCX7zHnVCYrazpfZvseBbGhwcNQMxsg185Mqh7VZQqK3C8hFG/Dyng+yA==} - unconfig-core@7.4.2: resolution: {integrity: sha512-VgPCvLWugINbXvMQDf8Jh0mlbvNjNC6eSUziHsBCMpxR05OPrNrvDnyatdMjRgcHaaNsCqz+wjNXxNw1kRLHUg==} - unconfig@7.4.1: - resolution: {integrity: sha512-uyQ7LElcGizrOGZyIq9KU+xkuEjcRf9IpmDTkCSYv5mEeZzrXSj6rb51C0L+WTedsmAoVxW9WKrLWhSwebIM9Q==} + unconfig@7.4.2: + resolution: {integrity: sha512-nrMlWRQ1xdTjSnSUqvYqJzbTBFugoqHobQj58B2bc8qxHKBBHMNNsWQFP3Cd3/JZK907voM2geYPWqD4VK3MPQ==} uncrypto@0.1.3: resolution: {integrity: sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==} @@ -7903,8 +8058,8 @@ packages: unrs-resolver@1.11.1: resolution: {integrity: sha512-bSjt9pjaEBnNiGgc9rUiHGKv5l4/TGzDmYw3RhnkJGtLhbnnA/5qJj7x3dNDCRx/PJxu774LlH8lCOlB4hEfKg==} - unrun@0.2.19: - resolution: {integrity: sha512-DbwbJ9BvPEb3BeZnIpP9S5tGLO/JIgPQ3JrpMRFIfZMZfMG19f26OlLbC2ml8RRdrI2ZA7z2t+at5tsIHbh6Qw==} + unrun@0.2.22: + resolution: {integrity: sha512-vlQce4gTLNyCZxGylEQXGG+fSrrEFWiM/L8aghtp+t6j8xXh+lmsBtQJknG7ZSvv7P+/MRgbQtHWHBWk981uTg==} engines: {node: '>=20.19.0'} hasBin: true peerDependencies: @@ -7975,8 +8130,8 @@ packages: uploadthing: optional: true - update-browserslist-db@1.1.4: - resolution: {integrity: sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==} + update-browserslist-db@1.2.3: + resolution: {integrity: sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==} hasBin: true peerDependencies: browserslist: '>= 4.21.0' @@ -8045,18 +8200,18 @@ packages: postcss: optional: true - vitest@4.0.15: - resolution: {integrity: sha512-n1RxDp8UJm6N0IbJLQo+yzLZ2sQCDyl1o0LeugbPWf8+8Fttp29GghsQBjYJVmWq3gBFfe9Hs1spR44vovn2wA==} + vitest@4.0.16: + resolution: {integrity: sha512-E4t7DJ9pESL6E3I8nFjPa4xGUd3PmiWDLsDztS2qXSJWfHtbQnwAWylaBvSNY48I3vr8PTqIZlyK8TE3V3CA4Q==} engines: {node: ^20.0.0 || ^22.0.0 || >=24.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' '@opentelemetry/api': ^1.9.0 '@types/node': ^20.0.0 || ^22.0.0 || >=24.0.0 - '@vitest/browser-playwright': 4.0.15 - '@vitest/browser-preview': 4.0.15 - '@vitest/browser-webdriverio': 4.0.15 - '@vitest/ui': 4.0.15 + '@vitest/browser-playwright': 4.0.16 + '@vitest/browser-preview': 4.0.16 + '@vitest/browser-webdriverio': 4.0.16 + '@vitest/ui': 4.0.16 happy-dom: '*' jsdom: '*' peerDependenciesMeta: @@ -8151,6 +8306,7 @@ packages: whatwg-encoding@3.1.1: resolution: {integrity: sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==} engines: {node: '>=18'} + deprecated: Use @exodus/bytes instead for a more spec-conformant and faster implementation whatwg-mimetype@3.0.0: resolution: {integrity: sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==} @@ -8385,7 +8541,7 @@ snapshots: dependencies: '@babel/compat-data': 7.28.5 '@babel/helper-validator-option': 7.27.1 - browserslist: 4.28.0 + browserslist: 4.28.1 lru-cache: 5.1.1 semver: 6.3.1 @@ -9079,33 +9235,6 @@ snapshots: dependencies: htm: 3.1.1 - '@dprint/darwin-arm64@0.50.2': - optional: true - - '@dprint/darwin-x64@0.50.2': - optional: true - - '@dprint/linux-arm64-glibc@0.50.2': - optional: true - - '@dprint/linux-arm64-musl@0.50.2': - optional: true - - '@dprint/linux-riscv64-glibc@0.50.2': - optional: true - - '@dprint/linux-x64-glibc@0.50.2': - optional: true - - '@dprint/linux-x64-musl@0.50.2': - optional: true - - '@dprint/win32-arm64@0.50.2': - optional: true - - '@dprint/win32-x64@0.50.2': - optional: true - '@edge-runtime/primitives@6.0.0': {} '@edge-runtime/vm@5.0.0': @@ -9281,9 +9410,9 @@ snapshots: '@esbuild/win32-x64@0.27.0': optional: true - '@eslint-community/eslint-utils@4.9.0(eslint@9.39.1(jiti@2.6.1))': + '@eslint-community/eslint-utils@4.9.0(eslint@9.39.2(jiti@2.6.1))': dependencies: - eslint: 9.39.1(jiti@2.6.1) + eslint: 9.39.2(jiti@2.6.1) eslint-visitor-keys: 3.4.3 '@eslint-community/regexpp@4.12.2': {} @@ -9318,7 +9447,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@eslint/js@9.39.1': {} + '@eslint/js@9.39.2': {} '@eslint/object-schema@2.1.7': {} @@ -9359,128 +9488,128 @@ snapshots: '@inquirer/ansi@1.0.2': {} - '@inquirer/checkbox@4.3.2(@types/node@24.10.1)': + '@inquirer/checkbox@4.3.2(@types/node@24.10.3)': dependencies: '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@24.10.1) + '@inquirer/core': 10.3.2(@types/node@24.10.3) '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@24.10.1) + '@inquirer/type': 3.0.10(@types/node@24.10.3) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 24.10.1 + '@types/node': 24.10.3 - '@inquirer/confirm@5.1.21(@types/node@24.10.1)': + '@inquirer/confirm@5.1.21(@types/node@24.10.3)': dependencies: - '@inquirer/core': 10.3.2(@types/node@24.10.1) - '@inquirer/type': 3.0.10(@types/node@24.10.1) + '@inquirer/core': 10.3.2(@types/node@24.10.3) + '@inquirer/type': 3.0.10(@types/node@24.10.3) optionalDependencies: - '@types/node': 24.10.1 + '@types/node': 24.10.3 - '@inquirer/core@10.3.2(@types/node@24.10.1)': + '@inquirer/core@10.3.2(@types/node@24.10.3)': dependencies: '@inquirer/ansi': 1.0.2 '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@24.10.1) + '@inquirer/type': 3.0.10(@types/node@24.10.3) cli-width: 4.1.0 mute-stream: 2.0.0 signal-exit: 4.1.0 wrap-ansi: 6.2.0 yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 24.10.1 + '@types/node': 24.10.3 - '@inquirer/editor@4.2.23(@types/node@24.10.1)': + '@inquirer/editor@4.2.23(@types/node@24.10.3)': dependencies: - '@inquirer/core': 10.3.2(@types/node@24.10.1) - '@inquirer/external-editor': 1.0.3(@types/node@24.10.1) - '@inquirer/type': 3.0.10(@types/node@24.10.1) + '@inquirer/core': 10.3.2(@types/node@24.10.3) + '@inquirer/external-editor': 1.0.3(@types/node@24.10.3) + '@inquirer/type': 3.0.10(@types/node@24.10.3) optionalDependencies: - '@types/node': 24.10.1 + '@types/node': 24.10.3 - '@inquirer/expand@4.0.23(@types/node@24.10.1)': + '@inquirer/expand@4.0.23(@types/node@24.10.3)': dependencies: - '@inquirer/core': 10.3.2(@types/node@24.10.1) - '@inquirer/type': 3.0.10(@types/node@24.10.1) + '@inquirer/core': 10.3.2(@types/node@24.10.3) + '@inquirer/type': 3.0.10(@types/node@24.10.3) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 24.10.1 + '@types/node': 24.10.3 - '@inquirer/external-editor@1.0.3(@types/node@24.10.1)': + '@inquirer/external-editor@1.0.3(@types/node@24.10.3)': dependencies: chardet: 2.1.1 iconv-lite: 0.7.0 optionalDependencies: - '@types/node': 24.10.1 + '@types/node': 24.10.3 '@inquirer/figures@1.0.15': {} - '@inquirer/input@4.3.1(@types/node@24.10.1)': + '@inquirer/input@4.3.1(@types/node@24.10.3)': dependencies: - '@inquirer/core': 10.3.2(@types/node@24.10.1) - '@inquirer/type': 3.0.10(@types/node@24.10.1) + '@inquirer/core': 10.3.2(@types/node@24.10.3) + '@inquirer/type': 3.0.10(@types/node@24.10.3) optionalDependencies: - '@types/node': 24.10.1 + '@types/node': 24.10.3 - '@inquirer/number@3.0.23(@types/node@24.10.1)': + '@inquirer/number@3.0.23(@types/node@24.10.3)': dependencies: - '@inquirer/core': 10.3.2(@types/node@24.10.1) - '@inquirer/type': 3.0.10(@types/node@24.10.1) + '@inquirer/core': 10.3.2(@types/node@24.10.3) + '@inquirer/type': 3.0.10(@types/node@24.10.3) optionalDependencies: - '@types/node': 24.10.1 + '@types/node': 24.10.3 - '@inquirer/password@4.0.23(@types/node@24.10.1)': + '@inquirer/password@4.0.23(@types/node@24.10.3)': dependencies: '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@24.10.1) - '@inquirer/type': 3.0.10(@types/node@24.10.1) + '@inquirer/core': 10.3.2(@types/node@24.10.3) + '@inquirer/type': 3.0.10(@types/node@24.10.3) optionalDependencies: - '@types/node': 24.10.1 - - '@inquirer/prompts@7.10.1(@types/node@24.10.1)': - dependencies: - '@inquirer/checkbox': 4.3.2(@types/node@24.10.1) - '@inquirer/confirm': 5.1.21(@types/node@24.10.1) - '@inquirer/editor': 4.2.23(@types/node@24.10.1) - '@inquirer/expand': 4.0.23(@types/node@24.10.1) - '@inquirer/input': 4.3.1(@types/node@24.10.1) - '@inquirer/number': 3.0.23(@types/node@24.10.1) - '@inquirer/password': 4.0.23(@types/node@24.10.1) - '@inquirer/rawlist': 4.1.11(@types/node@24.10.1) - '@inquirer/search': 3.2.2(@types/node@24.10.1) - '@inquirer/select': 4.4.2(@types/node@24.10.1) + '@types/node': 24.10.3 + + '@inquirer/prompts@7.10.1(@types/node@24.10.3)': + dependencies: + '@inquirer/checkbox': 4.3.2(@types/node@24.10.3) + '@inquirer/confirm': 5.1.21(@types/node@24.10.3) + '@inquirer/editor': 4.2.23(@types/node@24.10.3) + '@inquirer/expand': 4.0.23(@types/node@24.10.3) + '@inquirer/input': 4.3.1(@types/node@24.10.3) + '@inquirer/number': 3.0.23(@types/node@24.10.3) + '@inquirer/password': 4.0.23(@types/node@24.10.3) + '@inquirer/rawlist': 4.1.11(@types/node@24.10.3) + '@inquirer/search': 3.2.2(@types/node@24.10.3) + '@inquirer/select': 4.4.2(@types/node@24.10.3) optionalDependencies: - '@types/node': 24.10.1 + '@types/node': 24.10.3 - '@inquirer/rawlist@4.1.11(@types/node@24.10.1)': + '@inquirer/rawlist@4.1.11(@types/node@24.10.3)': dependencies: - '@inquirer/core': 10.3.2(@types/node@24.10.1) - '@inquirer/type': 3.0.10(@types/node@24.10.1) + '@inquirer/core': 10.3.2(@types/node@24.10.3) + '@inquirer/type': 3.0.10(@types/node@24.10.3) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 24.10.1 + '@types/node': 24.10.3 - '@inquirer/search@3.2.2(@types/node@24.10.1)': + '@inquirer/search@3.2.2(@types/node@24.10.3)': dependencies: - '@inquirer/core': 10.3.2(@types/node@24.10.1) + '@inquirer/core': 10.3.2(@types/node@24.10.3) '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@24.10.1) + '@inquirer/type': 3.0.10(@types/node@24.10.3) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 24.10.1 + '@types/node': 24.10.3 - '@inquirer/select@4.4.2(@types/node@24.10.1)': + '@inquirer/select@4.4.2(@types/node@24.10.3)': dependencies: '@inquirer/ansi': 1.0.2 - '@inquirer/core': 10.3.2(@types/node@24.10.1) + '@inquirer/core': 10.3.2(@types/node@24.10.3) '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@24.10.1) + '@inquirer/type': 3.0.10(@types/node@24.10.3) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 24.10.1 + '@types/node': 24.10.3 - '@inquirer/type@3.0.10(@types/node@24.10.1)': + '@inquirer/type@3.0.10(@types/node@24.10.3)': optionalDependencies: - '@types/node': 24.10.1 + '@types/node': 24.10.3 '@isaacs/balanced-match@4.0.1': {} @@ -9527,9 +9656,9 @@ snapshots: dependencies: '@braidai/lang': 1.1.2 - '@napi-rs/cli@3.4.1(@emnapi/runtime@1.7.1)(@types/node@24.10.1)(node-addon-api@7.1.1)': + '@napi-rs/cli@3.4.1(@emnapi/runtime@1.7.1)(@types/node@24.10.3)(node-addon-api@7.1.1)': dependencies: - '@inquirer/prompts': 7.10.1(@types/node@24.10.1) + '@inquirer/prompts': 7.10.1(@types/node@24.10.3) '@napi-rs/cross-toolchain': 1.0.3 '@napi-rs/wasm-tools': 1.0.1 '@octokit/rest': 22.0.1 @@ -9607,7 +9736,7 @@ snapshots: '@napi-rs/lzma-wasm32-wasi@1.4.5': dependencies: - '@napi-rs/wasm-runtime': 1.0.7 + '@napi-rs/wasm-runtime': 1.1.1 optional: true '@napi-rs/lzma-win32-arm64-msvc@1.4.5': @@ -9677,7 +9806,7 @@ snapshots: '@napi-rs/tar-wasm32-wasi@1.1.0': dependencies: - '@napi-rs/wasm-runtime': 1.0.7 + '@napi-rs/wasm-runtime': 1.1.1 optional: true '@napi-rs/tar-win32-arm64-msvc@1.1.0': @@ -9715,7 +9844,7 @@ snapshots: '@tybys/wasm-util': 0.10.1 optional: true - '@napi-rs/wasm-runtime@1.0.7': + '@napi-rs/wasm-runtime@1.1.1': dependencies: '@emnapi/core': 1.7.1 '@emnapi/runtime': 1.7.1 @@ -9750,7 +9879,7 @@ snapshots: '@napi-rs/wasm-tools-wasm32-wasi@1.0.1': dependencies: - '@napi-rs/wasm-runtime': 1.0.7 + '@napi-rs/wasm-runtime': 1.1.1 optional: true '@napi-rs/wasm-tools-win32-arm64-msvc@1.0.1': @@ -9854,161 +9983,176 @@ snapshots: '@opentelemetry/api@1.9.0': {} - '@oxc-minify/binding-android-arm64@0.101.0': + '@oxc-minify/binding-android-arm-eabi@0.106.0': optional: true - '@oxc-minify/binding-darwin-arm64@0.101.0': + '@oxc-minify/binding-android-arm64@0.106.0': optional: true - '@oxc-minify/binding-darwin-x64@0.101.0': + '@oxc-minify/binding-darwin-arm64@0.106.0': optional: true - '@oxc-minify/binding-freebsd-x64@0.101.0': + '@oxc-minify/binding-darwin-x64@0.106.0': optional: true - '@oxc-minify/binding-linux-arm-gnueabihf@0.101.0': + '@oxc-minify/binding-freebsd-x64@0.106.0': optional: true - '@oxc-minify/binding-linux-arm64-gnu@0.101.0': + '@oxc-minify/binding-linux-arm-gnueabihf@0.106.0': optional: true - '@oxc-minify/binding-linux-arm64-musl@0.101.0': + '@oxc-minify/binding-linux-arm-musleabihf@0.106.0': optional: true - '@oxc-minify/binding-linux-riscv64-gnu@0.101.0': + '@oxc-minify/binding-linux-arm64-gnu@0.106.0': optional: true - '@oxc-minify/binding-linux-s390x-gnu@0.101.0': + '@oxc-minify/binding-linux-arm64-musl@0.106.0': optional: true - '@oxc-minify/binding-linux-x64-gnu@0.101.0': + '@oxc-minify/binding-linux-ppc64-gnu@0.106.0': optional: true - '@oxc-minify/binding-linux-x64-musl@0.101.0': + '@oxc-minify/binding-linux-riscv64-gnu@0.106.0': optional: true - '@oxc-minify/binding-openharmony-arm64@0.101.0': + '@oxc-minify/binding-linux-riscv64-musl@0.106.0': optional: true - '@oxc-minify/binding-wasm32-wasi@0.101.0': + '@oxc-minify/binding-linux-s390x-gnu@0.106.0': + optional: true + + '@oxc-minify/binding-linux-x64-gnu@0.106.0': + optional: true + + '@oxc-minify/binding-linux-x64-musl@0.106.0': + optional: true + + '@oxc-minify/binding-openharmony-arm64@0.106.0': + optional: true + + '@oxc-minify/binding-wasm32-wasi@0.106.0': dependencies: - '@napi-rs/wasm-runtime': 1.0.7 + '@napi-rs/wasm-runtime': 1.1.1 optional: true - '@oxc-minify/binding-win32-arm64-msvc@0.101.0': + '@oxc-minify/binding-win32-arm64-msvc@0.106.0': optional: true - '@oxc-minify/binding-win32-x64-msvc@0.101.0': + '@oxc-minify/binding-win32-ia32-msvc@0.106.0': optional: true - '@oxc-node/cli@0.0.34': + '@oxc-minify/binding-win32-x64-msvc@0.106.0': + optional: true + + '@oxc-node/cli@0.0.35': dependencies: - '@oxc-node/core': 0.0.34 + '@oxc-node/core': 0.0.35 '@oxc-node/core-android-arm-eabi@0.0.32': optional: true - '@oxc-node/core-android-arm-eabi@0.0.34': + '@oxc-node/core-android-arm-eabi@0.0.35': optional: true '@oxc-node/core-android-arm64@0.0.32': optional: true - '@oxc-node/core-android-arm64@0.0.34': + '@oxc-node/core-android-arm64@0.0.35': optional: true '@oxc-node/core-darwin-arm64@0.0.32': optional: true - '@oxc-node/core-darwin-arm64@0.0.34': + '@oxc-node/core-darwin-arm64@0.0.35': optional: true '@oxc-node/core-darwin-x64@0.0.32': optional: true - '@oxc-node/core-darwin-x64@0.0.34': + '@oxc-node/core-darwin-x64@0.0.35': optional: true '@oxc-node/core-freebsd-x64@0.0.32': optional: true - '@oxc-node/core-freebsd-x64@0.0.34': + '@oxc-node/core-freebsd-x64@0.0.35': optional: true '@oxc-node/core-linux-arm-gnueabihf@0.0.32': optional: true - '@oxc-node/core-linux-arm-gnueabihf@0.0.34': + '@oxc-node/core-linux-arm-gnueabihf@0.0.35': optional: true '@oxc-node/core-linux-arm64-gnu@0.0.32': optional: true - '@oxc-node/core-linux-arm64-gnu@0.0.34': + '@oxc-node/core-linux-arm64-gnu@0.0.35': optional: true '@oxc-node/core-linux-arm64-musl@0.0.32': optional: true - '@oxc-node/core-linux-arm64-musl@0.0.34': + '@oxc-node/core-linux-arm64-musl@0.0.35': optional: true '@oxc-node/core-linux-ppc64-gnu@0.0.32': optional: true - '@oxc-node/core-linux-ppc64-gnu@0.0.34': + '@oxc-node/core-linux-ppc64-gnu@0.0.35': optional: true '@oxc-node/core-linux-s390x-gnu@0.0.32': optional: true - '@oxc-node/core-linux-s390x-gnu@0.0.34': + '@oxc-node/core-linux-s390x-gnu@0.0.35': optional: true '@oxc-node/core-linux-x64-gnu@0.0.32': optional: true - '@oxc-node/core-linux-x64-gnu@0.0.34': + '@oxc-node/core-linux-x64-gnu@0.0.35': optional: true '@oxc-node/core-linux-x64-musl@0.0.32': optional: true - '@oxc-node/core-linux-x64-musl@0.0.34': + '@oxc-node/core-linux-x64-musl@0.0.35': optional: true '@oxc-node/core-openharmony-arm64@0.0.32': optional: true - '@oxc-node/core-openharmony-arm64@0.0.34': + '@oxc-node/core-openharmony-arm64@0.0.35': optional: true '@oxc-node/core-wasm32-wasi@0.0.32': dependencies: - '@napi-rs/wasm-runtime': 1.0.7 + '@napi-rs/wasm-runtime': 1.1.1 optional: true - '@oxc-node/core-wasm32-wasi@0.0.34': + '@oxc-node/core-wasm32-wasi@0.0.35': dependencies: - '@napi-rs/wasm-runtime': 1.0.7 + '@napi-rs/wasm-runtime': 1.1.1 optional: true '@oxc-node/core-win32-arm64-msvc@0.0.32': optional: true - '@oxc-node/core-win32-arm64-msvc@0.0.34': + '@oxc-node/core-win32-arm64-msvc@0.0.35': optional: true '@oxc-node/core-win32-ia32-msvc@0.0.32': optional: true - '@oxc-node/core-win32-ia32-msvc@0.0.34': + '@oxc-node/core-win32-ia32-msvc@0.0.35': optional: true '@oxc-node/core-win32-x64-msvc@0.0.32': optional: true - '@oxc-node/core-win32-x64-msvc@0.0.34': + '@oxc-node/core-win32-x64-msvc@0.0.35': optional: true '@oxc-node/core@0.0.32': @@ -10033,78 +10177,97 @@ snapshots: '@oxc-node/core-win32-ia32-msvc': 0.0.32 '@oxc-node/core-win32-x64-msvc': 0.0.32 - '@oxc-node/core@0.0.34': + '@oxc-node/core@0.0.35': dependencies: pirates: 4.0.7 optionalDependencies: - '@oxc-node/core-android-arm-eabi': 0.0.34 - '@oxc-node/core-android-arm64': 0.0.34 - '@oxc-node/core-darwin-arm64': 0.0.34 - '@oxc-node/core-darwin-x64': 0.0.34 - '@oxc-node/core-freebsd-x64': 0.0.34 - '@oxc-node/core-linux-arm-gnueabihf': 0.0.34 - '@oxc-node/core-linux-arm64-gnu': 0.0.34 - '@oxc-node/core-linux-arm64-musl': 0.0.34 - '@oxc-node/core-linux-ppc64-gnu': 0.0.34 - '@oxc-node/core-linux-s390x-gnu': 0.0.34 - '@oxc-node/core-linux-x64-gnu': 0.0.34 - '@oxc-node/core-linux-x64-musl': 0.0.34 - '@oxc-node/core-openharmony-arm64': 0.0.34 - '@oxc-node/core-wasm32-wasi': 0.0.34 - '@oxc-node/core-win32-arm64-msvc': 0.0.34 - '@oxc-node/core-win32-ia32-msvc': 0.0.34 - '@oxc-node/core-win32-x64-msvc': 0.0.34 + '@oxc-node/core-android-arm-eabi': 0.0.35 + '@oxc-node/core-android-arm64': 0.0.35 + '@oxc-node/core-darwin-arm64': 0.0.35 + '@oxc-node/core-darwin-x64': 0.0.35 + '@oxc-node/core-freebsd-x64': 0.0.35 + '@oxc-node/core-linux-arm-gnueabihf': 0.0.35 + '@oxc-node/core-linux-arm64-gnu': 0.0.35 + '@oxc-node/core-linux-arm64-musl': 0.0.35 + '@oxc-node/core-linux-ppc64-gnu': 0.0.35 + '@oxc-node/core-linux-s390x-gnu': 0.0.35 + '@oxc-node/core-linux-x64-gnu': 0.0.35 + '@oxc-node/core-linux-x64-musl': 0.0.35 + '@oxc-node/core-openharmony-arm64': 0.0.35 + '@oxc-node/core-wasm32-wasi': 0.0.35 + '@oxc-node/core-win32-arm64-msvc': 0.0.35 + '@oxc-node/core-win32-ia32-msvc': 0.0.35 + '@oxc-node/core-win32-x64-msvc': 0.0.35 + + '@oxc-parser/binding-android-arm-eabi@0.106.0': + optional: true + + '@oxc-parser/binding-android-arm64@0.106.0': + optional: true - '@oxc-parser/binding-android-arm64@0.101.0': + '@oxc-parser/binding-darwin-arm64@0.106.0': optional: true - '@oxc-parser/binding-darwin-arm64@0.101.0': + '@oxc-parser/binding-darwin-x64@0.106.0': optional: true - '@oxc-parser/binding-darwin-x64@0.101.0': + '@oxc-parser/binding-freebsd-x64@0.106.0': optional: true - '@oxc-parser/binding-freebsd-x64@0.101.0': + '@oxc-parser/binding-linux-arm-gnueabihf@0.106.0': optional: true - '@oxc-parser/binding-linux-arm-gnueabihf@0.101.0': + '@oxc-parser/binding-linux-arm-musleabihf@0.106.0': optional: true - '@oxc-parser/binding-linux-arm64-gnu@0.101.0': + '@oxc-parser/binding-linux-arm64-gnu@0.106.0': optional: true - '@oxc-parser/binding-linux-arm64-musl@0.101.0': + '@oxc-parser/binding-linux-arm64-musl@0.106.0': optional: true - '@oxc-parser/binding-linux-riscv64-gnu@0.101.0': + '@oxc-parser/binding-linux-ppc64-gnu@0.106.0': optional: true - '@oxc-parser/binding-linux-s390x-gnu@0.101.0': + '@oxc-parser/binding-linux-riscv64-gnu@0.106.0': optional: true - '@oxc-parser/binding-linux-x64-gnu@0.101.0': + '@oxc-parser/binding-linux-riscv64-musl@0.106.0': optional: true - '@oxc-parser/binding-linux-x64-musl@0.101.0': + '@oxc-parser/binding-linux-s390x-gnu@0.106.0': optional: true - '@oxc-parser/binding-openharmony-arm64@0.101.0': + '@oxc-parser/binding-linux-x64-gnu@0.106.0': optional: true - '@oxc-parser/binding-wasm32-wasi@0.101.0': + '@oxc-parser/binding-linux-x64-musl@0.106.0': + optional: true + + '@oxc-parser/binding-openharmony-arm64@0.106.0': + optional: true + + '@oxc-parser/binding-wasm32-wasi@0.106.0': dependencies: - '@napi-rs/wasm-runtime': 1.0.7 + '@napi-rs/wasm-runtime': 1.1.1 + optional: true + + '@oxc-parser/binding-win32-arm64-msvc@0.106.0': optional: true - '@oxc-parser/binding-win32-arm64-msvc@0.101.0': + '@oxc-parser/binding-win32-ia32-msvc@0.106.0': optional: true - '@oxc-parser/binding-win32-x64-msvc@0.101.0': + '@oxc-parser/binding-win32-x64-msvc@0.106.0': optional: true - '@oxc-project/runtime@0.101.0': {} + '@oxc-project/runtime@0.103.0': {} + + '@oxc-project/runtime@0.106.0': {} + + '@oxc-project/types@0.103.0': {} - '@oxc-project/types@0.101.0': {} + '@oxc-project/types@0.106.0': {} '@oxc-resolver/binding-android-arm-eabi@11.14.0': optional: true @@ -10153,7 +10316,7 @@ snapshots: '@oxc-resolver/binding-wasm32-wasi@11.14.0': dependencies: - '@napi-rs/wasm-runtime': 1.0.7 + '@napi-rs/wasm-runtime': 1.1.1 optional: true '@oxc-resolver/binding-win32-arm64-msvc@11.14.0': @@ -10165,92 +10328,149 @@ snapshots: '@oxc-resolver/binding-win32-x64-msvc@11.14.0': optional: true - '@oxc-transform/binding-android-arm64@0.101.0': + '@oxc-transform/binding-android-arm-eabi@0.106.0': optional: true - '@oxc-transform/binding-darwin-arm64@0.101.0': + '@oxc-transform/binding-android-arm64@0.106.0': optional: true - '@oxc-transform/binding-darwin-x64@0.101.0': + '@oxc-transform/binding-darwin-arm64@0.106.0': optional: true - '@oxc-transform/binding-freebsd-x64@0.101.0': + '@oxc-transform/binding-darwin-x64@0.106.0': optional: true - '@oxc-transform/binding-linux-arm-gnueabihf@0.101.0': + '@oxc-transform/binding-freebsd-x64@0.106.0': optional: true - '@oxc-transform/binding-linux-arm64-gnu@0.101.0': + '@oxc-transform/binding-linux-arm-gnueabihf@0.106.0': optional: true - '@oxc-transform/binding-linux-arm64-musl@0.101.0': + '@oxc-transform/binding-linux-arm-musleabihf@0.106.0': optional: true - '@oxc-transform/binding-linux-riscv64-gnu@0.101.0': + '@oxc-transform/binding-linux-arm64-gnu@0.106.0': optional: true - '@oxc-transform/binding-linux-s390x-gnu@0.101.0': + '@oxc-transform/binding-linux-arm64-musl@0.106.0': optional: true - '@oxc-transform/binding-linux-x64-gnu@0.101.0': + '@oxc-transform/binding-linux-ppc64-gnu@0.106.0': optional: true - '@oxc-transform/binding-linux-x64-musl@0.101.0': + '@oxc-transform/binding-linux-riscv64-gnu@0.106.0': optional: true - '@oxc-transform/binding-openharmony-arm64@0.101.0': + '@oxc-transform/binding-linux-riscv64-musl@0.106.0': optional: true - '@oxc-transform/binding-wasm32-wasi@0.101.0': + '@oxc-transform/binding-linux-s390x-gnu@0.106.0': + optional: true + + '@oxc-transform/binding-linux-x64-gnu@0.106.0': + optional: true + + '@oxc-transform/binding-linux-x64-musl@0.106.0': + optional: true + + '@oxc-transform/binding-openharmony-arm64@0.106.0': + optional: true + + '@oxc-transform/binding-wasm32-wasi@0.106.0': dependencies: - '@napi-rs/wasm-runtime': 1.0.7 + '@napi-rs/wasm-runtime': 1.1.1 optional: true - '@oxc-transform/binding-win32-arm64-msvc@0.101.0': + '@oxc-transform/binding-win32-arm64-msvc@0.106.0': optional: true - '@oxc-transform/binding-win32-x64-msvc@0.101.0': + '@oxc-transform/binding-win32-ia32-msvc@0.106.0': + optional: true + + '@oxc-transform/binding-win32-x64-msvc@0.106.0': optional: true '@oxfmt/darwin-arm64@0.16.0': optional: true + '@oxfmt/darwin-arm64@0.21.0': + optional: true + '@oxfmt/darwin-x64@0.16.0': optional: true + '@oxfmt/darwin-x64@0.21.0': + optional: true + '@oxfmt/linux-arm64-gnu@0.16.0': optional: true + '@oxfmt/linux-arm64-gnu@0.21.0': + optional: true + '@oxfmt/linux-arm64-musl@0.16.0': optional: true + '@oxfmt/linux-arm64-musl@0.21.0': + optional: true + '@oxfmt/linux-x64-gnu@0.16.0': optional: true + '@oxfmt/linux-x64-gnu@0.21.0': + optional: true + '@oxfmt/linux-x64-musl@0.16.0': optional: true + '@oxfmt/linux-x64-musl@0.21.0': + optional: true + '@oxfmt/win32-arm64@0.16.0': optional: true + '@oxfmt/win32-arm64@0.21.0': + optional: true + '@oxfmt/win32-x64@0.16.0': optional: true + '@oxfmt/win32-x64@0.21.0': + optional: true + + '@oxlint-tsgolint/darwin-arm64@0.10.0': + optional: true + '@oxlint-tsgolint/darwin-arm64@0.8.3': optional: true + '@oxlint-tsgolint/darwin-x64@0.10.0': + optional: true + '@oxlint-tsgolint/darwin-x64@0.8.3': optional: true + '@oxlint-tsgolint/linux-arm64@0.10.0': + optional: true + '@oxlint-tsgolint/linux-arm64@0.8.3': optional: true + '@oxlint-tsgolint/linux-x64@0.10.0': + optional: true + '@oxlint-tsgolint/linux-x64@0.8.3': optional: true + '@oxlint-tsgolint/win32-arm64@0.10.0': + optional: true + '@oxlint-tsgolint/win32-arm64@0.8.3': optional: true + '@oxlint-tsgolint/win32-x64@0.10.0': + optional: true + '@oxlint-tsgolint/win32-x64@0.8.3': optional: true @@ -10344,10 +10564,10 @@ snapshots: '@pnpm/constants@1001.3.1': {} - '@pnpm/core-loggers@1001.0.6(@pnpm/logger@1001.0.1)': + '@pnpm/core-loggers@1001.0.8(@pnpm/logger@1001.0.1)': dependencies: '@pnpm/logger': 1001.0.1 - '@pnpm/types': 1001.0.1 + '@pnpm/types': 1001.2.0 '@pnpm/error@1000.0.5': dependencies: @@ -10362,23 +10582,23 @@ snapshots: bole: 5.0.23 split2: 4.2.0 - '@pnpm/manifest-utils@1002.0.1(@pnpm/logger@1001.0.1)': + '@pnpm/manifest-utils@1002.0.3(@pnpm/logger@1001.0.1)': dependencies: - '@pnpm/core-loggers': 1001.0.6(@pnpm/logger@1001.0.1) + '@pnpm/core-loggers': 1001.0.8(@pnpm/logger@1001.0.1) '@pnpm/error': 1000.0.5 '@pnpm/logger': 1001.0.1 - '@pnpm/types': 1001.0.1 + '@pnpm/types': 1001.2.0 - '@pnpm/read-project-manifest@1001.2.1(@pnpm/logger@1001.0.1)': + '@pnpm/read-project-manifest@1001.2.3(@pnpm/logger@1001.0.1)': dependencies: '@gwhitney/detect-indent': 7.0.1 '@pnpm/error': 1000.0.5 '@pnpm/graceful-fs': 1000.0.1 '@pnpm/logger': 1001.0.1 - '@pnpm/manifest-utils': 1002.0.1(@pnpm/logger@1001.0.1) + '@pnpm/manifest-utils': 1002.0.3(@pnpm/logger@1001.0.1) '@pnpm/text.comments-parser': 1000.0.0 - '@pnpm/types': 1001.0.1 - '@pnpm/write-project-manifest': 1000.0.13 + '@pnpm/types': 1001.2.0 + '@pnpm/write-project-manifest': 1000.0.15 fast-deep-equal: 3.1.3 is-windows: 1.0.2 json5: 2.2.3 @@ -10390,12 +10610,12 @@ snapshots: dependencies: strip-comments-strings: 1.2.0 - '@pnpm/types@1001.0.1': {} + '@pnpm/types@1001.2.0': {} - '@pnpm/write-project-manifest@1000.0.13': + '@pnpm/write-project-manifest@1000.0.15': dependencies: '@pnpm/text.comments-parser': 1000.0.0 - '@pnpm/types': 1001.0.1 + '@pnpm/types': 1001.2.0 json5: 2.2.3 write-file-atomic: 5.0.1 write-yaml-file: 5.0.0 @@ -10425,15 +10645,11 @@ snapshots: - react-native-b4a - supports-color - '@quansync/fs@0.1.5': - dependencies: - quansync: 0.2.11 - '@quansync/fs@1.0.0': dependencies: quansync: 1.0.0 - '@rolldown/debug@1.0.0-beta.51': {} + '@rolldown/debug@1.0.0-beta.58': {} '@rollup/plugin-alias@5.1.1(rollup@4.53.3)': optionalDependencies: @@ -10594,11 +10810,11 @@ snapshots: '@simple-libs/child-process-utils@1.0.1': dependencies: '@simple-libs/stream-utils': 1.1.0 - '@types/node': 22.19.1 + '@types/node': 22.19.3 '@simple-libs/stream-utils@1.1.0': dependencies: - '@types/node': 22.19.1 + '@types/node': 22.19.3 '@sindresorhus/merge-streams@4.0.0': {} @@ -10659,13 +10875,13 @@ snapshots: '@types/connect@3.4.38': dependencies: - '@types/node': 22.19.1 + '@types/node': 22.19.3 '@types/convert-source-map@2.0.3': {} '@types/cross-spawn@6.0.6': dependencies: - '@types/node': 22.19.1 + '@types/node': 22.19.3 '@types/deep-eql@4.0.2': {} @@ -10675,11 +10891,11 @@ snapshots: '@types/etag@1.8.4': dependencies: - '@types/node': 22.19.1 + '@types/node': 22.19.3 '@types/fs-extra@9.0.13': dependencies: - '@types/node': 22.19.1 + '@types/node': 22.19.3 '@types/glob@9.0.0': dependencies: @@ -10722,11 +10938,11 @@ snapshots: dependencies: undici-types: 6.21.0 - '@types/node@22.19.1': + '@types/node@22.19.3': dependencies: undici-types: 6.21.0 - '@types/node@24.10.1': + '@types/node@24.10.3': dependencies: undici-types: 7.16.0 @@ -10741,14 +10957,14 @@ snapshots: '@types/rimraf@3.0.2': dependencies: '@types/glob': 9.0.0 - '@types/node': 22.19.1 + '@types/node': 22.19.3 '@types/semver@7.7.1': {} '@types/serve-static@2.2.0': dependencies: '@types/http-errors': 2.0.5 - '@types/node': 22.19.1 + '@types/node': 22.19.3 '@types/sinonjs__fake-timers@8.1.5': {} @@ -10756,7 +10972,7 @@ snapshots: '@types/stylus@0.48.43': dependencies: - '@types/node': 22.19.1 + '@types/node': 22.19.3 '@types/unist@3.0.3': {} @@ -10770,103 +10986,102 @@ snapshots: '@types/ws@8.18.1': dependencies: - '@types/node': 22.19.1 + '@types/node': 22.19.3 '@types/yauzl@2.10.3': dependencies: - '@types/node': 22.19.1 + '@types/node': 22.19.3 optional: true - '@typescript-eslint/eslint-plugin@8.48.0(@typescript-eslint/parser@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': + '@typescript-eslint/eslint-plugin@8.51.0(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': dependencies: '@eslint-community/regexpp': 4.12.2 - '@typescript-eslint/parser': 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/scope-manager': 8.48.0 - '@typescript-eslint/type-utils': 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/utils': 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/visitor-keys': 8.48.0 - eslint: 9.39.1(jiti@2.6.1) - graphemer: 1.4.0 + '@typescript-eslint/parser': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/scope-manager': 8.51.0 + '@typescript-eslint/type-utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/visitor-keys': 8.51.0 + eslint: 9.39.2(jiti@2.6.1) ignore: 7.0.5 natural-compare: 1.4.0 - ts-api-utils: 2.1.0(typescript@5.9.3) + ts-api-utils: 2.4.0(typescript@5.9.3) typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': + '@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': dependencies: - '@typescript-eslint/scope-manager': 8.48.0 - '@typescript-eslint/types': 8.48.0 - '@typescript-eslint/typescript-estree': 8.48.0(typescript@5.9.3) - '@typescript-eslint/visitor-keys': 8.48.0 + '@typescript-eslint/scope-manager': 8.51.0 + '@typescript-eslint/types': 8.51.0 + '@typescript-eslint/typescript-estree': 8.51.0(typescript@5.9.3) + '@typescript-eslint/visitor-keys': 8.51.0 debug: 4.4.3(supports-color@8.1.1) - eslint: 9.39.1(jiti@2.6.1) + eslint: 9.39.2(jiti@2.6.1) typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/project-service@8.48.0(typescript@5.9.3)': + '@typescript-eslint/project-service@8.51.0(typescript@5.9.3)': dependencies: - '@typescript-eslint/tsconfig-utils': 8.48.0(typescript@5.9.3) - '@typescript-eslint/types': 8.48.0 + '@typescript-eslint/tsconfig-utils': 8.51.0(typescript@5.9.3) + '@typescript-eslint/types': 8.51.0 debug: 4.4.3(supports-color@8.1.1) typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/scope-manager@8.48.0': + '@typescript-eslint/scope-manager@8.51.0': dependencies: - '@typescript-eslint/types': 8.48.0 - '@typescript-eslint/visitor-keys': 8.48.0 + '@typescript-eslint/types': 8.51.0 + '@typescript-eslint/visitor-keys': 8.51.0 - '@typescript-eslint/tsconfig-utils@8.48.0(typescript@5.9.3)': + '@typescript-eslint/tsconfig-utils@8.51.0(typescript@5.9.3)': dependencies: typescript: 5.9.3 - '@typescript-eslint/type-utils@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': + '@typescript-eslint/type-utils@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': dependencies: - '@typescript-eslint/types': 8.48.0 - '@typescript-eslint/typescript-estree': 8.48.0(typescript@5.9.3) - '@typescript-eslint/utils': 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/types': 8.51.0 + '@typescript-eslint/typescript-estree': 8.51.0(typescript@5.9.3) + '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) debug: 4.4.3(supports-color@8.1.1) - eslint: 9.39.1(jiti@2.6.1) - ts-api-utils: 2.1.0(typescript@5.9.3) + eslint: 9.39.2(jiti@2.6.1) + ts-api-utils: 2.4.0(typescript@5.9.3) typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/types@8.48.0': {} + '@typescript-eslint/types@8.51.0': {} - '@typescript-eslint/typescript-estree@8.48.0(typescript@5.9.3)': + '@typescript-eslint/typescript-estree@8.51.0(typescript@5.9.3)': dependencies: - '@typescript-eslint/project-service': 8.48.0(typescript@5.9.3) - '@typescript-eslint/tsconfig-utils': 8.48.0(typescript@5.9.3) - '@typescript-eslint/types': 8.48.0 - '@typescript-eslint/visitor-keys': 8.48.0 + '@typescript-eslint/project-service': 8.51.0(typescript@5.9.3) + '@typescript-eslint/tsconfig-utils': 8.51.0(typescript@5.9.3) + '@typescript-eslint/types': 8.51.0 + '@typescript-eslint/visitor-keys': 8.51.0 debug: 4.4.3(supports-color@8.1.1) minimatch: 9.0.5 semver: 7.7.3 tinyglobby: 0.2.15 - ts-api-utils: 2.1.0(typescript@5.9.3) + ts-api-utils: 2.4.0(typescript@5.9.3) typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': + '@typescript-eslint/utils@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': dependencies: - '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.1(jiti@2.6.1)) - '@typescript-eslint/scope-manager': 8.48.0 - '@typescript-eslint/types': 8.48.0 - '@typescript-eslint/typescript-estree': 8.48.0(typescript@5.9.3) - eslint: 9.39.1(jiti@2.6.1) + '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.2(jiti@2.6.1)) + '@typescript-eslint/scope-manager': 8.51.0 + '@typescript-eslint/types': 8.51.0 + '@typescript-eslint/typescript-estree': 8.51.0(typescript@5.9.3) + eslint: 9.39.2(jiti@2.6.1) typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/visitor-keys@8.48.0': + '@typescript-eslint/visitor-keys@8.51.0': dependencies: - '@typescript-eslint/types': 8.48.0 + '@typescript-eslint/types': 8.51.0 eslint-visitor-keys: 4.2.1 '@ungap/structured-clone@1.3.0': {} @@ -10930,32 +11145,34 @@ snapshots: '@unrs/resolver-binding-win32-x64-msvc@1.11.1': optional: true - '@vitejs/devtools-kit@0.0.0-alpha.18(vite@packages+core)(ws@8.18.3)': + '@vercel/detect-agent@1.0.0': {} + + '@vitejs/devtools-kit@0.0.0-alpha.22(vite@packages+core)(ws@8.18.3)': dependencies: - '@vitejs/devtools-rpc': 0.0.0-alpha.18(ws@8.18.3) - birpc: 2.8.0 - birpc-x: 0.0.5 - nanoevents: 9.1.0 + '@vitejs/devtools-rpc': 0.0.0-alpha.22(ws@8.18.3) + birpc: 4.0.0 + birpc-x: 0.0.6 + immer: 11.1.3 vite: link:packages/core transitivePeerDependencies: - ws - '@vitejs/devtools-rpc@0.0.0-alpha.18(ws@8.18.3)': + '@vitejs/devtools-rpc@0.0.0-alpha.22(ws@8.18.3)': dependencies: - birpc: 2.8.0 + birpc: 4.0.0 structured-clone-es: 1.0.0 optionalDependencies: ws: 8.18.3 - '@vitejs/devtools-vite@0.0.0-alpha.18(@pnpm/logger@1001.0.1)(vite@packages+core)(vue@3.5.25(typescript@5.9.3))': + '@vitejs/devtools-vite@0.0.0-alpha.22(@pnpm/logger@1001.0.1)(vite@packages+core)(vue@3.5.25(typescript@5.9.3))': dependencies: '@floating-ui/dom': 1.7.4 - '@pnpm/read-project-manifest': 1001.2.1(@pnpm/logger@1001.0.1) - '@rolldown/debug': 1.0.0-beta.51 - '@vitejs/devtools-kit': 0.0.0-alpha.18(vite@packages+core)(ws@8.18.3) - '@vitejs/devtools-rpc': 0.0.0-alpha.18(ws@8.18.3) + '@pnpm/read-project-manifest': 1001.2.3(@pnpm/logger@1001.0.1) + '@rolldown/debug': 1.0.0-beta.58 + '@vitejs/devtools-kit': 0.0.0-alpha.22(vite@packages+core)(ws@8.18.3) + '@vitejs/devtools-rpc': 0.0.0-alpha.22(ws@8.18.3) ansis: 4.2.0 - birpc: 2.8.0 + birpc: 4.0.0 cac: 6.7.14 d3-shape: 3.2.0 diff: 8.0.2 @@ -10966,12 +11183,12 @@ snapshots: ohash: 2.0.11 p-limit: 7.2.0 pathe: 2.0.3 - publint: 0.3.15 + publint: 0.3.16 sirv: 3.0.2(patch_hash=c07c56eb72faea34341d465cde2314e89db472106ed378181e3447893af6bf95) split2: 4.2.0 structured-clone-es: 1.0.0 tinyglobby: 0.2.15 - unconfig: 7.4.1 + unconfig: 7.4.2 unstorage: 1.17.3 vue-virtual-scroller: 2.0.0-beta.8(vue@3.5.25(typescript@5.9.3)) ws: 8.18.3 @@ -11001,22 +11218,23 @@ snapshots: - vite - vue - '@vitejs/devtools@0.0.0-alpha.18(@pnpm/logger@1001.0.1)(vite@packages+core)(vue@3.5.25(typescript@5.9.3))': + '@vitejs/devtools@0.0.0-alpha.22(@pnpm/logger@1001.0.1)(vite@packages+core)(vue@3.5.25(typescript@5.9.3))': dependencies: - '@vitejs/devtools-kit': 0.0.0-alpha.18(vite@packages+core)(ws@8.18.3) - '@vitejs/devtools-rpc': 0.0.0-alpha.18(ws@8.18.3) - '@vitejs/devtools-vite': 0.0.0-alpha.18(@pnpm/logger@1001.0.1)(vite@packages+core)(vue@3.5.25(typescript@5.9.3)) - birpc: 2.8.0 - birpc-x: 0.0.5 + '@vitejs/devtools-kit': 0.0.0-alpha.22(vite@packages+core)(ws@8.18.3) + '@vitejs/devtools-rpc': 0.0.0-alpha.22(ws@8.18.3) + '@vitejs/devtools-vite': 0.0.0-alpha.22(@pnpm/logger@1001.0.1)(vite@packages+core)(vue@3.5.25(typescript@5.9.3)) + birpc: 4.0.0 + birpc-x: 0.0.6 cac: 6.7.14 debug: 4.4.3(supports-color@8.1.1) + immer: 11.1.3 launch-editor: 2.12.0 mlly: 1.8.0 - nanoevents: 9.1.0 open: 11.0.0 pathe: 2.0.3 perfect-debounce: 2.0.0 sirv: 3.0.2(patch_hash=c07c56eb72faea34341d465cde2314e89db472106ed378181e3447893af6bf95) + tinyexec: 1.0.2 vite: link:packages/core ws: 8.18.3 transitivePeerDependencies: @@ -11059,40 +11277,40 @@ snapshots: mri: 1.2.0 picocolors: 1.1.1 prompts: 2.4.2 - publint: 0.3.15 + publint: 0.3.16 semver: 7.7.3 transitivePeerDependencies: - conventional-commits-filter - '@vitest/browser-playwright@4.0.15(playwright@1.57.0)(vite@packages+core)(vitest@4.0.15)': + '@vitest/browser-playwright@4.0.16(playwright@1.57.0)(vite@packages+core)(vitest@4.0.16)': dependencies: - '@vitest/browser': 4.0.15(vite@packages+core)(vitest@4.0.15) - '@vitest/mocker': 4.0.15(vite@packages+core) + '@vitest/browser': 4.0.16(vite@packages+core)(vitest@4.0.16) + '@vitest/mocker': 4.0.16(vite@packages+core) playwright: 1.57.0 tinyrainbow: 3.0.3 - vitest: 4.0.15(@edge-runtime/vm@5.0.0)(@opentelemetry/api@1.9.0)(@types/node@22.19.1)(@vitest/browser-playwright@4.0.15(playwright@1.57.0)(vite@packages+core)(vitest@4.0.15))(@vitest/browser-preview@4.0.15(vite@packages+core)(vitest@4.0.15))(@vitest/browser-webdriverio@4.0.15(vite@packages+core)(vitest@4.0.15)(webdriverio@9.20.1))(@vitest/ui@4.0.15(vitest@4.0.15))(happy-dom@20.0.10)(jsdom@27.2.0) + vitest: 4.0.16(@edge-runtime/vm@5.0.0)(@opentelemetry/api@1.9.0)(@types/node@22.19.3)(@vitest/browser-playwright@4.0.16(playwright@1.57.0)(vite@packages+core)(vitest@4.0.16))(@vitest/browser-preview@4.0.16(vite@packages+core)(vitest@4.0.16))(@vitest/browser-webdriverio@4.0.16(vite@packages+core)(vitest@4.0.16)(webdriverio@9.20.1))(@vitest/ui@4.0.16(vitest@4.0.16))(happy-dom@20.0.10)(jsdom@27.2.0) transitivePeerDependencies: - bufferutil - msw - utf-8-validate - vite - '@vitest/browser-preview@4.0.15(vite@packages+core)(vitest@4.0.15)': + '@vitest/browser-preview@4.0.16(vite@packages+core)(vitest@4.0.16)': dependencies: '@testing-library/dom': 10.4.1 '@testing-library/user-event': 14.6.1(@testing-library/dom@10.4.1) - '@vitest/browser': 4.0.15(vite@packages+core)(vitest@4.0.15) - vitest: 4.0.15(@edge-runtime/vm@5.0.0)(@opentelemetry/api@1.9.0)(@types/node@22.19.1)(@vitest/browser-playwright@4.0.15(playwright@1.57.0)(vite@packages+core)(vitest@4.0.15))(@vitest/browser-preview@4.0.15(vite@packages+core)(vitest@4.0.15))(@vitest/browser-webdriverio@4.0.15(vite@packages+core)(vitest@4.0.15)(webdriverio@9.20.1))(@vitest/ui@4.0.15(vitest@4.0.15))(happy-dom@20.0.10)(jsdom@27.2.0) + '@vitest/browser': 4.0.16(vite@packages+core)(vitest@4.0.16) + vitest: 4.0.16(@edge-runtime/vm@5.0.0)(@opentelemetry/api@1.9.0)(@types/node@22.19.3)(@vitest/browser-playwright@4.0.16(playwright@1.57.0)(vite@packages+core)(vitest@4.0.16))(@vitest/browser-preview@4.0.16(vite@packages+core)(vitest@4.0.16))(@vitest/browser-webdriverio@4.0.16(vite@packages+core)(vitest@4.0.16)(webdriverio@9.20.1))(@vitest/ui@4.0.16(vitest@4.0.16))(happy-dom@20.0.10)(jsdom@27.2.0) transitivePeerDependencies: - bufferutil - msw - utf-8-validate - vite - '@vitest/browser-webdriverio@4.0.15(vite@packages+core)(vitest@4.0.15)(webdriverio@9.20.1)': + '@vitest/browser-webdriverio@4.0.16(vite@packages+core)(vitest@4.0.16)(webdriverio@9.20.1)': dependencies: - '@vitest/browser': 4.0.15(vite@packages+core)(vitest@4.0.15) - vitest: 4.0.15(@edge-runtime/vm@5.0.0)(@opentelemetry/api@1.9.0)(@types/node@22.19.1)(@vitest/browser-playwright@4.0.15(playwright@1.57.0)(vite@packages+core)(vitest@4.0.15))(@vitest/browser-preview@4.0.15(vite@packages+core)(vitest@4.0.15))(@vitest/browser-webdriverio@4.0.15(vite@packages+core)(vitest@4.0.15)(webdriverio@9.20.1))(@vitest/ui@4.0.15(vitest@4.0.15))(happy-dom@20.0.10)(jsdom@27.2.0) + '@vitest/browser': 4.0.16(vite@packages+core)(vitest@4.0.16) + vitest: 4.0.16(@edge-runtime/vm@5.0.0)(@opentelemetry/api@1.9.0)(@types/node@22.19.3)(@vitest/browser-playwright@4.0.16(playwright@1.57.0)(vite@packages+core)(vitest@4.0.16))(@vitest/browser-preview@4.0.16(vite@packages+core)(vitest@4.0.16))(@vitest/browser-webdriverio@4.0.16(vite@packages+core)(vitest@4.0.16)(webdriverio@9.20.1))(@vitest/ui@4.0.16(vitest@4.0.16))(happy-dom@20.0.10)(jsdom@27.2.0) webdriverio: 9.20.1 transitivePeerDependencies: - bufferutil @@ -11100,16 +11318,16 @@ snapshots: - utf-8-validate - vite - '@vitest/browser@4.0.15(vite@packages+core)(vitest@4.0.15)': + '@vitest/browser@4.0.16(vite@packages+core)(vitest@4.0.16)': dependencies: - '@vitest/mocker': 4.0.15(vite@packages+core) - '@vitest/utils': 4.0.15 + '@vitest/mocker': 4.0.16(vite@packages+core) + '@vitest/utils': 4.0.16 magic-string: 0.30.21 pixelmatch: 7.1.0 pngjs: 7.0.0 sirv: 3.0.2(patch_hash=c07c56eb72faea34341d465cde2314e89db472106ed378181e3447893af6bf95) tinyrainbow: 3.0.3 - vitest: 4.0.15(@edge-runtime/vm@5.0.0)(@opentelemetry/api@1.9.0)(@types/node@22.19.1)(@vitest/browser-playwright@4.0.15(playwright@1.57.0)(vite@packages+core)(vitest@4.0.15))(@vitest/browser-preview@4.0.15(vite@packages+core)(vitest@4.0.15))(@vitest/browser-webdriverio@4.0.15(vite@packages+core)(vitest@4.0.15)(webdriverio@9.20.1))(@vitest/ui@4.0.15(vitest@4.0.15))(happy-dom@20.0.10)(jsdom@27.2.0) + vitest: 4.0.16(@edge-runtime/vm@5.0.0)(@opentelemetry/api@1.9.0)(@types/node@22.19.3)(@vitest/browser-playwright@4.0.16(playwright@1.57.0)(vite@packages+core)(vitest@4.0.16))(@vitest/browser-preview@4.0.16(vite@packages+core)(vitest@4.0.16))(@vitest/browser-webdriverio@4.0.16(vite@packages+core)(vitest@4.0.16)(webdriverio@9.20.1))(@vitest/ui@4.0.16(vitest@4.0.16))(happy-dom@20.0.10)(jsdom@27.2.0) ws: 8.18.3 transitivePeerDependencies: - bufferutil @@ -11117,54 +11335,54 @@ snapshots: - utf-8-validate - vite - '@vitest/expect@4.0.15': + '@vitest/expect@4.0.16': dependencies: '@standard-schema/spec': 1.0.0 '@types/chai': 5.2.3 - '@vitest/spy': 4.0.15 - '@vitest/utils': 4.0.15 + '@vitest/spy': 4.0.16 + '@vitest/utils': 4.0.16 chai: 6.2.1 tinyrainbow: 3.0.3 - '@vitest/mocker@4.0.15(vite@packages+core)': + '@vitest/mocker@4.0.16(vite@packages+core)': dependencies: - '@vitest/spy': 4.0.15 + '@vitest/spy': 4.0.16 estree-walker: 3.0.3 magic-string: 0.30.21 optionalDependencies: vite: link:packages/core - '@vitest/pretty-format@4.0.15': + '@vitest/pretty-format@4.0.16': dependencies: tinyrainbow: 3.0.3 - '@vitest/runner@4.0.15': + '@vitest/runner@4.0.16': dependencies: - '@vitest/utils': 4.0.15 + '@vitest/utils': 4.0.16 pathe: 2.0.3 - '@vitest/snapshot@4.0.15': + '@vitest/snapshot@4.0.16': dependencies: - '@vitest/pretty-format': 4.0.15 + '@vitest/pretty-format': 4.0.16 magic-string: 0.30.21 pathe: 2.0.3 - '@vitest/spy@4.0.15': {} + '@vitest/spy@4.0.16': {} - '@vitest/ui@4.0.15(vitest@4.0.15)': + '@vitest/ui@4.0.16(vitest@4.0.16)': dependencies: - '@vitest/utils': 4.0.15 + '@vitest/utils': 4.0.16 fflate: 0.8.2 flatted: 3.3.3 pathe: 2.0.3 sirv: 3.0.2(patch_hash=c07c56eb72faea34341d465cde2314e89db472106ed378181e3447893af6bf95) tinyglobby: 0.2.15 tinyrainbow: 3.0.3 - vitest: 4.0.15(@edge-runtime/vm@5.0.0)(@opentelemetry/api@1.9.0)(@types/node@22.19.1)(@vitest/browser-playwright@4.0.15(playwright@1.57.0)(vite@packages+core)(vitest@4.0.15))(@vitest/browser-preview@4.0.15(vite@packages+core)(vitest@4.0.15))(@vitest/browser-webdriverio@4.0.15(vite@packages+core)(vitest@4.0.15)(webdriverio@9.20.1))(@vitest/ui@4.0.15(vitest@4.0.15))(happy-dom@20.0.10)(jsdom@27.2.0) + vitest: 4.0.16(@edge-runtime/vm@5.0.0)(@opentelemetry/api@1.9.0)(@types/node@22.19.3)(@vitest/browser-playwright@4.0.16(playwright@1.57.0)(vite@packages+core)(vitest@4.0.16))(@vitest/browser-preview@4.0.16(vite@packages+core)(vitest@4.0.16))(@vitest/browser-webdriverio@4.0.16(vite@packages+core)(vitest@4.0.16)(webdriverio@9.20.1))(@vitest/ui@4.0.16(vitest@4.0.16))(happy-dom@20.0.10)(jsdom@27.2.0) - '@vitest/utils@4.0.15': + '@vitest/utils@4.0.16': dependencies: - '@vitest/pretty-format': 4.0.15 + '@vitest/pretty-format': 4.0.16 tinyrainbow: 3.0.3 '@vue/compiler-core@3.5.25': @@ -11348,6 +11566,10 @@ snapshots: dependencies: acorn: 6.4.2 + acorn-import-assertions@1.9.0(acorn@8.15.0): + dependencies: + acorn: 8.15.0 + acorn-jsx@5.3.2(acorn@6.4.2): dependencies: acorn: 6.4.2 @@ -11519,7 +11741,7 @@ snapshots: base64-js@1.5.1: {} - baseline-browser-mapping@2.8.32: {} + baseline-browser-mapping@2.9.11: {} basic-ftp@5.0.5: {} @@ -11531,14 +11753,16 @@ snapshots: binary-extensions@2.3.0: {} - birpc-x@0.0.5: + birpc-x@0.0.6: dependencies: - birpc: 2.8.0 + birpc: 3.0.0 birpc@2.8.0: {} birpc@3.0.0: {} + birpc@4.0.0: {} + bole@5.0.23: dependencies: fast-safe-stringify: 2.1.1 @@ -11561,18 +11785,18 @@ snapshots: browser-stdout@1.3.1: {} - browserslist-to-esbuild@2.1.1(browserslist@4.28.0): + browserslist-to-esbuild@2.1.1(browserslist@4.28.1): dependencies: - browserslist: 4.28.0 + browserslist: 4.28.1 meow: 13.2.0 - browserslist@4.28.0: + browserslist@4.28.1: dependencies: - baseline-browser-mapping: 2.8.32 - caniuse-lite: 1.0.30001757 - electron-to-chromium: 1.5.260 + baseline-browser-mapping: 2.9.11 + caniuse-lite: 1.0.30001762 + electron-to-chromium: 1.5.267 node-releases: 2.0.27 - update-browserslist-db: 1.1.4(browserslist@4.28.0) + update-browserslist-db: 1.2.3(browserslist@4.28.1) buble@0.20.0: dependencies: @@ -11607,7 +11831,7 @@ snapshots: camelcase@6.3.0: {} - caniuse-lite@1.0.30001757: {} + caniuse-lite@1.0.30001762: {} ccount@2.0.1: {} @@ -11671,10 +11895,6 @@ snapshots: dependencies: readdirp: 4.1.2 - chokidar@5.0.0: - dependencies: - readdirp: 5.0.0 - cjs-module-lexer@1.4.3: {} cjs-module-lexer@2.1.1: {} @@ -11806,7 +12026,7 @@ snapshots: core-js-compat@3.47.0: dependencies: - browserslist: 4.28.0 + browserslist: 4.28.1 core-js@3.47.0: {} @@ -11972,18 +12192,6 @@ snapshots: dotenv@17.2.3: {} - dprint@0.50.2: - optionalDependencies: - '@dprint/darwin-arm64': 0.50.2 - '@dprint/darwin-x64': 0.50.2 - '@dprint/linux-arm64-glibc': 0.50.2 - '@dprint/linux-arm64-musl': 0.50.2 - '@dprint/linux-riscv64-glibc': 0.50.2 - '@dprint/linux-x64-glibc': 0.50.2 - '@dprint/linux-x64-musl': 0.50.2 - '@dprint/win32-arm64': 0.50.2 - '@dprint/win32-x64': 0.50.2 - dts-resolver@2.1.3(oxc-resolver@11.14.0): optionalDependencies: oxc-resolver: 11.14.0 @@ -12010,7 +12218,7 @@ snapshots: ee-first@1.1.1: {} - electron-to-chromium@1.5.260: {} + electron-to-chromium@1.5.267: {} emnapi@1.7.1(node-addon-api@7.1.1): optionalDependencies: @@ -12139,9 +12347,9 @@ snapshots: optionalDependencies: source-map: 0.6.1 - eslint-compat-utils@0.5.1(eslint@9.39.1(jiti@2.6.1)): + eslint-compat-utils@0.5.1(eslint@9.39.2(jiti@2.6.1)): dependencies: - eslint: 9.39.1(jiti@2.6.1) + eslint: 9.39.2(jiti@2.6.1) semver: 7.7.3 eslint-import-context@0.1.9(unrs-resolver@1.11.1): @@ -12151,19 +12359,19 @@ snapshots: optionalDependencies: unrs-resolver: 1.11.1 - eslint-plugin-es-x@7.8.0(eslint@9.39.1(jiti@2.6.1)): + eslint-plugin-es-x@7.8.0(eslint@9.39.2(jiti@2.6.1)): dependencies: - '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.1(jiti@2.6.1)) + '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.2(jiti@2.6.1)) '@eslint-community/regexpp': 4.12.2 - eslint: 9.39.1(jiti@2.6.1) - eslint-compat-utils: 0.5.1(eslint@9.39.1(jiti@2.6.1)) + eslint: 9.39.2(jiti@2.6.1) + eslint-compat-utils: 0.5.1(eslint@9.39.2(jiti@2.6.1)) - eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1)): + eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1)): dependencies: - '@typescript-eslint/types': 8.48.0 + '@typescript-eslint/types': 8.51.0 comment-parser: 1.4.1 debug: 4.4.3(supports-color@8.1.1) - eslint: 9.39.1(jiti@2.6.1) + eslint: 9.39.2(jiti@2.6.1) eslint-import-context: 0.1.9(unrs-resolver@1.11.1) is-glob: 4.0.3 minimatch: 10.1.1 @@ -12171,16 +12379,16 @@ snapshots: stable-hash-x: 0.2.0 unrs-resolver: 1.11.1 optionalDependencies: - '@typescript-eslint/utils': 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) transitivePeerDependencies: - supports-color - eslint-plugin-n@17.23.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3): + eslint-plugin-n@17.23.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3): dependencies: - '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.1(jiti@2.6.1)) + '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.2(jiti@2.6.1)) enhanced-resolve: 5.18.3 - eslint: 9.39.1(jiti@2.6.1) - eslint-plugin-es-x: 7.8.0(eslint@9.39.1(jiti@2.6.1)) + eslint: 9.39.2(jiti@2.6.1) + eslint-plugin-es-x: 7.8.0(eslint@9.39.2(jiti@2.6.1)) get-tsconfig: 4.13.0 globals: 15.15.0 globrex: 0.1.2 @@ -12190,12 +12398,12 @@ snapshots: transitivePeerDependencies: - typescript - eslint-plugin-regexp@2.10.0(eslint@9.39.1(jiti@2.6.1)): + eslint-plugin-regexp@2.10.0(eslint@9.39.2(jiti@2.6.1)): dependencies: - '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.1(jiti@2.6.1)) + '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.2(jiti@2.6.1)) '@eslint-community/regexpp': 4.12.2 comment-parser: 1.4.1 - eslint: 9.39.1(jiti@2.6.1) + eslint: 9.39.2(jiti@2.6.1) jsdoc-type-pratt-parser: 4.8.0 refa: 0.12.1 regexp-ast-analysis: 0.7.1 @@ -12210,15 +12418,15 @@ snapshots: eslint-visitor-keys@4.2.1: {} - eslint@9.39.1(jiti@2.6.1): + eslint@9.39.2(jiti@2.6.1): dependencies: - '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.1(jiti@2.6.1)) + '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.2(jiti@2.6.1)) '@eslint-community/regexpp': 4.12.2 '@eslint/config-array': 0.21.1 '@eslint/config-helpers': 0.4.2 '@eslint/core': 0.17.0 '@eslint/eslintrc': 3.3.1 - '@eslint/js': 9.39.1 + '@eslint/js': 9.39.2 '@eslint/plugin-kit': 0.4.1 '@humanfs/node': 0.16.7 '@humanwhocodes/module-importer': 1.0.1 @@ -12559,8 +12767,6 @@ snapshots: grapheme-splitter@1.0.4: {} - graphemer@1.4.0: {} - h3@1.15.4: dependencies: cookie-es: 1.2.2 @@ -12651,7 +12857,7 @@ snapshots: statuses: 2.0.2 toidentifier: 1.0.1 - http-proxy-3@1.23.0(patch_hash=d89dff5a0afc2cb277080ad056a3baf7feeeeac19144878abc17f4c91ad89095): + http-proxy-3@1.23.2(patch_hash=d89dff5a0afc2cb277080ad056a3baf7feeeeac19144878abc17f4c91ad89095): dependencies: debug: 4.4.3(supports-color@8.1.1) follow-redirects: 1.15.11(debug@4.4.3) @@ -12701,6 +12907,8 @@ snapshots: immediate@3.0.6: {} + immer@11.1.3: {} + immutable@5.1.4: {} import-fresh@3.3.1: @@ -12710,7 +12918,7 @@ snapshots: import-meta-resolve@4.2.0: {} - import-without-cache@0.2.2: {} + import-without-cache@0.2.5: {} imurmurhash@0.1.4: {} @@ -12883,10 +13091,10 @@ snapshots: kleur@3.0.3: {} - knip@5.70.2(@types/node@24.10.1)(typescript@5.9.3): + knip@5.70.2(@types/node@24.10.3)(typescript@5.9.3): dependencies: '@nodelib/fs.walk': 1.2.8 - '@types/node': 24.10.1 + '@types/node': 24.10.3 fast-glob: 3.3.3 formatly: 0.3.0 jiti: 2.6.1 @@ -13210,8 +13418,6 @@ snapshots: nano-spawn@2.0.0: {} - nanoevents@9.1.0: {} - nanoid@3.3.11: {} nanoid@5.1.6: {} @@ -13337,43 +13543,53 @@ snapshots: type-check: 0.4.0 word-wrap: 1.2.5 - oxc-minify@0.101.0: + oxc-minify@0.106.0: optionalDependencies: - '@oxc-minify/binding-android-arm64': 0.101.0 - '@oxc-minify/binding-darwin-arm64': 0.101.0 - '@oxc-minify/binding-darwin-x64': 0.101.0 - '@oxc-minify/binding-freebsd-x64': 0.101.0 - '@oxc-minify/binding-linux-arm-gnueabihf': 0.101.0 - '@oxc-minify/binding-linux-arm64-gnu': 0.101.0 - '@oxc-minify/binding-linux-arm64-musl': 0.101.0 - '@oxc-minify/binding-linux-riscv64-gnu': 0.101.0 - '@oxc-minify/binding-linux-s390x-gnu': 0.101.0 - '@oxc-minify/binding-linux-x64-gnu': 0.101.0 - '@oxc-minify/binding-linux-x64-musl': 0.101.0 - '@oxc-minify/binding-openharmony-arm64': 0.101.0 - '@oxc-minify/binding-wasm32-wasi': 0.101.0 - '@oxc-minify/binding-win32-arm64-msvc': 0.101.0 - '@oxc-minify/binding-win32-x64-msvc': 0.101.0 - - oxc-parser@0.101.0: - dependencies: - '@oxc-project/types': 0.101.0 + '@oxc-minify/binding-android-arm-eabi': 0.106.0 + '@oxc-minify/binding-android-arm64': 0.106.0 + '@oxc-minify/binding-darwin-arm64': 0.106.0 + '@oxc-minify/binding-darwin-x64': 0.106.0 + '@oxc-minify/binding-freebsd-x64': 0.106.0 + '@oxc-minify/binding-linux-arm-gnueabihf': 0.106.0 + '@oxc-minify/binding-linux-arm-musleabihf': 0.106.0 + '@oxc-minify/binding-linux-arm64-gnu': 0.106.0 + '@oxc-minify/binding-linux-arm64-musl': 0.106.0 + '@oxc-minify/binding-linux-ppc64-gnu': 0.106.0 + '@oxc-minify/binding-linux-riscv64-gnu': 0.106.0 + '@oxc-minify/binding-linux-riscv64-musl': 0.106.0 + '@oxc-minify/binding-linux-s390x-gnu': 0.106.0 + '@oxc-minify/binding-linux-x64-gnu': 0.106.0 + '@oxc-minify/binding-linux-x64-musl': 0.106.0 + '@oxc-minify/binding-openharmony-arm64': 0.106.0 + '@oxc-minify/binding-wasm32-wasi': 0.106.0 + '@oxc-minify/binding-win32-arm64-msvc': 0.106.0 + '@oxc-minify/binding-win32-ia32-msvc': 0.106.0 + '@oxc-minify/binding-win32-x64-msvc': 0.106.0 + + oxc-parser@0.106.0: + dependencies: + '@oxc-project/types': 0.106.0 optionalDependencies: - '@oxc-parser/binding-android-arm64': 0.101.0 - '@oxc-parser/binding-darwin-arm64': 0.101.0 - '@oxc-parser/binding-darwin-x64': 0.101.0 - '@oxc-parser/binding-freebsd-x64': 0.101.0 - '@oxc-parser/binding-linux-arm-gnueabihf': 0.101.0 - '@oxc-parser/binding-linux-arm64-gnu': 0.101.0 - '@oxc-parser/binding-linux-arm64-musl': 0.101.0 - '@oxc-parser/binding-linux-riscv64-gnu': 0.101.0 - '@oxc-parser/binding-linux-s390x-gnu': 0.101.0 - '@oxc-parser/binding-linux-x64-gnu': 0.101.0 - '@oxc-parser/binding-linux-x64-musl': 0.101.0 - '@oxc-parser/binding-openharmony-arm64': 0.101.0 - '@oxc-parser/binding-wasm32-wasi': 0.101.0 - '@oxc-parser/binding-win32-arm64-msvc': 0.101.0 - '@oxc-parser/binding-win32-x64-msvc': 0.101.0 + '@oxc-parser/binding-android-arm-eabi': 0.106.0 + '@oxc-parser/binding-android-arm64': 0.106.0 + '@oxc-parser/binding-darwin-arm64': 0.106.0 + '@oxc-parser/binding-darwin-x64': 0.106.0 + '@oxc-parser/binding-freebsd-x64': 0.106.0 + '@oxc-parser/binding-linux-arm-gnueabihf': 0.106.0 + '@oxc-parser/binding-linux-arm-musleabihf': 0.106.0 + '@oxc-parser/binding-linux-arm64-gnu': 0.106.0 + '@oxc-parser/binding-linux-arm64-musl': 0.106.0 + '@oxc-parser/binding-linux-ppc64-gnu': 0.106.0 + '@oxc-parser/binding-linux-riscv64-gnu': 0.106.0 + '@oxc-parser/binding-linux-riscv64-musl': 0.106.0 + '@oxc-parser/binding-linux-s390x-gnu': 0.106.0 + '@oxc-parser/binding-linux-x64-gnu': 0.106.0 + '@oxc-parser/binding-linux-x64-musl': 0.106.0 + '@oxc-parser/binding-openharmony-arm64': 0.106.0 + '@oxc-parser/binding-wasm32-wasi': 0.106.0 + '@oxc-parser/binding-win32-arm64-msvc': 0.106.0 + '@oxc-parser/binding-win32-ia32-msvc': 0.106.0 + '@oxc-parser/binding-win32-x64-msvc': 0.106.0 oxc-resolver@11.14.0: optionalDependencies: @@ -13397,23 +13613,28 @@ snapshots: '@oxc-resolver/binding-win32-ia32-msvc': 11.14.0 '@oxc-resolver/binding-win32-x64-msvc': 11.14.0 - oxc-transform@0.101.0: + oxc-transform@0.106.0: optionalDependencies: - '@oxc-transform/binding-android-arm64': 0.101.0 - '@oxc-transform/binding-darwin-arm64': 0.101.0 - '@oxc-transform/binding-darwin-x64': 0.101.0 - '@oxc-transform/binding-freebsd-x64': 0.101.0 - '@oxc-transform/binding-linux-arm-gnueabihf': 0.101.0 - '@oxc-transform/binding-linux-arm64-gnu': 0.101.0 - '@oxc-transform/binding-linux-arm64-musl': 0.101.0 - '@oxc-transform/binding-linux-riscv64-gnu': 0.101.0 - '@oxc-transform/binding-linux-s390x-gnu': 0.101.0 - '@oxc-transform/binding-linux-x64-gnu': 0.101.0 - '@oxc-transform/binding-linux-x64-musl': 0.101.0 - '@oxc-transform/binding-openharmony-arm64': 0.101.0 - '@oxc-transform/binding-wasm32-wasi': 0.101.0 - '@oxc-transform/binding-win32-arm64-msvc': 0.101.0 - '@oxc-transform/binding-win32-x64-msvc': 0.101.0 + '@oxc-transform/binding-android-arm-eabi': 0.106.0 + '@oxc-transform/binding-android-arm64': 0.106.0 + '@oxc-transform/binding-darwin-arm64': 0.106.0 + '@oxc-transform/binding-darwin-x64': 0.106.0 + '@oxc-transform/binding-freebsd-x64': 0.106.0 + '@oxc-transform/binding-linux-arm-gnueabihf': 0.106.0 + '@oxc-transform/binding-linux-arm-musleabihf': 0.106.0 + '@oxc-transform/binding-linux-arm64-gnu': 0.106.0 + '@oxc-transform/binding-linux-arm64-musl': 0.106.0 + '@oxc-transform/binding-linux-ppc64-gnu': 0.106.0 + '@oxc-transform/binding-linux-riscv64-gnu': 0.106.0 + '@oxc-transform/binding-linux-riscv64-musl': 0.106.0 + '@oxc-transform/binding-linux-s390x-gnu': 0.106.0 + '@oxc-transform/binding-linux-x64-gnu': 0.106.0 + '@oxc-transform/binding-linux-x64-musl': 0.106.0 + '@oxc-transform/binding-openharmony-arm64': 0.106.0 + '@oxc-transform/binding-wasm32-wasi': 0.106.0 + '@oxc-transform/binding-win32-arm64-msvc': 0.106.0 + '@oxc-transform/binding-win32-ia32-msvc': 0.106.0 + '@oxc-transform/binding-win32-x64-msvc': 0.106.0 oxfmt@0.16.0: optionalDependencies: @@ -13426,6 +13647,28 @@ snapshots: '@oxfmt/win32-arm64': 0.16.0 '@oxfmt/win32-x64': 0.16.0 + oxfmt@0.21.0: + dependencies: + tinypool: 2.0.0 + optionalDependencies: + '@oxfmt/darwin-arm64': 0.21.0 + '@oxfmt/darwin-x64': 0.21.0 + '@oxfmt/linux-arm64-gnu': 0.21.0 + '@oxfmt/linux-arm64-musl': 0.21.0 + '@oxfmt/linux-x64-gnu': 0.21.0 + '@oxfmt/linux-x64-musl': 0.21.0 + '@oxfmt/win32-arm64': 0.21.0 + '@oxfmt/win32-x64': 0.21.0 + + oxlint-tsgolint@0.10.0: + optionalDependencies: + '@oxlint-tsgolint/darwin-arm64': 0.10.0 + '@oxlint-tsgolint/darwin-x64': 0.10.0 + '@oxlint-tsgolint/linux-arm64': 0.10.0 + '@oxlint-tsgolint/linux-x64': 0.10.0 + '@oxlint-tsgolint/win32-arm64': 0.10.0 + '@oxlint-tsgolint/win32-x64': 0.10.0 + oxlint-tsgolint@0.8.3: optionalDependencies: '@oxlint-tsgolint/darwin-arm64': 0.8.3 @@ -13435,6 +13678,18 @@ snapshots: '@oxlint-tsgolint/win32-arm64': 0.8.3 '@oxlint-tsgolint/win32-x64': 0.8.3 + oxlint@1.31.0(oxlint-tsgolint@0.10.0): + optionalDependencies: + '@oxlint/darwin-arm64': 1.31.0 + '@oxlint/darwin-x64': 1.31.0 + '@oxlint/linux-arm64-gnu': 1.31.0 + '@oxlint/linux-arm64-musl': 1.31.0 + '@oxlint/linux-x64-gnu': 1.31.0 + '@oxlint/linux-x64-musl': 1.31.0 + '@oxlint/win32-arm64': 1.31.0 + '@oxlint/win32-x64': 1.31.0 + oxlint-tsgolint: 0.10.0 + oxlint@1.31.0(oxlint-tsgolint@0.8.3): optionalDependencies: '@oxlint/darwin-arm64': 1.31.0 @@ -13479,7 +13734,7 @@ snapshots: package-json-from-dist@1.0.1: {} - package-manager-detector@1.5.0: {} + package-manager-detector@1.6.0: {} package-name-regex@2.0.6: {} @@ -13662,7 +13917,7 @@ snapshots: premove@4.0.0: {} - prettier@3.7.3: {} + prettier@3.7.4: {} pretty-format@27.5.1: dependencies: @@ -13705,10 +13960,10 @@ snapshots: prr@1.0.1: optional: true - publint@0.3.15: + publint@0.3.16: dependencies: '@publint/pack': 0.1.2 - package-manager-detector: 1.5.0 + package-manager-detector: 1.6.0 picocolors: 1.1.1 sade: 1.8.1 @@ -13719,8 +13974,6 @@ snapshots: punycode@2.3.1: {} - quansync@0.2.11: {} - quansync@1.0.0: {} query-selector-shadow-dom@1.0.1: {} @@ -13781,8 +14034,6 @@ snapshots: readdirp@4.1.2: {} - readdirp@5.0.0: {} - refa@0.12.1: dependencies: '@eslint-community/regexpp': 4.12.2 @@ -13848,7 +14099,7 @@ snapshots: dependencies: type-fest: 4.41.0 - remove-unused-vars@0.0.10: + remove-unused-vars@0.0.11: dependencies: typescript: 5.9.3 @@ -13902,6 +14153,22 @@ snapshots: transitivePeerDependencies: - oxc-resolver + rolldown-plugin-dts@0.20.0(oxc-resolver@11.14.0)(rolldown@rolldown+packages+rolldown)(typescript@5.9.3): + dependencies: + '@babel/generator': 7.28.5 + '@babel/parser': 7.28.5 + '@babel/types': 7.28.5 + ast-kit: 2.2.0 + birpc: 4.0.0 + dts-resolver: 2.1.3(oxc-resolver@11.14.0) + get-tsconfig: 4.13.0 + obug: 2.1.1 + rolldown: link:rolldown/packages/rolldown + optionalDependencies: + typescript: 5.9.3 + transitivePeerDependencies: + - oxc-resolver + rollup-plugin-license@3.6.0(picomatch@4.0.3)(rollup@4.53.3): dependencies: commenting: 1.1.0 @@ -13970,65 +14237,65 @@ snapshots: safer-buffer@2.1.2: {} - sass-embedded-all-unknown@1.93.3: + sass-embedded-all-unknown@1.97.1: dependencies: - sass: 1.93.3 + sass: 1.97.1 optional: true - sass-embedded-android-arm64@1.93.3: + sass-embedded-android-arm64@1.97.1: optional: true - sass-embedded-android-arm@1.93.3: + sass-embedded-android-arm@1.97.1: optional: true - sass-embedded-android-riscv64@1.93.3: + sass-embedded-android-riscv64@1.97.1: optional: true - sass-embedded-android-x64@1.93.3: + sass-embedded-android-x64@1.97.1: optional: true - sass-embedded-darwin-arm64@1.93.3: + sass-embedded-darwin-arm64@1.97.1: optional: true - sass-embedded-darwin-x64@1.93.3: + sass-embedded-darwin-x64@1.97.1: optional: true - sass-embedded-linux-arm64@1.93.3: + sass-embedded-linux-arm64@1.97.1: optional: true - sass-embedded-linux-arm@1.93.3: + sass-embedded-linux-arm@1.97.1: optional: true - sass-embedded-linux-musl-arm64@1.93.3: + sass-embedded-linux-musl-arm64@1.97.1: optional: true - sass-embedded-linux-musl-arm@1.93.3: + sass-embedded-linux-musl-arm@1.97.1: optional: true - sass-embedded-linux-musl-riscv64@1.93.3: + sass-embedded-linux-musl-riscv64@1.97.1: optional: true - sass-embedded-linux-musl-x64@1.93.3: + sass-embedded-linux-musl-x64@1.97.1: optional: true - sass-embedded-linux-riscv64@1.93.3: + sass-embedded-linux-riscv64@1.97.1: optional: true - sass-embedded-linux-x64@1.93.3: + sass-embedded-linux-x64@1.97.1: optional: true - sass-embedded-unknown-all@1.93.3: + sass-embedded-unknown-all@1.97.1: dependencies: - sass: 1.93.3 + sass: 1.97.1 optional: true - sass-embedded-win32-arm64@1.93.3: + sass-embedded-win32-arm64@1.97.1: optional: true - sass-embedded-win32-x64@1.93.3: + sass-embedded-win32-x64@1.97.1: optional: true - sass-embedded@1.93.3(source-map-js@1.2.1): + sass-embedded@1.97.1(source-map-js@1.2.1): dependencies: '@bufbuild/protobuf': 2.10.1 buffer-builder: 0.2.0 @@ -14039,36 +14306,27 @@ snapshots: sync-child-process: 1.0.2 varint: 6.0.0 optionalDependencies: - sass-embedded-all-unknown: 1.93.3 - sass-embedded-android-arm: 1.93.3 - sass-embedded-android-arm64: 1.93.3 - sass-embedded-android-riscv64: 1.93.3 - sass-embedded-android-x64: 1.93.3 - sass-embedded-darwin-arm64: 1.93.3 - sass-embedded-darwin-x64: 1.93.3 - sass-embedded-linux-arm: 1.93.3 - sass-embedded-linux-arm64: 1.93.3 - sass-embedded-linux-musl-arm: 1.93.3 - sass-embedded-linux-musl-arm64: 1.93.3 - sass-embedded-linux-musl-riscv64: 1.93.3 - sass-embedded-linux-musl-x64: 1.93.3 - sass-embedded-linux-riscv64: 1.93.3 - sass-embedded-linux-x64: 1.93.3 - sass-embedded-unknown-all: 1.93.3 - sass-embedded-win32-arm64: 1.93.3 - sass-embedded-win32-x64: 1.93.3 + sass-embedded-all-unknown: 1.97.1 + sass-embedded-android-arm: 1.97.1 + sass-embedded-android-arm64: 1.97.1 + sass-embedded-android-riscv64: 1.97.1 + sass-embedded-android-x64: 1.97.1 + sass-embedded-darwin-arm64: 1.97.1 + sass-embedded-darwin-x64: 1.97.1 + sass-embedded-linux-arm: 1.97.1 + sass-embedded-linux-arm64: 1.97.1 + sass-embedded-linux-musl-arm: 1.97.1 + sass-embedded-linux-musl-arm64: 1.97.1 + sass-embedded-linux-musl-riscv64: 1.97.1 + sass-embedded-linux-musl-x64: 1.97.1 + sass-embedded-linux-riscv64: 1.97.1 + sass-embedded-linux-x64: 1.97.1 + sass-embedded-unknown-all: 1.97.1 + sass-embedded-win32-arm64: 1.97.1 + sass-embedded-win32-x64: 1.97.1 source-map-js: 1.2.1 - sass@1.93.3: - dependencies: - chokidar: 4.0.3 - immutable: 5.1.4 - source-map-js: 1.2.1 - optionalDependencies: - '@parcel/watcher': 2.5.1 - optional: true - - sass@1.94.2: + sass@1.97.1: dependencies: chokidar: 4.0.3 immutable: 5.1.4 @@ -14415,7 +14673,7 @@ snapshots: tinybench@2.9.0: {} - tinybench@5.1.0: {} + tinybench@6.0.0: {} tinyexec@1.0.2: {} @@ -14424,6 +14682,8 @@ snapshots: fdir: 6.5.0(picomatch@4.0.3) picomatch: 4.0.3 + tinypool@2.0.0: {} + tinyrainbow@3.0.3: {} tldts-core@7.0.19: {} @@ -14452,7 +14712,7 @@ snapshots: trim-lines@3.0.1: {} - ts-api-utils@2.1.0(typescript@5.9.3): + ts-api-utils@2.4.0(typescript@5.9.3): dependencies: typescript: 5.9.3 @@ -14465,14 +14725,14 @@ snapshots: optionalDependencies: typescript: 5.9.3 - tsdown@0.16.8(@arethetypeswrong/core@0.18.2)(@vitejs/devtools@0.0.0-alpha.18(@pnpm/logger@1001.0.1)(vite@packages+core)(vue@3.5.25(typescript@5.9.3)))(oxc-resolver@11.14.0)(publint@0.3.15)(typescript@5.9.3)(unplugin-lightningcss@0.4.3)(unplugin-unused@0.5.6): + tsdown@0.17.4(@arethetypeswrong/core@0.18.2)(@vitejs/devtools@0.0.0-alpha.22(@pnpm/logger@1001.0.1)(vite@packages+core)(vue@3.5.25(typescript@5.9.3)))(oxc-resolver@11.14.0)(publint@0.3.16)(typescript@5.9.3)(unplugin-lightningcss@0.4.3)(unplugin-unused@0.5.6): dependencies: ansis: 4.2.0 cac: 6.7.14 - chokidar: 5.0.0 - diff: 8.0.2 + defu: 6.1.4 empathic: 2.0.0 hookable: 5.5.3 + import-without-cache: 0.2.5 obug: 2.1.1 rolldown: link:rolldown/packages/rolldown rolldown-plugin-dts: 0.18.3(oxc-resolver@11.14.0)(rolldown@rolldown+packages+rolldown)(typescript@5.9.3) @@ -14481,11 +14741,11 @@ snapshots: tinyglobby: 0.2.15 tree-kill: 1.2.2 unconfig-core: 7.4.2 - unrun: 0.2.19 + unrun: 0.2.22 optionalDependencies: '@arethetypeswrong/core': 0.18.2 - '@vitejs/devtools': 0.0.0-alpha.18(@pnpm/logger@1001.0.1)(vite@packages+core)(vue@3.5.25(typescript@5.9.3)) - publint: 0.3.15 + '@vitejs/devtools': 0.0.0-alpha.22(@pnpm/logger@1001.0.1)(vite@packages+core)(vue@3.5.25(typescript@5.9.3)) + publint: 0.3.16 typescript: 5.9.3 unplugin-lightningcss: 0.4.3 unplugin-unused: 0.5.6 @@ -14496,25 +14756,28 @@ snapshots: - synckit - vue-tsc - tsdown@0.17.2(@arethetypeswrong/core@0.18.2)(publint@0.3.15)(typescript@5.9.3)(unplugin-lightningcss@0.4.3)(unplugin-unused@0.5.6): + tsdown@0.19.0-beta.2(@arethetypeswrong/core@0.18.2)(@vitejs/devtools@0.0.0-alpha.22(@pnpm/logger@1001.0.1)(vite@packages+core)(vue@3.5.25(typescript@5.9.3)))(oxc-resolver@11.14.0)(publint@0.3.16)(typescript@5.9.3)(unplugin-lightningcss@0.4.3)(unplugin-unused@0.5.6): dependencies: ansis: 4.2.0 cac: 6.7.14 + defu: 6.1.4 empathic: 2.0.0 - hookable: 5.5.3 - import-without-cache: 0.2.2 + hookable: 6.0.1 + import-without-cache: 0.2.5 obug: 2.1.1 + picomatch: 4.0.3 rolldown: link:rolldown/packages/rolldown - rolldown-plugin-dts: 0.18.3(oxc-resolver@11.14.0)(rolldown@rolldown+packages+rolldown)(typescript@5.9.3) + rolldown-plugin-dts: 0.20.0(oxc-resolver@11.14.0)(rolldown@rolldown+packages+rolldown)(typescript@5.9.3) semver: 7.7.3 tinyexec: 1.0.2 tinyglobby: 0.2.15 tree-kill: 1.2.2 unconfig-core: 7.4.2 - unrun: 0.2.19 + unrun: 0.2.22 optionalDependencies: '@arethetypeswrong/core': 0.18.2 - publint: 0.3.15 + '@vitejs/devtools': 0.0.0-alpha.22(@pnpm/logger@1001.0.1)(vite@packages+core)(vue@3.5.25(typescript@5.9.3)) + publint: 0.3.16 typescript: 5.9.3 unplugin-lightningcss: 0.4.3 unplugin-unused: 0.5.6 @@ -14544,13 +14807,13 @@ snapshots: type-fest@4.41.0: {} - typescript-eslint@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3): + typescript-eslint@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3): dependencies: - '@typescript-eslint/eslint-plugin': 8.48.0(@typescript-eslint/parser@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/parser': 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/typescript-estree': 8.48.0(typescript@5.9.3) - '@typescript-eslint/utils': 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) - eslint: 9.39.1(jiti@2.6.1) + '@typescript-eslint/eslint-plugin': 8.51.0(@typescript-eslint/parser@8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/parser': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/typescript-estree': 8.51.0(typescript@5.9.3) + '@typescript-eslint/utils': 8.51.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + eslint: 9.39.2(jiti@2.6.1) typescript: 5.9.3 transitivePeerDependencies: - supports-color @@ -14564,23 +14827,18 @@ snapshots: uglify-js@3.19.3: optional: true - unconfig-core@7.4.1: - dependencies: - '@quansync/fs': 0.1.5 - quansync: 0.2.11 - unconfig-core@7.4.2: dependencies: '@quansync/fs': 1.0.0 quansync: 1.0.0 - unconfig@7.4.1: + unconfig@7.4.2: dependencies: - '@quansync/fs': 0.1.5 + '@quansync/fs': 1.0.0 defu: 6.1.4 jiti: 2.6.1 - quansync: 0.2.11 - unconfig-core: 7.4.1 + quansync: 1.0.0 + unconfig-core: 7.4.2 uncrypto@0.1.3: {} @@ -14689,7 +14947,7 @@ snapshots: '@unrs/resolver-binding-win32-ia32-msvc': 1.11.1 '@unrs/resolver-binding-win32-x64-msvc': 1.11.1 - unrun@0.2.19: + unrun@0.2.22: dependencies: rolldown: link:rolldown/packages/rolldown @@ -14704,9 +14962,9 @@ snapshots: ofetch: 1.5.1 ufo: 1.6.1 - update-browserslist-db@1.1.4(browserslist@4.28.0): + update-browserslist-db@1.2.3(browserslist@4.28.1): dependencies: - browserslist: 4.28.0 + browserslist: 4.28.1 escalade: 3.2.0 picocolors: 1.1.1 @@ -14749,7 +15007,7 @@ snapshots: '@types/unist': 3.0.3 vfile-message: 4.0.3 - vitepress@2.0.0-alpha.15(oxc-minify@0.101.0)(postcss@8.5.6)(typescript@5.9.3): + vitepress@2.0.0-alpha.15(oxc-minify@0.106.0)(postcss@8.5.6)(typescript@5.9.3): dependencies: '@docsearch/css': 4.3.2 '@docsearch/js': 4.3.2 @@ -14770,7 +15028,7 @@ snapshots: vite: link:packages/core vue: 3.5.25(typescript@5.9.3) optionalDependencies: - oxc-minify: 0.101.0 + oxc-minify: 0.106.0 postcss: 8.5.6 transitivePeerDependencies: - async-validator @@ -14786,15 +15044,15 @@ snapshots: - typescript - universal-cookie - vitest@4.0.15(@edge-runtime/vm@5.0.0)(@opentelemetry/api@1.9.0)(@types/node@22.19.1)(@vitest/browser-playwright@4.0.15(playwright@1.57.0)(vite@packages+core)(vitest@4.0.15))(@vitest/browser-preview@4.0.15(vite@packages+core)(vitest@4.0.15))(@vitest/browser-webdriverio@4.0.15(vite@packages+core)(vitest@4.0.15)(webdriverio@9.20.1))(@vitest/ui@4.0.15(vitest@4.0.15))(happy-dom@20.0.10)(jsdom@27.2.0): + vitest@4.0.16(@edge-runtime/vm@5.0.0)(@opentelemetry/api@1.9.0)(@types/node@22.19.3)(@vitest/browser-playwright@4.0.16(playwright@1.57.0)(vite@packages+core)(vitest@4.0.16))(@vitest/browser-preview@4.0.16(vite@packages+core)(vitest@4.0.16))(@vitest/browser-webdriverio@4.0.16(vite@packages+core)(vitest@4.0.16)(webdriverio@9.20.1))(@vitest/ui@4.0.16(vitest@4.0.16))(happy-dom@20.0.10)(jsdom@27.2.0): dependencies: - '@vitest/expect': 4.0.15 - '@vitest/mocker': 4.0.15(vite@packages+core) - '@vitest/pretty-format': 4.0.15 - '@vitest/runner': 4.0.15 - '@vitest/snapshot': 4.0.15 - '@vitest/spy': 4.0.15 - '@vitest/utils': 4.0.15 + '@vitest/expect': 4.0.16 + '@vitest/mocker': 4.0.16(vite@packages+core) + '@vitest/pretty-format': 4.0.16 + '@vitest/runner': 4.0.16 + '@vitest/snapshot': 4.0.16 + '@vitest/spy': 4.0.16 + '@vitest/utils': 4.0.16 es-module-lexer: 1.7.0 expect-type: 1.2.2 magic-string: 0.30.21 @@ -14811,11 +15069,11 @@ snapshots: optionalDependencies: '@edge-runtime/vm': 5.0.0 '@opentelemetry/api': 1.9.0 - '@types/node': 22.19.1 - '@vitest/browser-playwright': 4.0.15(playwright@1.57.0)(vite@packages+core)(vitest@4.0.15) - '@vitest/browser-preview': 4.0.15(vite@packages+core)(vitest@4.0.15) - '@vitest/browser-webdriverio': 4.0.15(vite@packages+core)(vitest@4.0.15)(webdriverio@9.20.1) - '@vitest/ui': 4.0.15(vitest@4.0.15) + '@types/node': 22.19.3 + '@vitest/browser-playwright': 4.0.16(playwright@1.57.0)(vite@packages+core)(vitest@4.0.16) + '@vitest/browser-preview': 4.0.16(vite@packages+core)(vitest@4.0.16) + '@vitest/browser-webdriverio': 4.0.16(vite@packages+core)(vitest@4.0.16)(webdriverio@9.20.1) + '@vitest/ui': 4.0.16(vitest@4.0.16) happy-dom: 20.0.10 jsdom: 27.2.0 transitivePeerDependencies: diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 0a7a0dc4d9..5b322fbab7 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -12,10 +12,10 @@ catalog: '@clack/prompts': ^0.11.0 '@napi-rs/cli': ^3.4.1 '@napi-rs/wasm-runtime': ^1.0.0 - '@oxc-node/cli': ^0.0.34 - '@oxc-node/core': ^0.0.34 - '@oxc-project/runtime': =0.101.0 - '@oxc-project/types': =0.101.0 + '@oxc-node/cli': ^0.0.35 + '@oxc-node/core': ^0.0.35 + '@oxc-project/runtime': =0.106.0 + '@oxc-project/types': =0.106.0 '@pnpm/find-workspace-packages': ^6.0.9 '@rollup/plugin-commonjs': ^29.0.0 '@rollup/plugin-json': ^6.1.0 @@ -27,7 +27,7 @@ catalog: '@types/fs-extra': ^11.0.4 '@types/lodash-es': ^4.17.12 '@types/mocha': 10.0.10 - '@types/node': 24.10.1 + '@types/node': 24.10.3 '@types/picomatch': ^4.0.0 '@types/react': ^19.1.8 '@types/react-dom': ^19.1.6 @@ -42,6 +42,7 @@ catalog: '@yarnpkg/fslib': ^3.1.3 '@yarnpkg/shell': ^4.1.3 acorn: ^8.12.1 + acorn-import-assertions: ^1.9.0 astring: ^1.9.0 buble: ^0.20.0 cac: ^6.7.14 @@ -61,7 +62,7 @@ catalog: fast-glob: ^3.3.3 fixturify: ^3.0.0 follow-redirects: ^1.15.6 - fs-extra: ^11.2.0 + fs-extra: ^11.3.2 glob: ^13.0.0 husky: ^9.1.7 jsonc-parser: ^3.3.1 @@ -69,12 +70,12 @@ catalog: lodash-es: ^4.17.21 micromatch: ^4.0.9 minimatch: ^10.0.3 - mocha: ^11.0.0 + mocha: ^11.7.5 mri: ^1.2.0 next: ^15.4.3 - oxc-minify: =0.101.0 - oxc-parser: =0.101.0 - oxc-transform: =0.101.0 + oxc-minify: =0.106.0 + oxc-parser: =0.106.0 + oxc-transform: =0.106.0 oxfmt: ^0.16.0 oxlint: ^1.31.0 oxlint-tsgolint: ^0.8.3 @@ -86,19 +87,19 @@ catalog: react-dom: ^19.1.0 remark-parse: ^11.0.0 remeda: ^2.10.0 - rolldown-plugin-dts: ^0.18.0 + rolldown-plugin-dts: ^0.20.0 rolldown-vite: ^7.1.19 rollup: ^4.18.0 semver: ^7.7.3 serve-static: ^2.0.0 signal-exit: 4.1.0 - source-map: ^0.7.4 + source-map: ^0.7.6 source-map-support: ^0.5.21 strip-comments: ^2.0.1 - terser: ^5.31.1 - tinybench: ^5.0.0 + terser: ^5.44.1 + tinybench: ^6.0.0 tinyexec: ^1.0.1 - tsdown: ^0.16.6 + tsdown: ^0.19.0-beta.2 tsx: ^4.20.6 typescript: ^5.9.3 unified: ^11.0.5 @@ -107,9 +108,9 @@ catalog: vitepress: ^2.0.0-alpha.15 vitepress-plugin-group-icons: ^1.0.0 vitepress-plugin-llms: ^1.1.0 - vitest: ^4.0.1 + vitest: ^4.0.15 vue: ^3.5.21 - web-tree-sitter: ^0.25.0 + web-tree-sitter: ^0.26.0 ws: ^8.18.1 yaml: ^2.8.1 zx: ^8.1.2 @@ -149,7 +150,7 @@ overrides: rolldown: 'workspace:rolldown@*' vite: 'workspace:@voidzero-dev/vite-plus-core@*' vitest: 'workspace:@voidzero-dev/vite-plus-test@*' - vitest-dev: 'npm:vitest@^4.0.15' + vitest-dev: 'npm:vitest@^4.0.16' packageExtensions: sass-embedded: peerDependencies: