chore(deps): update patch npm dependencies #10702
Open
+887
−1,131
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.4
->^7.27.7
7.27.5
->7.27.7
7.27.4
->7.27.7
7.27.6
->7.27.7
3.0.0-alpha.88
->3.0.0-alpha.91
0.10.0
->0.10.4
2.0.0-beta.12
->2.0.0-beta.18
2.0.0-beta.12
->2.0.0-beta.18
2.0.0-beta.12
->2.0.0-beta.18
1.12.0
->1.12.7
0.1.22
->0.1.23
^20.19.0
->^20.19.2
^19.1.7
->^19.1.8
1.5.1
->1.5.2
5.18.1
->5.18.2
^11.0.2
->^11.0.3
^7.7.6
->^7.7.10
^8.5.4
->^8.5.6
^1.3.3
->^1.3.4
2.0.0-beta.12
->2.0.0-beta.18
5.43.0
->5.43.1
^1.1.0
->^1.1.1
^3.5.16
->^3.5.17
^8.18.2
->^8.18.3
^3.25.58
->^3.25.67
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
babel/babel (@babel/core)
v7.27.7
Compare Source
👓 Spec Compliance
babel-parser
,babel-plugin-transform-classes
allow*
options as top level only (@JLHwung)babel-parser
🐛 Bug Fix
babel-core
babel-types
babel-plugin-transform-parameters
async function*
should throw synchronously (@liuxingbaoyu)🏠 Internal
babel-plugin-transform-destructuring
,babel-plugin-transform-object-rest-spread
NodePath#splitExportDeclaration
in destructuring transforms (@JLHwung)babel/babel (@babel/parser)
v7.27.7
Compare Source
v7.27.7 (2025-06-26)
Thanks @arthur-mountain and @evankanderson for your first PRs!
👓 Spec Compliance
babel-parser
,babel-plugin-transform-classes
allow*
options as top level only (@JLHwung)babel-parser
🐛 Bug Fix
babel-core
babel-types
babel-plugin-transform-parameters
async function*
should throw synchronously (@liuxingbaoyu)🏠 Internal
babel-plugin-transform-destructuring
,babel-plugin-transform-object-rest-spread
NodePath#splitExportDeclaration
in destructuring transforms (@JLHwung)Committers: 6
napi-rs/napi-rs (@napi-rs/cli)
v3.0.0-alpha.91
Compare Source
What's Changed
Full Changelog: https://github.com/napi-rs/napi-rs/compare/[email protected]...[@​napi-rs/cli](https://redirect.github.com/napi-rs/cli)@​3.0.0-alpha.91
v3.0.0-alpha.90
Compare Source
What's Changed
Full Changelog: https://github.com/napi-rs/napi-rs/compare/[@​napi-rs/cli](https://redirect.github.com/napi-rs/cli)@​3.0.0-alpha.89...[@​napi-rs/cli](https://redirect.github.com/napi-rs/cli)@​3.0.0-alpha.90
v3.0.0-alpha.89
Compare Source
web-infra-dev/rslib (@rslib/core)
v0.10.4
Compare Source
What's Changed
New Features 🎉
Document 📖
Other Changes
pnpm-workspace.yaml
by @Timeless0911 in https://github.com/web-infra-dev/rslib/pull/1092Full Changelog: web-infra-dev/rslib@v0.10.3...v0.10.4
v0.10.3
Compare Source
What's Changed
Bug Fixes 🐞
Other Changes
Full Changelog: web-infra-dev/rslib@v0.10.2...v0.10.3
v0.10.2
Compare Source
What's Changed
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rslib@v0.10.1...v0.10.2
v0.10.1
Compare Source
What's Changed
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rslib@v0.10.0...v0.10.1
web-infra-dev/rspress (@rspress/plugin-algolia)
v2.0.0-beta.18
Compare Source
Breaking Changes 🚨
Reimplement
base
config withbasename
feature of react-routerIf you are using
const { pathname } = useLocation()
together withbase
configuration, it should be noted that pathname will not containbase
url, as the top-level BrowserRouter includesbasename
What's Changed
Bug Fixes 🐞
rspress/shiki-transformers
by @SoonIter in https://github.com/web-infra-dev/rspress/pull/2327SidebarSectionHeader
by @SoonIter in https://github.com/web-infra-dev/rspress/pull/2328Other Changes
basename
feature of react-router by @SoonIter in https://github.com/web-infra-dev/rspress/pull/2322@rspress/plugin-container-syntax
pkg and intergrateremarkContainerSyntax
to @rspress/core by @SoonIter in https://github.com/web-infra-dev/rspress/pull/2324New Contributors
Full Changelog: web-infra-dev/rspress@v2.0.0-beta.17...v2.0.0-beta.18
v2.0.0-beta.17
Compare Source
Breaking Changes 🚨
Support Single Nav Mode by renaming the top level
_meta.json
to_nav.json
If your top level does not have _nav.json,
themeConfig.nav
will 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.ts
What's Changed
New Features 🎉
_meta.json
to_nav.json
in order to support single Nav Mode by @SoonIthttps://github.com/web-infra-dev/rspress/pull/2314l/2314Performance 🚀
Bug Fixes 🐞
base
inrspress dev
andrspress preview
by @SoonIthttps://github.com/web-infra-dev/rspress/pull/2317l/2317Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspress@v2.0.0-beta.16...v2.0.0-beta.17
v2.0.0-beta.16
Compare Source
What's Changed
Bug Fixes 🐞
Other Changes
async-node
target with asyncChunks by @SoonIter in https://github.com/web-infra-dev/rspress/pull/2294Full Changelog: web-infra-dev/rspress@v2.0.0-beta.15...v2.0.0-beta.16
v2.0.0-beta.15
Compare Source
What's Changed
Bug Fixes 🐞
shiki-transformers
entry by @JounQin in https://github.com/web-infra-dev/rspress/pull/2274Other Changes
framer-motion
by @Timeless0911 in https://github.com/web-infra-dev/rspress/pull/2285PageIndexInfo
by @SoonIter in https://github.com/web-infra-dev/rspress/pull/2291Full Changelog: web-infra-dev/rspress@v2.0.0-beta.14...v2.0.0-beta.15
v2.0.0-beta.14
Compare Source
Breaking Changes 🚨
Remove
@rspress/plugin-shiki
package and createrspress/shiki-transformers
🔥We have already enabled shiki by default, so this package is no longer maintained.
If you want to use some built-in transformers of Rspress, you can do this below:
It also supports using it in React components,
For example:
What's Changed
New Features 🎉
Bug Fixes 🐞
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspress@v2.0.0-beta.13...v2.0.0-beta.14
v2.0.0-beta.13
Compare Source
What's Changed
Bug Fixes 🐞
Other Changes
Full Changelog: web-infra-dev/rspress@v2.0.0-beta.12...v2.0.0-beta.13
swc-project/swc (@swc/core)
v1.12.7
Compare Source
Bug Fixes
(es/minifier) Fix condition for preserving properties (#10694) (5c57a05)
(es/minifier) Drop pure tagged string call expr (#10702) (85cd9a7)
(es/parser) Improve error message for template literals (#10690) (a066b76)
(es/parser) Rescan
>=
for JSX closing tag (#10693) (fe82c4c)(es/parser) Support keywords as JSX member expression properties (#10701) (643253d)
Features
(es/parser) Add
override
andout
keyword (#10695) (636d7a3)(es/parser) Enable import attributes unconditionally (#10706) (5ecc3ca)
(es/parser) Expose Token API with unstable feature flag (#10699) (750c7d4)
Performance
Testing
v1.12.6
Compare Source
Bug Fixes
(es/parser) Throw error if JSX does not end with
>
(#10687) (cb3d6db)(es/react-compiler) Use tsx syntax for parser (#10682) (a355e37)
(hstr) Support MSRV =
1.86
(#10673) (de19d1e)(ts/isolated-dts) Skip parameters without accessibility modifiers in private constructors (#10675) (1976d8e)
Features
Miscellaneous Tasks
react-leaflet
(cfbb1f9)Performance
(es/lexer) Optimize number literal parsing with fast path (#10655) (15d0828)
(es/lexer) Reduce allocations while lexing numbers (#10667) (115d228)
(es/lexer) Introduce
byte_search
to reduce comparison operations (#10668) (3806ffd)(es/lexer) Compare
\n
first (#10669) (9c41e2f)(es/lexer) Optimize lexing of numbers with separators (#10665) (cac651b)
(es/minifier) Remove needless clones (#10661) (5f4f7dd)
(ts/fast-strip) Prealloc buf for codegen (#10680) (a8347fe)
Refactor
Build
v1.12.5
Compare Source
Bug Fixes
(es/parser) Parse jsx entity (#10652) (bfd3bc5)
(es/parser) Consider reseved ident in jsx name (#10647) (9262a59)
Performance
next_token
(#10654) (1be2ca0)Refactor
\t
([#&Lite pack #8Configuration
📅 Schedule: Branch creation - "before 8am on wednesday" in timezone Asia/Shanghai, 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.