Skip to content

Update dependency react-markdown to v10#16

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-remark
Open

Update dependency react-markdown to v10#16
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-remark

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 31, 2025

This PR contains the following updates:

Package Change Age Confidence
react-markdown ^9.0.1^10.0.0 age confidence

Release Notes

remarkjs/react-markdown (react-markdown)

v10.1.0

Compare Source

Add
Fix

Full Changelog: remarkjs/react-markdown@10.0.1...10.1.0

v10.0.1

Compare Source

Full Changelog: remarkjs/react-markdown@10.0.0...10.0.1

v10.0.0

Compare Source

  • aaaa40b
    Remove support for className prop
    migrate: see “Remove className” below
Remove className

The className prop was removed.
If you want to add classes to some element that wraps the markdown
you can explicitly write that element and add the class to it.
You can then choose yourself which tag name to use and whether to add other
props.

Before:

<Markdown className="markdown-body">{markdown}</Markdown>

After:

<div className="markdown-body">
  <Markdown>{markdown}</Markdown>
</div>

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.

@vercel
Copy link
Copy Markdown

vercel Bot commented Jul 31, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
rsc-genui Error Error May 28, 2026 4:09pm

@socket-security
Copy link
Copy Markdown

socket-security Bot commented Jul 31, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedreact-markdown@​10.1.09910010083100

View full report

@renovate renovate Bot force-pushed the renovate/major-remark branch from bf9f9dc to f97fa89 Compare September 25, 2025 19:59
@renovate renovate Bot force-pushed the renovate/major-remark branch from f97fa89 to 7c5400b Compare February 12, 2026 13:41
@renovate renovate Bot force-pushed the renovate/major-remark branch from 7c5400b to e0a189a Compare March 5, 2026 18:15
@renovate renovate Bot force-pushed the renovate/major-remark branch from e0a189a to b40c98e Compare March 13, 2026 17:39
@renovate renovate Bot force-pushed the renovate/major-remark branch from b40c98e to 711c429 Compare April 1, 2026 19:12
@renovate renovate Bot force-pushed the renovate/major-remark branch from 711c429 to 225945b Compare April 8, 2026 21:17
@renovate renovate Bot force-pushed the renovate/major-remark branch from 225945b to 1cba383 Compare April 29, 2026 14:52
@renovate renovate Bot force-pushed the renovate/major-remark branch from 1cba383 to 80776a7 Compare May 12, 2026 12:58
@socket-security
Copy link
Copy Markdown

socket-security Bot commented May 12, 2026

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants