Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 6, 2025

This PR contains the following updates:

Package Change Age Confidence
react-markdown ^9.0.0 -> ^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: Branch creation - "before 2am" in timezone Asia/Manila, 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/remark branch 3 times, most recently from 02b3575 to 99933c8 Compare January 30, 2025 17:36
@renovate renovate bot force-pushed the renovate/remark branch from 99933c8 to ec322ef Compare February 9, 2025 13:08
@renovate renovate bot changed the title Update dependency react-markdown to v9.0.3 Update remark Feb 10, 2025
@renovate renovate bot force-pushed the renovate/remark branch 2 times, most recently from 1a37b45 to 894fbfa Compare February 10, 2025 16:22
@renovate renovate bot force-pushed the renovate/remark branch 3 times, most recently from 46ffb72 to 86281c8 Compare February 27, 2025 13:47
@renovate renovate bot force-pushed the renovate/remark branch 2 times, most recently from 56ef05e to 4e755a2 Compare March 7, 2025 11:01
@renovate renovate bot force-pushed the renovate/remark branch 3 times, most recently from b398f3f to 02ec42d Compare March 17, 2025 18:14
@renovate renovate bot force-pushed the renovate/remark branch 3 times, most recently from b8103a7 to d11f54b Compare April 1, 2025 13:49
@renovate renovate bot force-pushed the renovate/remark branch 3 times, most recently from f2982cd to 3fd8430 Compare April 9, 2025 14:02
@renovate renovate bot force-pushed the renovate/remark branch from 3fd8430 to 26ffe23 Compare April 17, 2025 03:51
@renovate renovate bot force-pushed the renovate/remark branch 2 times, most recently from ee75cc3 to fb6d839 Compare April 27, 2025 01:26
@renovate renovate bot changed the title Update remark Update dependency react-markdown to v10 Apr 27, 2025
@renovate renovate bot force-pushed the renovate/remark branch 3 times, most recently from 66cee2c to 3c2f116 Compare May 11, 2025 03:13
@renovate renovate bot force-pushed the renovate/remark branch 2 times, most recently from 1cda79f to 2a4e509 Compare May 21, 2025 01:57
@renovate renovate bot force-pushed the renovate/remark branch 2 times, most recently from ef3a9bc to 2e6c07a Compare May 28, 2025 11:38
@renovate renovate bot force-pushed the renovate/remark branch 3 times, most recently from dcefb7e to 0833b46 Compare June 7, 2025 07:19
@renovate renovate bot force-pushed the renovate/remark branch from 0833b46 to 8b4431b Compare July 2, 2025 09:28
@renovate renovate bot force-pushed the renovate/remark branch from 8b4431b to e0b0a30 Compare July 14, 2025 14:04
@renovate renovate bot force-pushed the renovate/remark branch from e0b0a30 to 2a2947a Compare August 1, 2025 12:20
@renovate renovate bot force-pushed the renovate/remark branch from 2a2947a to 438e6eb Compare August 9, 2025 09:04
@renovate renovate bot force-pushed the renovate/remark branch 2 times, most recently from 2abedbf to 7dc92e4 Compare October 3, 2025 18:09
@renovate renovate bot force-pushed the renovate/remark branch from 7dc92e4 to e972090 Compare October 9, 2025 19:28
@renovate renovate bot force-pushed the renovate/remark branch from e972090 to 06ca998 Compare October 10, 2025 13:57
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