chore(deps): update all non-major dependencies #1338
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.66.7->^2.66.8^2.3.4->^2.3.5^7.54.0->^7.55.0^0.21.3->^0.21.4^0.21.3->^0.21.4^4.0.35->^4.0.36^1.1.1->^1.2.02.0.0-beta.35->2.0.0-rc.02.0.0-beta.35->2.0.0-rc.02.0.0-beta.35->2.0.0-rc.02.0.0-beta.35->2.0.0-rc.02.0.0-beta.35->2.0.0-rc.02.0.0-beta.35->2.0.0-rc.0^0.6.3->^0.6.5^24.10.0->^24.10.1^19.2.2->^19.2.5^19.2.2->^19.2.37.0.0-dev.20251109.1->7.0.0-dev.20251116.11.7.6->1.7.7^4.50.0->^4.51.0^22.0.2->^22.0.3^2.1.4->^2.1.5^2.1.4->^2.1.5^2.1.4->^2.1.5^4.0.8->^4.0.9^3.1.3->^3.1.4Release Notes
arco-design/arco-design (@arco-design/web-react)
v2.66.8Compare Source
biomejs/biome (@biomejs/biome)
v2.3.5Compare Source
Patch Changes
#8023
96f3e77Thanks @ematipico! - Added support Svelte syntax{@​html}. Biome now is able to parse and format the Svelte syntax{@​html}:The contents of the expressions inside the
{@​html <expression>}aren't formatted yet.#8058
5f68bccThanks @ematipico! - Fixed a bug where the Biome Language Server would enable its project file watcher even when no project rules were enabled.Now the watching of nested configuration files and nested ignore files is delegated to the editor, if their LSP spec supports it.
#8023
96f3e77Thanks @ematipico! - Added support Svelte syntax{@​render}. Biome now is able to parse and format the Svelte syntax{@​render}:The contents of the expressions inside the
{@​render <expression>}aren't formatted yet.#8006
f0612a5Thanks @Bertie690! - Updated documentation and diagnostic forlint/complexity/noBannedTypes. The rule should have a more detailed description and diagnostic error message.#8039
da70d8bThanks @PFiS1737! - Biome now keeps a blank line after the frontmatter section in Astro files.#8042
b7efa6fThanks @dyc3! - The CSS Parser, withtailwindDirectivesenabled, will now accept at rules like@mediaand@supportsin@custom-variantshorthand syntax.#8064
3ff9d45Thanks @dibashthapa! - Fixed #7967: Fixed the issue with support for advanced SVG props#8023
96f3e77Thanks @ematipico! - Added support Svelte syntax{@​attach}. Biome now is able to parse and format the Svelte syntax{@​attach}:The contents of the expressions inside the
{@​attach <expression>}aren't formatted yet.#8001
6e8a50eThanks @ematipico! - Added support Svelte syntax{#key}. Biome now is able to parse and format the Svelte syntax{#key}:The contents of the expressions inside the
{#key <expression>}aren't formatted yet.#8023
96f3e77Thanks @ematipico! - Added support Svelte syntax{@​const}. Biome now is able to parse and format the Svelte syntax{@​const}:The contents of the expressions inside the
{@​const <expression>}aren't formatted yet.#8044
8f77d4aThanks @Netail! - Corrected rule source references.biome migrate eslintshould do a bit better detecting rules in your eslint configurations.#8065
1a2d1afThanks @Netail! - Added the nursery ruleuseArraySortCompare. Require Array#sort and Array#toSorted calls to always provide a compareFunction.Invalid:
Valid:
#7673
a3a713dThanks @dyc3! - The HTML parser is now able to parse vue directives. This enables us to write/port Vue lint rules that require inspecting the<template>section. However, this more complex parsing may result in parsing errors where there was none before. For those of you that have opted in to the experimental support (akaexperimentalFullSupportEnabled), we greatly appreciate your help testing this out, and your bug reports.#8031
fa6798aThanks @ematipico! - Added support for the Svelte syntax{#if}{/if}. The Biome HTML parser is now able to parse and format the{#if}{/if} blocks:<!-- if / else-if / else --> {#if porridge.temperature > 100} -<p>too hot!</p> + <p>too hot!</p> {:else if 80 > porridge.temperature} -<p>too cold!</p> + <p>too cold!</p> {:else if 100 > porridge.temperature} -<p>too too cold!</p> + <p>too too cold!</p> {:else} -<p>just right!</p> + <p>just right!</p> {/if}#8041
beeb7bbThanks @dyc3! - The CSS parser, withtailwindDirectivesenabled, will now accept lists of selectors in@custom-variantshorthand syntax.#8028
c09e45cThanks @fmajestic! - The GitLab reporter now outputs format errors.#8037
78011b1Thanks @PFiS1737! -indentScriptAndStyleno longer indents the frontmatter in Astro files.#8009
6374b1fThanks @tmcw! - Fixed an edge case in theuseArrowFunctionrule.The rule no longer emits diagnostics for or offers to fix functions that reference
the arguments object,
because that object is undefined for arrow functions.
Valid example:
microsoft/rushstack (@microsoft/api-extractor)
v7.55.0Compare Source
Wed, 12 Nov 2025 01:12:56 GMT
Minor changes
@microsoft/tsdocdependency to~0.16.0.@microsoft/tsdoc-configdependency to~0.18.0.module-federation/core (@module-federation/enhanced)
v0.21.4Compare Source
Patch Changes
a50e068: refactor(manifest): collect assets from build hookd729167]a50e068]module-federation/core (@module-federation/rsbuild-plugin)
v0.21.4Compare Source
Patch Changes
a50e068: refactor(manifest): collect assets from build hooka50e068]module-federation/core (@module-federation/storybook-addon)
v4.0.36Patch Changes
a50e068]rspack-contrib/rsbuild-plugin-typed-css-modules (@rsbuild/plugin-typed-css-modules)
v1.2.0Compare Source
What's Changed
Full Changelog: rspack-contrib/rsbuild-plugin-typed-css-modules@v1.1.1...v1.2.0
web-infra-dev/rstest (@rstest/core)
v0.6.5Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
testNamePatternconfiguration details by @9aoy in #690Other Changes
New Contributors
Full Changelog: web-infra-dev/rstest@v0.6.4...v0.6.5
v0.6.4Compare Source
What's Changed
New Features 🎉
chaiConfigconfiguration. by @9aoy in #683Other Changes
Full Changelog: web-infra-dev/rstest@v0.6.3...v0.6.4
microsoft/typescript-go (@typescript/native-preview)
v7.0.0-dev.20251116.1Compare Source
v7.0.0-dev.20251115.1Compare Source
v7.0.0-dev.20251114.1Compare Source
v7.0.0-dev.20251113.1Compare Source
v7.0.0-dev.20251112.1Compare Source
v7.0.0-dev.20251111.1Compare Source
v7.0.0-dev.20251110.1Compare Source
rspack-contrib/create-rstack (create-rstack)
v1.7.7Compare Source
What's Changed
.as project name to use current directory by @fronterior in #77New Contributors
Full Changelog: rspack-contrib/create-rstack@v1.7.6...v1.7.7
streamich/memfs (memfs)
v4.51.0Compare Source
Features
toTreeSync()(673cb7a), closes #1214nrwl/nx (nx)
v22.0.3Compare Source
22.0.3 (2025-11-10)
🚀 Features
🩹 Fixes
eslint-config-nextmatches Next.js 14 and 15 versions (#30259, #30258, #30257)❤️ Thank You
rspack-contrib/storybook-rsbuild (storybook-addon-rslib)
v2.1.5Compare Source
🐞 Bug Fixes
View changes on GitHub
vitest-dev/vitest (vitest)
v4.0.9Compare Source
🚀 Features
🐞 Bug Fixes
Request- by @sheremet-va in #8985 (506a9)View changes on GitHub
vuejs/language-tools (vue-tsc)
v3.1.4Compare Source
Bug Fixes
@ts-expect-errordirective on components with loose props checks (#5750) - Thanks to @serkodev and @KazariEX!v-else(#5753) - Thanks to @serkodev and @KazariEX!Other Changes
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.