Skip to content

fix(deps): update dependency markdown-to-jsx to v9.7.15#4186

Merged
StefanFl merged 1 commit intodevfrom
renovate/markdown-to-jsx-9.x
Apr 19, 2026
Merged

fix(deps): update dependency markdown-to-jsx to v9.7.15#4186
StefanFl merged 1 commit intodevfrom
renovate/markdown-to-jsx-9.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 10, 2026

This PR contains the following updates:

Package Change Age Confidence
markdown-to-jsx (source) 9.7.139.7.15 age confidence

Release Notes

quantizor/markdown-to-jsx (markdown-to-jsx)

v9.7.15

Compare Source

Patch Changes
  • 7ff0713: Fix React 19 RSC dev warning "Attempted to render without development properties"

v9.7.14

Compare 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 new disableFrontmatter option 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)

    • Markdown lists inside HTML table cells now render as proper nested lists instead of breaking the table structure
    • HTML block content on its own line without surrounding blank lines (e.g. <div>\n*text*\n</div>) is now preserved as literal text per CommonMark Example 189
    • HTML block content surrounded by blank lines (e.g. <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)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/markdown-to-jsx-9.x branch from 44d8851 to 7f22e83 Compare April 11, 2026 01:46
@renovate renovate bot changed the title fix(deps): update dependency markdown-to-jsx to v9.7.14 fix(deps): update dependency markdown-to-jsx to v9.7.15 Apr 11, 2026
@renovate renovate bot force-pushed the renovate/markdown-to-jsx-9.x branch from 7f22e83 to 4570449 Compare April 11, 2026 21:32
@StefanFl StefanFl force-pushed the renovate/markdown-to-jsx-9.x branch from 4570449 to f6bd88a Compare April 19, 2026 12:36
@sonarqubecloud
Copy link
Copy Markdown

@sonarqubecloud
Copy link
Copy Markdown

@StefanFl StefanFl merged commit 2efff37 into dev Apr 19, 2026
18 checks passed
@StefanFl StefanFl deleted the renovate/markdown-to-jsx-9.x branch April 19, 2026 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant