diff --git a/.changeset/loud-emus-look.md b/.changeset/loud-emus-look.md deleted file mode 100644 index ec07dec9c157..000000000000 --- a/.changeset/loud-emus-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Remove all assets created from the server build diff --git a/.changeset/tame-spoons-shop.md b/.changeset/tame-spoons-shop.md deleted file mode 100644 index e0d80ecdb92c..000000000000 --- a/.changeset/tame-spoons-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Clean server sourcemaps from static output diff --git a/examples/basics/package.json b/examples/basics/package.json index 35733ec758a5..ef408ce03756 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.16.17" + "astro": "^4.16.18" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index c962e72bf390..e1eeb5a9b4ec 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -14,6 +14,6 @@ "@astrojs/mdx": "^3.1.9", "@astrojs/rss": "^4.0.9", "@astrojs/sitemap": "^3.2.1", - "astro": "^4.16.17" + "astro": "^4.16.18" } } diff --git a/examples/component/package.json b/examples/component/package.json index 97f72668cbea..81475fd36d01 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.16.17" + "astro": "^4.16.18" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json index 7ea5ad3061cc..20a1797e5549 100644 --- a/examples/container-with-vitest/package.json +++ b/examples/container-with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest run" }, "dependencies": { - "astro": "^4.16.17", + "astro": "^4.16.18", "@astrojs/react": "^3.6.3", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index f1b3ae93b5e2..48458adc8082 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -14,6 +14,6 @@ "@astrojs/alpinejs": "^0.4.0", "@types/alpinejs": "^3.13.11", "alpinejs": "^3.14.3", - "astro": "^4.16.17" + "astro": "^4.16.18" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index ebb37024e14c..92b685a15a47 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/lit": "^4.3.0", "@webcomponents/template-shadowroot": "^0.2.1", - "astro": "^4.16.17", + "astro": "^4.16.18", "lit": "^3.2.1" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index f2d839b8be8e..58f51768fe77 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -18,7 +18,7 @@ "@astrojs/vue": "^4.5.3", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "astro": "^4.16.17", + "astro": "^4.16.18", "preact": "^10.25.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 ab11ff28f79e..9ff4d86ac5b8 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/preact": "^3.5.4", "@preact/signals": "^1.3.0", - "astro": "^4.16.17", + "astro": "^4.16.18", "preact": "^10.25.0" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 0c89290579b9..92646b55f206 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^3.6.3", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "astro": "^4.16.17", + "astro": "^4.16.18", "react": "^18.3.1", "react-dom": "^18.3.1" } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 69dcff84fa07..d2be9920b651 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/solid-js": "^4.4.4", - "astro": "^4.16.17", + "astro": "^4.16.18", "solid-js": "^1.9.3" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index c1ea8986b560..6f02c13efd50 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/svelte": "^6.0.2", - "astro": "^4.16.17", + "astro": "^4.16.18", "svelte": "^5.2.9" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 9939bd641669..37aa6b398805 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/vue": "^4.5.3", - "astro": "^4.16.17", + "astro": "^4.16.18", "vue": "^3.5.13" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index f8723839a253..b8c4fbb6d169 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^8.3.4", - "astro": "^4.16.17" + "astro": "^4.16.18" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index c8e971dec7f3..a1f74962e0d5 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.16.17" + "astro": "^4.16.18" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 12c0346edb9c..9b1b3a6addb1 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.16.17" + "astro": "^4.16.18" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 2d3cfbec8896..ae3ca0cc82c9 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.16.17" + "astro": "^4.16.18" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index c24591065fce..55bf3fd2e602 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -14,7 +14,7 @@ "dependencies": { "@astrojs/node": "^8.3.4", "@astrojs/svelte": "^6.0.2", - "astro": "^4.16.17", + "astro": "^4.16.18", "svelte": "^5.2.9" } } diff --git a/examples/starlog/package.json b/examples/starlog/package.json index 6627252ccf63..a4642eeee184 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.16.17", + "astro": "^4.16.18", "sass": "^1.81.0", "sharp": "^0.33.3" } diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json index 77d7181b641c..7fa5b52cba31 100644 --- a/examples/toolbar-app/package.json +++ b/examples/toolbar-app/package.json @@ -15,7 +15,7 @@ "./app": "./dist/app.js" }, "devDependencies": { - "astro": "^4.16.17", + "astro": "^4.16.18", "@types/node": "^18.17.8" } } diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index 0dc2b9f49a93..05d0fbe4d949 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/markdoc": "^0.11.5", - "astro": "^4.16.17" + "astro": "^4.16.18" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 68d846e94413..3afa443b65ef 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/mdx": "^3.1.9", "@astrojs/preact": "^3.5.4", - "astro": "^4.16.17", + "astro": "^4.16.18", "preact": "^10.25.0" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index e4bacdcc56ea..6a25c05eb9e6 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/preact": "^3.5.4", "@nanostores/preact": "^0.5.2", - "astro": "^4.16.17", + "astro": "^4.16.18", "nanostores": "^0.11.3", "preact": "^10.25.0" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 2ad9a173d7b3..84d0f8ca2b28 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -14,7 +14,7 @@ "@astrojs/mdx": "^3.1.9", "@astrojs/tailwind": "^5.1.2", "@types/canvas-confetti": "^1.6.4", - "astro": "^4.16.17", + "astro": "^4.16.18", "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 c5e1eb3ead9a..be5df226b134 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^4.16.17", + "astro": "^4.16.18", "vitest": "^2.1.6" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 4b2a7e7fdfd0..84f9c9818a38 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,13 @@ # astro +## 4.16.18 + +### Patch Changes + +- [#12757](https://github.com/withastro/astro/pull/12757) [`d0aaac3`](https://github.com/withastro/astro/commit/d0aaac3e1443a84e673568ea2f649d70d74582b6) Thanks [@matthewp](https://github.com/matthewp)! - Remove all assets created from the server build + +- [#12757](https://github.com/withastro/astro/pull/12757) [`d0aaac3`](https://github.com/withastro/astro/commit/d0aaac3e1443a84e673568ea2f649d70d74582b6) Thanks [@matthewp](https://github.com/matthewp)! - Clean server sourcemaps from static output + ## 4.16.17 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 1f85cc95261d..9774828471ac 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "4.16.17", + "version": "4.16.18", "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 9dc1d2e990f7..7363ff1a512d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -142,7 +142,7 @@ importers: examples/basics: dependencies: astro: - specifier: ^4.16.17 + specifier: ^4.16.18 version: link:../../packages/astro examples/blog: @@ -157,13 +157,13 @@ importers: specifier: ^3.2.1 version: link:../../packages/integrations/sitemap astro: - specifier: ^4.16.17 + specifier: ^4.16.18 version: link:../../packages/astro examples/component: devDependencies: astro: - specifier: ^4.16.17 + specifier: ^4.16.18 version: link:../../packages/astro examples/container-with-vitest: @@ -172,7 +172,7 @@ importers: specifier: ^3.6.3 version: link:../../packages/integrations/react astro: - specifier: ^4.16.17 + specifier: ^4.16.18 version: link:../../packages/astro react: specifier: ^18.3.1 @@ -203,7 +203,7 @@ importers: specifier: ^3.14.3 version: 3.14.3 astro: - specifier: ^4.16.17 + specifier: ^4.16.18 version: link:../../packages/astro examples/framework-lit: @@ -215,7 +215,7 @@ importers: specifier: ^0.2.1 version: 0.2.1 astro: - specifier: ^4.16.17 + specifier: ^4.16.18 version: link:../../packages/astro lit: specifier: ^3.2.1 @@ -245,7 +245,7 @@ importers: specifier: ^18.3.1 version: 18.3.1 astro: - specifier: ^4.16.17 + specifier: ^4.16.18 version: link:../../packages/astro preact: specifier: ^10.25.0 @@ -275,7 +275,7 @@ importers: specifier: ^1.3.0 version: 1.3.0(preact@10.25.0) astro: - specifier: ^4.16.17 + specifier: ^4.16.18 version: link:../../packages/astro preact: specifier: ^10.25.0 @@ -293,7 +293,7 @@ importers: specifier: ^18.3.1 version: 18.3.1 astro: - specifier: ^4.16.17 + specifier: ^4.16.18 version: link:../../packages/astro react: specifier: ^18.3.1 @@ -308,7 +308,7 @@ importers: specifier: ^4.4.4 version: link:../../packages/integrations/solid astro: - specifier: ^4.16.17 + specifier: ^4.16.18 version: link:../../packages/astro solid-js: specifier: ^1.9.3 @@ -320,7 +320,7 @@ importers: specifier: ^6.0.2 version: link:../../packages/integrations/svelte astro: - specifier: ^4.16.17 + specifier: ^4.16.18 version: link:../../packages/astro svelte: specifier: ^5.2.9 @@ -332,7 +332,7 @@ importers: specifier: ^4.5.3 version: link:../../packages/integrations/vue astro: - specifier: ^4.16.17 + specifier: ^4.16.18 version: link:../../packages/astro vue: specifier: ^3.5.13 @@ -344,25 +344,25 @@ importers: specifier: ^8.3.4 version: 8.3.4(astro@packages+astro) astro: - specifier: ^4.16.17 + specifier: ^4.16.18 version: link:../../packages/astro examples/integration: devDependencies: astro: - specifier: ^4.16.17 + specifier: ^4.16.18 version: link:../../packages/astro examples/minimal: dependencies: astro: - specifier: ^4.16.17 + specifier: ^4.16.18 version: link:../../packages/astro examples/portfolio: dependencies: astro: - specifier: ^4.16.17 + specifier: ^4.16.18 version: link:../../packages/astro examples/ssr: @@ -374,7 +374,7 @@ importers: specifier: ^6.0.2 version: link:../../packages/integrations/svelte astro: - specifier: ^4.16.17 + specifier: ^4.16.18 version: link:../../packages/astro svelte: specifier: ^5.2.9 @@ -383,7 +383,7 @@ importers: examples/starlog: dependencies: astro: - specifier: ^4.16.17 + specifier: ^4.16.18 version: link:../../packages/astro sass: specifier: ^1.81.0 @@ -398,7 +398,7 @@ importers: specifier: ^18.17.8 version: 18.19.50 astro: - specifier: ^4.16.17 + specifier: ^4.16.18 version: link:../../packages/astro examples/with-markdoc: @@ -407,7 +407,7 @@ importers: specifier: ^0.11.5 version: link:../../packages/integrations/markdoc astro: - specifier: ^4.16.17 + specifier: ^4.16.18 version: link:../../packages/astro examples/with-mdx: @@ -419,7 +419,7 @@ importers: specifier: ^3.5.4 version: link:../../packages/integrations/preact astro: - specifier: ^4.16.17 + specifier: ^4.16.18 version: link:../../packages/astro preact: specifier: ^10.25.0 @@ -434,7 +434,7 @@ importers: specifier: ^0.5.2 version: 0.5.2(nanostores@0.11.3)(preact@10.25.0) astro: - specifier: ^4.16.17 + specifier: ^4.16.18 version: link:../../packages/astro nanostores: specifier: ^0.11.3 @@ -455,7 +455,7 @@ importers: specifier: ^1.6.4 version: 1.6.4 astro: - specifier: ^4.16.17 + specifier: ^4.16.18 version: link:../../packages/astro autoprefixer: specifier: ^10.4.20 @@ -473,7 +473,7 @@ importers: examples/with-vitest: dependencies: astro: - specifier: ^4.16.17 + specifier: ^4.16.18 version: link:../../packages/astro vitest: specifier: ^2.1.6