summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-04-02 00:46:43 -0700
committerGravatar GitHub <noreply@github.com> 2024-04-02 15:46:43 +0800
commitf7d6254f8f63363dc88b07381983f2a8cce69559 (patch)
tree88c7a320c01db789603d35283320ade2d7d9093a
parent260f4fa1912ba78299c587a7cad1101354ebbb48 (diff)
downloadastro-f7d6254f8f63363dc88b07381983f2a8cce69559.tar.gz
astro-f7d6254f8f63363dc88b07381983f2a8cce69559.tar.zst
astro-f7d6254f8f63363dc88b07381983f2a8cce69559.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/clever-moles-listen.md5
-rw-r--r--.changeset/cool-bulldogs-change.md7
-rw-r--r--.changeset/eighty-olives-destroy.md5
-rw-r--r--.changeset/forty-turkeys-tap.md5
-rw-r--r--.changeset/gold-lies-behave.md5
-rw-r--r--.changeset/khaki-otters-return.md5
-rw-r--r--.changeset/plenty-lobsters-design.md5
-rw-r--r--.changeset/proud-books-hope.md5
-rw-r--r--.changeset/real-rabbits-bake.md5
-rw-r--r--.changeset/selfish-spies-end.md5
-rw-r--r--.changeset/small-islands-pump.md5
-rw-r--r--.changeset/tidy-dancers-itch.md5
-rw-r--r--.changeset/tough-years-fry.md5
-rw-r--r--.changeset/unlucky-shoes-vanish.md5
-rw-r--r--examples/basics/package.json2
-rw-r--r--examples/blog/package.json4
-rw-r--r--examples/component/package.json2
-rw-r--r--examples/framework-alpine/package.json2
-rw-r--r--examples/framework-lit/package.json2
-rw-r--r--examples/framework-multiple/package.json6
-rw-r--r--examples/framework-preact/package.json4
-rw-r--r--examples/framework-react/package.json2
-rw-r--r--examples/framework-solid/package.json2
-rw-r--r--examples/framework-svelte/package.json2
-rw-r--r--examples/framework-vue/package.json4
-rw-r--r--examples/hackernews/package.json2
-rw-r--r--examples/integration/package.json2
-rw-r--r--examples/middleware/package.json2
-rw-r--r--examples/minimal/package.json2
-rw-r--r--examples/non-html-pages/package.json2
-rw-r--r--examples/portfolio/package.json2
-rw-r--r--examples/ssr/package.json2
-rw-r--r--examples/starlog/package.json2
-rw-r--r--examples/view-transitions/package.json2
-rw-r--r--examples/with-markdoc/package.json4
-rw-r--r--examples/with-markdown-plugins/package.json4
-rw-r--r--examples/with-markdown-shiki/package.json2
-rw-r--r--examples/with-mdx/package.json6
-rw-r--r--examples/with-nanostores/package.json4
-rw-r--r--examples/with-tailwindcss/package.json4
-rw-r--r--examples/with-vitest/package.json2
-rw-r--r--packages/astro/CHANGELOG.md17
-rw-r--r--packages/astro/package.json2
-rw-r--r--packages/db/CHANGELOG.md12
-rw-r--r--packages/db/package.json2
-rw-r--r--packages/integrations/markdoc/CHANGELOG.md9
-rw-r--r--packages/integrations/markdoc/package.json2
-rw-r--r--packages/integrations/mdx/CHANGELOG.md7
-rw-r--r--packages/integrations/mdx/package.json2
-rw-r--r--packages/integrations/preact/CHANGELOG.md6
-rw-r--r--packages/integrations/preact/package.json2
-rw-r--r--packages/integrations/vercel/CHANGELOG.md6
-rw-r--r--packages/integrations/vercel/package.json2
-rw-r--r--packages/integrations/vue/CHANGELOG.md6
-rw-r--r--packages/integrations/vue/package.json2
-rw-r--r--packages/markdown/remark/CHANGELOG.md8
-rw-r--r--packages/markdown/remark/package.json2
-rw-r--r--pnpm-lock.yaml76
58 files changed, 155 insertions, 156 deletions
diff --git a/.changeset/clever-moles-listen.md b/.changeset/clever-moles-listen.md
deleted file mode 100644
index 96eede5a7..000000000
--- 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 fce9c1a21..000000000
--- 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 be8ae9808..000000000
--- 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 f7d6609ab..000000000
--- 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 bd2bf1c49..000000000
--- 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 8d0873fe9..000000000
--- 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 5f2a6bb39..000000000
--- 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 a330f58b6..000000000
--- 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 f750b56e3..000000000
--- 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 d097bae53..000000000
--- 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 9df81a51e..000000000
--- 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 56ee8ed63..000000000
--- 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 102edd8a0..000000000
--- 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 f1ae77749..000000000
--- 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 84ca32f2b..2684239ac 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 8f2dd8110..6d81b8e2d 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 5a907dadd..112bf6131 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 45c34747a..e4ce38067 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 f008e8486..ade66c882 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 d39d1dedc..e8993d0d8 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 4718effb3..5db2c8955 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 9b7078f0e..9ed179a17 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 20e6b39c5..cc1fd1414 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 9493e8ba3..44ab912ad 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 19bac36d5..9748b7936 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 203b70bd0..df33b58a9 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 6cec3f181..27457cded 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 212bd6f4b..c56341afc 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 bd4f2ff9a..d1798a17d 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 72aed85ac..83d9a8597 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 981aa5ef3..4ad564cd4 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 4ba19d55c..7dd9ffe1b 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 d1592da4e..af491f381 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 3b4ce8579..7d4ca9a5f 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 4f220183f..99eebc4c6 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 41c089295..45be29ce5 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 37dfa5a42..6a3aa2f90 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 2da34d5ba..7928e5e21 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 6cf6e1885..25cc1d52a 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 f37f83d87..2cb6b36ff 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 3b9722e47..eb70738ed 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 302bee374..8cba54eb0 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 67f8bfafa..ecfee0e70 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 e78c531be..e362cd8ae 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 b1b097ad8..90dc7e198 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 cd2f3c4d4..a139c78d3 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 d0009acf9..f1ba10559 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 8d6c58217..16d7de5e5 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 32dad5531..ff77e56ca 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 9c2f17ca2..0d4f2c207 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 d77ce973e..37ac94331 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 4bec34fa2..fe3fd36d7 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 c97852f0d..f13ed132a 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 28c47742c..63cc8aebe 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 3d08651e0..341dd8ef0 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 1320ce6f9..d90ae3f8d 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 a13fdca19..19df22236 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 fda579853..a5c54e721 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