From 09f37ace0e1a930ad64dab6e4037f30dcfd095fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 06:21:53 +0000 Subject: [PATCH] [ci] release --- .changeset/fix-manifest-setter.md | 5 --- .changeset/young-hornets-post.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 | 8 ++++ packages/astro/package.json | 2 +- pnpm-lock.yaml | 46 ++++++++++----------- 28 files changed, 55 insertions(+), 57 deletions(-) delete mode 100644 .changeset/fix-manifest-setter.md delete mode 100644 .changeset/young-hornets-post.md diff --git a/.changeset/fix-manifest-setter.md b/.changeset/fix-manifest-setter.md deleted file mode 100644 index 3c520d534206..000000000000 --- a/.changeset/fix-manifest-setter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes `Cannot set property manifest` error in test utilities by adding a protected setter for the manifest property diff --git a/.changeset/young-hornets-post.md b/.changeset/young-hornets-post.md deleted file mode 100644 index 514db808af45..000000000000 --- a/.changeset/young-hornets-post.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes a bug where the "tap" prefetch strategy worked only on the first clicked link with view transitions enabled diff --git a/examples/basics/package.json b/examples/basics/package.json index 8e17e2b0a780..4f4d1c6ea79c 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.14.2" + "astro": "^5.14.3" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 2453faaf5eb1..4e68bb254e0c 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.2", + "astro": "^5.14.3", "sharp": "^0.34.3" } } diff --git a/examples/component/package.json b/examples/component/package.json index 1e94de1bde9b..7955ef8401a9 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.14.2" + "astro": "^5.14.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 9e5d4044ef0b..bae3ff57d80d 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.2", + "astro": "^5.14.3", "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 b8433a5b8435..631d2f694112 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.2" + "astro": "^5.14.3" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 3051d7b5d1fc..2d65db145ddd 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.2", + "astro": "^5.14.3", "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 366362ef9f6f..0cf286946620 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.2", + "astro": "^5.14.3", "preact": "^10.27.2" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index a044a76f8a20..bb630fcf32dd 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.2", + "astro": "^5.14.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 9012613fe148..c995177b8c83 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.2", + "astro": "^5.14.3", "solid-js": "^1.9.9" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 84697bf5bad3..bebaf237fbb4 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.2", + "astro": "^5.14.3", "svelte": "^5.39.8" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index b2a38a654be7..c6a47dfecc17 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.2", + "astro": "^5.14.3", "vue": "^3.5.22" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 55e954bac7e2..fc5a588d4acd 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/node": "^9.4.5", - "astro": "^5.14.2" + "astro": "^5.14.3" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index b47ef72435de..f2204c34b76a 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.14.2" + "astro": "^5.14.3" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index ecd0c756d84d..b6a73a070898 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.14.2" + "astro": "^5.14.3" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 2f78f3ab4ab7..69b7959aab7c 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.14.2" + "astro": "^5.14.3" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 0d159db4dd86..44576f350a0b 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/node": "^9.4.5", "@astrojs/svelte": "^7.2.0", - "astro": "^5.14.2", + "astro": "^5.14.3", "svelte": "^5.39.8" } } diff --git a/examples/starlog/package.json b/examples/starlog/package.json index f244334a1250..a847da3f77d1 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -9,7 +9,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.14.2", + "astro": "^5.14.3", "sass": "^1.93.2", "sharp": "^0.34.3" } diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json index 08fcf17511a4..54f7e682b9e9 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.2" + "astro": "^5.14.3" } } diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index e25f7e6f5974..88e9f6463a0b 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.2" + "astro": "^5.14.3" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 1a720bab2357..d93c28ee75eb 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.2", + "astro": "^5.14.3", "preact": "^10.27.2" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 22d703ddb126..05080255dfae 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.2", + "astro": "^5.14.3", "nanostores": "^0.11.4", "preact": "^10.27.2" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index a193375f50a9..1cfa8386d5ff 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.2", + "astro": "^5.14.3", "canvas-confetti": "^1.9.3", "tailwindcss": "^4.1.14" } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index 4f7f6fdd8890..e7d0c43afdd0 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -11,7 +11,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^5.14.2", + "astro": "^5.14.3", "vitest": "^3.2.4" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 31ef2988bd1a..6f773ae41e4f 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,13 @@ # astro +## 5.14.3 + +### Patch Changes + +- [#14505](https://github.com/withastro/astro/pull/14505) [`28b2a1d`](https://github.com/withastro/astro/commit/28b2a1db4f3f265632f280b0dbc4c5f241c387e2) Thanks [@matthewp](https://github.com/matthewp)! - Fixes `Cannot set property manifest` error in test utilities by adding a protected setter for the manifest property + +- [#14235](https://github.com/withastro/astro/pull/14235) [`c4d84bb`](https://github.com/withastro/astro/commit/c4d84bb654c9a5064b243e971c3b5b280e2b3791) Thanks [@toxeeec](https://github.com/toxeeec)! - Fixes a bug where the "tap" prefetch strategy worked only on the first clicked link with view transitions enabled + ## 5.14.2 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 465e2b9c17a8..fd5cd8d6c035 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "5.14.2", + "version": "5.14.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/pnpm-lock.yaml b/pnpm-lock.yaml index e4325f09dc65..d2ee7fa039a1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -150,7 +150,7 @@ importers: examples/basics: dependencies: astro: - specifier: ^5.14.2 + specifier: ^5.14.3 version: link:../../packages/astro examples/blog: @@ -165,7 +165,7 @@ importers: specifier: ^3.6.0 version: link:../../packages/integrations/sitemap astro: - specifier: ^5.14.2 + specifier: ^5.14.3 version: link:../../packages/astro sharp: specifier: ^0.34.3 @@ -174,7 +174,7 @@ importers: examples/component: devDependencies: astro: - specifier: ^5.14.2 + specifier: ^5.14.3 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.2 + specifier: ^5.14.3 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.2 + specifier: ^5.14.3 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.2 + specifier: ^5.14.3 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.2 + specifier: ^5.14.3 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.2 + specifier: ^5.14.3 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.2 + specifier: ^5.14.3 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.2 + specifier: ^5.14.3 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.2 + specifier: ^5.14.3 version: link:../../packages/astro vue: specifier: ^3.5.22 @@ -340,25 +340,25 @@ importers: specifier: ^9.4.5 version: link:../../packages/integrations/node astro: - specifier: ^5.14.2 + specifier: ^5.14.3 version: link:../../packages/astro examples/integration: devDependencies: astro: - specifier: ^5.14.2 + specifier: ^5.14.3 version: link:../../packages/astro examples/minimal: dependencies: astro: - specifier: ^5.14.2 + specifier: ^5.14.3 version: link:../../packages/astro examples/portfolio: dependencies: astro: - specifier: ^5.14.2 + specifier: ^5.14.3 version: link:../../packages/astro examples/ssr: @@ -370,7 +370,7 @@ importers: specifier: ^7.2.0 version: link:../../packages/integrations/svelte astro: - specifier: ^5.14.2 + specifier: ^5.14.3 version: link:../../packages/astro svelte: specifier: ^5.39.8 @@ -379,7 +379,7 @@ importers: examples/starlog: dependencies: astro: - specifier: ^5.14.2 + specifier: ^5.14.3 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.2 + specifier: ^5.14.3 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.2 + specifier: ^5.14.3 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.2 + specifier: ^5.14.3 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.2 + specifier: ^5.14.3 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.2 + specifier: ^5.14.3 version: link:../../packages/astro canvas-confetti: specifier: ^1.9.3 @@ -463,7 +463,7 @@ importers: examples/with-vitest: dependencies: astro: - specifier: ^5.14.2 + specifier: ^5.14.3 version: link:../../packages/astro vitest: specifier: ^3.2.4