diff --git a/benchmark/package.json b/benchmark/package.json index ff2804b57cf7a..8818eac56274d 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/mdx": "workspace:*", - "@astrojs/node": "^9.0.1", + "@astrojs/node": "^9.0.2", "@benchmark/timer": "workspace:*", "@benchmark/adapter": "workspace:*", "astro": "workspace:*", @@ -25,6 +25,6 @@ }, "devDependencies": { "@codspeed/vitest-plugin": "4.0.0", - "vitest": "^3.0.2" + "vitest": "^3.0.4" } } diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json index b12ec469af23c..b829c1e9788e8 100644 --- a/examples/container-with-vitest/package.json +++ b/examples/container-with-vitest/package.json @@ -15,7 +15,7 @@ "astro": "^5.1.10", "react": "^18.3.1", "react-dom": "^18.3.1", - "vitest": "^3.0.2" + "vitest": "^3.0.4" }, "devDependencies": { "@types/react": "^18.3.18", diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 59e0bf6c7c720..a666e8e1b16a1 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -22,7 +22,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "solid-js": "^1.9.4", - "svelte": "^5.19.0", + "svelte": "^5.19.4", "vue": "^3.5.13" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 937f40af0481f..66a70dedb5e76 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,6 +12,6 @@ "dependencies": { "@astrojs/svelte": "^7.0.4", "astro": "^5.1.10", - "svelte": "^5.19.0" + "svelte": "^5.19.4" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index b7f6ef331a1ad..1ff621fa197f3 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^9.0.1", + "@astrojs/node": "^9.0.2", "astro": "^5.1.10" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index d47fa0e148818..ab982e7ade1a7 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -11,9 +11,9 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "@astrojs/node": "^9.0.1", + "@astrojs/node": "^9.0.2", "@astrojs/svelte": "^7.0.4", "astro": "^5.1.10", - "svelte": "^5.19.0" + "svelte": "^5.19.4" } } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index 7da6b2bceb595..fe09cb8c1ac5d 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "astro": "^5.1.10", - "vitest": "^3.0.2" + "vitest": "^3.0.4" } } diff --git a/package.json b/package.json index e47a786bc3c82..1b81d0aa0e840 100644 --- a/package.json +++ b/package.json @@ -57,19 +57,19 @@ "@astrojs/check": "^0.9.4", "@biomejs/biome": "1.9.4", "@changesets/changelog-github": "^0.5.0", - "@changesets/cli": "^2.27.11", + "@changesets/cli": "^2.27.12", "@types/node": "^18.17.8", "esbuild": "^0.24.2", - "eslint": "^9.18.0", + "eslint": "^9.19.0", "eslint-plugin-regexp": "^2.7.0", "globby": "^14.0.2", "only-allow": "^1.2.1", "prettier": "^3.4.2", "prettier-plugin-astro": "^0.14.1", "publint": "^0.3.2", - "turbo": "^2.3.3", + "turbo": "^2.3.4", "typescript": "~5.7.3", - "typescript-eslint": "^8.20.0" + "typescript-eslint": "^8.22.0" }, "pnpm": { "peerDependencyRules": { diff --git a/packages/astro/e2e/fixtures/actions-blog/package.json b/packages/astro/e2e/fixtures/actions-blog/package.json index 2963c0ceb8396..f6bd12d0e4318 100644 --- a/packages/astro/e2e/fixtures/actions-blog/package.json +++ b/packages/astro/e2e/fixtures/actions-blog/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/db": "workspace:*", - "@astrojs/node": "^9.0.1", + "@astrojs/node": "^9.0.2", "@astrojs/react": "workspace:*", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", diff --git a/packages/astro/e2e/fixtures/actions-react-19/package.json b/packages/astro/e2e/fixtures/actions-react-19/package.json index 408eeaa3198ff..8c6f980ea45e4 100644 --- a/packages/astro/e2e/fixtures/actions-react-19/package.json +++ b/packages/astro/e2e/fixtures/actions-react-19/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/db": "workspace:*", - "@astrojs/node": "^9.0.1", + "@astrojs/node": "^9.0.2", "@astrojs/react": "workspace:*", "@types/react": "npm:types-react", "@types/react-dom": "npm:types-react-dom", diff --git a/packages/astro/e2e/fixtures/client-only/package.json b/packages/astro/e2e/fixtures/client-only/package.json index fe1fbc28c6f2d..94fecb669eb98 100644 --- a/packages/astro/e2e/fixtures/client-only/package.json +++ b/packages/astro/e2e/fixtures/client-only/package.json @@ -15,7 +15,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "solid-js": "^1.9.4", - "svelte": "^5.19.0", + "svelte": "^5.19.4", "vue": "^3.5.13" } } diff --git a/packages/astro/e2e/fixtures/errors/package.json b/packages/astro/e2e/fixtures/errors/package.json index bba13d7331df8..0496d61ed117d 100644 --- a/packages/astro/e2e/fixtures/errors/package.json +++ b/packages/astro/e2e/fixtures/errors/package.json @@ -14,7 +14,7 @@ "react-dom": "^18.3.1", "sass": "^1.83.4", "solid-js": "^1.9.4", - "svelte": "^5.19.0", + "svelte": "^5.19.4", "vue": "^3.5.13" } } diff --git a/packages/astro/e2e/fixtures/i18n/package.json b/packages/astro/e2e/fixtures/i18n/package.json index e185f0548ea5e..010ea3864e931 100644 --- a/packages/astro/e2e/fixtures/i18n/package.json +++ b/packages/astro/e2e/fixtures/i18n/package.json @@ -4,6 +4,6 @@ "private": true, "dependencies": { "astro": "workspace:*", - "@astrojs/node": "^9.0.1" + "@astrojs/node": "^9.0.2" } } diff --git a/packages/astro/e2e/fixtures/multiple-frameworks/package.json b/packages/astro/e2e/fixtures/multiple-frameworks/package.json index 60df55a6f98b1..e78305fe093cc 100644 --- a/packages/astro/e2e/fixtures/multiple-frameworks/package.json +++ b/packages/astro/e2e/fixtures/multiple-frameworks/package.json @@ -17,7 +17,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "solid-js": "^1.9.4", - "svelte": "^5.19.0", + "svelte": "^5.19.4", "vue": "^3.5.13" } } diff --git a/packages/astro/e2e/fixtures/nested-in-preact/package.json b/packages/astro/e2e/fixtures/nested-in-preact/package.json index 8aad5d0e54563..1c0b4a02a2c84 100644 --- a/packages/astro/e2e/fixtures/nested-in-preact/package.json +++ b/packages/astro/e2e/fixtures/nested-in-preact/package.json @@ -15,7 +15,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "solid-js": "^1.9.4", - "svelte": "^5.19.0", + "svelte": "^5.19.4", "vue": "^3.5.13" } } diff --git a/packages/astro/e2e/fixtures/nested-in-react/package.json b/packages/astro/e2e/fixtures/nested-in-react/package.json index e1b43dc388093..8c0ea3a48bff9 100644 --- a/packages/astro/e2e/fixtures/nested-in-react/package.json +++ b/packages/astro/e2e/fixtures/nested-in-react/package.json @@ -15,7 +15,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "solid-js": "^1.9.4", - "svelte": "^5.19.0", + "svelte": "^5.19.4", "vue": "^3.5.13" } } diff --git a/packages/astro/e2e/fixtures/nested-in-solid/package.json b/packages/astro/e2e/fixtures/nested-in-solid/package.json index 3ef057461969c..2e92098bd7a4b 100644 --- a/packages/astro/e2e/fixtures/nested-in-solid/package.json +++ b/packages/astro/e2e/fixtures/nested-in-solid/package.json @@ -15,7 +15,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "solid-js": "^1.9.4", - "svelte": "^5.19.0", + "svelte": "^5.19.4", "vue": "^3.5.13" } } diff --git a/packages/astro/e2e/fixtures/nested-in-svelte/package.json b/packages/astro/e2e/fixtures/nested-in-svelte/package.json index d11d3e694d935..f04df027bb95f 100644 --- a/packages/astro/e2e/fixtures/nested-in-svelte/package.json +++ b/packages/astro/e2e/fixtures/nested-in-svelte/package.json @@ -15,7 +15,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "solid-js": "^1.9.4", - "svelte": "^5.19.0", + "svelte": "^5.19.4", "vue": "^3.5.13" } } diff --git a/packages/astro/e2e/fixtures/nested-in-vue/package.json b/packages/astro/e2e/fixtures/nested-in-vue/package.json index 4a5633ba4b2e7..f2bb6645236ee 100644 --- a/packages/astro/e2e/fixtures/nested-in-vue/package.json +++ b/packages/astro/e2e/fixtures/nested-in-vue/package.json @@ -15,7 +15,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "solid-js": "^1.9.4", - "svelte": "^5.19.0", + "svelte": "^5.19.4", "vue": "^3.5.13" } } diff --git a/packages/astro/e2e/fixtures/nested-recursive/package.json b/packages/astro/e2e/fixtures/nested-recursive/package.json index 7cb397e658200..e1f0d6e39f733 100644 --- a/packages/astro/e2e/fixtures/nested-recursive/package.json +++ b/packages/astro/e2e/fixtures/nested-recursive/package.json @@ -15,7 +15,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "solid-js": "^1.9.4", - "svelte": "^5.19.0", + "svelte": "^5.19.4", "vue": "^3.5.13" }, "scripts": { diff --git a/packages/astro/e2e/fixtures/server-islands-key/package.json b/packages/astro/e2e/fixtures/server-islands-key/package.json index 76935fbe3929c..34708f54ad60c 100644 --- a/packages/astro/e2e/fixtures/server-islands-key/package.json +++ b/packages/astro/e2e/fixtures/server-islands-key/package.json @@ -7,6 +7,6 @@ }, "dependencies": { "astro": "workspace:*", - "@astrojs/node": "^9.0.1" + "@astrojs/node": "^9.0.2" } } diff --git a/packages/astro/e2e/fixtures/server-islands/package.json b/packages/astro/e2e/fixtures/server-islands/package.json index aedf4d8276b74..e4b5047f7b331 100644 --- a/packages/astro/e2e/fixtures/server-islands/package.json +++ b/packages/astro/e2e/fixtures/server-islands/package.json @@ -9,7 +9,7 @@ "@astrojs/react": "workspace:*", "astro": "workspace:*", "@astrojs/mdx": "workspace:*", - "@astrojs/node": "^9.0.1", + "@astrojs/node": "^9.0.2", "react": "^18.3.1", "react-dom": "^18.3.1" } diff --git a/packages/astro/e2e/fixtures/svelte-component/package.json b/packages/astro/e2e/fixtures/svelte-component/package.json index 2b3d1d0f243a8..e6e2f25b34765 100644 --- a/packages/astro/e2e/fixtures/svelte-component/package.json +++ b/packages/astro/e2e/fixtures/svelte-component/package.json @@ -6,6 +6,6 @@ "@astrojs/mdx": "workspace:*", "@astrojs/svelte": "workspace:*", "astro": "workspace:*", - "svelte": "^5.19.0" + "svelte": "^5.19.4" } } diff --git a/packages/astro/e2e/fixtures/view-transitions/package.json b/packages/astro/e2e/fixtures/view-transitions/package.json index 77bba85b0b065..3e6bf49a896e3 100644 --- a/packages/astro/e2e/fixtures/view-transitions/package.json +++ b/packages/astro/e2e/fixtures/view-transitions/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "private": true, "dependencies": { - "@astrojs/node": "^9.0.1", + "@astrojs/node": "^9.0.2", "@astrojs/react": "workspace:*", "@astrojs/solid-js": "workspace:*", "@astrojs/svelte": "workspace:*", @@ -12,7 +12,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "solid-js": "^1.9.4", - "svelte": "^5.19.0", + "svelte": "^5.19.4", "vue": "^3.5.13" } } diff --git a/packages/astro/package.json b/packages/astro/package.json index 1caeb1820c489..72950472e3c32 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -156,7 +156,7 @@ "mrmime": "^2.0.0", "neotraverse": "^0.6.18", "p-limit": "^6.2.0", - "p-queue": "^8.0.1", + "p-queue": "^8.1.0", "preferred-pm": "^4.0.0", "prompts": "^2.4.2", "rehype": "^13.0.2", @@ -168,12 +168,12 @@ "unist-util-visit": "^5.0.0", "unstorage": "^1.14.4", "vfile": "^6.0.3", - "vite": "^6.0.9", + "vite": "^6.0.11", "vitefu": "^1.0.5", "which-pm": "^3.0.0", "xxhash-wasm": "^1.1.0", "yargs-parser": "^21.1.1", - "yocto-spinner": "^0.1.2", + "yocto-spinner": "^0.2.0", "zod": "^3.24.1", "zod-to-json-schema": "^3.24.1", "zod-to-ts": "^1.2.0" @@ -183,7 +183,7 @@ }, "devDependencies": { "@astrojs/check": "^0.9.4", - "@playwright/test": "^1.49.1", + "@playwright/test": "^1.50.0", "@types/aria-query": "^5.0.4", "@types/common-ancestor-path": "^1.0.2", "@types/cssesc": "^3.0.2", @@ -212,11 +212,11 @@ "rehype-slug": "^6.0.0", "rehype-toc": "^3.0.2", "remark-code-titles": "^0.1.2", - "rollup": "^4.31.0", + "rollup": "^4.32.1", "sass": "^1.83.4", - "undici": "^7.2.3", + "undici": "^7.3.0", "unified": "^11.0.5", - "vitest": "^3.0.2" + "vitest": "^3.0.4" }, "engines": { "node": "^18.17.1 || ^20.3.0 || >=22.0.0", diff --git a/packages/astro/test/fixtures/0-css/package.json b/packages/astro/test/fixtures/0-css/package.json index ab638217dcb46..47144ed1a2a64 100644 --- a/packages/astro/test/fixtures/0-css/package.json +++ b/packages/astro/test/fixtures/0-css/package.json @@ -9,7 +9,7 @@ "astro": "workspace:*", "react": "^18.3.1", "react-dom": "^18.3.1", - "svelte": "^5.19.0", + "svelte": "^5.19.4", "vue": "^3.5.13" } } diff --git a/packages/astro/test/fixtures/alias-tsconfig-baseurl-only/package.json b/packages/astro/test/fixtures/alias-tsconfig-baseurl-only/package.json index 87a0774fcfb55..05b5eb7e36697 100644 --- a/packages/astro/test/fixtures/alias-tsconfig-baseurl-only/package.json +++ b/packages/astro/test/fixtures/alias-tsconfig-baseurl-only/package.json @@ -5,6 +5,6 @@ "dependencies": { "@astrojs/svelte": "workspace:*", "astro": "workspace:*", - "svelte": "^5.19.0" + "svelte": "^5.19.4" } } diff --git a/packages/astro/test/fixtures/alias-tsconfig/package.json b/packages/astro/test/fixtures/alias-tsconfig/package.json index a287b38216f15..9ed73a79e6aaa 100644 --- a/packages/astro/test/fixtures/alias-tsconfig/package.json +++ b/packages/astro/test/fixtures/alias-tsconfig/package.json @@ -6,6 +6,6 @@ "@astrojs/svelte": "workspace:*", "@test/namespace-package": "workspace:*", "astro": "workspace:*", - "svelte": "^5.19.0" + "svelte": "^5.19.4" } } diff --git a/packages/astro/test/fixtures/alias/package.json b/packages/astro/test/fixtures/alias/package.json index 0d79c14ce7075..e52e79b642208 100644 --- a/packages/astro/test/fixtures/alias/package.json +++ b/packages/astro/test/fixtures/alias/package.json @@ -5,6 +5,6 @@ "dependencies": { "@astrojs/svelte": "workspace:*", "astro": "workspace:*", - "svelte": "^5.19.0" + "svelte": "^5.19.4" } } diff --git a/packages/astro/test/fixtures/astro-children/package.json b/packages/astro/test/fixtures/astro-children/package.json index 23c43ba64cb00..835f285e98b93 100644 --- a/packages/astro/test/fixtures/astro-children/package.json +++ b/packages/astro/test/fixtures/astro-children/package.json @@ -8,7 +8,7 @@ "@astrojs/vue": "workspace:*", "astro": "workspace:*", "preact": "^10.25.4", - "svelte": "^5.19.0", + "svelte": "^5.19.4", "vue": "^3.5.13" } } diff --git a/packages/astro/test/fixtures/astro-client-only/package.json b/packages/astro/test/fixtures/astro-client-only/package.json index c60202864f9a5..f800afbe20e12 100644 --- a/packages/astro/test/fixtures/astro-client-only/package.json +++ b/packages/astro/test/fixtures/astro-client-only/package.json @@ -9,6 +9,6 @@ "astro": "workspace:*", "react": "^18.3.1", "react-dom": "^18.3.1", - "svelte": "^5.19.0" + "svelte": "^5.19.4" } } diff --git a/packages/astro/test/fixtures/astro-dynamic/package.json b/packages/astro/test/fixtures/astro-dynamic/package.json index 73acbbde99892..2627d8251363e 100644 --- a/packages/astro/test/fixtures/astro-dynamic/package.json +++ b/packages/astro/test/fixtures/astro-dynamic/package.json @@ -8,6 +8,6 @@ "astro": "workspace:*", "react": "^18.3.1", "react-dom": "^18.3.1", - "svelte": "^5.19.0" + "svelte": "^5.19.4" } } diff --git a/packages/astro/test/fixtures/astro-slots-nested/package.json b/packages/astro/test/fixtures/astro-slots-nested/package.json index abdfa04f55394..e377f1f48142d 100644 --- a/packages/astro/test/fixtures/astro-slots-nested/package.json +++ b/packages/astro/test/fixtures/astro-slots-nested/package.json @@ -13,7 +13,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "solid-js": "^1.9.4", - "svelte": "^5.19.0", + "svelte": "^5.19.4", "vue": "^3.5.13" } } diff --git a/packages/astro/test/fixtures/client-address-node/package.json b/packages/astro/test/fixtures/client-address-node/package.json index 826e45ac2a053..27efc14c03a1e 100644 --- a/packages/astro/test/fixtures/client-address-node/package.json +++ b/packages/astro/test/fixtures/client-address-node/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "private": true, "dependencies": { - "@astrojs/node": "^9.0.1", + "@astrojs/node": "^9.0.2", "astro": "workspace:*" } } diff --git a/packages/astro/test/fixtures/component-library/package.json b/packages/astro/test/fixtures/component-library/package.json index 73597c7b915b4..c3bcffee16c3a 100644 --- a/packages/astro/test/fixtures/component-library/package.json +++ b/packages/astro/test/fixtures/component-library/package.json @@ -11,6 +11,6 @@ "preact": "^10.25.4", "react": "^18.3.1", "react-dom": "^18.3.1", - "svelte": "^5.19.0" + "svelte": "^5.19.4" } } diff --git a/packages/astro/test/fixtures/css-dangling-references/package.json b/packages/astro/test/fixtures/css-dangling-references/package.json index 6e4fe63b3fb93..7988880b2fb36 100644 --- a/packages/astro/test/fixtures/css-dangling-references/package.json +++ b/packages/astro/test/fixtures/css-dangling-references/package.json @@ -5,6 +5,6 @@ "dependencies": { "@astrojs/svelte": "workspace:*", "astro": "workspace:*", - "svelte": "^5.19.0" + "svelte": "^5.19.4" } } \ No newline at end of file diff --git a/packages/astro/test/fixtures/custom-assets-name/package.json b/packages/astro/test/fixtures/custom-assets-name/package.json index 28c09d4d83577..8989df3a71702 100644 --- a/packages/astro/test/fixtures/custom-assets-name/package.json +++ b/packages/astro/test/fixtures/custom-assets-name/package.json @@ -4,6 +4,6 @@ "private": true, "dependencies": { "astro": "workspace:*", - "@astrojs/node": "^9.0.1" + "@astrojs/node": "^9.0.2" } } diff --git a/packages/astro/test/fixtures/fetch/package.json b/packages/astro/test/fixtures/fetch/package.json index 31d4623618168..89dda4a79a089 100644 --- a/packages/astro/test/fixtures/fetch/package.json +++ b/packages/astro/test/fixtures/fetch/package.json @@ -8,7 +8,7 @@ "@astrojs/vue": "workspace:*", "astro": "workspace:*", "preact": "^10.25.4", - "svelte": "^5.19.0", + "svelte": "^5.19.4", "vue": "^3.5.13" } } diff --git a/packages/astro/test/fixtures/jsx/package.json b/packages/astro/test/fixtures/jsx/package.json index 1a5b837d36205..eaf9935d310b5 100644 --- a/packages/astro/test/fixtures/jsx/package.json +++ b/packages/astro/test/fixtures/jsx/package.json @@ -16,7 +16,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "solid-js": "^1.9.4", - "svelte": "^5.19.0", + "svelte": "^5.19.4", "vue": "^3.5.13" } } diff --git a/packages/astro/test/fixtures/postcss/package.json b/packages/astro/test/fixtures/postcss/package.json index 68df5e6fd87a6..c23bdb9a92315 100644 --- a/packages/astro/test/fixtures/postcss/package.json +++ b/packages/astro/test/fixtures/postcss/package.json @@ -10,7 +10,7 @@ "autoprefixer": "^10.4.20", "postcss": "^8.5.1", "solid-js": "^1.9.4", - "svelte": "^5.19.0", + "svelte": "^5.19.4", "vue": "^3.5.13" }, "devDependencies": { diff --git a/packages/astro/test/fixtures/server-islands/hybrid/package.json b/packages/astro/test/fixtures/server-islands/hybrid/package.json index 723ee06f5089a..ae97f7578ef7a 100644 --- a/packages/astro/test/fixtures/server-islands/hybrid/package.json +++ b/packages/astro/test/fixtures/server-islands/hybrid/package.json @@ -5,6 +5,6 @@ "dependencies": { "@astrojs/svelte": "workspace:*", "astro": "workspace:*", - "svelte": "^5.19.0" + "svelte": "^5.19.4" } } diff --git a/packages/astro/test/fixtures/server-islands/ssr/package.json b/packages/astro/test/fixtures/server-islands/ssr/package.json index ba7bcba875d31..ad39ffd13729b 100644 --- a/packages/astro/test/fixtures/server-islands/ssr/package.json +++ b/packages/astro/test/fixtures/server-islands/ssr/package.json @@ -5,6 +5,6 @@ "dependencies": { "@astrojs/svelte": "workspace:*", "astro": "workspace:*", - "svelte": "^5.19.0" + "svelte": "^5.19.4" } } diff --git a/packages/astro/test/fixtures/slots-svelte/package.json b/packages/astro/test/fixtures/slots-svelte/package.json index 5aa372fd64ee7..49dceeddca4a2 100644 --- a/packages/astro/test/fixtures/slots-svelte/package.json +++ b/packages/astro/test/fixtures/slots-svelte/package.json @@ -6,6 +6,6 @@ "@astrojs/mdx": "workspace:*", "@astrojs/svelte": "workspace:*", "astro": "workspace:*", - "svelte": "^5.19.0" + "svelte": "^5.19.4" } } diff --git a/packages/astro/test/fixtures/ssr-api-route/package.json b/packages/astro/test/fixtures/ssr-api-route/package.json index 108e6665ff046..ed9fecb28ed8e 100644 --- a/packages/astro/test/fixtures/ssr-api-route/package.json +++ b/packages/astro/test/fixtures/ssr-api-route/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "private": true, "dependencies": { - "@astrojs/node": "^9.0.1", + "@astrojs/node": "^9.0.2", "astro": "workspace:*" } } diff --git a/packages/astro/test/fixtures/static-build-ssr/package.json b/packages/astro/test/fixtures/static-build-ssr/package.json index 37659785201e8..2e8983f35b5f2 100644 --- a/packages/astro/test/fixtures/static-build-ssr/package.json +++ b/packages/astro/test/fixtures/static-build-ssr/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "private": true, "dependencies": { - "@astrojs/node": "^9.0.1", + "@astrojs/node": "^9.0.2", "@test/static-build-pkg": "workspace:*", "astro": "workspace:*" } diff --git a/packages/astro/test/fixtures/svelte-component/package.json b/packages/astro/test/fixtures/svelte-component/package.json index 84940c7dd0d2e..fb00d9873d32d 100644 --- a/packages/astro/test/fixtures/svelte-component/package.json +++ b/packages/astro/test/fixtures/svelte-component/package.json @@ -5,6 +5,6 @@ "dependencies": { "@astrojs/svelte": "workspace:*", "astro": "workspace:*", - "svelte": "^5.19.0" + "svelte": "^5.19.4" } } diff --git a/packages/astro/test/fixtures/vitest/package.json b/packages/astro/test/fixtures/vitest/package.json index b16069a194cf8..ce379e45a571a 100644 --- a/packages/astro/test/fixtures/vitest/package.json +++ b/packages/astro/test/fixtures/vitest/package.json @@ -8,6 +8,6 @@ }, "dependencies": { "astro": "workspace:*", - "vitest": "^3.0.2" + "vitest": "^3.0.4" } } diff --git a/packages/astro/test/fixtures/vue-with-multi-renderer/package.json b/packages/astro/test/fixtures/vue-with-multi-renderer/package.json index 25b007e2c0693..55b27ec988d27 100644 --- a/packages/astro/test/fixtures/vue-with-multi-renderer/package.json +++ b/packages/astro/test/fixtures/vue-with-multi-renderer/package.json @@ -6,7 +6,7 @@ "@astrojs/svelte": "workspace:*", "@astrojs/vue": "workspace:*", "astro": "workspace:*", - "svelte": "^5.19.0", + "svelte": "^5.19.4", "vue": "^3.5.13" } } diff --git a/packages/db/package.json b/packages/db/package.json index d809a46971f00..33695ec5ef924 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -80,7 +80,7 @@ "open": "^10.1.0", "prompts": "^2.4.2", "yargs-parser": "^21.1.1", - "yocto-spinner": "^0.1.2", + "yocto-spinner": "^0.2.0", "zod": "^3.24.1" }, "devDependencies": { @@ -91,6 +91,6 @@ "astro-scripts": "workspace:*", "cheerio": "1.0.0", "typescript": "^5.7.3", - "vite": "^6.0.9" + "vite": "^6.0.11" } } diff --git a/packages/db/test/fixtures/ticketing-example/package.json b/packages/db/test/fixtures/ticketing-example/package.json index dbdfd7ef8113f..a4e309294976e 100644 --- a/packages/db/test/fixtures/ticketing-example/package.json +++ b/packages/db/test/fixtures/ticketing-example/package.json @@ -11,7 +11,7 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/db": "workspace:*", - "@astrojs/node": "^9.0.1", + "@astrojs/node": "^9.0.2", "@astrojs/react": "workspace:*", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", diff --git a/packages/integrations/alpinejs/package.json b/packages/integrations/alpinejs/package.json index 6217be943d2ed..82d241d3c4bd9 100644 --- a/packages/integrations/alpinejs/package.json +++ b/packages/integrations/alpinejs/package.json @@ -38,10 +38,10 @@ "alpinejs": "^3.0.0" }, "devDependencies": { - "@playwright/test": "1.49.1", + "@playwright/test": "1.50.0", "astro": "workspace:*", "astro-scripts": "workspace:*", - "vite": "^6.0.9" + "vite": "^6.0.11" }, "publishConfig": { "provenance": true diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index faf7372761bb5..88aac7ffa9d5a 100644 --- a/packages/integrations/markdoc/package.json +++ b/packages/integrations/markdoc/package.json @@ -78,8 +78,8 @@ "astro": "workspace:*", "astro-scripts": "workspace:*", "devalue": "^5.1.1", - "linkedom": "^0.18.6", - "vite": "^6.0.9" + "linkedom": "^0.18.7", + "vite": "^6.0.11" }, "engines": { "node": "^18.17.1 || ^20.3.0 || >=22.0.0" diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 1a9c33ecb8815..d62106799156e 100644 --- a/packages/integrations/mdx/package.json +++ b/packages/integrations/mdx/package.json @@ -58,7 +58,7 @@ "astro": "workspace:*", "astro-scripts": "workspace:*", "cheerio": "1.0.0", - "linkedom": "^0.18.6", + "linkedom": "^0.18.7", "mdast-util-mdx": "^3.0.0", "mdast-util-mdx-jsx": "^3.2.0", "mdast-util-to-string": "^4.0.0", @@ -70,7 +70,7 @@ "remark-toc": "^9.0.0", "shiki": "^1.29.1", "unified": "^11.0.5", - "vite": "^6.0.9" + "vite": "^6.0.11" }, "engines": { "node": "^18.17.1 || ^20.3.0 || >=22.0.0" diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json index 57cdd982f5333..109e0fe2fb953 100644 --- a/packages/integrations/preact/package.json +++ b/packages/integrations/preact/package.json @@ -41,7 +41,7 @@ "@preact/signals": "^2.0.1", "babel-plugin-transform-hook-names": "^1.0.2", "preact-render-to-string": "^6.5.13", - "vite": "^6.0.9" + "vite": "^6.0.11" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index 3d1e8d50de048..aa2d8360929bc 100644 --- a/packages/integrations/react/package.json +++ b/packages/integrations/react/package.json @@ -51,7 +51,7 @@ "dependencies": { "@vitejs/plugin-react": "^4.3.4", "ultrahtml": "^1.5.3", - "vite": "^6.0.9" + "vite": "^6.0.11" }, "devDependencies": { "@types/react": "^18.3.18", diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json index 59a3b45197452..f213f0936505d 100644 --- a/packages/integrations/solid/package.json +++ b/packages/integrations/solid/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "vite-plugin-solid": "^2.11.0", - "vite": "^6.0.9" + "vite": "^6.0.11" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index aeb1ef9085bfd..868cd69a8ed7c 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -41,12 +41,12 @@ "dependencies": { "@sveltejs/vite-plugin-svelte": "^5.0.3", "svelte2tsx": "^0.7.34", - "vite": "^6.0.9" + "vite": "^6.0.11" }, "devDependencies": { "astro": "workspace:*", "astro-scripts": "workspace:*", - "svelte": "^5.19.0" + "svelte": "^5.19.4" }, "peerDependencies": { "astro": "^5.0.0", diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index faf78790477f5..db6b4226bfbdb 100644 --- a/packages/integrations/tailwind/package.json +++ b/packages/integrations/tailwind/package.json @@ -43,7 +43,7 @@ "astro": "workspace:*", "astro-scripts": "workspace:*", "tailwindcss": "^3.4.17", - "vite": "^6.0.9" + "vite": "^6.0.11" }, "peerDependencies": { "astro": "^3.0.0 || ^4.0.0 || ^5.0.0", diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index f3f266c71b0cd..de3a93e5140e8 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -45,14 +45,14 @@ "@vitejs/plugin-vue": "^5.2.1", "@vitejs/plugin-vue-jsx": "^4.1.1", "@vue/compiler-sfc": "^3.5.13", - "vite": "^6.0.9", - "vite-plugin-vue-devtools": "^7.7.0" + "vite": "^6.0.11", + "vite-plugin-vue-devtools": "^7.7.1" }, "devDependencies": { "astro": "workspace:*", "astro-scripts": "workspace:*", "cheerio": "1.0.0", - "linkedom": "^0.18.6", + "linkedom": "^0.18.7", "vue": "^3.5.13" }, "peerDependencies": { diff --git a/packages/integrations/web-vitals/package.json b/packages/integrations/web-vitals/package.json index 0c1374736c287..251b8e94b943f 100644 --- a/packages/integrations/web-vitals/package.json +++ b/packages/integrations/web-vitals/package.json @@ -41,7 +41,7 @@ "@astrojs/db": "workspace:*", "astro": "workspace:*", "astro-scripts": "workspace:*", - "linkedom": "^0.18.6" + "linkedom": "^0.18.7" }, "publishConfig": { "provenance": true diff --git a/packages/integrations/web-vitals/test/fixtures/basics/package.json b/packages/integrations/web-vitals/test/fixtures/basics/package.json index 4ac72f4144505..6c55734588e6a 100644 --- a/packages/integrations/web-vitals/test/fixtures/basics/package.json +++ b/packages/integrations/web-vitals/test/fixtures/basics/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@astrojs/db": "workspace:*", - "@astrojs/node": "^9.0.1", + "@astrojs/node": "^9.0.2", "@astrojs/web-vitals": "workspace:*", "astro": "workspace:*" } diff --git a/packages/studio/package.json b/packages/studio/package.json index f995208cb8753..40a1db0fa8184 100644 --- a/packages/studio/package.json +++ b/packages/studio/package.json @@ -36,12 +36,12 @@ "dependencies": { "ci-info": "^4.1.0", "kleur": "^4.1.5", - "yocto-spinner": "^0.1.2" + "yocto-spinner": "^0.2.0" }, "devDependencies": { "astro": "workspace:*", "astro-scripts": "workspace:*", "typescript": "^5.7.3", - "vite": "^6.0.9" + "vite": "^6.0.11" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8f3dae0fe3f36..eabdfffc3f165 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -22,8 +22,8 @@ importers: specifier: ^0.5.0 version: 0.5.0 '@changesets/cli': - specifier: ^2.27.11 - version: 2.27.11 + specifier: ^2.27.12 + version: 2.27.12 '@types/node': specifier: ^18.17.8 version: 18.19.50 @@ -31,11 +31,11 @@ importers: specifier: ^0.24.2 version: 0.24.2 eslint: - specifier: ^9.18.0 - version: 9.18.0(jiti@1.21.6) + specifier: ^9.19.0 + version: 9.19.0(jiti@1.21.6) eslint-plugin-regexp: specifier: ^2.7.0 - version: 2.7.0(eslint@9.18.0(jiti@1.21.6)) + version: 2.7.0(eslint@9.19.0(jiti@1.21.6)) globby: specifier: ^14.0.2 version: 14.0.2 @@ -52,14 +52,14 @@ importers: specifier: ^0.3.2 version: 0.3.2 turbo: - specifier: ^2.3.3 - version: 2.3.3 + specifier: ^2.3.4 + version: 2.3.4 typescript: specifier: ~5.7.3 version: 5.7.3 typescript-eslint: - specifier: ^8.20.0 - version: 8.20.0(eslint@9.18.0(jiti@1.21.6))(typescript@5.7.3) + specifier: ^8.22.0 + version: 8.22.0(eslint@9.19.0(jiti@1.21.6))(typescript@5.7.3) benchmark: dependencies: @@ -67,8 +67,8 @@ importers: specifier: workspace:* version: link:../packages/integrations/mdx '@astrojs/node': - specifier: ^9.0.1 - version: 9.0.1(astro@packages+astro) + specifier: ^9.0.2 + version: 9.0.2(astro@packages+astro) '@benchmark/adapter': specifier: workspace:* version: link:packages/adapter @@ -102,10 +102,10 @@ importers: devDependencies: '@codspeed/vitest-plugin': specifier: 4.0.0 - version: 4.0.0(vite@6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1))(vitest@3.0.2(@types/node@18.19.50)(jiti@1.21.6)(jsdom@23.2.0)(sass@1.83.4)(yaml@2.5.1)) + version: 4.0.0(vite@6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1))(vitest@3.0.4(@types/debug@4.1.12)(@types/node@18.19.50)(jiti@1.21.6)(jsdom@23.2.0)(sass@1.83.4)(yaml@2.5.1)) vitest: - specifier: ^3.0.2 - version: 3.0.2(@types/node@18.19.50)(jiti@1.21.6)(jsdom@23.2.0)(sass@1.83.4)(yaml@2.5.1) + specifier: ^3.0.4 + version: 3.0.4(@types/debug@4.1.12)(@types/node@18.19.50)(jiti@1.21.6)(jsdom@23.2.0)(sass@1.83.4)(yaml@2.5.1) benchmark/packages/adapter: dependencies: @@ -181,8 +181,8 @@ importers: specifier: ^18.3.1 version: 18.3.1(react@18.3.1) vitest: - specifier: ^3.0.2 - version: 3.0.2(@types/node@18.19.50)(jiti@1.21.6)(jsdom@23.2.0)(sass@1.83.4)(yaml@2.5.1) + specifier: ^3.0.4 + version: 3.0.4(@types/debug@4.1.12)(@types/node@18.19.50)(jiti@1.21.6)(jsdom@23.2.0)(sass@1.83.4)(yaml@2.5.1) devDependencies: '@types/react': specifier: ^18.3.18 @@ -245,8 +245,8 @@ importers: specifier: ^1.9.4 version: 1.9.4 svelte: - specifier: ^5.19.0 - version: 5.19.0 + specifier: ^5.19.4 + version: 5.19.4 vue: specifier: ^3.5.13 version: 3.5.13(typescript@5.7.3) @@ -308,8 +308,8 @@ importers: specifier: ^5.1.10 version: link:../../packages/astro svelte: - specifier: ^5.19.0 - version: 5.19.0 + specifier: ^5.19.4 + version: 5.19.4 examples/framework-vue: dependencies: @@ -326,8 +326,8 @@ importers: examples/hackernews: dependencies: '@astrojs/node': - specifier: ^9.0.1 - version: 9.0.1(astro@packages+astro) + specifier: ^9.0.2 + version: 9.0.2(astro@packages+astro) astro: specifier: ^5.1.10 version: link:../../packages/astro @@ -353,8 +353,8 @@ importers: examples/ssr: dependencies: '@astrojs/node': - specifier: ^9.0.1 - version: 9.0.1(astro@packages+astro) + specifier: ^9.0.2 + version: 9.0.2(astro@packages+astro) '@astrojs/svelte': specifier: ^7.0.4 version: link:../../packages/integrations/svelte @@ -362,8 +362,8 @@ importers: specifier: ^5.1.10 version: link:../../packages/astro svelte: - specifier: ^5.19.0 - version: 5.19.0 + specifier: ^5.19.4 + version: 5.19.4 examples/starlog: dependencies: @@ -461,8 +461,8 @@ importers: specifier: ^5.1.10 version: link:../../packages/astro vitest: - specifier: ^3.0.2 - version: 3.0.2(@types/node@18.19.50)(jiti@1.21.6)(jsdom@23.2.0)(sass@1.83.4)(yaml@2.5.1) + specifier: ^3.0.4 + version: 3.0.4(@types/debug@4.1.12)(@types/node@18.19.50)(jiti@1.21.6)(jsdom@23.2.0)(sass@1.83.4)(yaml@2.5.1) packages/astro: dependencies: @@ -483,7 +483,7 @@ importers: version: 1.1.0 '@rollup/pluginutils': specifier: ^5.1.4 - version: 5.1.4(rollup@4.31.0) + version: 5.1.4(rollup@4.32.1) '@types/cookie': specifier: ^0.6.0 version: 0.6.0 @@ -581,8 +581,8 @@ importers: specifier: ^6.2.0 version: 6.2.0 p-queue: - specifier: ^8.0.1 - version: 8.0.1 + specifier: ^8.1.0 + version: 8.1.0 preferred-pm: specifier: ^4.0.0 version: 4.0.0 @@ -617,11 +617,11 @@ importers: specifier: ^6.0.3 version: 6.0.3 vite: - specifier: ^6.0.9 - version: 6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) + specifier: ^6.0.11 + version: 6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) vitefu: specifier: ^1.0.5 - version: 1.0.5(vite@6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)) + version: 1.0.5(vite@6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)) which-pm: specifier: ^3.0.0 version: 3.0.0 @@ -632,8 +632,8 @@ importers: specifier: ^21.1.1 version: 21.1.1 yocto-spinner: - specifier: ^0.1.2 - version: 0.1.2 + specifier: ^0.2.0 + version: 0.2.0 zod: specifier: ^3.24.1 version: 3.24.1 @@ -652,8 +652,8 @@ importers: specifier: ^0.9.4 version: 0.9.4(prettier-plugin-astro@0.14.1)(prettier@3.4.2)(typescript@5.7.3) '@playwright/test': - specifier: ^1.49.1 - version: 1.49.1 + specifier: ^1.50.0 + version: 1.50.0 '@types/aria-query': specifier: ^5.0.4 version: 5.0.4 @@ -739,20 +739,20 @@ importers: specifier: ^0.1.2 version: 0.1.2 rollup: - specifier: ^4.31.0 - version: 4.31.0 + specifier: ^4.32.1 + version: 4.32.1 sass: specifier: ^1.83.4 version: 1.83.4 undici: - specifier: ^7.2.3 - version: 7.2.3 + specifier: ^7.3.0 + version: 7.3.0 unified: specifier: ^11.0.5 version: 11.0.5 vitest: - specifier: ^3.0.2 - version: 3.0.2(@types/node@18.19.50)(jiti@1.21.6)(jsdom@23.2.0)(sass@1.83.4)(yaml@2.5.1) + specifier: ^3.0.4 + version: 3.0.4(@types/debug@4.1.12)(@types/node@18.19.50)(jiti@1.21.6)(jsdom@23.2.0)(sass@1.83.4)(yaml@2.5.1) packages/astro-prism: dependencies: @@ -804,8 +804,8 @@ importers: specifier: workspace:* version: link:../../../../db '@astrojs/node': - specifier: ^9.0.1 - version: 9.0.1(astro@packages+astro) + specifier: ^9.0.2 + version: 9.0.2(astro@packages+astro) '@astrojs/react': specifier: workspace:* version: link:../../../../integrations/react @@ -837,8 +837,8 @@ importers: specifier: workspace:* version: link:../../../../db '@astrojs/node': - specifier: ^9.0.1 - version: 9.0.1(astro@packages+astro) + specifier: ^9.0.2 + version: 9.0.2(astro@packages+astro) '@astrojs/react': specifier: workspace:* version: link:../../../../integrations/react @@ -919,8 +919,8 @@ importers: specifier: ^1.9.4 version: 1.9.4 svelte: - specifier: ^5.19.0 - version: 5.19.0 + specifier: ^5.19.4 + version: 5.19.4 vue: specifier: ^3.5.13 version: 3.5.13(typescript@5.7.3) @@ -1043,8 +1043,8 @@ importers: specifier: ^1.9.4 version: 1.9.4 svelte: - specifier: ^5.19.0 - version: 5.19.0 + specifier: ^5.19.4 + version: 5.19.4 vue: specifier: ^3.5.13 version: 3.5.13(typescript@5.7.3) @@ -1073,8 +1073,8 @@ importers: packages/astro/e2e/fixtures/i18n: dependencies: '@astrojs/node': - specifier: ^9.0.1 - version: 9.0.1(astro@packages+astro) + specifier: ^9.0.2 + version: 9.0.2(astro@packages+astro) astro: specifier: workspace:* version: link:../../.. @@ -1100,8 +1100,8 @@ importers: specifier: ^1.9.4 version: 1.9.4 svelte: - specifier: ^5.19.0 - version: 5.19.0 + specifier: ^5.19.4 + version: 5.19.4 vue: specifier: ^3.5.13 version: 3.5.13(typescript@5.7.3) @@ -1156,8 +1156,8 @@ importers: specifier: ^1.9.4 version: 1.9.4 svelte: - specifier: ^5.19.0 - version: 5.19.0 + specifier: ^5.19.4 + version: 5.19.4 vue: specifier: ^3.5.13 version: 3.5.13(typescript@5.7.3) @@ -1196,8 +1196,8 @@ importers: specifier: ^1.9.4 version: 1.9.4 svelte: - specifier: ^5.19.0 - version: 5.19.0 + specifier: ^5.19.4 + version: 5.19.4 vue: specifier: ^3.5.13 version: 3.5.13(typescript@5.7.3) @@ -1236,8 +1236,8 @@ importers: specifier: ^1.9.4 version: 1.9.4 svelte: - specifier: ^5.19.0 - version: 5.19.0 + specifier: ^5.19.4 + version: 5.19.4 vue: specifier: ^3.5.13 version: 3.5.13(typescript@5.7.3) @@ -1276,8 +1276,8 @@ importers: specifier: ^1.9.4 version: 1.9.4 svelte: - specifier: ^5.19.0 - version: 5.19.0 + specifier: ^5.19.4 + version: 5.19.4 vue: specifier: ^3.5.13 version: 3.5.13(typescript@5.7.3) @@ -1316,8 +1316,8 @@ importers: specifier: ^1.9.4 version: 1.9.4 svelte: - specifier: ^5.19.0 - version: 5.19.0 + specifier: ^5.19.4 + version: 5.19.4 vue: specifier: ^3.5.13 version: 3.5.13(typescript@5.7.3) @@ -1356,8 +1356,8 @@ importers: specifier: ^1.9.4 version: 1.9.4 svelte: - specifier: ^5.19.0 - version: 5.19.0 + specifier: ^5.19.4 + version: 5.19.4 vue: specifier: ^3.5.13 version: 3.5.13(typescript@5.7.3) @@ -1475,8 +1475,8 @@ importers: specifier: workspace:* version: link:../../../../integrations/mdx '@astrojs/node': - specifier: ^9.0.1 - version: 9.0.1(astro@packages+astro) + specifier: ^9.0.2 + version: 9.0.2(astro@packages+astro) '@astrojs/react': specifier: workspace:* version: link:../../../../integrations/react @@ -1493,8 +1493,8 @@ importers: packages/astro/e2e/fixtures/server-islands-key: dependencies: '@astrojs/node': - specifier: ^9.0.1 - version: 9.0.1(astro@packages+astro) + specifier: ^9.0.2 + version: 9.0.2(astro@packages+astro) astro: specifier: workspace:* version: link:../../.. @@ -1552,8 +1552,8 @@ importers: specifier: workspace:* version: link:../../.. svelte: - specifier: ^5.19.0 - version: 5.19.0 + specifier: ^5.19.4 + version: 5.19.4 packages/astro/e2e/fixtures/tailwindcss: dependencies: @@ -1591,8 +1591,8 @@ importers: packages/astro/e2e/fixtures/view-transitions: dependencies: '@astrojs/node': - specifier: ^9.0.1 - version: 9.0.1(astro@packages+astro) + specifier: ^9.0.2 + version: 9.0.2(astro@packages+astro) '@astrojs/react': specifier: workspace:* version: link:../../../../integrations/react @@ -1618,8 +1618,8 @@ importers: specifier: ^1.9.4 version: 1.9.4 svelte: - specifier: ^5.19.0 - version: 5.19.0 + specifier: ^5.19.4 + version: 5.19.4 vue: specifier: ^3.5.13 version: 3.5.13(typescript@5.7.3) @@ -1756,8 +1756,8 @@ importers: specifier: ^18.3.1 version: 18.3.1(react@18.3.1) svelte: - specifier: ^5.19.0 - version: 5.19.0 + specifier: ^5.19.4 + version: 5.19.4 vue: specifier: ^3.5.13 version: 3.5.13(typescript@5.7.3) @@ -1777,8 +1777,8 @@ importers: specifier: workspace:* version: link:../../.. svelte: - specifier: ^5.19.0 - version: 5.19.0 + specifier: ^5.19.4 + version: 5.19.4 packages/astro/test/fixtures/alias-tsconfig: dependencies: @@ -1792,8 +1792,8 @@ importers: specifier: workspace:* version: link:../../.. svelte: - specifier: ^5.19.0 - version: 5.19.0 + specifier: ^5.19.4 + version: 5.19.4 packages/astro/test/fixtures/alias-tsconfig-baseurl-only: dependencies: @@ -1804,8 +1804,8 @@ importers: specifier: workspace:* version: link:../../.. svelte: - specifier: ^5.19.0 - version: 5.19.0 + specifier: ^5.19.4 + version: 5.19.4 packages/astro/test/fixtures/alias-tsconfig/deps/namespace-package: {} @@ -1929,8 +1929,8 @@ importers: specifier: ^10.25.4 version: 10.25.4 svelte: - specifier: ^5.19.0 - version: 5.19.0 + specifier: ^5.19.4 + version: 5.19.4 vue: specifier: ^3.5.13 version: 3.5.13(typescript@5.7.3) @@ -1962,8 +1962,8 @@ importers: specifier: ^18.3.1 version: 18.3.1(react@18.3.1) svelte: - specifier: ^5.19.0 - version: 5.19.0 + specifier: ^5.19.4 + version: 5.19.4 packages/astro/test/fixtures/astro-client-only/pkg: {} @@ -2054,8 +2054,8 @@ importers: specifier: ^18.3.1 version: 18.3.1(react@18.3.1) svelte: - specifier: ^5.19.0 - version: 5.19.0 + specifier: ^5.19.4 + version: 5.19.4 packages/astro/test/fixtures/astro-env: dependencies: @@ -2387,8 +2387,8 @@ importers: specifier: ^1.9.4 version: 1.9.4 svelte: - specifier: ^5.19.0 - version: 5.19.0 + specifier: ^5.19.4 + version: 5.19.4 vue: specifier: ^3.5.13 version: 3.5.13(typescript@5.7.3) @@ -2432,8 +2432,8 @@ importers: packages/astro/test/fixtures/client-address-node: dependencies: '@astrojs/node': - specifier: ^9.0.1 - version: 9.0.1(astro@packages+astro) + specifier: ^9.0.2 + version: 9.0.2(astro@packages+astro) astro: specifier: workspace:* version: link:../../.. @@ -2471,8 +2471,8 @@ importers: specifier: ^18.3.1 version: 18.3.1(react@18.3.1) svelte: - specifier: ^5.19.0 - version: 5.19.0 + specifier: ^5.19.4 + version: 5.19.4 packages/astro/test/fixtures/component-library-shared: dependencies: @@ -2807,8 +2807,8 @@ importers: specifier: workspace:* version: link:../../.. svelte: - specifier: ^5.19.0 - version: 5.19.0 + specifier: ^5.19.4 + version: 5.19.4 packages/astro/test/fixtures/css-import-as-inline: dependencies: @@ -2963,8 +2963,8 @@ importers: packages/astro/test/fixtures/custom-assets-name: dependencies: '@astrojs/node': - specifier: ^9.0.1 - version: 9.0.1(astro@packages+astro) + specifier: ^9.0.2 + version: 9.0.2(astro@packages+astro) astro: specifier: workspace:* version: link:../../.. @@ -3071,8 +3071,8 @@ importers: specifier: ^10.25.4 version: 10.25.4 svelte: - specifier: ^5.19.0 - version: 5.19.0 + specifier: ^5.19.4 + version: 5.19.4 vue: specifier: ^3.5.13 version: 3.5.13(typescript@5.7.3) @@ -3275,8 +3275,8 @@ importers: specifier: ^1.9.4 version: 1.9.4 svelte: - specifier: ^5.19.0 - version: 5.19.0 + specifier: ^5.19.4 + version: 5.19.4 vue: specifier: ^3.5.13 version: 3.5.13(typescript@5.7.3) @@ -3469,8 +3469,8 @@ importers: specifier: ^1.9.4 version: 1.9.4 svelte: - specifier: ^5.19.0 - version: 5.19.0 + specifier: ^5.19.4 + version: 5.19.4 vue: specifier: ^3.5.13 version: 3.5.13(typescript@5.7.3) @@ -3663,8 +3663,8 @@ importers: specifier: workspace:* version: link:../../../.. svelte: - specifier: ^5.19.0 - version: 5.19.0 + specifier: ^5.19.4 + version: 5.19.4 packages/astro/test/fixtures/server-islands/ssr: dependencies: @@ -3675,8 +3675,8 @@ importers: specifier: workspace:* version: link:../../../.. svelte: - specifier: ^5.19.0 - version: 5.19.0 + specifier: ^5.19.4 + version: 5.19.4 packages/astro/test/fixtures/sessions: dependencies: @@ -3753,8 +3753,8 @@ importers: specifier: workspace:* version: link:../../.. svelte: - specifier: ^5.19.0 - version: 5.19.0 + specifier: ^5.19.4 + version: 5.19.4 packages/astro/test/fixtures/slots-vue: dependencies: @@ -3837,8 +3837,8 @@ importers: packages/astro/test/fixtures/ssr-api-route: dependencies: '@astrojs/node': - specifier: ^9.0.1 - version: 9.0.1(astro@packages+astro) + specifier: ^9.0.2 + version: 9.0.2(astro@packages+astro) astro: specifier: workspace:* version: link:../../.. @@ -4049,8 +4049,8 @@ importers: packages/astro/test/fixtures/static-build-ssr: dependencies: '@astrojs/node': - specifier: ^9.0.1 - version: 9.0.1(astro@packages+astro) + specifier: ^9.0.2 + version: 9.0.2(astro@packages+astro) '@test/static-build-pkg': specifier: workspace:* version: link:../static-build/pkg @@ -4084,8 +4084,8 @@ importers: specifier: workspace:* version: link:../../.. svelte: - specifier: ^5.19.0 - version: 5.19.0 + specifier: ^5.19.4 + version: 5.19.4 packages/astro/test/fixtures/tailwindcss: dependencies: @@ -4177,8 +4177,8 @@ importers: specifier: workspace:* version: link:../../.. vitest: - specifier: ^3.0.2 - version: 3.0.2(@types/node@18.19.50)(jiti@1.21.6)(jsdom@23.2.0)(sass@1.83.4)(yaml@2.5.1) + specifier: ^3.0.4 + version: 3.0.4(@types/debug@4.1.12)(@types/node@18.19.50)(jiti@1.21.6)(jsdom@23.2.0)(sass@1.83.4)(yaml@2.5.1) packages/astro/test/fixtures/vue-component: dependencies: @@ -4216,8 +4216,8 @@ importers: specifier: workspace:* version: link:../../.. svelte: - specifier: ^5.19.0 - version: 5.19.0 + specifier: ^5.19.4 + version: 5.19.4 vue: specifier: ^3.5.13 version: 3.5.13(typescript@5.7.3) @@ -4306,8 +4306,8 @@ importers: specifier: ^21.1.1 version: 21.1.1 yocto-spinner: - specifier: ^0.1.2 - version: 0.1.2 + specifier: ^0.2.0 + version: 0.2.0 zod: specifier: ^3.24.1 version: 3.24.1 @@ -4334,8 +4334,8 @@ importers: specifier: ^5.7.3 version: 5.7.3 vite: - specifier: ^6.0.9 - version: 6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) + specifier: ^6.0.11 + version: 6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) packages/db/test/fixtures/basics: dependencies: @@ -4445,8 +4445,8 @@ importers: specifier: workspace:* version: link:../../.. '@astrojs/node': - specifier: ^9.0.1 - version: 9.0.1(astro@packages+astro) + specifier: ^9.0.2 + version: 9.0.2(astro@packages+astro) '@astrojs/react': specifier: workspace:* version: link:../../../../integrations/react @@ -4481,8 +4481,8 @@ importers: packages/integrations/alpinejs: devDependencies: '@playwright/test': - specifier: 1.49.1 - version: 1.49.1 + specifier: 1.50.0 + version: 1.50.0 astro: specifier: workspace:* version: link:../../astro @@ -4490,8 +4490,8 @@ importers: specifier: workspace:* version: link:../../../scripts vite: - specifier: ^6.0.9 - version: 6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) + specifier: ^6.0.11 + version: 6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) packages/integrations/alpinejs/test/fixtures/basics: dependencies: @@ -4577,11 +4577,11 @@ importers: specifier: ^5.1.1 version: 5.1.1 linkedom: - specifier: ^0.18.6 - version: 0.18.6 + specifier: ^0.18.7 + version: 0.18.7 vite: - specifier: ^6.0.9 - version: 6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) + specifier: ^6.0.11 + version: 6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) packages/integrations/markdoc/test/fixtures/content-collections: dependencies: @@ -4794,8 +4794,8 @@ importers: specifier: 1.0.0 version: 1.0.0 linkedom: - specifier: ^0.18.6 - version: 0.18.6 + specifier: ^0.18.7 + version: 0.18.7 mdast-util-mdx: specifier: ^3.0.0 version: 3.0.0 @@ -4830,8 +4830,8 @@ importers: specifier: ^11.0.5 version: 11.0.5 vite: - specifier: ^6.0.9 - version: 6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) + specifier: ^6.0.11 + version: 6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) packages/integrations/mdx/test/fixtures/css-head-mdx: dependencies: @@ -5019,7 +5019,7 @@ importers: version: 7.25.9(@babel/core@7.26.0) '@preact/preset-vite': specifier: 2.8.2 - version: 2.8.2(@babel/core@7.26.0)(preact@10.25.4)(vite@6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)) + version: 2.8.2(@babel/core@7.26.0)(preact@10.25.4)(vite@6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)) '@preact/signals': specifier: ^2.0.1 version: 2.0.1(preact@10.25.4) @@ -5030,8 +5030,8 @@ importers: specifier: ^6.5.13 version: 6.5.13(preact@10.25.4) vite: - specifier: ^6.0.9 - version: 6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) + specifier: ^6.0.11 + version: 6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) devDependencies: astro: specifier: workspace:* @@ -5047,13 +5047,13 @@ importers: dependencies: '@vitejs/plugin-react': specifier: ^4.3.4 - version: 4.3.4(vite@6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)) + version: 4.3.4(vite@6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)) ultrahtml: specifier: ^1.5.3 version: 1.5.3 vite: - specifier: ^6.0.9 - version: 6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) + specifier: ^6.0.11 + version: 6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) devDependencies: '@types/react': specifier: ^18.3.18 @@ -5112,7 +5112,7 @@ importers: devDependencies: '@astrojs/node': specifier: ^9.0.0 - version: 9.0.1(astro@packages+astro) + version: 9.0.2(astro@packages+astro) astro: specifier: workspace:* version: link:../../astro @@ -5162,11 +5162,11 @@ importers: packages/integrations/solid: dependencies: vite: - specifier: ^6.0.9 - version: 6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) + specifier: ^6.0.11 + version: 6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) vite-plugin-solid: specifier: ^2.11.0 - version: 2.11.0(solid-js@1.9.4)(vite@6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)) + version: 2.11.0(solid-js@1.9.4)(vite@6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)) devDependencies: astro: specifier: workspace:* @@ -5182,13 +5182,13 @@ importers: dependencies: '@sveltejs/vite-plugin-svelte': specifier: ^5.0.3 - version: 5.0.3(svelte@5.19.0)(vite@6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)) + version: 5.0.3(svelte@5.19.4)(vite@6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)) svelte2tsx: specifier: ^0.7.34 - version: 0.7.34(svelte@5.19.0)(typescript@5.7.3) + version: 0.7.34(svelte@5.19.4)(typescript@5.7.3) vite: - specifier: ^6.0.9 - version: 6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) + specifier: ^6.0.11 + version: 6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) devDependencies: astro: specifier: workspace:* @@ -5197,8 +5197,8 @@ importers: specifier: workspace:* version: link:../../../scripts svelte: - specifier: ^5.19.0 - version: 5.19.0 + specifier: ^5.19.4 + version: 5.19.4 packages/integrations/tailwind: dependencies: @@ -5222,8 +5222,8 @@ importers: specifier: ^3.4.17 version: 3.4.17 vite: - specifier: ^6.0.9 - version: 6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) + specifier: ^6.0.11 + version: 6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) packages/integrations/tailwind/test/fixtures/basic: dependencies: @@ -5240,19 +5240,19 @@ importers: dependencies: '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1))(vue@3.5.13(typescript@5.7.3)) + version: 5.2.1(vite@6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1))(vue@3.5.13(typescript@5.7.3)) '@vitejs/plugin-vue-jsx': specifier: ^4.1.1 - version: 4.1.1(vite@6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1))(vue@3.5.13(typescript@5.7.3)) + version: 4.1.1(vite@6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1))(vue@3.5.13(typescript@5.7.3)) '@vue/compiler-sfc': specifier: ^3.5.13 version: 3.5.13 vite: - specifier: ^6.0.9 - version: 6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) + specifier: ^6.0.11 + version: 6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) vite-plugin-vue-devtools: - specifier: ^7.7.0 - version: 7.7.0(rollup@4.31.0)(vite@6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1))(vue@3.5.13(typescript@5.7.3)) + specifier: ^7.7.1 + version: 7.7.1(rollup@4.32.1)(vite@6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1))(vue@3.5.13(typescript@5.7.3)) devDependencies: astro: specifier: workspace:* @@ -5264,8 +5264,8 @@ importers: specifier: 1.0.0 version: 1.0.0 linkedom: - specifier: ^0.18.6 - version: 0.18.6 + specifier: ^0.18.7 + version: 0.18.7 vue: specifier: ^3.5.13 version: 3.5.13(typescript@5.7.3) @@ -5367,8 +5367,8 @@ importers: specifier: workspace:* version: link:../../../scripts linkedom: - specifier: ^0.18.6 - version: 0.18.6 + specifier: ^0.18.7 + version: 0.18.7 packages/integrations/web-vitals/test/fixtures/basics: dependencies: @@ -5376,8 +5376,8 @@ importers: specifier: workspace:* version: link:../../../../../db '@astrojs/node': - specifier: ^9.0.1 - version: 9.0.1(astro@packages+astro) + specifier: ^9.0.2 + version: 9.0.2(astro@packages+astro) '@astrojs/web-vitals': specifier: workspace:* version: link:../../.. @@ -5485,8 +5485,8 @@ importers: specifier: ^4.1.5 version: 4.1.5 yocto-spinner: - specifier: ^0.1.2 - version: 0.1.2 + specifier: ^0.2.0 + version: 0.2.0 devDependencies: astro: specifier: workspace:* @@ -5498,8 +5498,8 @@ importers: specifier: ^5.7.3 version: 5.7.3 vite: - specifier: ^6.0.9 - version: 6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) + specifier: ^6.0.11 + version: 6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) packages/telemetry: dependencies: @@ -5674,8 +5674,8 @@ packages: prettier-plugin-astro: optional: true - '@astrojs/node@9.0.1': - resolution: {integrity: sha512-vIKmKYhzK9o3NXANkHyjcFqi9e9N84mhgCESC/+rQ8danWnktu9uR6rGvbj3bdTb9+Dn5LDsmEm123P2Cun9nQ==} + '@astrojs/node@9.0.2': + resolution: {integrity: sha512-MFFYRa5yQEBegKrSUPMeKnjDMB4okTrkVRA40/mU3ADKrKY5VV3af0LS+NYkH9pFOvj/OsPbdeQVxQ0jI3f6aQ==} peerDependencies: astro: ^5.0.0 @@ -5907,8 +5907,8 @@ packages: resolution: {integrity: sha512-v9f+ueUOKkZCDKiCm0yxKtYgYNLD9zlKarNux0NSXOvNm94QEYL3RlMpGKgD2hq44pbF2qWqEmHnCvmk56kPJw==} engines: {node: '>=18'} - '@changesets/apply-release-plan@7.0.7': - resolution: {integrity: sha512-qnPOcmmmnD0MfMg9DjU1/onORFyRpDXkMMl2IJg9mECY6RnxL3wN0TCCc92b2sXt1jt8DgjAUUsZYGUGTdYIXA==} + '@changesets/apply-release-plan@7.0.8': + resolution: {integrity: sha512-qjMUj4DYQ1Z6qHawsn7S71SujrExJ+nceyKKyI9iB+M5p9lCL55afuEd6uLBPRpLGWQwkwvWegDHtwHJb1UjpA==} '@changesets/assemble-release-plan@6.0.5': resolution: {integrity: sha512-IgvBWLNKZd6k4t72MBTBK3nkygi0j3t3zdC1zrfusYo0KpdsvnDjrMM9vPnTCLCMlfNs55jRL4gIMybxa64FCQ==} @@ -5919,8 +5919,8 @@ packages: '@changesets/changelog-github@0.5.0': resolution: {integrity: sha512-zoeq2LJJVcPJcIotHRJEEA2qCqX0AQIeFE+L21L8sRLPVqDhSXY8ZWAt2sohtBpFZkBwu+LUwMSKRr2lMy3LJA==} - '@changesets/cli@2.27.11': - resolution: {integrity: sha512-1QislpE+nvJgSZZo9+Lj3Lno5pKBgN46dAV8IVxKJy9wX8AOrs9nn5pYVZuDpoxWJJCALmbfOsHkyxujgetQSg==} + '@changesets/cli@2.27.12': + resolution: {integrity: sha512-9o3fOfHYOvBnyEn0mcahB7wzaA3P4bGJf8PNqGit5PKaMEFdsRixik+txkrJWd2VX+O6wRFXpxQL8j/1ANKE9g==} hasBin: true '@changesets/config@3.0.5': @@ -6437,8 +6437,8 @@ packages: resolution: {integrity: sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/js@9.18.0': - resolution: {integrity: sha512-fK6L7rxcq6/z+AaQMtiFTkvbHkBLNlwyRxHpKawP0x3u9+NC6MQTnFW+AdpwC6gfHTW0051cokQgtTN2FqlxQA==} + '@eslint/js@9.19.0': + resolution: {integrity: sha512-rbq9/g38qjfqFLOVPvwjIvFFdNziEC5S65jmjPw5r6A//QH+W91akh9irMwjDN8zKUTak6W9EsAv4m/7Wnw0UQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@eslint/object-schema@2.1.5': @@ -6801,8 +6801,8 @@ packages: resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} engines: {node: '>=14'} - '@playwright/test@1.49.1': - resolution: {integrity: sha512-Ky+BVzPz8pL6PQxHqNRW1k3mIyv933LML7HktS8uik0bUXNCdPhoS/kLihiO1tMf/egaJb4IutXd7UywvXEW+g==} + '@playwright/test@1.50.0': + resolution: {integrity: sha512-ZGNXbt+d65EGjBORQHuYKj+XhCewlwpnSd/EDuLPZGSiEWmgOJB5RmMCCYGy5aMfTs9wx61RivfDKi8H/hcMvw==} engines: {node: '>=18'} hasBin: true @@ -6862,98 +6862,98 @@ packages: rollup: optional: true - '@rollup/rollup-android-arm-eabi@4.31.0': - resolution: {integrity: sha512-9NrR4033uCbUBRgvLcBrJofa2KY9DzxL2UKZ1/4xA/mnTNyhZCWBuD8X3tPm1n4KxcgaraOYgrFKSgwjASfmlA==} + '@rollup/rollup-android-arm-eabi@4.32.1': + resolution: {integrity: sha512-/pqA4DmqyCm8u5YIDzIdlLcEmuvxb0v8fZdFhVMszSpDTgbQKdw3/mB3eMUHIbubtJ6F9j+LtmyCnHTEqIHyzA==} cpu: [arm] os: [android] - '@rollup/rollup-android-arm64@4.31.0': - resolution: {integrity: sha512-iBbODqT86YBFHajxxF8ebj2hwKm1k8PTBQSojSt3d1FFt1gN+xf4CowE47iN0vOSdnd+5ierMHBbu/rHc7nq5g==} + '@rollup/rollup-android-arm64@4.32.1': + resolution: {integrity: sha512-If3PDskT77q7zgqVqYuj7WG3WC08G1kwXGVFi9Jr8nY6eHucREHkfpX79c0ACAjLj3QIWKPJR7w4i+f5EdLH5Q==} cpu: [arm64] os: [android] - '@rollup/rollup-darwin-arm64@4.31.0': - resolution: {integrity: sha512-WHIZfXgVBX30SWuTMhlHPXTyN20AXrLH4TEeH/D0Bolvx9PjgZnn4H677PlSGvU6MKNsjCQJYczkpvBbrBnG6g==} + '@rollup/rollup-darwin-arm64@4.32.1': + resolution: {integrity: sha512-zCpKHioQ9KgZToFp5Wvz6zaWbMzYQ2LJHQ+QixDKq52KKrF65ueu6Af4hLlLWHjX1Wf/0G5kSJM9PySW9IrvHA==} cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-x64@4.31.0': - resolution: {integrity: sha512-hrWL7uQacTEF8gdrQAqcDy9xllQ0w0zuL1wk1HV8wKGSGbKPVjVUv/DEwT2+Asabf8Dh/As+IvfdU+H8hhzrQQ==} + '@rollup/rollup-darwin-x64@4.32.1': + resolution: {integrity: sha512-sFvF+t2+TyUo/ZQqUcifrJIgznx58oFZbdHS9TvHq3xhPVL9nOp+yZ6LKrO9GWTP+6DbFtoyLDbjTpR62Mbr3Q==} cpu: [x64] os: [darwin] - '@rollup/rollup-freebsd-arm64@4.31.0': - resolution: {integrity: sha512-S2oCsZ4hJviG1QjPY1h6sVJLBI6ekBeAEssYKad1soRFv3SocsQCzX6cwnk6fID6UQQACTjeIMB+hyYrFacRew==} + '@rollup/rollup-freebsd-arm64@4.32.1': + resolution: {integrity: sha512-NbOa+7InvMWRcY9RG+B6kKIMD/FsnQPH0MWUvDlQB1iXnF/UcKSudCXZtv4lW+C276g3w5AxPbfry5rSYvyeYA==} cpu: [arm64] os: [freebsd] - '@rollup/rollup-freebsd-x64@4.31.0': - resolution: {integrity: sha512-pCANqpynRS4Jirn4IKZH4tnm2+2CqCNLKD7gAdEjzdLGbH1iO0zouHz4mxqg0uEMpO030ejJ0aA6e1PJo2xrPA==} + '@rollup/rollup-freebsd-x64@4.32.1': + resolution: {integrity: sha512-JRBRmwvHPXR881j2xjry8HZ86wIPK2CcDw0EXchE1UgU0ubWp9nvlT7cZYKc6bkypBt745b4bglf3+xJ7hXWWw==} cpu: [x64] os: [freebsd] - '@rollup/rollup-linux-arm-gnueabihf@4.31.0': - resolution: {integrity: sha512-0O8ViX+QcBd3ZmGlcFTnYXZKGbFu09EhgD27tgTdGnkcYXLat4KIsBBQeKLR2xZDCXdIBAlWLkiXE1+rJpCxFw==} + '@rollup/rollup-linux-arm-gnueabihf@4.32.1': + resolution: {integrity: sha512-PKvszb+9o/vVdUzCCjL0sKHukEQV39tD3fepXxYrHE3sTKrRdCydI7uldRLbjLmDA3TFDmh418XH19NOsDRH8g==} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-musleabihf@4.31.0': - resolution: {integrity: sha512-w5IzG0wTVv7B0/SwDnMYmbr2uERQp999q8FMkKG1I+j8hpPX2BYFjWe69xbhbP6J9h2gId/7ogesl9hwblFwwg==} + '@rollup/rollup-linux-arm-musleabihf@4.32.1': + resolution: {integrity: sha512-9WHEMV6Y89eL606ReYowXuGF1Yb2vwfKWKdD1A5h+OYnPZSJvxbEjxTRKPgi7tkP2DSnW0YLab1ooy+i/FQp/Q==} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm64-gnu@4.31.0': - resolution: {integrity: sha512-JyFFshbN5xwy6fulZ8B/8qOqENRmDdEkcIMF0Zz+RsfamEW+Zabl5jAb0IozP/8UKnJ7g2FtZZPEUIAlUSX8cA==} + '@rollup/rollup-linux-arm64-gnu@4.32.1': + resolution: {integrity: sha512-tZWc9iEt5fGJ1CL2LRPw8OttkCBDs+D8D3oEM8mH8S1ICZCtFJhD7DZ3XMGM8kpqHvhGUTvNUYVDnmkj4BDXnw==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-musl@4.31.0': - resolution: {integrity: sha512-kpQXQ0UPFeMPmPYksiBL9WS/BDiQEjRGMfklVIsA0Sng347H8W2iexch+IEwaR7OVSKtr2ZFxggt11zVIlZ25g==} + '@rollup/rollup-linux-arm64-musl@4.32.1': + resolution: {integrity: sha512-FTYc2YoTWUsBz5GTTgGkRYYJ5NGJIi/rCY4oK/I8aKowx1ToXeoVVbIE4LGAjsauvlhjfl0MYacxClLld1VrOw==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-loongarch64-gnu@4.31.0': - resolution: {integrity: sha512-pMlxLjt60iQTzt9iBb3jZphFIl55a70wexvo8p+vVFK+7ifTRookdoXX3bOsRdmfD+OKnMozKO6XM4zR0sHRrQ==} + '@rollup/rollup-linux-loongarch64-gnu@4.32.1': + resolution: {integrity: sha512-F51qLdOtpS6P1zJVRzYM0v6MrBNypyPEN1GfMiz0gPu9jN8ScGaEFIZQwteSsGKg799oR5EaP7+B2jHgL+d+Kw==} cpu: [loong64] os: [linux] - '@rollup/rollup-linux-powerpc64le-gnu@4.31.0': - resolution: {integrity: sha512-D7TXT7I/uKEuWiRkEFbed1UUYZwcJDU4vZQdPTcepK7ecPhzKOYk4Er2YR4uHKme4qDeIh6N3XrLfpuM7vzRWQ==} + '@rollup/rollup-linux-powerpc64le-gnu@4.32.1': + resolution: {integrity: sha512-wO0WkfSppfX4YFm5KhdCCpnpGbtgQNj/tgvYzrVYFKDpven8w2N6Gg5nB6w+wAMO3AIfSTWeTjfVe+uZ23zAlg==} cpu: [ppc64] os: [linux] - '@rollup/rollup-linux-riscv64-gnu@4.31.0': - resolution: {integrity: sha512-wal2Tc8O5lMBtoePLBYRKj2CImUCJ4UNGJlLwspx7QApYny7K1cUYlzQ/4IGQBLmm+y0RS7dwc3TDO/pmcneTw==} + '@rollup/rollup-linux-riscv64-gnu@4.32.1': + resolution: {integrity: sha512-iWswS9cIXfJO1MFYtI/4jjlrGb/V58oMu4dYJIKnR5UIwbkzR0PJ09O0PDZT0oJ3LYWXBSWahNf/Mjo6i1E5/g==} cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-s390x-gnu@4.31.0': - resolution: {integrity: sha512-O1o5EUI0+RRMkK9wiTVpk2tyzXdXefHtRTIjBbmFREmNMy7pFeYXCFGbhKFwISA3UOExlo5GGUuuj3oMKdK6JQ==} + '@rollup/rollup-linux-s390x-gnu@4.32.1': + resolution: {integrity: sha512-RKt8NI9tebzmEthMnfVgG3i/XeECkMPS+ibVZjZ6mNekpbbUmkNWuIN2yHsb/mBPyZke4nlI4YqIdFPgKuoyQQ==} cpu: [s390x] os: [linux] - '@rollup/rollup-linux-x64-gnu@4.31.0': - resolution: {integrity: sha512-zSoHl356vKnNxwOWnLd60ixHNPRBglxpv2g7q0Cd3Pmr561gf0HiAcUBRL3S1vPqRC17Zo2CX/9cPkqTIiai1g==} + '@rollup/rollup-linux-x64-gnu@4.32.1': + resolution: {integrity: sha512-WQFLZ9c42ECqEjwg/GHHsouij3pzLXkFdz0UxHa/0OM12LzvX7DzedlY0SIEly2v18YZLRhCRoHZDxbBSWoGYg==} cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-musl@4.31.0': - resolution: {integrity: sha512-ypB/HMtcSGhKUQNiFwqgdclWNRrAYDH8iMYH4etw/ZlGwiTVxBz2tDrGRrPlfZu6QjXwtd+C3Zib5pFqID97ZA==} + '@rollup/rollup-linux-x64-musl@4.32.1': + resolution: {integrity: sha512-BLoiyHDOWoS3uccNSADMza6V6vCNiphi94tQlVIL5de+r6r/CCQuNnerf+1g2mnk2b6edp5dk0nhdZ7aEjOBsA==} cpu: [x64] os: [linux] - '@rollup/rollup-win32-arm64-msvc@4.31.0': - resolution: {integrity: sha512-JuhN2xdI/m8Hr+aVO3vspO7OQfUFO6bKLIRTAy0U15vmWjnZDLrEgCZ2s6+scAYaQVpYSh9tZtRijApw9IXyMw==} + '@rollup/rollup-win32-arm64-msvc@4.32.1': + resolution: {integrity: sha512-w2l3UnlgYTNNU+Z6wOR8YdaioqfEnwPjIsJ66KxKAf0p+AuL2FHeTX6qvM+p/Ue3XPBVNyVSfCrfZiQh7vZHLQ==} cpu: [arm64] os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.31.0': - resolution: {integrity: sha512-U1xZZXYkvdf5MIWmftU8wrM5PPXzyaY1nGCI4KI4BFfoZxHamsIe+BtnPLIvvPykvQWlVbqUXdLa4aJUuilwLQ==} + '@rollup/rollup-win32-ia32-msvc@4.32.1': + resolution: {integrity: sha512-Am9H+TGLomPGkBnaPWie4F3x+yQ2rr4Bk2jpwy+iV+Gel9jLAu/KqT8k3X4jxFPW6Zf8OMnehyutsd+eHoq1WQ==} cpu: [ia32] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.31.0': - resolution: {integrity: sha512-ul8rnCsUumNln5YWwz0ted2ZHFhzhRRnkpBZ+YRuHoRAlUji9KChpOUOndY7uykrPEPXVbHLlsdo6v5yXo/TXw==} + '@rollup/rollup-win32-x64-msvc@4.32.1': + resolution: {integrity: sha512-ar80GhdZb4DgmW3myIS9nRFYcpJRSME8iqWgzH2i44u+IdrzmiXVxeFnExQ5v4JYUSpg94bWjevMG8JHf1Da5Q==} cpu: [x64] os: [win32] @@ -7174,51 +7174,51 @@ packages: '@types/yargs-parser@21.0.3': resolution: {integrity: sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==} - '@typescript-eslint/eslint-plugin@8.20.0': - resolution: {integrity: sha512-naduuphVw5StFfqp4Gq4WhIBE2gN1GEmMUExpJYknZJdRnc+2gDzB8Z3+5+/Kv33hPQRDGzQO/0opHE72lZZ6A==} + '@typescript-eslint/eslint-plugin@8.22.0': + resolution: {integrity: sha512-4Uta6REnz/xEJMvwf72wdUnC3rr4jAQf5jnTkeRQ9b6soxLxhDEbS/pfMPoJLDfFPNVRdryqWUIV/2GZzDJFZw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/parser@8.20.0': - resolution: {integrity: sha512-gKXG7A5HMyjDIedBi6bUrDcun8GIjnI8qOwVLiY3rx6T/sHP/19XLJOnIq/FgQvWLHja5JN/LSE7eklNBr612g==} + '@typescript-eslint/parser@8.22.0': + resolution: {integrity: sha512-MqtmbdNEdoNxTPzpWiWnqNac54h8JDAmkWtJExBVVnSrSmi9z+sZUt0LfKqk9rjqmKOIeRhO4fHHJ1nQIjduIQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/scope-manager@8.20.0': - resolution: {integrity: sha512-J7+VkpeGzhOt3FeG1+SzhiMj9NzGD/M6KoGn9f4dbz3YzK9hvbhVTmLj/HiTp9DazIzJ8B4XcM80LrR9Dm1rJw==} + '@typescript-eslint/scope-manager@8.22.0': + resolution: {integrity: sha512-/lwVV0UYgkj7wPSw0o8URy6YI64QmcOdwHuGuxWIYznO6d45ER0wXUbksr9pYdViAofpUCNJx/tAzNukgvaaiQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/type-utils@8.20.0': - resolution: {integrity: sha512-bPC+j71GGvA7rVNAHAtOjbVXbLN5PkwqMvy1cwGeaxUoRQXVuKCebRoLzm+IPW/NtFFpstn1ummSIasD5t60GA==} + '@typescript-eslint/type-utils@8.22.0': + resolution: {integrity: sha512-NzE3aB62fDEaGjaAYZE4LH7I1MUwHooQ98Byq0G0y3kkibPJQIXVUspzlFOmOfHhiDLwKzMlWxaNv+/qcZurJA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/types@8.20.0': - resolution: {integrity: sha512-cqaMiY72CkP+2xZRrFt3ExRBu0WmVitN/rYPZErA80mHjHx/Svgp8yfbzkJmDoQ/whcytOPO9/IZXnOc+wigRA==} + '@typescript-eslint/types@8.22.0': + resolution: {integrity: sha512-0S4M4baNzp612zwpD4YOieP3VowOARgK2EkN/GBn95hpyF8E2fbMT55sRHWBq+Huaqk3b3XK+rxxlM8sPgGM6A==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/typescript-estree@8.20.0': - resolution: {integrity: sha512-Y7ncuy78bJqHI35NwzWol8E0X7XkRVS4K4P4TCyzWkOJih5NDvtoRDW4Ba9YJJoB2igm9yXDdYI/+fkiiAxPzA==} + '@typescript-eslint/typescript-estree@8.22.0': + resolution: {integrity: sha512-SJX99NAS2ugGOzpyhMza/tX+zDwjvwAtQFLsBo3GQxiGcvaKlqGBkmZ+Y1IdiSi9h4Q0Lr5ey+Cp9CGWNY/F/w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/utils@8.20.0': - resolution: {integrity: sha512-dq70RUw6UK9ei7vxc4KQtBRk7qkHZv447OUZ6RPQMQl71I3NZxQJX/f32Smr+iqWrB02pHKn2yAdHBb0KNrRMA==} + '@typescript-eslint/utils@8.22.0': + resolution: {integrity: sha512-T8oc1MbF8L+Bk2msAvCUzjxVB2Z2f+vXYfcucE2wOmYs7ZUwco5Ep0fYZw8quNwOiw9K8GYVL+Kgc2pETNTLOg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/visitor-keys@8.20.0': - resolution: {integrity: sha512-v/BpkeeYAsPkKCkR8BDwcno0llhzWVqPOamQrAEMdpZav2Y9OVjd9dwJyBLJWwf335B5DmlifECIkZRJCaGaHA==} + '@typescript-eslint/visitor-keys@8.22.0': + resolution: {integrity: sha512-AWpYAXnUgvLNabGTy3uBylkgZoosva/miNd1I8Bz3SjotmQPbVqhO4Cczo8AsZ44XVErEBPr/CRSgaj8sG7g0w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@typescript/twoslash@3.1.0': @@ -7253,11 +7253,11 @@ packages: vite: ^5.0.0 || ^6.0.0 vue: ^3.2.25 - '@vitest/expect@3.0.2': - resolution: {integrity: sha512-dKSHLBcoZI+3pmP5hiZ7I5grNru2HRtEW8Z5Zp4IXog8QYcxhlox7JUPyIIFWfN53+3HW3KPLIl6nSzUGgKSuQ==} + '@vitest/expect@3.0.4': + resolution: {integrity: sha512-Nm5kJmYw6P2BxhJPkO3eKKhGYKRsnqJqf+r0yOGRKpEP+bSCBDsjXgiu1/5QFrnPMEgzfC38ZEjvCFgaNBC0Eg==} - '@vitest/mocker@3.0.2': - resolution: {integrity: sha512-Hr09FoBf0jlwwSyzIF4Xw31OntpO3XtZjkccpcBf8FeVW3tpiyKlkeUzxS/txzHqpUCNIX157NaTySxedyZLvA==} + '@vitest/mocker@3.0.4': + resolution: {integrity: sha512-gEef35vKafJlfQbnyOXZ0Gcr9IBUsMTyTLXsEQwuyYAerpHqvXhzdBnDFuHLpFqth3F7b6BaFr4qV/Cs1ULx5A==} peerDependencies: msw: ^2.4.9 vite: ^5.0.0 || ^6.0.0 @@ -7267,20 +7267,20 @@ packages: vite: optional: true - '@vitest/pretty-format@3.0.2': - resolution: {integrity: sha512-yBohcBw/T/p0/JRgYD+IYcjCmuHzjC3WLAKsVE4/LwiubzZkE8N49/xIQ/KGQwDRA8PaviF8IRO8JMWMngdVVQ==} + '@vitest/pretty-format@3.0.4': + resolution: {integrity: sha512-ts0fba+dEhK2aC9PFuZ9LTpULHpY/nd6jhAQ5IMU7Gaj7crPCTdCFfgvXxruRBLFS+MLraicCuFXxISEq8C93g==} - '@vitest/runner@3.0.2': - resolution: {integrity: sha512-GHEsWoncrGxWuW8s405fVoDfSLk6RF2LCXp6XhevbtDjdDme1WV/eNmUueDfpY1IX3MJaCRelVCEXsT9cArfEg==} + '@vitest/runner@3.0.4': + resolution: {integrity: sha512-dKHzTQ7n9sExAcWH/0sh1elVgwc7OJ2lMOBrAm73J7AH6Pf9T12Zh3lNE1TETZaqrWFXtLlx3NVrLRb5hCK+iw==} - '@vitest/snapshot@3.0.2': - resolution: {integrity: sha512-h9s67yD4+g+JoYG0zPCo/cLTabpDqzqNdzMawmNPzDStTiwxwkyYM1v5lWE8gmGv3SVJ2DcxA2NpQJZJv9ym3g==} + '@vitest/snapshot@3.0.4': + resolution: {integrity: sha512-+p5knMLwIk7lTQkM3NonZ9zBewzVp9EVkVpvNta0/PlFWpiqLaRcF4+33L1it3uRUCh0BGLOaXPPGEjNKfWb4w==} - '@vitest/spy@3.0.2': - resolution: {integrity: sha512-8mI2iUn+PJFMT44e3ISA1R+K6ALVs47W6eriDTfXe6lFqlflID05MB4+rIFhmDSLBj8iBsZkzBYlgSkinxLzSQ==} + '@vitest/spy@3.0.4': + resolution: {integrity: sha512-sXIMF0oauYyUy2hN49VFTYodzEAu744MmGcPR3ZBsPM20G+1/cSW/n1U+3Yu/zHxX2bIDe1oJASOkml+osTU6Q==} - '@vitest/utils@3.0.2': - resolution: {integrity: sha512-Qu01ZYZlgHvDP02JnMBRpX43nRaZtNpIzw3C1clDXmn8eakgX6iQVGzTQ/NjkIr64WD8ioqOjkaYRVvHQI5qiw==} + '@vitest/utils@3.0.4': + resolution: {integrity: sha512-8BqC1ksYsHtbWH+DfpOAKrFw3jl3Uf9J7yeFh85Pz52IWuh1hBBtyfEbRNNZNjl8H8A5yMLH9/t+k7HIKzQcZQ==} '@volar/kit@2.4.6': resolution: {integrity: sha512-OaMtpmLns6IYD1nOSd0NdG/F5KzJ7Jr4B7TLeb4byPzu+ExuuRVeO56Dn1C7Frnw6bGudUQd90cpQAmxdB+RlQ==} @@ -7336,16 +7336,16 @@ packages: '@vue/compiler-ssr@3.5.13': resolution: {integrity: sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA==} - '@vue/devtools-core@7.7.0': - resolution: {integrity: sha512-tSO3pghV5RZGSonZ87S2fOGru3X93epmar5IjZOWjHxH6XSwnK5UbR2aW5puZV+LgLoVYrcNou3krSo5k1F31g==} + '@vue/devtools-core@7.7.1': + resolution: {integrity: sha512-W4CRrSZJodNIfrPO7/dXF6ZS0QyOY6PCYVhpSoTSx9+nh2wpZxcS1482lAdKM0FTlaoApHV6jXT95Me90hSaBA==} peerDependencies: vue: ^3.0.0 - '@vue/devtools-kit@7.7.0': - resolution: {integrity: sha512-5cvZ+6SA88zKC8XiuxUfqpdTwVjJbvYnQZY5NReh7qlSGPvVDjjzyEtW+gdzLXNSd8tStgOjAdMCpvDQamUXtA==} + '@vue/devtools-kit@7.7.1': + resolution: {integrity: sha512-yhZ4NPnK/tmxGtLNQxmll90jIIXdb2jAhPF76anvn5M/UkZCiLJy28bYgPIACKZ7FCosyKoaope89/RsFJll1w==} - '@vue/devtools-shared@7.7.0': - resolution: {integrity: sha512-jtlQY26R5thQxW9YQTpXbI0HoK0Wf9Rd4ekidOkRvSy7ChfK0kIU6vvcBtjj87/EcpeOSK49fZAicaFNJcoTcQ==} + '@vue/devtools-shared@7.7.1': + resolution: {integrity: sha512-BtgF7kHq4BHG23Lezc/3W2UhK2ga7a8ohAIAGJMBr4BkxUFzhqntQtCiuL1ijo2ztWnmusymkirgqUrXoQKumA==} '@vue/reactivity@3.1.5': resolution: {integrity: sha512-1tdfLmNjWG6t/CsPldh+foumYFo3cpyCHgBYQ34ylaMsJ+SNHQ1kApMIa8jN+i593zQuaw3AdWH0nJTARzCFhg==} @@ -8174,8 +8174,8 @@ packages: resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - eslint@9.18.0: - resolution: {integrity: sha512-+waTfRWQlSbpt3KWE+CjrPPYnbq9kfZIYUqapc0uBXyjTp8aYXZDsUH16m39Ryq3NjAVP4tjuF7KaukeqoCoaA==} + eslint@9.19.0: + resolution: {integrity: sha512-ug92j0LepKlbbEv6hD911THhoRHmbdXt2gX+VDABAW/Ir7D3nqKdv5Pf5vtlyY6HQMTEP2skXY43ueqTCWssEA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} hasBin: true peerDependencies: @@ -8834,6 +8834,7 @@ packages: libsql@0.4.5: resolution: {integrity: sha512-sorTJV6PNt94Wap27Sai5gtVLIea4Otb2LUiAUyr3p6BPOScGMKGt5F1b5X/XgkNtcsDKeX5qfeBDj+PdShclQ==} + cpu: [x64, arm64, wasm32] os: [darwin, linux, win32] lilconfig@3.1.3: @@ -8846,8 +8847,8 @@ packages: linkedom@0.14.26: resolution: {integrity: sha512-mK6TrydfFA7phrnp+1j57ycBwFI5bGSW6YXlw9acHoqF+mP/y+FooEYYyniOt5Ot57FSKB3iwmnuQ1UUyNLm5A==} - linkedom@0.18.6: - resolution: {integrity: sha512-6G8euAJ84s7MTXTli5JIOO5tzEpyoUBw2/zcqAunSurbCtC83YcgrK+VTcO8HZ/rdR3eaaZM573FP9rNo1uXIA==} + linkedom@0.18.7: + resolution: {integrity: sha512-M8XBnWzYG5YckEQgySyIb1Cjh9QarGVxCm+ihTUgcvfbuiLG23748Om6da910yzLMff3wKEvPnZyFo/rhsmFhg==} lit-element@4.1.0: resolution: {integrity: sha512-gSejRUQJuMQjV2Z59KAS/D4iElUhwKpIyJvZ9w+DIagIQjfJnhR20h2Q5ddpzXGS+fF0tMZ/xEYGMnKmaI/iww==} @@ -9429,8 +9430,8 @@ packages: resolution: {integrity: sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==} engines: {node: '>=6'} - p-queue@8.0.1: - resolution: {integrity: sha512-NXzu9aQJTAzbBqOt2hwsR63ea7yvxJc0PwN/zobNAudYfb1B7R08SzB4TsLeSbUCuG467NhnoT0oO6w1qRO+BA==} + p-queue@8.1.0: + resolution: {integrity: sha512-mxLDbbGIBEXTJL0zEx8JIylaj3xQ7Z/7eEVjcF9fJX4DBiH9oqe+oahYnlKKxm0Ci9TlWTyhSHgygxMxjIB2jw==} engines: {node: '>=18'} p-timeout@6.1.2: @@ -9523,8 +9524,8 @@ packages: pathe@1.1.2: resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==} - pathe@2.0.1: - resolution: {integrity: sha512-6jpjMpOth5S9ITVu5clZ7NOgHNsv5vRQdheL9ztp2vZmM6fRbLvyua1tiBIL4lk8SAe3ARzeXEly6siXCjDHDw==} + pathe@2.0.2: + resolution: {integrity: sha512-15Ztpk+nov8DR524R4BF7uEuzESgzUEAV4Ah7CUMNGXdE5ELuvxElxGXndBl32vMSsWa1jpNf22Z+Er3sKwq+w==} pathval@2.0.0: resolution: {integrity: sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==} @@ -9560,13 +9561,13 @@ packages: resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} engines: {node: '>=8'} - playwright-core@1.49.1: - resolution: {integrity: sha512-BzmpVcs4kE2CH15rWfzpjzVGhWERJfmnXmniSyKeRZUs9Ws65m+RGIi7mjJK/euCegfn3i7jvqWeWyHe9y3Vgg==} + playwright-core@1.50.0: + resolution: {integrity: sha512-CXkSSlr4JaZs2tZHI40DsZUN/NIwgaUPsyLuOAaIZp2CyF2sN5MM5NJsyB188lFSSozFxQ5fPT4qM+f0tH/6wQ==} engines: {node: '>=18'} hasBin: true - playwright@1.49.1: - resolution: {integrity: sha512-VYL8zLoNTBxVOrJBbDuRgDWa3i+mfQgDTrL8Ah9QXZ7ax4Dsj0MSq5bYgytRnDVVe+njoKnfsYkH3HzqVj5UZA==} + playwright@1.50.0: + resolution: {integrity: sha512-+GinGfGTrd2IfX1TA4N2gNmeIksSb+IAe589ZH+FlmpV3MYTx6+buChGIuDLQwrGNCw2lWibqV50fU510N7S+w==} engines: {node: '>=18'} hasBin: true @@ -10064,8 +10065,8 @@ packages: rfdc@1.4.1: resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==} - rollup@4.31.0: - resolution: {integrity: sha512-9cCE8P4rZLx9+PjoyqHLs31V9a9Vpvfo4qNcs6JCiGWYhw2gijSetFbH6SSy1whnkgcefnUwr8sad7tgqsGvnw==} + rollup@4.32.1: + resolution: {integrity: sha512-z+aeEsOeEa3mEbS1Tjl6sAZ8NE3+AalQz1RJGj81M+fizusbdDMoEJwdJNHfaB40Scr4qNu+welOfes7maKonA==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true @@ -10352,8 +10353,8 @@ packages: svelte: ^3.55 || ^4.0.0-next.0 || ^4.0 || ^5.0.0-next.0 typescript: ^4.9.4 || ^5.0.0 - svelte@5.19.0: - resolution: {integrity: sha512-qvd2GvvYnJxS/MteQKFSMyq8cQrAAut28QZ39ySv9k3ggmhw4Au4Rfcsqva74i0xMys//OhbhVCNfXPrDzL/Bg==} + svelte@5.19.4: + resolution: {integrity: sha512-pzWvFQdvfEfT4Ll/JriAtcG7qmWjcL+x/NSl9Q+FPje5SXukYNp9kcufZ27ydauLLE/dwYMz9XRC8kiwTZmfDA==} engines: {node: '>=18'} svg-tags@1.0.0: @@ -10474,38 +10475,38 @@ packages: tslib@2.6.2: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} - turbo-darwin-64@2.3.3: - resolution: {integrity: sha512-bxX82xe6du/3rPmm4aCC5RdEilIN99VUld4HkFQuw+mvFg6darNBuQxyWSHZTtc25XgYjQrjsV05888w1grpaA==} + turbo-darwin-64@2.3.4: + resolution: {integrity: sha512-uOi/cUIGQI7uakZygH+cZQ5D4w+aMLlVCN2KTGot+cmefatps2ZmRRufuHrEM0Rl63opdKD8/JIu+54s25qkfg==} cpu: [x64] os: [darwin] - turbo-darwin-arm64@2.3.3: - resolution: {integrity: sha512-DYbQwa3NsAuWkCUYVzfOUBbSUBVQzH5HWUFy2Kgi3fGjIWVZOFk86ss+xsWu//rlEAfYwEmopigsPYSmW4X15A==} + turbo-darwin-arm64@2.3.4: + resolution: {integrity: sha512-IIM1Lq5R+EGMtM1YFGl4x8Xkr0MWb4HvyU8N4LNoQ1Be5aycrOE+VVfH+cDg/Q4csn+8bxCOxhRp5KmUflrVTQ==} cpu: [arm64] os: [darwin] - turbo-linux-64@2.3.3: - resolution: {integrity: sha512-eHj9OIB0dFaP6BxB88jSuaCLsOQSYWBgmhy2ErCu6D2GG6xW3b6e2UWHl/1Ho9FsTg4uVgo4DB9wGsKa5erjUA==} + turbo-linux-64@2.3.4: + resolution: {integrity: sha512-1aD2EfR7NfjFXNH3mYU5gybLJEFi2IGOoKwoPLchAFRQ6OEJQj201/oNo9CDL75IIrQo64/NpEgVyZtoPlfhfA==} cpu: [x64] os: [linux] - turbo-linux-arm64@2.3.3: - resolution: {integrity: sha512-NmDE/NjZoDj1UWBhMtOPmqFLEBKhzGS61KObfrDEbXvU3lekwHeoPvAMfcovzswzch+kN2DrtbNIlz+/rp8OCg==} + turbo-linux-arm64@2.3.4: + resolution: {integrity: sha512-MxTpdKwxCaA5IlybPxgGLu54fT2svdqTIxRd0TQmpRJIjM0s4kbM+7YiLk0mOh6dGqlWPUsxz/A0Mkn8Xr5o7Q==} cpu: [arm64] os: [linux] - turbo-windows-64@2.3.3: - resolution: {integrity: sha512-O2+BS4QqjK3dOERscXqv7N2GXNcqHr9hXumkMxDj/oGx9oCatIwnnwx34UmzodloSnJpgSqjl8iRWiY65SmYoQ==} + turbo-windows-64@2.3.4: + resolution: {integrity: sha512-yyCrWqcRGu1AOOlrYzRnizEtdkqi+qKP0MW9dbk9OsMDXaOI5jlWtTY/AtWMkLw/czVJ7yS9Ex1vi9DB6YsFvw==} cpu: [x64] os: [win32] - turbo-windows-arm64@2.3.3: - resolution: {integrity: sha512-dW4ZK1r6XLPNYLIKjC4o87HxYidtRRcBeo/hZ9Wng2XM/MqqYkAyzJXJGgRMsc0MMEN9z4+ZIfnSNBrA0b08ag==} + turbo-windows-arm64@2.3.4: + resolution: {integrity: sha512-PggC3qH+njPfn1PDVwKrQvvQby8X09ufbqZ2Ha4uSu+5TvPorHHkAbZVHKYj2Y+tvVzxRzi4Sv6NdHXBS9Be5w==} cpu: [arm64] os: [win32] - turbo@2.3.3: - resolution: {integrity: sha512-DUHWQAcC8BTiUZDRzAYGvpSpGLiaOQPfYXlCieQbwUvmml/LRGIe3raKdrOPOoiX0DYlzxs2nH6BoWJoZrj8hA==} + turbo@2.3.4: + resolution: {integrity: sha512-1kiLO5C0Okh5ay1DbHsxkPsw9Sjsbjzm6cF85CpWjR0BIyBFNDbKqtUyqGADRS1dbbZoQanJZVj4MS5kk8J42Q==} hasBin: true type-check@0.4.0: @@ -10536,8 +10537,8 @@ packages: typescript-auto-import-cache@0.3.3: resolution: {integrity: sha512-ojEC7+Ci1ij9eE6hp8Jl9VUNnsEKzztktP5gtYNRMrTmfXVwA1PITYYAkpxCvvupdSYa/Re51B6KMcv1CTZEUA==} - typescript-eslint@8.20.0: - resolution: {integrity: sha512-Kxz2QRFsgbWj6Xcftlw3Dd154b3cEPFqQC+qMZrMypSijPd4UanKKvoKDrJ4o8AIfZFKAF+7sMaEIR8mTElozA==} + typescript-eslint@8.22.0: + resolution: {integrity: sha512-Y2rj210FW1Wb6TWXzQc5+P+EWI9/zdS57hLEc0gnyuvdzWo8+Y8brKlbj0muejonhMI/xAZCnZZwjbIfv1CkOw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -10567,8 +10568,8 @@ packages: resolution: {integrity: sha512-BUgJXc752Kou3oOIuU1i+yZZypyZRqNPW0vqoMPl8VaoalSfeR0D8/t4iAS3yirs79SSMTxTag+ZC86uswv+Cw==} engines: {node: '>=18.17'} - undici@7.2.3: - resolution: {integrity: sha512-2oSLHaDalSt2/O/wHA9M+/ZPAOcU2yrSP/cdBYJ+YxZskiPYDSqHbysLSlD7gq3JMqOoJI5O31RVU3BxX/MnAA==} + undici@7.3.0: + resolution: {integrity: sha512-Qy96NND4Dou5jKoSJ2gm8ax8AJM/Ey9o9mz7KN1bb9GP+G0l20Zw8afxTnY2f4b7hmhn/z8aC2kfArVQlAhFBw==} engines: {node: '>=20.18.1'} unenv@1.10.0: @@ -10746,8 +10747,8 @@ packages: peerDependencies: vite: ^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 - vite-node@3.0.2: - resolution: {integrity: sha512-hsEQerBAHvVAbv40m3TFQe/lTEbOp7yDpyqMJqr2Tnd+W58+DEYOt+fluQgekOePcsNBmR77lpVAnIU2Xu4SvQ==} + vite-node@3.0.4: + resolution: {integrity: sha512-7JZKEzcYV2Nx3u6rlvN8qdo3QV7Fxyt6hx+CCKz9fbWxdX5IvUOmTWEAxMrWxaiSf7CKGLJQ5rFu8prb/jBjOA==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true @@ -10771,8 +10772,8 @@ packages: '@testing-library/jest-dom': optional: true - vite-plugin-vue-devtools@7.7.0: - resolution: {integrity: sha512-1dWiREwIl4JELwXGHXih80hIgjcViMcZGr3j0edo6NQ9kNzAOxMIUgFqc/TO1ary4ZroJUxoB0YDI6jnDf13iQ==} + vite-plugin-vue-devtools@7.7.1: + resolution: {integrity: sha512-f1Fnda4CJYH7t7K1WaTEjFTLdF4oUkmlZTVwBGG5UhJ+Oa5KPX0Ue32c+YWRMOpCtFbCDl1iXGgQVzg8Ew5JnQ==} engines: {node: '>=v14.21.3'} peerDependencies: vite: ^3.1.0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0 @@ -10787,8 +10788,8 @@ packages: peerDependencies: vue: '>=3.2.13' - vite@6.0.9: - resolution: {integrity: sha512-MSgUxHcaXLtnBPktkbUSoQUANApKYuxZ6DrbVENlIorbhL2dZydTLaZ01tjUoE3szeFzlFk9ANOKk0xurh4MKA==} + vite@6.0.11: + resolution: {integrity: sha512-4VL9mQPKoHy4+FE0NnRE/kbY51TOfaknxAjt3fJbGJxhIpBZiqVzlZDEesWWsuREXHwNdAoOFZ9MkPEVXczHwg==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true peerDependencies: @@ -10835,20 +10836,23 @@ packages: vite: optional: true - vitest@3.0.2: - resolution: {integrity: sha512-5bzaHakQ0hmVVKLhfh/jXf6oETDBtgPo8tQCHYB+wftNgFJ+Hah67IsWc8ivx4vFL025Ow8UiuTf4W57z4izvQ==} + vitest@3.0.4: + resolution: {integrity: sha512-6XG8oTKy2gnJIFTHP6LD7ExFeNLxiTkK3CfMvT7IfR8IN+BYICCf0lXUQmX7i7JoxUP8QmeP4mTnWXgflu4yjw==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' + '@types/debug': ^4.1.12 '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0 - '@vitest/browser': 3.0.2 - '@vitest/ui': 3.0.2 + '@vitest/browser': 3.0.4 + '@vitest/ui': 3.0.4 happy-dom: '*' jsdom: '*' peerDependenciesMeta: '@edge-runtime/vm': optional: true + '@types/debug': + optional: true '@types/node': optional: true '@vitest/browser': @@ -11133,8 +11137,8 @@ packages: resolution: {integrity: sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==} engines: {node: '>=12.20'} - yocto-spinner@0.1.2: - resolution: {integrity: sha512-VfmLIh/ZSZOJnVRQZc/dvpPP90lWL4G0bmxQMP0+U/2vKBA8GSpcBuWv17y7F+CZItRuO97HN1wdbb4p10uhOg==} + yocto-spinner@0.2.0: + resolution: {integrity: sha512-Qu6WAqNLGleB687CCGcmgHIo8l+J19MX/32UrSMfbf/4L8gLoxjpOYoiHT1asiWyqvjRZbgvOhLlvne6E5Tbdw==} engines: {node: '>=18.19'} yoctocolors@2.1.1: @@ -11264,7 +11268,7 @@ snapshots: transitivePeerDependencies: - typescript - '@astrojs/node@9.0.1(astro@packages+astro)': + '@astrojs/node@9.0.2(astro@packages+astro)': dependencies: astro: link:packages/astro send: 1.1.0 @@ -11540,7 +11544,7 @@ snapshots: dependencies: tar: 6.2.1 - '@changesets/apply-release-plan@7.0.7': + '@changesets/apply-release-plan@7.0.8': dependencies: '@changesets/config': 3.0.5 '@changesets/get-version-range-type': 0.4.0 @@ -11577,9 +11581,9 @@ snapshots: transitivePeerDependencies: - encoding - '@changesets/cli@2.27.11': + '@changesets/cli@2.27.12': dependencies: - '@changesets/apply-release-plan': 7.0.7 + '@changesets/apply-release-plan': 7.0.8 '@changesets/assemble-release-plan': 6.0.5 '@changesets/changelog-git': 0.2.0 '@changesets/config': 3.0.5 @@ -11717,11 +11721,11 @@ snapshots: transitivePeerDependencies: - debug - '@codspeed/vitest-plugin@4.0.0(vite@6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1))(vitest@3.0.2(@types/node@18.19.50)(jiti@1.21.6)(jsdom@23.2.0)(sass@1.83.4)(yaml@2.5.1))': + '@codspeed/vitest-plugin@4.0.0(vite@6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1))(vitest@3.0.4(@types/debug@4.1.12)(@types/node@18.19.50)(jiti@1.21.6)(jsdom@23.2.0)(sass@1.83.4)(yaml@2.5.1))': dependencies: '@codspeed/core': 4.0.0 - vite: 6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) - vitest: 3.0.2(@types/node@18.19.50)(jiti@1.21.6)(jsdom@23.2.0)(sass@1.83.4)(yaml@2.5.1) + vite: 6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) + vitest: 3.0.4(@types/debug@4.1.12)(@types/node@18.19.50)(jiti@1.21.6)(jsdom@23.2.0)(sass@1.83.4)(yaml@2.5.1) transitivePeerDependencies: - debug @@ -12083,9 +12087,9 @@ snapshots: '@esbuild/win32-x64@0.24.2': optional: true - '@eslint-community/eslint-utils@4.4.0(eslint@9.18.0(jiti@1.21.6))': + '@eslint-community/eslint-utils@4.4.0(eslint@9.19.0(jiti@1.21.6))': dependencies: - eslint: 9.18.0(jiti@1.21.6) + eslint: 9.19.0(jiti@1.21.6) eslint-visitor-keys: 3.4.3 '@eslint-community/regexpp@4.12.1': {} @@ -12116,7 +12120,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@eslint/js@9.18.0': {} + '@eslint/js@9.19.0': {} '@eslint/object-schema@2.1.5': {} @@ -12442,18 +12446,18 @@ snapshots: '@pkgjs/parseargs@0.11.0': optional: true - '@playwright/test@1.49.1': + '@playwright/test@1.50.0': dependencies: - playwright: 1.49.1 + playwright: 1.50.0 '@polka/url@1.0.0-next.25': {} - '@preact/preset-vite@2.8.2(@babel/core@7.26.0)(preact@10.25.4)(vite@6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1))': + '@preact/preset-vite@2.8.2(@babel/core@7.26.0)(preact@10.25.4)(vite@6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1))': dependencies: '@babel/core': 7.26.0 '@babel/plugin-transform-react-jsx': 7.25.9(@babel/core@7.26.0) '@babel/plugin-transform-react-jsx-development': 7.25.9(@babel/core@7.26.0) - '@prefresh/vite': 2.4.5(preact@10.25.4)(vite@6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)) + '@prefresh/vite': 2.4.5(preact@10.25.4)(vite@6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)) '@rollup/pluginutils': 4.2.1 babel-plugin-transform-hook-names: 1.0.2(@babel/core@7.26.0) debug: 4.4.0 @@ -12463,7 +12467,7 @@ snapshots: resolve: 1.22.8 source-map: 0.7.4 stack-trace: 1.0.0-pre2 - vite: 6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) + vite: 6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) transitivePeerDependencies: - preact - supports-color @@ -12483,7 +12487,7 @@ snapshots: '@prefresh/utils@1.2.0': {} - '@prefresh/vite@2.4.5(preact@10.25.4)(vite@6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1))': + '@prefresh/vite@2.4.5(preact@10.25.4)(vite@6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1))': dependencies: '@babel/core': 7.26.0 '@prefresh/babel-plugin': 0.5.1 @@ -12491,7 +12495,7 @@ snapshots: '@prefresh/utils': 1.2.0 '@rollup/pluginutils': 4.2.1 preact: 10.25.4 - vite: 6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) + vite: 6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) transitivePeerDependencies: - supports-color @@ -12506,69 +12510,69 @@ snapshots: estree-walker: 2.0.2 picomatch: 2.3.1 - '@rollup/pluginutils@5.1.4(rollup@4.31.0)': + '@rollup/pluginutils@5.1.4(rollup@4.32.1)': dependencies: '@types/estree': 1.0.6 estree-walker: 2.0.2 picomatch: 4.0.2 optionalDependencies: - rollup: 4.31.0 + rollup: 4.32.1 - '@rollup/rollup-android-arm-eabi@4.31.0': + '@rollup/rollup-android-arm-eabi@4.32.1': optional: true - '@rollup/rollup-android-arm64@4.31.0': + '@rollup/rollup-android-arm64@4.32.1': optional: true - '@rollup/rollup-darwin-arm64@4.31.0': + '@rollup/rollup-darwin-arm64@4.32.1': optional: true - '@rollup/rollup-darwin-x64@4.31.0': + '@rollup/rollup-darwin-x64@4.32.1': optional: true - '@rollup/rollup-freebsd-arm64@4.31.0': + '@rollup/rollup-freebsd-arm64@4.32.1': optional: true - '@rollup/rollup-freebsd-x64@4.31.0': + '@rollup/rollup-freebsd-x64@4.32.1': optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.31.0': + '@rollup/rollup-linux-arm-gnueabihf@4.32.1': optional: true - '@rollup/rollup-linux-arm-musleabihf@4.31.0': + '@rollup/rollup-linux-arm-musleabihf@4.32.1': optional: true - '@rollup/rollup-linux-arm64-gnu@4.31.0': + '@rollup/rollup-linux-arm64-gnu@4.32.1': optional: true - '@rollup/rollup-linux-arm64-musl@4.31.0': + '@rollup/rollup-linux-arm64-musl@4.32.1': optional: true - '@rollup/rollup-linux-loongarch64-gnu@4.31.0': + '@rollup/rollup-linux-loongarch64-gnu@4.32.1': optional: true - '@rollup/rollup-linux-powerpc64le-gnu@4.31.0': + '@rollup/rollup-linux-powerpc64le-gnu@4.32.1': optional: true - '@rollup/rollup-linux-riscv64-gnu@4.31.0': + '@rollup/rollup-linux-riscv64-gnu@4.32.1': optional: true - '@rollup/rollup-linux-s390x-gnu@4.31.0': + '@rollup/rollup-linux-s390x-gnu@4.32.1': optional: true - '@rollup/rollup-linux-x64-gnu@4.31.0': + '@rollup/rollup-linux-x64-gnu@4.32.1': optional: true - '@rollup/rollup-linux-x64-musl@4.31.0': + '@rollup/rollup-linux-x64-musl@4.32.1': optional: true - '@rollup/rollup-win32-arm64-msvc@4.31.0': + '@rollup/rollup-win32-arm64-msvc@4.32.1': optional: true - '@rollup/rollup-win32-ia32-msvc@4.31.0': + '@rollup/rollup-win32-ia32-msvc@4.32.1': optional: true - '@rollup/rollup-win32-x64-msvc@4.31.0': + '@rollup/rollup-win32-x64-msvc@4.32.1': optional: true '@sec-ant/readable-stream@0.4.1': {} @@ -12616,25 +12620,25 @@ snapshots: dependencies: solid-js: 1.9.4 - '@sveltejs/vite-plugin-svelte-inspector@4.0.1(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.19.0)(vite@6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)))(svelte@5.19.0)(vite@6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1))': + '@sveltejs/vite-plugin-svelte-inspector@4.0.1(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.19.4)(vite@6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)))(svelte@5.19.4)(vite@6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1))': dependencies: - '@sveltejs/vite-plugin-svelte': 5.0.3(svelte@5.19.0)(vite@6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)) + '@sveltejs/vite-plugin-svelte': 5.0.3(svelte@5.19.4)(vite@6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)) debug: 4.4.0 - svelte: 5.19.0 - vite: 6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) + svelte: 5.19.4 + vite: 6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) transitivePeerDependencies: - supports-color - '@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.19.0)(vite@6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1))': + '@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.19.4)(vite@6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1))': dependencies: - '@sveltejs/vite-plugin-svelte-inspector': 4.0.1(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.19.0)(vite@6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)))(svelte@5.19.0)(vite@6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)) + '@sveltejs/vite-plugin-svelte-inspector': 4.0.1(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.19.4)(vite@6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)))(svelte@5.19.4)(vite@6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)) debug: 4.4.0 deepmerge: 4.3.1 kleur: 4.1.5 magic-string: 0.30.17 - svelte: 5.19.0 - vite: 6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) - vitefu: 1.0.5(vite@6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)) + svelte: 5.19.4 + vite: 6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) + vitefu: 1.0.5(vite@6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)) transitivePeerDependencies: - supports-color @@ -12798,15 +12802,15 @@ snapshots: '@types/yargs-parser@21.0.3': {} - '@typescript-eslint/eslint-plugin@8.20.0(@typescript-eslint/parser@8.20.0(eslint@9.18.0(jiti@1.21.6))(typescript@5.7.3))(eslint@9.18.0(jiti@1.21.6))(typescript@5.7.3)': + '@typescript-eslint/eslint-plugin@8.22.0(@typescript-eslint/parser@8.22.0(eslint@9.19.0(jiti@1.21.6))(typescript@5.7.3))(eslint@9.19.0(jiti@1.21.6))(typescript@5.7.3)': dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.20.0(eslint@9.18.0(jiti@1.21.6))(typescript@5.7.3) - '@typescript-eslint/scope-manager': 8.20.0 - '@typescript-eslint/type-utils': 8.20.0(eslint@9.18.0(jiti@1.21.6))(typescript@5.7.3) - '@typescript-eslint/utils': 8.20.0(eslint@9.18.0(jiti@1.21.6))(typescript@5.7.3) - '@typescript-eslint/visitor-keys': 8.20.0 - eslint: 9.18.0(jiti@1.21.6) + '@typescript-eslint/parser': 8.22.0(eslint@9.19.0(jiti@1.21.6))(typescript@5.7.3) + '@typescript-eslint/scope-manager': 8.22.0 + '@typescript-eslint/type-utils': 8.22.0(eslint@9.19.0(jiti@1.21.6))(typescript@5.7.3) + '@typescript-eslint/utils': 8.22.0(eslint@9.19.0(jiti@1.21.6))(typescript@5.7.3) + '@typescript-eslint/visitor-keys': 8.22.0 + eslint: 9.19.0(jiti@1.21.6) graphemer: 1.4.0 ignore: 5.3.2 natural-compare: 1.4.0 @@ -12815,40 +12819,40 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.20.0(eslint@9.18.0(jiti@1.21.6))(typescript@5.7.3)': + '@typescript-eslint/parser@8.22.0(eslint@9.19.0(jiti@1.21.6))(typescript@5.7.3)': dependencies: - '@typescript-eslint/scope-manager': 8.20.0 - '@typescript-eslint/types': 8.20.0 - '@typescript-eslint/typescript-estree': 8.20.0(typescript@5.7.3) - '@typescript-eslint/visitor-keys': 8.20.0 + '@typescript-eslint/scope-manager': 8.22.0 + '@typescript-eslint/types': 8.22.0 + '@typescript-eslint/typescript-estree': 8.22.0(typescript@5.7.3) + '@typescript-eslint/visitor-keys': 8.22.0 debug: 4.4.0 - eslint: 9.18.0(jiti@1.21.6) + eslint: 9.19.0(jiti@1.21.6) typescript: 5.7.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/scope-manager@8.20.0': + '@typescript-eslint/scope-manager@8.22.0': dependencies: - '@typescript-eslint/types': 8.20.0 - '@typescript-eslint/visitor-keys': 8.20.0 + '@typescript-eslint/types': 8.22.0 + '@typescript-eslint/visitor-keys': 8.22.0 - '@typescript-eslint/type-utils@8.20.0(eslint@9.18.0(jiti@1.21.6))(typescript@5.7.3)': + '@typescript-eslint/type-utils@8.22.0(eslint@9.19.0(jiti@1.21.6))(typescript@5.7.3)': dependencies: - '@typescript-eslint/typescript-estree': 8.20.0(typescript@5.7.3) - '@typescript-eslint/utils': 8.20.0(eslint@9.18.0(jiti@1.21.6))(typescript@5.7.3) + '@typescript-eslint/typescript-estree': 8.22.0(typescript@5.7.3) + '@typescript-eslint/utils': 8.22.0(eslint@9.19.0(jiti@1.21.6))(typescript@5.7.3) debug: 4.4.0 - eslint: 9.18.0(jiti@1.21.6) + eslint: 9.19.0(jiti@1.21.6) ts-api-utils: 2.0.0(typescript@5.7.3) typescript: 5.7.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/types@8.20.0': {} + '@typescript-eslint/types@8.22.0': {} - '@typescript-eslint/typescript-estree@8.20.0(typescript@5.7.3)': + '@typescript-eslint/typescript-estree@8.22.0(typescript@5.7.3)': dependencies: - '@typescript-eslint/types': 8.20.0 - '@typescript-eslint/visitor-keys': 8.20.0 + '@typescript-eslint/types': 8.22.0 + '@typescript-eslint/visitor-keys': 8.22.0 debug: 4.4.0 fast-glob: 3.3.3 is-glob: 4.0.3 @@ -12859,20 +12863,20 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.20.0(eslint@9.18.0(jiti@1.21.6))(typescript@5.7.3)': + '@typescript-eslint/utils@8.22.0(eslint@9.19.0(jiti@1.21.6))(typescript@5.7.3)': dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.18.0(jiti@1.21.6)) - '@typescript-eslint/scope-manager': 8.20.0 - '@typescript-eslint/types': 8.20.0 - '@typescript-eslint/typescript-estree': 8.20.0(typescript@5.7.3) - eslint: 9.18.0(jiti@1.21.6) + '@eslint-community/eslint-utils': 4.4.0(eslint@9.19.0(jiti@1.21.6)) + '@typescript-eslint/scope-manager': 8.22.0 + '@typescript-eslint/types': 8.22.0 + '@typescript-eslint/typescript-estree': 8.22.0(typescript@5.7.3) + eslint: 9.19.0(jiti@1.21.6) typescript: 5.7.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/visitor-keys@8.20.0': + '@typescript-eslint/visitor-keys@8.22.0': dependencies: - '@typescript-eslint/types': 8.20.0 + '@typescript-eslint/types': 8.22.0 eslint-visitor-keys: 4.2.0 '@typescript/twoslash@3.1.0': @@ -12897,69 +12901,69 @@ snapshots: '@ungap/structured-clone@1.2.0': {} - '@vitejs/plugin-react@4.3.4(vite@6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1))': + '@vitejs/plugin-react@4.3.4(vite@6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1))': dependencies: '@babel/core': 7.26.0 '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.26.0) '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.26.0) '@types/babel__core': 7.20.5 react-refresh: 0.14.2 - vite: 6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) + vite: 6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue-jsx@4.1.1(vite@6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1))(vue@3.5.13(typescript@5.7.3))': + '@vitejs/plugin-vue-jsx@4.1.1(vite@6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1))(vue@3.5.13(typescript@5.7.3))': dependencies: '@babel/core': 7.26.0 '@babel/plugin-transform-typescript': 7.26.3(@babel/core@7.26.0) '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.26.0) - vite: 6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) + vite: 6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) vue: 3.5.13(typescript@5.7.3) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@5.2.1(vite@6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1))(vue@3.5.13(typescript@5.7.3))': + '@vitejs/plugin-vue@5.2.1(vite@6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1))(vue@3.5.13(typescript@5.7.3))': dependencies: - vite: 6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) + vite: 6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) vue: 3.5.13(typescript@5.7.3) - '@vitest/expect@3.0.2': + '@vitest/expect@3.0.4': dependencies: - '@vitest/spy': 3.0.2 - '@vitest/utils': 3.0.2 + '@vitest/spy': 3.0.4 + '@vitest/utils': 3.0.4 chai: 5.1.2 tinyrainbow: 2.0.0 - '@vitest/mocker@3.0.2(vite@6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1))': + '@vitest/mocker@3.0.4(vite@6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1))': dependencies: - '@vitest/spy': 3.0.2 + '@vitest/spy': 3.0.4 estree-walker: 3.0.3 magic-string: 0.30.17 optionalDependencies: - vite: 6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) + vite: 6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) - '@vitest/pretty-format@3.0.2': + '@vitest/pretty-format@3.0.4': dependencies: tinyrainbow: 2.0.0 - '@vitest/runner@3.0.2': + '@vitest/runner@3.0.4': dependencies: - '@vitest/utils': 3.0.2 - pathe: 2.0.1 + '@vitest/utils': 3.0.4 + pathe: 2.0.2 - '@vitest/snapshot@3.0.2': + '@vitest/snapshot@3.0.4': dependencies: - '@vitest/pretty-format': 3.0.2 + '@vitest/pretty-format': 3.0.4 magic-string: 0.30.17 - pathe: 2.0.1 + pathe: 2.0.2 - '@vitest/spy@3.0.2': + '@vitest/spy@3.0.4': dependencies: tinyspy: 3.0.2 - '@vitest/utils@3.0.2': + '@vitest/utils@3.0.4': dependencies: - '@vitest/pretty-format': 3.0.2 + '@vitest/pretty-format': 3.0.4 loupe: 3.1.2 tinyrainbow: 2.0.0 @@ -13073,21 +13077,21 @@ snapshots: '@vue/compiler-dom': 3.5.13 '@vue/shared': 3.5.13 - '@vue/devtools-core@7.7.0(vite@6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1))(vue@3.5.13(typescript@5.7.3))': + '@vue/devtools-core@7.7.1(vite@6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1))(vue@3.5.13(typescript@5.7.3))': dependencies: - '@vue/devtools-kit': 7.7.0 - '@vue/devtools-shared': 7.7.0 + '@vue/devtools-kit': 7.7.1 + '@vue/devtools-shared': 7.7.1 mitt: 3.0.1 nanoid: 5.0.9 - pathe: 1.1.2 - vite-hot-client: 0.2.4(vite@6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)) + pathe: 2.0.2 + vite-hot-client: 0.2.4(vite@6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)) vue: 3.5.13(typescript@5.7.3) transitivePeerDependencies: - vite - '@vue/devtools-kit@7.7.0': + '@vue/devtools-kit@7.7.1': dependencies: - '@vue/devtools-shared': 7.7.0 + '@vue/devtools-shared': 7.7.1 birpc: 0.2.19 hookable: 5.5.3 mitt: 3.0.1 @@ -13095,7 +13099,7 @@ snapshots: speakingurl: 14.0.1 superjson: 2.2.1 - '@vue/devtools-shared@7.7.0': + '@vue/devtools-shared@7.7.1': dependencies: rfdc: 1.4.1 @@ -13815,12 +13819,12 @@ snapshots: escape-string-regexp@5.0.0: {} - eslint-plugin-regexp@2.7.0(eslint@9.18.0(jiti@1.21.6)): + eslint-plugin-regexp@2.7.0(eslint@9.19.0(jiti@1.21.6)): dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.18.0(jiti@1.21.6)) + '@eslint-community/eslint-utils': 4.4.0(eslint@9.19.0(jiti@1.21.6)) '@eslint-community/regexpp': 4.12.1 comment-parser: 1.4.1 - eslint: 9.18.0(jiti@1.21.6) + eslint: 9.19.0(jiti@1.21.6) jsdoc-type-pratt-parser: 4.1.0 refa: 0.12.1 regexp-ast-analysis: 0.7.1 @@ -13835,14 +13839,14 @@ snapshots: eslint-visitor-keys@4.2.0: {} - eslint@9.18.0(jiti@1.21.6): + eslint@9.19.0(jiti@1.21.6): dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.18.0(jiti@1.21.6)) + '@eslint-community/eslint-utils': 4.4.0(eslint@9.19.0(jiti@1.21.6)) '@eslint-community/regexpp': 4.12.1 '@eslint/config-array': 0.19.1 '@eslint/core': 0.10.0 '@eslint/eslintrc': 3.2.0 - '@eslint/js': 9.18.0 + '@eslint/js': 9.19.0 '@eslint/plugin-kit': 0.2.5 '@humanfs/node': 0.16.6 '@humanwhocodes/module-importer': 1.0.1 @@ -14662,7 +14666,7 @@ snapshots: htmlparser2: 8.0.2 uhyphen: 0.2.0 - linkedom@0.18.6: + linkedom@0.18.7: dependencies: css-select: 5.1.0 cssom: 0.5.0 @@ -15506,7 +15510,7 @@ snapshots: p-map@2.1.0: {} - p-queue@8.0.1: + p-queue@8.1.0: dependencies: eventemitter3: 5.0.1 p-timeout: 6.1.2 @@ -15594,7 +15598,7 @@ snapshots: pathe@1.1.2: {} - pathe@2.0.1: {} + pathe@2.0.2: {} pathval@2.0.0: {} @@ -15616,11 +15620,11 @@ snapshots: dependencies: find-up: 4.1.0 - playwright-core@1.49.1: {} + playwright-core@1.50.0: {} - playwright@1.49.1: + playwright@1.50.0: dependencies: - playwright-core: 1.49.1 + playwright-core: 1.50.0 optionalDependencies: fsevents: 2.3.2 @@ -16260,29 +16264,29 @@ snapshots: rfdc@1.4.1: {} - rollup@4.31.0: + rollup@4.32.1: dependencies: '@types/estree': 1.0.6 optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.31.0 - '@rollup/rollup-android-arm64': 4.31.0 - '@rollup/rollup-darwin-arm64': 4.31.0 - '@rollup/rollup-darwin-x64': 4.31.0 - '@rollup/rollup-freebsd-arm64': 4.31.0 - '@rollup/rollup-freebsd-x64': 4.31.0 - '@rollup/rollup-linux-arm-gnueabihf': 4.31.0 - '@rollup/rollup-linux-arm-musleabihf': 4.31.0 - '@rollup/rollup-linux-arm64-gnu': 4.31.0 - '@rollup/rollup-linux-arm64-musl': 4.31.0 - '@rollup/rollup-linux-loongarch64-gnu': 4.31.0 - '@rollup/rollup-linux-powerpc64le-gnu': 4.31.0 - '@rollup/rollup-linux-riscv64-gnu': 4.31.0 - '@rollup/rollup-linux-s390x-gnu': 4.31.0 - '@rollup/rollup-linux-x64-gnu': 4.31.0 - '@rollup/rollup-linux-x64-musl': 4.31.0 - '@rollup/rollup-win32-arm64-msvc': 4.31.0 - '@rollup/rollup-win32-ia32-msvc': 4.31.0 - '@rollup/rollup-win32-x64-msvc': 4.31.0 + '@rollup/rollup-android-arm-eabi': 4.32.1 + '@rollup/rollup-android-arm64': 4.32.1 + '@rollup/rollup-darwin-arm64': 4.32.1 + '@rollup/rollup-darwin-x64': 4.32.1 + '@rollup/rollup-freebsd-arm64': 4.32.1 + '@rollup/rollup-freebsd-x64': 4.32.1 + '@rollup/rollup-linux-arm-gnueabihf': 4.32.1 + '@rollup/rollup-linux-arm-musleabihf': 4.32.1 + '@rollup/rollup-linux-arm64-gnu': 4.32.1 + '@rollup/rollup-linux-arm64-musl': 4.32.1 + '@rollup/rollup-linux-loongarch64-gnu': 4.32.1 + '@rollup/rollup-linux-powerpc64le-gnu': 4.32.1 + '@rollup/rollup-linux-riscv64-gnu': 4.32.1 + '@rollup/rollup-linux-s390x-gnu': 4.32.1 + '@rollup/rollup-linux-x64-gnu': 4.32.1 + '@rollup/rollup-linux-x64-musl': 4.32.1 + '@rollup/rollup-win32-arm64-msvc': 4.32.1 + '@rollup/rollup-win32-ia32-msvc': 4.32.1 + '@rollup/rollup-win32-x64-msvc': 4.32.1 fsevents: 2.3.3 rrweb-cssom@0.6.0: {} @@ -16598,14 +16602,14 @@ snapshots: supports-preserve-symlinks-flag@1.0.0: {} - svelte2tsx@0.7.34(svelte@5.19.0)(typescript@5.7.3): + svelte2tsx@0.7.34(svelte@5.19.4)(typescript@5.7.3): dependencies: dedent-js: 1.0.1 pascal-case: 3.1.2 - svelte: 5.19.0 + svelte: 5.19.4 typescript: 5.7.3 - svelte@5.19.0: + svelte@5.19.4: dependencies: '@ampproject/remapping': 2.3.0 '@jridgewell/sourcemap-codec': 1.5.0 @@ -16744,32 +16748,32 @@ snapshots: tslib@2.6.2: {} - turbo-darwin-64@2.3.3: + turbo-darwin-64@2.3.4: optional: true - turbo-darwin-arm64@2.3.3: + turbo-darwin-arm64@2.3.4: optional: true - turbo-linux-64@2.3.3: + turbo-linux-64@2.3.4: optional: true - turbo-linux-arm64@2.3.3: + turbo-linux-arm64@2.3.4: optional: true - turbo-windows-64@2.3.3: + turbo-windows-64@2.3.4: optional: true - turbo-windows-arm64@2.3.3: + turbo-windows-arm64@2.3.4: optional: true - turbo@2.3.3: + turbo@2.3.4: optionalDependencies: - turbo-darwin-64: 2.3.3 - turbo-darwin-arm64: 2.3.3 - turbo-linux-64: 2.3.3 - turbo-linux-arm64: 2.3.3 - turbo-windows-64: 2.3.3 - turbo-windows-arm64: 2.3.3 + turbo-darwin-64: 2.3.4 + turbo-darwin-arm64: 2.3.4 + turbo-linux-64: 2.3.4 + turbo-linux-arm64: 2.3.4 + turbo-windows-64: 2.3.4 + turbo-windows-arm64: 2.3.4 type-check@0.4.0: dependencies: @@ -16798,12 +16802,12 @@ snapshots: dependencies: semver: 7.6.3 - typescript-eslint@8.20.0(eslint@9.18.0(jiti@1.21.6))(typescript@5.7.3): + typescript-eslint@8.22.0(eslint@9.19.0(jiti@1.21.6))(typescript@5.7.3): dependencies: - '@typescript-eslint/eslint-plugin': 8.20.0(@typescript-eslint/parser@8.20.0(eslint@9.18.0(jiti@1.21.6))(typescript@5.7.3))(eslint@9.18.0(jiti@1.21.6))(typescript@5.7.3) - '@typescript-eslint/parser': 8.20.0(eslint@9.18.0(jiti@1.21.6))(typescript@5.7.3) - '@typescript-eslint/utils': 8.20.0(eslint@9.18.0(jiti@1.21.6))(typescript@5.7.3) - eslint: 9.18.0(jiti@1.21.6) + '@typescript-eslint/eslint-plugin': 8.22.0(@typescript-eslint/parser@8.22.0(eslint@9.19.0(jiti@1.21.6))(typescript@5.7.3))(eslint@9.19.0(jiti@1.21.6))(typescript@5.7.3) + '@typescript-eslint/parser': 8.22.0(eslint@9.19.0(jiti@1.21.6))(typescript@5.7.3) + '@typescript-eslint/utils': 8.22.0(eslint@9.19.0(jiti@1.21.6))(typescript@5.7.3) + eslint: 9.19.0(jiti@1.21.6) typescript: 5.7.3 transitivePeerDependencies: - supports-color @@ -16822,7 +16826,7 @@ snapshots: undici@6.21.0: {} - undici@7.2.3: {} + undici@7.3.0: {} unenv@1.10.0: dependencies: @@ -16979,17 +16983,17 @@ snapshots: '@types/unist': 3.0.3 vfile-message: 4.0.2 - vite-hot-client@0.2.4(vite@6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)): + vite-hot-client@0.2.4(vite@6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)): dependencies: - vite: 6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) + vite: 6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) - vite-node@3.0.2(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1): + vite-node@3.0.4(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1): dependencies: cac: 6.7.14 debug: 4.4.0 es-module-lexer: 1.6.0 - pathe: 2.0.1 - vite: 6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) + pathe: 2.0.2 + vite: 6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) transitivePeerDependencies: - '@types/node' - jiti @@ -17004,10 +17008,10 @@ snapshots: - tsx - yaml - vite-plugin-inspect@0.8.9(rollup@4.31.0)(vite@6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)): + vite-plugin-inspect@0.8.9(rollup@4.32.1)(vite@6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)): dependencies: '@antfu/utils': 0.7.10 - '@rollup/pluginutils': 5.1.4(rollup@4.31.0) + '@rollup/pluginutils': 5.1.4(rollup@4.32.1) debug: 4.4.0 error-stack-parser-es: 0.1.5 fs-extra: 11.2.0 @@ -17015,12 +17019,12 @@ snapshots: perfect-debounce: 1.0.0 picocolors: 1.1.1 sirv: 3.0.0 - vite: 6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) + vite: 6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) transitivePeerDependencies: - rollup - supports-color - vite-plugin-solid@2.11.0(solid-js@1.9.4)(vite@6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)): + vite-plugin-solid@2.11.0(solid-js@1.9.4)(vite@6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)): dependencies: '@babel/core': 7.26.0 '@types/babel__core': 7.20.5 @@ -17028,28 +17032,28 @@ snapshots: merge-anything: 5.1.7 solid-js: 1.9.4 solid-refresh: 0.6.3(solid-js@1.9.4) - vite: 6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) - vitefu: 1.0.5(vite@6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)) + vite: 6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) + vitefu: 1.0.5(vite@6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)) transitivePeerDependencies: - supports-color - vite-plugin-vue-devtools@7.7.0(rollup@4.31.0)(vite@6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1))(vue@3.5.13(typescript@5.7.3)): + vite-plugin-vue-devtools@7.7.1(rollup@4.32.1)(vite@6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1))(vue@3.5.13(typescript@5.7.3)): dependencies: - '@vue/devtools-core': 7.7.0(vite@6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1))(vue@3.5.13(typescript@5.7.3)) - '@vue/devtools-kit': 7.7.0 - '@vue/devtools-shared': 7.7.0 + '@vue/devtools-core': 7.7.1(vite@6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1))(vue@3.5.13(typescript@5.7.3)) + '@vue/devtools-kit': 7.7.1 + '@vue/devtools-shared': 7.7.1 execa: 9.5.2 sirv: 3.0.0 - vite: 6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) - vite-plugin-inspect: 0.8.9(rollup@4.31.0)(vite@6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)) - vite-plugin-vue-inspector: 5.3.1(vite@6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)) + vite: 6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) + vite-plugin-inspect: 0.8.9(rollup@4.32.1)(vite@6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)) + vite-plugin-vue-inspector: 5.3.1(vite@6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)) transitivePeerDependencies: - '@nuxt/kit' - rollup - supports-color - vue - vite-plugin-vue-inspector@5.3.1(vite@6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)): + vite-plugin-vue-inspector@5.3.1(vite@6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)): dependencies: '@babel/core': 7.26.0 '@babel/plugin-proposal-decorators': 7.24.7(@babel/core@7.26.0) @@ -17060,7 +17064,7 @@ snapshots: '@vue/compiler-dom': 3.5.13 kolorist: 1.8.0 magic-string: 0.30.17 - vite: 6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) + vite: 6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) transitivePeerDependencies: - supports-color @@ -17069,11 +17073,11 @@ snapshots: svgo: 3.3.2 vue: 3.5.13(typescript@5.7.3) - vite@6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1): + vite@6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1): dependencies: esbuild: 0.24.2 postcss: 8.5.1 - rollup: 4.31.0 + rollup: 4.32.1 optionalDependencies: '@types/node': 18.19.50 fsevents: 2.3.3 @@ -17081,33 +17085,34 @@ snapshots: sass: 1.83.4 yaml: 2.5.1 - vitefu@1.0.5(vite@6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)): + vitefu@1.0.5(vite@6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)): optionalDependencies: - vite: 6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) + vite: 6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) - vitest@3.0.2(@types/node@18.19.50)(jiti@1.21.6)(jsdom@23.2.0)(sass@1.83.4)(yaml@2.5.1): + vitest@3.0.4(@types/debug@4.1.12)(@types/node@18.19.50)(jiti@1.21.6)(jsdom@23.2.0)(sass@1.83.4)(yaml@2.5.1): dependencies: - '@vitest/expect': 3.0.2 - '@vitest/mocker': 3.0.2(vite@6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)) - '@vitest/pretty-format': 3.0.2 - '@vitest/runner': 3.0.2 - '@vitest/snapshot': 3.0.2 - '@vitest/spy': 3.0.2 - '@vitest/utils': 3.0.2 + '@vitest/expect': 3.0.4 + '@vitest/mocker': 3.0.4(vite@6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1)) + '@vitest/pretty-format': 3.0.4 + '@vitest/runner': 3.0.4 + '@vitest/snapshot': 3.0.4 + '@vitest/spy': 3.0.4 + '@vitest/utils': 3.0.4 chai: 5.1.2 debug: 4.4.0 expect-type: 1.1.0 magic-string: 0.30.17 - pathe: 2.0.1 + pathe: 2.0.2 std-env: 3.8.0 tinybench: 2.9.0 tinyexec: 0.3.2 tinypool: 1.0.2 tinyrainbow: 2.0.0 - vite: 6.0.9(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) - vite-node: 3.0.2(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) + vite: 6.0.11(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) + vite-node: 3.0.4(@types/node@18.19.50)(jiti@1.21.6)(sass@1.83.4)(yaml@2.5.1) why-is-node-running: 2.3.0 optionalDependencies: + '@types/debug': 4.1.12 '@types/node': 18.19.50 jsdom: 23.2.0 transitivePeerDependencies: @@ -17379,7 +17384,7 @@ snapshots: yocto-queue@1.1.1: {} - yocto-spinner@0.1.2: + yocto-spinner@0.2.0: dependencies: yoctocolors: 2.1.1