From ed51c9a7bb26f95d7b1bea2fbfbe85ab2fea7bcc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 10:58:20 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- .github/workflows/ci.yml | 2 +- docs/package.json | 4 +- package.json | 12 +- packages/create-vite/package.json | 2 +- .../template-preact-ts/package.json | 2 +- .../create-vite/template-qwik-ts/package.json | 6 +- .../create-vite/template-qwik/package.json | 4 +- .../template-react-ts/package.json | 6 +- .../create-vite/template-react/package.json | 4 +- .../template-solid-ts/package.json | 2 +- .../template-svelte-ts/package.json | 6 +- .../create-vite/template-svelte/package.json | 2 +- .../create-vite/template-vue-ts/package.json | 6 +- .../create-vite/template-vue/package.json | 2 +- packages/plugin-legacy/package.json | 4 +- packages/vite/package.json | 10 +- playground/alias/package.json | 4 +- .../css-lightningcss-proxy/package.json | 2 +- playground/css-lightningcss-root/package.json | 2 +- playground/css-lightningcss/package.json | 2 +- playground/css-sourcemap/package.json | 2 +- playground/css/package.json | 2 +- playground/devtools/package.json | 4 +- playground/extensions/package.json | 2 +- .../external/dep-that-imports/package.json | 2 +- .../external/dep-that-requires/package.json | 2 +- playground/external/package.json | 2 +- playground/json/package.json | 2 +- .../optimize-deps-no-discovery/package.json | 2 +- playground/optimize-deps/package.json | 4 +- pnpm-lock.yaml | 1093 +++++++++-------- 31 files changed, 651 insertions(+), 550 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e53a2533a1014a..a2872ae51aac59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@7dee1b0c1557f278e5c7dc244927139d78c0e22a # v47.0.4 + uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323 # v47.0.5 with: files: | docs/** diff --git a/docs/package.json b/docs/package.json index e8fdc42d545427..5e936e33b916bd 100644 --- a/docs/package.json +++ b/docs/package.json @@ -9,7 +9,7 @@ }, "devDependencies": { "@iconify/vue": "^5.0.0", - "@shikijs/vitepress-twoslash": "^4.0.0", + "@shikijs/vitepress-twoslash": "^4.0.2", "@types/express": "^5.0.6", "@voidzero-dev/vitepress-theme": "^4.8.1", "feed": "^5.2.0", @@ -19,7 +19,7 @@ "vitepress-plugin-graphviz": "^0.0.1", "vitepress-plugin-group-icons": "^1.7.1", "vitepress-plugin-llms": "^1.11.0", - "vue": "^3.5.29", + "vue": "^3.5.30", "vue-tsc": "^3.2.5" } } diff --git a/package.json b/package.json index 66005b22926848..7c408199c682eb 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "ci-docs": "pnpm build && pnpm docs-build" }, "devDependencies": { - "@eslint/js": "^9.39.3", + "@eslint/js": "^9.39.4", "@type-challenges/utils": "^0.1.1", "@types/babel__core": "^7.20.5", "@types/babel__preset-env": "^7.10.0", @@ -48,18 +48,18 @@ "@types/cross-spawn": "^6.0.6", "@types/etag": "^1.8.4", "@types/less": "^3.0.8", - "@types/node": "^24.11.0", + "@types/node": "^24.12.0", "@types/picomatch": "^4.0.2", "@types/stylus": "^0.48.43", "@types/ws": "^8.18.1", "@vitejs/release-scripts": "^1.6.0", - "eslint": "^9.39.3", + "eslint": "^9.39.4", "eslint-plugin-import-x": "^4.16.1", "eslint-plugin-n": "^17.24.0", - "eslint-plugin-regexp": "^3.0.0", + "eslint-plugin-regexp": "^3.1.0", "execa": "^9.6.1", "globals": "^17.4.0", - "lint-staged": "^16.3.1", + "lint-staged": "^16.3.2", "picocolors": "^1.1.1", "playwright-chromium": "^1.58.2", "prettier": "3.8.1", @@ -89,7 +89,7 @@ "eslint --cache --fix --concurrency auto" ] }, - "packageManager": "pnpm@10.30.3", + "packageManager": "pnpm@10.31.0", "stackblitz": { "startCommand": "pnpm --filter='./packages/vite' run dev" } diff --git a/packages/create-vite/package.json b/packages/create-vite/package.json index 4e482b0f4faa86..2fa4e4d8bac025 100644 --- a/packages/create-vite/package.json +++ b/packages/create-vite/package.json @@ -33,7 +33,7 @@ "homepage": "https://github.com/vitejs/vite/tree/main/packages/create-vite#readme", "funding": "https://github.com/vitejs/vite?sponsor=1", "devDependencies": { - "@clack/prompts": "^1.0.1", + "@clack/prompts": "^1.1.0", "@vercel/detect-agent": "^1.1.0", "cross-spawn": "^7.0.6", "mri": "^1.2.0", diff --git a/packages/create-vite/template-preact-ts/package.json b/packages/create-vite/template-preact-ts/package.json index 002a2b5ae712da..36a3ba637a16f5 100644 --- a/packages/create-vite/template-preact-ts/package.json +++ b/packages/create-vite/template-preact-ts/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@preact/preset-vite": "^2.10.3", - "@types/node": "^24.11.0", + "@types/node": "^24.12.0", "typescript": "~5.9.3", "vite": "^7.3.1" } diff --git a/packages/create-vite/template-qwik-ts/package.json b/packages/create-vite/template-qwik-ts/package.json index 3b49fac135e7f6..b8b0bd81e8e51d 100644 --- a/packages/create-vite/template-qwik-ts/package.json +++ b/packages/create-vite/template-qwik-ts/package.json @@ -9,12 +9,12 @@ "preview": "serve dist" }, "devDependencies": { - "@types/node": "^24.11.0", - "serve": "^14.2.5", + "@types/node": "^24.12.0", + "serve": "^14.2.6", "typescript": "~5.9.3", "vite": "^7.3.1" }, "dependencies": { - "@builder.io/qwik": "^1.19.0" + "@builder.io/qwik": "^1.19.1" } } diff --git a/packages/create-vite/template-qwik/package.json b/packages/create-vite/template-qwik/package.json index f1b2f8da56a771..bedb1bc4e7c221 100644 --- a/packages/create-vite/template-qwik/package.json +++ b/packages/create-vite/template-qwik/package.json @@ -9,10 +9,10 @@ "preview": "serve dist" }, "devDependencies": { - "serve": "^14.2.5", + "serve": "^14.2.6", "vite": "^7.3.1" }, "dependencies": { - "@builder.io/qwik": "^1.19.0" + "@builder.io/qwik": "^1.19.1" } } diff --git a/packages/create-vite/template-react-ts/package.json b/packages/create-vite/template-react-ts/package.json index 80fbbf2931dee7..4ee177bb6efa5c 100644 --- a/packages/create-vite/template-react-ts/package.json +++ b/packages/create-vite/template-react-ts/package.json @@ -14,12 +14,12 @@ "react-dom": "^19.2.4" }, "devDependencies": { - "@eslint/js": "^9.39.3", - "@types/node": "^24.11.0", + "@eslint/js": "^9.39.4", + "@types/node": "^24.12.0", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.4", - "eslint": "^9.39.3", + "eslint": "^9.39.4", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.4.0", diff --git a/packages/create-vite/template-react/package.json b/packages/create-vite/template-react/package.json index 0d1f8f84240464..c3d69417a3e82f 100644 --- a/packages/create-vite/template-react/package.json +++ b/packages/create-vite/template-react/package.json @@ -14,11 +14,11 @@ "react-dom": "^19.2.4" }, "devDependencies": { - "@eslint/js": "^9.39.3", + "@eslint/js": "^9.39.4", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.4", - "eslint": "^9.39.3", + "eslint": "^9.39.4", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.4.0", diff --git a/packages/create-vite/template-solid-ts/package.json b/packages/create-vite/template-solid-ts/package.json index 766f93284d0c44..e091ea1e4aa059 100644 --- a/packages/create-vite/template-solid-ts/package.json +++ b/packages/create-vite/template-solid-ts/package.json @@ -12,7 +12,7 @@ "solid-js": "^1.9.11" }, "devDependencies": { - "@types/node": "^24.11.0", + "@types/node": "^24.12.0", "typescript": "~5.9.3", "vite": "^7.3.1", "vite-plugin-solid": "^2.11.10" diff --git a/packages/create-vite/template-svelte-ts/package.json b/packages/create-vite/template-svelte-ts/package.json index ab0bd42e3f1e4b..dd9e349b6a609d 100644 --- a/packages/create-vite/template-svelte-ts/package.json +++ b/packages/create-vite/template-svelte-ts/package.json @@ -12,9 +12,9 @@ "devDependencies": { "@sveltejs/vite-plugin-svelte": "^6.2.4", "@tsconfig/svelte": "^5.0.8", - "@types/node": "^24.11.0", - "svelte": "^5.53.6", - "svelte-check": "^4.4.4", + "@types/node": "^24.12.0", + "svelte": "^5.53.7", + "svelte-check": "^4.4.5", "typescript": "~5.9.3", "vite": "^7.3.1" } diff --git a/packages/create-vite/template-svelte/package.json b/packages/create-vite/template-svelte/package.json index 7908d5c14213fe..26c8a7bf9986b0 100644 --- a/packages/create-vite/template-svelte/package.json +++ b/packages/create-vite/template-svelte/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^6.2.4", - "svelte": "^5.53.6", + "svelte": "^5.53.7", "vite": "^7.3.1" } } diff --git a/packages/create-vite/template-vue-ts/package.json b/packages/create-vite/template-vue-ts/package.json index 733c4205f70744..e745e6165c21c3 100644 --- a/packages/create-vite/template-vue-ts/package.json +++ b/packages/create-vite/template-vue-ts/package.json @@ -9,12 +9,12 @@ "preview": "vite preview" }, "dependencies": { - "vue": "^3.5.29" + "vue": "^3.5.30" }, "devDependencies": { - "@types/node": "^24.11.0", + "@types/node": "^24.12.0", "@vitejs/plugin-vue": "^6.0.4", - "@vue/tsconfig": "^0.8.1", + "@vue/tsconfig": "^0.9.0", "typescript": "~5.9.3", "vite": "^7.3.1", "vue-tsc": "^3.2.5" diff --git a/packages/create-vite/template-vue/package.json b/packages/create-vite/template-vue/package.json index 69e0d6d4163599..80a0bc2036ac25 100644 --- a/packages/create-vite/template-vue/package.json +++ b/packages/create-vite/template-vue/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "vue": "^3.5.29" + "vue": "^3.5.30" }, "devDependencies": { "@vitejs/plugin-vue": "^6.0.4", diff --git a/packages/plugin-legacy/package.json b/packages/plugin-legacy/package.json index 1a68b49ff86113..74d3b4376cb0cb 100644 --- a/packages/plugin-legacy/package.json +++ b/packages/plugin-legacy/package.json @@ -37,8 +37,8 @@ "@babel/plugin-transform-dynamic-import": "^7.27.1", "@babel/plugin-transform-modules-systemjs": "^7.29.0", "@babel/preset-env": "^7.29.0", - "babel-plugin-polyfill-corejs3": "^0.14.0", - "babel-plugin-polyfill-regenerator": "^0.6.6", + "babel-plugin-polyfill-corejs3": "^0.14.1", + "babel-plugin-polyfill-regenerator": "^0.6.7", "browserslist": "^4.28.1", "browserslist-to-esbuild": "^2.1.1", "core-js": "^3.48.0", diff --git a/packages/vite/package.json b/packages/vite/package.json index 84917e7e25d17b..890c876666bd57 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -74,9 +74,9 @@ "//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!", "dependencies": { "@oxc-project/runtime": "0.115.0", - "lightningcss": "^1.31.1", + "lightningcss": "^1.32.0", "picomatch": "^4.0.3", - "postcss": "^8.5.6", + "postcss": "^8.5.8", "rolldown": "1.0.0-rc.8", "tinyglobby": "^0.2.15" }, @@ -94,8 +94,8 @@ "@vercel/detect-agent": "^1.1.0", "@types/escape-html": "^1.0.4", "@types/pnpapi": "^0.0.5", - "@vitest/utils": "4.1.0-beta.5", - "@vitejs/devtools": "^0.0.0-alpha.32", + "@vitest/utils": "4.1.0-beta.6", + "@vitejs/devtools": "^0.0.0-alpha.33", "artichokie": "^0.4.2", "baseline-browser-mapping": "^2.10.0", "cac": "^7.0.0", @@ -114,7 +114,7 @@ "http-proxy-3": "^1.23.2", "launch-editor-middleware": "^2.13.1", "magic-string": "^0.30.21", - "mlly": "^1.8.0", + "mlly": "^1.8.1", "mrmime": "^2.0.1", "nanoid": "^5.1.6", "obug": "^1.0.2", diff --git a/playground/alias/package.json b/playground/alias/package.json index 008cd308d8d91a..85722505c31397 100644 --- a/playground/alias/package.json +++ b/playground/alias/package.json @@ -11,8 +11,8 @@ }, "dependencies": { "aliased-module": "file:./dir/module", - "vue": "^3.5.29", - "@vue/shared": "^3.5.29" + "vue": "^3.5.30", + "@vue/shared": "^3.5.30" }, "devDependencies": { "@vitejs/test-resolve-linked": "workspace:*" diff --git a/playground/css-lightningcss-proxy/package.json b/playground/css-lightningcss-proxy/package.json index c31519e711fcc4..6a3d2a4b1cd2b9 100644 --- a/playground/css-lightningcss-proxy/package.json +++ b/playground/css-lightningcss-proxy/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "devDependencies": { - "lightningcss": "^1.31.1", + "lightningcss": "^1.32.0", "express": "^5.2.1" } } diff --git a/playground/css-lightningcss-root/package.json b/playground/css-lightningcss-root/package.json index c1d4ab5a8acb8f..d4178eef725935 100644 --- a/playground/css-lightningcss-root/package.json +++ b/playground/css-lightningcss-root/package.json @@ -9,6 +9,6 @@ "preview": "vite preview" }, "devDependencies": { - "lightningcss": "^1.31.1" + "lightningcss": "^1.32.0" } } diff --git a/playground/css-lightningcss/package.json b/playground/css-lightningcss/package.json index 4bd1cb46c46cb5..7bdd72f6e5741a 100644 --- a/playground/css-lightningcss/package.json +++ b/playground/css-lightningcss/package.json @@ -9,6 +9,6 @@ "preview": "vite preview" }, "devDependencies": { - "lightningcss": "^1.31.1" + "lightningcss": "^1.32.0" } } diff --git a/playground/css-sourcemap/package.json b/playground/css-sourcemap/package.json index 5d1c9e001eb197..49fc68df7b0692 100644 --- a/playground/css-sourcemap/package.json +++ b/playground/css-sourcemap/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "less": "^4.5.1", - "lightningcss": "^1.31.1", + "lightningcss": "^1.32.0", "magic-string": "^0.30.21", "sass": "^1.97.3", "stylus": "^0.64.0", diff --git a/playground/css/package.json b/playground/css/package.json index c35c5a96cd0401..ef7511207db76f 100644 --- a/playground/css/package.json +++ b/playground/css/package.json @@ -22,7 +22,7 @@ "@vitejs/test-css-proxy-dep": "file:./css-proxy-dep", "@vitejs/test-scss-proxy-dep": "file:./scss-proxy-dep", "less": "^4.5.1", - "lightningcss": "^1.31.1", + "lightningcss": "^1.32.0", "postcss-nested": "^7.0.2", "sass": "^1.97.3", "stylus": "^0.64.0", diff --git a/playground/devtools/package.json b/playground/devtools/package.json index 7063e87449f52a..4e852e42dbf55b 100644 --- a/playground/devtools/package.json +++ b/playground/devtools/package.json @@ -10,10 +10,10 @@ "preview": "vite preview" }, "dependencies": { - "vue": "^3.5.29" + "vue": "^3.5.30" }, "devDependencies": { "vite": "workspace:*", - "@vitejs/devtools": "^0.0.0-alpha.32" + "@vitejs/devtools": "^0.0.0-alpha.33" } } diff --git a/playground/extensions/package.json b/playground/extensions/package.json index afa2325ec509c4..ab2e67708326a6 100644 --- a/playground/extensions/package.json +++ b/playground/extensions/package.json @@ -10,6 +10,6 @@ "preview": "vite preview" }, "dependencies": { - "vue": "^3.5.29" + "vue": "^3.5.30" } } diff --git a/playground/external/dep-that-imports/package.json b/playground/external/dep-that-imports/package.json index dc20e0bc143fac..55d4f7b757e02b 100644 --- a/playground/external/dep-that-imports/package.json +++ b/playground/external/dep-that-imports/package.json @@ -5,6 +5,6 @@ "dependencies": { "slash3": "npm:slash@^3.0.0", "slash5": "npm:slash@^5.1.0", - "vue": "^3.5.29" + "vue": "^3.5.30" } } diff --git a/playground/external/dep-that-requires/package.json b/playground/external/dep-that-requires/package.json index 19a416246337e8..c257d20942ef1e 100644 --- a/playground/external/dep-that-requires/package.json +++ b/playground/external/dep-that-requires/package.json @@ -5,6 +5,6 @@ "dependencies": { "slash3": "npm:slash@^3.0.0", "slash5": "npm:slash@^5.1.0", - "vue": "^3.5.29" + "vue": "^3.5.30" } } diff --git a/playground/external/package.json b/playground/external/package.json index 9cf5f0c72f86e7..ff103b3e2d675c 100644 --- a/playground/external/package.json +++ b/playground/external/package.json @@ -17,7 +17,7 @@ "slash3": "npm:slash@^3.0.0", "slash5": "npm:slash@^5.1.0", "vite": "workspace:*", - "vue": "^3.5.29", + "vue": "^3.5.30", "vue34": "npm:vue@~3.4.38" } } diff --git a/playground/json/package.json b/playground/json/package.json index 7cdb5390c75e88..e52714a2c95a2d 100644 --- a/playground/json/package.json +++ b/playground/json/package.json @@ -12,6 +12,6 @@ "devDependencies": { "@vitejs/test-json-require": "file:./dep-json-require", "@vitejs/test-json-module": "file:./json-module", - "vue": "^3.5.29" + "vue": "^3.5.30" } } diff --git a/playground/optimize-deps-no-discovery/package.json b/playground/optimize-deps-no-discovery/package.json index 594d63a6df1398..5e9ffcf3c8f304 100644 --- a/playground/optimize-deps-no-discovery/package.json +++ b/playground/optimize-deps-no-discovery/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@vitejs/test-dep-no-discovery": "file:./dep-no-discovery", - "vue": "^3.5.29", + "vue": "^3.5.30", "vuex": "^4.1.0" } } diff --git a/playground/optimize-deps/package.json b/playground/optimize-deps/package.json index 20e7dbc01cf4da..ef3b7712696d07 100644 --- a/playground/optimize-deps/package.json +++ b/playground/optimize-deps/package.json @@ -48,12 +48,12 @@ "@vitejs/test-dep-with-assets": "file:./dep-with-assets", "lodash-es": "^4.17.23", "@vitejs/test-nested-exclude": "file:./nested-exclude", - "phoenix": "^1.8.4", + "phoenix": "^1.8.5", "react": "^19.2.4", "react-dom": "^19.2.4", "@vitejs/test-resolve-linked": "workspace:0.0.0", "url": "^0.11.4", - "vue": "^3.5.29", + "vue": "^3.5.30", "vuex": "^4.1.0", "lodash": "^4.17.23", "lodash.clonedeep": "^4.5.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5e319ab0697bda..2f41a674ee97dc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,8 +27,8 @@ importers: .: devDependencies: '@eslint/js': - specifier: ^9.39.3 - version: 9.39.3 + specifier: ^9.39.4 + version: 9.39.4 '@type-challenges/utils': specifier: ^0.1.1 version: 0.1.1 @@ -51,8 +51,8 @@ importers: specifier: ^3.0.8 version: 3.0.8 '@types/node': - specifier: ^24.11.0 - version: 24.11.0 + specifier: ^24.12.0 + version: 24.12.0 '@types/picomatch': specifier: ^4.0.2 version: 4.0.2 @@ -66,17 +66,17 @@ importers: specifier: ^1.6.0 version: 1.6.0(conventional-commits-filter@5.0.0) eslint: - specifier: ^9.39.3 - version: 9.39.3(jiti@2.6.1)(ms@2.1.3) + specifier: ^9.39.4 + version: 9.39.4(jiti@2.6.1)(ms@2.1.3) eslint-plugin-import-x: specifier: ^4.16.1 - version: 4.16.1(@typescript-eslint/utils@8.56.1(eslint@9.39.3(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.3))(eslint@9.39.3(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3) + version: 4.16.1(@typescript-eslint/utils@8.56.1(eslint@9.39.4(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3) eslint-plugin-n: specifier: ^17.24.0 - version: 17.24.0(eslint@9.39.3(jiti@2.6.1)(ms@2.1.3))(typescript@5.9.3) + version: 17.24.0(eslint@9.39.4(jiti@2.6.1)(ms@2.1.3))(typescript@5.9.3) eslint-plugin-regexp: - specifier: ^3.0.0 - version: 3.0.0(eslint@9.39.3(jiti@2.6.1)(ms@2.1.3)) + specifier: ^3.1.0 + version: 3.1.0(eslint@9.39.4(jiti@2.6.1)(ms@2.1.3)) execa: specifier: ^9.6.1 version: 9.6.1 @@ -84,8 +84,8 @@ importers: specifier: ^17.4.0 version: 17.4.0 lint-staged: - specifier: ^16.3.1 - version: 16.3.1 + specifier: ^16.3.2 + version: 16.3.2 picocolors: specifier: ^1.1.1 version: 1.1.1 @@ -112,28 +112,28 @@ importers: version: 5.9.3 typescript-eslint: specifier: ^8.56.1 - version: 8.56.1(eslint@9.39.3(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.3) + version: 8.56.1(eslint@9.39.4(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.3) vite: specifier: workspace:* version: link:packages/vite vitest: specifier: ^4.0.18 - version: 4.0.18(@types/node@24.11.0) + version: 4.0.18(@types/node@24.12.0) docs: devDependencies: '@iconify/vue': specifier: ^5.0.0 - version: 5.0.0(vue@3.5.29(typescript@5.9.3)) + version: 5.0.0(vue@3.5.30(typescript@5.9.3)) '@shikijs/vitepress-twoslash': - specifier: ^4.0.0 - version: 4.0.0(ms@2.1.3)(typescript@5.9.3) + specifier: ^4.0.2 + version: 4.0.2(ms@2.1.3)(typescript@5.9.3) '@types/express': specifier: ^5.0.6 version: 5.0.6 '@voidzero-dev/vitepress-theme': specifier: ^4.8.1 - version: 4.8.1(focus-trap@7.8.0)(vite@packages+vite)(vitepress@2.0.0-alpha.16(oxc-minify@0.115.0)(postcss@8.5.6)(typescript@5.9.3))(vue@3.5.29(typescript@5.9.3)) + version: 4.8.1(focus-trap@7.8.0)(vite@packages+vite)(vitepress@2.0.0-alpha.16(oxc-minify@0.115.0)(postcss@8.5.8)(typescript@5.9.3))(vue@3.5.30(typescript@5.9.3)) feed: specifier: ^5.2.0 version: 5.2.0 @@ -145,10 +145,10 @@ importers: version: 0.115.0 vitepress: specifier: ^2.0.0-alpha.16 - version: 2.0.0-alpha.16(oxc-minify@0.115.0)(postcss@8.5.6)(typescript@5.9.3) + version: 2.0.0-alpha.16(oxc-minify@0.115.0)(postcss@8.5.8)(typescript@5.9.3) vitepress-plugin-graphviz: specifier: ^0.0.1 - version: 0.0.1(vitepress@2.0.0-alpha.16(oxc-minify@0.115.0)(postcss@8.5.6)(typescript@5.9.3)) + version: 0.0.1(vitepress@2.0.0-alpha.16(oxc-minify@0.115.0)(postcss@8.5.8)(typescript@5.9.3)) vitepress-plugin-group-icons: specifier: ^1.7.1 version: 1.7.1(vite@packages+vite) @@ -156,8 +156,8 @@ importers: specifier: ^1.11.0 version: 1.11.0(ms@2.1.3) vue: - specifier: ^3.5.29 - version: 3.5.29(typescript@5.9.3) + specifier: ^3.5.30 + version: 3.5.30(typescript@5.9.3) vue-tsc: specifier: ^3.2.5 version: 3.2.5(typescript@5.9.3) @@ -165,8 +165,8 @@ importers: packages/create-vite: devDependencies: '@clack/prompts': - specifier: ^1.0.1 - version: 1.0.1 + specifier: ^1.1.0 + version: 1.1.0 '@vercel/detect-agent': specifier: ^1.1.0 version: 1.1.0 @@ -181,7 +181,7 @@ importers: version: 1.1.1 tsdown: specifier: ^0.20.3 - version: 0.20.3(publint@0.3.17)(typescript@5.9.3)(vue-tsc@3.2.5(typescript@5.9.3)) + version: 0.20.3(publint@0.3.18)(typescript@5.9.3)(vue-tsc@3.2.5(typescript@5.9.3)) packages/plugin-legacy: dependencies: @@ -198,11 +198,11 @@ importers: specifier: ^7.29.0 version: 7.29.0(@babel/core@7.29.0(ms@2.1.3))(ms@2.1.3) babel-plugin-polyfill-corejs3: - specifier: ^0.14.0 - version: 0.14.0(@babel/core@7.29.0(ms@2.1.3))(ms@2.1.3) + specifier: ^0.14.1 + version: 0.14.1(@babel/core@7.29.0(ms@2.1.3))(ms@2.1.3) babel-plugin-polyfill-regenerator: - specifier: ^0.6.6 - version: 0.6.6(@babel/core@7.29.0(ms@2.1.3))(ms@2.1.3) + specifier: ^0.6.7 + version: 0.6.7(@babel/core@7.29.0(ms@2.1.3))(ms@2.1.3) browserslist: specifier: ^4.28.1 version: 4.28.1 @@ -230,7 +230,7 @@ importers: version: 1.1.1 tsdown: specifier: ^0.20.3 - version: 0.20.3(publint@0.3.17)(typescript@5.9.3)(vue-tsc@3.2.5(typescript@5.9.3)) + version: 0.20.3(publint@0.3.18)(typescript@5.9.3)(vue-tsc@3.2.5(typescript@5.9.3)) vite: specifier: workspace:* version: link:../vite @@ -241,14 +241,14 @@ importers: specifier: 0.115.0 version: 0.115.0 lightningcss: - specifier: ^1.31.1 - version: 1.31.1 + specifier: ^1.32.0 + version: 1.32.0 picomatch: specifier: ^4.0.3 version: 4.0.3 postcss: - specifier: ^8.5.6 - version: 8.5.6 + specifier: ^8.5.8 + version: 8.5.8 rolldown: specifier: 1.0.0-rc.8 version: 1.0.0-rc.8 @@ -287,11 +287,11 @@ importers: specifier: ^1.1.0 version: 1.1.0 '@vitejs/devtools': - specifier: ^0.0.0-alpha.32 - version: 0.0.0-alpha.32(typescript@5.9.3)(vite@packages+vite)(vue@3.5.29(typescript@5.9.3)) + specifier: ^0.0.0-alpha.33 + version: 0.0.0-alpha.33(typescript@5.9.3)(vite@packages+vite)(vue@3.5.30(typescript@5.9.3)) '@vitest/utils': - specifier: 4.1.0-beta.5 - version: 4.1.0-beta.5 + specifier: 4.1.0-beta.6 + version: 4.1.0-beta.6 artichokie: specifier: ^0.4.2 version: 0.4.2 @@ -347,8 +347,8 @@ importers: specifier: ^0.30.21 version: 0.30.21 mlly: - specifier: ^1.8.0 - version: 1.8.0 + specifier: ^1.8.1 + version: 1.8.1 mrmime: specifier: ^2.0.1 version: 2.0.1 @@ -375,13 +375,13 @@ importers: version: 1.1.1 postcss-import: specifier: ^16.1.1 - version: 16.1.1(postcss@8.5.6) + version: 16.1.1(postcss@8.5.8) postcss-load-config: specifier: ^6.0.1 - version: 6.0.1(jiti@2.6.1)(postcss@8.5.6)(tsx@4.21.0)(yaml@2.8.2) + version: 6.0.1(jiti@2.6.1)(postcss@8.5.8)(tsx@4.21.0)(yaml@2.8.2) postcss-modules: specifier: ^6.0.1 - version: 6.0.1(postcss@8.5.6) + version: 6.0.1(postcss@8.5.8) premove: specifier: ^4.0.0 version: 4.0.0 @@ -436,7 +436,7 @@ importers: version: file:packages/vite/src/node/__tests__/fixtures/test-dep-conditions vue: specifier: ^3.5.18 - version: 3.5.29(typescript@5.9.3) + version: 3.5.30(typescript@5.9.3) packages/vite/src/node/__tests__/fixtures/cjs-ssr-dep: {} @@ -560,14 +560,14 @@ importers: playground/alias: dependencies: '@vue/shared': - specifier: ^3.5.29 - version: 3.5.29 + specifier: ^3.5.30 + version: 3.5.30 aliased-module: specifier: file:./dir/module version: '@vitejs/test-aliased-module@file:playground/alias/dir/module' vue: - specifier: ^3.5.29 - version: 3.5.29(typescript@5.9.3) + specifier: ^3.5.30 + version: 3.5.30(typescript@5.9.3) devDependencies: '@vitejs/test-resolve-linked': specifier: workspace:* @@ -631,11 +631,11 @@ importers: specifier: ^4.5.1 version: 4.5.1 lightningcss: - specifier: ^1.31.1 - version: 1.31.1 + specifier: ^1.32.0 + version: 1.32.0 postcss-nested: specifier: ^7.0.2 - version: 7.0.2(postcss@8.5.6) + version: 7.0.2(postcss@8.5.8) sass: specifier: ^1.97.3 version: 1.97.3 @@ -644,7 +644,7 @@ importers: version: 0.64.0(ms@2.1.3) sugarss: specifier: ^5.0.1 - version: 5.0.1(postcss@8.5.6) + version: 5.0.1(postcss@8.5.8) tinyglobby: specifier: ^0.2.15 version: 0.2.15 @@ -658,8 +658,8 @@ importers: playground/css-lightningcss: devDependencies: lightningcss: - specifier: ^1.31.1 - version: 1.31.1 + specifier: ^1.32.0 + version: 1.32.0 playground/css-lightningcss-proxy: devDependencies: @@ -667,14 +667,14 @@ importers: specifier: ^5.2.1 version: 5.2.1(ms@2.1.3) lightningcss: - specifier: ^1.31.1 - version: 1.31.1 + specifier: ^1.32.0 + version: 1.32.0 playground/css-lightningcss-root: devDependencies: lightningcss: - specifier: ^1.31.1 - version: 1.31.1 + specifier: ^1.32.0 + version: 1.32.0 playground/css-no-codesplit: {} @@ -684,8 +684,8 @@ importers: specifier: ^4.5.1 version: 4.5.1 lightningcss: - specifier: ^1.31.1 - version: 1.31.1 + specifier: ^1.32.0 + version: 1.32.0 magic-string: specifier: ^0.30.21 version: 0.30.21 @@ -697,7 +697,7 @@ importers: version: 0.64.0(ms@2.1.3) sugarss: specifier: ^5.0.1 - version: 5.0.1(postcss@8.5.6) + version: 5.0.1(postcss@8.5.8) playground/css/css-dep: {} @@ -740,12 +740,12 @@ importers: playground/devtools: dependencies: vue: - specifier: ^3.5.29 - version: 3.5.29(typescript@5.9.3) + specifier: ^3.5.30 + version: 3.5.30(typescript@5.9.3) devDependencies: '@vitejs/devtools': - specifier: ^0.0.0-alpha.32 - version: 0.0.0-alpha.32(typescript@5.9.3)(vite@packages+vite)(vue@3.5.29(typescript@5.9.3)) + specifier: ^0.0.0-alpha.33 + version: 0.0.0-alpha.33(typescript@5.9.3)(vite@packages+vite)(vue@3.5.30(typescript@5.9.3)) vite: specifier: workspace:* version: link:../../packages/vite @@ -788,8 +788,8 @@ importers: playground/extensions: dependencies: vue: - specifier: ^3.5.29 - version: 3.5.29(typescript@5.9.3) + specifier: ^3.5.30 + version: 3.5.30(typescript@5.9.3) playground/external: dependencies: @@ -810,8 +810,8 @@ importers: specifier: workspace:* version: link:../../packages/vite vue: - specifier: ^3.5.29 - version: 3.5.29(typescript@5.9.3) + specifier: ^3.5.30 + version: 3.5.30(typescript@5.9.3) vue34: specifier: npm:vue@~3.4.38 version: vue@3.4.38(typescript@5.9.3) @@ -825,8 +825,8 @@ importers: specifier: npm:slash@^5.1.0 version: slash@5.1.0 vue: - specifier: ^3.5.29 - version: 3.5.29(typescript@5.9.3) + specifier: ^3.5.30 + version: 3.5.30(typescript@5.9.3) playground/external/dep-that-requires: dependencies: @@ -837,8 +837,8 @@ importers: specifier: npm:slash@^5.1.0 version: slash@5.1.0 vue: - specifier: ^3.5.29 - version: 3.5.29(typescript@5.9.3) + specifier: ^3.5.30 + version: 3.5.30(typescript@5.9.3) playground/forward-console: dependencies: @@ -900,8 +900,8 @@ importers: specifier: file:./dep-json-require version: '@vitejs/require@file:playground/json/dep-json-require' vue: - specifier: ^3.5.29 - version: 3.5.29(typescript@5.9.3) + specifier: ^3.5.30 + version: 3.5.30(typescript@5.9.3) playground/json/dep-json-require: {} @@ -1129,8 +1129,8 @@ importers: specifier: ^4.5.0 version: 4.5.0 phoenix: - specifier: ^1.8.4 - version: 1.8.4 + specifier: ^1.8.5 + version: 1.8.5 react: specifier: ^19.2.4 version: 19.2.4 @@ -1141,11 +1141,11 @@ importers: specifier: ^0.11.4 version: 0.11.4 vue: - specifier: ^3.5.29 - version: 3.5.29(typescript@5.9.3) + specifier: ^3.5.30 + version: 3.5.30(typescript@5.9.3) vuex: specifier: ^4.1.0 - version: 4.1.0(vue@3.5.29(typescript@5.9.3)) + version: 4.1.0(vue@3.5.30(typescript@5.9.3)) playground/optimize-deps-no-discovery: dependencies: @@ -1153,11 +1153,11 @@ importers: specifier: file:./dep-no-discovery version: file:playground/optimize-deps-no-discovery/dep-no-discovery vue: - specifier: ^3.5.29 - version: 3.5.29(typescript@5.9.3) + specifier: ^3.5.30 + version: 3.5.30(typescript@5.9.3) vuex: specifier: ^4.1.0 - version: 4.1.0(vue@3.5.29(typescript@5.9.3)) + version: 4.1.0(vue@3.5.30(typescript@5.9.3)) playground/optimize-deps-no-discovery/dep-no-discovery: {} @@ -1772,7 +1772,7 @@ importers: dependencies: autoprefixer: specifier: ^10.4.27 - version: 10.4.27(postcss@8.5.6) + version: 10.4.27(postcss@8.5.8) tailwindcss: specifier: ^3.4.19 version: 3.4.19(tsx@4.21.0)(yaml@2.8.2) @@ -1859,8 +1859,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-define-polyfill-provider@0.6.6': - resolution: {integrity: sha512-mOAsxeeKkUKayvZR3HeTYD/fICpCPLJrU5ZjelT/PA6WHtNDBOE436YiaEUvHN454bRM3CebhDsIpieCc4texA==} + '@babel/helper-define-polyfill-provider@0.6.7': + resolution: {integrity: sha512-6Fqi8MtQ/PweQ9xvux65emkLQ83uB+qAVtfHkC9UodyHMIZdxNI01HjLCLUtybElp2KY2XNE0nOgyP1E1vXw9w==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 @@ -2344,11 +2344,11 @@ packages: '@cacheable/utils@2.3.3': resolution: {integrity: sha512-JsXDL70gQ+1Vc2W/KUFfkAJzgb4puKwwKehNLuB+HrNKWf91O736kGfxn4KujXCCSuh6mRRL4XEB0PkAFjWS0A==} - '@clack/core@1.0.1': - resolution: {integrity: sha512-WKeyK3NOBwDOzagPR5H08rFk9D/WuN705yEbuZvKqlkmoLM2woKtXb10OO2k1NoSU4SFG947i2/SCYh+2u5e4g==} + '@clack/core@1.1.0': + resolution: {integrity: sha512-SVcm4Dqm2ukn64/8Gub2wnlA5nS2iWJyCkdNHcvNHPIeBTGojpdJ+9cZKwLfmqy7irD4N5qLteSilJlE0WLAtA==} - '@clack/prompts@1.0.1': - resolution: {integrity: sha512-/42G73JkuYdyWZ6m8d/CJtBrGl1Hegyc7Fy78m5Ob+jF85TOUmLR5XLce/U3LxYAw0kJ8CT5aI99RIvPHcGp/Q==} + '@clack/prompts@1.1.0': + resolution: {integrity: sha512-pkqbPGtohJAvm4Dphs2M8xE29ggupihHdy1x84HNojZuMtFsHiUlRvqD24tM2+XmI+61LlfNceM3Wr7U5QES5g==} '@cloudflare/workerd-darwin-64@1.20260305.0': resolution: {integrity: sha512-chhKOpymo0Eh9J3nymrauMqKGboCc4uz/j0gA1G4gioMnKsN2ZDKJ+qjRZDnCoVGy8u2C4pxlmyIfsXCAfIzhQ==} @@ -2580,8 +2580,8 @@ packages: resolution: {integrity: sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} - '@eslint/config-array@0.21.1': - resolution: {integrity: sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==} + '@eslint/config-array@0.21.2': + resolution: {integrity: sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@eslint/config-helpers@0.4.2': @@ -2592,12 +2592,12 @@ packages: resolution: {integrity: sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/eslintrc@3.3.3': - resolution: {integrity: sha512-Kr+LPIUVKz2qkx1HAMH8q1q6azbqBAsXJUxBl/ODDuVPX45Z9DfwB8tPjTi6nNZ8BuM3nbJxC5zCAg5elnBUTQ==} + '@eslint/eslintrc@3.3.5': + resolution: {integrity: sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/js@9.39.3': - resolution: {integrity: sha512-1B1VkCq6FuUNlQvlBYb+1jDu/gV297TIs/OeiaSR9l1H27SVW55ONE1e1Vp16NqP683+xEGzxYtv4XCiDPaQiw==} + '@eslint/js@9.39.4': + resolution: {integrity: sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@eslint/object-schema@2.1.7': @@ -2608,24 +2608,15 @@ packages: resolution: {integrity: sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@floating-ui/core@1.7.4': - resolution: {integrity: sha512-C3HlIdsBxszvm5McXlB8PeOEWfBhcGBTZGkGlWc2U0KFY5IwG5OQEuQ8rq52DZmcHDlPLd+YFBK+cZcytwIFWg==} - '@floating-ui/core@1.7.5': resolution: {integrity: sha512-1Ih4WTWyw0+lKyFMcBHGbb5U5FtuHJuujoyyr5zTaWS5EYMeT6Jb2AuDeftsCsEuchO+mM2ij5+q9crhydzLhQ==} '@floating-ui/dom@1.1.1': resolution: {integrity: sha512-TpIO93+DIujg3g7SykEAGZMDtbJRrmnYRCNYSjJlvIbGhBjRSNTLVbNeDQBrzy9qDgUbiWdc7KA0uZHZ2tJmiw==} - '@floating-ui/dom@1.7.5': - resolution: {integrity: sha512-N0bD2kIPInNHUHehXhMke1rBGs1dwqvC9O9KYMyyjK7iXt7GAhnro7UlcuYcGdS/yYOlq0MAVgrow8IbWJwyqg==} - '@floating-ui/dom@1.7.6': resolution: {integrity: sha512-9gZSAI5XM36880PPMm//9dfiEngYoC6Am2izES1FF406YFsjvyBMmeJ2g4SAju3xWwtuynNRFL2s9hgxpLI5SQ==} - '@floating-ui/utils@0.2.10': - resolution: {integrity: sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==} - '@floating-ui/utils@0.2.11': resolution: {integrity: sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg==} @@ -3218,8 +3209,8 @@ packages: resolution: {integrity: sha512-GjH0TPjbVNrPnl/BAGoFuBLJ2sFfXNKbS33lll/Ehe9yw0fyc8Kdw7kO9if37yQqn6vaa4dAHKkPllum7f/IPQ==} engines: {node: '>=18.12'} - '@pnpm/graceful-fs@1000.0.1': - resolution: {integrity: sha512-JnzaAVFJIEgwTcB55eww8N3h5B6qJdZqDA2wYkSK+OcTvvMSQb9c2STMhBP6GfkWygG1fs3w8D7JRx9SPZnxJg==} + '@pnpm/graceful-fs@1000.1.0': + resolution: {integrity: sha512-EsMX4slK0qJN2AR0/AYohY5m0HQNYGMNe+jhN74O994zp22/WbX+PbkIKyw3UQn39yQm2+z6SgwklDxbeapsmQ==} engines: {node: '>=18.12'} '@pnpm/manifest-utils@1002.0.4': @@ -3228,8 +3219,8 @@ packages: peerDependencies: '@pnpm/logger': '>=1001.0.0 <1002.0.0' - '@pnpm/read-project-manifest@1001.2.4': - resolution: {integrity: sha512-NDQkxWeShMHFPLT5APc/6IkO4q7Y6Wugzh+hhSs2tlRBTOuR5UN//ETZPw43SRQuSmrYQQj+awdUiRjsLQZw2w==} + '@pnpm/read-project-manifest@1001.2.5': + resolution: {integrity: sha512-5ob6p6D7vBpAAGtZpqPvqlvkJlDfugb8TWnQgRDiSYr4/o8nIiV2t1ejlp3f34b0E76SbsbBuIfrJCsHAqhkrw==} engines: {node: '>=18.12'} peerDependencies: '@pnpm/logger': '>=1001.0.0 <1002.0.0' @@ -3266,8 +3257,8 @@ packages: '@poppinss/exception@1.2.3': resolution: {integrity: sha512-dCED+QRChTVatE9ibtoaxc+WkdzOSjYTKi/+uacHWIsfodVfpsueo3+DKpgU5Px8qXjgmXkSvhXvSCz3fnP9lw==} - '@publint/pack@0.1.3': - resolution: {integrity: sha512-dHDWeutAerz+Z2wFYAce7Y51vd4rbLBfUh0BNnyul4xKoVsPUVJBrOAFsJvtvYBwGFJSqKsxyyHf/7evZ8+Q5Q==} + '@publint/pack@0.1.4': + resolution: {integrity: sha512-HDVTWq3H0uTXiU0eeSQntcVUTPP3GamzeXI41+x7uU9J65JgWQh3qWZHblR1i0npXfFtF+mxBiU2nJH8znxWnQ==} engines: {node: '>=18'} '@quansync/fs@1.0.0': @@ -3371,8 +3362,8 @@ packages: cpu: [x64] os: [win32] - '@rolldown/debug@1.0.0-rc.5': - resolution: {integrity: sha512-BoL199chEapLJU67kzcSCC0C4U/uvxtoHsTJwI0OzQZ6n7Yt926o+ESVG7vAPJa94569M1oXLsgRUlHggipMwg==} + '@rolldown/debug@1.0.0-rc.8': + resolution: {integrity: sha512-iGpSMPXCXn1E1wodl3voNvhOvWVgqZt6vf9LDX+B79/snmGo7kO7xygWIgpLx+uIzvW+lH7u4X+GwcOolGDOqw==} '@rolldown/pluginutils@1.0.0-rc.2': resolution: {integrity: sha512-izyXV/v+cHiRfozX62W9htOAvwMo4/bXKDrQ+vom1L1qRuexPock/7VZDAhnpHCLNejd3NJ6hiab+tO0D44Rgw==} @@ -3551,47 +3542,47 @@ packages: '@shikijs/core@3.22.0': resolution: {integrity: sha512-iAlTtSDDbJiRpvgL5ugKEATDtHdUVkqgHDm/gbD2ZS9c88mx7G1zSYjjOxp5Qa0eaW0MAQosFRmJSk354PRoQA==} - '@shikijs/core@4.0.0': - resolution: {integrity: sha512-tvV94Dwyz4qFZ8R0MUaFx5Yptgy8yrloa4dwynEJDGjKz+8vqO8Q6FmPZL9W1gSzFHOUMOGQzIHK62aGourFxA==} + '@shikijs/core@4.0.2': + resolution: {integrity: sha512-hxT0YF4ExEqB8G/qFdtJvpmHXBYJ2lWW7qTHDarVkIudPFE6iCIrqdgWxGn5s+ppkGXI0aEGlibI0PAyzP3zlw==} engines: {node: '>=20'} '@shikijs/engine-javascript@3.22.0': resolution: {integrity: sha512-jdKhfgW9CRtj3Tor0L7+yPwdG3CgP7W+ZEqSsojrMzCjD1e0IxIbwUMDDpYlVBlC08TACg4puwFGkZfLS+56Tw==} - '@shikijs/engine-javascript@4.0.0': - resolution: {integrity: sha512-+PEyTS+JTz2lLy2C1Dwwx6hzoehIzqxQYh5MEjv9V4JtSabx+bIkRHfQT+6DnBmPAplGH0exBknWeiJSXC7w1w==} + '@shikijs/engine-javascript@4.0.2': + resolution: {integrity: sha512-7PW0Nm49DcoUIQEXlJhNNBHyoGMjalRETTCcjMqEaMoJRLljy1Bi/EGV3/qLBgLKQejdspiiYuHGQW6dX94Nag==} engines: {node: '>=20'} '@shikijs/engine-oniguruma@3.22.0': resolution: {integrity: sha512-DyXsOG0vGtNtl7ygvabHd7Mt5EY8gCNqR9Y7Lpbbd/PbJvgWrqaKzH1JW6H6qFkuUa8aCxoiYVv8/YfFljiQxA==} - '@shikijs/engine-oniguruma@4.0.0': - resolution: {integrity: sha512-KXmq4b6Xw16+4+rz5M4NZMoe/tzs5kTOMSJz8+LCyxSrwmxwTBAM/ab85iSO2Gw79E47HkW4B9HPHUXhrNOivw==} + '@shikijs/engine-oniguruma@4.0.2': + resolution: {integrity: sha512-UpCB9Y2sUKlS9z8juFSKz7ZtysmeXCgnRF0dlhXBkmQnek7lAToPte8DkxmEYGNTMii72zU/lyXiCB6StuZeJg==} engines: {node: '>=20'} '@shikijs/langs@3.22.0': resolution: {integrity: sha512-x/42TfhWmp6H00T6uwVrdTJGKgNdFbrEdhaDwSR5fd5zhQ1Q46bHq9EO61SCEWJR0HY7z2HNDMaBZp8JRmKiIA==} - '@shikijs/langs@4.0.0': - resolution: {integrity: sha512-dSAT6fBcnOcYZQMWZO8+OmzUKKm+OO0As/qZ3TXLiSy0JsCTEYz1TaX7TDupnYLz7dr0oF2DOTEgPocx1D3aFw==} + '@shikijs/langs@4.0.2': + resolution: {integrity: sha512-KaXby5dvoeuZzN0rYQiPMjFoUrz4hgwIE+D6Du9owcHcl6/g16/yT5BQxSW5cGt2MZBz6Hl0YuRqf12omRfUUg==} engines: {node: '>=20'} - '@shikijs/primitive@4.0.0': - resolution: {integrity: sha512-6K2zD7JTgsyFc2vM1rqy8eRGC8D5Hius3qzVONjq2lHMrqfTSn1HcGeJZiFPYSV9m3DQuBHncBbA5xe0hKSOkQ==} + '@shikijs/primitive@4.0.2': + resolution: {integrity: sha512-M6UMPrSa3fN5ayeJwFVl9qWofl273wtK1VG8ySDZ1mQBfhCpdd8nEx7nPZ/tk7k+TYcpqBZzj/AnwxT9lO+HJw==} engines: {node: '>=20'} '@shikijs/themes@3.22.0': resolution: {integrity: sha512-o+tlOKqsr6FE4+mYJG08tfCFDS+3CG20HbldXeVoyP+cYSUxDhrFf3GPjE60U55iOkkjbpY2uC3It/eeja35/g==} - '@shikijs/themes@4.0.0': - resolution: {integrity: sha512-xe42kvxOXan5ouXxULez6qwDNUJkoP6kicfg0wKuJBkeIaHLxZBZa2gEGYutL1q27DQZ5+XoR6caVX+E/aNR5A==} + '@shikijs/themes@4.0.2': + resolution: {integrity: sha512-mjCafwt8lJJaVSsQvNVrJumbnnj1RI8jbUKrPKgE6E3OvQKxnuRoBaYC51H4IGHePsGN/QtALglWBU7DoKDFnA==} engines: {node: '>=20'} '@shikijs/transformers@3.22.0': resolution: {integrity: sha512-E7eRV7mwDBjueLF6852n2oYeJYxBq3NSsDk+uyruYAXONv4U8holGmIrT+mPRJQ1J1SNOH6L8G19KRzmBawrFw==} - '@shikijs/twoslash@4.0.0': - resolution: {integrity: sha512-Kl1SpkL7yX2o8MmSCSqXE3Mova/X8LZj5rX5FpAy/JniCEvn/oWEOlUG/8hIDfH3qaRcKuLxwlR92yh5mH8juA==} + '@shikijs/twoslash@4.0.2': + resolution: {integrity: sha512-yHRudhirlMxOwDO6Q4OFU9hJMvUqNkY8hwtUfbaSEoG7A2cYicdO4c8fdDaDtyJ50HK7I8vTokrkIHTK3DCkLQ==} engines: {node: '>=20'} peerDependencies: typescript: '>=5.5.0' @@ -3599,12 +3590,12 @@ packages: '@shikijs/types@3.22.0': resolution: {integrity: sha512-491iAekgKDBFE67z70Ok5a8KBMsQ2IJwOWw3us/7ffQkIBCyOQfm/aNwVMBUriP02QshIfgHCBSIYAl3u2eWjg==} - '@shikijs/types@4.0.0': - resolution: {integrity: sha512-LCnfBTtQKNtJyc1qMShZr2dJt1uxNI6pI0/YTc2DSNET91aUvnMGHUHsucVCC5AJVcv5XyBqk2NgYRwd20EjbA==} + '@shikijs/types@4.0.2': + resolution: {integrity: sha512-qzbeRooUTPnLE+sHD/Z8DStmaDgnbbc/pMrU203950aRqjX/6AFHeDYT+j00y2lPdz0ywJKx7o/7qnqTivtlXg==} engines: {node: '>=20'} - '@shikijs/vitepress-twoslash@4.0.0': - resolution: {integrity: sha512-UF6Av80Z/G6+nNFY3nYmZAY0wp+YuykIau8efWdf7/VQs3kzukbBVg4YU5OBppgTEkHMZDCj+J6K3o50bLXhMw==} + '@shikijs/vitepress-twoslash@4.0.2': + resolution: {integrity: sha512-Bk01fAYDDiTffRPLHNJdNlYwzExXIVcrHUVNciD931SMlKZArvteKib6mM3mWAUhcy78RW1llT3fczjKIgQHBA==} engines: {node: '>=20'} '@shikijs/vscode-textmate@10.0.2': @@ -3838,8 +3829,8 @@ packages: '@types/node@22.19.11': resolution: {integrity: sha512-BH7YwL6rA93ReqeQS1c4bsPpcfOmJasG+Fkr6Y59q83f9M1WcBRHR2vM+P9eOisYRcN3ujQoiZY8uk5W+1WL8w==} - '@types/node@24.11.0': - resolution: {integrity: sha512-fPxQqz4VTgPI/IQ+lj9r0h+fDR66bzoeMGHp8ASee+32OSGIkeASsoZuJixsQoVef1QJbeubcPBxKk22QVoWdw==} + '@types/node@24.12.0': + resolution: {integrity: sha512-GYDxsZi3ChgmckRT9HPU0WEhKLP08ev/Yfcq2AstjrDASOYCSXeyjDsHg4v5t4jOj7cyDX3vmprafKlWIG9MXQ==} '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -4056,24 +4047,24 @@ packages: resolution: {integrity: sha512-Zfq6FbIcYl9gaAmVu6ROsqUiCNwpEj3Ljz/tMX5fl12Z95OFOxzf7vlO03WE5JBU/ri1tBDFHnW41dihMINOPQ==} engines: {node: '>=14'} - '@vitejs/devtools-kit@0.0.0-alpha.32': - resolution: {integrity: sha512-FPqCXXY+yPUMZ3bP54cgyqJX4TCCmmOywlxi7rl67T9B6/e9bR01VNbVdquVeFoBhC3rukyGrPRwro+raRCuDQ==} + '@vitejs/devtools-kit@0.0.0-alpha.33': + resolution: {integrity: sha512-1cG1yQ/NQBqioHRH43Y4sID/rN6FNvrmfu0bnYl5eB1YmB/nooGWktsEK1JJA9IMYnlHp+IuNpBhaepKlTkMMA==} peerDependencies: vite: workspace:* - '@vitejs/devtools-rolldown@0.0.0-alpha.32': - resolution: {integrity: sha512-zTvn+EeHSOz7dmAo3yI9/yXMr0WqhGhp2Knql+fSLGQLlJSFNKt1+Vn0My0gsLXXLbtaOtlAjvTxfSeh3u9PWw==} + '@vitejs/devtools-rolldown@0.0.0-alpha.33': + resolution: {integrity: sha512-Zt4qu/Jep4n80sn+sWXZ8I5KLVfjH8X3g2YKB/Ftkjo4zb0ayaIa1Cnl9Hg+QRMuICE4MZgEnp0vBpDRNf9jvQ==} - '@vitejs/devtools-rpc@0.0.0-alpha.32': - resolution: {integrity: sha512-lTolbr7EUlZnyoIIHT6C8iJbOb7vvchYOvTVaXu3XZjzr0hNsi0DOsY06O3jk5wuig8folqfemo2tQtTUWfPoQ==} + '@vitejs/devtools-rpc@0.0.0-alpha.33': + resolution: {integrity: sha512-cRLb6oUeMAbE5BCubx2x/nwD4uo2MOQuzUZ3KQ4GilD+2k7dMG3OJW6NYaEVRkLge4wXWscsDkf/BaBGh6Zk3w==} peerDependencies: ws: '*' peerDependenciesMeta: ws: optional: true - '@vitejs/devtools@0.0.0-alpha.32': - resolution: {integrity: sha512-XDNV5wmj3K106gV+Q8PSrLPv74Dhmjx/TSXIX04Nm814WTNLpzACC1CEg5gA3kblL8kHRIYjFwS+GI5x7F+tdw==} + '@vitejs/devtools@0.0.0-alpha.33': + resolution: {integrity: sha512-q1gybQuKEbkjhzzc+Amgmb97IlMt64jGVCm8sqpqJGkFIeeaPjaJZNW/AA+Y7Xve8K2vUnN/r9BQLZipNpIC6A==} hasBin: true peerDependencies: vite: workspace:* @@ -4420,8 +4411,8 @@ packages: '@vitest/pretty-format@4.0.18': resolution: {integrity: sha512-P24GK3GulZWC5tz87ux0m8OADrQIUVDPIjjj65vBXYG17ZeU3qD7r+MNZ1RNv4l8CGU2vtTRqixrOi9fYk/yKw==} - '@vitest/pretty-format@4.1.0-beta.5': - resolution: {integrity: sha512-QH/FGecnl2uwLveL/n1awB/nm/dJL9M0vMKVwmW0tvLAqTOp5GQQOypRuVvpXNFGhIl2bfpUSjruuDQlCBeFjw==} + '@vitest/pretty-format@4.1.0-beta.6': + resolution: {integrity: sha512-Wx7Gjy7jdz7iC09/R5fzw0YfJFgzqgBddBGrQs7S9b3ds38p6CBBcXJ5DhrJpaUAtQZ+EoI2/I3RigWmKt1zOw==} '@vitest/runner@4.0.18': resolution: {integrity: sha512-rpk9y12PGa22Jg6g5M3UVVnTS7+zycIGk9ZNGN+m6tZHKQb7jrP7/77WfZy13Y/EUDd52NDsLRQhYKtv7XfPQw==} @@ -4435,8 +4426,8 @@ packages: '@vitest/utils@4.0.18': resolution: {integrity: sha512-msMRKLMVLWygpK3u2Hybgi4MNjcYJvwTb0Ru09+fOyCXIgT5raYP041DRRdiJiI3k/2U6SEbAETB3YtBrUkCFA==} - '@vitest/utils@4.1.0-beta.5': - resolution: {integrity: sha512-yDobPgmVL/4YhVXsbBcmeUb5CIdZiJkoonPnuJXKOxmnj0XZyu7OgIX3KLOcRStbia3nJZ9VIIBWoSv+HS+wVA==} + '@vitest/utils@4.1.0-beta.6': + resolution: {integrity: sha512-dKZffS4O0ES7XxvZZejyJ2R9QseK3dRwzipRtsPs7njPTIgnJ8FWjSulwv6SVD8fhbYIia92kMgq83+xEqygTw==} '@voidzero-dev/vitepress-theme@4.8.1': resolution: {integrity: sha512-DNPf52thTslz/1LjrnVocVXZQgQIZjG1wWYiRVBu2RFVXkzO0RkIc/mVnsVs71yu9vh4Mx0wCg0G/Am58pLFoQ==} @@ -4456,26 +4447,26 @@ packages: '@vue/compiler-core@3.4.38': resolution: {integrity: sha512-8IQOTCWnLFqfHzOGm9+P8OPSEDukgg3Huc92qSG49if/xI2SAwLHQO2qaPQbjCWPBcQoO1WYfXfTACUrWV3c5A==} - '@vue/compiler-core@3.5.29': - resolution: {integrity: sha512-cuzPhD8fwRHk8IGfmYaR4eEe4cAyJEL66Ove/WZL7yWNL134nqLddSLwNRIsFlnnW1kK+p8Ck3viFnC0chXCXw==} + '@vue/compiler-core@3.5.30': + resolution: {integrity: sha512-s3DfdZkcu/qExZ+td75015ljzHc6vE+30cFMGRPROYjqkroYI5NV2X1yAMX9UeyBNWB9MxCfPcsjpLS11nzkkw==} '@vue/compiler-dom@3.4.38': resolution: {integrity: sha512-Osc/c7ABsHXTsETLgykcOwIxFktHfGSUDkb05V61rocEfsFDcjDLH/IHJSNJP+/Sv9KeN2Lx1V6McZzlSb9EhQ==} - '@vue/compiler-dom@3.5.29': - resolution: {integrity: sha512-n0G5o7R3uBVmVxjTIYcz7ovr8sy7QObFG8OQJ3xGCDNhbG60biP/P5KnyY8NLd81OuT1WJflG7N4KWYHaeeaIg==} + '@vue/compiler-dom@3.5.30': + resolution: {integrity: sha512-eCFYESUEVYHhiMuK4SQTldO3RYxyMR/UQL4KdGD1Yrkfdx4m/HYuZ9jSfPdA+nWJY34VWndiYdW/wZXyiPEB9g==} '@vue/compiler-sfc@3.4.38': resolution: {integrity: sha512-s5QfZ+9PzPh3T5H4hsQDJtI8x7zdJaew/dCGgqZ2630XdzaZ3AD8xGZfBqpT8oaD/p2eedd+pL8tD5vvt5ZYJQ==} - '@vue/compiler-sfc@3.5.29': - resolution: {integrity: sha512-oJZhN5XJs35Gzr50E82jg2cYdZQ78wEwvRO6Y63TvLVTc+6xICzJHP1UIecdSPPYIbkautNBanDiWYa64QSFIA==} + '@vue/compiler-sfc@3.5.30': + resolution: {integrity: sha512-LqmFPDn89dtU9vI3wHJnwaV6GfTRD87AjWpTWpyrdVOObVtjIuSeZr181z5C4PmVx/V3j2p+0f7edFKGRMpQ5A==} '@vue/compiler-ssr@3.4.38': resolution: {integrity: sha512-YXznKFQ8dxYpAz9zLuVvfcXhc31FSPFDcqr0kyujbOwNhlmaNvL2QfIy+RZeJgSn5Fk54CWoEUeW+NVBAogGaw==} - '@vue/compiler-ssr@3.5.29': - resolution: {integrity: sha512-Y/ARJZE6fpjzL5GH/phJmsFwx3g6t2KmHKHx5q+MLl2kencADKIrhH5MLF6HHpRMmlRAYBRSvv347Mepf1zVNw==} + '@vue/compiler-ssr@3.5.30': + resolution: {integrity: sha512-NsYK6OMTnx109PSL2IAyf62JP6EUdk4Dmj6AkWcJGBvN0dQoMYtVekAmdqgTtWQgEJo+Okstbf/1p7qZr5H+bA==} '@vue/devtools-api@6.6.4': resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==} @@ -4495,36 +4486,36 @@ packages: '@vue/reactivity@3.4.38': resolution: {integrity: sha512-4vl4wMMVniLsSYYeldAKzbk72+D3hUnkw9z8lDeJacTxAkXeDAP1uE9xr2+aKIN0ipOL8EG2GPouVTH6yF7Gnw==} - '@vue/reactivity@3.5.29': - resolution: {integrity: sha512-zcrANcrRdcLtmGZETBxWqIkoQei8HaFpZWx/GHKxx79JZsiZ8j1du0VUJtu4eJjgFvU/iKL5lRXFXksVmI+5DA==} + '@vue/reactivity@3.5.30': + resolution: {integrity: sha512-179YNgKATuwj9gB+66snskRDOitDiuOZqkYia7mHKJaidOMo/WJxHKF8DuGc4V4XbYTJANlfEKb0yxTQotnx4Q==} '@vue/runtime-core@3.4.38': resolution: {integrity: sha512-21z3wA99EABtuf+O3IhdxP0iHgkBs1vuoCAsCKLVJPEjpVqvblwBnTj42vzHRlWDCyxu9ptDm7sI2ZMcWrQqlA==} - '@vue/runtime-core@3.5.29': - resolution: {integrity: sha512-8DpW2QfdwIWOLqtsNcds4s+QgwSaHSJY/SUe04LptianUQ/0xi6KVsu/pYVh+HO3NTVvVJjIPL2t6GdeKbS4Lg==} + '@vue/runtime-core@3.5.30': + resolution: {integrity: sha512-e0Z+8PQsUTdwV8TtEsLzUM7SzC7lQwYKePydb7K2ZnmS6jjND+WJXkmmfh/swYzRyfP1EY3fpdesyYoymCzYfg==} '@vue/runtime-dom@3.4.38': resolution: {integrity: sha512-afZzmUreU7vKwKsV17H1NDThEEmdYI+GCAK/KY1U957Ig2NATPVjCROv61R19fjZNzMmiU03n79OMnXyJVN0UA==} - '@vue/runtime-dom@3.5.29': - resolution: {integrity: sha512-AHvvJEtcY9tw/uk+s/YRLSlxxQnqnAkjqvK25ZiM4CllCZWzElRAoQnCM42m9AHRLNJ6oe2kC5DCgD4AUdlvXg==} + '@vue/runtime-dom@3.5.30': + resolution: {integrity: sha512-2UIGakjU4WSQ0T4iwDEW0W7vQj6n7AFn7taqZ9Cvm0Q/RA2FFOziLESrDL4GmtI1wV3jXg5nMoJSYO66egDUBw==} '@vue/server-renderer@3.4.38': resolution: {integrity: sha512-NggOTr82FbPEkkUvBm4fTGcwUY8UuTsnWC/L2YZBmvaQ4C4Jl/Ao4HHTB+l7WnFCt5M/dN3l0XLuyjzswGYVCA==} peerDependencies: vue: 3.4.38 - '@vue/server-renderer@3.5.29': - resolution: {integrity: sha512-G/1k6WK5MusLlbxSE2YTcqAAezS+VuwHhOvLx2KnQU7G2zCH6KIb+5Wyt6UjMq7a3qPzNEjJXs1hvAxDclQH+g==} + '@vue/server-renderer@3.5.30': + resolution: {integrity: sha512-v+R34icapydRwbZRD0sXwtHqrQJv38JuMB4JxbOxd8NEpGLny7cncMp53W9UH/zo4j8eDHjQ1dEJXwzFQknjtQ==} peerDependencies: - vue: 3.5.29 + vue: 3.5.30 '@vue/shared@3.4.38': resolution: {integrity: sha512-q0xCiLkuWWQLzVrecPb0RMsNWyxICOjPrcrwxTUEHb1fsnvni4dcuyG7RT/Ie7VPTvnjzIaWzRMUBsrqNj/hhw==} - '@vue/shared@3.5.29': - resolution: {integrity: sha512-w7SR0A5zyRByL9XUkCfdLs7t9XOHUyJ67qPGQjOou3p6GvBeBW+AVjUUmlxtZ4PIYaRvE+1LmK44O4uajlZwcg==} + '@vue/shared@3.5.30': + resolution: {integrity: sha512-YXgQ7JjaO18NeK2K9VTbDHaFy62WrObMa6XERNfNOkAhD1F1oDSf3ZJ7K6GqabZ0BvSDHajp8qfS5Sa2I9n8uQ==} '@vueuse/core@14.2.0': resolution: {integrity: sha512-tpjzVl7KCQNVd/qcaCE9XbejL38V6KJAEq/tVXj7mDPtl6JtzmUdnXelSS+ULRkkrDgzYVK7EerQJvd2jR794Q==} @@ -4600,8 +4591,8 @@ packages: engines: {node: '>=0.4.0'} hasBin: true - ajv@6.12.6: - resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} + ajv@6.14.0: + resolution: {integrity: sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==} alien-signals@3.1.2: resolution: {integrity: sha512-d9dYqZTS90WLiU0I5c6DHj/HcKkF8ZyGN3G5x8wSbslulz70KOxaqCT0hQCo9KOyhVqzqGojvNdJXoTumZOtcw==} @@ -4691,13 +4682,13 @@ packages: peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - babel-plugin-polyfill-corejs3@0.14.0: - resolution: {integrity: sha512-AvDcMxJ34W4Wgy4KBIIePQTAOP1Ie2WFwkQp3dB7FQ/f0lI5+nM96zUnYEOE1P9sEg0es5VCP0HxiWu5fUHZAQ==} + babel-plugin-polyfill-corejs3@0.14.1: + resolution: {integrity: sha512-ENp89vM9Pw4kv/koBb5N2f9bDZsR0hpf3BdPMOg/pkS3pwO4dzNnQZVXtBbeyAadgm865DmQG2jMMLqmZXvuCw==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - babel-plugin-polyfill-regenerator@0.6.6: - resolution: {integrity: sha512-hYm+XLYRMvupxiQzrvXUj7YyvFFVfv5gI0R71AJzudg1g2AI2vyCPPIFEBjk162/wFzti3inBHo7isWFuEVS/A==} + babel-plugin-polyfill-regenerator@0.6.7: + resolution: {integrity: sha512-OTYbUlSwXhNgr4g6efMZgsO8//jA61P7ZbRX3iTT53VON8l+WQS8IAUEVo4a4cWknrg2W8Cj4gQhRYNCJ8GkAA==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 @@ -5218,8 +5209,8 @@ packages: peerDependencies: eslint: '>=8.23.0' - eslint-plugin-regexp@3.0.0: - resolution: {integrity: sha512-iW7hgAV8NOG6E2dz+VeKpq67YLQ9jaajOKYpoOSic2/q8y9BMdXBKkSR9gcMtbqEhNQzdW41E3wWzvhp8ExYwQ==} + eslint-plugin-regexp@3.1.0: + resolution: {integrity: sha512-qGXIC3DIKZHcK1H9A9+Byz9gmndY6TTSRkSMTZpNXdyCw2ObSehRgccJv35n9AdUakEjQp5VFNLas6BMXizCZg==} engines: {node: ^20.19.0 || ^22.13.0 || >=24} peerDependencies: eslint: '>=9.38.0' @@ -5240,8 +5231,8 @@ packages: resolution: {integrity: sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==} engines: {node: ^20.19.0 || ^22.13.0 || >=24} - eslint@9.39.3: - resolution: {integrity: sha512-VmQ+sifHUbI/IcSopBCF/HO3YiHQx/AVd3UVyYL6weuwW+HvON9VYn5l6Zl1WZzPWXPNZrSQpxwkkZ/VuvJZzg==} + eslint@9.39.4: + resolution: {integrity: sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} hasBin: true peerDependencies: @@ -5843,30 +5834,60 @@ packages: cpu: [arm64] os: [android] + lightningcss-android-arm64@1.32.0: + resolution: {integrity: sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==} + engines: {node: '>= 12.0.0'} + cpu: [arm64] + os: [android] + lightningcss-darwin-arm64@1.31.1: resolution: {integrity: sha512-02uTEqf3vIfNMq3h/z2cJfcOXnQ0GRwQrkmPafhueLb2h7mqEidiCzkE4gBMEH65abHRiQvhdcQ+aP0D0g67sg==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [darwin] + lightningcss-darwin-arm64@1.32.0: + resolution: {integrity: sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==} + engines: {node: '>= 12.0.0'} + cpu: [arm64] + os: [darwin] + lightningcss-darwin-x64@1.31.1: resolution: {integrity: sha512-1ObhyoCY+tGxtsz1lSx5NXCj3nirk0Y0kB/g8B8DT+sSx4G9djitg9ejFnjb3gJNWo7qXH4DIy2SUHvpoFwfTA==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [darwin] + lightningcss-darwin-x64@1.32.0: + resolution: {integrity: sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [darwin] + lightningcss-freebsd-x64@1.31.1: resolution: {integrity: sha512-1RINmQKAItO6ISxYgPwszQE1BrsVU5aB45ho6O42mu96UiZBxEXsuQ7cJW4zs4CEodPUioj/QrXW1r9pLUM74A==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [freebsd] + lightningcss-freebsd-x64@1.32.0: + resolution: {integrity: sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [freebsd] + lightningcss-linux-arm-gnueabihf@1.31.1: resolution: {integrity: sha512-OOCm2//MZJ87CdDK62rZIu+aw9gBv4azMJuA8/KB74wmfS3lnC4yoPHm0uXZ/dvNNHmnZnB8XLAZzObeG0nS1g==} engines: {node: '>= 12.0.0'} cpu: [arm] os: [linux] + lightningcss-linux-arm-gnueabihf@1.32.0: + resolution: {integrity: sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==} + engines: {node: '>= 12.0.0'} + cpu: [arm] + os: [linux] + lightningcss-linux-arm64-gnu@1.31.1: resolution: {integrity: sha512-WKyLWztD71rTnou4xAD5kQT+982wvca7E6QoLpoawZ1gP9JM0GJj4Tp5jMUh9B3AitHbRZ2/H3W5xQmdEOUlLg==} engines: {node: '>= 12.0.0'} @@ -5874,6 +5895,13 @@ packages: os: [linux] libc: [glibc] + lightningcss-linux-arm64-gnu@1.32.0: + resolution: {integrity: sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==} + engines: {node: '>= 12.0.0'} + cpu: [arm64] + os: [linux] + libc: [glibc] + lightningcss-linux-arm64-musl@1.31.1: resolution: {integrity: sha512-mVZ7Pg2zIbe3XlNbZJdjs86YViQFoJSpc41CbVmKBPiGmC4YrfeOyz65ms2qpAobVd7WQsbW4PdsSJEMymyIMg==} engines: {node: '>= 12.0.0'} @@ -5881,6 +5909,13 @@ packages: os: [linux] libc: [musl] + lightningcss-linux-arm64-musl@1.32.0: + resolution: {integrity: sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==} + engines: {node: '>= 12.0.0'} + cpu: [arm64] + os: [linux] + libc: [musl] + lightningcss-linux-x64-gnu@1.31.1: resolution: {integrity: sha512-xGlFWRMl+0KvUhgySdIaReQdB4FNudfUTARn7q0hh/V67PVGCs3ADFjw+6++kG1RNd0zdGRlEKa+T13/tQjPMA==} engines: {node: '>= 12.0.0'} @@ -5888,6 +5923,13 @@ packages: os: [linux] libc: [glibc] + lightningcss-linux-x64-gnu@1.32.0: + resolution: {integrity: sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [linux] + libc: [glibc] + lightningcss-linux-x64-musl@1.31.1: resolution: {integrity: sha512-eowF8PrKHw9LpoZii5tdZwnBcYDxRw2rRCyvAXLi34iyeYfqCQNA9rmUM0ce62NlPhCvof1+9ivRaTY6pSKDaA==} engines: {node: '>= 12.0.0'} @@ -5895,22 +5937,45 @@ packages: os: [linux] libc: [musl] + lightningcss-linux-x64-musl@1.32.0: + resolution: {integrity: sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [linux] + libc: [musl] + lightningcss-win32-arm64-msvc@1.31.1: resolution: {integrity: sha512-aJReEbSEQzx1uBlQizAOBSjcmr9dCdL3XuC/6HLXAxmtErsj2ICo5yYggg1qOODQMtnjNQv2UHb9NpOuFtYe4w==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [win32] + lightningcss-win32-arm64-msvc@1.32.0: + resolution: {integrity: sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==} + engines: {node: '>= 12.0.0'} + cpu: [arm64] + os: [win32] + lightningcss-win32-x64-msvc@1.31.1: resolution: {integrity: sha512-I9aiFrbd7oYHwlnQDqr1Roz+fTz61oDDJX7n9tYF9FJymH1cIN1DtKw3iYt6b8WZgEjoNwVSncwF4wx/ZedMhw==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [win32] + lightningcss-win32-x64-msvc@1.32.0: + resolution: {integrity: sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [win32] + lightningcss@1.31.1: resolution: {integrity: sha512-l51N2r93WmGUye3WuFoN5k10zyvrVs0qfKBhyC5ogUQ6Ew6JUSswh78mbSO+IU3nTWsyOArqPCcShdQSadghBQ==} engines: {node: '>= 12.0.0'} + lightningcss@1.32.0: + resolution: {integrity: sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==} + engines: {node: '>= 12.0.0'} + lilconfig@3.1.3: resolution: {integrity: sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==} engines: {node: '>=14'} @@ -5921,8 +5986,8 @@ packages: linkify-it@5.0.0: resolution: {integrity: sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==} - lint-staged@16.3.1: - resolution: {integrity: sha512-bqvvquXzFBAlSbluugR4KXAe4XnO/QZcKVszpkBtqLWa2KEiVy8n6Xp38OeUbv/gOJOX4Vo9u5pFt/ADvbm42Q==} + lint-staged@16.3.2: + resolution: {integrity: sha512-xKqhC2AeXLwiAHXguxBjuChoTTWFC6Pees0SHPwOpwlvI3BH7ZADFPddAdN3pgo3aiKgPUx/bxE78JfUnxQnlg==} engines: {node: '>=20.17'} hasBin: true @@ -6176,8 +6241,8 @@ packages: resolution: {integrity: sha512-+G4CpNBxa5MprY+04MbgOw1v7So6n5JY166pFi9KfYwT78fxScCeSNQSNzp6dpPSW2rONOps6Ocam1wFhCgoVw==} engines: {node: 18 || 20 || >=22} - minimatch@3.1.2: - resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} + minimatch@3.1.5: + resolution: {integrity: sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==} minimatch@9.0.5: resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==} @@ -6199,8 +6264,8 @@ packages: mitt@3.0.1: resolution: {integrity: sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==} - mlly@1.8.0: - resolution: {integrity: sha512-l8D9ODSRWLe2KHJSifWGwBqpTZXIXTeo8mlKjY+E2HAakaTeNpqAyBZ8GSqLzHgw4XmHmC8whvpjJNMbFZN7/g==} + mlly@1.8.1: + resolution: {integrity: sha512-SnL6sNutTwRWWR/vcmCYHSADjiEesp5TGQQ0pXyLhW5IoeibRlF/CbSLailbB3CNqJUk9cVJ9dUDnbD7GrcHBQ==} moment@2.30.1: resolution: {integrity: sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==} @@ -6444,8 +6509,8 @@ packages: periscopic@4.0.2: resolution: {integrity: sha512-sqpQDUy8vgB7ycLkendSKS6HnVz1Rneoc3Rc+ZBUCe2pbqlVuCC5vF52l0NJ1aiMg/r1qfYF9/myz8CZeI2rjA==} - phoenix@1.8.4: - resolution: {integrity: sha512-5wdO9mqU4l0AmcexN8mA0m1BsC4ROv2l55MN31gbxmJPzghc4SxVxnNTh9qaummYa2pbwkoBvG8FezO7cjdr8A==} + phoenix@1.8.5: + resolution: {integrity: sha512-Oj5nlRV/NKXkjBx8uMgCMmgMf1twd/B2qOcO30cHLH1PCGR8149o4T1lRIaqN4nq2KQJAeMqPiLdh1Asd0wQFg==} picocolors@1.1.1: resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} @@ -6575,8 +6640,8 @@ packages: postcss-value-parser@4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} - postcss@8.5.6: - resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==} + postcss@8.5.8: + resolution: {integrity: sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==} engines: {node: ^10 || ^12 || >=14} powershell-utils@0.1.0: @@ -6622,8 +6687,8 @@ packages: prr@1.0.1: resolution: {integrity: sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==} - publint@0.3.17: - resolution: {integrity: sha512-Q3NLegA9XM6usW+dYQRG1g9uEHiYUzcCVBJDJ7yMcWRqVU9LYZUWdqbwMZfmTCFC5PZLQpLAmhvRcQRl3exqkw==} + publint@0.3.18: + resolution: {integrity: sha512-JRJFeBTrfx4qLwEuGFPk+haJOJN97KnPuK01yj+4k/Wj5BgoOK5uNsivporiqBjk2JDaslg7qJOhGRnpltGeog==} engines: {node: '>=18'} hasBin: true @@ -7060,8 +7125,8 @@ packages: shiki@3.22.0: resolution: {integrity: sha512-LBnhsoYEe0Eou4e1VgJACes+O6S6QC0w71fCSp5Oya79inkwkm15gQ1UF6VtQ8j/taMDh79hAB49WUk8ALQW3g==} - shiki@4.0.0: - resolution: {integrity: sha512-rjKoiw30ZaFsM0xnPPwxco/Jftz/XXqZkcQZBTX4LGheDw8gCDEH87jdgaKDEG3FZO2bFOK27+sR/sDHhbBXfg==} + shiki@4.0.2: + resolution: {integrity: sha512-eAVKTMedR5ckPo4xne/PjYQYrU3qx78gtJZ+sHlXEg5IHhhoQhMfZVzetTYuaJS0L2Ef3AcCRzCHV8T0WI6nIQ==} engines: {node: '>=20'} side-channel-list@1.0.0: @@ -7469,11 +7534,11 @@ packages: engines: {node: '>=0.8.0'} hasBin: true - unconfig-core@7.4.2: - resolution: {integrity: sha512-VgPCvLWugINbXvMQDf8Jh0mlbvNjNC6eSUziHsBCMpxR05OPrNrvDnyatdMjRgcHaaNsCqz+wjNXxNw1kRLHUg==} + unconfig-core@7.5.0: + resolution: {integrity: sha512-Su3FauozOGP44ZmKdHy2oE6LPjk51M/TRRjHv2HNCWiDvfvCoxC2lno6jevMA91MYAdCdwP05QnWdWpSbncX/w==} - unconfig@7.4.2: - resolution: {integrity: sha512-nrMlWRQ1xdTjSnSUqvYqJzbTBFugoqHobQj58B2bc8qxHKBBHMNNsWQFP3Cd3/JZK907voM2geYPWqD4VK3MPQ==} + unconfig@7.5.0: + resolution: {integrity: sha512-oi8Qy2JV4D3UQ0PsopR28CzdQ3S/5A1zwsUwp/rosSbfhJ5z7b90bIyTwi/F7hCLD4SGcZVjDzd4XoUQcEanvA==} uncrypto@0.1.3: resolution: {integrity: sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==} @@ -7764,8 +7829,8 @@ packages: typescript: optional: true - vue@3.5.29: - resolution: {integrity: sha512-BZqN4Ze6mDQVNAni0IHeMJ5mwr8VAJ3MQC9FmprRhcBYENw+wOAAjRj8jfmN6FLl0j96OXbR+CjWhmAmM+QGnA==} + vue@3.5.30: + resolution: {integrity: sha512-hTHLc6VNZyzzEH/l7PFGjpcTvUgiaPK5mdLkbjrTeWSRcEfxFrv56g/XckIYlE9ckuobsdwqd5mk2g1sBkMewg==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -8004,7 +8069,7 @@ snapshots: regexpu-core: 6.4.0 semver: 6.3.1 - '@babel/helper-define-polyfill-provider@0.6.6(@babel/core@7.29.0(ms@2.1.3))(ms@2.1.3)': + '@babel/helper-define-polyfill-provider@0.6.7(@babel/core@7.29.0(ms@2.1.3))(ms@2.1.3)': dependencies: '@babel/core': 7.29.0(ms@2.1.3) '@babel/helper-compilation-targets': 7.28.6 @@ -8559,8 +8624,8 @@ snapshots: '@babel/plugin-transform-unicode-sets-regex': 7.28.6(@babel/core@7.29.0(ms@2.1.3)) '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.29.0(ms@2.1.3)) babel-plugin-polyfill-corejs2: 0.4.15(@babel/core@7.29.0(ms@2.1.3))(ms@2.1.3) - babel-plugin-polyfill-corejs3: 0.14.0(@babel/core@7.29.0(ms@2.1.3))(ms@2.1.3) - babel-plugin-polyfill-regenerator: 0.6.6(@babel/core@7.29.0(ms@2.1.3))(ms@2.1.3) + babel-plugin-polyfill-corejs3: 0.14.1(@babel/core@7.29.0(ms@2.1.3))(ms@2.1.3) + babel-plugin-polyfill-regenerator: 0.6.7(@babel/core@7.29.0(ms@2.1.3))(ms@2.1.3) core-js-compat: 3.48.0 semver: 6.3.1 transitivePeerDependencies: @@ -8617,15 +8682,13 @@ snapshots: hashery: 1.4.0 keyv: 5.6.0 - '@clack/core@1.0.1': + '@clack/core@1.1.0': dependencies: - picocolors: 1.1.1 sisteransi: 1.0.5 - '@clack/prompts@1.0.1': + '@clack/prompts@1.1.0': dependencies: - '@clack/core': 1.0.1 - picocolors: 1.1.1 + '@clack/core': 1.1.0 sisteransi: 1.0.5 '@cloudflare/workerd-darwin-64@1.20260305.0': @@ -8756,18 +8819,18 @@ snapshots: '@esbuild/win32-x64@0.27.3': optional: true - '@eslint-community/eslint-utils@4.9.1(eslint@9.39.3(jiti@2.6.1)(ms@2.1.3))': + '@eslint-community/eslint-utils@4.9.1(eslint@9.39.4(jiti@2.6.1)(ms@2.1.3))': dependencies: - eslint: 9.39.3(jiti@2.6.1)(ms@2.1.3) + eslint: 9.39.4(jiti@2.6.1)(ms@2.1.3) eslint-visitor-keys: 3.4.3 '@eslint-community/regexpp@4.12.2': {} - '@eslint/config-array@0.21.1(ms@2.1.3)': + '@eslint/config-array@0.21.2(ms@2.1.3)': dependencies: '@eslint/object-schema': 2.1.7 debug: obug@1.0.2(ms@2.1.3) - minimatch: 3.1.2 + minimatch: 3.1.5 transitivePeerDependencies: - ms @@ -8779,21 +8842,21 @@ snapshots: dependencies: '@types/json-schema': 7.0.15 - '@eslint/eslintrc@3.3.3(ms@2.1.3)': + '@eslint/eslintrc@3.3.5(ms@2.1.3)': dependencies: - ajv: 6.12.6 + ajv: 6.14.0 debug: obug@1.0.2(ms@2.1.3) espree: 10.4.0 globals: 14.0.0 ignore: 5.3.2 import-fresh: 3.3.1 js-yaml: 4.1.1 - minimatch: 3.1.2 + minimatch: 3.1.5 strip-json-comments: 3.1.1 transitivePeerDependencies: - ms - '@eslint/js@9.39.3': {} + '@eslint/js@9.39.4': {} '@eslint/object-schema@2.1.7': {} @@ -8802,37 +8865,26 @@ snapshots: '@eslint/core': 0.17.0 levn: 0.4.1 - '@floating-ui/core@1.7.4': - dependencies: - '@floating-ui/utils': 0.2.10 - '@floating-ui/core@1.7.5': dependencies: '@floating-ui/utils': 0.2.11 '@floating-ui/dom@1.1.1': dependencies: - '@floating-ui/core': 1.7.4 - - '@floating-ui/dom@1.7.5': - dependencies: - '@floating-ui/core': 1.7.4 - '@floating-ui/utils': 0.2.10 + '@floating-ui/core': 1.7.5 '@floating-ui/dom@1.7.6': dependencies: '@floating-ui/core': 1.7.5 '@floating-ui/utils': 0.2.11 - '@floating-ui/utils@0.2.10': {} - '@floating-ui/utils@0.2.11': {} - '@floating-ui/vue@1.1.11(vue@3.5.29(typescript@5.9.3))': + '@floating-ui/vue@1.1.11(vue@3.5.30(typescript@5.9.3))': dependencies: '@floating-ui/dom': 1.7.6 '@floating-ui/utils': 0.2.11 - vue-demi: 0.14.10(vue@3.5.29(typescript@5.9.3)) + vue-demi: 0.14.10(vue@3.5.30(typescript@5.9.3)) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -8870,12 +8922,12 @@ snapshots: dependencies: '@antfu/install-pkg': 1.1.0 '@iconify/types': 2.0.0 - mlly: 1.8.0 + mlly: 1.8.1 - '@iconify/vue@5.0.0(vue@3.5.29(typescript@5.9.3))': + '@iconify/vue@5.0.0(vue@3.5.30(typescript@5.9.3))': dependencies: '@iconify/types': 2.0.0 - vue: 3.5.29(typescript@5.9.3) + vue: 3.5.30(typescript@5.9.3) '@img/colour@1.0.0': {} @@ -9254,7 +9306,7 @@ snapshots: dependencies: '@pnpm/constants': 1001.3.1 - '@pnpm/graceful-fs@1000.0.1': + '@pnpm/graceful-fs@1000.1.0': dependencies: graceful-fs: 4.2.11 @@ -9266,11 +9318,11 @@ snapshots: '@pnpm/types': 1001.3.0 semver: 7.7.3 - '@pnpm/read-project-manifest@1001.2.4': + '@pnpm/read-project-manifest@1001.2.5': dependencies: '@gwhitney/detect-indent': 7.0.1 '@pnpm/error': 1000.0.5 - '@pnpm/graceful-fs': 1000.0.1 + '@pnpm/graceful-fs': 1000.1.0 '@pnpm/manifest-utils': 1002.0.4 '@pnpm/text.comments-parser': 1000.0.0 '@pnpm/types': 1001.3.0 @@ -9316,7 +9368,7 @@ snapshots: '@poppinss/exception@1.2.3': {} - '@publint/pack@0.1.3': {} + '@publint/pack@0.1.4': {} '@quansync/fs@1.0.0': dependencies: @@ -9371,7 +9423,7 @@ snapshots: '@rolldown/binding-win32-x64-msvc@1.0.0-rc.8': optional: true - '@rolldown/debug@1.0.0-rc.5': {} + '@rolldown/debug@1.0.0-rc.8': {} '@rolldown/pluginutils@1.0.0-rc.2': {} @@ -9484,10 +9536,10 @@ snapshots: '@types/hast': 3.0.4 hast-util-to-html: 9.0.5 - '@shikijs/core@4.0.0': + '@shikijs/core@4.0.2': dependencies: - '@shikijs/primitive': 4.0.0 - '@shikijs/types': 4.0.0 + '@shikijs/primitive': 4.0.2 + '@shikijs/types': 4.0.2 '@shikijs/vscode-textmate': 10.0.2 '@types/hast': 3.0.4 hast-util-to-html: 9.0.5 @@ -9498,9 +9550,9 @@ snapshots: '@shikijs/vscode-textmate': 10.0.2 oniguruma-to-es: 4.3.4 - '@shikijs/engine-javascript@4.0.0': + '@shikijs/engine-javascript@4.0.2': dependencies: - '@shikijs/types': 4.0.0 + '@shikijs/types': 4.0.2 '@shikijs/vscode-textmate': 10.0.2 oniguruma-to-es: 4.3.4 @@ -9509,22 +9561,22 @@ snapshots: '@shikijs/types': 3.22.0 '@shikijs/vscode-textmate': 10.0.2 - '@shikijs/engine-oniguruma@4.0.0': + '@shikijs/engine-oniguruma@4.0.2': dependencies: - '@shikijs/types': 4.0.0 + '@shikijs/types': 4.0.2 '@shikijs/vscode-textmate': 10.0.2 '@shikijs/langs@3.22.0': dependencies: '@shikijs/types': 3.22.0 - '@shikijs/langs@4.0.0': + '@shikijs/langs@4.0.2': dependencies: - '@shikijs/types': 4.0.0 + '@shikijs/types': 4.0.2 - '@shikijs/primitive@4.0.0': + '@shikijs/primitive@4.0.2': dependencies: - '@shikijs/types': 4.0.0 + '@shikijs/types': 4.0.2 '@shikijs/vscode-textmate': 10.0.2 '@types/hast': 3.0.4 @@ -9532,19 +9584,19 @@ snapshots: dependencies: '@shikijs/types': 3.22.0 - '@shikijs/themes@4.0.0': + '@shikijs/themes@4.0.2': dependencies: - '@shikijs/types': 4.0.0 + '@shikijs/types': 4.0.2 '@shikijs/transformers@3.22.0': dependencies: '@shikijs/core': 3.22.0 '@shikijs/types': 3.22.0 - '@shikijs/twoslash@4.0.0(ms@2.1.3)(typescript@5.9.3)': + '@shikijs/twoslash@4.0.2(ms@2.1.3)(typescript@5.9.3)': dependencies: - '@shikijs/core': 4.0.0 - '@shikijs/types': 4.0.0 + '@shikijs/core': 4.0.2 + '@shikijs/types': 4.0.2 twoslash: 0.3.6(ms@2.1.3)(typescript@5.9.3) typescript: 5.9.3 transitivePeerDependencies: @@ -9555,15 +9607,15 @@ snapshots: '@shikijs/vscode-textmate': 10.0.2 '@types/hast': 3.0.4 - '@shikijs/types@4.0.0': + '@shikijs/types@4.0.2': dependencies: '@shikijs/vscode-textmate': 10.0.2 '@types/hast': 3.0.4 - '@shikijs/vitepress-twoslash@4.0.0(ms@2.1.3)(typescript@5.9.3)': + '@shikijs/vitepress-twoslash@4.0.2(ms@2.1.3)(typescript@5.9.3)': dependencies: - '@shikijs/twoslash': 4.0.0(ms@2.1.3)(typescript@5.9.3) - floating-vue: 5.2.2(vue@3.5.29(typescript@5.9.3)) + '@shikijs/twoslash': 4.0.2(ms@2.1.3)(typescript@5.9.3) + floating-vue: 5.2.2(vue@3.5.30(typescript@5.9.3)) lz-string: 1.5.0 magic-string: 0.30.21 markdown-it: 14.1.1 @@ -9571,10 +9623,10 @@ snapshots: mdast-util-gfm: 3.1.0(ms@2.1.3) mdast-util-to-hast: 13.2.1 ohash: 2.0.11 - shiki: 4.0.0 + shiki: 4.0.2 twoslash: 0.3.6(ms@2.1.3)(typescript@5.9.3) twoslash-vue: 0.3.6(ms@2.1.3)(typescript@5.9.3) - vue: 3.5.29(typescript@5.9.3) + vue: 3.5.30(typescript@5.9.3) transitivePeerDependencies: - '@nuxt/kit' - ms @@ -9669,7 +9721,7 @@ snapshots: '@alloc/quick-lru': 5.2.0 '@tailwindcss/node': 4.2.1 '@tailwindcss/oxide': 4.2.1 - postcss: 8.5.6 + postcss: 8.5.8 tailwindcss: 4.2.1 '@tailwindcss/typography@0.5.19(tailwindcss@4.2.1)': @@ -9686,10 +9738,10 @@ snapshots: '@tanstack/virtual-core@3.13.21': {} - '@tanstack/vue-virtual@3.13.21(vue@3.5.29(typescript@5.9.3))': + '@tanstack/vue-virtual@3.13.21(vue@3.5.30(typescript@5.9.3))': dependencies: '@tanstack/virtual-core': 3.13.21 - vue: 3.5.29(typescript@5.9.3) + vue: 3.5.30(typescript@5.9.3) '@tybys/wasm-util@0.10.1': dependencies: @@ -9724,7 +9776,7 @@ snapshots: '@types/body-parser@1.19.6': dependencies: '@types/connect': 3.4.38 - '@types/node': 24.11.0 + '@types/node': 24.12.0 '@types/chai@5.2.3': dependencies: @@ -9733,13 +9785,13 @@ snapshots: '@types/connect@3.4.38': dependencies: - '@types/node': 24.11.0 + '@types/node': 24.12.0 '@types/convert-source-map@2.0.3': {} '@types/cross-spawn@6.0.6': dependencies: - '@types/node': 24.11.0 + '@types/node': 24.12.0 '@types/debug@4.1.12': dependencies: @@ -9753,11 +9805,11 @@ snapshots: '@types/etag@1.8.4': dependencies: - '@types/node': 24.11.0 + '@types/node': 24.12.0 '@types/express-serve-static-core@5.1.1': dependencies: - '@types/node': 24.11.0 + '@types/node': 24.12.0 '@types/qs': 6.14.0 '@types/range-parser': 1.2.7 '@types/send': 1.2.1 @@ -9801,7 +9853,7 @@ snapshots: dependencies: undici-types: 6.21.0 - '@types/node@24.11.0': + '@types/node@24.12.0': dependencies: undici-types: 7.16.0 @@ -9825,16 +9877,16 @@ snapshots: '@types/send@1.2.1': dependencies: - '@types/node': 24.11.0 + '@types/node': 24.12.0 '@types/serve-static@2.2.0': dependencies: '@types/http-errors': 2.0.5 - '@types/node': 24.11.0 + '@types/node': 24.12.0 '@types/stylus@0.48.43': dependencies: - '@types/node': 24.11.0 + '@types/node': 24.12.0 '@types/unist@3.0.3': {} @@ -9842,17 +9894,17 @@ snapshots: '@types/ws@8.18.1': dependencies: - '@types/node': 24.11.0 + '@types/node': 24.12.0 - '@typescript-eslint/eslint-plugin@8.56.1(@typescript-eslint/parser@8.56.1(eslint@9.39.3(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.3))(eslint@9.39.3(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.3)': + '@typescript-eslint/eslint-plugin@8.56.1(@typescript-eslint/parser@8.56.1(eslint@9.39.4(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.3)': dependencies: '@eslint-community/regexpp': 4.12.2 - '@typescript-eslint/parser': 8.56.1(eslint@9.39.3(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.3) + '@typescript-eslint/parser': 8.56.1(eslint@9.39.4(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.3) '@typescript-eslint/scope-manager': 8.56.1 - '@typescript-eslint/type-utils': 8.56.1(eslint@9.39.3(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.3) - '@typescript-eslint/utils': 8.56.1(eslint@9.39.3(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.3) + '@typescript-eslint/type-utils': 8.56.1(eslint@9.39.4(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.3) + '@typescript-eslint/utils': 8.56.1(eslint@9.39.4(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.3) '@typescript-eslint/visitor-keys': 8.56.1 - eslint: 9.39.3(jiti@2.6.1)(ms@2.1.3) + eslint: 9.39.4(jiti@2.6.1)(ms@2.1.3) ignore: 7.0.5 natural-compare: 1.4.0 ts-api-utils: 2.4.0(typescript@5.9.3) @@ -9860,14 +9912,14 @@ snapshots: transitivePeerDependencies: - ms - '@typescript-eslint/parser@8.56.1(eslint@9.39.3(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.3)': + '@typescript-eslint/parser@8.56.1(eslint@9.39.4(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.3)': dependencies: '@typescript-eslint/scope-manager': 8.56.1 '@typescript-eslint/types': 8.56.1 '@typescript-eslint/typescript-estree': 8.56.1(ms@2.1.3)(typescript@5.9.3) '@typescript-eslint/visitor-keys': 8.56.1 debug: obug@1.0.2(ms@2.1.3) - eslint: 9.39.3(jiti@2.6.1)(ms@2.1.3) + eslint: 9.39.4(jiti@2.6.1)(ms@2.1.3) typescript: 5.9.3 transitivePeerDependencies: - ms @@ -9890,13 +9942,13 @@ snapshots: dependencies: typescript: 5.9.3 - '@typescript-eslint/type-utils@8.56.1(eslint@9.39.3(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.3)': + '@typescript-eslint/type-utils@8.56.1(eslint@9.39.4(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.3)': dependencies: '@typescript-eslint/types': 8.56.1 '@typescript-eslint/typescript-estree': 8.56.1(ms@2.1.3)(typescript@5.9.3) - '@typescript-eslint/utils': 8.56.1(eslint@9.39.3(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.3) + '@typescript-eslint/utils': 8.56.1(eslint@9.39.4(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.3) debug: obug@1.0.2(ms@2.1.3) - eslint: 9.39.3(jiti@2.6.1)(ms@2.1.3) + eslint: 9.39.4(jiti@2.6.1)(ms@2.1.3) ts-api-utils: 2.4.0(typescript@5.9.3) typescript: 5.9.3 transitivePeerDependencies: @@ -9919,13 +9971,13 @@ snapshots: transitivePeerDependencies: - ms - '@typescript-eslint/utils@8.56.1(eslint@9.39.3(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.3)': + '@typescript-eslint/utils@8.56.1(eslint@9.39.4(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.3)': dependencies: - '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.3(jiti@2.6.1)(ms@2.1.3)) + '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)(ms@2.1.3)) '@typescript-eslint/scope-manager': 8.56.1 '@typescript-eslint/types': 8.56.1 '@typescript-eslint/typescript-estree': 8.56.1(ms@2.1.3)(typescript@5.9.3) - eslint: 9.39.3(jiti@2.6.1)(ms@2.1.3) + eslint: 9.39.4(jiti@2.6.1)(ms@2.1.3) typescript: 5.9.3 transitivePeerDependencies: - ms @@ -10005,9 +10057,9 @@ snapshots: '@vercel/detect-agent@1.1.0': {} - '@vitejs/devtools-kit@0.0.0-alpha.32(typescript@5.9.3)(vite@packages+vite)(ws@8.19.0)': + '@vitejs/devtools-kit@0.0.0-alpha.33(typescript@5.9.3)(vite@packages+vite)(ws@8.19.0)': dependencies: - '@vitejs/devtools-rpc': 0.0.0-alpha.32(typescript@5.9.3)(ws@8.19.0) + '@vitejs/devtools-rpc': 0.0.0-alpha.33(typescript@5.9.3)(ws@8.19.0) birpc: 4.0.0 immer: 11.1.4 vite: link:packages/vite @@ -10015,33 +10067,33 @@ snapshots: - typescript - ws - '@vitejs/devtools-rolldown@0.0.0-alpha.32(typescript@5.9.3)(vite@packages+vite)(vue@3.5.29(typescript@5.9.3))': + '@vitejs/devtools-rolldown@0.0.0-alpha.33(typescript@5.9.3)(vite@packages+vite)(vue@3.5.30(typescript@5.9.3))': dependencies: - '@floating-ui/dom': 1.7.5 - '@pnpm/read-project-manifest': 1001.2.4 - '@rolldown/debug': 1.0.0-rc.5 - '@vitejs/devtools-kit': 0.0.0-alpha.32(typescript@5.9.3)(vite@packages+vite)(ws@8.19.0) - '@vitejs/devtools-rpc': 0.0.0-alpha.32(typescript@5.9.3)(ws@8.19.0) + '@floating-ui/dom': 1.7.6 + '@pnpm/read-project-manifest': 1001.2.5 + '@rolldown/debug': 1.0.0-rc.8 + '@vitejs/devtools-kit': 0.0.0-alpha.33(typescript@5.9.3)(vite@packages+vite)(ws@8.19.0) + '@vitejs/devtools-rpc': 0.0.0-alpha.33(typescript@5.9.3)(ws@8.19.0) ansis: 4.2.0 birpc: 4.0.0 - cac: 6.7.14 + cac: 7.0.0 d3-shape: 3.2.0 diff: 8.0.3 get-port-please: 3.2.0 h3: 1.15.5 - mlly: 1.8.0 + mlly: 1.8.1 mrmime: 2.0.1 ohash: 2.0.11 p-limit: 7.3.0 pathe: 2.0.3 - publint: 0.3.17 + publint: 0.3.18 sirv: 3.0.2(patch_hash=c07c56eb72faea34341d465cde2314e89db472106ed378181e3447893af6bf95) split2: 4.2.0 structured-clone-es: 1.0.0 tinyglobby: 0.2.15 - unconfig: 7.4.2 + unconfig: 7.5.0 unstorage: 1.17.4 - vue-virtual-scroller: 2.0.0-beta.8(vue@3.5.29(typescript@5.9.3)) + vue-virtual-scroller: 2.0.0-beta.8(vue@3.5.30(typescript@5.9.3)) ws: 8.19.0 transitivePeerDependencies: - '@azure/app-configuration' @@ -10070,7 +10122,7 @@ snapshots: - vite - vue - '@vitejs/devtools-rpc@0.0.0-alpha.32(typescript@5.9.3)(ws@8.19.0)': + '@vitejs/devtools-rpc@0.0.0-alpha.33(typescript@5.9.3)(ws@8.19.0)': dependencies: birpc: 4.0.0 ohash: 2.0.11 @@ -10082,17 +10134,17 @@ snapshots: transitivePeerDependencies: - typescript - '@vitejs/devtools@0.0.0-alpha.32(typescript@5.9.3)(vite@packages+vite)(vue@3.5.29(typescript@5.9.3))': + '@vitejs/devtools@0.0.0-alpha.33(typescript@5.9.3)(vite@packages+vite)(vue@3.5.30(typescript@5.9.3))': dependencies: - '@vitejs/devtools-kit': 0.0.0-alpha.32(typescript@5.9.3)(vite@packages+vite)(ws@8.19.0) - '@vitejs/devtools-rolldown': 0.0.0-alpha.32(typescript@5.9.3)(vite@packages+vite)(vue@3.5.29(typescript@5.9.3)) - '@vitejs/devtools-rpc': 0.0.0-alpha.32(typescript@5.9.3)(ws@8.19.0) + '@vitejs/devtools-kit': 0.0.0-alpha.33(typescript@5.9.3)(vite@packages+vite)(ws@8.19.0) + '@vitejs/devtools-rolldown': 0.0.0-alpha.33(typescript@5.9.3)(vite@packages+vite)(vue@3.5.30(typescript@5.9.3)) + '@vitejs/devtools-rpc': 0.0.0-alpha.33(typescript@5.9.3)(ws@8.19.0) birpc: 4.0.0 - cac: 6.7.14 + cac: 7.0.0 h3: 1.15.5 immer: 11.1.4 launch-editor: 2.13.1 - mlly: 1.8.0 + mlly: 1.8.1 obug: 2.1.1 open: 11.0.0 pathe: 2.0.3 @@ -10129,11 +10181,11 @@ snapshots: '@vitejs/longfilename-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa@file:playground/optimize-deps/longfilename': {} - '@vitejs/plugin-vue@6.0.4(vite@packages+vite)(vue@3.5.29(typescript@5.9.3))': + '@vitejs/plugin-vue@6.0.4(vite@packages+vite)(vue@3.5.30(typescript@5.9.3))': dependencies: '@rolldown/pluginutils': 1.0.0-rc.2 vite: link:packages/vite - vue: 3.5.29(typescript@5.9.3) + vue: 3.5.30(typescript@5.9.3) '@vitejs/release-scripts@1.6.0(conventional-commits-filter@5.0.0)': dependencies: @@ -10143,7 +10195,7 @@ snapshots: mri: 1.2.0 picocolors: 1.1.1 prompts: 2.4.2 - publint: 0.3.17 + publint: 0.3.18 semver: 7.7.3 transitivePeerDependencies: - conventional-commits-filter @@ -10255,7 +10307,7 @@ snapshots: dependencies: slash3: slash@3.0.0 slash5: slash@5.1.0 - vue: 3.5.29(typescript@5.9.3) + vue: 3.5.30(typescript@5.9.3) transitivePeerDependencies: - typescript @@ -10263,7 +10315,7 @@ snapshots: dependencies: slash3: slash@3.0.0 slash5: slash@5.1.0 - vue: 3.5.29(typescript@5.9.3) + vue: 3.5.30(typescript@5.9.3) transitivePeerDependencies: - typescript @@ -10410,7 +10462,7 @@ snapshots: dependencies: tinyrainbow: 3.0.3 - '@vitest/pretty-format@4.1.0-beta.5': + '@vitest/pretty-format@4.1.0-beta.6': dependencies: tinyrainbow: 3.0.3 @@ -10432,31 +10484,31 @@ snapshots: '@vitest/pretty-format': 4.0.18 tinyrainbow: 3.0.3 - '@vitest/utils@4.1.0-beta.5': + '@vitest/utils@4.1.0-beta.6': dependencies: - '@vitest/pretty-format': 4.1.0-beta.5 + '@vitest/pretty-format': 4.1.0-beta.6 convert-source-map: 2.0.0 tinyrainbow: 3.0.3 - '@voidzero-dev/vitepress-theme@4.8.1(focus-trap@7.8.0)(vite@packages+vite)(vitepress@2.0.0-alpha.16(oxc-minify@0.115.0)(postcss@8.5.6)(typescript@5.9.3))(vue@3.5.29(typescript@5.9.3))': + '@voidzero-dev/vitepress-theme@4.8.1(focus-trap@7.8.0)(vite@packages+vite)(vitepress@2.0.0-alpha.16(oxc-minify@0.115.0)(postcss@8.5.8)(typescript@5.9.3))(vue@3.5.30(typescript@5.9.3))': dependencies: '@docsearch/css': 4.5.4 '@docsearch/js': 4.5.4 '@docsearch/sidepanel-js': 4.5.4 - '@iconify/vue': 5.0.0(vue@3.5.29(typescript@5.9.3)) + '@iconify/vue': 5.0.0(vue@3.5.30(typescript@5.9.3)) '@rive-app/canvas-lite': 2.35.1 '@tailwindcss/typography': 0.5.19(tailwindcss@4.2.1) '@tailwindcss/vite': 4.2.1(vite@packages+vite) - '@vue/shared': 3.5.29 - '@vueuse/core': 14.2.0(vue@3.5.29(typescript@5.9.3)) - '@vueuse/integrations': 14.2.0(focus-trap@7.8.0)(vue@3.5.29(typescript@5.9.3)) - '@vueuse/shared': 14.2.0(vue@3.5.29(typescript@5.9.3)) + '@vue/shared': 3.5.30 + '@vueuse/core': 14.2.0(vue@3.5.30(typescript@5.9.3)) + '@vueuse/integrations': 14.2.0(focus-trap@7.8.0)(vue@3.5.30(typescript@5.9.3)) + '@vueuse/shared': 14.2.0(vue@3.5.30(typescript@5.9.3)) mark.js: 8.11.1 minisearch: 7.2.0 - reka-ui: 2.9.0(vue@3.5.29(typescript@5.9.3)) + reka-ui: 2.9.0(vue@3.5.30(typescript@5.9.3)) tailwindcss: 4.2.1 - vitepress: 2.0.0-alpha.16(oxc-minify@0.115.0)(postcss@8.5.6)(typescript@5.9.3) - vue: 3.5.29(typescript@5.9.3) + vitepress: 2.0.0-alpha.16(oxc-minify@0.115.0)(postcss@8.5.8)(typescript@5.9.3) + vue: 3.5.30(typescript@5.9.3) transitivePeerDependencies: - '@vue/composition-api' - async-validator @@ -10493,10 +10545,10 @@ snapshots: estree-walker: 2.0.2 source-map-js: 1.2.1 - '@vue/compiler-core@3.5.29': + '@vue/compiler-core@3.5.30': dependencies: '@babel/parser': 7.29.0 - '@vue/shared': 3.5.29 + '@vue/shared': 3.5.30 entities: 7.0.1 estree-walker: 2.0.2 source-map-js: 1.2.1 @@ -10506,10 +10558,10 @@ snapshots: '@vue/compiler-core': 3.4.38 '@vue/shared': 3.4.38 - '@vue/compiler-dom@3.5.29': + '@vue/compiler-dom@3.5.30': dependencies: - '@vue/compiler-core': 3.5.29 - '@vue/shared': 3.5.29 + '@vue/compiler-core': 3.5.30 + '@vue/shared': 3.5.30 '@vue/compiler-sfc@3.4.38': dependencies: @@ -10520,19 +10572,19 @@ snapshots: '@vue/shared': 3.4.38 estree-walker: 2.0.2 magic-string: 0.30.21 - postcss: 8.5.6 + postcss: 8.5.8 source-map-js: 1.2.1 - '@vue/compiler-sfc@3.5.29': + '@vue/compiler-sfc@3.5.30': dependencies: '@babel/parser': 7.29.0 - '@vue/compiler-core': 3.5.29 - '@vue/compiler-dom': 3.5.29 - '@vue/compiler-ssr': 3.5.29 - '@vue/shared': 3.5.29 + '@vue/compiler-core': 3.5.30 + '@vue/compiler-dom': 3.5.30 + '@vue/compiler-ssr': 3.5.30 + '@vue/shared': 3.5.30 estree-walker: 2.0.2 magic-string: 0.30.21 - postcss: 8.5.6 + postcss: 8.5.8 source-map-js: 1.2.1 '@vue/compiler-ssr@3.4.38': @@ -10540,10 +10592,10 @@ snapshots: '@vue/compiler-dom': 3.4.38 '@vue/shared': 3.4.38 - '@vue/compiler-ssr@3.5.29': + '@vue/compiler-ssr@3.5.30': dependencies: - '@vue/compiler-dom': 3.5.29 - '@vue/shared': 3.5.29 + '@vue/compiler-dom': 3.5.30 + '@vue/shared': 3.5.30 '@vue/devtools-api@6.6.4': {} @@ -10568,8 +10620,8 @@ snapshots: '@vue/language-core@3.2.5': dependencies: '@volar/language-core': 2.4.28 - '@vue/compiler-dom': 3.5.29 - '@vue/shared': 3.5.29 + '@vue/compiler-dom': 3.5.30 + '@vue/shared': 3.5.30 alien-signals: 3.1.2 muggle-string: 0.4.1 path-browserify: 1.0.1 @@ -10579,19 +10631,19 @@ snapshots: dependencies: '@vue/shared': 3.4.38 - '@vue/reactivity@3.5.29': + '@vue/reactivity@3.5.30': dependencies: - '@vue/shared': 3.5.29 + '@vue/shared': 3.5.30 '@vue/runtime-core@3.4.38': dependencies: '@vue/reactivity': 3.4.38 '@vue/shared': 3.4.38 - '@vue/runtime-core@3.5.29': + '@vue/runtime-core@3.5.30': dependencies: - '@vue/reactivity': 3.5.29 - '@vue/shared': 3.5.29 + '@vue/reactivity': 3.5.30 + '@vue/shared': 3.5.30 '@vue/runtime-dom@3.4.38': dependencies: @@ -10600,49 +10652,49 @@ snapshots: '@vue/shared': 3.4.38 csstype: 3.2.3 - '@vue/runtime-dom@3.5.29': + '@vue/runtime-dom@3.5.30': dependencies: - '@vue/reactivity': 3.5.29 - '@vue/runtime-core': 3.5.29 - '@vue/shared': 3.5.29 + '@vue/reactivity': 3.5.30 + '@vue/runtime-core': 3.5.30 + '@vue/shared': 3.5.30 csstype: 3.2.3 - '@vue/server-renderer@3.4.38(vue@3.5.29(typescript@5.9.3))': + '@vue/server-renderer@3.4.38(vue@3.5.30(typescript@5.9.3))': dependencies: '@vue/compiler-ssr': 3.4.38 '@vue/shared': 3.4.38 - vue: 3.5.29(typescript@5.9.3) + vue: 3.5.30(typescript@5.9.3) - '@vue/server-renderer@3.5.29(vue@3.5.29(typescript@5.9.3))': + '@vue/server-renderer@3.5.30(vue@3.5.30(typescript@5.9.3))': dependencies: - '@vue/compiler-ssr': 3.5.29 - '@vue/shared': 3.5.29 - vue: 3.5.29(typescript@5.9.3) + '@vue/compiler-ssr': 3.5.30 + '@vue/shared': 3.5.30 + vue: 3.5.30(typescript@5.9.3) '@vue/shared@3.4.38': {} - '@vue/shared@3.5.29': {} + '@vue/shared@3.5.30': {} - '@vueuse/core@14.2.0(vue@3.5.29(typescript@5.9.3))': + '@vueuse/core@14.2.0(vue@3.5.30(typescript@5.9.3))': dependencies: '@types/web-bluetooth': 0.0.21 '@vueuse/metadata': 14.2.0 - '@vueuse/shared': 14.2.0(vue@3.5.29(typescript@5.9.3)) - vue: 3.5.29(typescript@5.9.3) + '@vueuse/shared': 14.2.0(vue@3.5.30(typescript@5.9.3)) + vue: 3.5.30(typescript@5.9.3) - '@vueuse/integrations@14.2.0(focus-trap@7.8.0)(vue@3.5.29(typescript@5.9.3))': + '@vueuse/integrations@14.2.0(focus-trap@7.8.0)(vue@3.5.30(typescript@5.9.3))': dependencies: - '@vueuse/core': 14.2.0(vue@3.5.29(typescript@5.9.3)) - '@vueuse/shared': 14.2.0(vue@3.5.29(typescript@5.9.3)) - vue: 3.5.29(typescript@5.9.3) + '@vueuse/core': 14.2.0(vue@3.5.30(typescript@5.9.3)) + '@vueuse/shared': 14.2.0(vue@3.5.30(typescript@5.9.3)) + vue: 3.5.30(typescript@5.9.3) optionalDependencies: focus-trap: 7.8.0 '@vueuse/metadata@14.2.0': {} - '@vueuse/shared@14.2.0(vue@3.5.29(typescript@5.9.3))': + '@vueuse/shared@14.2.0(vue@3.5.30(typescript@5.9.3))': dependencies: - vue: 3.5.29(typescript@5.9.3) + vue: 3.5.30(typescript@5.9.3) accepts@2.0.0: dependencies: @@ -10657,7 +10709,7 @@ snapshots: acorn@8.16.0: {} - ajv@6.12.6: + ajv@6.14.0: dependencies: fast-deep-equal: 3.1.3 fast-json-stable-stringify: 2.1.0 @@ -10721,36 +10773,36 @@ snapshots: astring@1.9.0: {} - autoprefixer@10.4.27(postcss@8.5.6): + autoprefixer@10.4.27(postcss@8.5.8): dependencies: browserslist: 4.28.1 caniuse-lite: 1.0.30001775 fraction.js: 5.3.4 picocolors: 1.1.1 - postcss: 8.5.6 + postcss: 8.5.8 postcss-value-parser: 4.2.0 babel-plugin-polyfill-corejs2@0.4.15(@babel/core@7.29.0(ms@2.1.3))(ms@2.1.3): dependencies: '@babel/compat-data': 7.29.0 '@babel/core': 7.29.0(ms@2.1.3) - '@babel/helper-define-polyfill-provider': 0.6.6(@babel/core@7.29.0(ms@2.1.3))(ms@2.1.3) + '@babel/helper-define-polyfill-provider': 0.6.7(@babel/core@7.29.0(ms@2.1.3))(ms@2.1.3) semver: 6.3.1 transitivePeerDependencies: - ms - babel-plugin-polyfill-corejs3@0.14.0(@babel/core@7.29.0(ms@2.1.3))(ms@2.1.3): + babel-plugin-polyfill-corejs3@0.14.1(@babel/core@7.29.0(ms@2.1.3))(ms@2.1.3): dependencies: '@babel/core': 7.29.0(ms@2.1.3) - '@babel/helper-define-polyfill-provider': 0.6.6(@babel/core@7.29.0(ms@2.1.3))(ms@2.1.3) + '@babel/helper-define-polyfill-provider': 0.6.7(@babel/core@7.29.0(ms@2.1.3))(ms@2.1.3) core-js-compat: 3.48.0 transitivePeerDependencies: - ms - babel-plugin-polyfill-regenerator@0.6.6(@babel/core@7.29.0(ms@2.1.3))(ms@2.1.3): + babel-plugin-polyfill-regenerator@0.6.7(@babel/core@7.29.0(ms@2.1.3))(ms@2.1.3): dependencies: '@babel/core': 7.29.0(ms@2.1.3) - '@babel/helper-define-polyfill-provider': 0.6.6(@babel/core@7.29.0(ms@2.1.3))(ms@2.1.3) + '@babel/helper-define-polyfill-provider': 0.6.7(@babel/core@7.29.0(ms@2.1.3))(ms@2.1.3) transitivePeerDependencies: - ms @@ -11194,9 +11246,9 @@ snapshots: escape-string-regexp@5.0.0: {} - eslint-compat-utils@0.5.1(eslint@9.39.3(jiti@2.6.1)(ms@2.1.3)): + eslint-compat-utils@0.5.1(eslint@9.39.4(jiti@2.6.1)(ms@2.1.3)): dependencies: - eslint: 9.39.3(jiti@2.6.1)(ms@2.1.3) + eslint: 9.39.4(jiti@2.6.1)(ms@2.1.3) semver: 7.7.3 eslint-import-context@0.1.9(unrs-resolver@1.11.1): @@ -11206,19 +11258,19 @@ snapshots: optionalDependencies: unrs-resolver: 1.11.1 - eslint-plugin-es-x@7.8.0(eslint@9.39.3(jiti@2.6.1)(ms@2.1.3)): + eslint-plugin-es-x@7.8.0(eslint@9.39.4(jiti@2.6.1)(ms@2.1.3)): dependencies: - '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.3(jiti@2.6.1)(ms@2.1.3)) + '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)(ms@2.1.3)) '@eslint-community/regexpp': 4.12.2 - eslint: 9.39.3(jiti@2.6.1)(ms@2.1.3) - eslint-compat-utils: 0.5.1(eslint@9.39.3(jiti@2.6.1)(ms@2.1.3)) + eslint: 9.39.4(jiti@2.6.1)(ms@2.1.3) + eslint-compat-utils: 0.5.1(eslint@9.39.4(jiti@2.6.1)(ms@2.1.3)) - eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.56.1(eslint@9.39.3(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.3))(eslint@9.39.3(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3): + eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.56.1(eslint@9.39.4(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3): dependencies: '@typescript-eslint/types': 8.56.1 comment-parser: 1.4.5 debug: obug@1.0.2(ms@2.1.3) - eslint: 9.39.3(jiti@2.6.1)(ms@2.1.3) + eslint: 9.39.4(jiti@2.6.1)(ms@2.1.3) eslint-import-context: 0.1.9(unrs-resolver@1.11.1) is-glob: 4.0.3 minimatch: 10.2.2 @@ -11226,16 +11278,16 @@ snapshots: stable-hash-x: 0.2.0 unrs-resolver: 1.11.1 optionalDependencies: - '@typescript-eslint/utils': 8.56.1(eslint@9.39.3(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.3) + '@typescript-eslint/utils': 8.56.1(eslint@9.39.4(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.3) transitivePeerDependencies: - ms - eslint-plugin-n@17.24.0(eslint@9.39.3(jiti@2.6.1)(ms@2.1.3))(typescript@5.9.3): + eslint-plugin-n@17.24.0(eslint@9.39.4(jiti@2.6.1)(ms@2.1.3))(typescript@5.9.3): dependencies: - '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.3(jiti@2.6.1)(ms@2.1.3)) + '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)(ms@2.1.3)) enhanced-resolve: 5.19.0 - eslint: 9.39.3(jiti@2.6.1)(ms@2.1.3) - eslint-plugin-es-x: 7.8.0(eslint@9.39.3(jiti@2.6.1)(ms@2.1.3)) + eslint: 9.39.4(jiti@2.6.1)(ms@2.1.3) + eslint-plugin-es-x: 7.8.0(eslint@9.39.4(jiti@2.6.1)(ms@2.1.3)) get-tsconfig: 4.13.6 globals: 15.15.0 globrex: 0.1.2 @@ -11245,12 +11297,12 @@ snapshots: transitivePeerDependencies: - typescript - eslint-plugin-regexp@3.0.0(eslint@9.39.3(jiti@2.6.1)(ms@2.1.3)): + eslint-plugin-regexp@3.1.0(eslint@9.39.4(jiti@2.6.1)(ms@2.1.3)): dependencies: - '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.3(jiti@2.6.1)(ms@2.1.3)) + '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)(ms@2.1.3)) '@eslint-community/regexpp': 4.12.2 comment-parser: 1.4.5 - eslint: 9.39.3(jiti@2.6.1)(ms@2.1.3) + eslint: 9.39.4(jiti@2.6.1)(ms@2.1.3) jsdoc-type-pratt-parser: 7.1.0 refa: 0.12.1 regexp-ast-analysis: 0.7.1 @@ -11267,21 +11319,21 @@ snapshots: eslint-visitor-keys@5.0.1: {} - eslint@9.39.3(jiti@2.6.1)(ms@2.1.3): + eslint@9.39.4(jiti@2.6.1)(ms@2.1.3): dependencies: - '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.3(jiti@2.6.1)(ms@2.1.3)) + '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1)(ms@2.1.3)) '@eslint-community/regexpp': 4.12.2 - '@eslint/config-array': 0.21.1(ms@2.1.3) + '@eslint/config-array': 0.21.2(ms@2.1.3) '@eslint/config-helpers': 0.4.2 '@eslint/core': 0.17.0 - '@eslint/eslintrc': 3.3.3(ms@2.1.3) - '@eslint/js': 9.39.3 + '@eslint/eslintrc': 3.3.5(ms@2.1.3) + '@eslint/js': 9.39.4 '@eslint/plugin-kit': 0.4.1 '@humanfs/node': 0.16.7 '@humanwhocodes/module-importer': 1.0.1 '@humanwhocodes/retry': 0.4.3 '@types/estree': 1.0.8 - ajv: 6.12.6 + ajv: 6.14.0 chalk: 4.1.2 cross-spawn: 7.0.6 debug: obug@1.0.2(ms@2.1.3) @@ -11300,7 +11352,7 @@ snapshots: is-glob: 4.0.3 json-stable-stringify-without-jsonify: 1.0.1 lodash.merge: 4.6.2 - minimatch: 3.1.2 + minimatch: 3.1.5 natural-compare: 1.4.0 optionator: 0.9.4 optionalDependencies: @@ -11493,11 +11545,11 @@ snapshots: flatted@3.3.3: {} - floating-vue@5.2.2(vue@3.5.29(typescript@5.9.3)): + floating-vue@5.2.2(vue@3.5.30(typescript@5.9.3)): dependencies: '@floating-ui/dom': 1.1.1 - vue: 3.5.29(typescript@5.9.3) - vue-resize: 2.0.0-alpha.1(vue@3.5.29(typescript@5.9.3)) + vue: 3.5.30(typescript@5.9.3) + vue-resize: 2.0.0-alpha.1(vue@3.5.30(typescript@5.9.3)) focus-trap@7.8.0: dependencies: @@ -11705,9 +11757,9 @@ snapshots: dependencies: safer-buffer: 2.1.2 - icss-utils@5.1.0(postcss@8.5.6): + icss-utils@5.1.0(postcss@8.5.8): dependencies: - postcss: 8.5.6 + postcss: 8.5.8 ignore@5.3.2: {} @@ -11907,36 +11959,69 @@ snapshots: lightningcss-android-arm64@1.31.1: optional: true + lightningcss-android-arm64@1.32.0: + optional: true + lightningcss-darwin-arm64@1.31.1: optional: true + lightningcss-darwin-arm64@1.32.0: + optional: true + lightningcss-darwin-x64@1.31.1: optional: true + lightningcss-darwin-x64@1.32.0: + optional: true + lightningcss-freebsd-x64@1.31.1: optional: true + lightningcss-freebsd-x64@1.32.0: + optional: true + lightningcss-linux-arm-gnueabihf@1.31.1: optional: true + lightningcss-linux-arm-gnueabihf@1.32.0: + optional: true + lightningcss-linux-arm64-gnu@1.31.1: optional: true + lightningcss-linux-arm64-gnu@1.32.0: + optional: true + lightningcss-linux-arm64-musl@1.31.1: optional: true + lightningcss-linux-arm64-musl@1.32.0: + optional: true + lightningcss-linux-x64-gnu@1.31.1: optional: true + lightningcss-linux-x64-gnu@1.32.0: + optional: true + lightningcss-linux-x64-musl@1.31.1: optional: true + lightningcss-linux-x64-musl@1.32.0: + optional: true + lightningcss-win32-arm64-msvc@1.31.1: optional: true + lightningcss-win32-arm64-msvc@1.32.0: + optional: true + lightningcss-win32-x64-msvc@1.31.1: optional: true + lightningcss-win32-x64-msvc@1.32.0: + optional: true + lightningcss@1.31.1: dependencies: detect-libc: 2.1.2 @@ -11953,6 +12038,22 @@ snapshots: lightningcss-win32-arm64-msvc: 1.31.1 lightningcss-win32-x64-msvc: 1.31.1 + lightningcss@1.32.0: + dependencies: + detect-libc: 2.1.2 + optionalDependencies: + lightningcss-android-arm64: 1.32.0 + lightningcss-darwin-arm64: 1.32.0 + lightningcss-darwin-x64: 1.32.0 + lightningcss-freebsd-x64: 1.32.0 + lightningcss-linux-arm-gnueabihf: 1.32.0 + lightningcss-linux-arm64-gnu: 1.32.0 + lightningcss-linux-arm64-musl: 1.32.0 + lightningcss-linux-x64-gnu: 1.32.0 + lightningcss-linux-x64-musl: 1.32.0 + lightningcss-win32-arm64-msvc: 1.32.0 + lightningcss-win32-x64-msvc: 1.32.0 + lilconfig@3.1.3: {} lines-and-columns@1.2.4: {} @@ -11961,7 +12062,7 @@ snapshots: dependencies: uc.micro: 2.1.0 - lint-staged@16.3.1: + lint-staged@16.3.2: dependencies: commander: 14.0.3 listr2: 9.0.5 @@ -12370,7 +12471,7 @@ snapshots: dependencies: brace-expansion: 5.0.3 - minimatch@3.1.2: + minimatch@3.1.5: dependencies: brace-expansion: 1.1.12 @@ -12388,7 +12489,7 @@ snapshots: mitt@3.0.1: {} - mlly@1.8.0: + mlly@1.8.1: dependencies: acorn: 8.16.0 pathe: 2.0.3 @@ -12625,7 +12726,7 @@ snapshots: is-reference: 3.0.3 zimmerframe: 1.1.4 - phoenix@1.8.4: {} + phoenix@1.8.5: {} picocolors@1.1.1: {} @@ -12643,7 +12744,7 @@ snapshots: pkg-types@1.3.1: dependencies: confbox: 0.1.8 - mlly: 1.8.0 + mlly: 1.8.1 pathe: 2.0.3 playwright-chromium@1.58.2: @@ -12652,84 +12753,84 @@ snapshots: playwright-core@1.58.2: {} - postcss-import@15.1.0(postcss@8.5.6): + postcss-import@15.1.0(postcss@8.5.8): dependencies: - postcss: 8.5.6 + postcss: 8.5.8 postcss-value-parser: 4.2.0 read-cache: 1.0.0 resolve: 1.22.11 - postcss-import@16.1.1(postcss@8.5.6): + postcss-import@16.1.1(postcss@8.5.8): dependencies: - postcss: 8.5.6 + postcss: 8.5.8 postcss-value-parser: 4.2.0 read-cache: 1.0.0 resolve: 1.22.11 - postcss-js@4.1.0(postcss@8.5.6): + postcss-js@4.1.0(postcss@8.5.8): dependencies: camelcase-css: 2.0.1 - postcss: 8.5.6 + postcss: 8.5.8 - postcss-load-config@6.0.1(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(yaml@2.8.2): + postcss-load-config@6.0.1(jiti@1.21.7)(postcss@8.5.8)(tsx@4.21.0)(yaml@2.8.2): dependencies: lilconfig: 3.1.3 optionalDependencies: jiti: 1.21.7 - postcss: 8.5.6 + postcss: 8.5.8 tsx: 4.21.0 yaml: 2.8.2 - postcss-load-config@6.0.1(jiti@2.6.1)(postcss@8.5.6)(tsx@4.21.0)(yaml@2.8.2): + postcss-load-config@6.0.1(jiti@2.6.1)(postcss@8.5.8)(tsx@4.21.0)(yaml@2.8.2): dependencies: lilconfig: 3.1.3 optionalDependencies: jiti: 2.6.1 - postcss: 8.5.6 + postcss: 8.5.8 tsx: 4.21.0 yaml: 2.8.2 - postcss-modules-extract-imports@3.1.0(postcss@8.5.6): + postcss-modules-extract-imports@3.1.0(postcss@8.5.8): dependencies: - postcss: 8.5.6 + postcss: 8.5.8 - postcss-modules-local-by-default@4.2.0(postcss@8.5.6): + postcss-modules-local-by-default@4.2.0(postcss@8.5.8): dependencies: - icss-utils: 5.1.0(postcss@8.5.6) - postcss: 8.5.6 + icss-utils: 5.1.0(postcss@8.5.8) + postcss: 8.5.8 postcss-selector-parser: 7.1.1 postcss-value-parser: 4.2.0 - postcss-modules-scope@3.2.1(postcss@8.5.6): + postcss-modules-scope@3.2.1(postcss@8.5.8): dependencies: - postcss: 8.5.6 + postcss: 8.5.8 postcss-selector-parser: 7.1.1 - postcss-modules-values@4.0.0(postcss@8.5.6): + postcss-modules-values@4.0.0(postcss@8.5.8): dependencies: - icss-utils: 5.1.0(postcss@8.5.6) - postcss: 8.5.6 + icss-utils: 5.1.0(postcss@8.5.8) + postcss: 8.5.8 - postcss-modules@6.0.1(postcss@8.5.6): + postcss-modules@6.0.1(postcss@8.5.8): dependencies: generic-names: 4.0.0 - icss-utils: 5.1.0(postcss@8.5.6) + icss-utils: 5.1.0(postcss@8.5.8) lodash.camelcase: 4.3.0 - postcss: 8.5.6 - postcss-modules-extract-imports: 3.1.0(postcss@8.5.6) - postcss-modules-local-by-default: 4.2.0(postcss@8.5.6) - postcss-modules-scope: 3.2.1(postcss@8.5.6) - postcss-modules-values: 4.0.0(postcss@8.5.6) + postcss: 8.5.8 + postcss-modules-extract-imports: 3.1.0(postcss@8.5.8) + postcss-modules-local-by-default: 4.2.0(postcss@8.5.8) + postcss-modules-scope: 3.2.1(postcss@8.5.8) + postcss-modules-values: 4.0.0(postcss@8.5.8) string-hash: 1.1.3 - postcss-nested@6.2.0(postcss@8.5.6): + postcss-nested@6.2.0(postcss@8.5.8): dependencies: - postcss: 8.5.6 + postcss: 8.5.8 postcss-selector-parser: 6.1.2 - postcss-nested@7.0.2(postcss@8.5.6): + postcss-nested@7.0.2(postcss@8.5.8): dependencies: - postcss: 8.5.6 + postcss: 8.5.8 postcss-selector-parser: 7.1.1 postcss-selector-parser@6.0.10: @@ -12749,7 +12850,7 @@ snapshots: postcss-value-parser@4.2.0: {} - postcss@8.5.6: + postcss@8.5.8: dependencies: nanoid: 3.3.11 picocolors: 1.1.1 @@ -12788,9 +12889,9 @@ snapshots: prr@1.0.1: optional: true - publint@0.3.17: + publint@0.3.18: dependencies: - '@publint/pack': 0.1.3 + '@publint/pack': 0.1.4 package-manager-detector: 1.6.0 picocolors: 1.1.1 sade: 1.8.1 @@ -12957,19 +13058,19 @@ snapshots: dependencies: jsesc: 3.1.0 - reka-ui@2.9.0(vue@3.5.29(typescript@5.9.3)): + reka-ui@2.9.0(vue@3.5.30(typescript@5.9.3)): dependencies: - '@floating-ui/dom': 1.7.5 - '@floating-ui/vue': 1.1.11(vue@3.5.29(typescript@5.9.3)) + '@floating-ui/dom': 1.7.6 + '@floating-ui/vue': 1.1.11(vue@3.5.30(typescript@5.9.3)) '@internationalized/date': 3.12.0 '@internationalized/number': 3.6.5 - '@tanstack/vue-virtual': 3.13.21(vue@3.5.29(typescript@5.9.3)) - '@vueuse/core': 14.2.0(vue@3.5.29(typescript@5.9.3)) - '@vueuse/shared': 14.2.0(vue@3.5.29(typescript@5.9.3)) + '@tanstack/vue-virtual': 3.13.21(vue@3.5.30(typescript@5.9.3)) + '@vueuse/core': 14.2.0(vue@3.5.30(typescript@5.9.3)) + '@vueuse/shared': 14.2.0(vue@3.5.30(typescript@5.9.3)) aria-hidden: 1.2.6 defu: 6.1.4 ohash: 2.0.11 - vue: 3.5.29(typescript@5.9.3) + vue: 3.5.30(typescript@5.9.3) transitivePeerDependencies: - '@vue/composition-api' @@ -13334,14 +13435,14 @@ snapshots: '@shikijs/vscode-textmate': 10.0.2 '@types/hast': 3.0.4 - shiki@4.0.0: + shiki@4.0.2: dependencies: - '@shikijs/core': 4.0.0 - '@shikijs/engine-javascript': 4.0.0 - '@shikijs/engine-oniguruma': 4.0.0 - '@shikijs/langs': 4.0.0 - '@shikijs/themes': 4.0.0 - '@shikijs/types': 4.0.0 + '@shikijs/core': 4.0.2 + '@shikijs/engine-javascript': 4.0.2 + '@shikijs/engine-oniguruma': 4.0.2 + '@shikijs/langs': 4.0.2 + '@shikijs/themes': 4.0.2 + '@shikijs/types': 4.0.2 '@shikijs/vscode-textmate': 10.0.2 '@types/hast': 3.0.4 @@ -13535,9 +13636,9 @@ snapshots: tinyglobby: 0.2.15 ts-interface-checker: 0.1.13 - sugarss@5.0.1(postcss@8.5.6): + sugarss@5.0.1(postcss@8.5.8): dependencies: - postcss: 8.5.6 + postcss: 8.5.8 superjson@2.2.6: dependencies: @@ -13587,11 +13688,11 @@ snapshots: normalize-path: 3.0.0 object-hash: 3.0.0 picocolors: 1.1.1 - postcss: 8.5.6 - postcss-import: 15.1.0(postcss@8.5.6) - postcss-js: 4.1.0(postcss@8.5.6) - postcss-load-config: 6.0.1(jiti@1.21.7)(postcss@8.5.6)(tsx@4.21.0)(yaml@2.8.2) - postcss-nested: 6.2.0(postcss@8.5.6) + postcss: 8.5.8 + postcss-import: 15.1.0(postcss@8.5.8) + postcss-js: 4.1.0(postcss@8.5.8) + postcss-load-config: 6.0.1(jiti@1.21.7)(postcss@8.5.8)(tsx@4.21.0)(yaml@2.8.2) + postcss-nested: 6.2.0(postcss@8.5.8) postcss-selector-parser: 6.1.2 resolve: 1.22.11 sucrase: 3.35.1 @@ -13666,7 +13767,7 @@ snapshots: ts-interface-checker@0.1.13: {} - tsdown@0.20.3(publint@0.3.17)(typescript@5.9.3)(vue-tsc@3.2.5(typescript@5.9.3)): + tsdown@0.20.3(publint@0.3.18)(typescript@5.9.3)(vue-tsc@3.2.5(typescript@5.9.3)): dependencies: ansis: 4.2.0 cac: 6.7.14 @@ -13682,10 +13783,10 @@ snapshots: tinyexec: 1.0.2 tinyglobby: 0.2.15 tree-kill: 1.2.2 - unconfig-core: 7.4.2 + unconfig-core: 7.5.0 unrun: 0.2.27 optionalDependencies: - publint: 0.3.17 + publint: 0.3.18 typescript: 5.9.3 transitivePeerDependencies: - '@ts-macro/tsc' @@ -13732,13 +13833,13 @@ snapshots: media-typer: 1.1.0 mime-types: 3.0.2 - typescript-eslint@8.56.1(eslint@9.39.3(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.3): + typescript-eslint@8.56.1(eslint@9.39.4(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.3): dependencies: - '@typescript-eslint/eslint-plugin': 8.56.1(@typescript-eslint/parser@8.56.1(eslint@9.39.3(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.3))(eslint@9.39.3(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.3) - '@typescript-eslint/parser': 8.56.1(eslint@9.39.3(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.3) + '@typescript-eslint/eslint-plugin': 8.56.1(@typescript-eslint/parser@8.56.1(eslint@9.39.4(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.3) + '@typescript-eslint/parser': 8.56.1(eslint@9.39.4(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.3) '@typescript-eslint/typescript-estree': 8.56.1(ms@2.1.3)(typescript@5.9.3) - '@typescript-eslint/utils': 8.56.1(eslint@9.39.3(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.3) - eslint: 9.39.3(jiti@2.6.1)(ms@2.1.3) + '@typescript-eslint/utils': 8.56.1(eslint@9.39.4(jiti@2.6.1)(ms@2.1.3))(ms@2.1.3)(typescript@5.9.3) + eslint: 9.39.4(jiti@2.6.1)(ms@2.1.3) typescript: 5.9.3 transitivePeerDependencies: - ms @@ -13752,18 +13853,18 @@ snapshots: uglify-js@3.19.3: optional: true - unconfig-core@7.4.2: + unconfig-core@7.5.0: dependencies: '@quansync/fs': 1.0.0 quansync: 1.0.0 - unconfig@7.4.2: + unconfig@7.5.0: dependencies: '@quansync/fs': 1.0.0 defu: 6.1.4 jiti: 2.6.1 quansync: 1.0.0 - unconfig-core: 7.4.2 + unconfig-core: 7.5.0 uncrypto@0.1.3: {} @@ -13908,10 +14009,10 @@ snapshots: '@types/unist': 3.0.3 vfile-message: 4.0.3 - vitepress-plugin-graphviz@0.0.1(vitepress@2.0.0-alpha.16(oxc-minify@0.115.0)(postcss@8.5.6)(typescript@5.9.3)): + vitepress-plugin-graphviz@0.0.1(vitepress@2.0.0-alpha.16(oxc-minify@0.115.0)(postcss@8.5.8)(typescript@5.9.3)): dependencies: '@hpcc-js/wasm-graphviz': 1.21.0 - vitepress: 2.0.0-alpha.16(oxc-minify@0.115.0)(postcss@8.5.6)(typescript@5.9.3) + vitepress: 2.0.0-alpha.16(oxc-minify@0.115.0)(postcss@8.5.8)(typescript@5.9.3) vitepress-plugin-group-icons@1.7.1(vite@packages+vite): dependencies: @@ -13940,7 +14041,7 @@ snapshots: transitivePeerDependencies: - ms - vitepress@2.0.0-alpha.16(oxc-minify@0.115.0)(postcss@8.5.6)(typescript@5.9.3): + vitepress@2.0.0-alpha.16(oxc-minify@0.115.0)(postcss@8.5.8)(typescript@5.9.3): dependencies: '@docsearch/css': 4.5.4 '@docsearch/js': 4.5.4 @@ -13950,20 +14051,20 @@ snapshots: '@shikijs/transformers': 3.22.0 '@shikijs/types': 3.22.0 '@types/markdown-it': 14.1.2 - '@vitejs/plugin-vue': 6.0.4(vite@packages+vite)(vue@3.5.29(typescript@5.9.3)) + '@vitejs/plugin-vue': 6.0.4(vite@packages+vite)(vue@3.5.30(typescript@5.9.3)) '@vue/devtools-api': 8.0.5 - '@vue/shared': 3.5.29 - '@vueuse/core': 14.2.0(vue@3.5.29(typescript@5.9.3)) - '@vueuse/integrations': 14.2.0(focus-trap@7.8.0)(vue@3.5.29(typescript@5.9.3)) + '@vue/shared': 3.5.30 + '@vueuse/core': 14.2.0(vue@3.5.30(typescript@5.9.3)) + '@vueuse/integrations': 14.2.0(focus-trap@7.8.0)(vue@3.5.30(typescript@5.9.3)) focus-trap: 7.8.0 mark.js: 8.11.1 minisearch: 7.2.0 shiki: 3.22.0 vite: link:packages/vite - vue: 3.5.29(typescript@5.9.3) + vue: 3.5.30(typescript@5.9.3) optionalDependencies: oxc-minify: 0.115.0 - postcss: 8.5.6 + postcss: 8.5.8 transitivePeerDependencies: - async-validator - axios @@ -13978,7 +14079,7 @@ snapshots: - typescript - universal-cookie - vitest@4.0.18(@types/node@24.11.0): + vitest@4.0.18(@types/node@24.12.0): dependencies: '@vitest/expect': 4.0.18 '@vitest/mocker': 4.0.18(vite@packages+vite) @@ -14001,7 +14102,7 @@ snapshots: vite: link:packages/vite why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 24.11.0 + '@types/node': 24.12.0 transitivePeerDependencies: - msw @@ -14009,17 +14110,17 @@ snapshots: vscode-uri@3.1.0: {} - vue-demi@0.14.10(vue@3.5.29(typescript@5.9.3)): + vue-demi@0.14.10(vue@3.5.30(typescript@5.9.3)): dependencies: - vue: 3.5.29(typescript@5.9.3) + vue: 3.5.30(typescript@5.9.3) - vue-observe-visibility@2.0.0-alpha.1(vue@3.5.29(typescript@5.9.3)): + vue-observe-visibility@2.0.0-alpha.1(vue@3.5.30(typescript@5.9.3)): dependencies: - vue: 3.5.29(typescript@5.9.3) + vue: 3.5.30(typescript@5.9.3) - vue-resize@2.0.0-alpha.1(vue@3.5.29(typescript@5.9.3)): + vue-resize@2.0.0-alpha.1(vue@3.5.30(typescript@5.9.3)): dependencies: - vue: 3.5.29(typescript@5.9.3) + vue: 3.5.30(typescript@5.9.3) vue-tsc@3.2.5(typescript@5.9.3): dependencies: @@ -14027,37 +14128,37 @@ snapshots: '@vue/language-core': 3.2.5 typescript: 5.9.3 - vue-virtual-scroller@2.0.0-beta.8(vue@3.5.29(typescript@5.9.3)): + vue-virtual-scroller@2.0.0-beta.8(vue@3.5.30(typescript@5.9.3)): dependencies: mitt: 2.1.0 - vue: 3.5.29(typescript@5.9.3) - vue-observe-visibility: 2.0.0-alpha.1(vue@3.5.29(typescript@5.9.3)) - vue-resize: 2.0.0-alpha.1(vue@3.5.29(typescript@5.9.3)) + vue: 3.5.30(typescript@5.9.3) + vue-observe-visibility: 2.0.0-alpha.1(vue@3.5.30(typescript@5.9.3)) + vue-resize: 2.0.0-alpha.1(vue@3.5.30(typescript@5.9.3)) vue@3.4.38(typescript@5.9.3): dependencies: '@vue/compiler-dom': 3.4.38 '@vue/compiler-sfc': 3.4.38 '@vue/runtime-dom': 3.4.38 - '@vue/server-renderer': 3.4.38(vue@3.5.29(typescript@5.9.3)) + '@vue/server-renderer': 3.4.38(vue@3.5.30(typescript@5.9.3)) '@vue/shared': 3.4.38 optionalDependencies: typescript: 5.9.3 - vue@3.5.29(typescript@5.9.3): + vue@3.5.30(typescript@5.9.3): dependencies: - '@vue/compiler-dom': 3.5.29 - '@vue/compiler-sfc': 3.5.29 - '@vue/runtime-dom': 3.5.29 - '@vue/server-renderer': 3.5.29(vue@3.5.29(typescript@5.9.3)) - '@vue/shared': 3.5.29 + '@vue/compiler-dom': 3.5.30 + '@vue/compiler-sfc': 3.5.30 + '@vue/runtime-dom': 3.5.30 + '@vue/server-renderer': 3.5.30(vue@3.5.30(typescript@5.9.3)) + '@vue/shared': 3.5.30 optionalDependencies: typescript: 5.9.3 - vuex@4.1.0(vue@3.5.29(typescript@5.9.3)): + vuex@4.1.0(vue@3.5.30(typescript@5.9.3)): dependencies: '@vue/devtools-api': 6.6.4 - vue: 3.5.29(typescript@5.9.3) + vue: 3.5.30(typescript@5.9.3) walk-up-path@4.0.0: {}