Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 8, 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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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 - "after 10pm every weekday,every weekend,before 5am every weekday" (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 dependencies use for pull requests that update a dependency file filigran team use to identify PR from the Filigran team labels Mar 8, 2025
@renovate renovate bot force-pushed the renovate/release/current-major-remark branch 3 times, most recently from 3903fcf to ea0e701 Compare March 27, 2025 22:44
@renovate renovate bot force-pushed the renovate/release/current-major-remark branch 3 times, most recently from f4a103f to f62b1e4 Compare April 4, 2025 09:11
@renovate renovate bot force-pushed the renovate/release/current-major-remark branch 2 times, most recently from becf824 to 212e7b1 Compare April 13, 2025 06:23
@renovate renovate bot force-pushed the renovate/release/current-major-remark branch from 212e7b1 to abd5a88 Compare April 15, 2025 02:06
@renovate renovate bot force-pushed the renovate/release/current-major-remark branch from abd5a88 to a888cf1 Compare April 22, 2025 23:05
@renovate renovate bot force-pushed the renovate/release/current-major-remark branch from a888cf1 to c0825b1 Compare May 3, 2025 15:03
@RomuDeuxfois RomuDeuxfois self-requested a review May 6, 2025 14:00
@codecov
Copy link

codecov bot commented May 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 42.16%. Comparing base (19736c7) to head (435b3cb).
Report is 21 commits behind head on release/current.

Additional details and impacted files
@@                  Coverage Diff                  @@
##             release/current    #2637      +/-   ##
=====================================================
+ Coverage              41.09%   42.16%   +1.07%     
- Complexity              2330     2417      +87     
=====================================================
  Files                    691      693       +2     
  Lines                  21226    21733     +507     
  Branches                1446     1537      +91     
=====================================================
+ Hits                    8723     9164     +441     
- Misses                 12010    12067      +57     
- Partials                 493      502       +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@RomuDeuxfois RomuDeuxfois merged commit ff299a4 into release/current May 6, 2025
8 checks passed
@RomuDeuxfois RomuDeuxfois deleted the renovate/release/current-major-remark branch May 6, 2025 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies use for pull requests that update a dependency file filigran team use to identify PR from the Filigran team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants