Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@astrojs/markdown-remark@5.0.0
Major Changes
#10629
2cf116f80cb5e421ab5cc5eb4a654e7b78c1b8de
Thanks @bluwy! - Removes deprecated APIs includingremarkShiki
,remarkPrism
,replaceCssVariables
and several unused types#10618
374efcdff9625ca43309d89e3b9cfc9174351512
Thanks @43081j! - Updates Shiki syntax highlighting to lazily load shiki languages by default (only preloadingplaintext
). Additionally, thecreateShikiHighlighter()
API now returns an asynchronoushighlight()
function due to this.astro@4.5.13
Patch Changes
#10495
046d69d517118ab5c0e71604b321729d66ddffff
Thanks @satyarohith! - This patch allows astro to run in node-compat mode in Deno. Deno doesn't supportconstruction of response from async iterables in node-compat mode so we need to
use ReadableStream.
#10605
a16a829f4e25ad5c9a1b4557ec089fc8ab53320f
Thanks @martrapp! - Fixes an issue with outdated page titles in browser history when using text fragments in view transition navigation.#10584
e648c5575a8774af739231cfa9fc27a32086aa5f
Thanks @duanwilliam! - Fixes a bug where JSX runtime would error on components with nullish prop values in certain conditions.#10608
e31bea0704890ff92ce4f9b0ce536c1c90715f2c
Thanks @matthewp! - Fixes bug with head content being pushed into bodyUpdated dependencies [
2cf116f80cb5e421ab5cc5eb4a654e7b78c1b8de
,374efcdff9625ca43309d89e3b9cfc9174351512
]:@astrojs/db@0.9.9
Patch Changes
#10599
5a7733dde52d439402404d5207a2b1d897c4e025
Thanks @bholmesdev! - Seed database on dev server startup, and log whenever the seed file is reloaded.#10636
504d15d77291f0fe36aa9fecc22f276b734f83cb
Thanks @bholmesdev! - Detailed error messages for remote database exceptions.#10635
17badaf55c79cec460c74f4da58bf188eedef7e3
Thanks @matthewp! - Give proper error when seed missing default export#10631
157392ee44db08de0d3c01222644dae0a904044d
Thanks @matthewp! - Make ASTRO_DATABASE_FILE work with file paths@astrojs/markdoc@0.9.4
Patch Changes
#10632
da2fb875fc58b65a21d37a3d29f570fa20b5219c
Thanks @bluwy! - Moves@astrojs/markdown-remark
as a dependencyUpdated dependencies [
2cf116f80cb5e421ab5cc5eb4a654e7b78c1b8de
,374efcdff9625ca43309d89e3b9cfc9174351512
]:@astrojs/mdx@2.2.3
Patch Changes
2cf116f80cb5e421ab5cc5eb4a654e7b78c1b8de
,374efcdff9625ca43309d89e3b9cfc9174351512
]:@astrojs/preact@3.1.2
Patch Changes
ad50784adc6f262fc563999e97df3a5dc9087c88
Thanks @rschristian! - Fixes (theoretical) edge case in Preact integration's JSX aliases@astrojs/vercel@7.5.1
Patch Changes
31590d44ef8b7c96a757e9b835144d57d767383c
Thanks @matthewp! - Move nft warnings behind verbose logging@astrojs/vue@4.0.10
Patch Changes
b3028caecf1a96310e2ee7a65075a81c231d87be
Thanks @kalepail! - Remove the unnecessary and deprecated @vue/server-renderer package from the ssr.external vite config