-
Notifications
You must be signed in to change notification settings - Fork 14
chore(deps): update all patch dependencies #341
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-patch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Contributor
Author
|
❌ Deploy Preview for rslint failed. Why did it fail? →
|
7f814fd to
5f48ff2
Compare
3baabe0 to
afed9df
Compare
c0b4eb7 to
fa10b5f
Compare
b4fd0b3 to
2af6d9f
Compare
03cae5d to
5bfa500
Compare
5bfa500 to
896edae
Compare
3f9ca69 to
f8b91ce
Compare
f8b91ce to
e2c7211
Compare
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:
7.55.1→7.55.2^2.1.7→^2.1.8^1.2.3→^1.2.4^1.4.0→^1.4.12.0.0-rc.0→2.0.0-rc.72.0.0-rc.0→2.0.0-rc.72.0.0-rc.0→2.0.0-rc.71.12.0→1.12.3^4.1.11→^4.1.1810.0.9→10.0.10^22.19.0→^22.19.77.0.0-dev.20250904.1→7.0.0-dev.20260124.10.0.11→0.0.120.27.0→0.27.2^0.27.0→^0.27.2v4.9.1→v4.9.21.25→1.25.61.25.0→1.25.61.25.0→1.25.6^16.2.6→^16.2.7^0.10.5→^0.10.81.6.0→1.6.2^1.0.4→^1.0.5^1.1.0→^1.1.2^1.2.0→^1.2.1^2.3.6→^2.3.8^4.1.11→^4.1.18^5.9.2→^5.9.3Release Notes
microsoft/rushstack (@microsoft/api-extractor)
v7.55.2Compare Source
Sat, 06 Dec 2025 01:12:28 GMT
Version update only
radix-ui/primitives (@radix-ui/react-slot)
v1.2.4web-infra-dev/rspress (@rspress/core)
v2.0.0-rc.7Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspress@v2.0.0-rc.6...v2.0.0-rc.7
v2.0.0-rc.6Compare Source
What's Changed
New Features 🎉
markdown.extractDescriptionconfig by @SoonIter in #3023llms: trueby @SoonIter in #3029Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
ssgconfig, and remove_htmlfield by @SoonIter in #3003experimentalExcludeRoutePathswarning level to info by @SoonIter in #3025Full Changelog: web-infra-dev/rspress@v2.0.0-rc.5...v2.0.0-rc.6
v2.0.0-rc.5Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rspress@v2.0.0-rc.4...v2.0.0-rc.5
v2.0.0-rc.4Compare Source
What's Changed
New Features 🎉
node >= 20.9.0by @SoonIter in #2924Bug Fixes 🐞
Iterator#mapis only available on Node 22+ by @JounQin in #2923beforeNavMenucorrectly by @JounQin in #2822Document 📖
Other Changes
Full Changelog: web-infra-dev/rspress@v2.0.0-rc.3...v2.0.0-rc.4
v2.0.0-rc.3Compare Source
Highlights ✨
🆕️ Support common tags
You can use it in the frontmatter, and it also supports customization:
🌏 Enable
text-autospace: normal;by defaultThe text-autospace CSS property allows you to specify the space applied between Chinese/Japanese/Korean (CJK) and non-CJK characters.
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rspress@v2.0.0-rc.2...v2.0.0-rc.3
v2.0.0-rc.2Compare Source
Breaking Changes🚨
themefolder should use@rspress/core/theme-originalIn Rspress V1 document,
@themeis the alias forrspress/theme, but@themeis an alias which points totheme/index.tsxand falls back torspress/theme.rspress/themeor@rspress/core/themepoints to Rspress'stheme-default, they are actually different things.We standardize this behavior, which is the same as docusaurus.
In
docsdirectory,@themeor@rspress/core/themeshould be used, which points totheme/index.tsxand falls back totheme-defaultIn
themedirectory ,@theme-originalor@rspress/core/theme-originalshould be used, which always points to Rspress'stheme-default, used for users to customize themes, which is very useful for users who publish npm theme packages.Merge
@theme-assetsto@themeBefore
We have a separate entry for exporting @theme-assets
After
@theme-assetshas been removed. Icons are exported from@themeand prefixed withIcon, for example:IconSearchRefactor
@rspress/plugin-previewand simplify usageBefore: Required declarations in both config file and MDX file.
After: Only declare in the MDX file.
What's Changed
New Features 🎉
tsx preview="iframe-fixed"and support hmr by @SoonIter in #2806<root>/prefix in remarkFileCodeBlock by @Copilot in #2665@rspress/core/theme-originalby @SoonIter in #2860Performance 🚀
Bug Fixes 🐞
onClickprop by @JounQin in #2811progressiveChunkSizechange by @SoonIter in #2831Document 📖
Other Changes
34e1148by @renovate[bot] in #2798redirect.dts.extensionto fix type issue by @Timeless0911 in #2814Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.