From 84b07969ddc3a471a71cbea561483c29ad9fb339 Mon Sep 17 00:00:00 2001 From: "Houston (Bot)" <108291165+astrobot-houston@users.noreply.github.com> Date: Mon, 6 Jan 2025 09:17:11 -0800 Subject: [PATCH] [ci] release (#12878) Co-authored-by: github-actions[bot] --- .changeset/big-mugs-approve.md | 5 -- .changeset/gorgeous-cameras-smile.md | 5 -- .changeset/great-hotels-reply.md | 5 -- .changeset/metal-phones-cross.md | 5 -- .changeset/mighty-pugs-retire.md | 5 -- .changeset/shiny-hornets-relate.md | 5 -- .changeset/slimy-oranges-argue.md | 5 -- .changeset/small-maps-give.md | 5 -- .changeset/strange-carpets-drop.md | 5 -- .changeset/tough-cars-yawn.md | 5 -- .changeset/witty-lies-end.md | 5 -- examples/basics/package.json | 2 +- examples/blog/package.json | 2 +- examples/component/package.json | 2 +- examples/container-with-vitest/package.json | 2 +- examples/framework-alpine/package.json | 2 +- examples/framework-multiple/package.json | 2 +- examples/framework-preact/package.json | 2 +- examples/framework-react/package.json | 2 +- examples/framework-solid/package.json | 2 +- examples/framework-svelte/package.json | 2 +- examples/framework-vue/package.json | 2 +- examples/hackernews/package.json | 2 +- examples/integration/package.json | 2 +- examples/minimal/package.json | 2 +- examples/portfolio/package.json | 2 +- examples/ssr/package.json | 2 +- examples/starlog/package.json | 2 +- examples/toolbar-app/package.json | 2 +- examples/with-markdoc/package.json | 2 +- examples/with-mdx/package.json | 2 +- examples/with-nanostores/package.json | 2 +- examples/with-tailwindcss/package.json | 2 +- examples/with-vitest/package.json | 2 +- packages/astro/CHANGELOG.md | 24 ++++++++++ packages/astro/package.json | 2 +- packages/underscore-redirects/CHANGELOG.md | 6 +++ packages/underscore-redirects/package.json | 2 +- pnpm-lock.yaml | 51 ++++++++++----------- 39 files changed, 78 insertions(+), 108 deletions(-) delete mode 100644 .changeset/big-mugs-approve.md delete mode 100644 .changeset/gorgeous-cameras-smile.md delete mode 100644 .changeset/great-hotels-reply.md delete mode 100644 .changeset/metal-phones-cross.md delete mode 100644 .changeset/mighty-pugs-retire.md delete mode 100644 .changeset/shiny-hornets-relate.md delete mode 100644 .changeset/slimy-oranges-argue.md delete mode 100644 .changeset/small-maps-give.md delete mode 100644 .changeset/strange-carpets-drop.md delete mode 100644 .changeset/tough-cars-yawn.md delete mode 100644 .changeset/witty-lies-end.md diff --git a/.changeset/big-mugs-approve.md b/.changeset/big-mugs-approve.md deleted file mode 100644 index cd068a78d256..000000000000 --- a/.changeset/big-mugs-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes sourcemap warning generated by the `astro:server-islands` Vite plugin diff --git a/.changeset/gorgeous-cameras-smile.md b/.changeset/gorgeous-cameras-smile.md deleted file mode 100644 index c158b8e11c19..000000000000 --- a/.changeset/gorgeous-cameras-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes a bug that caused pages that return an empty array from getStaticPath to match every path diff --git a/.changeset/great-hotels-reply.md b/.changeset/great-hotels-reply.md deleted file mode 100644 index b46aefff0bd0..000000000000 --- a/.changeset/great-hotels-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes a case where `astro:content` types would be erased when restarting the dev server diff --git a/.changeset/metal-phones-cross.md b/.changeset/metal-phones-cross.md deleted file mode 100644 index d4e5f6f866f9..000000000000 --- a/.changeset/metal-phones-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes a regression around the server islands route, which was not passed to the adapters `astro:build:done` hook diff --git a/.changeset/mighty-pugs-retire.md b/.changeset/mighty-pugs-retire.md deleted file mode 100644 index 8520213a4d32..000000000000 --- a/.changeset/mighty-pugs-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes race condition where dev server would attempt to load collections before the content had loaded diff --git a/.changeset/shiny-hornets-relate.md b/.changeset/shiny-hornets-relate.md deleted file mode 100644 index a310f37e8cd2..000000000000 --- a/.changeset/shiny-hornets-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/underscore-redirects': patch ---- - -Fixes the type of `force` diff --git a/.changeset/slimy-oranges-argue.md b/.changeset/slimy-oranges-argue.md deleted file mode 100644 index f28ff49e1a1f..000000000000 --- a/.changeset/slimy-oranges-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes a bug where responses can be returned before session data is saved diff --git a/.changeset/small-maps-give.md b/.changeset/small-maps-give.md deleted file mode 100644 index e62ef3e4efad..000000000000 --- a/.changeset/small-maps-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Some non-index files that were incorrectly being treated as index files are now excluded diff --git a/.changeset/strange-carpets-drop.md b/.changeset/strange-carpets-drop.md deleted file mode 100644 index 7f2e7861c672..000000000000 --- a/.changeset/strange-carpets-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Adds `render()` to stub content types diff --git a/.changeset/tough-cars-yawn.md b/.changeset/tough-cars-yawn.md deleted file mode 100644 index 534018e45f05..000000000000 --- a/.changeset/tough-cars-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes a bug where session data could be corrupted if it is changed after calling .set() diff --git a/.changeset/witty-lies-end.md b/.changeset/witty-lies-end.md deleted file mode 100644 index d12046eaec1e..000000000000 --- a/.changeset/witty-lies-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes an issue when crawlers try to index Server Islands thinking that Server Islands are pages diff --git a/examples/basics/package.json b/examples/basics/package.json index 96ceb34cf394..967abed475c6 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.1.2" + "astro": "^5.1.3" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 9f626769460e..c107628a0f8e 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -13,6 +13,6 @@ "@astrojs/mdx": "^4.0.3", "@astrojs/rss": "^4.0.11", "@astrojs/sitemap": "^3.2.1", - "astro": "^5.1.2" + "astro": "^5.1.3" } } diff --git a/examples/component/package.json b/examples/component/package.json index ba56521e9947..c1c9647c49e1 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.1.2" + "astro": "^5.1.3" }, "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 22ef7af1e979..cb65e951439f 100644 --- a/examples/container-with-vitest/package.json +++ b/examples/container-with-vitest/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/react": "^4.1.2", - "astro": "^5.1.2", + "astro": "^5.1.3", "react": "^18.3.1", "react-dom": "^18.3.1", "vitest": "^3.0.0-beta.3" diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 5c37865faeb3..601893430ec1 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -13,6 +13,6 @@ "@astrojs/alpinejs": "^0.4.1", "@types/alpinejs": "^3.13.10", "alpinejs": "^3.14.3", - "astro": "^5.1.2" + "astro": "^5.1.3" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 840ac0d861d8..20c1a4e6c0ce 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -17,7 +17,7 @@ "@astrojs/vue": "^5.0.4", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "astro": "^5.1.2", + "astro": "^5.1.3", "preact": "^10.24.3", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 57a6fc251b04..4e8c40cca6be 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/preact": "^4.0.1", "@preact/signals": "^2.0.0", - "astro": "^5.1.2", + "astro": "^5.1.3", "preact": "^10.24.3" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 44b0422a75fc..dec5febb83aa 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -13,7 +13,7 @@ "@astrojs/react": "^4.1.2", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "astro": "^5.1.2", + "astro": "^5.1.3", "react": "^18.3.1", "react-dom": "^18.3.1" } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 6dba36f6b6ea..d8ea6cbd365f 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/solid-js": "^5.0.1", - "astro": "^5.1.2", + "astro": "^5.1.3", "solid-js": "^1.9.3" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 9eee89331521..c057f0c92280 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/svelte": "^7.0.3", - "astro": "^5.1.2", + "astro": "^5.1.3", "svelte": "^5.1.16" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index a53600e0e78d..90baf26e3bf8 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/vue": "^5.0.4", - "astro": "^5.1.2", + "astro": "^5.1.3", "vue": "^3.5.12" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 2c99aa89505c..a46b11676d22 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/node": "^9.0.0", - "astro": "^5.1.2" + "astro": "^5.1.3" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index fda557091a12..a244cc68b311 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.1.2" + "astro": "^5.1.3" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index f2e095503328..d6db60936420 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.1.2" + "astro": "^5.1.3" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 8278c8cf7019..953f09541e77 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.1.2" + "astro": "^5.1.3" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 8c9f02d136f4..8987637643ae 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/node": "^9.0.0", "@astrojs/svelte": "^7.0.3", - "astro": "^5.1.2", + "astro": "^5.1.3", "svelte": "^5.1.16" } } diff --git a/examples/starlog/package.json b/examples/starlog/package.json index a6d6a329f05a..bcda7e06d584 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -9,7 +9,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.1.2", + "astro": "^5.1.3", "sass": "^1.80.6", "sharp": "^0.33.3" } diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json index e82ee0be0bc1..2f1cd3212907 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.1.2" + "astro": "^5.1.3" } } diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index 777bb94666c6..b78680856a28 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/markdoc": "^0.12.4", - "astro": "^5.1.2" + "astro": "^5.1.3" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 7fddbaf91497..b6db3fafab59 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/mdx": "^4.0.3", "@astrojs/preact": "^4.0.1", - "astro": "^5.1.2", + "astro": "^5.1.3", "preact": "^10.24.3" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 7759b2e847c7..260ad7f4442d 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/preact": "^4.0.1", "@nanostores/preact": "^0.5.2", - "astro": "^5.1.2", + "astro": "^5.1.3", "nanostores": "^0.11.3", "preact": "^10.24.3" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 320a7bb58272..3201c8f8b3b7 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -13,7 +13,7 @@ "@astrojs/mdx": "^4.0.3", "@astrojs/tailwind": "^5.1.4", "@types/canvas-confetti": "^1.6.4", - "astro": "^5.1.2", + "astro": "^5.1.3", "autoprefixer": "^10.4.20", "canvas-confetti": "^1.9.3", "postcss": "^8.4.49", diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index ba3a476a0860..db6125f369e5 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -11,7 +11,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^5.1.2", + "astro": "^5.1.3", "vitest": "^3.0.0-beta.3" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 62bdd370f2ef..0fcfffb5c58d 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,29 @@ # astro +## 5.1.3 + +### Patch Changes + +- [#12877](https://github.com/withastro/astro/pull/12877) [`73a0788`](https://github.com/withastro/astro/commit/73a078835eb92a05c3f681ee025c93d6db85b907) Thanks [@bluwy](https://github.com/bluwy)! - Fixes sourcemap warning generated by the `astro:server-islands` Vite plugin + +- [#12906](https://github.com/withastro/astro/pull/12906) [`2d89492`](https://github.com/withastro/astro/commit/2d89492d73142ed5c7cea9448d841a9892e66598) Thanks [@ascorbic](https://github.com/ascorbic)! - Fixes a bug that caused pages that return an empty array from getStaticPath to match every path + +- [`011fa0f`](https://github.com/withastro/astro/commit/011fa0f00ce457cb6b582d36b6b5b17aa89f0a70) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes a case where `astro:content` types would be erased when restarting the dev server + +- [#12907](https://github.com/withastro/astro/pull/12907) [`dbf1275`](https://github.com/withastro/astro/commit/dbf1275987d4d9724eab471f1600fba9a50aefb8) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes a regression around the server islands route, which was not passed to the adapters `astro:build:done` hook + +- [#12818](https://github.com/withastro/astro/pull/12818) [`579bd93`](https://github.com/withastro/astro/commit/579bd93794b787485479aa3b16554409a0504ed2) Thanks [@ascorbic](https://github.com/ascorbic)! - Fixes race condition where dev server would attempt to load collections before the content had loaded + +- [#12883](https://github.com/withastro/astro/pull/12883) [`fbac92f`](https://github.com/withastro/astro/commit/fbac92f8bdbb5ee1312726b2a535a81271b3f7d6) Thanks [@kaytwo](https://github.com/kaytwo)! - Fixes a bug where responses can be returned before session data is saved + +- [#12815](https://github.com/withastro/astro/pull/12815) [`3acc654`](https://github.com/withastro/astro/commit/3acc65444c27d87b6f2d61bdfa7df0e0db4e2686) Thanks [@ericswpark](https://github.com/ericswpark)! - Some non-index files that were incorrectly being treated as index files are now excluded + +- [#12884](https://github.com/withastro/astro/pull/12884) [`d7e97a7`](https://github.com/withastro/astro/commit/d7e97a775dda7a851bfc10b06161f9a1d3631ed3) Thanks [@ascorbic](https://github.com/ascorbic)! - Adds `render()` to stub content types + +- [#12883](https://github.com/withastro/astro/pull/12883) [`fbac92f`](https://github.com/withastro/astro/commit/fbac92f8bdbb5ee1312726b2a535a81271b3f7d6) Thanks [@kaytwo](https://github.com/kaytwo)! - Fixes a bug where session data could be corrupted if it is changed after calling .set() + +- [#12827](https://github.com/withastro/astro/pull/12827) [`7b5dc6f`](https://github.com/withastro/astro/commit/7b5dc6f0f1fbb825f52cd587aa1f7d21d731b3de) Thanks [@sinskiy](https://github.com/sinskiy)! - Fixes an issue when crawlers try to index Server Islands thinking that Server Islands are pages + ## 5.1.2 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 0d7b6de9a7d5..466e93cdd8fa 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "5.1.2", + "version": "5.1.3", "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/underscore-redirects/CHANGELOG.md b/packages/underscore-redirects/CHANGELOG.md index b957c353c30f..101586a255cf 100644 --- a/packages/underscore-redirects/CHANGELOG.md +++ b/packages/underscore-redirects/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/underscore-redirects +## 0.5.1 + +### Patch Changes + +- [#12904](https://github.com/withastro/astro/pull/12904) [`7fdbd43`](https://github.com/withastro/astro/commit/7fdbd4384dea186b9bbc2c6b130e8aba2a2c1e89) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes the type of `force` + ## 0.5.0 ### Minor Changes diff --git a/packages/underscore-redirects/package.json b/packages/underscore-redirects/package.json index 4a552ecef9b4..aae990792da1 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.5.0", + "version": "0.5.1", "type": "module", "author": "withastro", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f10296dc2baa..6279bfc08916 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -142,7 +142,7 @@ importers: examples/basics: dependencies: astro: - specifier: ^5.1.2 + specifier: ^5.1.3 version: link:../../packages/astro examples/blog: @@ -157,13 +157,13 @@ importers: specifier: ^3.2.1 version: link:../../packages/integrations/sitemap astro: - specifier: ^5.1.2 + specifier: ^5.1.3 version: link:../../packages/astro examples/component: devDependencies: astro: - specifier: ^5.1.2 + specifier: ^5.1.3 version: link:../../packages/astro examples/container-with-vitest: @@ -172,7 +172,7 @@ importers: specifier: ^4.1.2 version: link:../../packages/integrations/react astro: - specifier: ^5.1.2 + specifier: ^5.1.3 version: link:../../packages/astro react: specifier: ^18.3.1 @@ -203,7 +203,7 @@ importers: specifier: ^3.14.3 version: 3.14.3 astro: - specifier: ^5.1.2 + specifier: ^5.1.3 version: link:../../packages/astro examples/framework-multiple: @@ -230,7 +230,7 @@ importers: specifier: ^18.3.1 version: 18.3.1 astro: - specifier: ^5.1.2 + specifier: ^5.1.3 version: link:../../packages/astro preact: specifier: ^10.24.3 @@ -260,7 +260,7 @@ importers: specifier: ^2.0.0 version: 2.0.0(preact@10.25.1) astro: - specifier: ^5.1.2 + specifier: ^5.1.3 version: link:../../packages/astro preact: specifier: ^10.24.3 @@ -278,7 +278,7 @@ importers: specifier: ^18.3.1 version: 18.3.1 astro: - specifier: ^5.1.2 + specifier: ^5.1.3 version: link:../../packages/astro react: specifier: ^18.3.1 @@ -293,7 +293,7 @@ importers: specifier: ^5.0.1 version: link:../../packages/integrations/solid astro: - specifier: ^5.1.2 + specifier: ^5.1.3 version: link:../../packages/astro solid-js: specifier: ^1.9.3 @@ -305,7 +305,7 @@ importers: specifier: ^7.0.3 version: link:../../packages/integrations/svelte astro: - specifier: ^5.1.2 + specifier: ^5.1.3 version: link:../../packages/astro svelte: specifier: ^5.1.16 @@ -317,7 +317,7 @@ importers: specifier: ^5.0.4 version: link:../../packages/integrations/vue astro: - specifier: ^5.1.2 + specifier: ^5.1.3 version: link:../../packages/astro vue: specifier: ^3.5.12 @@ -329,25 +329,25 @@ importers: specifier: ^9.0.0 version: 9.0.0(astro@packages+astro) astro: - specifier: ^5.1.2 + specifier: ^5.1.3 version: link:../../packages/astro examples/integration: devDependencies: astro: - specifier: ^5.1.2 + specifier: ^5.1.3 version: link:../../packages/astro examples/minimal: dependencies: astro: - specifier: ^5.1.2 + specifier: ^5.1.3 version: link:../../packages/astro examples/portfolio: dependencies: astro: - specifier: ^5.1.2 + specifier: ^5.1.3 version: link:../../packages/astro examples/ssr: @@ -359,7 +359,7 @@ importers: specifier: ^7.0.3 version: link:../../packages/integrations/svelte astro: - specifier: ^5.1.2 + specifier: ^5.1.3 version: link:../../packages/astro svelte: specifier: ^5.1.16 @@ -368,7 +368,7 @@ importers: examples/starlog: dependencies: astro: - specifier: ^5.1.2 + specifier: ^5.1.3 version: link:../../packages/astro sass: specifier: ^1.80.6 @@ -383,7 +383,7 @@ importers: specifier: ^18.17.8 version: 18.19.50 astro: - specifier: ^5.1.2 + specifier: ^5.1.3 version: link:../../packages/astro examples/with-markdoc: @@ -392,7 +392,7 @@ importers: specifier: ^0.12.4 version: link:../../packages/integrations/markdoc astro: - specifier: ^5.1.2 + specifier: ^5.1.3 version: link:../../packages/astro examples/with-mdx: @@ -404,7 +404,7 @@ importers: specifier: ^4.0.1 version: link:../../packages/integrations/preact astro: - specifier: ^5.1.2 + specifier: ^5.1.3 version: link:../../packages/astro preact: specifier: ^10.24.3 @@ -419,7 +419,7 @@ importers: specifier: ^0.5.2 version: 0.5.2(nanostores@0.11.3)(preact@10.25.1) astro: - specifier: ^5.1.2 + specifier: ^5.1.3 version: link:../../packages/astro nanostores: specifier: ^0.11.3 @@ -440,7 +440,7 @@ importers: specifier: ^1.6.4 version: 1.6.4 astro: - specifier: ^5.1.2 + specifier: ^5.1.3 version: link:../../packages/astro autoprefixer: specifier: ^10.4.20 @@ -458,7 +458,7 @@ importers: examples/with-vitest: dependencies: astro: - specifier: ^5.1.2 + specifier: ^5.1.3 version: link:../../packages/astro vitest: specifier: ^3.0.0-beta.3 @@ -9004,7 +9004,6 @@ packages: libsql@0.4.5: resolution: {integrity: sha512-sorTJV6PNt94Wap27Sai5gtVLIea4Otb2LUiAUyr3p6BPOScGMKGt5F1b5X/XgkNtcsDKeX5qfeBDj+PdShclQ==} - cpu: [x64, arm64, wasm32] os: [darwin, linux, win32] lilconfig@3.1.3: @@ -11002,9 +11001,6 @@ packages: resolution: {integrity: sha512-M/wqwtOEjgb956/+m5ZrYT/Iq6Hax0OakWbokj8+9PXOnB7b/4AxESHieEtnNEy7ZpjsjYW1/5nK8fATQMmRxw==} peerDependencies: vue: '>=3.2.13' - peerDependenciesMeta: - vue: - optional: true vite@6.0.5: resolution: {integrity: sha512-akD5IAH/ID5imgue2DYhzsEwCi0/4VKY31uhMLEYJwPP4TiUp8pL5PIK+Wo7H8qT8JY9i+pVfPydcFPYD1EL7g==} @@ -17477,7 +17473,6 @@ snapshots: vite-svg-loader@5.1.0(vue@3.5.13(typescript@5.7.2)): dependencies: svgo: 3.3.2 - optionalDependencies: vue: 3.5.13(typescript@5.7.2) vite@6.0.5(@types/node@18.19.50)(jiti@2.4.0)(sass@1.82.0)(yaml@2.5.1):