Skip to content

chore(deps): update all patch dependencies#6467

Merged
chenjiahan merged 1 commit intomainfrom
renovate/all-patch
Oct 30, 2025
Merged

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 30, 2025

This PR contains the following updates:

Package Change Age Confidence
@biomejs/biome (source) ^2.3.1 -> ^2.3.2 age confidence
@module-federation/enhanced (source) 0.21.1 -> 0.21.2 age confidence
@module-federation/rsbuild-plugin (source) 0.21.1 -> 0.21.2 age confidence
@rsdoctor/rspack-plugin (source) 1.3.5 -> 1.3.6 age confidence
@rstest/core (source) ^0.6.0 -> ^0.6.1 age confidence
@types/node (source) ^22.18.12 -> ^22.18.13 age confidence
@typescript/native-preview (source) 7.0.0-dev.20251026.1 -> 7.0.0-dev.20251030.1 age confidence
babel-preset-solid (source) ^1.9.9 -> ^1.9.10 age confidence
create-rstack 1.7.0 -> 1.7.1 age confidence
nx (source) ^22.0.1 -> ^22.0.2 age confidence
react-router-dom (source) ^7.9.4 -> ^7.9.5 age confidence
solid-js (source) ^1.9.9 -> ^1.9.10 age confidence

Release Notes

biomejs/biome (@​biomejs/biome)

v2.3.2

Compare Source

Patch Changes
  • #​7859 c600618 Thanks @​Netail! - Added the nursery rule noIncrementDecrement, disallows the usage of the unary operators ++ and --.

  • #​7901 0d17b05 Thanks @​ematipico! - Fixed #​7837, where Biome couldn't properly parse text expressions that contained nested curly brackets. This was breaking parsing in Astro and Svelte files.

  • #​7874 e617d36 Thanks @​Bertie690! - Fixed #​7230: noUselessStringConcat no longer emits false positives for multi-line strings with leading + operators.

    Previously, the rule did not check for leading newlines on the + operator, emitting false positives if one occurred at the start of a line.
    Notably, formatting with operatorLinebreak="before" would move the + operators to the start of lines automatically, resulting in spurious errors whenever a multi-line string was used.

    Now, the rule correctly detects and ignores multi-line concatenations with leading operators as well, working regardless of the setting of operatorLinebreak.

    Example

    // The following code used to error if the `+` operators were at the start of lines (as opposed to the end).
    // Now, the rule correctly recognizes this as a stylistic concatenation and ignores it.
    const reallyLongStringThatShouldNotError =
      "Lorem ipsum dolor sit amet consectetur adipiscing elit." +
      "Quisque faucibus ex sapien vitae pellentesque sem placerat." +
      "In id cursus mi pretium tellus duis convallis." +
      "Tempus leo eu aenean sed diam urna tempor. Pulvinar vivamus fringilla";
  • #​7786 33ffcd5 Thanks @​daivinhtran! - Fixed #​7601: Properly match Grit plugin's code snippet with only one child.

  • #​7901 0d17b05 Thanks @​ematipico! - Fixed #​7837, where Biome Language Server panicked when opening HTML-ish files when the experimental full support is enabled.

module-federation/core (@​module-federation/enhanced)

v0.21.2

Compare Source

Patch Changes
module-federation/core (@​module-federation/rsbuild-plugin)

v0.21.2

Compare Source

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

v1.3.6

Compare Source

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

Full Changelog: web-infra-dev/rsdoctor@v1.3.5...v1.3.6

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

v0.6.1

Compare Source

What's Changed
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.6.0...v0.6.1

microsoft/typescript-go (@​typescript/native-preview)

v7.0.0-dev.20251030.1

Compare Source

v7.0.0-dev.20251029.1

Compare Source

v7.0.0-dev.20251027.1

Compare Source

rspack-contrib/create-rstack (create-rstack)

v1.7.1

Compare Source

What's Changed

Full Changelog: rstackjs/create-rstack@v1.7.0...v1.7.1

nrwl/nx (nx)

v22.0.2

Compare Source

22.0.2 (2025-10-28)

🚀 Features
  • docker: support inferring additional args for targets with interpolation support (#​32892)
  • gradle: add custom installation path to options (#​33187)
  • nx-dev: add downloadable resources page and React book blog post (4b6009764a)
  • release: support {versionActionsVersion} in docker version scheme (#​33178)
🩹 Fixes
  • core: continue execution when cloud client is unavailable (#​33214)
  • core: prevent error message containing [object Object] for invalid {workspaceRoot} placement (#​33203)
  • core: fix swapped arguments when resolving catalog references from the filesystem (#​33237)
  • core: should find dockerfiles to suggest installing docker plugin (#​33234)
  • core: stream without prefixes showing tui (#​33194, #​32535)
  • core: add accept header to http remote cache get (#​33093, #​33092)
  • core: prevent undefined importer crash in pnpm lockfile parsing (#​33223)
  • core: split lockfile cache and other performance improvements (#​33256)
  • core: ensure daemon writes project graph cache to disk consistently (#​33217)
  • core: turn v8 serializer off by default but fallback to it if json serialization fails (#​33274, #​4, #​2, #​3)
  • core: make sure that gemini contextFileName is string before trying to resolve (#​33280)
  • docker: handle undefined options when creating graph (#​33235)
  • docker: handle dockerfile at project root tag (#​33236)
  • docker: guard commitSha null in plugin interpolation (#​33275)
  • maven: use File.isAbsolute for cross-platform path detection (#​33195)
  • misc: add explanatory footer to ai agents prompts (#​33182)
  • misc: handle null exit codes from crashed child processes (#​33163, #​29204)
  • node: migrate to koa 3.0.3 (#​33208)
  • nx-dev: update docs code blocks usage (#​32998)
  • nx-dev: add copy-docs back as a dep of serve (#​33215)
  • vite: nxViteTsPaths supports local path aliases (#​33241, #​33231)
  • webpack: prevent errors when importing @​nx/webpack before typescript is installed (#​33251)
❤️ Thank You
remix-run/react-router (react-router-dom)

v7.9.5

Compare Source

Patch Changes
  • Updated dependencies:
    • react-router@7.9.5

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 Oct 30, 2025

Deploy Preview for rsbuild ready!

Name Link
🔨 Latest commit 2d1cceb
🔍 Latest deploy log https://app.netlify.com/projects/rsbuild/deploys/69034b66e808c400089d9b85
😎 Deploy Preview https://deploy-preview-6467--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: 70 (no change 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 ad80aa9 into main Oct 30, 2025
12 checks passed
@chenjiahan chenjiahan deleted the renovate/all-patch branch October 30, 2025 13:59
This was referenced Oct 31, 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