fix(deps): update all dependencies #142
Closed
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:
2.0.0-beta.21->2.0.0-beta.222.0.0-beta.21->2.0.0-beta.222.0.0-beta.21->2.0.0-beta.221.13.1->1.13.2Release Notes
web-infra-dev/rspress (@rspress/plugin-algolia)
v2.0.0-beta.22Compare Source
Breaking Changes 🚨
Merge
rspresspackage to@rspress/corepackageIt means
rspresspackage will be deprecated, please migrate the package name to the following package name.rspress=>@rspress/corerspress/config=>@rspress/corerspress/theme=>@rspress/core/themerspress/runtime=>@rspress/core/runtimerspress/shiki-transformers=>@rspress/core/shiki-transformersbefore
after
Migration Steps from V1
You can use the search and replace feature of the IDE to search for and replace the above package name.
Highlights ✨
ssg.experimentalWorkerbased on tinypool to speed up ssg processit is inspired by docusaurus 3.8, we introduced it so that large document sites (>=500 pages) can reduce memory usage and decrease SSG time.
What's Changed
New Features 🎉
ssg.experimentalExcludeRoutePathsby @SoonIter in https://github.com/web-infra-dev/rspress/pull/2405Performance 🚀
ssg.experimentalWorkerbased on tinypool to speed up ssg process by @SoonIter in https://github.com/web-infra-dev/rspress/pull/2394Bug Fixes 🐞
collapsibleandcollapsedlike"type": dirby @SoonIter in https://github.com/web-infra-dev/rspress/pull/2382rspresspackage,rspress=>@rspress/corerspress/theme=>@rspress/core/themerspress/runtime=>@rspress/core/runtimeby @SoonIter in https://github.com/web-infra-dev/rspress/pull/2386.length is not definedby @SoonIter in https://github.com/web-infra-dev/rspress/pull/2387_nav.jsonin template by @Timeless0911 in https://github.com/web-infra-dev/rspress/pull/2391namefield by @JounQin in https://github.com/web-infra-dev/rspress/pull/2403Other Changes
Full Changelog: web-infra-dev/rspress@v2.0.0-beta.21...v2.0.0-beta.22
swc-project/swc (@swc/core)
v1.13.2Compare Source
Bug Fixes
(es/minifier) Remove the last break in the second switch (#10923) (3ed4a12)
(es/parser) Reject malformed phase import statements (#10912) (5fde348)
(swc_core) Add
default-features = falseto dropstacker(#10916) (38b45b7)Features
(es/compiler) Improve structure (#10903) (0cc6743)
(es/compiler) Merge
private_in_objectandstatic_blocks(#10909) (c1405da)(es/compiler) Merge logical assignments (#10914) (ccbfcd1)
(es/compiler) Merge
export_namespace_from(#10917) (ba6cc71)(es/renamer) Add
renamer_keep_contexts(#10907) (1b15171)Miscellaneous Tasks
Opusand allow assigning to theclaude-bot(3275b9c)Performance
(es/lexer) Remove option for handler (#10881) (1ad8506)
(es/lexer) Reduce memory move (#10906) (145fba4)
(es/lexer) Reduce context query (#10910) (443aa1c)
(es/lexer) Reduce query and comparison (#10919) (400c996)
(es/minifier) Make
get_typefor===lazy (#10920) (4eab8e8)(es/minifier) Reduce
get_typecalls (#10922) (9d55e88)(es/parser) Reduce check during parsing binding (#10905) (92ca5ec)
(es/parser) Reduce comparison (#10911) (e00c178)
Refactor
(es/compat) Initialize compiler API (#10902) (d6566ee)
(es/lexer) EOF Token (#10880) (54c866a)
(es/parser) Reduce
input_mut()calls (#10899) (1816368)(es/parser) Remove unnecessary PResult (#10900) (27e548d)
(es/preset-env) Apply swc_ecma_compiler in preset env (#10921) (6f5b72a)
Testing
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.