fix(deps): update dependency markdown-to-jsx to v9.7.15#4186
Merged
Conversation
44d8851 to
7f22e83
Compare
7f22e83 to
4570449
Compare
4570449 to
f6bd88a
Compare
|
|
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 contains the following updates:
9.7.13→9.7.15Release Notes
quantizor/markdown-to-jsx (markdown-to-jsx)
v9.7.15Compare Source
Patch Changes
7ff0713: Fix React 19 RSC dev warning "Attempted to render without development properties"v9.7.14Compare Source
Patch Changes
3df970f: Fix frontmatter detection silently consuming content when a thematic break (---) starts the document. The colon-anywhere heuristic is replaced with proper YAML key-value validation, and a newdisableFrontmatteroption is added to skip detection entirely.c7e0d07: Fix<hr>and other void HTML elements silently dropping all subsequent content when not followed by a newline (#856)c7e0d07: Fix HTML blocks with markdown content inside tables (#862) and restore CommonMark-correct behavior for HTML block content without blank lines (#860)<div>\n*text*\n</div>) is now preserved as literal text per CommonMark Example 189<div>\n\n*text*\n\n</div>) continues to parse markdown as before (CommonMark Example 188)0dfde05: Fix HTML compiler dropping the closing tag for empty non-void elements (e.g.<p></p>rendered as<p>,<div></div>rendered as<div>)b0a7c68: fix: add key props to thead/tbody in table rendering to resolve React key warning (#858)c7e0d07: Fix Vue adapter "Non-function value encountered for default slot" warning when using component overrides (#855)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.