lmnr
lmnr copied to clipboard
build(deps): bump react-markdown from 9.1.0 to 10.1.0 in /frontend
Bumps react-markdown from 9.1.0 to 10.1.0.
Release notes
Sourced from react-markdown's releases.
10.1.0
Add
- 939c667 Add
fallbackprop toMarkdownHooksby@​remcohaszingin remarkjs/react-markdown#897Fix
- a40ae2e Fix race condition in
MarkdownHooksby@​remcohaszingin remarkjs/react-markdown#896Full Changelog: https://github.com/remarkjs/react-markdown/compare/10.0.1...10.1.0
10.0.1
- 7c17ede Fix TypeScript performance around components by
@​remcohaszingin remarkjs/react-markdown#893Full Changelog: https://github.com/remarkjs/react-markdown/compare/10.0.0...10.0.1
10.0.0
- aaaa40b Remove support for
classNameprop see “Remove className”Full Changelog: https://github.com/remarkjs/react-markdown/compare/9.1.0...10.0.0
Changelog
Sourced from react-markdown's changelog.
Changelog
All notable changes will be documented in this file.
10.0.0 - 2025-02-20
aaaa40bRemove support forclassNameprop migrate: see “RemoveclassName” belowRemove
classNameThe
classNameprop 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>
Commits
44d2e4a10.1.0f2369cdRefactor docs26fdfe0Update docs544bff6Refactor code-style939c667Addfallbackprop toMarkdownHooksa40ae2eFix race condition inMarkdownHooksad7f37fAdd lifecycle tests forMarkdownHooks2792c3210.0.17c17edeFix performance around components21b47b9Remove local use ofJSX- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
[!IMPORTANT] Bump
react-markdownfrom 9.1.0 to 10.1.0, addingfallbackprop, fixing race condition, improving TypeScript performance, and removingclassNameprop support.
- Dependency Update:
- Bump
react-markdownfrom 9.1.0 to 10.1.0 inpackage.json.- Features:
- Add
fallbackprop toMarkdownHooks.- Fixes:
- Fix race condition in
MarkdownHooks.- Improve TypeScript performance around components.
- Breaking Changes:
- Remove support for
classNameprop inreact-markdown.This description was created by
for 386212d75cbc3dda6f24d445c19c86a428ce5d1f. You can customize this summary. It will automatically update as commits are pushed.
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.