Skip to content

chore(deps): update patch npm dependencies#13615

Merged
chenjiahan merged 1 commit intomainfrom
renovate/patch-npm-dependencies
Apr 4, 2026
Merged

chore(deps): update patch npm dependencies#13615
chenjiahan merged 1 commit intomainfrom
renovate/patch-npm-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 3, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rslib/core (source) 0.20.20.20.3 age adoption passing confidence
@rspack/dev-server (source) 2.0.0-beta.72.0.0-rc.2 age adoption passing confidence
@rspress/core (source) ^2.0.6^2.0.8 age adoption passing confidence
@rspress/plugin-algolia (source) ^2.0.6^2.0.8 age adoption passing confidence
@rspress/plugin-client-redirects (source) ^2.0.6^2.0.8 age adoption passing confidence
@rspress/plugin-rss (source) ^2.0.6^2.0.8 age adoption passing confidence
@rspress/plugin-sitemap (source) ^2.0.6^2.0.8 age adoption passing confidence
@rstest/core (source) ^0.9.4^0.9.6 age adoption passing confidence
@swc/helpers (source) 0.5.190.5.21 age adoption passing confidence
@types/node (source) ^20.19.37^20.19.39 age adoption passing confidence
connect-next ^4.0.0^4.0.1 age adoption passing confidence
happy-dom ^20.8.7^20.8.9 age adoption passing confidence
lodash (source) ^4.17.23^4.18.1 age adoption passing confidence
lodash-es (source) ^4.17.23^4.18.1 age adoption passing confidence
mini-css-extract-plugin ^2.10.1^2.10.2 age adoption passing confidence
preact (source) ^10.29.0^10.29.1 age adoption passing confidence
ts-loader ^9.5.4^9.5.7 age adoption passing confidence
vue (source) ^3.5.30^3.5.32 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

rstackjs/rspack-dev-server (@​rspack/dev-server)

v2.0.0-rc.2

Compare Source

What's Changed

Full Changelog: rstackjs/rspack-dev-server@v2.0.0-rc.1...v2.0.0-rc.2

v2.0.0-rc.1

Compare Source

What's Changed

Full Changelog: rstackjs/rspack-dev-server@v2.0.0-rc.0...v2.0.0-rc.1

v2.0.0-rc.0

Compare Source

What's Changed

Full Changelog: rstackjs/rspack-dev-server@v2.0.0-beta.7...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

swc-project/swc (@​swc/helpers)

v0.5.21

Compare Source

v0.5.20

Compare Source

rstackjs/connect-next (connect-next)

v4.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: rstackjs/connect-next@v4.0.0...v4.0.1

capricorn86/happy-dom (happy-dom)

v20.8.9

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue where cookies from the current origin was being forwarded to the target origin in fetch requests - By @​capricorn86 in task #​2117

v20.8.8

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue where export names can be interpolated as executable code in ESM - By @​capricorn86 in task #​2113
    • A security advisory (GHSA-6q6h-j7hj-3r64) has been reported that shows a security vulnerability where it may be possible to escape the VM context and get access to process level functionality in unsafe environments using CommonJS. Big thanks to @​tndud042713 for reporting this!
webpack/mini-css-extract-plugin (mini-css-extract-plugin)

v2.10.2

Compare Source

preactjs/preact (preact)

v10.29.1

Compare Source

Fixes

Maintenance

TypeStrong/ts-loader (ts-loader)

v9.5.7

Compare Source

Skipping 9.5.5-9.5.6 due to publishing issues

vuejs/core (vue)

v3.5.32

Compare Source

Bug Fixes
Reverts

v3.5.31

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 8am on saturday" 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.


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

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

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Apr 3, 2026
@renovate renovate Bot requested review from chenjiahan and hardfist as code owners April 3, 2026 21:55
@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying rspack with  Cloudflare Pages  Cloudflare Pages

Latest commit: 6a30028
Status: ✅  Deploy successful!
Preview URL: https://f9319ea4.rspack-v2.pages.dev
Branch Preview URL: https://renovate-patch-npm-dependenc.rspack-v2.pages.dev

View logs

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented Apr 3, 2026

Merging this PR will degrade performance by 1.24%

❌ 1 regressed benchmark
✅ 17 untouched benchmarks
⏩ 19 skipped benchmarks1

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Performance Changes

Mode Benchmark BASE HEAD Efficiency
Simulation rust@concatenate_module_code_generation 145 ms 146.9 ms -1.24%

Comparing renovate/patch-npm-dependencies (6a30028) with main (c293c26)

Open in CodSpeed

Footnotes

  1. 19 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 3, 2026

Rsdoctor Bundle Diff Analysis

Found 6 projects in monorepo, 0 projects with changes.

📊 Quick Summary
Project Total Size Change
popular-libs 1.7 MB 0
react-1k 826.2 KB 0
react-10k 5.7 MB 0
react-5k 2.7 MB 0
rome 984.1 KB 0
ui-components 5.0 MB 0

Generated by Rsdoctor GitHub Action

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 3, 2026

📦 Binary Size-limit

Comparing 6a30028 to ci: use contents:write permission for ecosystem CI commit comments (#13611) by Max

🎉 Size decreased by 7.59KB from 49.26MB to 49.25MB (⬇️0.02%)

@chenjiahan chenjiahan enabled auto-merge (squash) April 4, 2026 00:55
@chenjiahan chenjiahan merged commit 53b2c2f into main Apr 4, 2026
61 of 63 checks passed
@chenjiahan chenjiahan deleted the renovate/patch-npm-dependencies branch April 4, 2026 00:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant