Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 25, 2025

This PR contains the following updates:

Package Change Age Confidence
react-markdown 9.1.0 -> 10.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 - Monday through Friday ( * * * * 1-5 ) (UTC), 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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 25, 2025
@netlify
Copy link

netlify bot commented Feb 25, 2025

Deploy Preview for doist-typist ready!

Name Link
🔨 Latest commit 19bbfc8
🔍 Latest deploy log https://app.netlify.com/projects/doist-typist/deploys/68fb9d32e885f2000823c321
😎 Deploy Preview https://deploy-preview-1045--doist-typist.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate bot force-pushed the renovate/major-remark branch from e514ce2 to 88b0e49 Compare February 25, 2025 18:21
@renovate renovate bot force-pushed the renovate/major-remark branch 2 times, most recently from 1483939 to 07e2e0b Compare March 12, 2025 12:39
@renovate renovate bot force-pushed the renovate/major-remark branch from 07e2e0b to 4b7fd8b Compare August 10, 2025 15:53
@renovate renovate bot force-pushed the renovate/major-remark branch from 4b7fd8b to 673fd7f Compare September 25, 2025 17:30
@renovate renovate bot force-pushed the renovate/major-remark branch 2 times, most recently from 3b8d893 to ce19071 Compare October 24, 2025 15:04
@rfgamaral rfgamaral force-pushed the renovate/major-remark branch from ce19071 to 19bbfc8 Compare October 24, 2025 15:37
@rfgamaral rfgamaral enabled auto-merge (squash) October 24, 2025 15:37
@rfgamaral rfgamaral merged commit cfee99d into main Oct 24, 2025
9 checks passed
@rfgamaral rfgamaral deleted the renovate/major-remark branch October 24, 2025 15:39
@renovate
Copy link
Contributor Author

renovate bot commented Oct 24, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants