Skip to content

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

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

Merged
merged 1 commit into from
Apr 13, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 13, 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 - "before 10pm on Sunday" in timezone Europe/Madrid, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

Copy link

relativeci bot commented Apr 13, 2025

#2258 Bundle Size — 1.27MiB (+0.3%).

30bcf0e(current) vs 8ab0c2f master#2248(baseline)

Bundle metrics  Change 3 changes Regression 1 regression
                 Current
#2258
     Baseline
#2248
Regression  Initial JS 934.79KiB(+0.42%) 930.87KiB
No change  Initial CSS 4.34KiB 4.34KiB
Change  Cache Invalidation 71.96% 0%
No change  Chunks 3 3
No change  Assets 12 12
Change  Modules 855(+0.35%) 852
No change  Duplicate Modules 1 1
No change  Duplicate Code 0.1% 0.1%
No change  Packages 98 98
No change  Duplicate Packages 0 0
Bundle size by type  Change 1 change Regression 1 regression
                 Current
#2258
     Baseline
#2248
Regression  JS 934.79KiB (+0.42%) 930.87KiB
No change  Fonts 327.73KiB 327.73KiB
No change  IMG 30.28KiB 30.28KiB
No change  CSS 4.34KiB 4.34KiB
No change  HTML 334B 334B

Bundle analysis reportBranch refs/pull/518/mergeProject dashboard


Generated by RelativeCIDocumentationReport issue

@renovate renovate bot force-pushed the renovate-major-remark branch from f5e41a0 to 81659dd Compare April 13, 2025 10:08
@renovate renovate bot force-pushed the renovate-major-remark branch from 81659dd to fba8576 Compare April 13, 2025 14:32
@renovate renovate bot merged commit 82071a2 into update-dependencies Apr 13, 2025
1 check passed
@renovate renovate bot deleted the renovate-major-remark branch April 13, 2025 18:50
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