chore(deps): update all patch dependencies#1612
Merged
Conversation
Deploying rsdoctor with
|
| Latest commit: |
5e606b8
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://27f59242.rsdoctor.pages.dev |
| Branch Preview URL: | https://renovate-all-patch.rsdoctor.pages.dev |
e7628fc to
5e606b8
Compare
yifancong
approved these changes
Apr 7, 2026
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:
^0.117.0→^0.117.1^1.7.3→^1.7.5^1.7.3→^1.7.50.20.0→0.20.32.0.0-canary-20260116→2.0.0-rc.02.0.0-canary-20260116→2.0.0-rc.02.0.6→2.0.82.0.6→2.0.82.0.6→2.0.80.9.4→0.9.622.22.1→22.22.222.22.1→22.22.22.3.0→2.3.27.5.12→7.5.13^9.5.4→^9.5.7Release Notes
lynx-family/lynx-stack (@lynx-js/react)
v0.117.1Compare Source
Patch Changes
setPropertyimplementation (#2367)web-infra-dev/rsbuild (@rsbuild/core)
v1.7.5Compare Source
What's Changed
Bug Fixes 🐞
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.7.4...v1.7.5
v1.7.4Compare Source
What's Changed
Bug Fixes 🐞
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.7.3...v1.7.4
web-infra-dev/rslib (@rslib/core)
v0.20.3Compare Source
What's Changed
Other Changes
Full Changelog: web-infra-dev/rslib@v0.20.2...v0.20.3
v0.20.2Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
df5ea7eby @renovate[bot] in #1562Full Changelog: web-infra-dev/rslib@v0.20.1...v0.20.2
v0.20.1Compare Source
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rslib@v0.20.0...v0.20.1
web-infra-dev/rspack (@rspack/core)
v2.0.0-rc.0Highlights 💡
Support
import.meta.mainimport.meta.mainis a boolean flag used in ES modules to determine whether the current module is the program’s entry module. It evaluates to true when the module is executed as the main entry, and to false when it is imported by another module. You can think of it as the ESM equivalent ofrequire.main === modulein CommonJS. It is useful for running startup logic, initialization code, or CLI behavior only when a module is launched directly.What's Changed
Performance Improvements ⚡
New Features 🎉
import.meta.mainby @ahabhgk in #13489import.meta.resolveargument by @ahabhgk in #13523Bug Fixes 🐞
recursiron_directoriestorecurse_parent_directoriesby @jaehafe in #13510Refactor 🔨
Document Updates 📖
Other Changes
-Zfmt-debug=nonefor non-browser wasm target by @CPunisher in #13527-Zfmt-debug=noneby @CPunisher in #13540useNapiCrossfor x64 linux gnu compilation by @CPunisher in #13539New Contributors
Full Changelog: web-infra-dev/rspack@v2.0.0-beta.9...v2.0.0-rc.0
web-infra-dev/rspress (@rspress/core)
v2.0.8Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
pnpm-plugin-skillsandrspress-custom-themeskill by @SoonIter in #3269Full Changelog: web-infra-dev/rspress@v2.0.7...v2.0.8
v2.0.7Compare Source
Highlights ✨
📦 Code Block Fold
You can now use
```tsx foldto make long code blocks collapsed by default, allowing readers to expand them on demand. The code block will be collapsed to a default height of 300px with an expand button at the bottom. You can also customize the collapsed height via theheightattribute.🤖
rspress-custom-themeSkill for AIAdded the
rspress-custom-themeskill to the AI guide page. This skill helps AI tools understand how to customize Rspress themes, making it easier to build custom theme components with AI assistance.One prompt → a complete themed docs site & custom home pages ✨
RspressV2Promo.mp4
rspress-custom-theme skill👇
🔗https://github.com/rstackjs/agent-skills#rspress-custom-theme
🔗 https://rspress.rs/guide/start/ai
Here are the two themes generated 👇
🖤 rspress-theme-clarity: http://github.com/SoonIter/rspress-theme-clarity
🔶 rspress-theme-noir: https://github.com/SoonIter/rspress-theme-noir
What's Changed
New Features 🎉
```tsx toggle(#2968) by @AmazingRain in #3241transformhook for atom/rss/json by @Copilot in #3238Bug Fixes 🐞
text-autospacein<code>,<kbd>, and<samp>by @tats-u in #3254Document 📖
rspress-custom-themeskill to AI guide page by @SoonIter in #3253Other Changes
toggleattribute tofoldand className--code-wrap->--wrap-codeby @SoonIter in #3251New Contributors
Full Changelog: web-infra-dev/rspress@v2.0.6...v2.0.7
web-infra-dev/rstest (@rstest/core)
v0.9.6Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rstest@v0.9.5...v0.9.6
v0.9.5Compare Source
What's Changed
New Features 🎉
output.distPath.rootconfiguration by @9aoy in #1083Performance 🚀
Bug Fixes 🐞
Document 📖
Markdown reporterto AI guide by @9aoy in #1084view test temporary outputsguide by @9aoy in #1103output.bundleDependenciesconfiguration by @9aoy in #1108Other Changes
Full Changelog: web-infra-dev/rstest@v0.9.4...v0.9.5
nodejs/node (node)
v22.22.2Compare Source
actions/node-versions (node)
v22.22.2: 22.22.2Compare Source
Node.js 22.22.2
webpack/tapable (tapable)
v2.3.2Compare Source
Patch Changes
beforevalues. (by @alexander-akait in #211)v2.3.1Compare Source
Patch Changes
Ignore invalid
beforevalues. (by @alexander-akait in #208)Trim the
nameoption when options is an object. (by @alexander-akait in #208)isaacs/node-tar (tar)
v7.5.13Compare Source
TypeStrong/ts-loader (ts-loader)
v9.5.7Compare Source
Skipping 9.5.5-9.5.6 due to publishing issues
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.