Skip to content

fix(deps): update dependency react-markdown to v10 - #165

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

fix(deps): update dependency react-markdown to v10#165
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-remark

Conversation

@renovate

@renovate renovate Bot commented Mar 10, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
react-markdown 9.0.310.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>

v9.1.0

Compare Source

  • 6ce120e
    Add support for async plugins

Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • "every 2 weeks on Monday before 7am"
  • 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

vercel Bot commented Mar 10, 2025

Copy link
Copy Markdown

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

Project Deployment Actions Updated
fairgnuegen Ready Ready Preview Sep 3, 2026 12:33am UTC

Request Review

@renovate
renovate Bot force-pushed the renovate/major-remark branch from 8d991ef to c6b0c06 Compare August 10, 2025 15:53
@renovate
renovate Bot force-pushed the renovate/major-remark branch from c6b0c06 to 96c6212 Compare August 31, 2025 12:06
@renovate
renovate Bot force-pushed the renovate/major-remark branch from 96c6212 to 7117451 Compare September 25, 2025 17:52
@renovate
renovate Bot force-pushed the renovate/major-remark branch from 7117451 to e05fa99 Compare October 21, 2025 19:09
@renovate
renovate Bot force-pushed the renovate/major-remark branch from e05fa99 to cd9154e Compare November 11, 2025 02:52
@renovate
renovate Bot force-pushed the renovate/major-remark branch from cd9154e to 4f959f4 Compare November 18, 2025 23:06
@renovate
renovate Bot force-pushed the renovate/major-remark branch from 4f959f4 to 2e5b637 Compare December 3, 2025 16:09
@renovate
renovate Bot force-pushed the renovate/major-remark branch from 2e5b637 to 8ae165b Compare December 31, 2025 18:35
@renovate
renovate Bot force-pushed the renovate/major-remark branch from 8ae165b to f3ceffb Compare January 8, 2026 21:05
@renovate
renovate Bot force-pushed the renovate/major-remark branch from f3ceffb to 2d587a9 Compare January 19, 2026 20:34
@renovate
renovate Bot force-pushed the renovate/major-remark branch from 2d587a9 to f4aeaa7 Compare January 23, 2026 20:43
@renovate
renovate Bot force-pushed the renovate/major-remark branch from f4aeaa7 to 218764f Compare February 2, 2026 16:11
@renovate
renovate Bot force-pushed the renovate/major-remark branch from fbacb21 to 726d06c Compare March 5, 2026 16:49
@renovate
renovate Bot force-pushed the renovate/major-remark branch from 726d06c to 15c8590 Compare March 13, 2026 12:34
@renovate
renovate Bot force-pushed the renovate/major-remark branch from 15c8590 to aacda14 Compare March 27, 2026 10:50
@renovate
renovate Bot force-pushed the renovate/major-remark branch from aacda14 to fc23e6b Compare April 29, 2026 17:37
@renovate
renovate Bot force-pushed the renovate/major-remark branch from fc23e6b to 538d2af Compare May 12, 2026 13:52
@renovate
renovate Bot force-pushed the renovate/major-remark branch from 538d2af to 7a63cb1 Compare May 18, 2026 13:52
@renovate
renovate Bot force-pushed the renovate/major-remark branch from 7a63cb1 to 074b20c Compare May 28, 2026 20:16
@renovate
renovate Bot force-pushed the renovate/major-remark branch from 074b20c to 6c793b1 Compare June 2, 2026 00:02
@renovate renovate Bot changed the title fix(deps): update dependency react-markdown to v10 fix(deps): update remark to v10 Jun 2, 2026
@renovate
renovate Bot force-pushed the renovate/major-remark branch from 6c793b1 to 90cf93e Compare June 11, 2026 22:01
@renovate renovate Bot changed the title fix(deps): update remark to v10 fix(deps): update remark (major) Jun 22, 2026
@renovate renovate Bot changed the title fix(deps): update remark (major) fix(deps): update dependency react-markdown to v10 Jun 25, 2026
@renovate
renovate Bot force-pushed the renovate/major-remark branch from 90cf93e to e940aee Compare July 12, 2026 15:05
@renovate
renovate Bot force-pushed the renovate/major-remark branch from e940aee to 078a830 Compare August 12, 2026 03:03
@renovate
renovate Bot force-pushed the renovate/major-remark branch from 078a830 to bbf2e82 Compare August 26, 2026 23:00
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