chore(deps): update all non-major dependencies #1307
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.3.1->^2.3.2^0.21.1->^0.21.2^0.21.1->^0.21.2^4.0.33->^4.0.34^1.5.2->^1.6.0^0.5.4->^0.6.1^9.1.15->^9.1.16^9.1.15->^9.1.16^9.1.15->^9.1.16^9.1.15->^9.1.16^5.0.4->^5.0.57.0.0-dev.20251026.1->7.0.0-dev.20251030.11.7.0->1.7.1^4.49.0->^4.50.0^22.0.1->^22.0.210.19.0->10.20.0>=10.19.0->>=10.20.01.4.2->1.5.00.16.1->0.17.0^1.9.9->^1.9.10^9.1.15->^9.1.16^2.1.2->^2.1.3^2.1.2->^2.1.3^2.1.2->^2.1.3Release Notes
biomejs/biome (@biomejs/biome)
v2.3.2Compare Source
Patch Changes
#7859
c600618Thanks @Netail! - Added the nursery rulenoIncrementDecrement, disallows the usage of the unary operators ++ and --.#7901
0d17b05Thanks @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
e617d36Thanks @Bertie690! - Fixed #7230:noUselessStringConcatno 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
#7786
33ffcd5Thanks @daivinhtran! - Fixed #7601: Properly match Grit plugin's code snippet with only one child.#7901
0d17b05Thanks @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.2Compare Source
Patch Changes
4cada54]module-federation/core (@module-federation/rsbuild-plugin)
v0.21.2Compare Source
Patch Changes
module-federation/core (@module-federation/storybook-addon)
v4.0.34Patch Changes
web-infra-dev/rsbuild (@rsbuild/plugin-preact)
v1.6.0Compare Source
🎉 See Announcing Rspack 1.6 for more details.
What's Changed
New Features 🎉
output.distPathby @chenjiahan in #6352Performance 🚀
Bug Fixes 🐞
output.distPathcan be merged correctly by @chenjiahan in #6369Refactor 🔨
Document 📖
'auto'value ofloaderoption inloadConfigby @Timeless0911 in #6355html.favicondefault values by @chenjiahan in #6378output.modulefor web target by @chenjiahan in #6398Other Changes
New Contributors
Full Changelog: web-infra-dev/rsbuild@v1.5.17...v1.6.0
web-infra-dev/rstest (@rstest/core)
v0.6.1Compare Source
What's Changed
Performance 🚀
nosources-source-mapby @9aoy in #650Bug Fixes 🐞
__webpack_require__.Cis not a function by @9aoy in #656Document 📖
Other Changes
Full Changelog: web-infra-dev/rstest@v0.6.0...v0.6.1
v0.6.0Compare 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.importActualwith import attributes.Learn more about #618 and documentation about mock modules.
New Features 🎉
RSTEST_WORKER_IDenvironment variable by @9aoy in #641Bug Fixes 🐞
<rootDir>in windows by @9aoy in #645Document 📖
Other Changes
Full Changelog: web-infra-dev/rstest@v0.5.4...v0.6.0
storybookjs/storybook (@storybook/addon-docs)
v9.1.16Compare Source
experimental_devServerpreset - #32862, thanks @yannbf!storybookjs/storybook (@storybook/addon-onboarding)
v9.1.16Compare Source
9.1.16
microsoft/typescript-go (@typescript/native-preview)
v7.0.0-dev.20251030.1Compare Source
v7.0.0-dev.20251029.1Compare Source
v7.0.0-dev.20251027.1Compare Source
rspack-contrib/create-rstack (create-rstack)
v1.7.1Compare Source
What's Changed
Full Changelog: rspack-contrib/create-rstack@v1.7.0...v1.7.1
streamich/memfs (memfs)
v4.50.0Compare Source
Features
nrwl/nx (nx)
v22.0.2Compare Source
22.0.2 (2025-10-28)
🚀 Features
🩹 Fixes
[object Object]for invalid {workspaceRoot} placement (#33203)❤️ Thank You
pnpm/pnpm (pnpm)
v10.20.0Compare Source
Minor Changes
--alloption inpnpm --helpto list all commands #8628.Patch Changes
latestversion doesn't satisfy the maturity requirement configured byminimumReleaseAge, pick the highest version that is mature enough, even if it has a different major version #10100.createcommand should not verify patch info.managePackageManagerVersionstofalse, when switching to a different version of pnpm CLI, in order to avoid subsequent switches #10063.rspack-contrib/prebundle (prebundle)
v1.5.0Compare 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.
This PR was generated by Mend Renovate. View the repository job log.