chore(deps): update all patch dependencies#2337
Merged
Timeless0911 merged 1 commit intomainfrom Jun 30, 2025
Merged
Conversation
✅ Deploy Preview for rspress-v2 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for rspress ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Timeless0911
approved these changes
Jun 30, 2025
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:
^7.27.6->^7.27.7~1.4.0->~1.4.20.10.3->0.10.4^4.17.18->^4.17.19^2.0.10->^2.0.111.5.1->1.5.25.18.1->5.18.23.6.0->3.6.2^2.5.15->^2.5.17^2.0.0-beta.16->^2.0.0-beta.18Release Notes
babel/babel (@babel/types)
v7.27.7Compare Source
👓 Spec Compliance
babel-parser,babel-plugin-transform-classesallow*options as top level only (@JLHwung)babel-parser🐛 Bug Fix
babel-corebabel-typesbabel-plugin-transform-parametersasync function*should throw synchronously (@liuxingbaoyu)🏠 Internal
babel-plugin-transform-destructuring,babel-plugin-transform-object-rest-spreadNodePath#splitExportDeclarationin destructuring transforms (@JLHwung)web-infra-dev/rsbuild (@rsbuild/core)
v1.4.2What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v.1.4.1...v1.4.2
web-infra-dev/rslib (@rslib/core)
v0.10.4Compare Source
What's Changed
New Features 🎉
Document 📖
Other Changes
pnpm-workspace.yamlby @Timeless0911 in https://github.com/web-infra-dev/rslib/pull/1092Full Changelog: web-infra-dev/rslib@v0.10.3...v0.10.4
unjs/unhead (@unhead/react)
v2.0.11Compare Source
🐞 Bug Fixes
View changes on GitHub
rspack-contrib/create-rstack (create-rstack)
v1.5.2Compare Source
What's Changed
Full Changelog: rstackjs/create-rstack@v1.5.1...v1.5.2
webpack/enhanced-resolve (enhanced-resolve)
v5.18.2Compare Source
Fixes
prettier/prettier (prettier)
v3.6.2Compare Source
diff
Markdown: Add missing blank line around code block (#17675 by @fisker)
v3.6.1Compare Source
diff
TypeScript: Allow const without initializer (#17650, #17654 by @fisker)
Miscellaneous: Avoid closing files multiple times (#17665 by @43081j)
When reading a file to infer the interpreter from a shebang, we use the
n-readlineslibrary to read the first line in order to get the shebang.This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if
n-readlinesdid not already closethem.
matzkoh/prettier-plugin-packagejson (prettier-plugin-packagejson)
v2.5.17Compare Source
Bug Fixes
v2.5.16Compare Source
Bug Fixes
web-infra-dev/rspress (rspress)
v2.0.0-beta.18Compare Source
Breaking Changes 🚨
Reimplement
baseconfig withbasenamefeature of react-routerIf you are using
const { pathname } = useLocation()together withbaseconfiguration, it should be noted that pathname will not containbaseurl, as the top-level BrowserRouter includesbasenameWhat's Changed
Bug Fixes 🐞
rspress/shiki-transformersby @SoonIter in https://github.com/web-infra-dev/rspress/pull/2327SidebarSectionHeaderby @SoonIter in https://github.com/web-infra-dev/rspress/pull/2328Other Changes
basenamefeature of react-router by @SoonIter in https://github.com/web-infra-dev/rspress/pull/2322@rspress/plugin-container-syntaxpkg and intergrateremarkContainerSyntaxto @rspress/core by @SoonIter in https://github.com/web-infra-dev/rspress/pull/2324New Contributors
Full Changelog: v2.0.0-beta.17...v2.0.0-beta.18
v2.0.0-beta.17Compare Source
Breaking Changes 🚨
Support Single Nav Mode by renaming the top level
_meta.jsonto_nav.jsonIf your top level does not have _nav.json,
themeConfig.navwill not be generated, and your homepage will directly enter the document.For example:
├── doc │ ├── guide │ │ ├── advanced │ │ │ └── plugin.mdx │ │ ├── _meta.json │ │ └── index.mdx + ├── _meta.json │ └── index.md ├── package.json └── rspress.config.tsWhat's Changed
New Features 🎉
_meta.jsonto_nav.jsonin order to support single Nav Mode by @SoonIthttps://github.com/web-infra-dev/rspress/pull/2314l/2314Performance 🚀
Bug Fixes 🐞
baseinrspress devandrspress previewby @SoonIthttps://github.com/web-infra-dev/rspress/pull/2317l/2317Document 📖
Other Changes
New Contributors
Full Changelog: v2.0.0-beta.16...v2.0.0-beta.17
Configuration
📅 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.