Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 20, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-markdown 9.1.0 -> 10.1.0 age adoption passing 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 - 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 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-remark branch 2 times, most recently from ac3578a to 9d86caa Compare February 20, 2025 23:58
@renovate renovate bot force-pushed the renovate/major-remark branch 3 times, most recently from c593531 to 7f8e7ed Compare March 8, 2025 06:58
@renovate renovate bot force-pushed the renovate/major-remark branch 2 times, most recently from 690f6c4 to 3b4eac6 Compare March 12, 2025 18:14
@renovate renovate bot force-pushed the renovate/major-remark branch 3 times, most recently from 018f998 to 7d6fc40 Compare March 20, 2025 01:17
@renovate renovate bot force-pushed the renovate/major-remark branch from 7d6fc40 to d4ce534 Compare April 29, 2025 03:43
@renovate renovate bot force-pushed the renovate/major-remark branch from d4ce534 to 4ef70d2 Compare May 6, 2025 16:41
@renovate renovate bot force-pushed the renovate/major-remark branch 5 times, most recently from 250b181 to 3199f55 Compare June 6, 2025 09:45
@renovate renovate bot force-pushed the renovate/major-remark branch 4 times, most recently from 9aec59e to 2dc5a3a Compare June 22, 2025 02:39
@renovate renovate bot force-pushed the renovate/major-remark branch from 2dc5a3a to c85c5ce Compare July 4, 2025 10:08
@renovate renovate bot force-pushed the renovate/major-remark branch from c85c5ce to 936222e Compare July 7, 2025 20:40
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