Skip to content

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
@module-federation/storybook-addon (source) ^4.0.33 -> ^4.0.34 age confidence
@rsbuild/plugin-preact (source) ^1.5.2 -> ^1.6.0 age confidence
@rstest/core (source) ^0.5.4 -> ^0.6.1 age confidence
@storybook/addon-docs (source) ^9.1.15 -> ^9.1.16 age confidence
@storybook/addon-onboarding (source) ^9.1.15 -> ^9.1.16 age confidence
@storybook/react (source) ^9.1.15 -> ^9.1.16 age confidence
@storybook/vue3 (source) ^9.1.15 -> ^9.1.16 age confidence
@types/express (source) ^5.0.4 -> ^5.0.5 age confidence
@typescript/native-preview (source) 7.0.0-dev.20251026.1 -> 7.0.0-dev.20251030.1 age confidence
create-rstack 1.7.0 -> 1.7.1 age confidence
memfs ^4.49.0 -> ^4.50.0 age confidence
nx (source) ^22.0.1 -> ^22.0.2 age confidence
pnpm (source) 10.19.0 -> 10.20.0 age confidence
pnpm (source) >=10.19.0 -> >=10.20.0 age confidence
prebundle 1.4.2 -> 1.5.0 age confidence
rslib (source) 0.16.1 -> 0.17.0 age confidence
solid-js (source) ^1.9.9 -> ^1.9.10 age confidence
storybook (source) ^9.1.15 -> ^9.1.16 age confidence
storybook-addon-rslib (source) ^2.1.2 -> ^2.1.3 age confidence
storybook-react-rsbuild (source) ^2.1.2 -> ^2.1.3 age confidence
storybook-vue3-rsbuild (source) ^2.1.2 -> ^2.1.3 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
module-federation/core (@​module-federation/storybook-addon)

v4.0.34

Patch Changes
web-infra-dev/rsbuild (@​rsbuild/plugin-preact)

v1.6.0

Compare Source

🎉 See Announcing Rspack 1.6 for more details.
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
New Contributors

Full Changelog: web-infra-dev/rsbuild@v1.5.17...v1.6.0

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

v0.6.0

Compare Source

What's Changed
Breaking Changes
Drop support of async mock factory

Drop support of async mock factory and introduce a new synchronous replacement for rs.importActual with import attributes.

import * as foo from 'foo' with { "rstest": "importActual" }

rs.mock('foo', ()=> {
  return { ...foo, extra: 1 }
})

Learn more about #​618 and documentation about mock modules.

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

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

storybookjs/storybook (@​storybook/addon-docs)

v9.1.16

Compare Source

storybookjs/storybook (@​storybook/addon-onboarding)

v9.1.16

Compare Source

9.1.16

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: rspack-contrib/create-rstack@v1.7.0...v1.7.1

streamich/memfs (memfs)

v4.50.0

Compare Source

Features
  • 🎸 improve Node buffer allocation strategy (d1edb3f)
  • optimize Node buffer management to prevent O(n^2) overhead (95d6f09)
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
pnpm/pnpm (pnpm)

v10.20.0

Compare Source

Minor Changes
  • Support --all option in pnpm --help to list all commands #​8628.
Patch Changes
  • When the latest version doesn't satisfy the maturity requirement configured by minimumReleaseAge, pick the highest version that is mature enough, even if it has a different major version #​10100.
  • create command should not verify patch info.
  • Set managePackageManagerVersions to false, when switching to a different version of pnpm CLI, in order to avoid subsequent switches #​10063.
rspack-contrib/prebundle (prebundle)

v1.5.0

Compare Source

What's Changed

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 rslib ready!

Name Link
🔨 Latest commit 61a82e5
🔍 Latest deploy log https://app.netlify.com/projects/rslib/deploys/69035a4c2d6c4d0008d86f82
😎 Deploy Preview https://deploy-preview-1307--rslib.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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

@Timeless0911 Timeless0911 merged commit 7608f44 into main Oct 30, 2025
17 checks passed
@Timeless0911 Timeless0911 deleted the renovate/all-non-major branch October 30, 2025 12:57
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.

2 participants