chore(deps): update all non-major dependencies #1361
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.6->^2.3.7^7.55.0->^7.55.1^2.10.1->^2.11.0~1.6.7->~1.6.8^0.6.5->^0.6.6^4.17.20->^4.17.217.0.0-dev.20251118.1->7.0.0-dev.20251123.1^6.0.1->^6.0.2^22.0.4->^22.1.110.22.0->10.23.0>=10.22.0->>=10.23.0^4.0.10->^4.0.13^3.1.4->^3.1.5Release Notes
biomejs/biome (@biomejs/biome)
v2.3.7Compare Source
Patch Changes
#8169
7fdcec8Thanks @arendjr! - Fixed #7999: Correctly placeawaitafter leading comment in auto-fix action fromnoFloatingPromisesrule.#8157
12d5b42Thanks @Conaclos! - Fixed #8148.noInvalidUseBeforeDeclarationno longer reports some valid use before declarations.The following code is no longer reported as invalid:
#8178
6ba4157Thanks @dyc3! - Fixed #8174, where the HTML parser would parse 2 directives as a single directive because it would not reject whitespace in Vue directives. This would cause the formatter to erroneously merge the 2 directives into one, resulting in broken code.#8088
0eb08e8Thanks @db295! - Fixed #7876: ThenoUnusedImportsrule now ignores imports that are used by @linkcode and @linkplain (previously supported @link and @see).The following code will no longer be a false positive:
#8119
8d64655Thanks @ematipico! - Improved the detection of the rulenoUnnecessaryConditions. Now the rule isn't triggered for variables that are mutated inside a module.This logic deviates from the original rule, hence
noUnnecessaryConditionsis now marked as "inspired".In the following example,
heystarts asfalse, but then it's assigned to a string. The rule isn't triggered inside theifcheck.#8149
e0a02bfThanks @Netail! - Fixed #8144: ImprovenoSyncScripts, ignore script tags withtype="module"as these are always non-blocking.#8182
e9f068eThanks @hirokiokada77! - Fixed #7877: Range suppressions now handle suppressed categories properly.Valid:
#8111
bf1a836Thanks @ryan-m-walker! - Added support for parsing and formatting the CSS if function.Example
#8173
7fc07c1Thanks @ematipico! - Fixed #8138 by reverting an internal refactor that caused a regression to the rulenoUnusedPrivateClassMembers.#8119
8d64655Thanks @ematipico! - Improved the type inference engine, by resolving types for variables that are assigned to multiple values.#8158
fb1458bThanks @dyc3! - Added theuseVueValidVTextlint rule to enforce validv-textdirectives. The rule reports whenv-texthas an argument, has modifiers, or is missing a value.Invalid:
#8158
fb1458bThanks @dyc3! - FixeduseVueValidVHtmlso that it will now flag empty strings, e.g.v-html=""#7078
bb7a15cThanks @emilyinure! - Fixed #6675: Now only flagsnoAccumulatingSpread on Object.assign when a new object is being allocated on
each iteration. Before, all cases using Object.assign with reduce parameters
were warned despite not making new allocations.
The following code will no longer be a false positive:
The following cases which do make new allocations will continue to warn:
#8175
0c8349eThanks @ryan-m-walker! - Fixed CSS formatting of dimension units to use correct casing forQ,HzandkHz.Before:
After:
microsoft/rushstack (@microsoft/api-extractor)
v7.55.1Compare Source
Fri, 21 Nov 2025 16:13:56 GMT
Version update only
reduxjs/redux-toolkit (@reduxjs/toolkit)
v2.11.0Compare Source
web-infra-dev/rsbuild (@rsbuild/core)
v1.6.8Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rsbuild@v1.6.7...v1.6.8
web-infra-dev/rstest (@rstest/core)
v0.6.6Compare Source
What's Changed
New Features 🎉
rs.getConfigAPI by @9aoy in #701Bug Fixes 🐞
describe.eachtype error by @9aoy in #707Document 📖
Other Changes
Full Changelog: web-infra-dev/rstest@v0.6.5...v0.6.6
microsoft/typescript-go (@typescript/native-preview)
v7.0.0-dev.20251123.1Compare Source
v7.0.0-dev.20251122.1Compare Source
v7.0.0-dev.20251121.1Compare Source
v7.0.0-dev.20251120.1Compare Source
v7.0.0-dev.20251119.1Compare Source
vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v6.0.2Bug Fixes
Miscellaneous Chores
nrwl/nx (nx)
v22.1.1Compare Source
22.1.1 (2025-11-21)
🚀 Features
🩹 Fixes
❤️ Thank You
v22.1.0Compare Source
22.1.0 (2025-11-19)
🚀 Features
🩹 Fixes
[object Object]for invalid {workspaceRoot} placement (#33203)eslint-config-nextmatches Next.js 14 and 15 versions (#30259, #30258, #30257)❤️ Thank You
pnpm/pnpm (pnpm)
v10.23.0: pnpm 10.23Compare Source
Minor Changes
--lockfile-onlyoption topnpm list#10020.Patch Changes
pnpm self-updateshould download pnpm from the configured npm registry #10205.pnpm self-updateshould always install the non-executable pnpm package (pnpm in the registry) and never the@pnpm/exepackage, when installing v11 or newer. We currently cannot ship@pnpm/exeaspkgdoesn't work with ESM #10190.pnpm add, if there's aengines.runtimesetting declared inpackage.json#10209.pnpm listandpnpm whynow display npm: protocol for aliased packages (e.g.,foo npm:is-odd@3.0.1) #8660.pnpm store pruneshould not fail if the store contains Node.js packages #10131.Platinum Sponsors
Gold Sponsors
vitest-dev/vitest (vitest)
v4.0.13Compare Source
🐞 Bug Fixes
🏎 Performance
fsCacheModuleis enabled, read from the memory when possible - by @sheremet-va in #9076 (6b9a1)View changes on GitHub
v4.0.12Compare Source
🐞 Bug Fixes
fsModuleCachePathby default - by @sheremet-va in #9063 (9a8bc)@opentelemetry/apiin public types - by @sheremet-va in #9066 (e944a)View changes on GitHub
[
v4.0.11](https://redirect.github.com/vitest-dev/vitest/releases/tag/v4Configuration
📅 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.