Update dependency react-markdown to v10 - #43
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
renovate
Bot
force-pushed
the
renovate/major-remark
branch
from
March 20, 2025 21:30
4039c68 to
c0cdc3d
Compare
renovate
Bot
force-pushed
the
renovate/major-remark
branch
from
March 24, 2025 20:43
c0cdc3d to
e03d244
Compare
renovate
Bot
force-pushed
the
renovate/major-remark
branch
from
March 25, 2025 20:42
e03d244 to
731be1d
Compare
renovate
Bot
force-pushed
the
renovate/major-remark
branch
from
April 2, 2025 00:52
731be1d to
8f5074c
Compare
renovate
Bot
force-pushed
the
renovate/major-remark
branch
from
April 3, 2025 05:10
8f5074c to
63f7ce0
Compare
renovate
Bot
force-pushed
the
renovate/major-remark
branch
from
April 8, 2025 20:50
63f7ce0 to
4410659
Compare
renovate
Bot
force-pushed
the
renovate/major-remark
branch
from
April 15, 2025 20:47
4410659 to
32ccd0e
Compare
renovate
Bot
force-pushed
the
renovate/major-remark
branch
from
May 1, 2025 00:34
32ccd0e to
6ea634b
Compare
renovate
Bot
force-pushed
the
renovate/major-remark
branch
from
May 9, 2025 00:47
6ea634b to
2f13149
Compare
renovate
Bot
force-pushed
the
renovate/major-remark
branch
from
May 28, 2025 23:37
2f13149 to
699b8dd
Compare
renovate
Bot
force-pushed
the
renovate/major-remark
branch
from
May 29, 2025 08:25
699b8dd to
e7b3f70
Compare
renovate
Bot
force-pushed
the
renovate/major-remark
branch
from
May 29, 2025 16:07
e7b3f70 to
c0a28bd
Compare
renovate
Bot
force-pushed
the
renovate/major-remark
branch
from
May 29, 2025 20:01
c0a28bd to
7ef89a7
Compare
renovate
Bot
force-pushed
the
renovate/major-remark
branch
from
June 20, 2025 19:07
7ef89a7 to
e908431
Compare
renovate
Bot
force-pushed
the
renovate/major-remark
branch
from
August 21, 2025 20:49
3fcd086 to
2e1daa8
Compare
renovate
Bot
force-pushed
the
renovate/major-remark
branch
from
August 31, 2025 12:13
2e1daa8 to
b75933b
Compare
renovate
Bot
force-pushed
the
renovate/major-remark
branch
from
August 31, 2025 14:53
b75933b to
ec170fd
Compare
renovate
Bot
force-pushed
the
renovate/major-remark
branch
from
September 9, 2025 19:16
ec170fd to
eb1e60b
Compare
renovate
Bot
force-pushed
the
renovate/major-remark
branch
from
September 13, 2025 09:16
eb1e60b to
9f699be
Compare
renovate
Bot
force-pushed
the
renovate/major-remark
branch
from
September 17, 2025 19:30
9f699be to
5232458
Compare
renovate
Bot
force-pushed
the
renovate/major-remark
branch
from
September 25, 2025 17:57
5232458 to
4069081
Compare
renovate
Bot
force-pushed
the
renovate/major-remark
branch
from
October 2, 2025 19:31
4069081 to
16edacd
Compare
renovate
Bot
force-pushed
the
renovate/major-remark
branch
from
October 15, 2025 23:11
16edacd to
55cca20
Compare
renovate
Bot
force-pushed
the
renovate/major-remark
branch
from
November 5, 2025 00:06
55cca20 to
f1c10ab
Compare
renovate
Bot
force-pushed
the
renovate/major-remark
branch
from
November 8, 2025 03:12
f1c10ab to
ff54c01
Compare
renovate
Bot
force-pushed
the
renovate/major-remark
branch
from
December 4, 2025 11:15
ff54c01 to
00ed4ff
Compare
renovate
Bot
force-pushed
the
renovate/major-remark
branch
from
December 6, 2025 23:03
00ed4ff to
2794a24
Compare
renovate
Bot
force-pushed
the
renovate/major-remark
branch
from
December 12, 2025 12:18
2794a24 to
f8f90bb
Compare
renovate
Bot
force-pushed
the
renovate/major-remark
branch
from
December 12, 2025 23:44
f8f90bb to
336dcd4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^9.0.1→^10.0.0Release Notes
remarkjs/react-markdown (react-markdown)
v10.1.0Compare Source
Add
939c667Addfallbackprop toMarkdownHooksby @remcohaszing in #897
Fix
a40ae2eFix race condition inMarkdownHooksby @remcohaszing in #896
Full Changelog: remarkjs/react-markdown@10.0.1...10.1.0
v10.0.1Compare Source
7c17edeFix TypeScript performance around componentsby @remcohaszing in #893
Full Changelog: remarkjs/react-markdown@10.0.0...10.0.1
v10.0.0Compare Source
aaaa40bRemove support for
classNamepropmigrate: see “Remove
className” 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:
After:
v9.1.0Compare Source
6ce120eAdd support for async plugins
v9.0.3Compare Source
(same as 9.0.2 but now with d.ts files)
v9.0.2Compare Source
b151a90Fix types for React 19
6962af7Add declaration maps
aa5933bRefactor to use
@importto import typesConfiguration
📅 Schedule: (in timezone Asia/Jerusalem)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.