Skip to content

Update dependency react-markdown to v10#82

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

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

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Mar 24, 2025

This PR contains the following updates:

Package Change Age Confidence
react-markdown 9.1.010.1.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: Branch creation - "after 6pm" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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/major-10-remark branch from 479927d to 6f8cc35 Compare March 25, 2025 11:12
@renovate renovate Bot force-pushed the renovate/major-10-remark branch from 6f8cc35 to e7243af Compare September 25, 2025 17:02
@renovate renovate Bot force-pushed the renovate/major-10-remark branch from e7243af to c7d5a8c Compare February 12, 2026 10:44
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.

0 participants