From 6eac6ba7331c3af7c2b704dc15a133748a2fd18b Mon Sep 17 00:00:00 2001 From: "Houston (Bot)" <108291165+astrobot-houston@users.noreply.github.com> Date: Wed, 27 Nov 2024 06:21:09 -0800 Subject: [PATCH] [ci] release (#12536) Co-authored-by: github-actions[bot] --- .changeset/bright-pants-trade.md | 5 --- .changeset/hot-dingos-dress.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-lit/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 | 48 ++++++++++----------- 29 files changed, 57 insertions(+), 59 deletions(-) delete mode 100644 .changeset/bright-pants-trade.md delete mode 100644 .changeset/hot-dingos-dress.md diff --git a/.changeset/bright-pants-trade.md b/.changeset/bright-pants-trade.md deleted file mode 100644 index 00267ad71b27..000000000000 --- a/.changeset/bright-pants-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix JPEG image size determination diff --git a/.changeset/hot-dingos-dress.md b/.changeset/hot-dingos-dress.md deleted file mode 100644 index 8a7087643383..000000000000 --- a/.changeset/hot-dingos-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes an issue where with `i18n` enabled, Astro couldn't render the `404.astro` component for non-existent routes. diff --git a/examples/basics/package.json b/examples/basics/package.json index 6d8ae4597cf8..bd14bb5bf72e 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.16.15" + "astro": "^4.16.16" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 2525c7cdbedc..6d2c2d060dd2 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.15" + "astro": "^4.16.16" } } diff --git a/examples/component/package.json b/examples/component/package.json index 53c1507b9007..47bc719b92af 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.16.15" + "astro": "^4.16.16" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json index 1c76a3313913..0194d7c30794 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.15", + "astro": "^4.16.16", "@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 369753410ad8..386eee7ae2d3 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.15" + "astro": "^4.16.16" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 8a9e8f726b13..6e64bcac2b0b 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.15", + "astro": "^4.16.16", "lit": "^3.2.1" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 5bad72e50953..f5f4da91f72d 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.15", + "astro": "^4.16.16", "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 7ec23fb3fda8..e7ee1c3c1ab9 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.15", + "astro": "^4.16.16", "preact": "^10.25.0" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 63c564fdc4a0..3abf9f8dbaf1 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.15", + "astro": "^4.16.16", "react": "^18.3.1", "react-dom": "^18.3.1" } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 1e3b7ece7d8f..b81fe9ca150f 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.15", + "astro": "^4.16.16", "solid-js": "^1.9.3" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 4e595ddd674c..0fdc088f31f3 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.15", + "astro": "^4.16.16", "svelte": "^5.2.9" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 1352d3794a8a..ea4b96d58ef4 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.15", + "astro": "^4.16.16", "vue": "^3.5.13" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index f3479c3997b1..9922b58f7159 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^8.3.4", - "astro": "^4.16.15" + "astro": "^4.16.16" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index 87744b0efec5..88be398e50b7 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.16.15" + "astro": "^4.16.16" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 231fca1a6536..3d09b9cc1b6f 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.16.15" + "astro": "^4.16.16" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index d7c0cd880aed..00f7ab5d5048 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.16.15" + "astro": "^4.16.16" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 4280146d0719..617ee04e9e57 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.15", + "astro": "^4.16.16", "svelte": "^5.2.9" } } diff --git a/examples/starlog/package.json b/examples/starlog/package.json index 3bfb476fa8ce..2372b73649cb 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.16.15", + "astro": "^4.16.16", "sass": "^1.81.0", "sharp": "^0.33.3" } diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json index e6e693a4f962..2f45baab507a 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.15", + "astro": "^4.16.16", "@types/node": "^18.17.8" } } diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index 513b46dec7f9..71e7cb04a55f 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.15" + "astro": "^4.16.16" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index d5120688c6a9..eaa580dc845d 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.15", + "astro": "^4.16.16", "preact": "^10.25.0" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 2b10f4f328bd..606bd52b4692 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.15", + "astro": "^4.16.16", "nanostores": "^0.11.3", "preact": "^10.25.0" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 93689ba5d2eb..45d9406da1b3 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.15", + "astro": "^4.16.16", "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 2aaca10d991e..88bdb73a7405 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^4.16.15", + "astro": "^4.16.16", "vitest": "^2.1.6" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 3d66e82cb267..3f9556e7cd88 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,13 @@ # astro +## 4.16.16 + +### Patch Changes + +- [#12542](https://github.com/withastro/astro/pull/12542) [`65e50eb`](https://github.com/withastro/astro/commit/65e50eb7b6d7b10a193bba7d292804ac0e55be18) Thanks [@kadykov](https://github.com/kadykov)! - Fix JPEG image size determination + +- [#12525](https://github.com/withastro/astro/pull/12525) [`cf0d8b0`](https://github.com/withastro/astro/commit/cf0d8b08a0f16bba7310d1a92c82b5a276682e8c) Thanks [@ematipico](https://github.com/ematipico)! - Fixes an issue where with `i18n` enabled, Astro couldn't render the `404.astro` component for non-existent routes. + ## 4.16.15 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 023e8256350e..16f1d895240e 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "4.16.15", + "version": "4.16.16", "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 a0bb7f2ecad5..0b55202afd79 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -142,7 +142,7 @@ importers: examples/basics: dependencies: astro: - specifier: ^4.16.15 + specifier: ^4.16.16 version: link:../../packages/astro examples/blog: @@ -157,13 +157,13 @@ importers: specifier: ^3.2.1 version: link:../../packages/integrations/sitemap astro: - specifier: ^4.16.15 + specifier: ^4.16.16 version: link:../../packages/astro examples/component: devDependencies: astro: - specifier: ^4.16.15 + specifier: ^4.16.16 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.15 + specifier: ^4.16.16 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.15 + specifier: ^4.16.16 version: link:../../packages/astro examples/framework-lit: @@ -215,7 +215,7 @@ importers: specifier: ^0.2.1 version: 0.2.1 astro: - specifier: ^4.16.15 + specifier: ^4.16.16 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.15 + specifier: ^4.16.16 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.15 + specifier: ^4.16.16 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.15 + specifier: ^4.16.16 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.15 + specifier: ^4.16.16 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.15 + specifier: ^4.16.16 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.15 + specifier: ^4.16.16 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.15 + specifier: ^4.16.16 version: link:../../packages/astro examples/integration: devDependencies: astro: - specifier: ^4.16.15 + specifier: ^4.16.16 version: link:../../packages/astro examples/minimal: dependencies: astro: - specifier: ^4.16.15 + specifier: ^4.16.16 version: link:../../packages/astro examples/portfolio: dependencies: astro: - specifier: ^4.16.15 + specifier: ^4.16.16 version: link:../../packages/astro examples/ssr: @@ -374,7 +374,7 @@ importers: specifier: ^6.0.2 version: link:../../packages/integrations/svelte astro: - specifier: ^4.16.15 + specifier: ^4.16.16 version: link:../../packages/astro svelte: specifier: ^5.2.9 @@ -383,7 +383,7 @@ importers: examples/starlog: dependencies: astro: - specifier: ^4.16.15 + specifier: ^4.16.16 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.15 + specifier: ^4.16.16 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.15 + specifier: ^4.16.16 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.15 + specifier: ^4.16.16 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.15 + specifier: ^4.16.16 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.15 + specifier: ^4.16.16 version: link:../../packages/astro autoprefixer: specifier: ^10.4.20 @@ -473,7 +473,7 @@ importers: examples/with-vitest: dependencies: astro: - specifier: ^4.16.15 + specifier: ^4.16.16 version: link:../../packages/astro vitest: specifier: ^2.1.6