Merged
Conversation
dfd73ee to
f4de46f
Compare
f4de46f to
60d861c
Compare
ematipico
pushed a commit
that referenced
this pull request
Feb 6, 2025
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
2cf116f80cb5e421ab5cc5eb4a654e7b78c1b8deThanks @bluwy! - Removes deprecated APIs includingremarkShiki,remarkPrism,replaceCssVariablesand several unused types#10618
374efcdff9625ca43309d89e3b9cfc9174351512Thanks @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
046d69d517118ab5c0e71604b321729d66ddffffThanks @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
a16a829f4e25ad5c9a1b4557ec089fc8ab53320fThanks @martrapp! - Fixes an issue with outdated page titles in browser history when using text fragments in view transition navigation.#10584
e648c5575a8774af739231cfa9fc27a32086aa5fThanks @duanwilliam! - Fixes a bug where JSX runtime would error on components with nullish prop values in certain conditions.#10608
e31bea0704890ff92ce4f9b0ce536c1c90715f2cThanks @matthewp! - Fixes bug with head content being pushed into bodyUpdated dependencies [
2cf116f80cb5e421ab5cc5eb4a654e7b78c1b8de,374efcdff9625ca43309d89e3b9cfc9174351512]:@astrojs/db@0.9.9
Patch Changes
#10599
5a7733dde52d439402404d5207a2b1d897c4e025Thanks @bholmesdev! - Seed database on dev server startup, and log whenever the seed file is reloaded.#10636
504d15d77291f0fe36aa9fecc22f276b734f83cbThanks @bholmesdev! - Detailed error messages for remote database exceptions.#10635
17badaf55c79cec460c74f4da58bf188eedef7e3Thanks @matthewp! - Give proper error when seed missing default export#10631
157392ee44db08de0d3c01222644dae0a904044dThanks @matthewp! - Make ASTRO_DATABASE_FILE work with file paths@astrojs/markdoc@0.9.4
Patch Changes
#10632
da2fb875fc58b65a21d37a3d29f570fa20b5219cThanks @bluwy! - Moves@astrojs/markdown-remarkas a dependencyUpdated dependencies [
2cf116f80cb5e421ab5cc5eb4a654e7b78c1b8de,374efcdff9625ca43309d89e3b9cfc9174351512]:@astrojs/mdx@2.2.3
Patch Changes
2cf116f80cb5e421ab5cc5eb4a654e7b78c1b8de,374efcdff9625ca43309d89e3b9cfc9174351512]:@astrojs/preact@3.1.2
Patch Changes
ad50784adc6f262fc563999e97df3a5dc9087c88Thanks @rschristian! - Fixes (theoretical) edge case in Preact integration's JSX aliases@astrojs/vercel@7.5.1
Patch Changes
31590d44ef8b7c96a757e9b835144d57d767383cThanks @matthewp! - Move nft warnings behind verbose logging@astrojs/vue@4.0.10
Patch Changes
b3028caecf1a96310e2ee7a65075a81c231d87beThanks @kalepail! - Remove the unnecessary and deprecated @vue/server-renderer package from the ssr.external vite config