Skip to content
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

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

Merged
merged 1 commit into from
Feb 27, 2025

Conversation

renovate-coveo[bot]
Copy link
Contributor

@renovate-coveo renovate-coveo bot commented Feb 27, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-markdown 9.1.0 -> 10.0.0 age adoption passing confidence

Release Notes

remarkjs/react-markdown (react-markdown)

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 - "after 9:00am and before 12:00pm on tuesday, wednesday, thursday" in timezone America/Montreal.

🚦 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 has been generated by Renovate Bot.

@renovate-coveo renovate-coveo bot added the bot label Feb 27, 2025
@renovate-coveo renovate-coveo bot requested a review from a team as a code owner February 27, 2025 13:03
@renovate-coveo renovate-coveo bot requested review from GermainBergeron and FelixBlaisThon and removed request for a team February 27, 2025 13:03
Copy link

@renovate-coveo renovate-coveo bot force-pushed the renovate/major-remark branch from ef8667e to f5c0cf4 Compare February 27, 2025 14:03
@GermainBergeron GermainBergeron merged commit f8a7a90 into master Feb 27, 2025
8 checks passed
@GermainBergeron GermainBergeron deleted the renovate/major-remark branch February 27, 2025 16:04
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.

1 participant