From 2b5f1d6be8a15768ce9a18c1e31370f4878f2637 Mon Sep 17 00:00:00 2001 From: "Houston (Bot)" <108291165+astrobot-houston@users.noreply.github.com> Date: Mon, 22 Jan 2024 12:11:07 -0800 Subject: [PATCH] [ci] release (#9728) Co-authored-by: github-actions[bot] --- .changeset/eight-turtles-itch.md | 5 -- .changeset/fifty-pots-greet.md | 5 -- .changeset/lazy-fireants-clap.md | 5 -- .changeset/lemon-carrots-cheer.md | 5 -- .changeset/mighty-icons-try.md | 5 -- .changeset/nervous-dodos-compete.md | 5 -- .changeset/red-carrots-fail.md | 5 -- .changeset/selfish-donuts-approve.md | 5 -- .changeset/slimy-jobs-smash.md | 5 -- .changeset/sweet-owls-trade.md | 5 -- .changeset/thick-carrots-run.md | 5 -- examples/basics/package.json | 2 +- examples/blog/package.json | 6 +- examples/component/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/middleware/package.json | 2 +- examples/minimal/package.json | 2 +- examples/non-html-pages/package.json | 2 +- examples/portfolio/package.json | 2 +- examples/ssr/package.json | 2 +- examples/starlog/package.json | 2 +- examples/view-transitions/package.json | 2 +- examples/with-markdoc/package.json | 2 +- 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 | 21 +++++++ packages/astro/package.json | 2 +- packages/integrations/mdx/CHANGELOG.md | 7 +++ packages/integrations/mdx/package.json | 2 +- packages/markdown/remark/CHANGELOG.md | 12 ++++ packages/markdown/remark/package.json | 2 +- pnpm-lock.yaml | 64 ++++++++++----------- 47 files changed, 114 insertions(+), 123 deletions(-) delete mode 100644 .changeset/eight-turtles-itch.md delete mode 100644 .changeset/fifty-pots-greet.md delete mode 100644 .changeset/lazy-fireants-clap.md delete mode 100644 .changeset/lemon-carrots-cheer.md delete mode 100644 .changeset/mighty-icons-try.md delete mode 100644 .changeset/nervous-dodos-compete.md delete mode 100644 .changeset/red-carrots-fail.md delete mode 100644 .changeset/selfish-donuts-approve.md delete mode 100644 .changeset/slimy-jobs-smash.md delete mode 100644 .changeset/sweet-owls-trade.md delete mode 100644 .changeset/thick-carrots-run.md diff --git a/.changeset/eight-turtles-itch.md b/.changeset/eight-turtles-itch.md deleted file mode 100644 index dbac472b9ad4..000000000000 --- a/.changeset/eight-turtles-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro": patch ---- - -Improves HMR behavior for style-only changes in `.astro` files diff --git a/.changeset/fifty-pots-greet.md b/.changeset/fifty-pots-greet.md deleted file mode 100644 index 4c5a423a78cb..000000000000 --- a/.changeset/fifty-pots-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro": patch ---- - -Makes i18n redirects take the `build.format` configuration into account diff --git a/.changeset/lazy-fireants-clap.md b/.changeset/lazy-fireants-clap.md deleted file mode 100644 index 27d3b1130848..000000000000 --- a/.changeset/lazy-fireants-clap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro": patch ---- - -Adds `popovertarget" to the attribute that can be passed to the `button` element diff --git a/.changeset/lemon-carrots-cheer.md b/.changeset/lemon-carrots-cheer.md deleted file mode 100644 index f7ef5c228737..000000000000 --- a/.changeset/lemon-carrots-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/markdown-remark": patch ---- - -Initializes internal `cwdUrlStr` variable lazily for performance, and workaround Rollup side-effect detection bug when building for non-Node runtimes diff --git a/.changeset/mighty-icons-try.md b/.changeset/mighty-icons-try.md deleted file mode 100644 index 86965b765315..000000000000 --- a/.changeset/mighty-icons-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/rss": patch ---- - -Fixes `rssSchema` definition to allow calling standard zod object methods (like `extend`) diff --git a/.changeset/nervous-dodos-compete.md b/.changeset/nervous-dodos-compete.md deleted file mode 100644 index cd734056242d..000000000000 --- a/.changeset/nervous-dodos-compete.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/markdown-remark": patch ---- - -Fixes a case where transformers wouldn't work on the `class` property diff --git a/.changeset/red-carrots-fail.md b/.changeset/red-carrots-fail.md deleted file mode 100644 index caef47017deb..000000000000 --- a/.changeset/red-carrots-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro": patch ---- - -Adds support for dynamic slot names diff --git a/.changeset/selfish-donuts-approve.md b/.changeset/selfish-donuts-approve.md deleted file mode 100644 index f5cf4d6f9ebe..000000000000 --- a/.changeset/selfish-donuts-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Improves the CLI output of `astro preferences list` to include additional relevant information diff --git a/.changeset/slimy-jobs-smash.md b/.changeset/slimy-jobs-smash.md deleted file mode 100644 index d7c7611dbe27..000000000000 --- a/.changeset/slimy-jobs-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro": patch ---- - -Fixes an issue where dot files were not copied over from the public folder to the output folder, when build command was run in a folder other than the root of the project. diff --git a/.changeset/sweet-owls-trade.md b/.changeset/sweet-owls-trade.md deleted file mode 100644 index 625b315e2c07..000000000000 --- a/.changeset/sweet-owls-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro": patch ---- - -Allow i18n routing utilities like getRelativeLocaleUrl to also get the default local path when redirectToDefaultLocale is false diff --git a/.changeset/thick-carrots-run.md b/.changeset/thick-carrots-run.md deleted file mode 100644 index 2da50fae793a..000000000000 --- a/.changeset/thick-carrots-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/markdown-remark": minor ---- - -Fixes usage in browser environments by using subpath imports diff --git a/examples/basics/package.json b/examples/basics/package.json index 5bd74167d042..4ca1f76e0849 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.2.1" + "astro": "^4.2.2" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 6825d1c8d0e3..d5fab4a96321 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^2.0.5", - "@astrojs/rss": "^4.0.2", + "@astrojs/mdx": "^2.0.6", + "@astrojs/rss": "^4.0.3", "@astrojs/sitemap": "^3.0.5", - "astro": "^4.2.1" + "astro": "^4.2.2" } } diff --git a/examples/component/package.json b/examples/component/package.json index 6b549e712237..e7d4c229ce5a 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.2.1" + "astro": "^4.2.2" }, "peerDependencies": { "astro": "^3.0.0" diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 32b3a3c98631..f11c84dd3aa4 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -14,6 +14,6 @@ "@astrojs/alpinejs": "^0.3.2", "@types/alpinejs": "^3.13.5", "alpinejs": "^3.13.3", - "astro": "^4.2.1" + "astro": "^4.2.2" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 621523a24951..3c401a671649 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/lit": "^4.0.1", "@webcomponents/template-shadowroot": "^0.2.1", - "astro": "^4.2.1", + "astro": "^4.2.2", "lit": "^2.8.0" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 6d9a7d4f9bd5..d19f7a4ed474 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -16,7 +16,7 @@ "@astrojs/solid-js": "^4.0.1", "@astrojs/svelte": "^5.0.3", "@astrojs/vue": "^4.0.8", - "astro": "^4.2.1", + "astro": "^4.2.2", "preact": "^10.19.2", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 1da422d8f447..56d612db4510 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/preact": "^3.1.0", "@preact/signals": "^1.2.1", - "astro": "^4.2.1", + "astro": "^4.2.2", "preact": "^10.19.2" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 432d585d80c7..bdffada03584 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^3.0.9", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", - "astro": "^4.2.1", + "astro": "^4.2.2", "react": "^18.2.0", "react-dom": "^18.2.0" } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 2f0ba2a787de..d70246db036a 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/solid-js": "^4.0.1", - "astro": "^4.2.1", + "astro": "^4.2.2", "solid-js": "^1.8.5" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 4e5fbf094de6..69b9fdb58c91 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/svelte": "^5.0.3", - "astro": "^4.2.1", + "astro": "^4.2.2", "svelte": "^4.2.5" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 60e0ae6ad622..7eaefacea617 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/vue": "^4.0.8", - "astro": "^4.2.1", + "astro": "^4.2.2", "vue": "^3.3.8" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index be1bcd740ee6..cd392f1c3209 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^8.0.0", - "astro": "^4.2.1" + "astro": "^4.2.2" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index 90803ebd9cd2..257cb10cfca5 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.2.1" + "astro": "^4.2.2" }, "peerDependencies": { "astro": "^3.0.0" diff --git a/examples/middleware/package.json b/examples/middleware/package.json index 06bcaa2682fc..3c69aba649cc 100644 --- a/examples/middleware/package.json +++ b/examples/middleware/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@astrojs/node": "^8.0.0", - "astro": "^4.2.1", + "astro": "^4.2.2", "html-minifier": "^4.0.0" }, "devDependencies": { diff --git a/examples/minimal/package.json b/examples/minimal/package.json index b481dfbe74b2..ee10d82e57c1 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.2.1" + "astro": "^4.2.2" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 5138dab7b1a8..3521ec63f684 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.2.1" + "astro": "^4.2.2" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index edc358f6b034..6b6e842ad387 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.2.1" + "astro": "^4.2.2" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 5d88434baa16..a788e4b91dfd 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -14,7 +14,7 @@ "dependencies": { "@astrojs/node": "^8.0.0", "@astrojs/svelte": "^5.0.3", - "astro": "^4.2.1", + "astro": "^4.2.2", "svelte": "^4.2.5" } } diff --git a/examples/starlog/package.json b/examples/starlog/package.json index 41b698aa7359..a190d4b89fad 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.2.1", + "astro": "^4.2.2", "sass": "^1.69.5", "sharp": "^0.32.6" } diff --git a/examples/view-transitions/package.json b/examples/view-transitions/package.json index 3c324d50cbad..648581f153a9 100644 --- a/examples/view-transitions/package.json +++ b/examples/view-transitions/package.json @@ -12,6 +12,6 @@ "devDependencies": { "@astrojs/tailwind": "^5.1.0", "@astrojs/node": "^8.0.0", - "astro": "^4.2.1" + "astro": "^4.2.2" } } diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index fe7d09f2f9f2..148a4f07af2d 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/markdoc": "^0.8.3", - "astro": "^4.2.1" + "astro": "^4.2.2" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 221ad543b12c..68a21c008072 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": "^4.1.0", - "astro": "^4.2.1", + "@astrojs/markdown-remark": "^4.2.0", + "astro": "^4.2.2", "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 e37aeb1d17cb..0f9119e463dd 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.2.1" + "astro": "^4.2.2" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index b4746a24f7f2..d6f57047f2d9 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^2.0.5", + "@astrojs/mdx": "^2.0.6", "@astrojs/preact": "^3.1.0", - "astro": "^4.2.1", + "astro": "^4.2.2", "preact": "^10.19.2" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 184edb41151b..d01c15b9fea1 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/preact": "^3.1.0", "@nanostores/preact": "^0.5.0", - "astro": "^4.2.1", + "astro": "^4.2.2", "nanostores": "^0.9.5", "preact": "^10.19.2" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index bfae6b612005..81c32a8ba263 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^2.0.5", + "@astrojs/mdx": "^2.0.6", "@astrojs/tailwind": "^5.1.0", "@types/canvas-confetti": "^1.6.3", - "astro": "^4.2.1", + "astro": "^4.2.2", "autoprefixer": "^10.4.15", "canvas-confetti": "^1.9.1", "postcss": "^8.4.28", diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index 96450f6afd5e..8be9d3db6540 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^4.2.1", + "astro": "^4.2.2", "vitest": "^0.34.2" } } diff --git a/packages/astro-rss/CHANGELOG.md b/packages/astro-rss/CHANGELOG.md index 9ac0638b3b88..e12cfe35870d 100644 --- a/packages/astro-rss/CHANGELOG.md +++ b/packages/astro-rss/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/rss +## 4.0.3 + +### Patch Changes + +- [#9746](https://github.com/withastro/astro/pull/9746) [`7356336d18c916804001bdf64bff5445d82baceb`](https://github.com/withastro/astro/commit/7356336d18c916804001bdf64bff5445d82baceb) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes `rssSchema` definition to allow calling standard zod object methods (like `extend`) + ## 4.0.2 ### Patch Changes diff --git a/packages/astro-rss/package.json b/packages/astro-rss/package.json index 1459d4958e47..e3ae85a46697 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.2", + "version": "4.0.3", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 39573513f102..89b1e8b95e53 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,26 @@ # astro +## 4.2.2 + +### Patch Changes + +- [#9712](https://github.com/withastro/astro/pull/9712) [`ea6cbd06a2580527786707ec735079ff9abd0ec0`](https://github.com/withastro/astro/commit/ea6cbd06a2580527786707ec735079ff9abd0ec0) Thanks [@bluwy](https://github.com/bluwy)! - Improves HMR behavior for style-only changes in `.astro` files + +- [#9739](https://github.com/withastro/astro/pull/9739) [`3ecb3ef64326a8f77aa170df1e3c89cb5c12cc93`](https://github.com/withastro/astro/commit/3ecb3ef64326a8f77aa170df1e3c89cb5c12cc93) Thanks [@ematipico](https://github.com/ematipico)! - Makes i18n redirects take the `build.format` configuration into account + +- [#9762](https://github.com/withastro/astro/pull/9762) [`1fba85681e86aa83d24336d4209cafbc76b37607`](https://github.com/withastro/astro/commit/1fba85681e86aa83d24336d4209cafbc76b37607) Thanks [@ematipico](https://github.com/ematipico)! - Adds `popovertarget" to the attribute that can be passed to the `button` element + +- [#9605](https://github.com/withastro/astro/pull/9605) [`8ce40a417c854d9e6a4fa7d5a85d50a6436b4a3c`](https://github.com/withastro/astro/commit/8ce40a417c854d9e6a4fa7d5a85d50a6436b4a3c) Thanks [@MoustaphaDev](https://github.com/MoustaphaDev)! - Adds support for dynamic slot names + +- [#9381](https://github.com/withastro/astro/pull/9381) [`9e01f9cc1efcfb938355829676d51b24818ab2bb`](https://github.com/withastro/astro/commit/9e01f9cc1efcfb938355829676d51b24818ab2bb) Thanks [@martrapp](https://github.com/martrapp)! - Improves the CLI output of `astro preferences list` to include additional relevant information + +- [#9741](https://github.com/withastro/astro/pull/9741) [`73d74402007896204ee965f6553dc83b3dec8d2f`](https://github.com/withastro/astro/commit/73d74402007896204ee965f6553dc83b3dec8d2f) Thanks [@taktran](https://github.com/taktran)! - Fixes an issue where dot files were not copied over from the public folder to the output folder, when build command was run in a folder other than the root of the project. + +- [#9730](https://github.com/withastro/astro/pull/9730) [`8d2e5db096f1e7b098511b4fe9357434a6ff0703`](https://github.com/withastro/astro/commit/8d2e5db096f1e7b098511b4fe9357434a6ff0703) Thanks [@Blede2000](https://github.com/Blede2000)! - Allow i18n routing utilities like getRelativeLocaleUrl to also get the default local path when redirectToDefaultLocale is false + +- Updated dependencies [[`53c69dcc82cdf4000aff13a6c11fffe19096cf45`](https://github.com/withastro/astro/commit/53c69dcc82cdf4000aff13a6c11fffe19096cf45), [`2f81cffa9da9db0e2802d303f94feaee8d2f54ec`](https://github.com/withastro/astro/commit/2f81cffa9da9db0e2802d303f94feaee8d2f54ec), [`a505190933365268d48139a5f197a3cfb5570870`](https://github.com/withastro/astro/commit/a505190933365268d48139a5f197a3cfb5570870)]: + - @astrojs/markdown-remark@4.2.0 + ## 4.2.1 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index aeadbc8893f8..cf0cdb835a6e 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "4.2.1", + "version": "4.2.2", "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/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md index f33c85ea8aba..9182a6d2c887 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,12 @@ # @astrojs/mdx +## 2.0.6 + +### Patch Changes + +- Updated dependencies [[`53c69dcc82cdf4000aff13a6c11fffe19096cf45`](https://github.com/withastro/astro/commit/53c69dcc82cdf4000aff13a6c11fffe19096cf45), [`2f81cffa9da9db0e2802d303f94feaee8d2f54ec`](https://github.com/withastro/astro/commit/2f81cffa9da9db0e2802d303f94feaee8d2f54ec), [`a505190933365268d48139a5f197a3cfb5570870`](https://github.com/withastro/astro/commit/a505190933365268d48139a5f197a3cfb5570870)]: + - @astrojs/markdown-remark@4.2.0 + ## 2.0.5 ### Patch Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index e36d05e2d93d..59c72aaf8435 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": "2.0.5", + "version": "2.0.6", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md index 72023ae3c3d4..c71de000f32b 100644 --- a/packages/markdown/remark/CHANGELOG.md +++ b/packages/markdown/remark/CHANGELOG.md @@ -1,5 +1,17 @@ # @astrojs/markdown-remark +## 4.2.0 + +### Minor Changes + +- [#9738](https://github.com/withastro/astro/pull/9738) [`a505190933365268d48139a5f197a3cfb5570870`](https://github.com/withastro/astro/commit/a505190933365268d48139a5f197a3cfb5570870) Thanks [@bluwy](https://github.com/bluwy)! - Fixes usage in browser environments by using subpath imports + +### Patch Changes + +- [#9736](https://github.com/withastro/astro/pull/9736) [`53c69dcc82cdf4000aff13a6c11fffe19096cf45`](https://github.com/withastro/astro/commit/53c69dcc82cdf4000aff13a6c11fffe19096cf45) Thanks [@bluwy](https://github.com/bluwy)! - Initializes internal `cwdUrlStr` variable lazily for performance, and workaround Rollup side-effect detection bug when building for non-Node runtimes + +- [#9723](https://github.com/withastro/astro/pull/9723) [`2f81cffa9da9db0e2802d303f94feaee8d2f54ec`](https://github.com/withastro/astro/commit/2f81cffa9da9db0e2802d303f94feaee8d2f54ec) Thanks [@blackmann](https://github.com/blackmann)! - Fixes a case where transformers wouldn't work on the `class` property + ## 4.1.0 ### Minor Changes diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index 60c75b954bb5..e38b8e792440 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/markdown-remark", - "version": "4.1.0", + "version": "4.2.0", "type": "module", "author": "withastro", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1b261998408a..7d1605107067 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -125,28 +125,28 @@ importers: examples/basics: dependencies: astro: - specifier: ^4.2.1 + specifier: ^4.2.2 version: link:../../packages/astro examples/blog: dependencies: '@astrojs/mdx': - specifier: ^2.0.5 + specifier: ^2.0.6 version: link:../../packages/integrations/mdx '@astrojs/rss': - specifier: ^4.0.2 + specifier: ^4.0.3 version: link:../../packages/astro-rss '@astrojs/sitemap': specifier: ^3.0.5 version: link:../../packages/integrations/sitemap astro: - specifier: ^4.2.1 + specifier: ^4.2.2 version: link:../../packages/astro examples/component: devDependencies: astro: - specifier: ^4.2.1 + specifier: ^4.2.2 version: link:../../packages/astro examples/framework-alpine: @@ -161,7 +161,7 @@ importers: specifier: ^3.13.3 version: 3.13.3 astro: - specifier: ^4.2.1 + specifier: ^4.2.2 version: link:../../packages/astro examples/framework-lit: @@ -173,7 +173,7 @@ importers: specifier: ^0.2.1 version: 0.2.1 astro: - specifier: ^4.2.1 + specifier: ^4.2.2 version: link:../../packages/astro lit: specifier: ^2.8.0 @@ -197,7 +197,7 @@ importers: specifier: ^4.0.8 version: link:../../packages/integrations/vue astro: - specifier: ^4.2.1 + specifier: ^4.2.2 version: link:../../packages/astro preact: specifier: ^10.19.2 @@ -227,7 +227,7 @@ importers: specifier: ^1.2.1 version: 1.2.1(preact@10.19.3) astro: - specifier: ^4.2.1 + specifier: ^4.2.2 version: link:../../packages/astro preact: specifier: ^10.19.2 @@ -245,7 +245,7 @@ importers: specifier: ^18.2.15 version: 18.2.18 astro: - specifier: ^4.2.1 + specifier: ^4.2.2 version: link:../../packages/astro react: specifier: ^18.2.0 @@ -260,7 +260,7 @@ importers: specifier: ^4.0.1 version: link:../../packages/integrations/solid astro: - specifier: ^4.2.1 + specifier: ^4.2.2 version: link:../../packages/astro solid-js: specifier: ^1.8.5 @@ -272,7 +272,7 @@ importers: specifier: ^5.0.3 version: link:../../packages/integrations/svelte astro: - specifier: ^4.2.1 + specifier: ^4.2.2 version: link:../../packages/astro svelte: specifier: ^4.2.5 @@ -284,7 +284,7 @@ importers: specifier: ^4.0.8 version: link:../../packages/integrations/vue astro: - specifier: ^4.2.1 + specifier: ^4.2.2 version: link:../../packages/astro vue: specifier: ^3.3.8 @@ -296,13 +296,13 @@ importers: specifier: ^8.0.0 version: link:../../packages/integrations/node astro: - specifier: ^4.2.1 + specifier: ^4.2.2 version: link:../../packages/astro examples/integration: devDependencies: astro: - specifier: ^4.2.1 + specifier: ^4.2.2 version: link:../../packages/astro examples/middleware: @@ -311,7 +311,7 @@ importers: specifier: ^8.0.0 version: link:../../packages/integrations/node astro: - specifier: ^4.2.1 + specifier: ^4.2.2 version: link:../../packages/astro html-minifier: specifier: ^4.0.0 @@ -324,19 +324,19 @@ importers: examples/minimal: dependencies: astro: - specifier: ^4.2.1 + specifier: ^4.2.2 version: link:../../packages/astro examples/non-html-pages: dependencies: astro: - specifier: ^4.2.1 + specifier: ^4.2.2 version: link:../../packages/astro examples/portfolio: dependencies: astro: - specifier: ^4.2.1 + specifier: ^4.2.2 version: link:../../packages/astro examples/ssr: @@ -348,7 +348,7 @@ importers: specifier: ^5.0.3 version: link:../../packages/integrations/svelte astro: - specifier: ^4.2.1 + specifier: ^4.2.2 version: link:../../packages/astro svelte: specifier: ^4.2.5 @@ -357,7 +357,7 @@ importers: examples/starlog: dependencies: astro: - specifier: ^4.2.1 + specifier: ^4.2.2 version: link:../../packages/astro sass: specifier: ^1.69.5 @@ -375,7 +375,7 @@ importers: specifier: ^5.1.0 version: link:../../packages/integrations/tailwind astro: - specifier: ^4.2.1 + specifier: ^4.2.2 version: link:../../packages/astro examples/with-markdoc: @@ -384,16 +384,16 @@ importers: specifier: ^0.8.3 version: link:../../packages/integrations/markdoc astro: - specifier: ^4.2.1 + specifier: ^4.2.2 version: link:../../packages/astro examples/with-markdown-plugins: dependencies: '@astrojs/markdown-remark': - specifier: ^4.1.0 + specifier: ^4.2.0 version: link:../../packages/markdown/remark astro: - specifier: ^4.2.1 + specifier: ^4.2.2 version: link:../../packages/astro hast-util-select: specifier: ^6.0.2 @@ -414,19 +414,19 @@ importers: examples/with-markdown-shiki: dependencies: astro: - specifier: ^4.2.1 + specifier: ^4.2.2 version: link:../../packages/astro examples/with-mdx: dependencies: '@astrojs/mdx': - specifier: ^2.0.5 + specifier: ^2.0.6 version: link:../../packages/integrations/mdx '@astrojs/preact': specifier: ^3.1.0 version: link:../../packages/integrations/preact astro: - specifier: ^4.2.1 + specifier: ^4.2.2 version: link:../../packages/astro preact: specifier: ^10.19.2 @@ -441,7 +441,7 @@ importers: specifier: ^0.5.0 version: 0.5.0(nanostores@0.9.5)(preact@10.19.3) astro: - specifier: ^4.2.1 + specifier: ^4.2.2 version: link:../../packages/astro nanostores: specifier: ^0.9.5 @@ -453,7 +453,7 @@ importers: examples/with-tailwindcss: dependencies: '@astrojs/mdx': - specifier: ^2.0.5 + specifier: ^2.0.6 version: link:../../packages/integrations/mdx '@astrojs/tailwind': specifier: ^5.1.0 @@ -462,7 +462,7 @@ importers: specifier: ^1.6.3 version: 1.6.4 astro: - specifier: ^4.2.1 + specifier: ^4.2.2 version: link:../../packages/astro autoprefixer: specifier: ^10.4.15 @@ -480,7 +480,7 @@ importers: examples/with-vitest: dependencies: astro: - specifier: ^4.2.1 + specifier: ^4.2.2 version: link:../../packages/astro vitest: specifier: ^0.34.2