diff --git a/.changeset/brave-wombats-jam.md b/.changeset/brave-wombats-jam.md deleted file mode 100644 index 6d76c9667a0f..000000000000 --- a/.changeset/brave-wombats-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/vercel': patch ---- - -Changes the default Node.js version of Vercel functions to 22 diff --git a/.changeset/fluffy-seas-shine.md b/.changeset/fluffy-seas-shine.md deleted file mode 100644 index 358e071db2d0..000000000000 --- a/.changeset/fluffy-seas-shine.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Correct types to allow `priority` on all images diff --git a/.changeset/fuzzy-laws-feel.md b/.changeset/fuzzy-laws-feel.md deleted file mode 100644 index cc66f6232e53..000000000000 --- a/.changeset/fuzzy-laws-feel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes a bug that caused a type error when defining session options without a driver diff --git a/.changeset/lucky-cameras-notice.md b/.changeset/lucky-cameras-notice.md deleted file mode 100644 index 3fe77dd1179d..000000000000 --- a/.changeset/lucky-cameras-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes an issue where Astro's default 404 route would incorrectly match routes containing "/404" in dev \ No newline at end of file diff --git a/.changeset/major-ideas-exist.md b/.changeset/major-ideas-exist.md deleted file mode 100644 index 49b27d98a263..000000000000 --- a/.changeset/major-ideas-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes a case where `astro:env` would not load the right environments variables in dev diff --git a/.changeset/sharp-apes-pick.md b/.changeset/sharp-apes-pick.md deleted file mode 100644 index 54ff7497aef4..000000000000 --- a/.changeset/sharp-apes-pick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Improves error handling in live collections diff --git a/.changeset/stale-knives-rhyme.md b/.changeset/stale-knives-rhyme.md deleted file mode 100644 index a7dcf8e3cb76..000000000000 --- a/.changeset/stale-knives-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro": patch ---- - -Fixes a bug that caused some image service builds to fail diff --git a/.changeset/tricky-eels-laugh.md b/.changeset/tricky-eels-laugh.md deleted file mode 100644 index 2e641196a1d1..000000000000 --- a/.changeset/tricky-eels-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes a case where zod could not be imported from `astro:content` virtual module in live collection config diff --git a/.changeset/upset-books-ask.md b/.changeset/upset-books-ask.md deleted file mode 100644 index b95d1aaefa27..000000000000 --- a/.changeset/upset-books-ask.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/netlify': patch ---- - -Upgrades Netlify Vite plugin to fix error in edge functions. diff --git a/examples/basics/package.json b/examples/basics/package.json index 944a93014305..8975f017bed4 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.12.0" + "astro": "^5.12.1" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 4fa5bb6b9306..89aa9f717d4a 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -13,7 +13,7 @@ "@astrojs/mdx": "^4.3.1", "@astrojs/rss": "^4.0.12", "@astrojs/sitemap": "^3.4.1", - "astro": "^5.12.0", + "astro": "^5.12.1", "sharp": "^0.34.2" } } diff --git a/examples/component/package.json b/examples/component/package.json index e831b03e08ae..dcb5d0bf672d 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.12.0" + "astro": "^5.12.1" }, "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 1f9bd1eb5188..b1a1567e29b5 100644 --- a/examples/container-with-vitest/package.json +++ b/examples/container-with-vitest/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/react": "^4.3.0", - "astro": "^5.12.0", + "astro": "^5.12.1", "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 f5b244b1dee3..583d6967ca37 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -13,6 +13,6 @@ "@astrojs/alpinejs": "^0.4.8", "@types/alpinejs": "^3.13.11", "alpinejs": "^3.14.9", - "astro": "^5.12.0" + "astro": "^5.12.1" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 7d5c5f3ef009..566989124b90 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -17,7 +17,7 @@ "@astrojs/vue": "^5.1.0", "@types/react": "^18.3.20", "@types/react-dom": "^18.3.6", - "astro": "^5.12.0", + "astro": "^5.12.1", "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 e3f90eed57ff..b82d7814f9bb 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/preact": "^4.1.0", "@preact/signals": "^2.0.3", - "astro": "^5.12.0", + "astro": "^5.12.1", "preact": "^10.26.5" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index ef23197f0355..65812203a37f 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -13,7 +13,7 @@ "@astrojs/react": "^4.3.0", "@types/react": "^18.3.20", "@types/react-dom": "^18.3.6", - "astro": "^5.12.0", + "astro": "^5.12.1", "react": "^18.3.1", "react-dom": "^18.3.1" } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 9b23e490dd8c..6d68db033148 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/solid-js": "^5.1.0", - "astro": "^5.12.0", + "astro": "^5.12.1", "solid-js": "^1.9.5" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 2385102fb4fd..d567d2e797cf 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/svelte": "^7.1.0", - "astro": "^5.12.0", + "astro": "^5.12.1", "svelte": "^5.25.7" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 31bbcd48dab9..89518990d673 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/vue": "^5.1.0", - "astro": "^5.12.0", + "astro": "^5.12.1", "vue": "^3.5.13" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 23876f3d2f4a..3c9ba65ef174 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/node": "^9.3.0", - "astro": "^5.12.0" + "astro": "^5.12.1" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index 3a5f6fea261a..f5e29816b8ec 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.12.0" + "astro": "^5.12.1" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index a40459e3ed49..3af5a5a1c9bd 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.12.0" + "astro": "^5.12.1" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 04a0e0e278cc..6216241a354f 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.12.0" + "astro": "^5.12.1" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index df069bad58ba..07c505afbd4c 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/node": "^9.3.0", "@astrojs/svelte": "^7.1.0", - "astro": "^5.12.0", + "astro": "^5.12.1", "svelte": "^5.25.7" } } diff --git a/examples/starlog/package.json b/examples/starlog/package.json index ba1bba923cf1..f6762302d697 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -9,7 +9,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.12.0", + "astro": "^5.12.1", "sass": "^1.86.3", "sharp": "^0.33.3" } diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json index 778d8a8cd871..b1f53792ef2c 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.12.0" + "astro": "^5.12.1" } } diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index 15d5977f418d..95bed3b8042b 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/markdoc": "^0.15.1", - "astro": "^5.12.0" + "astro": "^5.12.1" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index e31be9f19fb1..8e251534f1d4 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/mdx": "^4.3.1", "@astrojs/preact": "^4.1.0", - "astro": "^5.12.0", + "astro": "^5.12.1", "preact": "^10.26.5" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 5138cc89eff6..e5b314536e8e 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/preact": "^4.1.0", "@nanostores/preact": "^0.5.2", - "astro": "^5.12.0", + "astro": "^5.12.1", "nanostores": "^0.11.4", "preact": "^10.26.5" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 4cd6cebb9896..0441bb284d33 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -13,7 +13,7 @@ "@astrojs/mdx": "^4.3.1", "@tailwindcss/vite": "^4.1.3", "@types/canvas-confetti": "^1.9.0", - "astro": "^5.12.0", + "astro": "^5.12.1", "canvas-confetti": "^1.9.3", "tailwindcss": "^4.1.3" } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index 41c99d20f317..6289b31b231f 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -11,7 +11,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^5.12.0", + "astro": "^5.12.1", "vitest": "^3.1.1" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 400ee0d38c1c..8351e4ad720d 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,23 @@ # astro +## 5.12.1 + +### Patch Changes + +- [#14094](https://github.com/withastro/astro/pull/14094) [`22e9087`](https://github.com/withastro/astro/commit/22e90873f85d7b5b5d556f456362656f04b32341) Thanks [@ascorbic](https://github.com/ascorbic)! - Correct types to allow `priority` on all images + +- [#14091](https://github.com/withastro/astro/pull/14091) [`26c6b6d`](https://github.com/withastro/astro/commit/26c6b6db264f9cbd98ddf97c3f7a34ec7f488095) Thanks [@ascorbic](https://github.com/ascorbic)! - Fixes a bug that caused a type error when defining session options without a driver + +- [#14082](https://github.com/withastro/astro/pull/14082) [`93322cb`](https://github.com/withastro/astro/commit/93322cbe36c40401256eea2a9e34f5fbe13a28ec) Thanks [@louisescher](https://github.com/louisescher)! - Fixes an issue where Astro's default 404 route would incorrectly match routes containing "/404" in dev + +- [#14089](https://github.com/withastro/astro/pull/14089) [`687d253`](https://github.com/withastro/astro/commit/687d25365a41ff8a9e6da155d3527f841abb70dd) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes a case where `astro:env` would not load the right environments variables in dev + +- [#14092](https://github.com/withastro/astro/pull/14092) [`6692c71`](https://github.com/withastro/astro/commit/6692c71ed609690ebf6a697d88582130a5cbfdfb) Thanks [@ascorbic](https://github.com/ascorbic)! - Improves error handling in live collections + +- [#14074](https://github.com/withastro/astro/pull/14074) [`144a950`](https://github.com/withastro/astro/commit/144a950b55f22c2beeff710e5672e9fa611520b3) Thanks [@abcfy2](https://github.com/abcfy2)! - Fixes a bug that caused some image service builds to fail + +- [#14092](https://github.com/withastro/astro/pull/14092) [`6692c71`](https://github.com/withastro/astro/commit/6692c71ed609690ebf6a697d88582130a5cbfdfb) Thanks [@ascorbic](https://github.com/ascorbic)! - Fixes a case where zod could not be imported from `astro:content` virtual module in live collection config + ## 5.12.0 ### Minor Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 3a43cafa3179..5bef52d26716 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "5.12.0", + "version": "5.12.1", "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/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md index 5f3557b3a149..fa12511c1d69 100644 --- a/packages/integrations/netlify/CHANGELOG.md +++ b/packages/integrations/netlify/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/netlify +## 6.5.2 + +### Patch Changes + +- [#14103](https://github.com/withastro/astro/pull/14103) [`69d6871`](https://github.com/withastro/astro/commit/69d6871e2af80903be50173b21743234911738b8) Thanks [@ascorbic](https://github.com/ascorbic)! - Upgrades Netlify Vite plugin to fix error in edge functions. + +- Updated dependencies []: + - @astrojs/underscore-redirects@1.0.0 + ## 6.5.1 ### Patch Changes diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index 7d25f62b19f5..aab1061a3a1b 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.5.1", + "version": "6.5.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index d8767c1c063e..0e823b9aecd5 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vercel +## 8.2.3 + +### Patch Changes + +- [#14077](https://github.com/withastro/astro/pull/14077) [`42ef004`](https://github.com/withastro/astro/commit/42ef00442cc685dd7452de13b476e42bffde9df3) Thanks [@jat001](https://github.com/jat001)! - Changes the default Node.js version of Vercel functions to 22 + ## 8.2.2 ### Patch Changes diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index 29d4a7199712..360aaebd52da 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.2.2", + "version": "8.2.3", "type": "module", "author": "withastro", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index eef204b8bc9b..20eeb422f2f8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -145,7 +145,7 @@ importers: examples/basics: dependencies: astro: - specifier: ^5.12.0 + specifier: ^5.12.1 version: link:../../packages/astro examples/blog: @@ -160,7 +160,7 @@ importers: specifier: ^3.4.1 version: link:../../packages/integrations/sitemap astro: - specifier: ^5.12.0 + specifier: ^5.12.1 version: link:../../packages/astro sharp: specifier: ^0.34.2 @@ -169,7 +169,7 @@ importers: examples/component: devDependencies: astro: - specifier: ^5.12.0 + specifier: ^5.12.1 version: link:../../packages/astro examples/container-with-vitest: @@ -178,7 +178,7 @@ importers: specifier: ^4.3.0 version: link:../../packages/integrations/react astro: - specifier: ^5.12.0 + specifier: ^5.12.1 version: link:../../packages/astro react: specifier: ^18.3.1 @@ -209,7 +209,7 @@ importers: specifier: ^3.14.9 version: 3.14.9 astro: - specifier: ^5.12.0 + specifier: ^5.12.1 version: link:../../packages/astro examples/framework-multiple: @@ -236,7 +236,7 @@ importers: specifier: ^18.3.6 version: 18.3.7(@types/react@18.3.23) astro: - specifier: ^5.12.0 + specifier: ^5.12.1 version: link:../../packages/astro preact: specifier: ^10.26.5 @@ -266,7 +266,7 @@ importers: specifier: ^2.0.3 version: 2.2.0(preact@10.26.9) astro: - specifier: ^5.12.0 + specifier: ^5.12.1 version: link:../../packages/astro preact: specifier: ^10.26.5 @@ -284,7 +284,7 @@ importers: specifier: ^18.3.6 version: 18.3.7(@types/react@18.3.23) astro: - specifier: ^5.12.0 + specifier: ^5.12.1 version: link:../../packages/astro react: specifier: ^18.3.1 @@ -299,7 +299,7 @@ importers: specifier: ^5.1.0 version: link:../../packages/integrations/solid astro: - specifier: ^5.12.0 + specifier: ^5.12.1 version: link:../../packages/astro solid-js: specifier: ^1.9.5 @@ -311,7 +311,7 @@ importers: specifier: ^7.1.0 version: link:../../packages/integrations/svelte astro: - specifier: ^5.12.0 + specifier: ^5.12.1 version: link:../../packages/astro svelte: specifier: ^5.25.7 @@ -323,7 +323,7 @@ importers: specifier: ^5.1.0 version: link:../../packages/integrations/vue astro: - specifier: ^5.12.0 + specifier: ^5.12.1 version: link:../../packages/astro vue: specifier: ^3.5.13 @@ -335,25 +335,25 @@ importers: specifier: ^9.3.0 version: link:../../packages/integrations/node astro: - specifier: ^5.12.0 + specifier: ^5.12.1 version: link:../../packages/astro examples/integration: devDependencies: astro: - specifier: ^5.12.0 + specifier: ^5.12.1 version: link:../../packages/astro examples/minimal: dependencies: astro: - specifier: ^5.12.0 + specifier: ^5.12.1 version: link:../../packages/astro examples/portfolio: dependencies: astro: - specifier: ^5.12.0 + specifier: ^5.12.1 version: link:../../packages/astro examples/ssr: @@ -365,7 +365,7 @@ importers: specifier: ^7.1.0 version: link:../../packages/integrations/svelte astro: - specifier: ^5.12.0 + specifier: ^5.12.1 version: link:../../packages/astro svelte: specifier: ^5.25.7 @@ -374,7 +374,7 @@ importers: examples/starlog: dependencies: astro: - specifier: ^5.12.0 + specifier: ^5.12.1 version: link:../../packages/astro sass: specifier: ^1.86.3 @@ -389,7 +389,7 @@ importers: specifier: ^18.17.8 version: 18.19.50 astro: - specifier: ^5.12.0 + specifier: ^5.12.1 version: link:../../packages/astro examples/with-markdoc: @@ -398,7 +398,7 @@ importers: specifier: ^0.15.1 version: link:../../packages/integrations/markdoc astro: - specifier: ^5.12.0 + specifier: ^5.12.1 version: link:../../packages/astro examples/with-mdx: @@ -410,7 +410,7 @@ importers: specifier: ^4.1.0 version: link:../../packages/integrations/preact astro: - specifier: ^5.12.0 + specifier: ^5.12.1 version: link:../../packages/astro preact: specifier: ^10.26.5 @@ -425,7 +425,7 @@ importers: specifier: ^0.5.2 version: 0.5.2(nanostores@0.11.4)(preact@10.26.9) astro: - specifier: ^5.12.0 + specifier: ^5.12.1 version: link:../../packages/astro nanostores: specifier: ^0.11.4 @@ -446,7 +446,7 @@ importers: specifier: ^1.9.0 version: 1.9.0 astro: - specifier: ^5.12.0 + specifier: ^5.12.1 version: link:../../packages/astro canvas-confetti: specifier: ^1.9.3 @@ -458,7 +458,7 @@ importers: examples/with-vitest: dependencies: astro: - specifier: ^5.12.0 + specifier: ^5.12.1 version: link:../../packages/astro vitest: specifier: ^3.1.1 @@ -11096,7 +11096,6 @@ packages: libsql@0.5.4: resolution: {integrity: sha512-GEFeWca4SDAQFxjHWJBE6GK52LEtSskiujbG3rqmmeTO9t4sfSBKIURNLLpKDDF7fb7jmTuuRkDAn9BZGITQNw==} - cpu: [x64, arm64, wasm32] os: [darwin, linux, win32] lightningcss-darwin-arm64@1.29.2: