Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 16, 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 - "every weekend" (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.

@mergify mergify bot added the explore label Oct 16, 2025
@renovate renovate bot force-pushed the renovate/major-remark branch from 63585fe to e454ce1 Compare October 21, 2025 09:36
@bundlemon
Copy link

bundlemon bot commented Oct 21, 2025

BundleMon (Explore)

Files removed (1)
Status Path Size Limits
index-(hash).js
-2.37MB -
Unchanged files (8)
Status Path Size Limits
exploreworkers-C3Kt3m-(hash).js
582.35KB -
exploreworkers-(hash).js
581.86KB -
index-(hash).css
67.47KB -
workbox-window.prod.es5-(hash).js
2.05KB -
plotworker-(hash).js
88B -
agsworker-(hash).js
86B -
catalogworker-(hash).js
82B -
itcworker-(hash).js
78B -

Total files change -2.37MB -66.33%

Final result: ✅

View report in BundleMon website ➡️


Current branch size history | Target branch size history

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants