diff options
author | 2025-04-23 02:03:28 -0700 | |
---|---|---|
committer | 2025-04-23 11:03:28 +0200 | |
commit | 64898a3e3b4b8c8a03bcd4e3d3f9aace4224e625 (patch) | |
tree | 2c41311b2b76bd96edd74eb5db2af915d847009d | |
parent | 42388b24d6eb866a3129118d22b2f6c71071d0bd (diff) | |
download | astro-@astrojs/db@0.14.12.tar.gz astro-@astrojs/db@0.14.12.tar.zst astro-@astrojs/db@0.14.12.zip |
[ci] release (#13667)create-astro@4.11.3astro@5.7.5@astrojs/web-vitals@3.0.2@astrojs/vue@5.0.11@astrojs/vercel@8.1.4@astrojs/upgrade@0.5.2@astrojs/underscore-redirects@0.6.1@astrojs/telemetry@3.2.1@astrojs/svelte@7.0.11@astrojs/studio@0.1.8@astrojs/solid-js@5.0.9@astrojs/sitemap@3.3.1@astrojs/react@4.2.5@astrojs/preact@4.0.10@astrojs/node@9.2.1@astrojs/netlify@6.3.1@astrojs/mdx@4.2.5@astrojs/markdoc@0.14.1@astrojs/db@0.14.12@astrojs/cloudflare@12.5.1@astrojs/alpinejs@0.4.7
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
72 files changed, 257 insertions, 161 deletions
diff --git a/.changeset/better-carrots-attend.md b/.changeset/better-carrots-attend.md deleted file mode 100644 index 055de3c8f..000000000 --- a/.changeset/better-carrots-attend.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@astrojs/svelte': patch -'@astrojs/react': patch -'@astrojs/vue': patch ---- - -Improves type-safety of renderers diff --git a/.changeset/dull-teeth-cut.md b/.changeset/dull-teeth-cut.md deleted file mode 100644 index 6ccc17844..000000000 --- a/.changeset/dull-teeth-cut.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Adds `server.allowedHosts` docs comment to `AstroUserConfig` diff --git a/.changeset/icy-stars-begin.md b/.changeset/icy-stars-begin.md deleted file mode 100644 index 4ab54c397..000000000 --- a/.changeset/icy-stars-begin.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -'@astrojs/cloudflare': patch -'@astrojs/web-vitals': patch -'@astrojs/alpinejs': patch -'@astrojs/markdoc': patch -'@astrojs/netlify': patch -'@astrojs/sitemap': patch -'@astrojs/underscore-redirects': patch -'@astrojs/preact': patch -'@astrojs/vercel': patch -'@astrojs/solid-js': patch -'@astrojs/node': patch -'@astrojs/mdx': patch -'create-astro': patch -'@astrojs/telemetry': patch -'@astrojs/upgrade': patch -'@astrojs/studio': patch -'astro': patch -'@astrojs/db': patch ---- - -Removes unused code diff --git a/.changeset/moody-lines-clean.md b/.changeset/moody-lines-clean.md deleted file mode 100644 index ba2a87d64..000000000 --- a/.changeset/moody-lines-clean.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes an issue where `Astro.originPathname` wasn't returning the correct value when using rewrites. diff --git a/.changeset/plenty-loops-cry.md b/.changeset/plenty-loops-cry.md deleted file mode 100644 index 6d5cce36c..000000000 --- a/.changeset/plenty-loops-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes a case where an experimental fonts API error would be thrown when using another `astro:assets` API diff --git a/.changeset/slick-eggs-laugh.md b/.changeset/slick-eggs-laugh.md deleted file mode 100644 index 924e7927e..000000000 --- a/.changeset/slick-eggs-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes `fontProviders.google()` so it can forward options to the unifont provider, when using the experimental fonts API diff --git a/examples/basics/package.json b/examples/basics/package.json index 0a6d1d880..8a1980446 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.7.4" + "astro": "^5.7.5" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 1d0363b6b..81379a629 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^4.2.4", + "@astrojs/mdx": "^4.2.5", "@astrojs/rss": "^4.0.11", - "@astrojs/sitemap": "^3.3.0", - "astro": "^5.7.4" + "@astrojs/sitemap": "^3.3.1", + "astro": "^5.7.5" } } diff --git a/examples/component/package.json b/examples/component/package.json index 3938558f5..3c1c85229 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.7.4" + "astro": "^5.7.5" }, "peerDependencies": { "astro": "^4.0.0 || ^5.0.0" diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json index 61da14af5..0c020f2d6 100644 --- a/examples/container-with-vitest/package.json +++ b/examples/container-with-vitest/package.json @@ -11,8 +11,8 @@ "test": "vitest run" }, "dependencies": { - "@astrojs/react": "^4.2.4", - "astro": "^5.7.4", + "@astrojs/react": "^4.2.5", + "astro": "^5.7.5", "react": "^18.3.1", "react-dom": "^18.3.1", "vitest": "^3.1.1" diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 7bc39f673..63522b4c9 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/alpinejs": "^0.4.6", + "@astrojs/alpinejs": "^0.4.7", "@types/alpinejs": "^3.13.11", "alpinejs": "^3.14.9", - "astro": "^5.7.4" + "astro": "^5.7.5" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 6ff73469f..e46924c37 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -10,14 +10,14 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^4.0.9", - "@astrojs/react": "^4.2.4", - "@astrojs/solid-js": "^5.0.8", - "@astrojs/svelte": "^7.0.10", - "@astrojs/vue": "^5.0.10", + "@astrojs/preact": "^4.0.10", + "@astrojs/react": "^4.2.5", + "@astrojs/solid-js": "^5.0.9", + "@astrojs/svelte": "^7.0.11", + "@astrojs/vue": "^5.0.11", "@types/react": "^18.3.20", "@types/react-dom": "^18.3.6", - "astro": "^5.7.4", + "astro": "^5.7.5", "preact": "^10.26.5", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index ad7f24c19..91e36d6d7 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^4.0.9", + "@astrojs/preact": "^4.0.10", "@preact/signals": "^2.0.3", - "astro": "^5.7.4", + "astro": "^5.7.5", "preact": "^10.26.5" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 55f05a97a..301646cc8 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -10,10 +10,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/react": "^4.2.4", + "@astrojs/react": "^4.2.5", "@types/react": "^18.3.20", "@types/react-dom": "^18.3.6", - "astro": "^5.7.4", + "astro": "^5.7.5", "react": "^18.3.1", "react-dom": "^18.3.1" } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 55c926e8c..c852c32fb 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -10,8 +10,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/solid-js": "^5.0.8", - "astro": "^5.7.4", + "@astrojs/solid-js": "^5.0.9", + "astro": "^5.7.5", "solid-js": "^1.9.5" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index eecf48a3b..846cc0400 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -10,8 +10,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/svelte": "^7.0.10", - "astro": "^5.7.4", + "@astrojs/svelte": "^7.0.11", + "astro": "^5.7.5", "svelte": "^5.25.7" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 7b1261a57..5b78042ab 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -10,8 +10,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/vue": "^5.0.10", - "astro": "^5.7.4", + "@astrojs/vue": "^5.0.11", + "astro": "^5.7.5", "vue": "^3.5.13" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index e80a55920..883419bd6 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^9.2.0", - "astro": "^5.7.4" + "@astrojs/node": "^9.2.1", + "astro": "^5.7.5" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index 8f4a74753..ae070dc3c 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.7.4" + "astro": "^5.7.5" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index a9b4e1acb..90b7b7ef9 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.7.4" + "astro": "^5.7.5" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 9941b73d2..5a5ef5916 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.7.4" + "astro": "^5.7.5" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 009a1113d..fc4971aa7 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.2.0", - "@astrojs/svelte": "^7.0.10", - "astro": "^5.7.4", + "@astrojs/node": "^9.2.1", + "@astrojs/svelte": "^7.0.11", + "astro": "^5.7.5", "svelte": "^5.25.7" } } diff --git a/examples/starlog/package.json b/examples/starlog/package.json index 688770918..89e0e8e0a 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -9,7 +9,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.7.4", + "astro": "^5.7.5", "sass": "^1.86.3", "sharp": "^0.33.3" } diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json index 378b34ef3..dd6748dfb 100644 --- a/examples/toolbar-app/package.json +++ b/examples/toolbar-app/package.json @@ -16,6 +16,6 @@ }, "devDependencies": { "@types/node": "^18.17.8", - "astro": "^5.7.4" + "astro": "^5.7.5" } } diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index 7549fd68b..face55afc 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdoc": "^0.14.0", - "astro": "^5.7.4" + "@astrojs/markdoc": "^0.14.1", + "astro": "^5.7.5" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 1c83c8fd9..20d7883bb 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^4.2.4", - "@astrojs/preact": "^4.0.9", - "astro": "^5.7.4", + "@astrojs/mdx": "^4.2.5", + "@astrojs/preact": "^4.0.10", + "astro": "^5.7.5", "preact": "^10.26.5" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 3e427fa84..e639eae0c 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^4.0.9", + "@astrojs/preact": "^4.0.10", "@nanostores/preact": "^0.5.2", - "astro": "^5.7.4", + "astro": "^5.7.5", "nanostores": "^0.11.4", "preact": "^10.26.5" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 1b57b07d1..dcd696ee2 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -10,10 +10,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^4.2.4", + "@astrojs/mdx": "^4.2.5", "@tailwindcss/vite": "^4.1.3", "@types/canvas-confetti": "^1.9.0", - "astro": "^5.7.4", + "astro": "^5.7.5", "canvas-confetti": "^1.9.3", "tailwindcss": "^4.1.3" } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index dd9b1e9ba..66ff2ac4d 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -11,7 +11,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^5.7.4", + "astro": "^5.7.5", "vitest": "^3.1.1" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index e0f8d82f6..b2f549add 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,22 @@ # astro +## 5.7.5 + +### Patch Changes + +- [#13660](https://github.com/withastro/astro/pull/13660) [`620d15d`](https://github.com/withastro/astro/commit/620d15d8483dfb1822cd47833bc1653e0b704ccb) Thanks [@mingjunlu](https://github.com/mingjunlu)! - Adds `server.allowedHosts` docs comment to `AstroUserConfig` + +- [#13591](https://github.com/withastro/astro/pull/13591) [`5dd2d3f`](https://github.com/withastro/astro/commit/5dd2d3fde8a138ed611dedf39ffa5dfeeed315f8) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Removes unused code + +- [#13669](https://github.com/withastro/astro/pull/13669) [`73f24d4`](https://github.com/withastro/astro/commit/73f24d400acdc48462a7bc5277b8cee2bcf97580) Thanks [@ematipico](https://github.com/ematipico)! - Fixes an issue where `Astro.originPathname` wasn't returning the correct value when using rewrites. + +- [#13674](https://github.com/withastro/astro/pull/13674) [`42388b2`](https://github.com/withastro/astro/commit/42388b24d6eb866a3129118d22b2f6c71071d0bd) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes a case where an experimental fonts API error would be thrown when using another `astro:assets` API + +- [#13654](https://github.com/withastro/astro/pull/13654) [`4931457`](https://github.com/withastro/astro/commit/49314575a76b52b43e491a0a33c0ccaf9cafb058) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes `fontProviders.google()` so it can forward options to the unifont provider, when using the experimental fonts API + +- Updated dependencies [[`5dd2d3f`](https://github.com/withastro/astro/commit/5dd2d3fde8a138ed611dedf39ffa5dfeeed315f8)]: + - @astrojs/telemetry@3.2.1 + ## 5.7.4 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 32a484d74..a20ca8092 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "5.7.4", + "version": "5.7.5", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "type": "module", "author": "withastro", diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index 34789886a..67cd2233c 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 4.11.3 + +### Patch Changes + +- [#13591](https://github.com/withastro/astro/pull/13591) [`5dd2d3f`](https://github.com/withastro/astro/commit/5dd2d3fde8a138ed611dedf39ffa5dfeeed315f8) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Removes unused code + ## 4.11.2 ### Patch Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index 0dac5802e..fab631523 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "4.11.2", + "version": "4.11.3", "type": "module", "author": "withastro", "license": "MIT", diff --git a/packages/db/CHANGELOG.md b/packages/db/CHANGELOG.md index 451e74e94..85ac56b02 100644 --- a/packages/db/CHANGELOG.md +++ b/packages/db/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/db +## 0.14.12 + +### Patch Changes + +- [#13591](https://github.com/withastro/astro/pull/13591) [`5dd2d3f`](https://github.com/withastro/astro/commit/5dd2d3fde8a138ed611dedf39ffa5dfeeed315f8) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Removes unused code + +- Updated dependencies [[`5dd2d3f`](https://github.com/withastro/astro/commit/5dd2d3fde8a138ed611dedf39ffa5dfeeed315f8)]: + - @astrojs/studio@0.1.8 + ## 0.14.11 ### Patch Changes diff --git a/packages/db/package.json b/packages/db/package.json index dec02feb3..8ab05ca0c 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/db", - "version": "0.14.11", + "version": "0.14.12", "description": "Add libSQL and Astro Studio support to your Astro site", "license": "MIT", "repository": { diff --git a/packages/integrations/alpinejs/CHANGELOG.md b/packages/integrations/alpinejs/CHANGELOG.md index 6a0de278a..1c6b40623 100644 --- a/packages/integrations/alpinejs/CHANGELOG.md +++ b/packages/integrations/alpinejs/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/alpinejs +## 0.4.7 + +### Patch Changes + +- [#13591](https://github.com/withastro/astro/pull/13591) [`5dd2d3f`](https://github.com/withastro/astro/commit/5dd2d3fde8a138ed611dedf39ffa5dfeeed315f8) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Removes unused code + ## 0.4.6 ### Patch Changes diff --git a/packages/integrations/alpinejs/package.json b/packages/integrations/alpinejs/package.json index 8ddde3478..647d252ed 100644 --- a/packages/integrations/alpinejs/package.json +++ b/packages/integrations/alpinejs/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/alpinejs", "description": "Use Alpine within Astro", - "version": "0.4.6", + "version": "0.4.7", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/cloudflare/CHANGELOG.md b/packages/integrations/cloudflare/CHANGELOG.md index 1d009fff9..16d48f38a 100644 --- a/packages/integrations/cloudflare/CHANGELOG.md +++ b/packages/integrations/cloudflare/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/cloudflare +## 12.5.1 + +### Patch Changes + +- [#13591](https://github.com/withastro/astro/pull/13591) [`5dd2d3f`](https://github.com/withastro/astro/commit/5dd2d3fde8a138ed611dedf39ffa5dfeeed315f8) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Removes unused code + +- Updated dependencies [[`5dd2d3f`](https://github.com/withastro/astro/commit/5dd2d3fde8a138ed611dedf39ffa5dfeeed315f8)]: + - @astrojs/underscore-redirects@0.6.1 + ## 12.5.0 ### Minor Changes diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index babe5eea1..f6695206f 100644 --- a/packages/integrations/cloudflare/package.json +++ b/packages/integrations/cloudflare/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/cloudflare", "description": "Deploy your site to Cloudflare Workers/Pages", - "version": "12.5.0", + "version": "12.5.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/markdoc/CHANGELOG.md b/packages/integrations/markdoc/CHANGELOG.md index a699cce73..7da5c379e 100644 --- a/packages/integrations/markdoc/CHANGELOG.md +++ b/packages/integrations/markdoc/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/markdoc +## 0.14.1 + +### Patch Changes + +- [#13591](https://github.com/withastro/astro/pull/13591) [`5dd2d3f`](https://github.com/withastro/astro/commit/5dd2d3fde8a138ed611dedf39ffa5dfeeed315f8) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Removes unused code + ## 0.14.0 ### Minor Changes diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index 9566b4c41..1154e5bf6 100644 --- a/packages/integrations/markdoc/package.json +++ b/packages/integrations/markdoc/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/markdoc", "description": "Add support for Markdoc in your Astro site", - "version": "0.14.0", + "version": "0.14.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md index 57e9f929c..4f0d9dad2 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/mdx +## 4.2.5 + +### Patch Changes + +- [#13591](https://github.com/withastro/astro/pull/13591) [`5dd2d3f`](https://github.com/withastro/astro/commit/5dd2d3fde8a138ed611dedf39ffa5dfeeed315f8) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Removes unused code + ## 4.2.4 ### Patch Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index bc76e1bd4..ba59405aa 100644 --- a/packages/integrations/mdx/package.json +++ b/packages/integrations/mdx/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/mdx", "description": "Add support for MDX pages in your Astro site", - "version": "4.2.4", + "version": "4.2.5", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md index 775e83909..9b04a4997 100644 --- a/packages/integrations/netlify/CHANGELOG.md +++ b/packages/integrations/netlify/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/netlify +## 6.3.1 + +### Patch Changes + +- [#13591](https://github.com/withastro/astro/pull/13591) [`5dd2d3f`](https://github.com/withastro/astro/commit/5dd2d3fde8a138ed611dedf39ffa5dfeeed315f8) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Removes unused code + +- Updated dependencies [[`5dd2d3f`](https://github.com/withastro/astro/commit/5dd2d3fde8a138ed611dedf39ffa5dfeeed315f8)]: + - @astrojs/underscore-redirects@0.6.1 + ## 6.3.0 ### Minor Changes diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index 23c8d4ede..201ce3a44 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/netlify", "description": "Deploy your site to Netlify", - "version": "6.3.0", + "version": "6.3.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md index abe5ed036..e04d3961e 100644 --- a/packages/integrations/node/CHANGELOG.md +++ b/packages/integrations/node/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/node +## 9.2.1 + +### Patch Changes + +- [#13591](https://github.com/withastro/astro/pull/13591) [`5dd2d3f`](https://github.com/withastro/astro/commit/5dd2d3fde8a138ed611dedf39ffa5dfeeed315f8) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Removes unused code + ## 9.2.0 ### Minor Changes diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index f928d52a8..872163dba 100644 --- a/packages/integrations/node/package.json +++ b/packages/integrations/node/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/node", "description": "Deploy your site to a Node.js server", - "version": "9.2.0", + "version": "9.2.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/preact/CHANGELOG.md b/packages/integrations/preact/CHANGELOG.md index db71c511c..cd8cc9435 100644 --- a/packages/integrations/preact/CHANGELOG.md +++ b/packages/integrations/preact/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/preact +## 4.0.10 + +### Patch Changes + +- [#13591](https://github.com/withastro/astro/pull/13591) [`5dd2d3f`](https://github.com/withastro/astro/commit/5dd2d3fde8a138ed611dedf39ffa5dfeeed315f8) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Removes unused code + ## 4.0.9 ### Patch Changes diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json index ab22b54b1..1feeab9d0 100644 --- a/packages/integrations/preact/package.json +++ b/packages/integrations/preact/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/preact", "description": "Use Preact components within Astro", - "version": "4.0.9", + "version": "4.0.10", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/react/CHANGELOG.md b/packages/integrations/react/CHANGELOG.md index b9594715d..c203fc4be 100644 --- a/packages/integrations/react/CHANGELOG.md +++ b/packages/integrations/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/react +## 4.2.5 + +### Patch Changes + +- [#13663](https://github.com/withastro/astro/pull/13663) [`a19a185`](https://github.com/withastro/astro/commit/a19a185efd75334f2f417b433fcfaa0017fe41ee) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Improves type-safety of renderers + ## 4.2.4 ### Patch Changes diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index ddae8825a..16403d45b 100644 --- a/packages/integrations/react/package.json +++ b/packages/integrations/react/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/react", "description": "Use React components within Astro", - "version": "4.2.4", + "version": "4.2.5", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/sitemap/CHANGELOG.md b/packages/integrations/sitemap/CHANGELOG.md index 9527b2790..9ca929908 100644 --- a/packages/integrations/sitemap/CHANGELOG.md +++ b/packages/integrations/sitemap/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/sitemap +## 3.3.1 + +### Patch Changes + +- [#13591](https://github.com/withastro/astro/pull/13591) [`5dd2d3f`](https://github.com/withastro/astro/commit/5dd2d3fde8a138ed611dedf39ffa5dfeeed315f8) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Removes unused code + ## 3.3.0 ### Minor Changes diff --git a/packages/integrations/sitemap/package.json b/packages/integrations/sitemap/package.json index db0c97096..4183e4530 100644 --- a/packages/integrations/sitemap/package.json +++ b/packages/integrations/sitemap/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/sitemap", "description": "Generate a sitemap for your Astro site", - "version": "3.3.0", + "version": "3.3.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/solid/CHANGELOG.md b/packages/integrations/solid/CHANGELOG.md index 20ab545b4..dfbee01f7 100644 --- a/packages/integrations/solid/CHANGELOG.md +++ b/packages/integrations/solid/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/solid-js +## 5.0.9 + +### Patch Changes + +- [#13591](https://github.com/withastro/astro/pull/13591) [`5dd2d3f`](https://github.com/withastro/astro/commit/5dd2d3fde8a138ed611dedf39ffa5dfeeed315f8) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Removes unused code + ## 5.0.8 ### Patch Changes diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json index 839e13e67..2e394a72d 100644 --- a/packages/integrations/solid/package.json +++ b/packages/integrations/solid/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/solid-js", - "version": "5.0.8", + "version": "5.0.9", "description": "Use Solid components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md index 025862e5f..7b48854a9 100644 --- a/packages/integrations/svelte/CHANGELOG.md +++ b/packages/integrations/svelte/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/svelte +## 7.0.11 + +### Patch Changes + +- [#13663](https://github.com/withastro/astro/pull/13663) [`a19a185`](https://github.com/withastro/astro/commit/a19a185efd75334f2f417b433fcfaa0017fe41ee) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Improves type-safety of renderers + ## 7.0.10 ### Patch Changes diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index 6a5a1b17b..4522679bc 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/svelte", - "version": "7.0.10", + "version": "7.0.11", "description": "Use Svelte components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index 24ac0e1b6..1504ffe0e 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vercel +## 8.1.4 + +### Patch Changes + +- [#13591](https://github.com/withastro/astro/pull/13591) [`5dd2d3f`](https://github.com/withastro/astro/commit/5dd2d3fde8a138ed611dedf39ffa5dfeeed315f8) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Removes unused code + ## 8.1.3 ### Patch Changes diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index 314634e77..7711b6a23 100644 --- a/packages/integrations/vercel/package.json +++ b/packages/integrations/vercel/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/vercel", "description": "Deploy your site to Vercel", - "version": "8.1.3", + "version": "8.1.4", "type": "module", "author": "withastro", "license": "MIT", diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md index 50f42f4d2..44a807489 100644 --- a/packages/integrations/vue/CHANGELOG.md +++ b/packages/integrations/vue/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vue +## 5.0.11 + +### Patch Changes + +- [#13663](https://github.com/withastro/astro/pull/13663) [`a19a185`](https://github.com/withastro/astro/commit/a19a185efd75334f2f417b433fcfaa0017fe41ee) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Improves type-safety of renderers + ## 5.0.10 ### Patch Changes diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index e113443b4..a3d167eac 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "5.0.10", + "version": "5.0.11", "description": "Use Vue components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/web-vitals/CHANGELOG.md b/packages/integrations/web-vitals/CHANGELOG.md index a8f62fc44..c0ce5dd7b 100644 --- a/packages/integrations/web-vitals/CHANGELOG.md +++ b/packages/integrations/web-vitals/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/web-vitals +## 3.0.2 + +### Patch Changes + +- [#13591](https://github.com/withastro/astro/pull/13591) [`5dd2d3f`](https://github.com/withastro/astro/commit/5dd2d3fde8a138ed611dedf39ffa5dfeeed315f8) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Removes unused code + ## 3.0.1 ### Patch Changes diff --git a/packages/integrations/web-vitals/package.json b/packages/integrations/web-vitals/package.json index 0e6dcd2c3..03f4eff49 100644 --- a/packages/integrations/web-vitals/package.json +++ b/packages/integrations/web-vitals/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/web-vitals", "description": "Track your website’s performance with Astro DB", - "version": "3.0.1", + "version": "3.0.2", "type": "module", "author": "withastro", "license": "MIT", diff --git a/packages/studio/CHANGELOG.md b/packages/studio/CHANGELOG.md index 9cc1e5f20..35e5c5246 100644 --- a/packages/studio/CHANGELOG.md +++ b/packages/studio/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/studio +## 0.1.8 + +### Patch Changes + +- [#13591](https://github.com/withastro/astro/pull/13591) [`5dd2d3f`](https://github.com/withastro/astro/commit/5dd2d3fde8a138ed611dedf39ffa5dfeeed315f8) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Removes unused code + ## 0.1.7 ### Patch Changes diff --git a/packages/studio/package.json b/packages/studio/package.json index cd79b5c40..99f5743da 100644 --- a/packages/studio/package.json +++ b/packages/studio/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/studio", - "version": "0.1.7", + "version": "0.1.8", "description": "Internal package powering integrations between Astro projects and Astro Studio", "license": "MIT", "repository": { diff --git a/packages/telemetry/CHANGELOG.md b/packages/telemetry/CHANGELOG.md index cfd638ab4..d18b55c74 100644 --- a/packages/telemetry/CHANGELOG.md +++ b/packages/telemetry/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/telemetry +## 3.2.1 + +### Patch Changes + +- [#13591](https://github.com/withastro/astro/pull/13591) [`5dd2d3f`](https://github.com/withastro/astro/commit/5dd2d3fde8a138ed611dedf39ffa5dfeeed315f8) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Removes unused code + ## 3.2.0 ### Minor Changes diff --git a/packages/telemetry/package.json b/packages/telemetry/package.json index 59e57f3ed..1b5f4baa0 100644 --- a/packages/telemetry/package.json +++ b/packages/telemetry/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/telemetry", - "version": "3.2.0", + "version": "3.2.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/underscore-redirects/CHANGELOG.md b/packages/underscore-redirects/CHANGELOG.md index b384c1d80..7af945214 100644 --- a/packages/underscore-redirects/CHANGELOG.md +++ b/packages/underscore-redirects/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/underscore-redirects +## 0.6.1 + +### Patch Changes + +- [#13591](https://github.com/withastro/astro/pull/13591) [`5dd2d3f`](https://github.com/withastro/astro/commit/5dd2d3fde8a138ed611dedf39ffa5dfeeed315f8) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Removes unused code + ## 0.6.0 ### Minor Changes diff --git a/packages/underscore-redirects/package.json b/packages/underscore-redirects/package.json index 9bcce285c..d2895f939 100644 --- a/packages/underscore-redirects/package.json +++ b/packages/underscore-redirects/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/underscore-redirects", "description": "Utilities to generate _redirects files in Astro projects", - "version": "0.6.0", + "version": "0.6.1", "type": "module", "author": "withastro", "license": "MIT", diff --git a/packages/upgrade/CHANGELOG.md b/packages/upgrade/CHANGELOG.md index 45e5e695c..893328dd7 100644 --- a/packages/upgrade/CHANGELOG.md +++ b/packages/upgrade/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/upgrade +## 0.5.2 + +### Patch Changes + +- [#13591](https://github.com/withastro/astro/pull/13591) [`5dd2d3f`](https://github.com/withastro/astro/commit/5dd2d3fde8a138ed611dedf39ffa5dfeeed315f8) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Removes unused code + ## 0.5.1 ### Patch Changes diff --git a/packages/upgrade/package.json b/packages/upgrade/package.json index 39e213b80..c441cf1f4 100644 --- a/packages/upgrade/package.json +++ b/packages/upgrade/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/upgrade", - "version": "0.5.1", + "version": "0.5.2", "type": "module", "author": "withastro", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dfce421e1..d9a344ed8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -145,37 +145,37 @@ importers: examples/basics: dependencies: astro: - specifier: ^5.7.4 + specifier: ^5.7.5 version: link:../../packages/astro examples/blog: dependencies: '@astrojs/mdx': - specifier: ^4.2.4 + specifier: ^4.2.5 version: link:../../packages/integrations/mdx '@astrojs/rss': specifier: ^4.0.11 version: link:../../packages/astro-rss '@astrojs/sitemap': - specifier: ^3.3.0 + specifier: ^3.3.1 version: link:../../packages/integrations/sitemap astro: - specifier: ^5.7.4 + specifier: ^5.7.5 version: link:../../packages/astro examples/component: devDependencies: astro: - specifier: ^5.7.4 + specifier: ^5.7.5 version: link:../../packages/astro examples/container-with-vitest: dependencies: '@astrojs/react': - specifier: ^4.2.4 + specifier: ^4.2.5 version: link:../../packages/integrations/react astro: - specifier: ^5.7.4 + specifier: ^5.7.5 version: link:../../packages/astro react: specifier: ^18.3.1 @@ -197,7 +197,7 @@ importers: examples/framework-alpine: dependencies: '@astrojs/alpinejs': - specifier: ^0.4.6 + specifier: ^0.4.7 version: link:../../packages/integrations/alpinejs '@types/alpinejs': specifier: ^3.13.11 @@ -206,25 +206,25 @@ importers: specifier: ^3.14.9 version: 3.14.9 astro: - specifier: ^5.7.4 + specifier: ^5.7.5 version: link:../../packages/astro examples/framework-multiple: dependencies: '@astrojs/preact': - specifier: ^4.0.9 + specifier: ^4.0.10 version: link:../../packages/integrations/preact '@astrojs/react': - specifier: ^4.2.4 + specifier: ^4.2.5 version: link:../../packages/integrations/react '@astrojs/solid-js': - specifier: ^5.0.8 + specifier: ^5.0.9 version: link:../../packages/integrations/solid '@astrojs/svelte': - specifier: ^7.0.10 + specifier: ^7.0.11 version: link:../../packages/integrations/svelte '@astrojs/vue': - specifier: ^5.0.10 + specifier: ^5.0.11 version: link:../../packages/integrations/vue '@types/react': specifier: ^18.3.20 @@ -233,7 +233,7 @@ importers: specifier: ^18.3.6 version: 18.3.6(@types/react@18.3.20) astro: - specifier: ^5.7.4 + specifier: ^5.7.5 version: link:../../packages/astro preact: specifier: ^10.26.5 @@ -257,13 +257,13 @@ importers: examples/framework-preact: dependencies: '@astrojs/preact': - specifier: ^4.0.9 + specifier: ^4.0.10 version: link:../../packages/integrations/preact '@preact/signals': specifier: ^2.0.3 version: 2.0.3(preact@10.26.5) astro: - specifier: ^5.7.4 + specifier: ^5.7.5 version: link:../../packages/astro preact: specifier: ^10.26.5 @@ -272,7 +272,7 @@ importers: examples/framework-react: dependencies: '@astrojs/react': - specifier: ^4.2.4 + specifier: ^4.2.5 version: link:../../packages/integrations/react '@types/react': specifier: ^18.3.20 @@ -281,7 +281,7 @@ importers: specifier: ^18.3.6 version: 18.3.6(@types/react@18.3.20) astro: - specifier: ^5.7.4 + specifier: ^5.7.5 version: link:../../packages/astro react: specifier: ^18.3.1 @@ -293,10 +293,10 @@ importers: examples/framework-solid: dependencies: '@astrojs/solid-js': - specifier: ^5.0.8 + specifier: ^5.0.9 version: link:../../packages/integrations/solid astro: - specifier: ^5.7.4 + specifier: ^5.7.5 version: link:../../packages/astro solid-js: specifier: ^1.9.5 @@ -305,10 +305,10 @@ importers: examples/framework-svelte: dependencies: '@astrojs/svelte': - specifier: ^7.0.10 + specifier: ^7.0.11 version: link:../../packages/integrations/svelte astro: - specifier: ^5.7.4 + specifier: ^5.7.5 version: link:../../packages/astro svelte: specifier: ^5.25.7 @@ -317,10 +317,10 @@ importers: examples/framework-vue: dependencies: '@astrojs/vue': - specifier: ^5.0.10 + specifier: ^5.0.11 version: link:../../packages/integrations/vue astro: - specifier: ^5.7.4 + specifier: ^5.7.5 version: link:../../packages/astro vue: specifier: ^3.5.13 @@ -329,40 +329,40 @@ importers: examples/hackernews: dependencies: '@astrojs/node': - specifier: ^9.2.0 + specifier: ^9.2.1 version: link:../../packages/integrations/node astro: - specifier: ^5.7.4 + specifier: ^5.7.5 version: link:../../packages/astro examples/integration: devDependencies: astro: - specifier: ^5.7.4 + specifier: ^5.7.5 version: link:../../packages/astro examples/minimal: dependencies: astro: - specifier: ^5.7.4 + specifier: ^5.7.5 version: link:../../packages/astro examples/portfolio: dependencies: astro: - specifier: ^5.7.4 + specifier: ^5.7.5 version: link:../../packages/astro examples/ssr: dependencies: '@astrojs/node': - specifier: ^9.2.0 + specifier: ^9.2.1 version: link:../../packages/integrations/node '@astrojs/svelte': - specifier: ^7.0.10 + specifier: ^7.0.11 version: link:../../packages/integrations/svelte astro: - specifier: ^5.7.4 + specifier: ^5.7.5 version: link:../../packages/astro svelte: specifier: ^5.25.7 @@ -371,7 +371,7 @@ importers: examples/starlog: dependencies: astro: - specifier: ^5.7.4 + specifier: ^5.7.5 version: link:../../packages/astro sass: specifier: ^1.86.3 @@ -386,28 +386,28 @@ importers: specifier: ^18.17.8 version: 18.19.50 astro: - specifier: ^5.7.4 + specifier: ^5.7.5 version: link:../../packages/astro examples/with-markdoc: dependencies: '@astrojs/markdoc': - specifier: ^0.14.0 + specifier: ^0.14.1 version: link:../../packages/integrations/markdoc astro: - specifier: ^5.7.4 + specifier: ^5.7.5 version: link:../../packages/astro examples/with-mdx: dependencies: '@astrojs/mdx': - specifier: ^4.2.4 + specifier: ^4.2.5 version: link:../../packages/integrations/mdx '@astrojs/preact': - specifier: ^4.0.9 + specifier: ^4.0.10 version: link:../../packages/integrations/preact astro: - specifier: ^5.7.4 + specifier: ^5.7.5 version: link:../../packages/astro preact: specifier: ^10.26.5 @@ -416,13 +416,13 @@ importers: examples/with-nanostores: dependencies: '@astrojs/preact': - specifier: ^4.0.9 + specifier: ^4.0.10 version: link:../../packages/integrations/preact '@nanostores/preact': specifier: ^0.5.2 version: 0.5.2(nanostores@0.11.4)(preact@10.26.5) astro: - specifier: ^5.7.4 + specifier: ^5.7.5 version: link:../../packages/astro nanostores: specifier: ^0.11.4 @@ -434,7 +434,7 @@ importers: examples/with-tailwindcss: dependencies: '@astrojs/mdx': - specifier: ^4.2.4 + specifier: ^4.2.5 version: link:../../packages/integrations/mdx '@tailwindcss/vite': specifier: ^4.1.3 @@ -443,7 +443,7 @@ importers: specifier: ^1.9.0 version: 1.9.0 astro: - specifier: ^5.7.4 + specifier: ^5.7.5 version: link:../../packages/astro canvas-confetti: specifier: ^1.9.3 @@ -455,7 +455,7 @@ importers: examples/with-vitest: dependencies: astro: - specifier: ^5.7.4 + specifier: ^5.7.5 version: link:../../packages/astro vitest: specifier: ^3.1.1 @@ -9969,7 +9969,6 @@ packages: libsql@0.5.4: resolution: {integrity: sha512-GEFeWca4SDAQFxjHWJBE6GK52LEtSskiujbG3rqmmeTO9t4sfSBKIURNLLpKDDF7fb7jmTuuRkDAn9BZGITQNw==} - cpu: [x64, arm64, wasm32] os: [darwin, linux, win32] lightningcss-darwin-arm64@1.29.2: |