Skip to content

chore(deps): update all patch dependencies#5590

Merged
chenjiahan merged 1 commit intomainfrom
renovate/all-patch
Jul 14, 2025
Merged

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 14, 2025

This PR contains the following updates:

Package Change Age Confidence
@rsbuild/core (source) ^1.4.3 -> ^1.4.6 age confidence
@rsbuild/plugin-react (source) ^1.3.3 -> ^1.3.4 age confidence
@rsbuild/plugin-sass (source) ^1.3.2 -> ^1.3.3 age confidence
@rsdoctor/rspack-plugin (source) 1.1.7 -> 1.1.8 age confidence
@rslib/core (source) 0.10.4 -> 0.10.5 age confidence
@rspress/plugin-algolia (source) 2.0.0-beta.19 -> 2.0.0-beta.20 age confidence
@rspress/plugin-client-redirects (source) 2.0.0-beta.19 -> 2.0.0-beta.20 age confidence
@rspress/plugin-llms (source) 2.0.0-beta.19 -> 2.0.0-beta.20 age confidence
@rspress/plugin-rss (source) 2.0.0-beta.19 -> 2.0.0-beta.20 age confidence
@rstest/core (source) 0.0.6 -> 0.0.7 age confidence
@swc/plugin-prefresh (source) ^8.0.2 -> ^8.0.3 age confidence
@swc/plugin-remove-console (source) ^8.0.3 -> ^8.0.4 age confidence
@types/node (source) ^22.16.0 -> ^22.16.3 age confidence
lit (source) ^3.3.0 -> ^3.3.1 age confidence
nx (source) ^21.2.2 -> ^21.2.3 age confidence
rspress (source) 2.0.0-beta.19 -> 2.0.0-beta.20 age confidence
svelte (source) ^5.35.2 -> ^5.35.6 age confidence

Release Notes

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

v1.4.6

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: v1.4.5...v1.4.6

v1.4.5

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: v1.4.4...v1.4.5

v1.4.4

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes

New Contributors

Full Changelog: v1.4.3...v1.4.4

web-infra-dev/rsdoctor (@​rsdoctor/rspack-plugin)

v1.1.8

Compare Source

What's Changed

Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rsdoctor@v1.1.7...v1.1.8

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

v0.10.5

Compare Source

What's Changed

Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.10.4...v0.10.5

web-infra-dev/rspress (@​rspress/plugin-algolia)

v2.0.0-beta.20

Compare Source

Breaking Changes 🚨
Enable performance.buildCache: true by default ⚡️

related PR: #​2349

enable persistent cache by default, ref: https://rspack.rs/config/experiments#persistent-cache

This means that Rspress's local startup speed will be faster .

1. rspress dev

cold start 1s↓

hot start 0.3s↑

image

2. rspress build

cold build 6.48s↓

hot build 3.18s↑

image image
What's Changed
New Features 🎉
Bug Fixes 🐞
Other Changes
New Contributors

Full Changelog: web-infra-dev/rspress@v2.0.0-beta.19...v2.0.0-beta.20

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

v0.0.7

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.0.6...v0.0.7

swc-project/plugins (@​swc/plugin-prefresh)

v8.0.3

Patch Changes
swc-project/plugins (@​swc/plugin-remove-console)

v8.0.4

Patch Changes
lit/lit (lit)

v3.3.1

Compare Source

Patch Changes
  • #​4997 aea85e24 - Update README

  • #​4988 6792b7ef Thanks @​ADNolan! - Adjusted the comparison to use the name property of the _$resolve function and the resolveOverrideFn in private ssr support to prevent duplicated patching of the directive class.

  • #​4976 a126d8df - Fix minor regression in property converters. fromAttribute may return either null or undefined.

nrwl/nx (nx)

v21.2.3

Compare Source

21.2.3 (2025-07-11)

🚀 Features
  • core: refactor CI workflow generator to use centralized command generation (#​31787)
  • core: add CI warning for missing remote cache solution " (#​31678, #​31860)
  • core: add fix-ci command to CI workflows (#​31833)
  • core: add support for --tui and --no-tui (#​31621)
🩹 Fixes
  • angular: generate ngrx facade spec file correctly (#​31850)
  • core: return current nx init date when no git available yet (4b29c2434a)
  • core: consider virtual trees in globAsync (#​31805)
  • core: improve tui contrast on some terminal themes (#​31299)
  • core: add option to use v8 for daemon message serialization to avoid issues when JSON.stringify would fail (#​30516)
  • core: allow opting out of sorting root tsconfig path mappings with an env var (#​31763, #​29043)
  • gradle: handle custom build gradle files (#​31817)
  • gradle: allow excludeDependsOn to be false (#​31890)
  • misc: add fallback for missing source root (#​31759, #​30638)
  • plugin: fix e2e-project generator when the e2e target is inferred (#​31809)
  • vite: bump @​analogjs/vite-plugin-angular to 1.19.x (#​31866)
❤️ Thank You
sveltejs/svelte (svelte)

v5.35.6

Compare Source

Patch Changes
  • chore: simplify reaction/source ownership tracking (#​16333)

  • chore: simplify internal component pop() (#​16331)

v5.35.5

Compare Source

Patch Changes
  • fix: associate sources in Spring/Tween/SvelteMap/SvelteSet with correct reaction (#​16325)

  • fix: re-evaluate derived props during teardown (#​16278)

v5.35.4

Compare Source

Patch Changes
  • fix: abort and reschedule effect processing after state change in user effect (#​16280)

v5.35.3

Compare Source

Patch Changes
  • fix: account for mounting when select_option in attribute_effect (#​16309)

  • fix: do not proxify the value assigned to a derived (#​16302)


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.

@netlify
Copy link

netlify bot commented Jul 14, 2025

Deploy Preview for rsbuild ready!

Name Link
🔨 Latest commit fdcd8e1
🔍 Latest deploy log https://app.netlify.com/projects/rsbuild/deploys/68745d6d8fc81e0008c725ff
😎 Deploy Preview https://deploy-preview-5590--rsbuild.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 74 (🟢 up 24 from production)
Accessibility: 97 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: 60 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@chenjiahan chenjiahan merged commit 308668d into main Jul 14, 2025
12 checks passed
@chenjiahan chenjiahan deleted the renovate/all-patch branch July 14, 2025 02:20
@chenjiahan chenjiahan mentioned this pull request Jul 16, 2025
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