summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 2025-03-27 12:43:34 +0000
committerGravatar GitHub <noreply@github.com> 2025-03-27 12:43:34 +0000
commita5061d62e920a75b9764ed9aeb5f60e51046db32 (patch)
tree46cfced1be773baafcf1c4815c30585a7dabd99a
parent718549174748c78bfd25d3b69dd2ba042f1d0158 (diff)
downloadastro-a5061d62e920a75b9764ed9aeb5f60e51046db32.tar.gz
astro-a5061d62e920a75b9764ed9aeb5f60e51046db32.tar.zst
astro-a5061d62e920a75b9764ed9aeb5f60e51046db32.zip
fix(deps): update astro dependencies (#13498)
* fix(deps): update astro dependencies * fix types shenanigans --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
-rw-r--r--packages/astro/e2e/fixtures/actions-blog/package.json2
-rw-r--r--packages/astro/e2e/fixtures/client-only/package.json2
-rw-r--r--packages/astro/e2e/fixtures/error-sass/package.json2
-rw-r--r--packages/astro/e2e/fixtures/errors/package.json4
-rw-r--r--packages/astro/e2e/fixtures/hmr/package.json2
-rw-r--r--packages/astro/e2e/fixtures/multiple-frameworks/package.json2
-rw-r--r--packages/astro/e2e/fixtures/nested-in-preact/package.json2
-rw-r--r--packages/astro/e2e/fixtures/nested-in-react/package.json2
-rw-r--r--packages/astro/e2e/fixtures/nested-in-solid/package.json2
-rw-r--r--packages/astro/e2e/fixtures/nested-in-svelte/package.json2
-rw-r--r--packages/astro/e2e/fixtures/nested-in-vue/package.json2
-rw-r--r--packages/astro/e2e/fixtures/nested-recursive/package.json2
-rw-r--r--packages/astro/e2e/fixtures/svelte-component/package.json2
-rw-r--r--packages/astro/e2e/fixtures/tailwindcss/package.json4
-rw-r--r--packages/astro/e2e/fixtures/view-transitions/package.json2
-rw-r--r--packages/astro/package.json18
-rw-r--r--packages/astro/performance/fixtures/md/package.json2
-rw-r--r--packages/astro/performance/fixtures/mdoc/package.json2
-rw-r--r--packages/astro/performance/fixtures/mdx/package.json2
-rw-r--r--packages/astro/test/fixtures/0-css/package.json2
-rw-r--r--packages/astro/test/fixtures/alias-tsconfig-baseurl-only/package.json2
-rw-r--r--packages/astro/test/fixtures/alias-tsconfig/package.json2
-rw-r--r--packages/astro/test/fixtures/alias/package.json2
-rw-r--r--packages/astro/test/fixtures/astro-children/package.json2
-rw-r--r--packages/astro/test/fixtures/astro-client-only/package.json2
-rw-r--r--packages/astro/test/fixtures/astro-dynamic/package.json2
-rw-r--r--packages/astro/test/fixtures/astro-scripts/package.json4
-rw-r--r--packages/astro/test/fixtures/astro-slots-nested/package.json2
-rw-r--r--packages/astro/test/fixtures/component-library/package.json2
-rw-r--r--packages/astro/test/fixtures/css-dangling-references/package.json2
-rw-r--r--packages/astro/test/fixtures/fetch/package.json2
-rw-r--r--packages/astro/test/fixtures/jsx/package.json2
-rw-r--r--packages/astro/test/fixtures/middleware-tailwind/package.json4
-rw-r--r--packages/astro/test/fixtures/postcss/package.json2
-rw-r--r--packages/astro/test/fixtures/preact-component/package.json2
-rw-r--r--packages/astro/test/fixtures/server-islands/hybrid/package.json2
-rw-r--r--packages/astro/test/fixtures/server-islands/ssr/package.json2
-rw-r--r--packages/astro/test/fixtures/slots-svelte/package.json2
-rw-r--r--packages/astro/test/fixtures/ssr-prerender-chunks/package.json2
-rw-r--r--packages/astro/test/fixtures/svelte-component/package.json2
-rw-r--r--packages/astro/test/fixtures/tailwindcss/package.json4
-rw-r--r--packages/astro/test/fixtures/vitest/package.json2
-rw-r--r--packages/astro/test/fixtures/vue-with-multi-renderer/package.json2
-rw-r--r--packages/integrations/mdx/package.json4
-rw-r--r--packages/integrations/mdx/src/rehype-images-to-component.ts1
-rw-r--r--packages/integrations/mdx/test/fixtures/css-head-mdx/package.json2
-rw-r--r--pnpm-lock.yaml720
47 files changed, 427 insertions, 412 deletions
diff --git a/packages/astro/e2e/fixtures/actions-blog/package.json b/packages/astro/e2e/fixtures/actions-blog/package.json
index c234ed219..fa3c3659d 100644
--- a/packages/astro/e2e/fixtures/actions-blog/package.json
+++ b/packages/astro/e2e/fixtures/actions-blog/package.json
@@ -14,7 +14,7 @@
"@astrojs/db": "workspace:*",
"@astrojs/node": "workspace:*",
"@astrojs/react": "workspace:*",
- "@types/react": "^18.3.18",
+ "@types/react": "^18.3.20",
"@types/react-dom": "^18.3.5",
"astro": "workspace:*",
"react": "^18.3.1",
diff --git a/packages/astro/e2e/fixtures/client-only/package.json b/packages/astro/e2e/fixtures/client-only/package.json
index 4c22ec89d..3f22e984b 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.5",
- "svelte": "^5.22.6",
+ "svelte": "^5.25.3",
"vue": "^3.5.13"
}
}
diff --git a/packages/astro/e2e/fixtures/error-sass/package.json b/packages/astro/e2e/fixtures/error-sass/package.json
index 47d698415..88e20b6e7 100644
--- a/packages/astro/e2e/fixtures/error-sass/package.json
+++ b/packages/astro/e2e/fixtures/error-sass/package.json
@@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"astro": "workspace:*",
- "sass": "^1.85.1"
+ "sass": "^1.86.0"
}
}
diff --git a/packages/astro/e2e/fixtures/errors/package.json b/packages/astro/e2e/fixtures/errors/package.json
index 6212bec19..689d3fc7b 100644
--- a/packages/astro/e2e/fixtures/errors/package.json
+++ b/packages/astro/e2e/fixtures/errors/package.json
@@ -12,9 +12,9 @@
"preact": "^10.26.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "sass": "^1.85.1",
+ "sass": "^1.86.0",
"solid-js": "^1.9.5",
- "svelte": "^5.22.6",
+ "svelte": "^5.25.3",
"vue": "^3.5.13"
}
}
diff --git a/packages/astro/e2e/fixtures/hmr/package.json b/packages/astro/e2e/fixtures/hmr/package.json
index 74c1334ac..30854ba4a 100644
--- a/packages/astro/e2e/fixtures/hmr/package.json
+++ b/packages/astro/e2e/fixtures/hmr/package.json
@@ -4,6 +4,6 @@
"private": true,
"devDependencies": {
"astro": "workspace:*",
- "sass": "^1.85.1"
+ "sass": "^1.86.0"
}
}
diff --git a/packages/astro/e2e/fixtures/multiple-frameworks/package.json b/packages/astro/e2e/fixtures/multiple-frameworks/package.json
index 2f620551f..164f18cd3 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.5",
- "svelte": "^5.22.6",
+ "svelte": "^5.25.3",
"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 7509a3137..7af9259f4 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.5",
- "svelte": "^5.22.6",
+ "svelte": "^5.25.3",
"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 ca25b277b..34fdb5e07 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.5",
- "svelte": "^5.22.6",
+ "svelte": "^5.25.3",
"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 bc01be9ef..ac74ccc4d 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.5",
- "svelte": "^5.22.6",
+ "svelte": "^5.25.3",
"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 bddd6dd29..ee9893912 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.5",
- "svelte": "^5.22.6",
+ "svelte": "^5.25.3",
"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 0df1f6bda..2d9361a95 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.5",
- "svelte": "^5.22.6",
+ "svelte": "^5.25.3",
"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 903ac4ca4..3ba242b28 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.5",
- "svelte": "^5.22.6",
+ "svelte": "^5.25.3",
"vue": "^3.5.13"
},
"scripts": {
diff --git a/packages/astro/e2e/fixtures/svelte-component/package.json b/packages/astro/e2e/fixtures/svelte-component/package.json
index d9877e79b..d6de6dfa7 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.22.6"
+ "svelte": "^5.25.3"
}
}
diff --git a/packages/astro/e2e/fixtures/tailwindcss/package.json b/packages/astro/e2e/fixtures/tailwindcss/package.json
index a7d2ee085..4d7193e34 100644
--- a/packages/astro/e2e/fixtures/tailwindcss/package.json
+++ b/packages/astro/e2e/fixtures/tailwindcss/package.json
@@ -4,8 +4,8 @@
"private": true,
"dependencies": {
"@astrojs/tailwind": "workspace:*",
- "@tailwindcss/vite": "^4.0.12",
+ "@tailwindcss/vite": "^4.0.17",
"astro": "workspace:*",
- "tailwindcss": "^4.0.12"
+ "tailwindcss": "^4.0.17"
}
}
diff --git a/packages/astro/e2e/fixtures/view-transitions/package.json b/packages/astro/e2e/fixtures/view-transitions/package.json
index d5b5b2606..3111efb3c 100644
--- a/packages/astro/e2e/fixtures/view-transitions/package.json
+++ b/packages/astro/e2e/fixtures/view-transitions/package.json
@@ -12,7 +12,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.9.5",
- "svelte": "^5.22.6",
+ "svelte": "^5.25.3",
"vue": "^3.5.13"
}
}
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 8faa56193..be41e4a46 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -154,12 +154,12 @@
"neotraverse": "^0.6.18",
"p-limit": "^6.2.0",
"p-queue": "^8.1.0",
- "package-manager-detector": "^1.0.0",
+ "package-manager-detector": "^1.1.0",
"picomatch": "^4.0.2",
"prompts": "^2.4.2",
"rehype": "^13.0.2",
"semver": "^7.7.1",
- "shiki": "^3.0.0",
+ "shiki": "^3.2.1",
"tinyexec": "^0.3.2",
"tinyglobby": "^0.2.12",
"tsconfck": "^3.1.5",
@@ -173,7 +173,7 @@
"yargs-parser": "^21.1.1",
"yocto-spinner": "^0.2.1",
"zod": "^3.24.2",
- "zod-to-json-schema": "^3.24.3",
+ "zod-to-json-schema": "^3.24.5",
"zod-to-ts": "^1.2.0"
},
"optionalDependencies": {
@@ -181,7 +181,7 @@
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
- "@playwright/test": "^1.51.0",
+ "@playwright/test": "^1.51.1",
"@types/aria-query": "^5.0.4",
"@types/common-ancestor-path": "^1.0.2",
"@types/cssesc": "^3.0.2",
@@ -194,7 +194,7 @@
"@types/js-yaml": "^4.0.9",
"@types/picomatch": "^3.0.2",
"@types/prompts": "^2.4.9",
- "@types/semver": "^7.5.8",
+ "@types/semver": "^7.7.0",
"@types/yargs-parser": "^21.0.3",
"astro-scripts": "workspace:*",
"cheerio": "1.0.0",
@@ -210,11 +210,11 @@
"rehype-slug": "^6.0.0",
"rehype-toc": "^3.0.2",
"remark-code-titles": "^0.1.2",
- "rollup": "^4.35.0",
- "sass": "^1.85.1",
- "undici": "^7.4.0",
+ "rollup": "^4.37.0",
+ "sass": "^1.86.0",
+ "undici": "^7.5.0",
"unified": "^11.0.5",
- "vitest": "^3.0.8"
+ "vitest": "^3.0.9"
},
"engines": {
"node": "^18.17.1 || ^20.3.0 || >=22.0.0",
diff --git a/packages/astro/performance/fixtures/md/package.json b/packages/astro/performance/fixtures/md/package.json
index 1fc844108..c077cc584 100644
--- a/packages/astro/performance/fixtures/md/package.json
+++ b/packages/astro/performance/fixtures/md/package.json
@@ -15,7 +15,7 @@
"dependencies": {
"@astrojs/react": "workspace:*",
"@performance/utils": "workspace:*",
- "@types/react": "^18.3.18",
+ "@types/react": "^18.3.20",
"@types/react-dom": "^18.3.5",
"astro": "workspace:*",
"react": "^18.3.1",
diff --git a/packages/astro/performance/fixtures/mdoc/package.json b/packages/astro/performance/fixtures/mdoc/package.json
index b689d8e74..99fbf1788 100644
--- a/packages/astro/performance/fixtures/mdoc/package.json
+++ b/packages/astro/performance/fixtures/mdoc/package.json
@@ -16,7 +16,7 @@
"@astrojs/markdoc": "workspace:*",
"@astrojs/react": "workspace:*",
"@performance/utils": "workspace:*",
- "@types/react": "^18.3.18",
+ "@types/react": "^18.3.20",
"@types/react-dom": "^18.3.5",
"astro": "workspace:*",
"react": "^18.3.1",
diff --git a/packages/astro/performance/fixtures/mdx/package.json b/packages/astro/performance/fixtures/mdx/package.json
index b39f2f02e..aa3688860 100644
--- a/packages/astro/performance/fixtures/mdx/package.json
+++ b/packages/astro/performance/fixtures/mdx/package.json
@@ -16,7 +16,7 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/react": "workspace:*",
"@performance/utils": "workspace:*",
- "@types/react": "^18.3.18",
+ "@types/react": "^18.3.20",
"@types/react-dom": "^18.3.5",
"astro": "workspace:*",
"react": "^18.3.1",
diff --git a/packages/astro/test/fixtures/0-css/package.json b/packages/astro/test/fixtures/0-css/package.json
index eed11fa6c..22e057ed0 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.22.6",
+ "svelte": "^5.25.3",
"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 b2801551e..b3f5360d5 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.22.6"
+ "svelte": "^5.25.3"
}
}
diff --git a/packages/astro/test/fixtures/alias-tsconfig/package.json b/packages/astro/test/fixtures/alias-tsconfig/package.json
index 365022f57..f2fc8341d 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.22.6"
+ "svelte": "^5.25.3"
}
}
diff --git a/packages/astro/test/fixtures/alias/package.json b/packages/astro/test/fixtures/alias/package.json
index b0a3bc137..100f8d45c 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.22.6"
+ "svelte": "^5.25.3"
}
}
diff --git a/packages/astro/test/fixtures/astro-children/package.json b/packages/astro/test/fixtures/astro-children/package.json
index 7761ed5e3..a0f4e7d65 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.26.4",
- "svelte": "^5.22.6",
+ "svelte": "^5.25.3",
"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 420c09590..453f7bc63 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.22.6"
+ "svelte": "^5.25.3"
}
}
diff --git a/packages/astro/test/fixtures/astro-dynamic/package.json b/packages/astro/test/fixtures/astro-dynamic/package.json
index 95aff35e2..b4c394c2c 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.22.6"
+ "svelte": "^5.25.3"
}
}
diff --git a/packages/astro/test/fixtures/astro-scripts/package.json b/packages/astro/test/fixtures/astro-scripts/package.json
index 3a690b605..57207da87 100644
--- a/packages/astro/test/fixtures/astro-scripts/package.json
+++ b/packages/astro/test/fixtures/astro-scripts/package.json
@@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"astro": "workspace:*",
- "@tailwindcss/vite": "^4.0.12",
- "tailwindcss": "^4.0.12"
+ "@tailwindcss/vite": "^4.0.17",
+ "tailwindcss": "^4.0.17"
}
}
diff --git a/packages/astro/test/fixtures/astro-slots-nested/package.json b/packages/astro/test/fixtures/astro-slots-nested/package.json
index 12fce9a8a..68030edf2 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.5",
- "svelte": "^5.22.6",
+ "svelte": "^5.25.3",
"vue": "^3.5.13"
}
}
diff --git a/packages/astro/test/fixtures/component-library/package.json b/packages/astro/test/fixtures/component-library/package.json
index 2599d6c31..03f52b327 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.26.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "svelte": "^5.22.6"
+ "svelte": "^5.25.3"
}
}
diff --git a/packages/astro/test/fixtures/css-dangling-references/package.json b/packages/astro/test/fixtures/css-dangling-references/package.json
index bfbbce0a8..483b22ae8 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.22.6"
+ "svelte": "^5.25.3"
}
} \ No newline at end of file
diff --git a/packages/astro/test/fixtures/fetch/package.json b/packages/astro/test/fixtures/fetch/package.json
index 19a2be439..f06807168 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.26.4",
- "svelte": "^5.22.6",
+ "svelte": "^5.25.3",
"vue": "^3.5.13"
}
}
diff --git a/packages/astro/test/fixtures/jsx/package.json b/packages/astro/test/fixtures/jsx/package.json
index 9e7af99e0..56c0d0d59 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.5",
- "svelte": "^5.22.6",
+ "svelte": "^5.25.3",
"vue": "^3.5.13"
}
}
diff --git a/packages/astro/test/fixtures/middleware-tailwind/package.json b/packages/astro/test/fixtures/middleware-tailwind/package.json
index efca70d58..e88ace5c1 100644
--- a/packages/astro/test/fixtures/middleware-tailwind/package.json
+++ b/packages/astro/test/fixtures/middleware-tailwind/package.json
@@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"astro": "workspace:*",
- "@tailwindcss/vite": "^4.0.12",
- "tailwindcss": "^4.0.12"
+ "@tailwindcss/vite": "^4.0.17",
+ "tailwindcss": "^4.0.17"
}
}
diff --git a/packages/astro/test/fixtures/postcss/package.json b/packages/astro/test/fixtures/postcss/package.json
index a6f382965..624412bf7 100644
--- a/packages/astro/test/fixtures/postcss/package.json
+++ b/packages/astro/test/fixtures/postcss/package.json
@@ -10,7 +10,7 @@
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3",
"solid-js": "^1.9.5",
- "svelte": "^5.22.6",
+ "svelte": "^5.25.3",
"vue": "^3.5.13"
},
"devDependencies": {
diff --git a/packages/astro/test/fixtures/preact-component/package.json b/packages/astro/test/fixtures/preact-component/package.json
index 90d07a487..08ab91182 100644
--- a/packages/astro/test/fixtures/preact-component/package.json
+++ b/packages/astro/test/fixtures/preact-component/package.json
@@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@astrojs/preact": "workspace:*",
- "@preact/signals": "2.0.1",
+ "@preact/signals": "2.0.2",
"astro": "workspace:*",
"preact": "^10.26.4"
}
diff --git a/packages/astro/test/fixtures/server-islands/hybrid/package.json b/packages/astro/test/fixtures/server-islands/hybrid/package.json
index 1de0a5ec0..39a04c134 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.22.6"
+ "svelte": "^5.25.3"
}
}
diff --git a/packages/astro/test/fixtures/server-islands/ssr/package.json b/packages/astro/test/fixtures/server-islands/ssr/package.json
index 3cf683d4b..7721b06de 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.22.6"
+ "svelte": "^5.25.3"
}
}
diff --git a/packages/astro/test/fixtures/slots-svelte/package.json b/packages/astro/test/fixtures/slots-svelte/package.json
index c1bdbba71..dc0796d89 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.22.6"
+ "svelte": "^5.25.3"
}
}
diff --git a/packages/astro/test/fixtures/ssr-prerender-chunks/package.json b/packages/astro/test/fixtures/ssr-prerender-chunks/package.json
index ce3ab769d..3746b096e 100644
--- a/packages/astro/test/fixtures/ssr-prerender-chunks/package.json
+++ b/packages/astro/test/fixtures/ssr-prerender-chunks/package.json
@@ -5,7 +5,7 @@
"dependencies": {
"@astrojs/react": "workspace:*",
"@test/ssr-prerender-chunks-test-adapter": "link:./deps/test-adapter",
- "@types/react": "^18.3.18",
+ "@types/react": "^18.3.20",
"@types/react-dom": "^18.3.5",
"astro": "workspace:*",
"react": "^18.3.1",
diff --git a/packages/astro/test/fixtures/svelte-component/package.json b/packages/astro/test/fixtures/svelte-component/package.json
index 7ee1b9dcb..c60488f9b 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.22.6"
+ "svelte": "^5.25.3"
}
}
diff --git a/packages/astro/test/fixtures/tailwindcss/package.json b/packages/astro/test/fixtures/tailwindcss/package.json
index a3ff3708b..ff2fccdfe 100644
--- a/packages/astro/test/fixtures/tailwindcss/package.json
+++ b/packages/astro/test/fixtures/tailwindcss/package.json
@@ -4,8 +4,8 @@
"private": true,
"dependencies": {
"@astrojs/mdx": "workspace:*",
- "@tailwindcss/vite": "^4.0.12",
+ "@tailwindcss/vite": "^4.0.17",
"astro": "workspace:*",
- "tailwindcss": "^4.0.12"
+ "tailwindcss": "^4.0.17"
}
}
diff --git a/packages/astro/test/fixtures/vitest/package.json b/packages/astro/test/fixtures/vitest/package.json
index a20e0967c..d92c7a8ae 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.8"
+ "vitest": "^3.0.9"
}
}
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 f2829e52c..2770e0f75 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.22.6",
+ "svelte": "^5.25.3",
"vue": "^3.5.13"
}
}
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json
index 3847b55ad..d72e39b75 100644
--- a/packages/integrations/mdx/package.json
+++ b/packages/integrations/mdx/package.json
@@ -52,7 +52,7 @@
"astro": "^5.0.0"
},
"devDependencies": {
- "@types/estree": "^1.0.6",
+ "@types/estree": "^1.0.7",
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.4",
"astro": "workspace:*",
@@ -68,7 +68,7 @@
"remark-rehype": "^11.1.1",
"remark-shiki-twoslash": "^3.1.3",
"remark-toc": "^9.0.0",
- "shiki": "^3.0.0",
+ "shiki": "^3.2.1",
"unified": "^11.0.5",
"vite": "^6.2.3"
},
diff --git a/packages/integrations/mdx/src/rehype-images-to-component.ts b/packages/integrations/mdx/src/rehype-images-to-component.ts
index d6e5308c4..6676ee323 100644
--- a/packages/integrations/mdx/src/rehype-images-to-component.ts
+++ b/packages/integrations/mdx/src/rehype-images-to-component.ts
@@ -102,6 +102,7 @@ export function rehypeImageToComponent() {
sourceType: 'module',
body: [
{
+ attributes: [],
type: 'ImportDeclaration',
source: {
type: 'Literal',
diff --git a/packages/integrations/mdx/test/fixtures/css-head-mdx/package.json b/packages/integrations/mdx/test/fixtures/css-head-mdx/package.json
index 1b62bf940..0abf82349 100644
--- a/packages/integrations/mdx/test/fixtures/css-head-mdx/package.json
+++ b/packages/integrations/mdx/test/fixtures/css-head-mdx/package.json
@@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/mdx": "workspace:*",
"astro": "workspace:*",
- "astro-remote": "0.3.3"
+ "astro-remote": "0.3.4"
}
}
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 7e01db41c..fb712975d 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -186,10 +186,10 @@ importers:
devDependencies:
'@types/react':
specifier: ^18.3.19
- version: 18.3.19
+ version: 18.3.20
'@types/react-dom':
specifier: ^18.3.5
- version: 18.3.5(@types/react@18.3.19)
+ version: 18.3.5(@types/react@18.3.20)
examples/framework-alpine:
dependencies:
@@ -225,10 +225,10 @@ importers:
version: link:../../packages/integrations/vue
'@types/react':
specifier: ^18.3.19
- version: 18.3.19
+ version: 18.3.20
'@types/react-dom':
specifier: ^18.3.5
- version: 18.3.5(@types/react@18.3.19)
+ version: 18.3.5(@types/react@18.3.20)
astro:
specifier: ^5.5.5
version: link:../../packages/astro
@@ -246,7 +246,7 @@ importers:
version: 1.9.5
svelte:
specifier: ^5.23.2
- version: 5.23.2
+ version: 5.25.3
vue:
specifier: ^3.5.13
version: 3.5.13(typescript@5.8.2)
@@ -258,7 +258,7 @@ importers:
version: link:../../packages/integrations/preact
'@preact/signals':
specifier: ^2.0.1
- version: 2.0.1(preact@10.26.4)
+ version: 2.0.2(preact@10.26.4)
astro:
specifier: ^5.5.5
version: link:../../packages/astro
@@ -273,10 +273,10 @@ importers:
version: link:../../packages/integrations/react
'@types/react':
specifier: ^18.3.19
- version: 18.3.19
+ version: 18.3.20
'@types/react-dom':
specifier: ^18.3.5
- version: 18.3.5(@types/react@18.3.19)
+ version: 18.3.5(@types/react@18.3.20)
astro:
specifier: ^5.5.5
version: link:../../packages/astro
@@ -309,7 +309,7 @@ importers:
version: link:../../packages/astro
svelte:
specifier: ^5.23.2
- version: 5.23.2
+ version: 5.25.3
examples/framework-vue:
dependencies:
@@ -363,7 +363,7 @@ importers:
version: link:../../packages/astro
svelte:
specifier: ^5.23.2
- version: 5.23.2
+ version: 5.25.3
examples/starlog:
dependencies:
@@ -435,7 +435,7 @@ importers:
version: link:../../packages/integrations/mdx
'@tailwindcss/vite':
specifier: ^4.0.15
- version: 4.0.15(vite@6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1))
+ version: 4.0.17(vite@6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1))
'@types/canvas-confetti':
specifier: ^1.9.0
version: 1.9.0
@@ -447,7 +447,7 @@ importers:
version: 1.9.3
tailwindcss:
specifier: ^4.0.15
- version: 4.0.15
+ version: 4.0.17
examples/with-vitest:
dependencies:
@@ -477,7 +477,7 @@ importers:
version: 1.1.0
'@rollup/pluginutils':
specifier: ^5.1.4
- version: 5.1.4(rollup@4.35.0)
+ version: 5.1.4(rollup@4.37.0)
acorn:
specifier: ^8.14.1
version: 8.14.1
@@ -569,7 +569,7 @@ importers:
specifier: ^8.1.0
version: 8.1.0
package-manager-detector:
- specifier: ^1.0.0
+ specifier: ^1.1.0
version: 1.1.0
picomatch:
specifier: ^4.0.2
@@ -584,7 +584,7 @@ importers:
specifier: ^7.7.1
version: 7.7.1
shiki:
- specifier: ^3.0.0
+ specifier: ^3.2.1
version: 3.2.1
tinyexec:
specifier: ^0.3.2
@@ -626,8 +626,8 @@ importers:
specifier: ^3.24.2
version: 3.24.2
zod-to-json-schema:
- specifier: ^3.24.3
- version: 3.24.3(zod@3.24.2)
+ specifier: ^3.24.5
+ version: 3.24.5(zod@3.24.2)
zod-to-ts:
specifier: ^1.2.0
version: 1.2.0(typescript@5.8.2)(zod@3.24.2)
@@ -636,7 +636,7 @@ importers:
specifier: ^0.9.4
version: 0.9.4(prettier-plugin-astro@0.14.1)(prettier@3.5.3)(typescript@5.8.2)
'@playwright/test':
- specifier: ^1.51.0
+ specifier: ^1.51.1
version: 1.51.1
'@types/aria-query':
specifier: ^5.0.4
@@ -675,8 +675,8 @@ importers:
specifier: ^2.4.9
version: 2.4.9
'@types/semver':
- specifier: ^7.5.8
- version: 7.5.8
+ specifier: ^7.7.0
+ version: 7.7.0
'@types/yargs-parser':
specifier: ^21.0.3
version: 21.0.3
@@ -723,19 +723,19 @@ importers:
specifier: ^0.1.2
version: 0.1.2
rollup:
- specifier: ^4.35.0
- version: 4.35.0
+ specifier: ^4.37.0
+ version: 4.37.0
sass:
- specifier: ^1.85.1
+ specifier: ^1.86.0
version: 1.86.0
undici:
- specifier: ^7.4.0
- version: 7.4.0
+ specifier: ^7.5.0
+ version: 7.5.0
unified:
specifier: ^11.0.5
version: 11.0.5
vitest:
- specifier: ^3.0.8
+ specifier: ^3.0.9
version: 3.0.9(@types/debug@4.1.12)(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1)
optionalDependencies:
sharp:
@@ -798,11 +798,11 @@ importers:
specifier: workspace:*
version: link:../../../../integrations/react
'@types/react':
- specifier: ^18.3.18
- version: 18.3.19
+ specifier: ^18.3.20
+ version: 18.3.20
'@types/react-dom':
specifier: ^18.3.5
- version: 18.3.5(@types/react@18.3.19)
+ version: 18.3.5(@types/react@18.3.20)
astro:
specifier: workspace:*
version: link:../../..
@@ -907,8 +907,8 @@ importers:
specifier: ^1.9.5
version: 1.9.5
svelte:
- specifier: ^5.22.6
- version: 5.23.2
+ specifier: ^5.25.3
+ version: 5.25.3
vue:
specifier: ^3.5.13
version: 3.5.13(typescript@5.8.2)
@@ -992,7 +992,7 @@ importers:
specifier: workspace:*
version: link:../../..
sass:
- specifier: ^1.85.1
+ specifier: ^1.86.0
version: 1.86.0
packages/astro/e2e/fixtures/errors:
@@ -1025,14 +1025,14 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
sass:
- specifier: ^1.85.1
+ specifier: ^1.86.0
version: 1.86.0
solid-js:
specifier: ^1.9.5
version: 1.9.5
svelte:
- specifier: ^5.22.6
- version: 5.23.2
+ specifier: ^5.25.3
+ version: 5.25.3
vue:
specifier: ^3.5.13
version: 3.5.13(typescript@5.8.2)
@@ -1043,7 +1043,7 @@ importers:
specifier: workspace:*
version: link:../../..
sass:
- specifier: ^1.85.1
+ specifier: ^1.86.0
version: 1.86.0
packages/astro/e2e/fixtures/hydration-race:
@@ -1088,8 +1088,8 @@ importers:
specifier: ^1.9.5
version: 1.9.5
svelte:
- specifier: ^5.22.6
- version: 5.23.2
+ specifier: ^5.25.3
+ version: 5.25.3
vue:
specifier: ^3.5.13
version: 3.5.13(typescript@5.8.2)
@@ -1144,8 +1144,8 @@ importers:
specifier: ^1.9.5
version: 1.9.5
svelte:
- specifier: ^5.22.6
- version: 5.23.2
+ specifier: ^5.25.3
+ version: 5.25.3
vue:
specifier: ^3.5.13
version: 3.5.13(typescript@5.8.2)
@@ -1184,8 +1184,8 @@ importers:
specifier: ^1.9.5
version: 1.9.5
svelte:
- specifier: ^5.22.6
- version: 5.23.2
+ specifier: ^5.25.3
+ version: 5.25.3
vue:
specifier: ^3.5.13
version: 3.5.13(typescript@5.8.2)
@@ -1224,8 +1224,8 @@ importers:
specifier: ^1.9.5
version: 1.9.5
svelte:
- specifier: ^5.22.6
- version: 5.23.2
+ specifier: ^5.25.3
+ version: 5.25.3
vue:
specifier: ^3.5.13
version: 3.5.13(typescript@5.8.2)
@@ -1264,8 +1264,8 @@ importers:
specifier: ^1.9.5
version: 1.9.5
svelte:
- specifier: ^5.22.6
- version: 5.23.2
+ specifier: ^5.25.3
+ version: 5.25.3
vue:
specifier: ^3.5.13
version: 3.5.13(typescript@5.8.2)
@@ -1304,8 +1304,8 @@ importers:
specifier: ^1.9.5
version: 1.9.5
svelte:
- specifier: ^5.22.6
- version: 5.23.2
+ specifier: ^5.25.3
+ version: 5.25.3
vue:
specifier: ^3.5.13
version: 3.5.13(typescript@5.8.2)
@@ -1344,8 +1344,8 @@ importers:
specifier: ^1.9.5
version: 1.9.5
svelte:
- specifier: ^5.22.6
- version: 5.23.2
+ specifier: ^5.25.3
+ version: 5.25.3
vue:
specifier: ^3.5.13
version: 3.5.13(typescript@5.8.2)
@@ -1540,8 +1540,8 @@ importers:
specifier: workspace:*
version: link:../../..
svelte:
- specifier: ^5.22.6
- version: 5.23.2
+ specifier: ^5.25.3
+ version: 5.25.3
packages/astro/e2e/fixtures/tailwindcss:
dependencies:
@@ -1549,14 +1549,14 @@ importers:
specifier: workspace:*
version: link:../../../../integrations/tailwind
'@tailwindcss/vite':
- specifier: ^4.0.12
- version: 4.0.15(vite@6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1))
+ specifier: ^4.0.17
+ version: 4.0.17(vite@6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1))
astro:
specifier: workspace:*
version: link:../../..
tailwindcss:
- specifier: ^4.0.12
- version: 4.0.15
+ specifier: ^4.0.17
+ version: 4.0.17
packages/astro/e2e/fixtures/ts-resolution:
dependencies:
@@ -1603,8 +1603,8 @@ importers:
specifier: ^1.9.5
version: 1.9.5
svelte:
- specifier: ^5.22.6
- version: 5.23.2
+ specifier: ^5.25.3
+ version: 5.25.3
vue:
specifier: ^3.5.13
version: 3.5.13(typescript@5.8.2)
@@ -1639,11 +1639,11 @@ importers:
specifier: workspace:*
version: link:../utils
'@types/react':
- specifier: ^18.3.18
- version: 18.3.19
+ specifier: ^18.3.20
+ version: 18.3.20
'@types/react-dom':
specifier: ^18.3.5
- version: 18.3.5(@types/react@18.3.19)
+ version: 18.3.5(@types/react@18.3.20)
astro:
specifier: workspace:*
version: link:../../..
@@ -1666,11 +1666,11 @@ importers:
specifier: workspace:*
version: link:../utils
'@types/react':
- specifier: ^18.3.18
- version: 18.3.19
+ specifier: ^18.3.20
+ version: 18.3.20
'@types/react-dom':
specifier: ^18.3.5
- version: 18.3.5(@types/react@18.3.19)
+ version: 18.3.5(@types/react@18.3.20)
astro:
specifier: workspace:*
version: link:../../..
@@ -1693,11 +1693,11 @@ importers:
specifier: workspace:*
version: link:../utils
'@types/react':
- specifier: ^18.3.18
- version: 18.3.19
+ specifier: ^18.3.20
+ version: 18.3.20
'@types/react-dom':
specifier: ^18.3.5
- version: 18.3.5(@types/react@18.3.19)
+ version: 18.3.5(@types/react@18.3.20)
astro:
specifier: workspace:*
version: link:../../..
@@ -1741,8 +1741,8 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
svelte:
- specifier: ^5.22.6
- version: 5.23.2
+ specifier: ^5.25.3
+ version: 5.25.3
vue:
specifier: ^3.5.13
version: 3.5.13(typescript@5.8.2)
@@ -1762,8 +1762,8 @@ importers:
specifier: workspace:*
version: link:../../..
svelte:
- specifier: ^5.22.6
- version: 5.23.2
+ specifier: ^5.25.3
+ version: 5.25.3
packages/astro/test/fixtures/alias-tsconfig:
dependencies:
@@ -1777,8 +1777,8 @@ importers:
specifier: workspace:*
version: link:../../..
svelte:
- specifier: ^5.22.6
- version: 5.23.2
+ specifier: ^5.25.3
+ version: 5.25.3
packages/astro/test/fixtures/alias-tsconfig-baseurl-only:
dependencies:
@@ -1789,8 +1789,8 @@ importers:
specifier: workspace:*
version: link:../../..
svelte:
- specifier: ^5.22.6
- version: 5.23.2
+ specifier: ^5.25.3
+ version: 5.25.3
packages/astro/test/fixtures/alias-tsconfig/deps/namespace-package: {}
@@ -1914,8 +1914,8 @@ importers:
specifier: ^10.26.4
version: 10.26.4
svelte:
- specifier: ^5.22.6
- version: 5.23.2
+ specifier: ^5.25.3
+ version: 5.25.3
vue:
specifier: ^3.5.13
version: 3.5.13(typescript@5.8.2)
@@ -1947,8 +1947,8 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
svelte:
- specifier: ^5.22.6
- version: 5.23.2
+ specifier: ^5.25.3
+ version: 5.25.3
packages/astro/test/fixtures/astro-client-only/pkg: {}
@@ -2039,8 +2039,8 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
svelte:
- specifier: ^5.22.6
- version: 5.23.2
+ specifier: ^5.25.3
+ version: 5.25.3
packages/astro/test/fixtures/astro-env:
dependencies:
@@ -2321,14 +2321,14 @@ importers:
packages/astro/test/fixtures/astro-scripts:
dependencies:
'@tailwindcss/vite':
- specifier: ^4.0.12
- version: 4.0.15(vite@6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1))
+ specifier: ^4.0.17
+ version: 4.0.17(vite@6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1))
astro:
specifier: workspace:*
version: link:../../..
tailwindcss:
- specifier: ^4.0.12
- version: 4.0.15
+ specifier: ^4.0.17
+ version: 4.0.17
packages/astro/test/fixtures/astro-sitemap-rss:
dependencies:
@@ -2387,8 +2387,8 @@ importers:
specifier: ^1.9.5
version: 1.9.5
svelte:
- specifier: ^5.22.6
- version: 5.23.2
+ specifier: ^5.25.3
+ version: 5.25.3
vue:
specifier: ^3.5.13
version: 3.5.13(typescript@5.8.2)
@@ -2471,8 +2471,8 @@ importers:
specifier: ^18.3.1
version: 18.3.1(react@18.3.1)
svelte:
- specifier: ^5.22.6
- version: 5.23.2
+ specifier: ^5.25.3
+ version: 5.25.3
packages/astro/test/fixtures/component-library-shared:
dependencies:
@@ -2807,8 +2807,8 @@ importers:
specifier: workspace:*
version: link:../../..
svelte:
- specifier: ^5.22.6
- version: 5.23.2
+ specifier: ^5.25.3
+ version: 5.25.3
packages/astro/test/fixtures/css-import-as-inline:
dependencies:
@@ -3077,8 +3077,8 @@ importers:
specifier: ^10.26.4
version: 10.26.4
svelte:
- specifier: ^5.22.6
- version: 5.23.2
+ specifier: ^5.25.3
+ version: 5.25.3
vue:
specifier: ^3.5.13
version: 3.5.13(typescript@5.8.2)
@@ -3287,8 +3287,8 @@ importers:
specifier: ^1.9.5
version: 1.9.5
svelte:
- specifier: ^5.22.6
- version: 5.23.2
+ specifier: ^5.25.3
+ version: 5.25.3
vue:
specifier: ^3.5.13
version: 3.5.13(typescript@5.8.2)
@@ -3384,14 +3384,14 @@ importers:
packages/astro/test/fixtures/middleware-tailwind:
dependencies:
'@tailwindcss/vite':
- specifier: ^4.0.12
- version: 4.0.15(vite@6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1))
+ specifier: ^4.0.17
+ version: 4.0.17(vite@6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1))
astro:
specifier: workspace:*
version: link:../../..
tailwindcss:
- specifier: ^4.0.12
- version: 4.0.15
+ specifier: ^4.0.17
+ version: 4.0.17
packages/astro/test/fixtures/middleware-virtual:
dependencies:
@@ -3484,8 +3484,8 @@ importers:
specifier: ^1.9.5
version: 1.9.5
svelte:
- specifier: ^5.22.6
- version: 5.23.2
+ specifier: ^5.25.3
+ version: 5.25.3
vue:
specifier: ^3.5.13
version: 3.5.13(typescript@5.8.2)
@@ -3521,8 +3521,8 @@ importers:
specifier: workspace:*
version: link:../../../../integrations/preact
'@preact/signals':
- specifier: 2.0.1
- version: 2.0.1(preact@10.26.4)
+ specifier: 2.0.2
+ version: 2.0.2(preact@10.26.4)
astro:
specifier: workspace:*
version: link:../../..
@@ -3696,8 +3696,8 @@ importers:
specifier: workspace:*
version: link:../../../..
svelte:
- specifier: ^5.22.6
- version: 5.23.2
+ specifier: ^5.25.3
+ version: 5.25.3
packages/astro/test/fixtures/server-islands/ssr:
dependencies:
@@ -3708,8 +3708,8 @@ importers:
specifier: workspace:*
version: link:../../../..
svelte:
- specifier: ^5.22.6
- version: 5.23.2
+ specifier: ^5.25.3
+ version: 5.25.3
packages/astro/test/fixtures/sessions:
dependencies:
@@ -3783,8 +3783,8 @@ importers:
specifier: workspace:*
version: link:../../..
svelte:
- specifier: ^5.22.6
- version: 5.23.2
+ specifier: ^5.25.3
+ version: 5.25.3
packages/astro/test/fixtures/slots-vue:
dependencies:
@@ -3957,11 +3957,11 @@ importers:
specifier: link:./deps/test-adapter
version: link:deps/test-adapter
'@types/react':
- specifier: ^18.3.18
- version: 18.3.19
+ specifier: ^18.3.20
+ version: 18.3.20
'@types/react-dom':
specifier: ^18.3.5
- version: 18.3.5(@types/react@18.3.19)
+ version: 18.3.5(@types/react@18.3.20)
astro:
specifier: workspace:*
version: link:../../..
@@ -4114,8 +4114,8 @@ importers:
specifier: workspace:*
version: link:../../..
svelte:
- specifier: ^5.22.6
- version: 5.23.2
+ specifier: ^5.25.3
+ version: 5.25.3
packages/astro/test/fixtures/tailwindcss:
dependencies:
@@ -4123,14 +4123,14 @@ importers:
specifier: workspace:*
version: link:../../../../integrations/mdx
'@tailwindcss/vite':
- specifier: ^4.0.12
- version: 4.0.15(vite@6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1))
+ specifier: ^4.0.17
+ version: 4.0.17(vite@6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1))
astro:
specifier: workspace:*
version: link:../../..
tailwindcss:
- specifier: ^4.0.12
- version: 4.0.15
+ specifier: ^4.0.17
+ version: 4.0.17
packages/astro/test/fixtures/third-party-astro:
dependencies:
@@ -4186,7 +4186,7 @@ importers:
specifier: workspace:*
version: link:../../..
vitest:
- specifier: ^3.0.8
+ specifier: ^3.0.9
version: 3.0.9(@types/debug@4.1.12)(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1)
packages/astro/test/fixtures/vue-component:
@@ -4225,8 +4225,8 @@ importers:
specifier: workspace:*
version: link:../../..
svelte:
- specifier: ^5.22.6
- version: 5.23.2
+ specifier: ^5.25.3
+ version: 5.25.3
vue:
specifier: ^3.5.13
version: 3.5.13(typescript@5.8.2)
@@ -4295,7 +4295,7 @@ importers:
version: 1.0.2
drizzle-orm:
specifier: ^0.31.2
- version: 0.31.4(@cloudflare/workers-types@4.20250320.0)(@libsql/client@0.15.0)(@types/react@18.3.19)(react@19.0.0)
+ version: 0.31.4(@cloudflare/workers-types@4.20250320.0)(@libsql/client@0.15.0)(@types/react@18.3.20)(react@19.0.0)
github-slugger:
specifier: ^2.0.0
version: 2.0.0
@@ -4461,10 +4461,10 @@ importers:
version: link:../../../../integrations/react
'@types/react':
specifier: ^18.3.19
- version: 18.3.19
+ version: 18.3.20
'@types/react-dom':
specifier: ^18.3.5
- version: 18.3.5(@types/react@18.3.19)
+ version: 18.3.5(@types/react@18.3.20)
astro:
specifier: workspace:*
version: link:../../../../astro
@@ -4594,7 +4594,7 @@ importers:
version: 8.0.1
rollup:
specifier: ^4.35.0
- version: 4.35.0
+ version: 4.37.0
strip-ansi:
specifier: ^7.1.0
version: 7.1.0
@@ -4707,7 +4707,7 @@ importers:
version: link:../../../../../astro
svelte:
specifier: ^5.22.6
- version: 5.23.2
+ version: 5.25.3
packages/integrations/cloudflare/test/fixtures/with-vue:
dependencies:
@@ -4746,7 +4746,7 @@ importers:
version: link:../../astro-prism
'@markdoc/markdoc':
specifier: ^0.5.1
- version: 0.5.1(@types/react@18.3.19)(react@19.0.0)
+ version: 0.5.1(@types/react@18.3.20)(react@19.0.0)
esbuild:
specifier: ^0.25.0
version: 0.25.0
@@ -4969,8 +4969,8 @@ importers:
version: 6.0.3
devDependencies:
'@types/estree':
- specifier: ^1.0.6
- version: 1.0.6
+ specifier: ^1.0.7
+ version: 1.0.7
'@types/hast':
specifier: ^3.0.4
version: 3.0.4
@@ -5017,7 +5017,7 @@ importers:
specifier: ^9.0.0
version: 9.0.0
shiki:
- specifier: ^3.0.0
+ specifier: ^3.2.1
version: 3.2.1
unified:
specifier: ^11.0.5
@@ -5035,8 +5035,8 @@ importers:
specifier: workspace:*
version: link:../../../../../astro
astro-remote:
- specifier: 0.3.3
- version: 0.3.3
+ specifier: 0.3.4
+ version: 0.3.4
packages/integrations/mdx/test/fixtures/image-remark-imgattr:
dependencies:
@@ -5198,7 +5198,7 @@ importers:
version: 3.0.1
'@vercel/nft':
specifier: ^0.29.2
- version: 0.29.2(rollup@4.35.0)
+ version: 0.29.2(rollup@4.37.0)
esbuild:
specifier: ^0.25.0
version: 0.25.0
@@ -5499,7 +5499,7 @@ importers:
version: 2.10.1(@babel/core@7.26.10)(preact@10.26.4)(vite@6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1))
'@preact/signals':
specifier: ^2.0.1
- version: 2.0.1(preact@10.26.4)
+ version: 2.0.2(preact@10.26.4)
babel-plugin-transform-hook-names:
specifier: ^1.0.2
version: 1.0.2(@babel/core@7.26.10)
@@ -5534,10 +5534,10 @@ importers:
devDependencies:
'@types/react':
specifier: ^18.3.19
- version: 18.3.19
+ version: 18.3.20
'@types/react-dom':
specifier: ^18.3.5
- version: 18.3.5(@types/react@18.3.19)
+ version: 18.3.5(@types/react@18.3.20)
astro:
specifier: workspace:*
version: link:../../astro
@@ -5659,10 +5659,10 @@ importers:
dependencies:
'@sveltejs/vite-plugin-svelte':
specifier: ^5.0.3
- version: 5.0.3(svelte@5.23.2)(vite@6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1))
+ version: 5.0.3(svelte@5.25.3)(vite@6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1))
svelte2tsx:
specifier: ^0.7.35
- version: 0.7.35(svelte@5.23.2)(typescript@5.8.2)
+ version: 0.7.35(svelte@5.25.3)(typescript@5.8.2)
vite:
specifier: ^6.2.3
version: 6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1)
@@ -5675,7 +5675,7 @@ importers:
version: link:../../../scripts
svelte:
specifier: ^5.23.2
- version: 5.23.2
+ version: 5.25.3
packages/integrations/tailwind:
dependencies:
@@ -5718,13 +5718,13 @@ importers:
version: link:../../internal-helpers
'@vercel/analytics':
specifier: ^1.5.0
- version: 1.5.0(react@19.0.0)(svelte@5.23.2)(vue@3.5.13(typescript@5.8.2))
+ version: 1.5.0(react@19.0.0)(svelte@5.25.3)(vue@3.5.13(typescript@5.8.2))
'@vercel/edge':
specifier: ^1.2.1
version: 1.2.1
'@vercel/nft':
specifier: ^0.29.2
- version: 0.29.2(rollup@4.35.0)
+ version: 0.29.2(rollup@4.37.0)
'@vercel/routing-utils':
specifier: ^5.0.4
version: 5.0.4
@@ -5935,7 +5935,7 @@ importers:
version: 6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1)
vite-plugin-vue-devtools:
specifier: ^7.7.2
- version: 7.7.2(rollup@4.35.0)(vite@6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1))(vue@3.5.13(typescript@5.8.2))
+ version: 7.7.2(rollup@4.37.0)(vite@6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1))(vue@3.5.13(typescript@5.8.2))
devDependencies:
astro:
specifier: workspace:*
@@ -6142,7 +6142,7 @@ importers:
devDependencies:
'@types/estree':
specifier: ^1.0.6
- version: 1.0.6
+ version: 1.0.7
'@types/hast':
specifier: ^3.0.4
version: 3.0.4
@@ -6256,7 +6256,7 @@ importers:
devDependencies:
'@types/semver':
specifier: ^7.5.8
- version: 7.5.8
+ version: 7.7.0
arg:
specifier: ^5.0.2
version: 5.0.2
@@ -7898,8 +7898,8 @@ packages:
'@preact/signals-core@1.8.0':
resolution: {integrity: sha512-OBvUsRZqNmjzCZXWLxkZfhcgT+Fk8DDcT/8vD6a1xhDemodyy87UJRJfASMuSD8FaAIeGgGm85ydXhm7lr4fyA==}
- '@preact/signals@2.0.1':
- resolution: {integrity: sha512-f9p/utMgttPb9bJ+UgRBkTDZ9uQiZfX1/gV3pXGWz+yGNQj8MrnG55Xo8MAG4IHcb5UXQO6tvt9ZlsM4A2j+Rw==}
+ '@preact/signals@2.0.2':
+ resolution: {integrity: sha512-Qvu30QoIswaWXmFQZwzBc1CdyB+biIZCpHxoYcNplRTySLkCH6f7RMlHtwb0tmkfQJ+WBkUqR7ajPjdsc1Uq+w==}
peerDependencies:
preact: 10.x
@@ -7942,98 +7942,103 @@ packages:
rollup:
optional: true
- '@rollup/rollup-android-arm-eabi@4.35.0':
- resolution: {integrity: sha512-uYQ2WfPaqz5QtVgMxfN6NpLD+no0MYHDBywl7itPYd3K5TjjSghNKmX8ic9S8NU8w81NVhJv/XojcHptRly7qQ==}
+ '@rollup/rollup-android-arm-eabi@4.37.0':
+ resolution: {integrity: sha512-l7StVw6WAa8l3vA1ov80jyetOAEo1FtHvZDbzXDO/02Sq/QVvqlHkYoFwDJPIMj0GKiistsBudfx5tGFnwYWDQ==}
cpu: [arm]
os: [android]
- '@rollup/rollup-android-arm64@4.35.0':
- resolution: {integrity: sha512-FtKddj9XZudurLhdJnBl9fl6BwCJ3ky8riCXjEw3/UIbjmIY58ppWwPEvU3fNu+W7FUsAsB1CdH+7EQE6CXAPA==}
+ '@rollup/rollup-android-arm64@4.37.0':
+ resolution: {integrity: sha512-6U3SlVyMxezt8Y+/iEBcbp945uZjJwjZimu76xoG7tO1av9VO691z8PkhzQ85ith2I8R2RddEPeSfcbyPfD4hA==}
cpu: [arm64]
os: [android]
- '@rollup/rollup-darwin-arm64@4.35.0':
- resolution: {integrity: sha512-Uk+GjOJR6CY844/q6r5DR/6lkPFOw0hjfOIzVx22THJXMxktXG6CbejseJFznU8vHcEBLpiXKY3/6xc+cBm65Q==}
+ '@rollup/rollup-darwin-arm64@4.37.0':
+ resolution: {integrity: sha512-+iTQ5YHuGmPt10NTzEyMPbayiNTcOZDWsbxZYR1ZnmLnZxG17ivrPSWFO9j6GalY0+gV3Jtwrrs12DBscxnlYA==}
cpu: [arm64]
os: [darwin]
- '@rollup/rollup-darwin-x64@4.35.0':
- resolution: {integrity: sha512-3IrHjfAS6Vkp+5bISNQnPogRAW5GAV1n+bNCrDwXmfMHbPl5EhTmWtfmwlJxFRUCBZ+tZ/OxDyU08aF6NI/N5Q==}
+ '@rollup/rollup-darwin-x64@4.37.0':
+ resolution: {integrity: sha512-m8W2UbxLDcmRKVjgl5J/k4B8d7qX2EcJve3Sut7YGrQoPtCIQGPH5AMzuFvYRWZi0FVS0zEY4c8uttPfX6bwYQ==}
cpu: [x64]
os: [darwin]
- '@rollup/rollup-freebsd-arm64@4.35.0':
- resolution: {integrity: sha512-sxjoD/6F9cDLSELuLNnY0fOrM9WA0KrM0vWm57XhrIMf5FGiN8D0l7fn+bpUeBSU7dCgPV2oX4zHAsAXyHFGcQ==}
+ '@rollup/rollup-freebsd-arm64@4.37.0':
+ resolution: {integrity: sha512-FOMXGmH15OmtQWEt174v9P1JqqhlgYge/bUjIbiVD1nI1NeJ30HYT9SJlZMqdo1uQFyt9cz748F1BHghWaDnVA==}
cpu: [arm64]
os: [freebsd]
- '@rollup/rollup-freebsd-x64@4.35.0':
- resolution: {integrity: sha512-2mpHCeRuD1u/2kruUiHSsnjWtHjqVbzhBkNVQ1aVD63CcexKVcQGwJ2g5VphOd84GvxfSvnnlEyBtQCE5hxVVw==}
+ '@rollup/rollup-freebsd-x64@4.37.0':
+ resolution: {integrity: sha512-SZMxNttjPKvV14Hjck5t70xS3l63sbVwl98g3FlVVx2YIDmfUIy29jQrsw06ewEYQ8lQSuY9mpAPlmgRD2iSsA==}
cpu: [x64]
os: [freebsd]
- '@rollup/rollup-linux-arm-gnueabihf@4.35.0':
- resolution: {integrity: sha512-mrA0v3QMy6ZSvEuLs0dMxcO2LnaCONs1Z73GUDBHWbY8tFFocM6yl7YyMu7rz4zS81NDSqhrUuolyZXGi8TEqg==}
+ '@rollup/rollup-linux-arm-gnueabihf@4.37.0':
+ resolution: {integrity: sha512-hhAALKJPidCwZcj+g+iN+38SIOkhK2a9bqtJR+EtyxrKKSt1ynCBeqrQy31z0oWU6thRZzdx53hVgEbRkuI19w==}
cpu: [arm]
os: [linux]
- '@rollup/rollup-linux-arm-musleabihf@4.35.0':
- resolution: {integrity: sha512-DnYhhzcvTAKNexIql8pFajr0PiDGrIsBYPRvCKlA5ixSS3uwo/CWNZxB09jhIapEIg945KOzcYEAGGSmTSpk7A==}
+ '@rollup/rollup-linux-arm-musleabihf@4.37.0':
+ resolution: {integrity: sha512-jUb/kmn/Gd8epbHKEqkRAxq5c2EwRt0DqhSGWjPFxLeFvldFdHQs/n8lQ9x85oAeVb6bHcS8irhTJX2FCOd8Ag==}
cpu: [arm]
os: [linux]
- '@rollup/rollup-linux-arm64-gnu@4.35.0':
- resolution: {integrity: sha512-uagpnH2M2g2b5iLsCTZ35CL1FgyuzzJQ8L9VtlJ+FckBXroTwNOaD0z0/UF+k5K3aNQjbm8LIVpxykUOQt1m/A==}
+ '@rollup/rollup-linux-arm64-gnu@4.37.0':
+ resolution: {integrity: sha512-oNrJxcQT9IcbcmKlkF+Yz2tmOxZgG9D9GRq+1OE6XCQwCVwxixYAa38Z8qqPzQvzt1FCfmrHX03E0pWoXm1DqA==}
cpu: [arm64]
os: [linux]
- '@rollup/rollup-linux-arm64-musl@4.35.0':
- resolution: {integrity: sha512-XQxVOCd6VJeHQA/7YcqyV0/88N6ysSVzRjJ9I9UA/xXpEsjvAgDTgH3wQYz5bmr7SPtVK2TsP2fQ2N9L4ukoUg==}
+ '@rollup/rollup-linux-arm64-musl@4.37.0':
+ resolution: {integrity: sha512-pfxLBMls+28Ey2enpX3JvjEjaJMBX5XlPCZNGxj4kdJyHduPBXtxYeb8alo0a7bqOoWZW2uKynhHxF/MWoHaGQ==}
cpu: [arm64]
os: [linux]
- '@rollup/rollup-linux-loongarch64-gnu@4.35.0':
- resolution: {integrity: sha512-5pMT5PzfgwcXEwOaSrqVsz/LvjDZt+vQ8RT/70yhPU06PTuq8WaHhfT1LW+cdD7mW6i/J5/XIkX/1tCAkh1W6g==}
+ '@rollup/rollup-linux-loongarch64-gnu@4.37.0':
+ resolution: {integrity: sha512-yCE0NnutTC/7IGUq/PUHmoeZbIwq3KRh02e9SfFh7Vmc1Z7atuJRYWhRME5fKgT8aS20mwi1RyChA23qSyRGpA==}
cpu: [loong64]
os: [linux]
- '@rollup/rollup-linux-powerpc64le-gnu@4.35.0':
- resolution: {integrity: sha512-c+zkcvbhbXF98f4CtEIP1EBA/lCic5xB0lToneZYvMeKu5Kamq3O8gqrxiYYLzlZH6E3Aq+TSW86E4ay8iD8EA==}
+ '@rollup/rollup-linux-powerpc64le-gnu@4.37.0':
+ resolution: {integrity: sha512-NxcICptHk06E2Lh3a4Pu+2PEdZ6ahNHuK7o6Np9zcWkrBMuv21j10SQDJW3C9Yf/A/P7cutWoC/DptNLVsZ0VQ==}
cpu: [ppc64]
os: [linux]
- '@rollup/rollup-linux-riscv64-gnu@4.35.0':
- resolution: {integrity: sha512-s91fuAHdOwH/Tad2tzTtPX7UZyytHIRR6V4+2IGlV0Cej5rkG0R61SX4l4y9sh0JBibMiploZx3oHKPnQBKe4g==}
+ '@rollup/rollup-linux-riscv64-gnu@4.37.0':
+ resolution: {integrity: sha512-PpWwHMPCVpFZLTfLq7EWJWvrmEuLdGn1GMYcm5MV7PaRgwCEYJAwiN94uBuZev0/J/hFIIJCsYw4nLmXA9J7Pw==}
+ cpu: [riscv64]
+ os: [linux]
+
+ '@rollup/rollup-linux-riscv64-musl@4.37.0':
+ resolution: {integrity: sha512-DTNwl6a3CfhGTAOYZ4KtYbdS8b+275LSLqJVJIrPa5/JuIufWWZ/QFvkxp52gpmguN95eujrM68ZG+zVxa8zHA==}
cpu: [riscv64]
os: [linux]
- '@rollup/rollup-linux-s390x-gnu@4.35.0':
- resolution: {integrity: sha512-hQRkPQPLYJZYGP+Hj4fR9dDBMIM7zrzJDWFEMPdTnTy95Ljnv0/4w/ixFw3pTBMEuuEuoqtBINYND4M7ujcuQw==}
+ '@rollup/rollup-linux-s390x-gnu@4.37.0':
+ resolution: {integrity: sha512-hZDDU5fgWvDdHFuExN1gBOhCuzo/8TMpidfOR+1cPZJflcEzXdCy1LjnklQdW8/Et9sryOPJAKAQRw8Jq7Tg+A==}
cpu: [s390x]
os: [linux]
- '@rollup/rollup-linux-x64-gnu@4.35.0':
- resolution: {integrity: sha512-Pim1T8rXOri+0HmV4CdKSGrqcBWX0d1HoPnQ0uw0bdp1aP5SdQVNBy8LjYncvnLgu3fnnCt17xjWGd4cqh8/hA==}
+ '@rollup/rollup-linux-x64-gnu@4.37.0':
+ resolution: {integrity: sha512-pKivGpgJM5g8dwj0ywBwe/HeVAUSuVVJhUTa/URXjxvoyTT/AxsLTAbkHkDHG7qQxLoW2s3apEIl26uUe08LVQ==}
cpu: [x64]
os: [linux]
- '@rollup/rollup-linux-x64-musl@4.35.0':
- resolution: {integrity: sha512-QysqXzYiDvQWfUiTm8XmJNO2zm9yC9P/2Gkrwg2dH9cxotQzunBHYr6jk4SujCTqnfGxduOmQcI7c2ryuW8XVg==}
+ '@rollup/rollup-linux-x64-musl@4.37.0':
+ resolution: {integrity: sha512-E2lPrLKE8sQbY/2bEkVTGDEk4/49UYRVWgj90MY8yPjpnGBQ+Xi1Qnr7b7UIWw1NOggdFQFOLZ8+5CzCiz143w==}
cpu: [x64]
os: [linux]
- '@rollup/rollup-win32-arm64-msvc@4.35.0':
- resolution: {integrity: sha512-OUOlGqPkVJCdJETKOCEf1mw848ZyJ5w50/rZ/3IBQVdLfR5jk/6Sr5m3iO2tdPgwo0x7VcncYuOvMhBWZq8ayg==}
+ '@rollup/rollup-win32-arm64-msvc@4.37.0':
+ resolution: {integrity: sha512-Jm7biMazjNzTU4PrQtr7VS8ibeys9Pn29/1bm4ph7CP2kf21950LgN+BaE2mJ1QujnvOc6p54eWWiVvn05SOBg==}
cpu: [arm64]
os: [win32]
- '@rollup/rollup-win32-ia32-msvc@4.35.0':
- resolution: {integrity: sha512-2/lsgejMrtwQe44glq7AFFHLfJBPafpsTa6JvP2NGef/ifOa4KBoglVf7AKN7EV9o32evBPRqfg96fEHzWo5kw==}
+ '@rollup/rollup-win32-ia32-msvc@4.37.0':
+ resolution: {integrity: sha512-e3/1SFm1OjefWICB2Ucstg2dxYDkDTZGDYgwufcbsxTHyqQps1UQf33dFEChBNmeSsTOyrjw2JJq0zbG5GF6RA==}
cpu: [ia32]
os: [win32]
- '@rollup/rollup-win32-x64-msvc@4.35.0':
- resolution: {integrity: sha512-PIQeY5XDkrOysbQblSW7v3l1MDZzkTEzAfTPkj5VAu3FW8fS4ynyLg2sINp0fp3SjZ8xkRYpLqoKcYqAkhU1dw==}
+ '@rollup/rollup-win32-x64-msvc@4.37.0':
+ resolution: {integrity: sha512-LWbXUBwn/bcLx2sSsqy7pK5o+Nr+VCoRoAohfJ5C/aBio9nfJmGQqHAhU6pwxV/RmyTk5AqdySma7uwWGlmeuA==}
cpu: [x64]
os: [win32]
@@ -8090,81 +8095,81 @@ packages:
svelte: ^5.0.0
vite: ^6.0.0
- '@tailwindcss/node@4.0.15':
- resolution: {integrity: sha512-IODaJjNmiasfZX3IoS+4Em3iu0fD2HS0/tgrnkYfW4hyUor01Smnr5eY3jc4rRgaTDrJlDmBTHbFO0ETTDaxWA==}
+ '@tailwindcss/node@4.0.17':
+ resolution: {integrity: sha512-LIdNwcqyY7578VpofXyqjH6f+3fP4nrz7FBLki5HpzqjYfXdF2m/eW18ZfoKePtDGg90Bvvfpov9d2gy5XVCbg==}
- '@tailwindcss/oxide-android-arm64@4.0.15':
- resolution: {integrity: sha512-EBuyfSKkom7N+CB3A+7c0m4+qzKuiN0WCvzPvj5ZoRu4NlQadg/mthc1tl5k9b5ffRGsbDvP4k21azU4VwVk3Q==}
+ '@tailwindcss/oxide-android-arm64@4.0.17':
+ resolution: {integrity: sha512-3RfO0ZK64WAhop+EbHeyxGThyDr/fYhxPzDbEQjD2+v7ZhKTb2svTWy+KK+J1PHATus2/CQGAGp7pHY/8M8ugg==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [android]
- '@tailwindcss/oxide-darwin-arm64@4.0.15':
- resolution: {integrity: sha512-ObVAnEpLepMhV9VoO0JSit66jiN5C4YCqW3TflsE9boo2Z7FIjV80RFbgeL2opBhtxbaNEDa6D0/hq/EP03kgQ==}
+ '@tailwindcss/oxide-darwin-arm64@4.0.17':
+ resolution: {integrity: sha512-e1uayxFQCCDuzTk9s8q7MC5jFN42IY7nzcr5n0Mw/AcUHwD6JaBkXnATkD924ZsHyPDvddnusIEvkgLd2CiREg==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [darwin]
- '@tailwindcss/oxide-darwin-x64@4.0.15':
- resolution: {integrity: sha512-IElwoFhUinOr9MyKmGTPNi1Rwdh68JReFgYWibPWTGuevkHkLWKEflZc2jtI5lWZ5U9JjUnUfnY43I4fEXrc4g==}
+ '@tailwindcss/oxide-darwin-x64@4.0.17':
+ resolution: {integrity: sha512-d6z7HSdOKfXQ0HPlVx1jduUf/YtBuCCtEDIEFeBCzgRRtDsUuRtofPqxIVaSCUTOk5+OfRLonje6n9dF6AH8wQ==}
engines: {node: '>= 10'}
cpu: [x64]
os: [darwin]
- '@tailwindcss/oxide-freebsd-x64@4.0.15':
- resolution: {integrity: sha512-6BLLqyx7SIYRBOnTZ8wgfXANLJV5TQd3PevRJZp0vn42eO58A2LykRKdvL1qyPfdpmEVtF+uVOEZ4QTMqDRAWA==}
+ '@tailwindcss/oxide-freebsd-x64@4.0.17':
+ resolution: {integrity: sha512-EjrVa6lx3wzXz3l5MsdOGtYIsRjgs5Mru6lDv4RuiXpguWeOb3UzGJ7vw7PEzcFadKNvNslEQqoAABeMezprxQ==}
engines: {node: '>= 10'}
cpu: [x64]
os: [freebsd]
- '@tailwindcss/oxide-linux-arm-gnueabihf@4.0.15':
- resolution: {integrity: sha512-Zy63EVqO9241Pfg6G0IlRIWyY5vNcWrL5dd2WAKVJZRQVeolXEf1KfjkyeAAlErDj72cnyXObEZjMoPEKHpdNw==}
+ '@tailwindcss/oxide-linux-arm-gnueabihf@4.0.17':
+ resolution: {integrity: sha512-65zXfCOdi8wuaY0Ye6qMR5LAXokHYtrGvo9t/NmxvSZtCCitXV/gzJ/WP5ksXPhff1SV5rov0S+ZIZU+/4eyCQ==}
engines: {node: '>= 10'}
cpu: [arm]
os: [linux]
- '@tailwindcss/oxide-linux-arm64-gnu@4.0.15':
- resolution: {integrity: sha512-2NemGQeaTbtIp1Z2wyerbVEJZTkAWhMDOhhR5z/zJ75yMNf8yLnE+sAlyf6yGDNr+1RqvWrRhhCFt7i0CIxe4Q==}
+ '@tailwindcss/oxide-linux-arm64-gnu@4.0.17':
+ resolution: {integrity: sha512-+aaq6hJ8ioTdbJV5IA1WjWgLmun4T7eYLTvJIToiXLHy5JzUERRbIZjAcjgK9qXMwnvuu7rqpxzej+hGoEcG5g==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
- '@tailwindcss/oxide-linux-arm64-musl@4.0.15':
- resolution: {integrity: sha512-342GVnhH/6PkVgKtEzvNVuQ4D+Q7B7qplvuH20Cfz9qEtydG6IQczTZ5IT4JPlh931MG1NUCVxg+CIorr1WJyw==}
+ '@tailwindcss/oxide-linux-arm64-musl@4.0.17':
+ resolution: {integrity: sha512-/FhWgZCdUGAeYHYnZKekiOC0aXFiBIoNCA0bwzkICiMYS5Rtx2KxFfMUXQVnl4uZRblG5ypt5vpPhVaXgGk80w==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
- '@tailwindcss/oxide-linux-x64-gnu@4.0.15':
- resolution: {integrity: sha512-g76GxlKH124RuGqacCEFc2nbzRl7bBrlC8qDQMiUABkiifDRHOIUjgKbLNG4RuR9hQAD/MKsqZ7A8L08zsoBrw==}
+ '@tailwindcss/oxide-linux-x64-gnu@4.0.17':
+ resolution: {integrity: sha512-gELJzOHK6GDoIpm/539Golvk+QWZjxQcbkKq9eB2kzNkOvrP0xc5UPgO9bIMNt1M48mO8ZeNenCMGt6tfkvVBg==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
- '@tailwindcss/oxide-linux-x64-musl@4.0.15':
- resolution: {integrity: sha512-Gg/Y1XrKEvKpq6WeNt2h8rMIKOBj/W3mNa5NMvkQgMC7iO0+UNLrYmt6zgZufht66HozNpn+tJMbbkZ5a3LczA==}
+ '@tailwindcss/oxide-linux-x64-musl@4.0.17':
+ resolution: {integrity: sha512-68NwxcJrZn94IOW4TysMIbYv5AlM6So1luTlbYUDIGnKma1yTFGBRNEJ+SacJ3PZE2rgcTBNRHX1TB4EQ/XEHw==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
- '@tailwindcss/oxide-win32-arm64-msvc@4.0.15':
- resolution: {integrity: sha512-7QtSSJwYZ7ZK1phVgcNZpuf7c7gaCj8Wb0xjliligT5qCGCp79OV2n3SJummVZdw4fbTNKUOYMO7m1GinppZyA==}
+ '@tailwindcss/oxide-win32-arm64-msvc@4.0.17':
+ resolution: {integrity: sha512-AkBO8efP2/7wkEXkNlXzRD4f/7WerqKHlc6PWb5v0jGbbm22DFBLbIM19IJQ3b+tNewQZa+WnPOaGm0SmwMNjw==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [win32]
- '@tailwindcss/oxide-win32-x64-msvc@4.0.15':
- resolution: {integrity: sha512-JQ5H+5MLhOjpgNp6KomouE0ZuKmk3hO5h7/ClMNAQ8gZI2zkli3IH8ZqLbd2DVfXDbdxN2xvooIEeIlkIoSCqw==}
+ '@tailwindcss/oxide-win32-x64-msvc@4.0.17':
+ resolution: {integrity: sha512-7/DTEvXcoWlqX0dAlcN0zlmcEu9xSermuo7VNGX9tJ3nYMdo735SHvbrHDln1+LYfF6NhJ3hjbpbjkMOAGmkDg==}
engines: {node: '>= 10'}
cpu: [x64]
os: [win32]
- '@tailwindcss/oxide@4.0.15':
- resolution: {integrity: sha512-e0uHrKfPu7JJGMfjwVNyt5M0u+OP8kUmhACwIRlM+JNBuReDVQ63yAD1NWe5DwJtdaHjugNBil76j+ks3zlk6g==}
+ '@tailwindcss/oxide@4.0.17':
+ resolution: {integrity: sha512-B4OaUIRD2uVrULpAD1Yksx2+wNarQr2rQh65nXqaqbLY1jCd8fO+3KLh/+TH4Hzh2NTHQvgxVbPdUDOtLk7vAw==}
engines: {node: '>= 10'}
- '@tailwindcss/vite@4.0.15':
- resolution: {integrity: sha512-JRexava80NijI8cTcLXNM3nQL5A0ptTHI8oJLLe8z1MpNB6p5J4WCdJJP8RoyHu8/eB1JzEdbpH86eGfbuaezQ==}
+ '@tailwindcss/vite@4.0.17':
+ resolution: {integrity: sha512-HJbBYDlDVg5cvYZzECb6xwc1IDCEM3uJi3hEZp3BjZGCNGJcTsnCpan+z+VMW0zo6gR0U6O6ElqU1OoZ74Dhww==}
peerDependencies:
vite: ^5.2.0 || ^6
@@ -8220,6 +8225,9 @@ packages:
'@types/estree@1.0.6':
resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==}
+ '@types/estree@1.0.7':
+ resolution: {integrity: sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==}
+
'@types/hast@3.0.4':
resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==}
@@ -8300,14 +8308,14 @@ packages:
peerDependencies:
'@types/react': ^18.0.0
- '@types/react@18.3.19':
- resolution: {integrity: sha512-fcdJqaHOMDbiAwJnXv6XCzX0jDW77yI3tJqYh1Byn8EL5/S628WRx9b/y3DnNe55zTukUQKrfYxiZls2dHcUMw==}
+ '@types/react@18.3.20':
+ resolution: {integrity: sha512-IPaCZN7PShZK/3t6Q87pfTkRm6oLTd4vztyoj+cbHUF1g3FfVb2tFIL79uCRKEfv16AhqDMBywP2VW3KIZUvcg==}
'@types/sax@1.2.7':
resolution: {integrity: sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==}
- '@types/semver@7.5.8':
- resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==}
+ '@types/semver@7.7.0':
+ resolution: {integrity: sha512-k107IF4+Xr7UHjwDc7Cfd6PRQfbdkiRabXGRjo07b4WyPahFBZCZ1sE+BNxYIJPPg73UkfOsVOLwqVc/6ETrIA==}
'@types/send@0.17.4':
resolution: {integrity: sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==}
@@ -8703,8 +8711,8 @@ packages:
peerDependencies:
astro: ^2.0.0 || ^3.0.0-beta || ^4.0.0-beta || ^5.0.0-beta
- astro-remote@0.3.3:
- resolution: {integrity: sha512-ufS/aOBXQKAe6hZ5NbiHUsC01o0ZcEwS+nNhd/mr1avLV+NbgYJEbwY8VRorzLs/GH5COOTaxl2795DkGIUTcw==}
+ astro-remote@0.3.4:
+ resolution: {integrity: sha512-jL5skNQLA0YBc1R3bVGXyHew3FqGqsT7AgLzWAVeTLzFkwVMUYvs4/lKJSmS7ygcF1GnHnoKG6++8GL9VtWwGQ==}
engines: {node: '>=18.14.1'}
async-listen@3.1.0:
@@ -11557,8 +11565,8 @@ packages:
rollup-pluginutils@2.8.2:
resolution: {integrity: sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==}
- rollup@4.35.0:
- resolution: {integrity: sha512-kg6oI4g+vc41vePJyO6dHt/yl0Rz3Thv0kJeVQ3D1kS3E5XSuKbPc29G4IpT/Kv1KQwgHVcN+HtyS+HYLNSvQg==}
+ rollup@4.37.0:
+ resolution: {integrity: sha512-iAtQy/L4QFU+rTJ1YUjXqJOJzuwEghqWzCEYD2FEghT7Gsy1VdABntrO4CLopA5IkflTyqNiLNwPcOJ3S7UKLg==}
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
hasBin: true
@@ -11895,8 +11903,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.23.2:
- resolution: {integrity: sha512-PHP1o0aYJNMatiZ+0nq1W/Z1W1/l5Z94B9nhMIo7gsuTBbxC454g4O5SQMjQpZBUZi5ANYUrXJOE4gPzcN/VQw==}
+ svelte@5.25.3:
+ resolution: {integrity: sha512-J9rcZ/xVJonAoESqVGHHZhrNdVbrCfkdB41BP6eiwHMoFShD9it3yZXApVYMHdGfCshBsZCKsajwJeBbS/M1zg==}
engines: {node: '>=18'}
svg-tags@1.0.0:
@@ -11912,8 +11920,8 @@ packages:
engines: {node: '>=14.0.0'}
hasBin: true
- tailwindcss@4.0.15:
- resolution: {integrity: sha512-6ZMg+hHdMJpjpeCCFasX7K+U615U9D+7k5/cDK/iRwl6GptF24+I/AbKgOnXhVKePzrEyIXutLv36n4cRsq3Sg==}
+ tailwindcss@4.0.17:
+ resolution: {integrity: sha512-OErSiGzRa6rLiOvaipsDZvLMSpsBZ4ysB4f0VKGXUrjw2jfkJRd6kjRKV2+ZmTCNvwtvgdDam5D7w6WXsdLJZw==}
tapable@2.2.1:
resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==}
@@ -12121,8 +12129,8 @@ packages:
resolution: {integrity: sha512-BUgJXc752Kou3oOIuU1i+yZZypyZRqNPW0vqoMPl8VaoalSfeR0D8/t4iAS3yirs79SSMTxTag+ZC86uswv+Cw==}
engines: {node: '>=18.17'}
- undici@7.4.0:
- resolution: {integrity: sha512-PUQM3/es3noM24oUn10u3kNNap0AbxESOmnssmW+dOi9yGwlUSi5nTNYl3bNbTkWOF8YZDkx2tCmj9OtQ3iGGw==}
+ undici@7.5.0:
+ resolution: {integrity: sha512-NFQG741e8mJ0fLQk90xKxFdaSM7z4+IQpAgsFI36bCDY9Z2+aXXZjVy2uUksMouWfMI9+w5ejOq5zYYTBCQJDQ==}
engines: {node: '>=20.18.1'}
unenv@2.0.0-rc.1:
@@ -12740,8 +12748,8 @@ packages:
zimmerframe@1.1.2:
resolution: {integrity: sha512-rAbqEGa8ovJy4pyBxZM70hg4pE6gDgaQ0Sl9M3enG3I0d6H4XSAM3GeNGLKnsBpuijUow064sf7ww1nutC5/3w==}
- zod-to-json-schema@3.24.3:
- resolution: {integrity: sha512-HIAfWdYIt1sssHfYZFCXp4rU1w2r8hVVXYIlmoa0r0gABLs5di3RCqPU5DDROogVz1pAdYBaz7HK5n9pSUNs3A==}
+ zod-to-json-schema@3.24.5:
+ resolution: {integrity: sha512-/AuWwMP+YqiPbsJx5D6TfgRTc4kTLjsh5SOcd4bLsfUg2RcEXrFMJl1DGgdHy2aCfsIA/cr/1JM0xcB2GZji8g==}
peerDependencies:
zod: ^3.24.1
@@ -14135,16 +14143,16 @@ snapshots:
- encoding
- supports-color
- '@markdoc/markdoc@0.5.1(@types/react@18.3.19)(react@19.0.0)':
+ '@markdoc/markdoc@0.5.1(@types/react@18.3.20)(react@19.0.0)':
optionalDependencies:
'@types/linkify-it': 3.0.5
'@types/markdown-it': 12.2.3
- '@types/react': 18.3.19
+ '@types/react': 18.3.20
react: 19.0.0
'@mdx-js/mdx@3.1.0(acorn@8.14.1)':
dependencies:
- '@types/estree': 1.0.6
+ '@types/estree': 1.0.7
'@types/estree-jsx': 1.0.5
'@types/hast': 3.0.4
'@types/mdx': 2.0.13
@@ -14291,7 +14299,7 @@ snapshots:
'@preact/signals-core@1.8.0': {}
- '@preact/signals@2.0.1(preact@10.26.4)':
+ '@preact/signals@2.0.2(preact@10.26.4)':
dependencies:
'@preact/signals-core': 1.8.0
preact: 10.26.4
@@ -14327,69 +14335,72 @@ snapshots:
estree-walker: 2.0.2
picomatch: 2.3.1
- '@rollup/pluginutils@5.1.4(rollup@4.35.0)':
+ '@rollup/pluginutils@5.1.4(rollup@4.37.0)':
dependencies:
- '@types/estree': 1.0.6
+ '@types/estree': 1.0.7
estree-walker: 2.0.2
picomatch: 4.0.2
optionalDependencies:
- rollup: 4.35.0
+ rollup: 4.37.0
- '@rollup/rollup-android-arm-eabi@4.35.0':
+ '@rollup/rollup-android-arm-eabi@4.37.0':
optional: true
- '@rollup/rollup-android-arm64@4.35.0':
+ '@rollup/rollup-android-arm64@4.37.0':
optional: true
- '@rollup/rollup-darwin-arm64@4.35.0':
+ '@rollup/rollup-darwin-arm64@4.37.0':
optional: true
- '@rollup/rollup-darwin-x64@4.35.0':
+ '@rollup/rollup-darwin-x64@4.37.0':
optional: true
- '@rollup/rollup-freebsd-arm64@4.35.0':
+ '@rollup/rollup-freebsd-arm64@4.37.0':
optional: true
- '@rollup/rollup-freebsd-x64@4.35.0':
+ '@rollup/rollup-freebsd-x64@4.37.0':
optional: true
- '@rollup/rollup-linux-arm-gnueabihf@4.35.0':
+ '@rollup/rollup-linux-arm-gnueabihf@4.37.0':
optional: true
- '@rollup/rollup-linux-arm-musleabihf@4.35.0':
+ '@rollup/rollup-linux-arm-musleabihf@4.37.0':
optional: true
- '@rollup/rollup-linux-arm64-gnu@4.35.0':
+ '@rollup/rollup-linux-arm64-gnu@4.37.0':
optional: true
- '@rollup/rollup-linux-arm64-musl@4.35.0':
+ '@rollup/rollup-linux-arm64-musl@4.37.0':
optional: true
- '@rollup/rollup-linux-loongarch64-gnu@4.35.0':
+ '@rollup/rollup-linux-loongarch64-gnu@4.37.0':
optional: true
- '@rollup/rollup-linux-powerpc64le-gnu@4.35.0':
+ '@rollup/rollup-linux-powerpc64le-gnu@4.37.0':
optional: true
- '@rollup/rollup-linux-riscv64-gnu@4.35.0':
+ '@rollup/rollup-linux-riscv64-gnu@4.37.0':
optional: true
- '@rollup/rollup-linux-s390x-gnu@4.35.0':
+ '@rollup/rollup-linux-riscv64-musl@4.37.0':
optional: true
- '@rollup/rollup-linux-x64-gnu@4.35.0':
+ '@rollup/rollup-linux-s390x-gnu@4.37.0':
optional: true
- '@rollup/rollup-linux-x64-musl@4.35.0':
+ '@rollup/rollup-linux-x64-gnu@4.37.0':
optional: true
- '@rollup/rollup-win32-arm64-msvc@4.35.0':
+ '@rollup/rollup-linux-x64-musl@4.37.0':
optional: true
- '@rollup/rollup-win32-ia32-msvc@4.35.0':
+ '@rollup/rollup-win32-arm64-msvc@4.37.0':
optional: true
- '@rollup/rollup-win32-x64-msvc@4.35.0':
+ '@rollup/rollup-win32-ia32-msvc@4.37.0':
+ optional: true
+
+ '@rollup/rollup-win32-x64-msvc@4.37.0':
optional: true
'@sec-ant/readable-stream@0.4.1': {}
@@ -14437,94 +14448,94 @@ snapshots:
dependencies:
acorn: 8.14.1
- '@sveltejs/vite-plugin-svelte-inspector@4.0.1(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.23.2)(vite@6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1)))(svelte@5.23.2)(vite@6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1))':
+ '@sveltejs/vite-plugin-svelte-inspector@4.0.1(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.25.3)(vite@6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1)))(svelte@5.25.3)(vite@6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1))':
dependencies:
- '@sveltejs/vite-plugin-svelte': 5.0.3(svelte@5.23.2)(vite@6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1))
+ '@sveltejs/vite-plugin-svelte': 5.0.3(svelte@5.25.3)(vite@6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1))
debug: 4.4.0
- svelte: 5.23.2
+ svelte: 5.25.3
vite: 6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1)
transitivePeerDependencies:
- supports-color
- '@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.23.2)(vite@6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1))':
+ '@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.25.3)(vite@6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1))':
dependencies:
- '@sveltejs/vite-plugin-svelte-inspector': 4.0.1(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.23.2)(vite@6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1)))(svelte@5.23.2)(vite@6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1))
+ '@sveltejs/vite-plugin-svelte-inspector': 4.0.1(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.25.3)(vite@6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1)))(svelte@5.25.3)(vite@6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1))
debug: 4.4.0
deepmerge: 4.3.1
kleur: 4.1.5
magic-string: 0.30.17
- svelte: 5.23.2
+ svelte: 5.25.3
vite: 6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1)
vitefu: 1.0.6(vite@6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1))
transitivePeerDependencies:
- supports-color
- '@tailwindcss/node@4.0.15':
+ '@tailwindcss/node@4.0.17':
dependencies:
enhanced-resolve: 5.18.1
jiti: 2.4.2
- tailwindcss: 4.0.15
+ tailwindcss: 4.0.17
- '@tailwindcss/oxide-android-arm64@4.0.15':
+ '@tailwindcss/oxide-android-arm64@4.0.17':
optional: true
- '@tailwindcss/oxide-darwin-arm64@4.0.15':
+ '@tailwindcss/oxide-darwin-arm64@4.0.17':
optional: true
- '@tailwindcss/oxide-darwin-x64@4.0.15':
+ '@tailwindcss/oxide-darwin-x64@4.0.17':
optional: true
- '@tailwindcss/oxide-freebsd-x64@4.0.15':
+ '@tailwindcss/oxide-freebsd-x64@4.0.17':
optional: true
- '@tailwindcss/oxide-linux-arm-gnueabihf@4.0.15':
+ '@tailwindcss/oxide-linux-arm-gnueabihf@4.0.17':
optional: true
- '@tailwindcss/oxide-linux-arm64-gnu@4.0.15':
+ '@tailwindcss/oxide-linux-arm64-gnu@4.0.17':
optional: true
- '@tailwindcss/oxide-linux-arm64-musl@4.0.15':
+ '@tailwindcss/oxide-linux-arm64-musl@4.0.17':
optional: true
- '@tailwindcss/oxide-linux-x64-gnu@4.0.15':
+ '@tailwindcss/oxide-linux-x64-gnu@4.0.17':
optional: true
- '@tailwindcss/oxide-linux-x64-musl@4.0.15':
+ '@tailwindcss/oxide-linux-x64-musl@4.0.17':
optional: true
- '@tailwindcss/oxide-win32-arm64-msvc@4.0.15':
+ '@tailwindcss/oxide-win32-arm64-msvc@4.0.17':
optional: true
- '@tailwindcss/oxide-win32-x64-msvc@4.0.15':
+ '@tailwindcss/oxide-win32-x64-msvc@4.0.17':
optional: true
- '@tailwindcss/oxide@4.0.15':
+ '@tailwindcss/oxide@4.0.17':
optionalDependencies:
- '@tailwindcss/oxide-android-arm64': 4.0.15
- '@tailwindcss/oxide-darwin-arm64': 4.0.15
- '@tailwindcss/oxide-darwin-x64': 4.0.15
- '@tailwindcss/oxide-freebsd-x64': 4.0.15
- '@tailwindcss/oxide-linux-arm-gnueabihf': 4.0.15
- '@tailwindcss/oxide-linux-arm64-gnu': 4.0.15
- '@tailwindcss/oxide-linux-arm64-musl': 4.0.15
- '@tailwindcss/oxide-linux-x64-gnu': 4.0.15
- '@tailwindcss/oxide-linux-x64-musl': 4.0.15
- '@tailwindcss/oxide-win32-arm64-msvc': 4.0.15
- '@tailwindcss/oxide-win32-x64-msvc': 4.0.15
-
- '@tailwindcss/vite@4.0.15(vite@6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1))':
- dependencies:
- '@tailwindcss/node': 4.0.15
- '@tailwindcss/oxide': 4.0.15
+ '@tailwindcss/oxide-android-arm64': 4.0.17
+ '@tailwindcss/oxide-darwin-arm64': 4.0.17
+ '@tailwindcss/oxide-darwin-x64': 4.0.17
+ '@tailwindcss/oxide-freebsd-x64': 4.0.17
+ '@tailwindcss/oxide-linux-arm-gnueabihf': 4.0.17
+ '@tailwindcss/oxide-linux-arm64-gnu': 4.0.17
+ '@tailwindcss/oxide-linux-arm64-musl': 4.0.17
+ '@tailwindcss/oxide-linux-x64-gnu': 4.0.17
+ '@tailwindcss/oxide-linux-x64-musl': 4.0.17
+ '@tailwindcss/oxide-win32-arm64-msvc': 4.0.17
+ '@tailwindcss/oxide-win32-x64-msvc': 4.0.17
+
+ '@tailwindcss/vite@4.0.17(vite@6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1))':
+ dependencies:
+ '@tailwindcss/node': 4.0.17
+ '@tailwindcss/oxide': 4.0.17
lightningcss: 1.29.2
- tailwindcss: 4.0.15
+ tailwindcss: 4.0.17
vite: 6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1)
'@trysound/sax@0.2.0': {}
'@types/acorn@4.0.6':
dependencies:
- '@types/estree': 1.0.6
+ '@types/estree': 1.0.7
'@types/alpinejs@3.13.11': {}
@@ -14569,10 +14580,12 @@ snapshots:
'@types/estree-jsx@1.0.5':
dependencies:
- '@types/estree': 1.0.6
+ '@types/estree': 1.0.7
'@types/estree@1.0.6': {}
+ '@types/estree@1.0.7': {}
+
'@types/hast@3.0.4':
dependencies:
'@types/unist': 3.0.3
@@ -14644,11 +14657,11 @@ snapshots:
'@types/prop-types@15.7.12': {}
- '@types/react-dom@18.3.5(@types/react@18.3.19)':
+ '@types/react-dom@18.3.5(@types/react@18.3.20)':
dependencies:
- '@types/react': 18.3.19
+ '@types/react': 18.3.20
- '@types/react@18.3.19':
+ '@types/react@18.3.20':
dependencies:
'@types/prop-types': 15.7.12
csstype: 3.1.3
@@ -14657,7 +14670,7 @@ snapshots:
dependencies:
'@types/node': 22.13.1
- '@types/semver@7.5.8': {}
+ '@types/semver@7.7.0': {}
'@types/send@0.17.4':
dependencies:
@@ -14787,18 +14800,18 @@ snapshots:
'@ungap/structured-clone@1.2.0': {}
- '@vercel/analytics@1.5.0(react@19.0.0)(svelte@5.23.2)(vue@3.5.13(typescript@5.8.2))':
+ '@vercel/analytics@1.5.0(react@19.0.0)(svelte@5.25.3)(vue@3.5.13(typescript@5.8.2))':
optionalDependencies:
react: 19.0.0
- svelte: 5.23.2
+ svelte: 5.25.3
vue: 3.5.13(typescript@5.8.2)
'@vercel/edge@1.2.1': {}
- '@vercel/nft@0.29.2(rollup@4.35.0)':
+ '@vercel/nft@0.29.2(rollup@4.37.0)':
dependencies:
'@mapbox/node-pre-gyp': 2.0.0
- '@rollup/pluginutils': 5.1.4(rollup@4.35.0)
+ '@rollup/pluginutils': 5.1.4(rollup@4.37.0)
acorn: 8.14.1
acorn-import-attributes: 1.9.5(acorn@8.14.1)
async-sema: 3.1.1
@@ -15165,7 +15178,7 @@ snapshots:
'@astro-community/astro-embed-youtube': 0.5.5(astro@packages+astro)
astro: link:packages/astro
- astro-remote@0.3.3:
+ astro-remote@0.3.4:
dependencies:
entities: 4.5.0
marked: 12.0.2
@@ -15699,11 +15712,11 @@ snapshots:
dotenv@8.6.0: {}
- drizzle-orm@0.31.4(@cloudflare/workers-types@4.20250320.0)(@libsql/client@0.15.0)(@types/react@18.3.19)(react@19.0.0):
+ drizzle-orm@0.31.4(@cloudflare/workers-types@4.20250320.0)(@libsql/client@0.15.0)(@types/react@18.3.20)(react@19.0.0):
optionalDependencies:
'@cloudflare/workers-types': 4.20250320.0
'@libsql/client': 0.15.0
- '@types/react': 18.3.19
+ '@types/react': 18.3.20
react: 19.0.0
dset@3.1.4: {}
@@ -15906,7 +15919,7 @@ snapshots:
'@humanfs/node': 0.16.6
'@humanwhocodes/module-importer': 1.0.1
'@humanwhocodes/retry': 0.4.2
- '@types/estree': 1.0.6
+ '@types/estree': 1.0.7
'@types/json-schema': 7.0.15
ajv: 6.12.6
chalk: 4.1.2
@@ -15963,7 +15976,7 @@ snapshots:
estree-util-attach-comments@3.0.0:
dependencies:
- '@types/estree': 1.0.6
+ '@types/estree': 1.0.7
estree-util-build-jsx@3.0.1:
dependencies:
@@ -15976,7 +15989,7 @@ snapshots:
estree-util-scope@1.0.0:
dependencies:
- '@types/estree': 1.0.6
+ '@types/estree': 1.0.7
devlop: 1.1.0
estree-util-to-js@2.0.0:
@@ -15996,7 +16009,7 @@ snapshots:
estree-walker@3.0.3:
dependencies:
- '@types/estree': 1.0.6
+ '@types/estree': 1.0.7
esutils@2.0.3: {}
@@ -16395,7 +16408,7 @@ snapshots:
hast-util-to-estree@3.1.0:
dependencies:
- '@types/estree': 1.0.6
+ '@types/estree': 1.0.7
'@types/estree-jsx': 1.0.5
'@types/hast': 3.0.4
comma-separated-tokens: 2.0.3
@@ -16430,7 +16443,7 @@ snapshots:
hast-util-to-jsx-runtime@2.3.0:
dependencies:
- '@types/estree': 1.0.6
+ '@types/estree': 1.0.7
'@types/hast': 3.0.4
'@types/unist': 3.0.3
comma-separated-tokens: 2.0.3
@@ -16639,7 +16652,7 @@ snapshots:
is-reference@3.0.3:
dependencies:
- '@types/estree': 1.0.6
+ '@types/estree': 1.0.7
is-stream@3.0.0: {}
@@ -17222,7 +17235,7 @@ snapshots:
micromark-extension-mdx-expression@3.0.0:
dependencies:
- '@types/estree': 1.0.6
+ '@types/estree': 1.0.7
devlop: 1.1.0
micromark-factory-mdx-expression: 2.0.2
micromark-factory-space: 2.0.0
@@ -17234,7 +17247,7 @@ snapshots:
micromark-extension-mdx-jsx@3.0.1:
dependencies:
'@types/acorn': 4.0.6
- '@types/estree': 1.0.6
+ '@types/estree': 1.0.7
devlop: 1.1.0
estree-util-is-identifier-name: 3.0.0
micromark-factory-mdx-expression: 2.0.2
@@ -17251,7 +17264,7 @@ snapshots:
micromark-extension-mdxjs-esm@3.0.0:
dependencies:
- '@types/estree': 1.0.6
+ '@types/estree': 1.0.7
devlop: 1.1.0
micromark-core-commonmark: 2.0.1
micromark-util-character: 2.1.0
@@ -17287,7 +17300,7 @@ snapshots:
micromark-factory-mdx-expression@2.0.2:
dependencies:
- '@types/estree': 1.0.6
+ '@types/estree': 1.0.7
devlop: 1.1.0
micromark-factory-space: 2.0.0
micromark-util-character: 2.1.0
@@ -17352,7 +17365,7 @@ snapshots:
micromark-util-events-to-acorn@2.0.2:
dependencies:
'@types/acorn': 4.0.6
- '@types/estree': 1.0.6
+ '@types/estree': 1.0.7
'@types/unist': 3.0.3
devlop: 1.1.0
estree-util-visit: 2.0.0
@@ -18212,7 +18225,7 @@ snapshots:
recma-build-jsx@1.0.0:
dependencies:
- '@types/estree': 1.0.6
+ '@types/estree': 1.0.7
estree-util-build-jsx: 3.0.1
vfile: 6.0.3
@@ -18228,14 +18241,14 @@ snapshots:
recma-parse@1.0.0:
dependencies:
- '@types/estree': 1.0.6
+ '@types/estree': 1.0.7
esast-util-from-js: 2.0.1
unified: 11.0.5
vfile: 6.0.3
recma-stringify@1.0.0:
dependencies:
- '@types/estree': 1.0.6
+ '@types/estree': 1.0.7
estree-util-to-js: 2.0.0
unified: 11.0.5
vfile: 6.0.3
@@ -18307,7 +18320,7 @@ snapshots:
rehype-recma@1.0.0:
dependencies:
- '@types/estree': 1.0.6
+ '@types/estree': 1.0.7
'@types/hast': 3.0.4
hast-util-to-estree: 3.1.0
transitivePeerDependencies:
@@ -18495,29 +18508,30 @@ snapshots:
dependencies:
estree-walker: 0.6.1
- rollup@4.35.0:
+ rollup@4.37.0:
dependencies:
'@types/estree': 1.0.6
optionalDependencies:
- '@rollup/rollup-android-arm-eabi': 4.35.0
- '@rollup/rollup-android-arm64': 4.35.0
- '@rollup/rollup-darwin-arm64': 4.35.0
- '@rollup/rollup-darwin-x64': 4.35.0
- '@rollup/rollup-freebsd-arm64': 4.35.0
- '@rollup/rollup-freebsd-x64': 4.35.0
- '@rollup/rollup-linux-arm-gnueabihf': 4.35.0
- '@rollup/rollup-linux-arm-musleabihf': 4.35.0
- '@rollup/rollup-linux-arm64-gnu': 4.35.0
- '@rollup/rollup-linux-arm64-musl': 4.35.0
- '@rollup/rollup-linux-loongarch64-gnu': 4.35.0
- '@rollup/rollup-linux-powerpc64le-gnu': 4.35.0
- '@rollup/rollup-linux-riscv64-gnu': 4.35.0
- '@rollup/rollup-linux-s390x-gnu': 4.35.0
- '@rollup/rollup-linux-x64-gnu': 4.35.0
- '@rollup/rollup-linux-x64-musl': 4.35.0
- '@rollup/rollup-win32-arm64-msvc': 4.35.0
- '@rollup/rollup-win32-ia32-msvc': 4.35.0
- '@rollup/rollup-win32-x64-msvc': 4.35.0
+ '@rollup/rollup-android-arm-eabi': 4.37.0
+ '@rollup/rollup-android-arm64': 4.37.0
+ '@rollup/rollup-darwin-arm64': 4.37.0
+ '@rollup/rollup-darwin-x64': 4.37.0
+ '@rollup/rollup-freebsd-arm64': 4.37.0
+ '@rollup/rollup-freebsd-x64': 4.37.0
+ '@rollup/rollup-linux-arm-gnueabihf': 4.37.0
+ '@rollup/rollup-linux-arm-musleabihf': 4.37.0
+ '@rollup/rollup-linux-arm64-gnu': 4.37.0
+ '@rollup/rollup-linux-arm64-musl': 4.37.0
+ '@rollup/rollup-linux-loongarch64-gnu': 4.37.0
+ '@rollup/rollup-linux-powerpc64le-gnu': 4.37.0
+ '@rollup/rollup-linux-riscv64-gnu': 4.37.0
+ '@rollup/rollup-linux-riscv64-musl': 4.37.0
+ '@rollup/rollup-linux-s390x-gnu': 4.37.0
+ '@rollup/rollup-linux-x64-gnu': 4.37.0
+ '@rollup/rollup-linux-x64-musl': 4.37.0
+ '@rollup/rollup-win32-arm64-msvc': 4.37.0
+ '@rollup/rollup-win32-ia32-msvc': 4.37.0
+ '@rollup/rollup-win32-x64-msvc': 4.37.0
fsevents: 2.3.3
run-applescript@7.0.0: {}
@@ -18910,19 +18924,19 @@ snapshots:
supports-preserve-symlinks-flag@1.0.0: {}
- svelte2tsx@0.7.35(svelte@5.23.2)(typescript@5.8.2):
+ svelte2tsx@0.7.35(svelte@5.25.3)(typescript@5.8.2):
dependencies:
dedent-js: 1.0.1
pascal-case: 3.1.2
- svelte: 5.23.2
+ svelte: 5.25.3
typescript: 5.8.2
- svelte@5.23.2:
+ svelte@5.25.3:
dependencies:
'@ampproject/remapping': 2.3.0
'@jridgewell/sourcemap-codec': 1.5.0
'@sveltejs/acorn-typescript': 1.0.5(acorn@8.14.1)
- '@types/estree': 1.0.6
+ '@types/estree': 1.0.7
acorn: 8.14.1
aria-query: 5.3.2
axobject-query: 4.1.0
@@ -18973,7 +18987,7 @@ snapshots:
transitivePeerDependencies:
- ts-node
- tailwindcss@4.0.15: {}
+ tailwindcss@4.0.17: {}
tapable@2.2.1: {}
@@ -19103,7 +19117,7 @@ snapshots:
types-react-dom@19.0.0-alpha.3:
dependencies:
- '@types/react': 18.3.19
+ '@types/react': 18.3.20
types-react@19.0.0-alpha.3:
dependencies:
@@ -19145,7 +19159,7 @@ snapshots:
undici@6.21.0: {}
- undici@7.4.0: {}
+ undici@7.5.0: {}
unenv@2.0.0-rc.1:
dependencies:
@@ -19332,10 +19346,10 @@ snapshots:
- tsx
- yaml
- vite-plugin-inspect@0.8.9(rollup@4.35.0)(vite@6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1)):
+ vite-plugin-inspect@0.8.9(rollup@4.37.0)(vite@6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1)):
dependencies:
'@antfu/utils': 0.7.10
- '@rollup/pluginutils': 5.1.4(rollup@4.35.0)
+ '@rollup/pluginutils': 5.1.4(rollup@4.37.0)
debug: 4.4.0
error-stack-parser-es: 0.1.5
fs-extra: 11.2.0
@@ -19361,7 +19375,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- vite-plugin-vue-devtools@7.7.2(rollup@4.35.0)(vite@6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1))(vue@3.5.13(typescript@5.8.2)):
+ vite-plugin-vue-devtools@7.7.2(rollup@4.37.0)(vite@6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1))(vue@3.5.13(typescript@5.8.2)):
dependencies:
'@vue/devtools-core': 7.7.2(vite@6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1))(vue@3.5.13(typescript@5.8.2))
'@vue/devtools-kit': 7.7.2
@@ -19369,7 +19383,7 @@ snapshots:
execa: 9.5.2
sirv: 3.0.0
vite: 6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1)
- vite-plugin-inspect: 0.8.9(rollup@4.35.0)(vite@6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1))
+ vite-plugin-inspect: 0.8.9(rollup@4.37.0)(vite@6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1))
vite-plugin-vue-inspector: 5.3.1(vite@6.2.3(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.29.2)(sass@1.86.0)(yaml@2.5.1))
transitivePeerDependencies:
- '@nuxt/kit'
@@ -19409,7 +19423,7 @@ snapshots:
dependencies:
esbuild: 0.25.0
postcss: 8.5.3
- rollup: 4.35.0
+ rollup: 4.37.0
optionalDependencies:
'@types/node': 22.13.1
fsevents: 2.3.3
@@ -19795,7 +19809,7 @@ snapshots:
zimmerframe@1.1.2: {}
- zod-to-json-schema@3.24.3(zod@3.24.2):
+ zod-to-json-schema@3.24.5(zod@3.24.2):
dependencies:
zod: 3.24.2