chore(deps): update all non-major dependencies #1370
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.7->^2.3.8^2.29.7->^2.29.81.56.1->1.57.0~1.6.9->~1.6.10^0.6.6->^0.6.8^3.15.0->^3.17.0^10.1.0->^10.1.2^10.1.0->^10.1.2^10.1.0->^10.1.2^10.1.0->^10.1.2^19.2.6->^19.2.77.0.0-dev.20251123.1->7.0.0-dev.20251130.1^4.51.0->^4.51.1^22.1.1->^22.1.310.23.0->10.24.0>=10.23.0->>=10.24.0^3.6.2->^3.7.3^2.5.19->^2.5.200.18.0->0.18.2^1.3.0->^1.3.2^10.1.0->^10.1.2^4.20.6->^4.21.0^4.0.13->^4.0.14^3.5.24->^3.5.25Release Notes
biomejs/biome (@biomejs/biome)
v2.3.8Compare Source
Patch Changes
#8188
4ca088cThanks @ematipico! - Fixed #7390, where Biome couldn't apply the correct configuration passed via--config-path.If you have multiple root configuration files, running any command with
--config-pathwill now apply the chosen configuration file.#8171
79adaeaThanks @dibashthapa! - Added the new rulenoLeakedRender. This rule helps prevent potential leaks when rendering components that use binary expressions or ternaries.For example, the following code triggers the rule because the component would render
0:#8116
b537918Thanks @Netail! - Added the nursery rulenoDuplicatedSpreadProps. Disallow JSX prop spreading the same identifier multiple times.Invalid:
#8256
f1e4696Thanks @cormacrelf! - Fixed a bug where logs were discarded (the kind from--log-level=infoetc.). This is a regression introduced after an internal refactor that wasn't adequately tested.#8226
3f19b52Thanks @dyc3! - Fixed #8222: The HTML parser, with Vue directives enabled, can now parsev-slotshorthand syntax, e.g.<template #foo>.#8007
182ecdcThanks @brandonmcconnell! - Added support for dollar-sign-prefixed filenames in theuseFilenamingConventionrule.Biome now allows filenames starting with the dollar-sign (e.g.
$postId.tsx) by default to support naming conventions used by frameworks such as TanStack Start for file-based-routing.#8218
91484d1Thanks @hirokiokada77! - Added thenoMultiStrrule, which disallows creating multiline strings by escaping newlines.Invalid:
Valid:
#8225
98ca2aeThanks @ongyuxing! - Fixed #7806: Prefer breaking after the assignment operator for conditional types with generic parameters to match Prettier.#6765
23f7855Thanks @emilyinure! - Fixed #6569: Allow files to export from themselves withnoImportCycles.This means the following is now allowed:
#8214
68c052eThanks @hirokiokada77! - Added thenoEqualsToNullrule, which enforces the use of===and!==for comparison withnullinstead of==or!=.Invalid:
Valid:
#8219
793bb9aThanks @dyc3! - Fixed #8190: The HTML parser will now parse Vue event handlers that contain:correctly, e.g.@update:modelValue="onUpdate".#8259
4a9139bThanks @hirokiokada77! - Fixed #8254: ThenoParameterAssignrule withpropertyAssignment: "deny"was incorrectly reporting an error when a function parameter was used on the right-hand side of an assignment to a local variable's property.The rule should only flag assignments that modify the parameter binding or its properties (L-value), not the use of its value.
Valid:
#8201
cd2edd7Thanks @Netail! - Added the nursery rulenoTernary. Disallow ternary operators.Invalid:
#8172
de98933Thanks @JeremyMoeglich! - Fixed #8145: handling of large hex literals, which previously caused both false positives and false negatives.This affects
noPrecisionLossandnoConstantMathMinMaxClamp.#8210
7b44e9eThanks @Netail! - Corrected rule source reference.biome migrate eslintshould do a bit better detecting rules in your eslint configurations.#8213
e430555Thanks @ruidosujeira! - Fixed #8209: Recognized formatting capability when either range or on-type formatting is supported, not only full-file formatting. This ensures editors and the language server correctly detect formatting support in files like JSONC.#8202
6f49d95Thanks @hirokiokada77! - Fixed #8079: Properly handlenameandvaluemetavariables forJsxAttributeGritQL queries.The following
biome searchcommand no longer throws an error:#8276
f7e836fThanks @hirokiokada77! - Added thenoProtorule, which disallows the use of the__proto__property for getting or setting the prototype of an object.Invalid:
Valid:
changesets/changesets (@changesets/cli)
v2.29.8Compare Source
microsoft/playwright (@playwright/test)
v1.57.0Compare Source
web-infra-dev/rsbuild (@rsbuild/core)
v1.6.10Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.6.9...v1.6.10
web-infra-dev/rstest (@rstest/core)
v0.6.8Compare Source
What's Changed
New Features 🎉
Full Changelog: web-infra-dev/rstest@v0.6.7...v0.6.8
v0.6.7Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Configure SWCguide by @9aoy in #713upgrade-rstestguide by @9aoy in #714Other Changes
dist/by @9aoy in #710--bailwithout value by @9aoy in #716New Contributors
Full Changelog: web-infra-dev/rstest@v0.6.6...v0.6.7
shikijs/shiki (@shikijs/transformers)
v3.17.0Compare Source
🚀 Features
🐞 Bug Fixes
createdBundledHighlightertocreateBundledHighlighter- by @tushar73-jet, Tushar and @antfu in #1135 (e6d21)twoslash-query-persisted, close #1130, close #981 - by @antfu in #1130 and #981 (55a17)View changes on GitHub
v3.16.0Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
storybookjs/storybook (@storybook/addon-docs)
v10.1.2Compare Source
v10.1.1Compare Source
storybookjs/storybook (@storybook/addon-onboarding)
v10.1.2Compare Source
10.1.2
v10.1.1Compare Source
10.1.1
microsoft/typescript-go (@typescript/native-preview)
v7.0.0-dev.20251130.1Compare Source
v7.0.0-dev.20251129.1Compare Source
v7.0.0-dev.20251128.1Compare Source
v7.0.0-dev.20251127.1Compare Source
v7.0.0-dev.20251126.1Compare Source
v7.0.0-dev.20251125.1Compare Source
v7.0.0-dev.20251124.1Compare Source
streamich/memfs (memfs)
v4.51.1Compare Source
Bug Fixes
nrwl/nx (nx)
v22.1.3Compare Source
22.1.3 (2025-11-27)
🚀 Features
🩹 Fixes
❤️ Thank You
v22.1.2Compare Source
22.1.2 (2025-11-25)
🚀 Features
🩹 Fixes
❤️ Thank You
pnpm/pnpm (pnpm)
v10.24.0Compare Source
prettier/prettier (prettier)
v3.7.3Compare Source
diff
API: Fix
prettier.getFileInfo()change that breaks VSCode extension (#18375 by @fisker)An internal refactor accidentally broke the VSCode extension plugin loading.
v3.7.2Compare Source
diff
JavaScript: Fix string print when switching quotes (#18351 by @fisker)
JavaScript: Preserve quote for embedded HTML attribute values (#18352 by @kovsu)
TypeScript: Fix comment in empty type literal (#18364 by @fisker)
v3.7.1Compare Source
diff
API: Fix performance regression in doc printer (#18342 by @fisker)
Prettier 3.7.1 can be very slow when formatting big files, the regression has been fixed.
v3.7.0Compare Source
diff
🔗 Release Notes
matzkoh/prettier-plugin-packagejson (prettier-plugin-packagejson)
v2.5.20Compare Source
Bug Fixes
web-infra-dev/rslib (rslib)
v0.18.2Compare Source
What's Changed
New Features 🎉
@types/reactfrom dts bundle by @Timeless0911 in #1365Bug Fixes 🐞
Other Changes
Full Changelog: v0.18.1...v0.18.2
v0.18.1Compare Source
What's Changed
Bug Fixes 🐞
Document 📖
Other Changes
93cb6efby @renovate[bot] in #1347Full Changelog: v0.18.0...v0.18.1
rspack-contrib/rslog (rslog)
v1.3.2Compare Source
What's Changed
Full Changelog: rspack-contrib/rslog@v1.3.1...v1.3.2
v1.3.1Compare Source
What's Changed
Full Changelog: rspack-contrib/rslog@v1.3.0...v1.3.1
privatenumber/tsx (tsx)
v4.21.0Compare Source
vitest-dev/vitest (vitest)
v4.0.14Compare Source
🚀 Experimental Features
utils.configurePrettyDOM- by @sheremet-va in #9103 [(2cc34)](https://redirect.github.com/vitest-dev/vitest/commit/2cc34e0dConfiguration
📅 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.