chore(deps): update rspress to v2.0.0-beta.4#715
Merged
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. 📢 Thoughts on this report? Let us know! |
CodSpeed Performance ReportMerging #715 will not alter performanceComparing Summary
|
colinaaa
previously approved these changes
May 8, 2025
72b2eca to
2c2cc76
Compare
2c2cc76 to
0269dfb
Compare
Huxpro
pushed a commit
to Huxpro/lynx-stack
that referenced
this pull request
May 9, 2025
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@rspress/plugin-client-redirects](https://github.com/web-infra-dev/rspress) ([source](https://github.com/web-infra-dev/rspress/tree/HEAD/packages/plugin-client-redirects)) | [`2.0.0-beta.3` -> `2.0.0-beta.4`](https://renovatebot.com/diffs/npm/@rspress%2fplugin-client-redirects/2.0.0-beta.3/2.0.0-beta.4) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@rspress/shared](https://github.com/web-infra-dev/rspress) ([source](https://github.com/web-infra-dev/rspress/tree/HEAD/packages/shared)) | [`2.0.0-beta.3` -> `2.0.0-beta.4`](https://renovatebot.com/diffs/npm/@rspress%2fshared/2.0.0-beta.3/2.0.0-beta.4) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [rspress](https://github.com/web-infra-dev/rspress) ([source](https://github.com/web-infra-dev/rspress/tree/HEAD/packages/cli)) | [`2.0.0-beta.3` -> `2.0.0-beta.4`](https://renovatebot.com/diffs/npm/rspress/2.0.0-beta.3/2.0.0-beta.4) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>web-infra-dev/rspress (@​rspress/plugin-client-redirects)</summary> ### [`v2.0.0-beta.4`](https://github.com/web-infra-dev/rspress/releases/tag/v2.0.0-beta.4) [Compare Source](https://github.com/web-infra-dev/rspress/compare/v2.0.0-beta.3...v2.0.0-beta.4) <!-- Release notes generated using configuration in .github/release.yml at main --> ##### Highlights✨ ##### Enable `dev.lazyCompilation: true` by default > related PR: [https://github.com/web-infra-dev/rspress/pull/2123](https://github.com/web-infra-dev/rspress/pull/2123) **1. startup instantly** startup time 50x↑ faster with [`lazyCompilation: true`](https://rsbuild.dev/config/dev/lazy-compilation) before 3.80s↓ <img width="200" alt="image" src="https://github.com/user-attachments/assets/8f85490f-2597-45d0-9dc7-6eb7bfb240a0" /> after 0.05s↑ <img width="200" alt="image" src="https://github.com/user-attachments/assets/f4821a13-77ff-4eb9-b2fb-faf9722b76ab" /> **2. When `preload` meets `lazyCompilation` magic, a magical chemical burst out** Rspress will preload the corresponding route when hovering over the link, then a magical chemical reaction bursts out between lazyCompilation and preload, enabling a seamless refresh experience. <img width="400" src="https://github.com/user-attachments/assets/99e188fb-a097-4a3a-9241-6400c93c4a46" /> ##### What's Changed ##### New Features 🎉 * feat: add `localeRedirect: 'only-default-lang'` support by @​JounQ[https://github.com/web-infra-dev/rspress/pull/2125](https://github.com/web-infra-dev/rspress/pull/2125)l/2125 * feat!: enable `dev.lazyCompilation: true` by default by @​SoonIt[https://github.com/web-infra-dev/rspress/pull/2123](https://github.com/web-infra-dev/rspress/pull/2123)l/2123 * feat: upgrade create-rspress to support `npm create rspress@beta` by @​SoonIt[https://github.com/web-infra-dev/rspress/pull/2128](https://github.com/web-infra-dev/rspress/pull/2128)l/2128 ##### Bug Fixes 🐞 * fix(plugin-llms): group routes correctly without locales config by @​jbro[https://github.com/web-infra-dev/rspress/pull/2116](https://github.com/web-infra-dev/rspress/pull/2116)l/2116 * fix(theme/dynamic-toc): should abandon all elements with `display: none`. by @​SoonIt[https://github.com/web-infra-dev/rspress/pull/2119](https://github.com/web-infra-dev/rspress/pull/2119)l/2119 * fix: the pkg type error in moduleResolution: node16 by @​SoonIt[https://github.com/web-infra-dev/rspress/pull/2127](https://github.com/web-infra-dev/rspress/pull/2127)l/2127 ##### Other Changes * chore(deps): update dependency cspell to ^8.19.4 by @​renova[https://github.com/web-infra-dev/rspress/pull/2118](https://github.com/web-infra-dev/rspress/pull/2118)l/2118 * chore(deps): update all patch dependencies by @​renova[https://github.com/web-infra-dev/rspress/pull/2117](https://github.com/web-infra-dev/rspress/pull/2117)l/2117 * chore(deps): update Rsbuild to v1.3.16 by @​chenjiah[https://github.com/web-infra-dev/rspress/pull/2120](https://github.com/web-infra-dev/rspress/pull/2120)l/2120 * chore(deps): migrate react-helmet to @​unhead/react@2.0.0 by @​[https://github.com/web-infra-dev/rspress/pull/2121](https://github.com/web-infra-dev/rspress/pull/2121)ss/pull/2121 * Release v2.0.0-beta.4 by @​SoonIt[https://github.com/web-infra-dev/rspress/pull/2130](https://github.com/web-infra-dev/rspress/pull/2130)l/2130 **Full Changelog**: web-infra-dev/rspress@v2.0.0-beta.3...v2.0.0-beta.4 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/lynx-family/lynx-stack). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC43LjEiLCJ1cGRhdGVkSW5WZXIiOiI0MC43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImJvdDpyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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:
2.0.0-beta.3->2.0.0-beta.42.0.0-beta.3->2.0.0-beta.42.0.0-beta.3->2.0.0-beta.4Release Notes
web-infra-dev/rspress (@rspress/plugin-client-redirects)
v2.0.0-beta.4Compare Source
Highlights✨
Enable
dev.lazyCompilation: trueby default1. startup instantly
startup time 50x↑ faster with
lazyCompilation: truebefore 3.80s↓
after 0.05s↑
2. When
preloadmeetslazyCompilationmagic, a magical chemical burst outRspress will preload the corresponding route when hovering over the link, then a magical chemical reaction bursts out between lazyCompilation and preload, enabling a seamless refresh experience.
What's Changed
New Features 🎉
localeRedirect: 'only-default-lang'support by @JounQhttps://github.com/web-infra-dev/rspress/pull/2125l/2125dev.lazyCompilation: trueby default by @SoonIthttps://github.com/web-infra-dev/rspress/pull/2123l/2123npm create rspress@betaby @SoonIthttps://github.com/web-infra-dev/rspress/pull/2128l/2128Bug Fixes 🐞
display: none. by @SoonIthttps://github.com/web-infra-dev/rspress/pull/2119l/2119Other Changes
Full Changelog: web-infra-dev/rspress@v2.0.0-beta.3...v2.0.0-beta.4
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.