Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 20, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@playwright/test (source) 1.53.0 -> 1.53.1 age adoption passing confidence
@rsdoctor/rspack-plugin (source) 1.1.3 -> 1.1.4 age adoption passing confidence
@rspress/plugin-algolia (source) 2.0.0-beta.14 -> 2.0.0-beta.16 age adoption passing confidence
@rspress/plugin-client-redirects (source) 2.0.0-beta.14 -> 2.0.0-beta.16 age adoption passing confidence
@rspress/plugin-llms (source) 2.0.0-beta.14 -> 2.0.0-beta.16 age adoption passing confidence
@rspress/plugin-rss (source) 2.0.0-beta.14 -> 2.0.0-beta.16 age adoption passing confidence
@swc/plugin-prefresh (source) ^8.0.0 -> ^8.0.2 age adoption passing confidence
@swc/plugin-remove-console (source) ^8.0.0 -> ^8.0.2 age adoption passing confidence
@types/lodash (source) ^4.17.17 -> ^4.17.18 age adoption passing confidence
@types/node (source) ^22.15.31 -> ^22.15.32 age adoption passing confidence
nx (source) ^21.2.0 -> ^21.2.1 age adoption passing confidence
playwright (source) 1.53.0 -> 1.53.1 age adoption passing confidence
postcss (source) ^8.5.5 -> ^8.5.6 age adoption passing confidence
rspack-chain ^1.2.5 -> ^1.2.6 age adoption passing confidence
rspress (source) 2.0.0-beta.14 -> 2.0.0-beta.16 age adoption passing confidence
svelte (source) ^5.34.3 -> ^5.34.7 age adoption passing confidence
svelte-check ^4.2.1 -> ^4.2.2 age adoption passing confidence
vue (source) ^3.5.16 -> ^3.5.17 age adoption passing confidence

Release Notes

microsoft/playwright (@​playwright/test)

v1.53.1

Compare Source

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

v1.1.4

Compare Source

What's Changed

New Features 🎉
Optimization
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsdoctor@v1.1.3...v1.1.4

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

v2.0.0-beta.15

Compare Source

What's Changed
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rspress@v2.0.0-beta.14...v2.0.0-beta.15

web-infra-dev/rspress (@​rspress/plugin-client-redirects)

v2.0.0-beta.15

Compare Source

What's Changed
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rspress@v2.0.0-beta.14...v2.0.0-beta.15

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

v2.0.0-beta.15

Compare Source

What's Changed
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rspress@v2.0.0-beta.14...v2.0.0-beta.15

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

v2.0.0-beta.15

Compare Source

What's Changed
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rspress@v2.0.0-beta.14...v2.0.0-beta.15

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

v8.0.2

Patch Changes

v8.0.1

Patch Changes
  • 8d5ce5c: Update swc_core to v28.0.0
swc-project/plugins (@​swc/plugin-remove-console)

v8.0.2

Patch Changes

v8.0.1

Patch Changes
  • 8d5ce5c: Update swc_core to v28.0.0
nrwl/nx (nx)

v21.2.1

Compare Source

21.2.1 (2025-06-19)
🚀 Features
  • core: improve message when workspace is not detected (#​31632)
  • js: support publishing with registryConfigKey when pnpm >=9.15.7 <10.0.0 || >=10.5.0 (#​31622)
  • js: add copy-workspace-modules executor (#​31545)
  • nx-dev: read description from markdown frontmatter for index pages (#​31566)
  • react: support port option for react app generator (#​31552)
🩹 Fixes
  • angular: fix import from ng-packagr (#​31600, #​31597)
  • angular: handle inferred projects without project configuration files in migrations (#​31633, #​31607)
  • core: show the correct content in the tui terminal pane for skipped tasks (#​31559)
  • core: ensure destination directories are created before copying files (#​31624)
  • core: prevent duplicate nx cloud logs from global and local nx invocations (#​31641)
  • gradle: fix gradle on windows (#​31595)
  • gradle: add build-ci target even if atomized=false (#​31537)
  • linter: respect the --quiet option when running with --fix (#​31403, #​31401)
❤️ Thank You
postcss/postcss (postcss)

v8.5.6

Compare Source

  • Fixed ContainerWithChildren type discriminating (by @​Goodwine).
rspack-contrib/rspack-chain (rspack-chain)

v1.2.6

Compare Source

What's Changed

Full Changelog: rstackjs/rspack-chain@v1.2.5...v1.2.6

web-infra-dev/rspress (rspress)

v2.0.0-beta.15

Compare Source

What's Changed
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rspress@v2.0.0-beta.14...v2.0.0-beta.15

sveltejs/svelte (svelte)

v5.34.7

Compare Source

Patch Changes
  • fix: address css class matching regression (#​16204)

v5.34.6

Compare Source

Patch Changes
  • fix: match class and style directives against attribute selector (#​16179)

v5.34.5

Compare Source

Patch Changes
  • fix: keep spread non-delegated event handlers up to date (#​16180)

  • fix: remove undefined attributes on hydration (#​16178)

  • fix: ensure sources within nested effects still register correctly (#​16193)

  • fix: avoid shadowing a variable in dynamic components (#​16185)

v5.34.4

Compare Source

Patch Changes
  • fix: don't set state withing with_parent in proxy (#​16176)

  • fix: use compiler-driven reactivity in legacy mode template expressions (#​16100)

sveltejs/language-tools (svelte-check)

v4.2.2

Compare Source

  • fix: invalidate project file cache and handle watcher race condition (#​2779)
  • fix: prevent error with bind:this={get, set} (#​2781)
  • fix: don't treat derived imported from svelte/store as a potential store (#​2780)
  • fix: key block can have its own block scope (#​2768)
vuejs/core (vue)

v3.5.17

Compare Source

Bug Fixes

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 Jun 20, 2025

Deploy Preview for rsbuild ready!

Name Link
🔨 Latest commit d86d260
🔍 Latest deploy log https://app.netlify.com/projects/rsbuild/deploys/6854eb0c0016c700089b6f47
😎 Deploy Preview https://deploy-preview-5451--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: 61 (🔴 down 12 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 enabled auto-merge (squash) June 20, 2025 05:05
@chenjiahan chenjiahan merged commit 7edfb9b into main Jun 20, 2025
12 checks passed
@chenjiahan chenjiahan deleted the renovate/all-patch branch June 20, 2025 05:06
This was referenced Jun 20, 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