Skip to content

chore(deps): update all patch dependencies#1612

Merged
yifancong merged 1 commit intomainfrom
renovate/all-patch
Apr 7, 2026
Merged

chore(deps): update all patch dependencies#1612
yifancong merged 1 commit intomainfrom
renovate/all-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 6, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
@lynx-js/react (source) ^0.117.0^0.117.1 age confidence devDependencies patch
@rsbuild/core (source) ^1.7.3^1.7.5 age confidence dependencies patch
@rsbuild/core (source) ^1.7.3^1.7.5 age confidence devDependencies patch
@rslib/core (source) 0.20.00.20.3 age confidence devDependencies patch
@rspack/core (source) 2.0.0-canary-202601162.0.0-rc.0 age confidence dependencies patch
@rspack/core (source) 2.0.0-canary-202601162.0.0-rc.0 age confidence devDependencies patch
@rspress/core (source) 2.0.62.0.8 age confidence dependencies patch
@rspress/plugin-algolia (source) 2.0.62.0.8 age confidence devDependencies patch
@rspress/plugin-client-redirects (source) 2.0.62.0.8 age confidence devDependencies patch
@rstest/core (source) 0.9.40.9.6 age confidence devDependencies patch
node (source) 22.22.122.22.2 age confidence patch
node 22.22.122.22.2 age confidence uses-with patch
tapable 2.3.02.3.2 age confidence dependencies patch
tar 7.5.127.5.13 age confidence pnpm.overrides patch
ts-loader ^9.5.4^9.5.7 age confidence devDependencies patch

Release Notes

lynx-family/lynx-stack (@​lynx-js/react)

v0.117.1

Compare Source

Patch Changes
  • Update preact version to simplify setProperty implementation (#​2367)
web-infra-dev/rsbuild (@​rsbuild/core)

v1.7.5

Compare Source

What's Changed

Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.7.4...v1.7.5

v1.7.4

Compare 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.3

Compare Source

What's Changed

Other Changes

Full Changelog: web-infra-dev/rslib@v0.20.2...v0.20.3

v0.20.2

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.20.1...v0.20.2

v0.20.1

Compare 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.0

Highlights 💡
Support import.meta.main

import.meta.main is 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 of require.main === module in 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 🎉
Bug Fixes 🐞
Refactor 🔨
Document Updates 📖
Other Changes
New 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.8

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rspress@v2.0.7...v2.0.8

v2.0.7

Compare Source

Highlights ✨
📦 Code Block Fold

related PR: #​3241, #​3251 | doc: Code folding - rspress.rs

You can now use ```tsx fold to 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 the height attribute.

```tsx fold
// long code block content, collapsed by default
```

```tsx fold height="200"
// custom collapsed height (200px)
```

🤖 rspress-custom-theme Skill for AI

related PR: #​3253 | doc: AI

Added the rspress-custom-theme skill 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 ✨

npx skills add rstackjs/agent-skills --skill rspress-custom-theme
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 🎉

Bug Fixes 🐞
Document 📖
Other Changes
New Contributors

Full Changelog: web-infra-dev/rspress@v2.0.6...v2.0.7

web-infra-dev/rstest (@​rstest/core)

v0.9.6

Compare 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.5

Compare Source

What's Changed

New Features 🎉
  • feat: add output.distPath.root configuration by @​9aoy in #​1083
  • feat(core): add output.bundleDependencies config option by @​9aoy in #​1072
  • feat: add unmockRequire / doUnmockRequire API by @​9aoy in #​1098
  • feat(browser): support output browser inspect config files when DEBUG is enabled by @​9aoy in #​1104
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.9.4...v0.9.5

nodejs/node (node)

v22.22.2

Compare Source

actions/node-versions (node)

v22.22.2: 22.22.2

Compare Source

Node.js 22.22.2

webpack/tapable (tapable)

v2.3.2

Compare Source

Patch Changes

v2.3.1

Compare Source

Patch Changes
isaacs/node-tar (tar)

v7.5.13

Compare Source

TypeStrong/ts-loader (ts-loader)

v9.5.7

Compare 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Apr 6, 2026

Deploying rsdoctor with  Cloudflare Pages  Cloudflare Pages

Latest commit: 5e606b8
Status: ✅  Deploy successful!
Preview URL: https://27f59242.rsdoctor.pages.dev
Branch Preview URL: https://renovate-all-patch.rsdoctor.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/all-patch branch from e7628fc to 5e606b8 Compare April 6, 2026 16:39
@yifancong yifancong merged commit a2b5165 into main Apr 7, 2026
6 checks passed
@yifancong yifancong deleted the renovate/all-patch branch April 7, 2026 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant