From f7d6254f8f63363dc88b07381983f2a8cce69559 Mon Sep 17 00:00:00 2001 From: "Houston (Bot)" <108291165+astrobot-houston@users.noreply.github.com> Date: Tue, 2 Apr 2024 00:46:43 -0700 Subject: [PATCH] [ci] release (#10603) Co-authored-by: github-actions[bot] --- .changeset/clever-moles-listen.md | 5 -- .changeset/cool-bulldogs-change.md | 7 -- .changeset/eighty-olives-destroy.md | 5 -- .changeset/forty-turkeys-tap.md | 5 -- .changeset/gold-lies-behave.md | 5 -- .changeset/khaki-otters-return.md | 5 -- .changeset/plenty-lobsters-design.md | 5 -- .changeset/proud-books-hope.md | 5 -- .changeset/real-rabbits-bake.md | 5 -- .changeset/selfish-spies-end.md | 5 -- .changeset/small-islands-pump.md | 5 -- .changeset/tidy-dancers-itch.md | 5 -- .changeset/tough-years-fry.md | 5 -- .changeset/unlucky-shoes-vanish.md | 5 -- examples/basics/package.json | 2 +- examples/blog/package.json | 4 +- examples/component/package.json | 2 +- examples/framework-alpine/package.json | 2 +- examples/framework-lit/package.json | 2 +- examples/framework-multiple/package.json | 6 +- examples/framework-preact/package.json | 4 +- examples/framework-react/package.json | 2 +- examples/framework-solid/package.json | 2 +- examples/framework-svelte/package.json | 2 +- examples/framework-vue/package.json | 4 +- 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 | 4 +- examples/with-markdown-plugins/package.json | 4 +- examples/with-markdown-shiki/package.json | 2 +- examples/with-mdx/package.json | 6 +- examples/with-nanostores/package.json | 4 +- examples/with-tailwindcss/package.json | 4 +- examples/with-vitest/package.json | 2 +- packages/astro/CHANGELOG.md | 17 +++++ packages/astro/package.json | 2 +- packages/db/CHANGELOG.md | 12 ++++ packages/db/package.json | 2 +- packages/integrations/markdoc/CHANGELOG.md | 9 +++ packages/integrations/markdoc/package.json | 2 +- packages/integrations/mdx/CHANGELOG.md | 7 ++ packages/integrations/mdx/package.json | 2 +- packages/integrations/preact/CHANGELOG.md | 6 ++ packages/integrations/preact/package.json | 2 +- packages/integrations/vercel/CHANGELOG.md | 6 ++ packages/integrations/vercel/package.json | 2 +- packages/integrations/vue/CHANGELOG.md | 6 ++ packages/integrations/vue/package.json | 2 +- packages/markdown/remark/CHANGELOG.md | 8 +++ packages/markdown/remark/package.json | 2 +- pnpm-lock.yaml | 76 ++++++++++----------- 58 files changed, 155 insertions(+), 156 deletions(-) delete mode 100644 .changeset/clever-moles-listen.md delete mode 100644 .changeset/cool-bulldogs-change.md delete mode 100644 .changeset/eighty-olives-destroy.md delete mode 100644 .changeset/forty-turkeys-tap.md delete mode 100644 .changeset/gold-lies-behave.md delete mode 100644 .changeset/khaki-otters-return.md delete mode 100644 .changeset/plenty-lobsters-design.md delete mode 100644 .changeset/proud-books-hope.md delete mode 100644 .changeset/real-rabbits-bake.md delete mode 100644 .changeset/selfish-spies-end.md delete mode 100644 .changeset/small-islands-pump.md delete mode 100644 .changeset/tidy-dancers-itch.md delete mode 100644 .changeset/tough-years-fry.md delete mode 100644 .changeset/unlucky-shoes-vanish.md diff --git a/.changeset/clever-moles-listen.md b/.changeset/clever-moles-listen.md deleted file mode 100644 index 96eede5a797d..000000000000 --- a/.changeset/clever-moles-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/db": patch ---- - -Seed database on dev server startup, and log whenever the seed file is reloaded. diff --git a/.changeset/cool-bulldogs-change.md b/.changeset/cool-bulldogs-change.md deleted file mode 100644 index fce9c1a2119c..000000000000 --- a/.changeset/cool-bulldogs-change.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"astro": patch ---- - -This patch allows astro to run in node-compat mode in Deno. Deno doesn't support -construction of response from async iterables in node-compat mode so we need to -use ReadableStream. diff --git a/.changeset/eighty-olives-destroy.md b/.changeset/eighty-olives-destroy.md deleted file mode 100644 index be8ae9808611..000000000000 --- a/.changeset/eighty-olives-destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro": patch ---- - -Fixes an issue with outdated page titles in browser history when using text fragments in view transition navigation. diff --git a/.changeset/forty-turkeys-tap.md b/.changeset/forty-turkeys-tap.md deleted file mode 100644 index f7d6609abe8b..000000000000 --- a/.changeset/forty-turkeys-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro": patch ---- - -Fixes a bug where JSX runtime would error on components with nullish prop values in certain conditions. diff --git a/.changeset/gold-lies-behave.md b/.changeset/gold-lies-behave.md deleted file mode 100644 index bd2bf1c491c8..000000000000 --- a/.changeset/gold-lies-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/vue": patch ---- - -Remove the unnecessary and deprecated @vue/server-renderer package from the ssr.external vite config diff --git a/.changeset/khaki-otters-return.md b/.changeset/khaki-otters-return.md deleted file mode 100644 index 8d0873fe96be..000000000000 --- a/.changeset/khaki-otters-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/markdown-remark": major ---- - -Removes deprecated APIs including `remarkShiki`, `remarkPrism`, `replaceCssVariables` and several unused types diff --git a/.changeset/plenty-lobsters-design.md b/.changeset/plenty-lobsters-design.md deleted file mode 100644 index 5f2a6bb39bd9..000000000000 --- a/.changeset/plenty-lobsters-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/db": patch ---- - -Detailed error messages for remote database exceptions. diff --git a/.changeset/proud-books-hope.md b/.changeset/proud-books-hope.md deleted file mode 100644 index a330f58b62c7..000000000000 --- a/.changeset/proud-books-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/preact": patch ---- - -Fixes (theoretical) edge case in Preact integration's JSX aliases diff --git a/.changeset/real-rabbits-bake.md b/.changeset/real-rabbits-bake.md deleted file mode 100644 index f750b56e347d..000000000000 --- a/.changeset/real-rabbits-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/markdown-remark": major ---- - -Updates Shiki syntax highlighting to lazily load shiki languages by default (only preloading `plaintext`). Additionally, the `createShikiHighlighter()` API now returns an asynchronous `highlight()` function due to this. diff --git a/.changeset/selfish-spies-end.md b/.changeset/selfish-spies-end.md deleted file mode 100644 index d097bae53f25..000000000000 --- a/.changeset/selfish-spies-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/markdoc": patch ---- - -Moves `@astrojs/markdown-remark` as a dependency diff --git a/.changeset/small-islands-pump.md b/.changeset/small-islands-pump.md deleted file mode 100644 index 9df81a51e81c..000000000000 --- a/.changeset/small-islands-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro": patch ---- - -Fixes bug with head content being pushed into body diff --git a/.changeset/tidy-dancers-itch.md b/.changeset/tidy-dancers-itch.md deleted file mode 100644 index 56ee8ed631f7..000000000000 --- a/.changeset/tidy-dancers-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/db": patch ---- - -Give proper error when seed missing default export diff --git a/.changeset/tough-years-fry.md b/.changeset/tough-years-fry.md deleted file mode 100644 index 102edd8a0e44..000000000000 --- a/.changeset/tough-years-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/db": patch ---- - -Make ASTRO_DATABASE_FILE work with file paths diff --git a/.changeset/unlucky-shoes-vanish.md b/.changeset/unlucky-shoes-vanish.md deleted file mode 100644 index f1ae77749dfa..000000000000 --- a/.changeset/unlucky-shoes-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/vercel": patch ---- - -Move nft warnings behind verbose logging diff --git a/examples/basics/package.json b/examples/basics/package.json index 84ca32f2b8d9..2684239ac4db 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.5.12" + "astro": "^4.5.13" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 8f2dd8110dea..6d81b8e2da25 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^2.2.2", + "@astrojs/mdx": "^2.2.3", "@astrojs/rss": "^4.0.5", "@astrojs/sitemap": "^3.1.2", - "astro": "^4.5.12" + "astro": "^4.5.13" } } diff --git a/examples/component/package.json b/examples/component/package.json index 5a907dadd16b..112bf6131b04 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.5.12" + "astro": "^4.5.13" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 45c34747a439..e4ce38067b4c 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.5", "alpinejs": "^3.13.3", - "astro": "^4.5.12" + "astro": "^4.5.13" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index f008e848691c..ade66c882ac1 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.5.12", + "astro": "^4.5.13", "lit": "^3.1.2" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index d39d1dedc145..e8993d0d858d 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,14 +11,14 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^3.1.1", + "@astrojs/preact": "^3.1.2", "@astrojs/react": "^3.1.0", "@astrojs/solid-js": "^4.0.1", "@astrojs/svelte": "^5.2.0", - "@astrojs/vue": "^4.0.9", + "@astrojs/vue": "^4.0.10", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", - "astro": "^4.5.12", + "astro": "^4.5.13", "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 4718effb35af..5db2c89558d1 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^3.1.1", + "@astrojs/preact": "^3.1.2", "@preact/signals": "^1.2.1", - "astro": "^4.5.12", + "astro": "^4.5.13", "preact": "^10.19.2" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 9b7078f0ec64..9ed179a17c2c 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^3.1.0", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", - "astro": "^4.5.12", + "astro": "^4.5.13", "react": "^18.2.0", "react-dom": "^18.2.0" } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 20e6b39c5ab8..cc1fd141440c 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.5.12", + "astro": "^4.5.13", "solid-js": "^1.8.5" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 9493e8ba36e2..44ab912ad8fc 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/svelte": "^5.2.0", - "astro": "^4.5.12", + "astro": "^4.5.13", "svelte": "^4.2.5" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 19bac36d5078..9748b7936527 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/vue": "^4.0.9", - "astro": "^4.5.12", + "@astrojs/vue": "^4.0.10", + "astro": "^4.5.13", "vue": "^3.3.8" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 203b70bd037a..df33b58a9d4f 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^8.2.5", - "astro": "^4.5.12" + "astro": "^4.5.13" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index 6cec3f181579..27457cded2c9 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.5.12" + "astro": "^4.5.13" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/examples/middleware/package.json b/examples/middleware/package.json index 212bd6f4b2ea..c56341afcb6a 100644 --- a/examples/middleware/package.json +++ b/examples/middleware/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@astrojs/node": "^8.2.5", - "astro": "^4.5.12", + "astro": "^4.5.13", "html-minifier": "^4.0.0" }, "devDependencies": { diff --git a/examples/minimal/package.json b/examples/minimal/package.json index bd4f2ff9a59e..d1798a17dd86 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.5.12" + "astro": "^4.5.13" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 72aed85ac2e3..83d9a859745a 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.5.12" + "astro": "^4.5.13" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 981aa5ef38f4..4ad564cd4556 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.5.12" + "astro": "^4.5.13" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 4ba19d55c189..7dd9ffe1baa2 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -14,7 +14,7 @@ "dependencies": { "@astrojs/node": "^8.2.5", "@astrojs/svelte": "^5.2.0", - "astro": "^4.5.12", + "astro": "^4.5.13", "svelte": "^4.2.5" } } diff --git a/examples/starlog/package.json b/examples/starlog/package.json index d1592da4ea5a..af491f381e64 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.5.12", + "astro": "^4.5.13", "sass": "^1.69.5", "sharp": "^0.32.6" } diff --git a/examples/view-transitions/package.json b/examples/view-transitions/package.json index 3b4ce857925f..7d4ca9a5f92f 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.2.5", - "astro": "^4.5.12" + "astro": "^4.5.13" } } diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index 4f220183f1f0..99eebc4c6423 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdoc": "^0.9.3", - "astro": "^4.5.12" + "@astrojs/markdoc": "^0.9.4", + "astro": "^4.5.13" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 41c089295895..45be29ce5cb6 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.3.2", - "astro": "^4.5.12", + "@astrojs/markdown-remark": "^5.0.0", + "astro": "^4.5.13", "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 37dfa5a42aac..6a3aa2f90b29 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.5.12" + "astro": "^4.5.13" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 2da34d5ba491..7928e5e21043 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^2.2.2", - "@astrojs/preact": "^3.1.1", - "astro": "^4.5.12", + "@astrojs/mdx": "^2.2.3", + "@astrojs/preact": "^3.1.2", + "astro": "^4.5.13", "preact": "^10.19.2" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 6cf6e1885e79..25cc1d52af67 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^3.1.1", + "@astrojs/preact": "^3.1.2", "@nanostores/preact": "^0.5.0", - "astro": "^4.5.12", + "astro": "^4.5.13", "nanostores": "^0.9.5", "preact": "^10.19.2" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index f37f83d87085..2cb6b36ff557 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^2.2.2", + "@astrojs/mdx": "^2.2.3", "@astrojs/tailwind": "^5.1.0", "@types/canvas-confetti": "^1.6.3", - "astro": "^4.5.12", + "astro": "^4.5.13", "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 3b9722e476ae..eb70738edf37 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^4.5.12", + "astro": "^4.5.13", "vitest": "^1.3.1" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 302bee37474c..8cba54eb0cbd 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,22 @@ # astro +## 4.5.13 + +### Patch Changes + +- [#10495](https://github.com/withastro/astro/pull/10495) [`046d69d517118ab5c0e71604b321729d66ddffff`](https://github.com/withastro/astro/commit/046d69d517118ab5c0e71604b321729d66ddffff) Thanks [@satyarohith](https://github.com/satyarohith)! - This patch allows astro to run in node-compat mode in Deno. Deno doesn't support + construction of response from async iterables in node-compat mode so we need to + use ReadableStream. + +- [#10605](https://github.com/withastro/astro/pull/10605) [`a16a829f4e25ad5c9a1b4557ec089fc8ab53320f`](https://github.com/withastro/astro/commit/a16a829f4e25ad5c9a1b4557ec089fc8ab53320f) Thanks [@martrapp](https://github.com/martrapp)! - Fixes an issue with outdated page titles in browser history when using text fragments in view transition navigation. + +- [#10584](https://github.com/withastro/astro/pull/10584) [`e648c5575a8774af739231cfa9fc27a32086aa5f`](https://github.com/withastro/astro/commit/e648c5575a8774af739231cfa9fc27a32086aa5f) Thanks [@duanwilliam](https://github.com/duanwilliam)! - Fixes a bug where JSX runtime would error on components with nullish prop values in certain conditions. + +- [#10608](https://github.com/withastro/astro/pull/10608) [`e31bea0704890ff92ce4f9b0ce536c1c90715f2c`](https://github.com/withastro/astro/commit/e31bea0704890ff92ce4f9b0ce536c1c90715f2c) Thanks [@matthewp](https://github.com/matthewp)! - Fixes bug with head content being pushed into body + +- Updated dependencies [[`2cf116f80cb5e421ab5cc5eb4a654e7b78c1b8de`](https://github.com/withastro/astro/commit/2cf116f80cb5e421ab5cc5eb4a654e7b78c1b8de), [`374efcdff9625ca43309d89e3b9cfc9174351512`](https://github.com/withastro/astro/commit/374efcdff9625ca43309d89e3b9cfc9174351512)]: + - @astrojs/markdown-remark@5.0.0 + ## 4.5.12 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 67f8bfafa957..ecfee0e70ef7 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "4.5.12", + "version": "4.5.13", "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/db/CHANGELOG.md b/packages/db/CHANGELOG.md index e78c531be439..e362cd8ae94c 100644 --- a/packages/db/CHANGELOG.md +++ b/packages/db/CHANGELOG.md @@ -1,5 +1,17 @@ # @astrojs/db +## 0.9.9 + +### Patch Changes + +- [#10599](https://github.com/withastro/astro/pull/10599) [`5a7733dde52d439402404d5207a2b1d897c4e025`](https://github.com/withastro/astro/commit/5a7733dde52d439402404d5207a2b1d897c4e025) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Seed database on dev server startup, and log whenever the seed file is reloaded. + +- [#10636](https://github.com/withastro/astro/pull/10636) [`504d15d77291f0fe36aa9fecc22f276b734f83cb`](https://github.com/withastro/astro/commit/504d15d77291f0fe36aa9fecc22f276b734f83cb) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Detailed error messages for remote database exceptions. + +- [#10635](https://github.com/withastro/astro/pull/10635) [`17badaf55c79cec460c74f4da58bf188eedef7e3`](https://github.com/withastro/astro/commit/17badaf55c79cec460c74f4da58bf188eedef7e3) Thanks [@matthewp](https://github.com/matthewp)! - Give proper error when seed missing default export + +- [#10631](https://github.com/withastro/astro/pull/10631) [`157392ee44db08de0d3c01222644dae0a904044d`](https://github.com/withastro/astro/commit/157392ee44db08de0d3c01222644dae0a904044d) Thanks [@matthewp](https://github.com/matthewp)! - Make ASTRO_DATABASE_FILE work with file paths + ## 0.9.8 ### Patch Changes diff --git a/packages/db/package.json b/packages/db/package.json index b1b097ad8e23..90dc7e198772 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/db", - "version": "0.9.8", + "version": "0.9.9", "description": "", "license": "MIT", "type": "module", diff --git a/packages/integrations/markdoc/CHANGELOG.md b/packages/integrations/markdoc/CHANGELOG.md index cd2f3c4d4077..a139c78d3a10 100644 --- a/packages/integrations/markdoc/CHANGELOG.md +++ b/packages/integrations/markdoc/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/markdoc +## 0.9.4 + +### Patch Changes + +- [#10632](https://github.com/withastro/astro/pull/10632) [`da2fb875fc58b65a21d37a3d29f570fa20b5219c`](https://github.com/withastro/astro/commit/da2fb875fc58b65a21d37a3d29f570fa20b5219c) Thanks [@bluwy](https://github.com/bluwy)! - Moves `@astrojs/markdown-remark` as a dependency + +- Updated dependencies [[`2cf116f80cb5e421ab5cc5eb4a654e7b78c1b8de`](https://github.com/withastro/astro/commit/2cf116f80cb5e421ab5cc5eb4a654e7b78c1b8de), [`374efcdff9625ca43309d89e3b9cfc9174351512`](https://github.com/withastro/astro/commit/374efcdff9625ca43309d89e3b9cfc9174351512)]: + - @astrojs/markdown-remark@5.0.0 + ## 0.9.3 ### Patch Changes diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index d0009acf9f7d..f1ba10559bd4 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.9.3", + "version": "0.9.4", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md index 8d6c58217655..16d7de5e57f5 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,12 @@ # @astrojs/mdx +## 2.2.3 + +### Patch Changes + +- Updated dependencies [[`2cf116f80cb5e421ab5cc5eb4a654e7b78c1b8de`](https://github.com/withastro/astro/commit/2cf116f80cb5e421ab5cc5eb4a654e7b78c1b8de), [`374efcdff9625ca43309d89e3b9cfc9174351512`](https://github.com/withastro/astro/commit/374efcdff9625ca43309d89e3b9cfc9174351512)]: + - @astrojs/markdown-remark@5.0.0 + ## 2.2.2 ### Patch Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 32dad5531156..ff77e56ca2f6 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.2.2", + "version": "2.2.3", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/preact/CHANGELOG.md b/packages/integrations/preact/CHANGELOG.md index 9c2f17ca2f61..0d4f2c20731c 100644 --- a/packages/integrations/preact/CHANGELOG.md +++ b/packages/integrations/preact/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/preact +## 3.1.2 + +### Patch Changes + +- [#10585](https://github.com/withastro/astro/pull/10585) [`ad50784adc6f262fc563999e97df3a5dc9087c88`](https://github.com/withastro/astro/commit/ad50784adc6f262fc563999e97df3a5dc9087c88) Thanks [@rschristian](https://github.com/rschristian)! - Fixes (theoretical) edge case in Preact integration's JSX aliases + ## 3.1.1 ### Patch Changes diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json index d77ce973eac2..37ac943311d9 100644 --- a/packages/integrations/preact/package.json +++ b/packages/integrations/preact/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/preact", "description": "Use Preact components within Astro", - "version": "3.1.1", + "version": "3.1.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 4bec34fa2478..fe3fd36d7a76 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vercel +## 7.5.1 + +### Patch Changes + +- [#10609](https://github.com/withastro/astro/pull/10609) [`31590d44ef8b7c96a757e9b835144d57d767383c`](https://github.com/withastro/astro/commit/31590d44ef8b7c96a757e9b835144d57d767383c) Thanks [@matthewp](https://github.com/matthewp)! - Move nft warnings behind verbose logging + ## 7.5.0 ### Minor Changes diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index c97852f0d3b3..f13ed132ac0a 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.5.0", + "version": "7.5.1", "type": "module", "author": "withastro", "license": "MIT", diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md index 28c47742cf7f..63cc8aebea65 100644 --- a/packages/integrations/vue/CHANGELOG.md +++ b/packages/integrations/vue/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vue +## 4.0.10 + +### Patch Changes + +- [#10601](https://github.com/withastro/astro/pull/10601) [`b3028caecf1a96310e2ee7a65075a81c231d87be`](https://github.com/withastro/astro/commit/b3028caecf1a96310e2ee7a65075a81c231d87be) Thanks [@kalepail](https://github.com/kalepail)! - Remove the unnecessary and deprecated @vue/server-renderer package from the ssr.external vite config + ## 4.0.9 ### Patch Changes diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 3d08651e0cc6..341dd8ef0dc4 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "4.0.9", + "version": "4.0.10", "description": "Use Vue components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md index 1320ce6f9060..d90ae3f8de5f 100644 --- a/packages/markdown/remark/CHANGELOG.md +++ b/packages/markdown/remark/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/markdown-remark +## 5.0.0 + +### Major Changes + +- [#10629](https://github.com/withastro/astro/pull/10629) [`2cf116f80cb5e421ab5cc5eb4a654e7b78c1b8de`](https://github.com/withastro/astro/commit/2cf116f80cb5e421ab5cc5eb4a654e7b78c1b8de) Thanks [@bluwy](https://github.com/bluwy)! - Removes deprecated APIs including `remarkShiki`, `remarkPrism`, `replaceCssVariables` and several unused types + +- [#10618](https://github.com/withastro/astro/pull/10618) [`374efcdff9625ca43309d89e3b9cfc9174351512`](https://github.com/withastro/astro/commit/374efcdff9625ca43309d89e3b9cfc9174351512) Thanks [@43081j](https://github.com/43081j)! - Updates Shiki syntax highlighting to lazily load shiki languages by default (only preloading `plaintext`). Additionally, the `createShikiHighlighter()` API now returns an asynchronous `highlight()` function due to this. + ## 4.3.2 ### Patch Changes diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index a13fdca196e1..19df22236899 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/markdown-remark", - "version": "4.3.2", + "version": "5.0.0", "type": "module", "author": "withastro", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fda57985374f..a5c54e72166b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -134,13 +134,13 @@ importers: examples/basics: dependencies: astro: - specifier: ^4.5.12 + specifier: ^4.5.13 version: link:../../packages/astro examples/blog: dependencies: '@astrojs/mdx': - specifier: ^2.2.2 + specifier: ^2.2.3 version: link:../../packages/integrations/mdx '@astrojs/rss': specifier: ^4.0.5 @@ -149,13 +149,13 @@ importers: specifier: ^3.1.2 version: link:../../packages/integrations/sitemap astro: - specifier: ^4.5.12 + specifier: ^4.5.13 version: link:../../packages/astro examples/component: devDependencies: astro: - specifier: ^4.5.12 + specifier: ^4.5.13 version: link:../../packages/astro examples/framework-alpine: @@ -170,7 +170,7 @@ importers: specifier: ^3.13.3 version: 3.13.7 astro: - specifier: ^4.5.12 + specifier: ^4.5.13 version: link:../../packages/astro examples/framework-lit: @@ -182,7 +182,7 @@ importers: specifier: ^0.2.1 version: 0.2.1 astro: - specifier: ^4.5.12 + specifier: ^4.5.13 version: link:../../packages/astro lit: specifier: ^3.1.2 @@ -191,7 +191,7 @@ importers: examples/framework-multiple: dependencies: '@astrojs/preact': - specifier: ^3.1.1 + specifier: ^3.1.2 version: link:../../packages/integrations/preact '@astrojs/react': specifier: ^3.1.0 @@ -203,7 +203,7 @@ importers: specifier: ^5.2.0 version: link:../../packages/integrations/svelte '@astrojs/vue': - specifier: ^4.0.9 + specifier: ^4.0.10 version: link:../../packages/integrations/vue '@types/react': specifier: ^18.2.37 @@ -212,7 +212,7 @@ importers: specifier: ^18.2.15 version: 18.2.23 astro: - specifier: ^4.5.12 + specifier: ^4.5.13 version: link:../../packages/astro preact: specifier: ^10.19.2 @@ -236,13 +236,13 @@ importers: examples/framework-preact: dependencies: '@astrojs/preact': - specifier: ^3.1.1 + specifier: ^3.1.2 version: link:../../packages/integrations/preact '@preact/signals': specifier: ^1.2.1 version: 1.2.1(preact@10.20.1) astro: - specifier: ^4.5.12 + specifier: ^4.5.13 version: link:../../packages/astro preact: specifier: ^10.19.2 @@ -260,7 +260,7 @@ importers: specifier: ^18.2.15 version: 18.2.23 astro: - specifier: ^4.5.12 + specifier: ^4.5.13 version: link:../../packages/astro react: specifier: ^18.2.0 @@ -275,7 +275,7 @@ importers: specifier: ^4.0.1 version: link:../../packages/integrations/solid astro: - specifier: ^4.5.12 + specifier: ^4.5.13 version: link:../../packages/astro solid-js: specifier: ^1.8.5 @@ -287,7 +287,7 @@ importers: specifier: ^5.2.0 version: link:../../packages/integrations/svelte astro: - specifier: ^4.5.12 + specifier: ^4.5.13 version: link:../../packages/astro svelte: specifier: ^4.2.5 @@ -296,10 +296,10 @@ importers: examples/framework-vue: dependencies: '@astrojs/vue': - specifier: ^4.0.9 + specifier: ^4.0.10 version: link:../../packages/integrations/vue astro: - specifier: ^4.5.12 + specifier: ^4.5.13 version: link:../../packages/astro vue: specifier: ^3.3.8 @@ -311,13 +311,13 @@ importers: specifier: ^8.2.5 version: link:../../packages/integrations/node astro: - specifier: ^4.5.12 + specifier: ^4.5.13 version: link:../../packages/astro examples/integration: devDependencies: astro: - specifier: ^4.5.12 + specifier: ^4.5.13 version: link:../../packages/astro examples/middleware: @@ -326,7 +326,7 @@ importers: specifier: ^8.2.5 version: link:../../packages/integrations/node astro: - specifier: ^4.5.12 + specifier: ^4.5.13 version: link:../../packages/astro html-minifier: specifier: ^4.0.0 @@ -339,19 +339,19 @@ importers: examples/minimal: dependencies: astro: - specifier: ^4.5.12 + specifier: ^4.5.13 version: link:../../packages/astro examples/non-html-pages: dependencies: astro: - specifier: ^4.5.12 + specifier: ^4.5.13 version: link:../../packages/astro examples/portfolio: dependencies: astro: - specifier: ^4.5.12 + specifier: ^4.5.13 version: link:../../packages/astro examples/ssr: @@ -363,7 +363,7 @@ importers: specifier: ^5.2.0 version: link:../../packages/integrations/svelte astro: - specifier: ^4.5.12 + specifier: ^4.5.13 version: link:../../packages/astro svelte: specifier: ^4.2.5 @@ -372,7 +372,7 @@ importers: examples/starlog: dependencies: astro: - specifier: ^4.5.12 + specifier: ^4.5.13 version: link:../../packages/astro sass: specifier: ^1.69.5 @@ -390,25 +390,25 @@ importers: specifier: ^5.1.0 version: link:../../packages/integrations/tailwind astro: - specifier: ^4.5.12 + specifier: ^4.5.13 version: link:../../packages/astro examples/with-markdoc: dependencies: '@astrojs/markdoc': - specifier: ^0.9.3 + specifier: ^0.9.4 version: link:../../packages/integrations/markdoc astro: - specifier: ^4.5.12 + specifier: ^4.5.13 version: link:../../packages/astro examples/with-markdown-plugins: dependencies: '@astrojs/markdown-remark': - specifier: ^4.3.2 + specifier: ^5.0.0 version: link:../../packages/markdown/remark astro: - specifier: ^4.5.12 + specifier: ^4.5.13 version: link:../../packages/astro hast-util-select: specifier: ^6.0.2 @@ -429,19 +429,19 @@ importers: examples/with-markdown-shiki: dependencies: astro: - specifier: ^4.5.12 + specifier: ^4.5.13 version: link:../../packages/astro examples/with-mdx: dependencies: '@astrojs/mdx': - specifier: ^2.2.2 + specifier: ^2.2.3 version: link:../../packages/integrations/mdx '@astrojs/preact': - specifier: ^3.1.1 + specifier: ^3.1.2 version: link:../../packages/integrations/preact astro: - specifier: ^4.5.12 + specifier: ^4.5.13 version: link:../../packages/astro preact: specifier: ^10.19.2 @@ -450,13 +450,13 @@ importers: examples/with-nanostores: dependencies: '@astrojs/preact': - specifier: ^3.1.1 + specifier: ^3.1.2 version: link:../../packages/integrations/preact '@nanostores/preact': specifier: ^0.5.0 version: 0.5.1(nanostores@0.9.5)(preact@10.20.1) astro: - specifier: ^4.5.12 + specifier: ^4.5.13 version: link:../../packages/astro nanostores: specifier: ^0.9.5 @@ -468,7 +468,7 @@ importers: examples/with-tailwindcss: dependencies: '@astrojs/mdx': - specifier: ^2.2.2 + specifier: ^2.2.3 version: link:../../packages/integrations/mdx '@astrojs/tailwind': specifier: ^5.1.0 @@ -477,7 +477,7 @@ importers: specifier: ^1.6.3 version: 1.6.4 astro: - specifier: ^4.5.12 + specifier: ^4.5.13 version: link:../../packages/astro autoprefixer: specifier: ^10.4.15 @@ -495,7 +495,7 @@ importers: examples/with-vitest: dependencies: astro: - specifier: ^4.5.12 + specifier: ^4.5.13 version: link:../../packages/astro vitest: specifier: ^1.3.1