From ce310f829230582e3c61251f2a979984e6a28bb0 Mon Sep 17 00:00:00 2001 From: "Houston (Bot)" <108291165+astrobot-houston@users.noreply.github.com> Date: Mon, 24 Jun 2024 09:49:52 -0700 Subject: [PATCH] [ci] release (#11297) Co-authored-by: github-actions[bot] --- .changeset/curvy-emus-mate.md | 5 -- .changeset/eleven-hats-tell.md | 5 -- .changeset/funny-cats-sell.md | 16 ----- .changeset/lovely-parents-attend.md | 6 -- .changeset/small-badgers-juggle.md | 5 -- .changeset/small-sloths-yawn.md | 6 -- .changeset/tricky-mirrors-carry.md | 5 -- examples/basics/package.json | 2 +- examples/blog/package.json | 6 +- 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 | 4 +- examples/integration/package.json | 2 +- examples/middleware/package.json | 4 +- examples/minimal/package.json | 2 +- examples/non-html-pages/package.json | 2 +- examples/portfolio/package.json | 2 +- examples/ssr/package.json | 4 +- examples/starlog/package.json | 2 +- examples/toolbar-app/package.json | 2 +- examples/view-transitions/package.json | 4 +- examples/with-markdoc/package.json | 4 +- examples/with-markdown-plugins/package.json | 4 +- examples/with-markdown-shiki/package.json | 2 +- examples/with-mdx/package.json | 4 +- examples/with-nanostores/package.json | 2 +- examples/with-tailwindcss/package.json | 4 +- examples/with-vitest/package.json | 2 +- packages/astro-rss/CHANGELOG.md | 6 ++ packages/astro-rss/package.json | 2 +- packages/astro/CHANGELOG.md | 12 ++++ packages/astro/package.json | 2 +- packages/integrations/markdoc/CHANGELOG.md | 8 +++ packages/integrations/markdoc/package.json | 2 +- packages/integrations/mdx/CHANGELOG.md | 7 ++ packages/integrations/mdx/package.json | 2 +- packages/integrations/node/CHANGELOG.md | 6 ++ packages/integrations/node/package.json | 2 +- packages/integrations/vercel/CHANGELOG.md | 11 +++ packages/integrations/vercel/package.json | 2 +- packages/internal-helpers/CHANGELOG.md | 6 ++ packages/internal-helpers/package.json | 2 +- packages/markdown/remark/CHANGELOG.md | 6 ++ packages/markdown/remark/package.json | 2 +- packages/underscore-redirects/CHANGELOG.md | 17 +++++ packages/underscore-redirects/package.json | 2 +- pnpm-lock.yaml | 78 ++++++++++----------- 55 files changed, 166 insertions(+), 135 deletions(-) delete mode 100644 .changeset/curvy-emus-mate.md delete mode 100644 .changeset/eleven-hats-tell.md delete mode 100644 .changeset/funny-cats-sell.md delete mode 100644 .changeset/lovely-parents-attend.md delete mode 100644 .changeset/small-badgers-juggle.md delete mode 100644 .changeset/small-sloths-yawn.md delete mode 100644 .changeset/tricky-mirrors-carry.md diff --git a/.changeset/curvy-emus-mate.md b/.changeset/curvy-emus-mate.md deleted file mode 100644 index 3006f1e8c4..0000000000 --- a/.changeset/curvy-emus-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes an issue where custom `404.astro` and `500.astro` were not returning the correct status code when rendered inside a rewriting cycle. diff --git a/.changeset/eleven-hats-tell.md b/.changeset/eleven-hats-tell.md deleted file mode 100644 index 523c769dbe..0000000000 --- a/.changeset/eleven-hats-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/markdown-remark': patch ---- - -Handles encoded image paths in internal rehype plugins and return decoded paths from markdown vfile's `data.imagePaths` diff --git a/.changeset/funny-cats-sell.md b/.changeset/funny-cats-sell.md deleted file mode 100644 index f2e6802b18..0000000000 --- a/.changeset/funny-cats-sell.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -'@astrojs/underscore-redirects': patch ---- - -Adds support for forced redirects - -Redirects can be forced by setting `force` to `true`: - -```ts -redirects.add({ - // ... - force: true -}) -``` - -It will append a `!` after the status. \ No newline at end of file diff --git a/.changeset/lovely-parents-attend.md b/.changeset/lovely-parents-attend.md deleted file mode 100644 index e6c5ca05ba..0000000000 --- a/.changeset/lovely-parents-attend.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@astrojs/vercel': patch -'@astrojs/internal-helpers': patch ---- - -Extracts fs helpers into shared internal-helpers module diff --git a/.changeset/small-badgers-juggle.md b/.changeset/small-badgers-juggle.md deleted file mode 100644 index 0f532fdfd1..0000000000 --- a/.changeset/small-badgers-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes an issue with the view transition router when redirecting to an URL with different origin. diff --git a/.changeset/small-sloths-yawn.md b/.changeset/small-sloths-yawn.md deleted file mode 100644 index 652bce3fd8..0000000000 --- a/.changeset/small-sloths-yawn.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@astrojs/vercel': patch -'@astrojs/node': patch ---- - -Fixes `astro:env` getSecret compatibility diff --git a/.changeset/tricky-mirrors-carry.md b/.changeset/tricky-mirrors-carry.md deleted file mode 100644 index f137210cbf..0000000000 --- a/.changeset/tricky-mirrors-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/rss': patch ---- - -Fixes an issue where the `pagesGlobToRssItems` returned an incorrect type for `items` diff --git a/examples/basics/package.json b/examples/basics/package.json index f8749c7421..28d437ae36 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.11.0" + "astro": "^4.11.1" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index abf81e7ded..a240e5fbf0 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^3.1.1", - "@astrojs/rss": "^4.0.6", + "@astrojs/mdx": "^3.1.2", + "@astrojs/rss": "^4.0.7", "@astrojs/sitemap": "^3.1.6", - "astro": "^4.11.0" + "astro": "^4.11.1" } } diff --git a/examples/component/package.json b/examples/component/package.json index b26658e0cd..37de6ab09a 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.11.0" + "astro": "^4.11.1" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json index 7b4030a3e5..82f9b45b3e 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.11.0", + "astro": "^4.11.1", "@astrojs/react": "^3.6.0", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index a7abd8e418..83ec1c376b 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.10", "alpinejs": "^3.14.1", - "astro": "^4.11.0" + "astro": "^4.11.1" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index de9e88f6f2..6928f4fd6d 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.11.0", + "astro": "^4.11.1", "lit": "^3.1.4" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 4d1a27ea15..cf6f98cad1 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -18,7 +18,7 @@ "@astrojs/vue": "^4.5.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "astro": "^4.11.0", + "astro": "^4.11.1", "preact": "^10.22.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 bd7e3bf9a6..ec4b6a2563 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/preact": "^3.5.0", "@preact/signals": "^1.2.3", - "astro": "^4.11.0", + "astro": "^4.11.1", "preact": "^10.22.0" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index ef027d7da9..2a489e32df 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^3.6.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "astro": "^4.11.0", + "astro": "^4.11.1", "react": "^18.3.1", "react-dom": "^18.3.1" } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 184ce175f4..06d36060d4 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/solid-js": "^4.4.0", - "astro": "^4.11.0", + "astro": "^4.11.1", "solid-js": "^1.8.17" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 19400e015e..3e00b51ee9 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/svelte": "^5.6.0", - "astro": "^4.11.0", + "astro": "^4.11.1", "svelte": "^4.2.18" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 5862251db0..c9a8980662 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/vue": "^4.5.0", - "astro": "^4.11.0", + "astro": "^4.11.1", "vue": "^3.4.30" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index a42622b497..3a8d2a18ae 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^8.3.1", - "astro": "^4.11.0" + "@astrojs/node": "^8.3.2", + "astro": "^4.11.1" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index 35b888bfbf..0d5774ffe8 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.11.0" + "astro": "^4.11.1" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/examples/middleware/package.json b/examples/middleware/package.json index 29887ce788..cdffa1ee24 100644 --- a/examples/middleware/package.json +++ b/examples/middleware/package.json @@ -12,8 +12,8 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "@astrojs/node": "^8.3.1", - "astro": "^4.11.0", + "@astrojs/node": "^8.3.2", + "astro": "^4.11.1", "html-minifier": "^4.0.0" }, "devDependencies": { diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 589deeb2f4..890830c8e7 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.11.0" + "astro": "^4.11.1" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 1b963a4dcc..0ce9f93308 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.11.0" + "astro": "^4.11.1" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 5bb098874b..2659071d90 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.11.0" + "astro": "^4.11.1" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 4d61c4b0b6..acf21a2f8c 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -12,9 +12,9 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "@astrojs/node": "^8.3.1", + "@astrojs/node": "^8.3.2", "@astrojs/svelte": "^5.6.0", - "astro": "^4.11.0", + "astro": "^4.11.1", "svelte": "^4.2.18" } } diff --git a/examples/starlog/package.json b/examples/starlog/package.json index 8049e323e6..6403a60b01 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.11.0", + "astro": "^4.11.1", "sass": "^1.77.6", "sharp": "^0.33.3" } diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json index c1b5f52b53..326360c597 100644 --- a/examples/toolbar-app/package.json +++ b/examples/toolbar-app/package.json @@ -15,6 +15,6 @@ "./app": "./dist/app.js" }, "devDependencies": { - "astro": "^4.11.0" + "astro": "^4.11.1" } } diff --git a/examples/view-transitions/package.json b/examples/view-transitions/package.json index 7d1735eb3f..fffb698eab 100644 --- a/examples/view-transitions/package.json +++ b/examples/view-transitions/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/tailwind": "^5.1.0", - "@astrojs/node": "^8.3.1", - "astro": "^4.11.0" + "@astrojs/node": "^8.3.2", + "astro": "^4.11.1" } } diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index 5b55755462..e6c5faf0fd 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdoc": "^0.11.0", - "astro": "^4.11.0" + "@astrojs/markdoc": "^0.11.1", + "astro": "^4.11.1" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index e4a09be9c8..5109a67d60 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdown-remark": "^5.1.0", - "astro": "^4.11.0", + "@astrojs/markdown-remark": "^5.1.1", + "astro": "^4.11.1", "hast-util-select": "^6.0.2", "rehype-autolink-headings": "^7.1.0", "rehype-slug": "^6.0.0", diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json index 57725bf489..832097dcdc 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.11.0" + "astro": "^4.11.1" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 9008692ab1..dd6e398b5b 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^3.1.1", + "@astrojs/mdx": "^3.1.2", "@astrojs/preact": "^3.5.0", - "astro": "^4.11.0", + "astro": "^4.11.1", "preact": "^10.22.0" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index b9c2e4e194..0b41dc7905 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/preact": "^3.5.0", "@nanostores/preact": "^0.5.1", - "astro": "^4.11.0", + "astro": "^4.11.1", "nanostores": "^0.10.3", "preact": "^10.22.0" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 6b1f771a1d..450b03f6db 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^3.1.1", + "@astrojs/mdx": "^3.1.2", "@astrojs/tailwind": "^5.1.0", "@types/canvas-confetti": "^1.6.4", - "astro": "^4.11.0", + "astro": "^4.11.1", "autoprefixer": "^10.4.19", "canvas-confetti": "^1.9.3", "postcss": "^8.4.38", diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index 141ac97cef..0e0b8744d9 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^4.11.0", + "astro": "^4.11.1", "vitest": "^1.6.0" } } diff --git a/packages/astro-rss/CHANGELOG.md b/packages/astro-rss/CHANGELOG.md index 7d715a523d..042a36c551 100644 --- a/packages/astro-rss/CHANGELOG.md +++ b/packages/astro-rss/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/rss +## 4.0.7 + +### Patch Changes + +- [#11299](https://github.com/withastro/astro/pull/11299) [`8ce66f2`](https://github.com/withastro/astro/commit/8ce66f2ef7328546d823f1076f9bab4217a6be7d) Thanks [@ematipico](https://github.com/ematipico)! - Fixes an issue where the `pagesGlobToRssItems` returned an incorrect type for `items` + ## 4.0.6 ### Patch Changes diff --git a/packages/astro-rss/package.json b/packages/astro-rss/package.json index 812ea3eaac..55197198c0 100644 --- a/packages/astro-rss/package.json +++ b/packages/astro-rss/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/rss", "description": "Add RSS feeds to your Astro projects", - "version": "4.0.6", + "version": "4.0.7", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index b3ffa414e9..226d44381f 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,17 @@ # astro +## 4.11.1 + +### Patch Changes + +- [#11308](https://github.com/withastro/astro/pull/11308) [`44c61dd`](https://github.com/withastro/astro/commit/44c61ddfd85f1c23f8cec8caeaa5e25897121996) Thanks [@ematipico](https://github.com/ematipico)! - Fixes an issue where custom `404.astro` and `500.astro` were not returning the correct status code when rendered inside a rewriting cycle. + +- [#11302](https://github.com/withastro/astro/pull/11302) [`0622567`](https://github.com/withastro/astro/commit/06225673269201044358788f2a81dbe13912adce) Thanks [@martrapp](https://github.com/martrapp)! - Fixes an issue with the view transition router when redirecting to an URL with different origin. + +- Updated dependencies [[`b6afe6a`](https://github.com/withastro/astro/commit/b6afe6a782f68f4a279463a144baaf99cb96b6dc), [`41064ce`](https://github.com/withastro/astro/commit/41064cee78c1cccd428f710a24c483aeb275fd95)]: + - @astrojs/markdown-remark@5.1.1 + - @astrojs/internal-helpers@0.4.1 + ## 4.11.0 ### Minor Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index bb84565725..b939cde064 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "4.11.0", + "version": "4.11.1", "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/markdoc/CHANGELOG.md b/packages/integrations/markdoc/CHANGELOG.md index b99674d424..8548d7faa8 100644 --- a/packages/integrations/markdoc/CHANGELOG.md +++ b/packages/integrations/markdoc/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/markdoc +## 0.11.1 + +### Patch Changes + +- Updated dependencies [[`b6afe6a`](https://github.com/withastro/astro/commit/b6afe6a782f68f4a279463a144baaf99cb96b6dc), [`41064ce`](https://github.com/withastro/astro/commit/41064cee78c1cccd428f710a24c483aeb275fd95)]: + - @astrojs/markdown-remark@5.1.1 + - @astrojs/internal-helpers@0.4.1 + ## 0.11.0 ### Minor Changes diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index e338f9e1d8..08840a5e16 100644 --- a/packages/integrations/markdoc/package.json +++ b/packages/integrations/markdoc/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/markdoc", "description": "Add support for Markdoc in your Astro site", - "version": "0.11.0", + "version": "0.11.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md index 0b12f7bc16..403dc862ce 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,12 @@ # @astrojs/mdx +## 3.1.2 + +### Patch Changes + +- Updated dependencies [[`b6afe6a`](https://github.com/withastro/astro/commit/b6afe6a782f68f4a279463a144baaf99cb96b6dc)]: + - @astrojs/markdown-remark@5.1.1 + ## 3.1.1 ### Patch Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 3d3cbaad7a..8f672bbcbf 100644 --- a/packages/integrations/mdx/package.json +++ b/packages/integrations/mdx/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/mdx", "description": "Add support for MDX pages in your Astro site", - "version": "3.1.1", + "version": "3.1.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md index 45ea019230..a53586087c 100644 --- a/packages/integrations/node/CHANGELOG.md +++ b/packages/integrations/node/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/node +## 8.3.2 + +### Patch Changes + +- [#11296](https://github.com/withastro/astro/pull/11296) [`5848d97`](https://github.com/withastro/astro/commit/5848d9786768d1290de982670bcc7773280ef08d) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes `astro:env` getSecret compatibility + ## 8.3.1 ### Patch Changes diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index 28fda1a9cf..330c74a915 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": "8.3.1", + "version": "8.3.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index 74733e8612..5306ab6522 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,5 +1,16 @@ # @astrojs/vercel +## 7.7.2 + +### Patch Changes + +- [#11323](https://github.com/withastro/astro/pull/11323) [`41064ce`](https://github.com/withastro/astro/commit/41064cee78c1cccd428f710a24c483aeb275fd95) Thanks [@ascorbic](https://github.com/ascorbic)! - Extracts fs helpers into shared internal-helpers module + +- [#11296](https://github.com/withastro/astro/pull/11296) [`5848d97`](https://github.com/withastro/astro/commit/5848d9786768d1290de982670bcc7773280ef08d) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes `astro:env` getSecret compatibility + +- Updated dependencies [[`41064ce`](https://github.com/withastro/astro/commit/41064cee78c1cccd428f710a24c483aeb275fd95)]: + - @astrojs/internal-helpers@0.4.1 + ## 7.7.1 ### Patch Changes diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index f4968b5b7a..b252d05a89 100644 --- a/packages/integrations/vercel/package.json +++ b/packages/integrations/vercel/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/vercel", "description": "Deploy your site to Vercel", - "version": "7.7.1", + "version": "7.7.2", "type": "module", "author": "withastro", "license": "MIT", diff --git a/packages/internal-helpers/CHANGELOG.md b/packages/internal-helpers/CHANGELOG.md index ea4b964894..5b4b064dd9 100644 --- a/packages/internal-helpers/CHANGELOG.md +++ b/packages/internal-helpers/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/internal-helpers +## 0.4.1 + +### Patch Changes + +- [#11323](https://github.com/withastro/astro/pull/11323) [`41064ce`](https://github.com/withastro/astro/commit/41064cee78c1cccd428f710a24c483aeb275fd95) Thanks [@ascorbic](https://github.com/ascorbic)! - Extracts fs helpers into shared internal-helpers module + ## 0.4.0 ### Minor Changes diff --git a/packages/internal-helpers/package.json b/packages/internal-helpers/package.json index 7da537d11a..8f931b31db 100644 --- a/packages/internal-helpers/package.json +++ b/packages/internal-helpers/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/internal-helpers", "description": "Internal helpers used by core Astro packages.", - "version": "0.4.0", + "version": "0.4.1", "type": "module", "author": "withastro", "license": "MIT", diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md index 916ff1210e..4cb58a3479 100644 --- a/packages/markdown/remark/CHANGELOG.md +++ b/packages/markdown/remark/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/markdown-remark +## 5.1.1 + +### Patch Changes + +- [#11310](https://github.com/withastro/astro/pull/11310) [`b6afe6a`](https://github.com/withastro/astro/commit/b6afe6a782f68f4a279463a144baaf99cb96b6dc) Thanks [@bluwy](https://github.com/bluwy)! - Handles encoded image paths in internal rehype plugins and return decoded paths from markdown vfile's `data.imagePaths` + ## 5.1.0 ### Minor Changes diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index 8002d33827..a58d1b75d1 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/markdown-remark", - "version": "5.1.0", + "version": "5.1.1", "type": "module", "author": "withastro", "license": "MIT", diff --git a/packages/underscore-redirects/CHANGELOG.md b/packages/underscore-redirects/CHANGELOG.md index bc84807fcf..d2949dad5e 100644 --- a/packages/underscore-redirects/CHANGELOG.md +++ b/packages/underscore-redirects/CHANGELOG.md @@ -1,5 +1,22 @@ # @astrojs/underscore-redirects +## 0.3.4 + +### Patch Changes + +- [#11271](https://github.com/withastro/astro/pull/11271) [`7f956f0`](https://github.com/withastro/astro/commit/7f956f07958e1a486ca0e28d4135c33ec7c347b0) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Adds support for forced redirects + + Redirects can be forced by setting `force` to `true`: + + ```ts + redirects.add({ + // ... + force: true, + }); + ``` + + It will append a `!` after the status. + ## 0.3.3 ### Patch Changes diff --git a/packages/underscore-redirects/package.json b/packages/underscore-redirects/package.json index 795d540ae3..65d6149b46 100644 --- a/packages/underscore-redirects/package.json +++ b/packages/underscore-redirects/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/underscore-redirects", "description": "Utilities to generate _redirects files in Astro projects", - "version": "0.3.3", + "version": "0.3.4", "type": "module", "author": "withastro", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4ea495aa25..289bf40e73 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -128,28 +128,28 @@ importers: examples/basics: dependencies: astro: - specifier: ^4.11.0 + specifier: ^4.11.1 version: link:../../packages/astro examples/blog: dependencies: '@astrojs/mdx': - specifier: ^3.1.1 + specifier: ^3.1.2 version: link:../../packages/integrations/mdx '@astrojs/rss': - specifier: ^4.0.6 + specifier: ^4.0.7 version: link:../../packages/astro-rss '@astrojs/sitemap': specifier: ^3.1.6 version: link:../../packages/integrations/sitemap astro: - specifier: ^4.11.0 + specifier: ^4.11.1 version: link:../../packages/astro examples/component: devDependencies: astro: - specifier: ^4.11.0 + specifier: ^4.11.1 version: link:../../packages/astro examples/container-with-vitest: @@ -158,7 +158,7 @@ importers: specifier: ^3.6.0 version: link:../../packages/integrations/react astro: - specifier: ^4.11.0 + specifier: ^4.11.1 version: link:../../packages/astro react: specifier: ^18.3.1 @@ -189,7 +189,7 @@ importers: specifier: ^3.14.1 version: 3.14.1 astro: - specifier: ^4.11.0 + specifier: ^4.11.1 version: link:../../packages/astro examples/framework-lit: @@ -201,7 +201,7 @@ importers: specifier: ^0.2.1 version: 0.2.1 astro: - specifier: ^4.11.0 + specifier: ^4.11.1 version: link:../../packages/astro lit: specifier: ^3.1.4 @@ -231,7 +231,7 @@ importers: specifier: ^18.3.0 version: 18.3.0 astro: - specifier: ^4.11.0 + specifier: ^4.11.1 version: link:../../packages/astro preact: specifier: ^10.22.0 @@ -261,7 +261,7 @@ importers: specifier: ^1.2.3 version: 1.2.3(preact@10.22.0) astro: - specifier: ^4.11.0 + specifier: ^4.11.1 version: link:../../packages/astro preact: specifier: ^10.22.0 @@ -279,7 +279,7 @@ importers: specifier: ^18.3.0 version: 18.3.0 astro: - specifier: ^4.11.0 + specifier: ^4.11.1 version: link:../../packages/astro react: specifier: ^18.3.1 @@ -294,7 +294,7 @@ importers: specifier: ^4.4.0 version: link:../../packages/integrations/solid astro: - specifier: ^4.11.0 + specifier: ^4.11.1 version: link:../../packages/astro solid-js: specifier: ^1.8.17 @@ -306,7 +306,7 @@ importers: specifier: ^5.6.0 version: link:../../packages/integrations/svelte astro: - specifier: ^4.11.0 + specifier: ^4.11.1 version: link:../../packages/astro svelte: specifier: ^4.2.18 @@ -318,7 +318,7 @@ importers: specifier: ^4.5.0 version: link:../../packages/integrations/vue astro: - specifier: ^4.11.0 + specifier: ^4.11.1 version: link:../../packages/astro vue: specifier: ^3.4.30 @@ -327,25 +327,25 @@ importers: examples/hackernews: dependencies: '@astrojs/node': - specifier: ^8.3.1 + specifier: ^8.3.2 version: link:../../packages/integrations/node astro: - specifier: ^4.11.0 + specifier: ^4.11.1 version: link:../../packages/astro examples/integration: devDependencies: astro: - specifier: ^4.11.0 + specifier: ^4.11.1 version: link:../../packages/astro examples/middleware: dependencies: '@astrojs/node': - specifier: ^8.3.1 + specifier: ^8.3.2 version: link:../../packages/integrations/node astro: - specifier: ^4.11.0 + specifier: ^4.11.1 version: link:../../packages/astro html-minifier: specifier: ^4.0.0 @@ -358,31 +358,31 @@ importers: examples/minimal: dependencies: astro: - specifier: ^4.11.0 + specifier: ^4.11.1 version: link:../../packages/astro examples/non-html-pages: dependencies: astro: - specifier: ^4.11.0 + specifier: ^4.11.1 version: link:../../packages/astro examples/portfolio: dependencies: astro: - specifier: ^4.11.0 + specifier: ^4.11.1 version: link:../../packages/astro examples/ssr: dependencies: '@astrojs/node': - specifier: ^8.3.1 + specifier: ^8.3.2 version: link:../../packages/integrations/node '@astrojs/svelte': specifier: ^5.6.0 version: link:../../packages/integrations/svelte astro: - specifier: ^4.11.0 + specifier: ^4.11.1 version: link:../../packages/astro svelte: specifier: ^4.2.18 @@ -391,7 +391,7 @@ importers: examples/starlog: dependencies: astro: - specifier: ^4.11.0 + specifier: ^4.11.1 version: link:../../packages/astro sass: specifier: ^1.77.6 @@ -403,37 +403,37 @@ importers: examples/toolbar-app: devDependencies: astro: - specifier: ^4.11.0 + specifier: ^4.11.1 version: link:../../packages/astro examples/view-transitions: devDependencies: '@astrojs/node': - specifier: ^8.3.1 + specifier: ^8.3.2 version: link:../../packages/integrations/node '@astrojs/tailwind': specifier: ^5.1.0 version: link:../../packages/integrations/tailwind astro: - specifier: ^4.11.0 + specifier: ^4.11.1 version: link:../../packages/astro examples/with-markdoc: dependencies: '@astrojs/markdoc': - specifier: ^0.11.0 + specifier: ^0.11.1 version: link:../../packages/integrations/markdoc astro: - specifier: ^4.11.0 + specifier: ^4.11.1 version: link:../../packages/astro examples/with-markdown-plugins: dependencies: '@astrojs/markdown-remark': - specifier: ^5.1.0 + specifier: ^5.1.1 version: link:../../packages/markdown/remark astro: - specifier: ^4.11.0 + specifier: ^4.11.1 version: link:../../packages/astro hast-util-select: specifier: ^6.0.2 @@ -454,19 +454,19 @@ importers: examples/with-markdown-shiki: dependencies: astro: - specifier: ^4.11.0 + specifier: ^4.11.1 version: link:../../packages/astro examples/with-mdx: dependencies: '@astrojs/mdx': - specifier: ^3.1.1 + specifier: ^3.1.2 version: link:../../packages/integrations/mdx '@astrojs/preact': specifier: ^3.5.0 version: link:../../packages/integrations/preact astro: - specifier: ^4.11.0 + specifier: ^4.11.1 version: link:../../packages/astro preact: specifier: ^10.22.0 @@ -481,7 +481,7 @@ importers: specifier: ^0.5.1 version: 0.5.1(nanostores@0.10.3)(preact@10.22.0) astro: - specifier: ^4.11.0 + specifier: ^4.11.1 version: link:../../packages/astro nanostores: specifier: ^0.10.3 @@ -493,7 +493,7 @@ importers: examples/with-tailwindcss: dependencies: '@astrojs/mdx': - specifier: ^3.1.1 + specifier: ^3.1.2 version: link:../../packages/integrations/mdx '@astrojs/tailwind': specifier: ^5.1.0 @@ -502,7 +502,7 @@ importers: specifier: ^1.6.4 version: 1.6.4 astro: - specifier: ^4.11.0 + specifier: ^4.11.1 version: link:../../packages/astro autoprefixer: specifier: ^10.4.19 @@ -520,7 +520,7 @@ importers: examples/with-vitest: dependencies: astro: - specifier: ^4.11.0 + specifier: ^4.11.1 version: link:../../packages/astro vitest: specifier: ^1.6.0