diff --git a/.changeset/fluffy-shrimps-drop.md b/.changeset/fluffy-shrimps-drop.md deleted file mode 100644 index 7a31d5e3fd25..000000000000 --- a/.changeset/fluffy-shrimps-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes remote images `Etag` header handling by disabling internal cache diff --git a/.changeset/icy-pigs-smile.md b/.changeset/icy-pigs-smile.md deleted file mode 100644 index b3c753a3e46e..000000000000 --- a/.changeset/icy-pigs-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/sitemap': patch ---- - -Updates how routes are retrieved to avoid relying on a deprecated API diff --git a/.changeset/lovely-mice-sniff.md b/.changeset/lovely-mice-sniff.md deleted file mode 100644 index cd05f7343f12..000000000000 --- a/.changeset/lovely-mice-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes certain aliases not working when using images in JSON files with the content layer diff --git a/.changeset/ready-eagles-wink.md b/.changeset/ready-eagles-wink.md deleted file mode 100644 index db56d2a038c4..000000000000 --- a/.changeset/ready-eagles-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Reduces Astro’s install size by around 8 MB diff --git a/.changeset/tired-poems-shake.md b/.changeset/tired-poems-shake.md deleted file mode 100644 index 891ca6fa9aba..000000000000 --- a/.changeset/tired-poems-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes a vite warning log during builds when using npm diff --git a/examples/basics/package.json b/examples/basics/package.json index b21a34dfae1c..6b15ccff3f1c 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.16.6" + "astro": "^5.16.7" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 42ffe46ba1df..abbeab71bec6 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -12,8 +12,8 @@ "dependencies": { "@astrojs/mdx": "^4.3.13", "@astrojs/rss": "^4.0.14", - "@astrojs/sitemap": "^3.6.0", - "astro": "^5.16.6", + "@astrojs/sitemap": "^3.6.1", + "astro": "^5.16.7", "sharp": "^0.34.3" } } diff --git a/examples/component/package.json b/examples/component/package.json index 28f7a2ed7ff1..6ecb4f211f9b 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.16.6" + "astro": "^5.16.7" }, "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 c2afd5101f74..9bca08f381f5 100644 --- a/examples/container-with-vitest/package.json +++ b/examples/container-with-vitest/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/react": "^4.4.2", - "astro": "^5.16.6", + "astro": "^5.16.7", "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 894d8541e600..396d97416dcf 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.2", - "astro": "^5.16.6" + "astro": "^5.16.7" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index ab8f681c3597..263d02a6fc36 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -17,7 +17,7 @@ "@astrojs/vue": "^5.1.3", "@types/react": "^18.3.27", "@types/react-dom": "^18.3.7", - "astro": "^5.16.6", + "astro": "^5.16.7", "preact": "^10.28.0", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 9b30cc5d4711..c84613768ed4 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/preact": "^4.1.3", "@preact/signals": "^2.5.1", - "astro": "^5.16.6", + "astro": "^5.16.7", "preact": "^10.28.0" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index e94a5b9ec7b0..8636dc6bebc8 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -13,7 +13,7 @@ "@astrojs/react": "^4.4.2", "@types/react": "^18.3.27", "@types/react-dom": "^18.3.7", - "astro": "^5.16.6", + "astro": "^5.16.7", "react": "^18.3.1", "react-dom": "^18.3.1" } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 3563fa348241..2331391e46f2 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/solid-js": "^5.1.3", - "astro": "^5.16.6", + "astro": "^5.16.7", "solid-js": "^1.9.10" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 94e40c5e58b7..54c5740ee3a1 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/svelte": "^7.2.4", - "astro": "^5.16.6", + "astro": "^5.16.7", "svelte": "^5.45.10" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 544cffbffb67..2ec914d9500c 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/vue": "^5.1.3", - "astro": "^5.16.6", + "astro": "^5.16.7", "vue": "^3.5.25" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 97589ac18a65..71db7f7a79e3 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/node": "^9.5.1", - "astro": "^5.16.6" + "astro": "^5.16.7" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index 76ab068fb44c..ed8519b032f7 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.16.6" + "astro": "^5.16.7" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 73805a59d15e..37e183c5e104 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.16.6" + "astro": "^5.16.7" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 0906d6a25371..b51651cae308 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.16.6" + "astro": "^5.16.7" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 1cf9cb9866c8..a6b89da4cb39 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/node": "^9.5.1", "@astrojs/svelte": "^7.2.4", - "astro": "^5.16.6", + "astro": "^5.16.7", "svelte": "^5.45.10" } } diff --git a/examples/starlog/package.json b/examples/starlog/package.json index 2d9ddd59fc3b..df100f52f963 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -9,7 +9,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.16.6", + "astro": "^5.16.7", "sass": "^1.96.0", "sharp": "^0.34.3" } diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json index 2294c8246a46..ad8a2ea084d0 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.16.6" + "astro": "^5.16.7" } } diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index fee81a7ddfae..bb4c7a879afd 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/markdoc": "^0.15.10", - "astro": "^5.16.6" + "astro": "^5.16.7" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index e7d7ef31f4a8..bc4a9ffa8f30 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/mdx": "^4.3.13", "@astrojs/preact": "^4.1.3", - "astro": "^5.16.6", + "astro": "^5.16.7", "preact": "^10.28.0" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index c33c3ad79595..7e1418c194d3 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/preact": "^4.1.3", "@nanostores/preact": "^0.5.2", - "astro": "^5.16.6", + "astro": "^5.16.7", "nanostores": "^0.11.4", "preact": "^10.28.0" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 4830f6dd58d7..d1342b51de7f 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -13,7 +13,7 @@ "@astrojs/mdx": "^4.3.13", "@tailwindcss/vite": "^4.1.18", "@types/canvas-confetti": "^1.9.0", - "astro": "^5.16.6", + "astro": "^5.16.7", "canvas-confetti": "^1.9.4", "tailwindcss": "^4.1.18" } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index f01a65d626f9..1e9750519c7c 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -11,7 +11,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^5.16.6", + "astro": "^5.16.7", "vitest": "^3.2.4" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 1fd8d361348e..5e229d8e10db 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,17 @@ # astro +## 5.16.7 + +### Patch Changes + +- [#14954](https://github.com/withastro/astro/pull/14954) [`7bec4bd`](https://github.com/withastro/astro/commit/7bec4bdadda1d66da1c7dc0a01ad4412a47337d9) Thanks [@volpeon](https://github.com/volpeon)! - Fixes remote images `Etag` header handling by disabling internal cache + +- [#15028](https://github.com/withastro/astro/pull/15028) [`87b19b8`](https://github.com/withastro/astro/commit/87b19b8df49d08ee7a7a1855f3645fe7bebf1997) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fixes certain aliases not working when using images in JSON files with the content layer + +- [#15055](https://github.com/withastro/astro/pull/15055) [`4e28db8`](https://github.com/withastro/astro/commit/4e28db8d125b693039b393111fa48d7bcc913968) Thanks [@delucis](https://github.com/delucis)! - Reduces Astro’s install size by around 8 MB + +- [#15034](https://github.com/withastro/astro/pull/15034) [`8115752`](https://github.com/withastro/astro/commit/811575237d159ceac5d9f0a2ea3bf023df718759) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes a vite warning log during builds when using npm + ## 5.16.6 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index b2af4b1d1753..1cf070aadabb 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "5.16.6", + "version": "5.16.7", "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/sitemap/CHANGELOG.md b/packages/integrations/sitemap/CHANGELOG.md index b7c57c175ba3..e006e33fbffd 100644 --- a/packages/integrations/sitemap/CHANGELOG.md +++ b/packages/integrations/sitemap/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/sitemap +## 3.6.1 + +### Patch Changes + +- [#15033](https://github.com/withastro/astro/pull/15033) [`dd06779`](https://github.com/withastro/astro/commit/dd067798c02bff4968b23ce92670685a4e99ccdc) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Updates how routes are retrieved to avoid relying on a deprecated API + ## 3.6.0 ### Minor Changes diff --git a/packages/integrations/sitemap/package.json b/packages/integrations/sitemap/package.json index f2446b88e775..a8a94c8659cb 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.6.0", + "version": "3.6.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 973be004495f..b4e98b7045fb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -149,7 +149,7 @@ importers: examples/basics: dependencies: astro: - specifier: ^5.16.6 + specifier: ^5.16.7 version: link:../../packages/astro examples/blog: @@ -161,10 +161,10 @@ importers: specifier: ^4.0.14 version: link:../../packages/astro-rss '@astrojs/sitemap': - specifier: ^3.6.0 + specifier: ^3.6.1 version: link:../../packages/integrations/sitemap astro: - specifier: ^5.16.6 + specifier: ^5.16.7 version: link:../../packages/astro sharp: specifier: ^0.34.3 @@ -173,7 +173,7 @@ importers: examples/component: devDependencies: astro: - specifier: ^5.16.6 + specifier: ^5.16.7 version: link:../../packages/astro examples/container-with-vitest: @@ -182,7 +182,7 @@ importers: specifier: ^4.4.2 version: link:../../packages/integrations/react astro: - specifier: ^5.16.6 + specifier: ^5.16.7 version: link:../../packages/astro react: specifier: ^18.3.1 @@ -213,7 +213,7 @@ importers: specifier: ^3.15.2 version: 3.15.2 astro: - specifier: ^5.16.6 + specifier: ^5.16.7 version: link:../../packages/astro examples/framework-multiple: @@ -240,7 +240,7 @@ importers: specifier: ^18.3.7 version: 18.3.7(@types/react@18.3.27) astro: - specifier: ^5.16.6 + specifier: ^5.16.7 version: link:../../packages/astro preact: specifier: ^10.28.0 @@ -270,7 +270,7 @@ importers: specifier: ^2.5.1 version: 2.5.1(preact@10.28.0) astro: - specifier: ^5.16.6 + specifier: ^5.16.7 version: link:../../packages/astro preact: specifier: ^10.28.0 @@ -288,7 +288,7 @@ importers: specifier: ^18.3.7 version: 18.3.7(@types/react@18.3.27) astro: - specifier: ^5.16.6 + specifier: ^5.16.7 version: link:../../packages/astro react: specifier: ^18.3.1 @@ -303,7 +303,7 @@ importers: specifier: ^5.1.3 version: link:../../packages/integrations/solid astro: - specifier: ^5.16.6 + specifier: ^5.16.7 version: link:../../packages/astro solid-js: specifier: ^1.9.10 @@ -315,7 +315,7 @@ importers: specifier: ^7.2.4 version: link:../../packages/integrations/svelte astro: - specifier: ^5.16.6 + specifier: ^5.16.7 version: link:../../packages/astro svelte: specifier: ^5.45.10 @@ -327,7 +327,7 @@ importers: specifier: ^5.1.3 version: link:../../packages/integrations/vue astro: - specifier: ^5.16.6 + specifier: ^5.16.7 version: link:../../packages/astro vue: specifier: ^3.5.25 @@ -339,25 +339,25 @@ importers: specifier: ^9.5.1 version: link:../../packages/integrations/node astro: - specifier: ^5.16.6 + specifier: ^5.16.7 version: link:../../packages/astro examples/integration: devDependencies: astro: - specifier: ^5.16.6 + specifier: ^5.16.7 version: link:../../packages/astro examples/minimal: dependencies: astro: - specifier: ^5.16.6 + specifier: ^5.16.7 version: link:../../packages/astro examples/portfolio: dependencies: astro: - specifier: ^5.16.6 + specifier: ^5.16.7 version: link:../../packages/astro examples/ssr: @@ -369,7 +369,7 @@ importers: specifier: ^7.2.4 version: link:../../packages/integrations/svelte astro: - specifier: ^5.16.6 + specifier: ^5.16.7 version: link:../../packages/astro svelte: specifier: ^5.45.10 @@ -378,7 +378,7 @@ importers: examples/starlog: dependencies: astro: - specifier: ^5.16.6 + specifier: ^5.16.7 version: link:../../packages/astro sass: specifier: ^1.96.0 @@ -393,7 +393,7 @@ importers: specifier: ^18.17.8 version: 18.19.130 astro: - specifier: ^5.16.6 + specifier: ^5.16.7 version: link:../../packages/astro examples/with-markdoc: @@ -402,7 +402,7 @@ importers: specifier: ^0.15.10 version: link:../../packages/integrations/markdoc astro: - specifier: ^5.16.6 + specifier: ^5.16.7 version: link:../../packages/astro examples/with-mdx: @@ -414,7 +414,7 @@ importers: specifier: ^4.1.3 version: link:../../packages/integrations/preact astro: - specifier: ^5.16.6 + specifier: ^5.16.7 version: link:../../packages/astro preact: specifier: ^10.28.0 @@ -429,7 +429,7 @@ importers: specifier: ^0.5.2 version: 0.5.2(nanostores@0.11.4)(preact@10.28.0) astro: - specifier: ^5.16.6 + specifier: ^5.16.7 version: link:../../packages/astro nanostores: specifier: ^0.11.4 @@ -450,7 +450,7 @@ importers: specifier: ^1.9.0 version: 1.9.0 astro: - specifier: ^5.16.6 + specifier: ^5.16.7 version: link:../../packages/astro canvas-confetti: specifier: ^1.9.4 @@ -462,7 +462,7 @@ importers: examples/with-vitest: dependencies: astro: - specifier: ^5.16.6 + specifier: ^5.16.7 version: link:../../packages/astro vitest: specifier: ^3.2.4