diff --git a/.changeset/cruel-drinks-own.md b/.changeset/cruel-drinks-own.md deleted file mode 100644 index c9eb821fa3d0..000000000000 --- a/.changeset/cruel-drinks-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes an error in the docs that specified an incorrect version for the `security.allowedDomains` release. diff --git a/.changeset/fix-node-peer-dependency.md b/.changeset/fix-node-peer-dependency.md deleted file mode 100644 index e9a10dea5f9f..000000000000 --- a/.changeset/fix-node-peer-dependency.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/node': patch ---- - -Fixes compatibility issue with older versions of Astro by making `getAllowedDomains()` call optional and updating peer dependency to require `astro@^5.14.3` diff --git a/examples/basics/package.json b/examples/basics/package.json index 4f4d1c6ea79c..87d0641ea1e2 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.14.3" + "astro": "^5.14.4" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 4e68bb254e0c..7079a761f3c4 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -13,7 +13,7 @@ "@astrojs/mdx": "^4.3.7", "@astrojs/rss": "^4.0.12", "@astrojs/sitemap": "^3.6.0", - "astro": "^5.14.3", + "astro": "^5.14.4", "sharp": "^0.34.3" } } diff --git a/examples/component/package.json b/examples/component/package.json index 7955ef8401a9..1f679f7b07ca 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.14.3" + "astro": "^5.14.4" }, "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 bae3ff57d80d..962a33b7aa38 100644 --- a/examples/container-with-vitest/package.json +++ b/examples/container-with-vitest/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/react": "^4.4.0", - "astro": "^5.14.3", + "astro": "^5.14.4", "react": "^18.3.1", "react-dom": "^18.3.1", "vitest": "^3.2.4" diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 631d2f694112..dd785ea4b215 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -13,6 +13,6 @@ "@astrojs/alpinejs": "^0.4.9", "@types/alpinejs": "^3.13.11", "alpinejs": "^3.15.0", - "astro": "^5.14.3" + "astro": "^5.14.4" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 2d65db145ddd..37807fe9e3ad 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -17,7 +17,7 @@ "@astrojs/vue": "^5.1.1", "@types/react": "^18.3.25", "@types/react-dom": "^18.3.7", - "astro": "^5.14.3", + "astro": "^5.14.4", "preact": "^10.27.2", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 0cf286946620..3705dff6f3cc 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/preact": "^4.1.1", "@preact/signals": "^2.3.1", - "astro": "^5.14.3", + "astro": "^5.14.4", "preact": "^10.27.2" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index bb630fcf32dd..7725261c4367 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -13,7 +13,7 @@ "@astrojs/react": "^4.4.0", "@types/react": "^18.3.25", "@types/react-dom": "^18.3.7", - "astro": "^5.14.3", + "astro": "^5.14.4", "react": "^18.3.1", "react-dom": "^18.3.1" } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index c995177b8c83..94b0ac5f867f 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/solid-js": "^5.1.1", - "astro": "^5.14.3", + "astro": "^5.14.4", "solid-js": "^1.9.9" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index bebaf237fbb4..38bcce356250 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/svelte": "^7.2.0", - "astro": "^5.14.3", + "astro": "^5.14.4", "svelte": "^5.39.8" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index c6a47dfecc17..583e127ba06a 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/vue": "^5.1.1", - "astro": "^5.14.3", + "astro": "^5.14.4", "vue": "^3.5.22" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index fc5a588d4acd..6053b2259ecb 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^9.4.5", - "astro": "^5.14.3" + "@astrojs/node": "^9.4.6", + "astro": "^5.14.4" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index f2204c34b76a..b9c4b8fab0e8 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.14.3" + "astro": "^5.14.4" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index b6a73a070898..d87e79d25846 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.14.3" + "astro": "^5.14.4" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 69b7959aab7c..85bc2a98c2da 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.14.3" + "astro": "^5.14.4" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 44576f350a0b..37fb08941e4e 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.4.5", + "@astrojs/node": "^9.4.6", "@astrojs/svelte": "^7.2.0", - "astro": "^5.14.3", + "astro": "^5.14.4", "svelte": "^5.39.8" } } diff --git a/examples/starlog/package.json b/examples/starlog/package.json index a847da3f77d1..df8d5283d244 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -9,7 +9,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.14.3", + "astro": "^5.14.4", "sass": "^1.93.2", "sharp": "^0.34.3" } diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json index 54f7e682b9e9..8822ceb13704 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.14.3" + "astro": "^5.14.4" } } diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index 88e9f6463a0b..1c4a69d6bb20 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/markdoc": "^0.15.8", - "astro": "^5.14.3" + "astro": "^5.14.4" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index d93c28ee75eb..deb3f9919c3b 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/mdx": "^4.3.7", "@astrojs/preact": "^4.1.1", - "astro": "^5.14.3", + "astro": "^5.14.4", "preact": "^10.27.2" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 05080255dfae..31560a38606f 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/preact": "^4.1.1", "@nanostores/preact": "^0.5.2", - "astro": "^5.14.3", + "astro": "^5.14.4", "nanostores": "^0.11.4", "preact": "^10.27.2" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 1cfa8386d5ff..e7ce3bd9fade 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -13,7 +13,7 @@ "@astrojs/mdx": "^4.3.7", "@tailwindcss/vite": "^4.1.14", "@types/canvas-confetti": "^1.9.0", - "astro": "^5.14.3", + "astro": "^5.14.4", "canvas-confetti": "^1.9.3", "tailwindcss": "^4.1.14" } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index e7d0c43afdd0..fae0e2c32edb 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -11,7 +11,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^5.14.3", + "astro": "^5.14.4", "vitest": "^3.2.4" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 6f773ae41e4f..623f2ce0aea9 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,11 @@ # astro +## 5.14.4 + +### Patch Changes + +- [#14509](https://github.com/withastro/astro/pull/14509) [`7e04caf`](https://github.com/withastro/astro/commit/7e04caf9a4a75c75f06c4207fae601a5fd251735) Thanks [@ArmandPhilippot](https://github.com/ArmandPhilippot)! - Fixes an error in the docs that specified an incorrect version for the `security.allowedDomains` release. + ## 5.14.3 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index fd5cd8d6c035..750594e04255 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "5.14.3", + "version": "5.14.4", "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/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md index fc659090e064..1dd1cb288e06 100644 --- a/packages/integrations/node/CHANGELOG.md +++ b/packages/integrations/node/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/node +## 9.4.6 + +### Patch Changes + +- [#14514](https://github.com/withastro/astro/pull/14514) [`66a26d7`](https://github.com/withastro/astro/commit/66a26d7060de6acb709e169d00a8b2ce51b836fd) Thanks [@matthewp](https://github.com/matthewp)! - Fixes compatibility issue with older versions of Astro by making `getAllowedDomains()` call optional and updating peer dependency to require `astro@^5.14.3` + ## 9.4.5 ### Patch Changes diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index 3a1d5c258a9e..0da5c447ba58 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.4.5", + "version": "9.4.6", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d2ee7fa039a1..f39ee7635a47 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -150,7 +150,7 @@ importers: examples/basics: dependencies: astro: - specifier: ^5.14.3 + specifier: ^5.14.4 version: link:../../packages/astro examples/blog: @@ -165,7 +165,7 @@ importers: specifier: ^3.6.0 version: link:../../packages/integrations/sitemap astro: - specifier: ^5.14.3 + specifier: ^5.14.4 version: link:../../packages/astro sharp: specifier: ^0.34.3 @@ -174,7 +174,7 @@ importers: examples/component: devDependencies: astro: - specifier: ^5.14.3 + specifier: ^5.14.4 version: link:../../packages/astro examples/container-with-vitest: @@ -183,7 +183,7 @@ importers: specifier: ^4.4.0 version: link:../../packages/integrations/react astro: - specifier: ^5.14.3 + specifier: ^5.14.4 version: link:../../packages/astro react: specifier: ^18.3.1 @@ -214,7 +214,7 @@ importers: specifier: ^3.15.0 version: 3.15.0 astro: - specifier: ^5.14.3 + specifier: ^5.14.4 version: link:../../packages/astro examples/framework-multiple: @@ -241,7 +241,7 @@ importers: specifier: ^18.3.7 version: 18.3.7(@types/react@18.3.25) astro: - specifier: ^5.14.3 + specifier: ^5.14.4 version: link:../../packages/astro preact: specifier: ^10.27.2 @@ -271,7 +271,7 @@ importers: specifier: ^2.3.1 version: 2.3.1(preact@10.27.2) astro: - specifier: ^5.14.3 + specifier: ^5.14.4 version: link:../../packages/astro preact: specifier: ^10.27.2 @@ -289,7 +289,7 @@ importers: specifier: ^18.3.7 version: 18.3.7(@types/react@18.3.25) astro: - specifier: ^5.14.3 + specifier: ^5.14.4 version: link:../../packages/astro react: specifier: ^18.3.1 @@ -304,7 +304,7 @@ importers: specifier: ^5.1.1 version: link:../../packages/integrations/solid astro: - specifier: ^5.14.3 + specifier: ^5.14.4 version: link:../../packages/astro solid-js: specifier: ^1.9.9 @@ -316,7 +316,7 @@ importers: specifier: ^7.2.0 version: link:../../packages/integrations/svelte astro: - specifier: ^5.14.3 + specifier: ^5.14.4 version: link:../../packages/astro svelte: specifier: ^5.39.8 @@ -328,7 +328,7 @@ importers: specifier: ^5.1.1 version: link:../../packages/integrations/vue astro: - specifier: ^5.14.3 + specifier: ^5.14.4 version: link:../../packages/astro vue: specifier: ^3.5.22 @@ -337,40 +337,40 @@ importers: examples/hackernews: dependencies: '@astrojs/node': - specifier: ^9.4.5 + specifier: ^9.4.6 version: link:../../packages/integrations/node astro: - specifier: ^5.14.3 + specifier: ^5.14.4 version: link:../../packages/astro examples/integration: devDependencies: astro: - specifier: ^5.14.3 + specifier: ^5.14.4 version: link:../../packages/astro examples/minimal: dependencies: astro: - specifier: ^5.14.3 + specifier: ^5.14.4 version: link:../../packages/astro examples/portfolio: dependencies: astro: - specifier: ^5.14.3 + specifier: ^5.14.4 version: link:../../packages/astro examples/ssr: dependencies: '@astrojs/node': - specifier: ^9.4.5 + specifier: ^9.4.6 version: link:../../packages/integrations/node '@astrojs/svelte': specifier: ^7.2.0 version: link:../../packages/integrations/svelte astro: - specifier: ^5.14.3 + specifier: ^5.14.4 version: link:../../packages/astro svelte: specifier: ^5.39.8 @@ -379,7 +379,7 @@ importers: examples/starlog: dependencies: astro: - specifier: ^5.14.3 + specifier: ^5.14.4 version: link:../../packages/astro sass: specifier: ^1.93.2 @@ -394,7 +394,7 @@ importers: specifier: ^18.17.8 version: 18.19.124 astro: - specifier: ^5.14.3 + specifier: ^5.14.4 version: link:../../packages/astro examples/with-markdoc: @@ -403,7 +403,7 @@ importers: specifier: ^0.15.8 version: link:../../packages/integrations/markdoc astro: - specifier: ^5.14.3 + specifier: ^5.14.4 version: link:../../packages/astro examples/with-mdx: @@ -415,7 +415,7 @@ importers: specifier: ^4.1.1 version: link:../../packages/integrations/preact astro: - specifier: ^5.14.3 + specifier: ^5.14.4 version: link:../../packages/astro preact: specifier: ^10.27.2 @@ -430,7 +430,7 @@ importers: specifier: ^0.5.2 version: 0.5.2(nanostores@0.11.4)(preact@10.27.2) astro: - specifier: ^5.14.3 + specifier: ^5.14.4 version: link:../../packages/astro nanostores: specifier: ^0.11.4 @@ -451,7 +451,7 @@ importers: specifier: ^1.9.0 version: 1.9.0 astro: - specifier: ^5.14.3 + specifier: ^5.14.4 version: link:../../packages/astro canvas-confetti: specifier: ^1.9.3 @@ -463,7 +463,7 @@ importers: examples/with-vitest: dependencies: astro: - specifier: ^5.14.3 + specifier: ^5.14.4 version: link:../../packages/astro vitest: specifier: ^3.2.4