chore: update npm dependencies #27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "updatarr/npm-dependencies-bac734c5b3"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Updates
npm dependencies.Automerge: Enabled
Changed files:
web/package.json:161.2.4->1.3.0web/package.json:171.169.2->1.170.16web/package.json:191.16.0->1.21.0web/package.json:2019.2.6->19.2.7web/package.json:2119.2.6->19.2.7web/package.json:252.4.15->2.5.0web/package.json:2620.9.0->20.10.6web/package.json:274.3.0->4.3.1web/package.json:3219.2.14->19.2.17web/package.json:346.0.1->6.0.2web/package.json:354.3.0->4.3.1web/package.json:378.0.13->8.0.16Release notes
@tanstack/start-server-core@1.169.15: @tanstack/react-router: @tanstack/start-server-core@1.169.15Compare source
Patch Changes
96eca43- Skip a full router.update for faster createStartHandler@tanstack/vue-router@1.170.14: @tanstack/react-router: @tanstack/vue-router@1.170.14Compare source
Patch Changes
df1076c]:@tanstack/vue-router@1.170.15: @tanstack/react-router: @tanstack/vue-router@1.170.15Compare source
Patch Changes
776d8ef]:1.17.0: lucide-react: Version 1.17.0Compare source
What's Changed
martiniicon by @jamiemlaw in https://github.com/lucide-icons/lucide/pull/4335globe-checkby @Barakudum in https://github.com/lucide-icons/lucide/pull/4342parasolicon by @karsa-mistmere in https://github.com/lucide-icons/lucide/pull/4347Full Changelog: https://github.com/lucide-icons/lucide/compare/1.16.0...1.17.0
1.18.0: lucide-react: Version 1.18.0Compare source
What's Changed
play-officon by @Ahmed-Dghaies in https://github.com/lucide-icons/lucide/pull/4412@nextfrom installation instructions for@lucide/svelteby @alecglassford in https://github.com/lucide-icons/lucide/pull/4432webcam-officon by @jordan-burnett in https://github.com/lucide-icons/lucide/pull/4242New Contributors
Full Changelog: https://github.com/lucide-icons/lucide/compare/1.17.0...1.18.0
1.19.0: lucide-react: Version 1.19.0Compare source
What's Changed
star-*icons by @RajnishKMehta in https://github.com/lucide-icons/lucide/pull/3918save-penicon by @vaporvee in https://github.com/lucide-icons/lucide/pull/4179wrench-officon by @nilsjonsson in https://github.com/lucide-icons/lucide/pull/4434adicon by @jamiemlaw in https://github.com/lucide-icons/lucide/pull/4323eye-dashedicon by @karsa-mistmere in https://github.com/lucide-icons/lucide/pull/4415save-plusicon by @jwlinqx in https://github.com/lucide-icons/lucide/pull/4448list-sort-descendingicon by @ericfennis in https://github.com/lucide-icons/lucide/pull/4457wallet-cardsicon by @jguddas in https://github.com/lucide-icons/lucide/pull/3888podiumicon by @jguddas in https://github.com/lucide-icons/lucide/pull/2124New Contributors
Full Changelog: https://github.com/lucide-icons/lucide/compare/1.18.0...1.19.0
1.20.0: lucide-react: Version 1.20.0Compare source
What's Changed
square-arrow-*icons by @jguddas in https://github.com/lucide-icons/lucide/pull/3926search-icons by @jamiemlaw in https://github.com/lucide-icons/lucide/pull/4099save-checkicon by @Konixy in https://github.com/lucide-icons/lucide/pull/3120tag-plusandtag-xicons by @adam-kov in https://github.com/lucide-icons/lucide/pull/3980banknote-checkicon by @mfjramirezf in https://github.com/lucide-icons/lucide/pull/3956clock-arrow-inicon by @jguddas in https://github.com/lucide-icons/lucide/pull/2403summaryicon by @jpjacobpadilla in https://github.com/lucide-icons/lucide/pull/3114user-round-arrow-inicon by @jguddas in https://github.com/lucide-icons/lucide/pull/2283clock-arrow-outicon by @jguddas in https://github.com/lucide-icons/lucide/pull/2404pencil-sparklesicon by @jennieboops in https://github.com/lucide-icons/lucide/pull/4445New Contributors
Full Changelog: https://github.com/lucide-icons/lucide/compare/1.19.0...1.20.0
1.21.0: lucide-react: Version 1.21.0Compare source
What's Changed
versionscripts in package scripts by @ericfennis in https://github.com/lucide-icons/lucide/pull/4479broken-boneicon by @Patolord in https://github.com/lucide-icons/lucide/pull/4131New Contributors
Full Changelog: https://github.com/lucide-icons/lucide/compare/1.20.0...1.21.0
v19.2.7: react: 19.2.7 (June 1st, 2026)Compare source
React Server Components
FormDataentries in Server Actions which regressed in 19.2.6(#36566 by @unstubbable)
v19.2.7: react-dom: 19.2.7 (June 1st, 2026)Compare source
React Server Components
FormDataentries in Server Actions which regressed in 19.2.6(#36566 by @unstubbable)
@biomejs/biome@2.4.15: @biomejs/biome: Biome CLI v2.4.15Compare source
2.4.15
Patch Changes
#9394
ba3480eThanks @dyc3! - Added the nursery ruleuseTestHooksInOrderin thetestdomain. The rule enforces that Jest/Vitest lifecycle hooks (beforeAll,beforeEach,afterEach,afterAll) are declared in the order they execute, making test setup and teardown easier to reason about.#10254
e0a54ccThanks @dyc3! - Added a new nursery ruleuseVueNextTickPromise, which enforces Promise syntax when using VuenextTick.For example, the following snippet triggers the rule:
#10219
64aee45Thanks @dyc3! - Added a new nursery rulenoVueVOnNumberValues, that disallows deprecated number modifiers on Vuev-ondirectives.For example, the following snippet triggers the rule:
#10195
7b8d4e1Thanks @dyc3! - Added the new nursery ruleuseVueValidVFor, which validates Vuev-fordirectives and reports invalid aliases, missing component keys, and keys that do not use iteration variables.#10238
1110256Thanks @dyc3! - Added the recommended nursery rulenoVueImportCompilerMacros, which disallows importing Vue compiler macros such asdefinePropsfromvuebecause they are automatically available.#10201
1a08f89Thanks @realknove! - Fixed #10193:style/useReadonlyClassPropertiesno longer reports class properties as readonly-able when they are assigned inside arrow callbacks nested in class property initializers.#9574
3bd2b6aThanks @Conaclos! - Fixed #9530. The diagnostics oforganizeImportsare now more detailed and more precise. They are also better at localizing where the issue is.#10205
a704a6cThanks @Conaclos! - Fixed #10185. `organizeImports now errors when it encounters an unknown predefined group.The following configuration is now reported as invalid because
:INEXISTENT:is an unknown predefined group.#10052
b565bedThanks @minseong0324! - ImprovednoMisleadingReturnType: it now flags union annotations whose extra variants are never returned, and suggests the narrower type (e.g.string | null→string).These functions are now reported because
nullandnumberare included in the return annotations but never returned:#10213
ac30057Thanks @dyc3! - Fixed #9450: HTML and Vue element formatting now preserves child line breaks when an element contains another element child on its own line, instead of collapsing the child element onto the same line.#10275
9ee6c03Thanks @solithcy! - Fixed #10274: Svelte templates with missing expressions no longer parsed asHtmlBogusElement#10143
56798a7Thanks @minseong0324! -noMisleadingReturnTypenow detects misleading return type annotations when object literal properties are initialized withas const.This function is now reported because the return annotation widens a property initialized with
as const:#10143
56798a7Thanks @minseong0324! -noUselessTypeConversionnow detects redundant conversions on object literal properties initialized withas const.This conversion is now reported because
message.valueis inferred as a string literal:#9807
0ae5840Thanks @dyc3! - Added the new nursery ruleuseThisInClassMethods, based on ESLint'sclass-methods-use-this.The rule now reports instance methods, getters, setters, and function-valued instance fields that do not use
this, andbiome migrate eslintpreserves the supportedignoreMethods,ignoreOverrideMethods, andignoreClassesWithImplementsoptions.Invalid:
#10258
e7b18f7Thanks @ematipico! - Improved linter performance by narrowing the query nodes for several lint rules, reducing how often they are evaluated.#10273
04e22a1Thanks @dyc3! - Fixed #10271: The HTML parser now correctly parsesofas text content when in text contexts.#9838
83f7385Thanks @dyc3! - Added the nursery rulenoBaseToString, which reports stringification sites that fall back to Object's default"[object Object]"formatting. The rule also supports theignoredTypeNamesoption.#10143
56798a7Thanks @minseong0324! -useExhaustiveSwitchCasesnow checks switch statements over object literal properties initialized withas const.This switch is now reported because
status.kindis inferred as the string literal"ready"but no case handles it:#10143
56798a7Thanks @minseong0324! -useStringStartsEndsWithnow detects string index comparisons on object literal properties initialized withas const.This comparison is now reported because
message.valueis inferred as a string literal:What's Changed
@eachrule formatting by @denbezrukov in https://github.com/biomejs/biome/pull/10202noVueVOnNumberValuesby @dyc3 in https://github.com/biomejs/biome/pull/10219noBaseToStringby @dyc3 in https://github.com/biomejs/biome/pull/9838useThisForClassMethodsby @dyc3 in https://github.com/biomejs/biome/pull/9807@ifand@else ifformatting by @denbezrukov in https://github.com/biomejs/biome/pull/10253ofas text in text contexts by @dyc3 in https://github.com/biomejs/biome/pull/10273noVueImportCompilerMacrosby @dyc3 in https://github.com/biomejs/biome/pull/10238useVueNextTickPromiseby @dyc3 in https://github.com/biomejs/biome/pull/10254useTestHooksInOrderby @dyc3 in https://github.com/biomejs/biome/pull/9394url()functions by @denbezrukov in https://github.com/biomejs/biome/pull/10294useVueValidVForby @dyc3 in https://github.com/biomejs/biome/pull/10195New Contributors
Full Changelog: https://github.com/biomejs/biome/compare/@biomejs/biome@2.4.14...@biomejs/biome@2.4.15
@biomejs/biome@2.4.16: @biomejs/biome: Biome CLI v2.4.16Compare source
2.4.16
Patch Changes
#10329
ef764d5Thanks @Conaclos! - Fixed an issue where diagnostics showed an incorrect location in Astro files.#10363
50aa415Thanks @dyc3! - Fixed HTML formatting for a case where comments could cause the formatter to split up a closing tag, which would cause the resulting HTML to be syntactically invalid.Input:
Output:
#10465
0c718daThanks @dfedoryshchev! - Fixed diagnostics emitted by thenoUntrustedLicensesrule.#10358
05c2617Thanks @dyc3! - Fixed #10356:biome rage --linternow displays rules enabled through linter domains in the enabled rules list.#10300
950247cThanks @dyc3! - Fixed #10265: Svelte function bindings such asbind:value={get, set}are now parsed more precisely, sonoCommaOperatorwon't emit false positives for that syntax anymore.#9786
e71f584Thanks @MeGaNeKoS! - Fixed #8480:useDestructuringnow providesvariableDeclaratorandassignmentExpressionoptions to control which contexts enforce destructuring, matching ESLint'sprefer-destructuringconfiguration. Both default to{array: true, object: true}. The diagnostic for object destructuring in assignment expressions now instructs users to wrap the assignment in parentheses.#10425
1948b72Thanks @sjh9714! - Fixed #10244: TheuseOptionalChainrule now detects negated guard inequality chains like!foo || foo.bar !== "x".#10442
001f94fThanks @ematipico! - Fixed #10411:noMisusedPromisesno longer causes a stack overflow when a nested function returns an object with shorthand properties that shadow destructured variables from an outer scope.#10318
9b1577fThanks @dyc3! - Added support forformatter.trailingCommasin overrides. This option was previously available in the top-level formatter configuration but missing from formatter overrides.#10319
2e37709Thanks @dyc3! - Fixed Vue and Svelte formatting for standalone interpolations in inline elements. Biome now preserves existing newlines in cases like:#10365
0a58eb0Thanks @Netail! - Fixed #10361:noUnusedFunctionParametersnow mentions the parameter name in the diagnostic.#10439
df6b867Thanks @denbezrukov! - Fixed CSS and SCSS formatting for comments around declaration colons so comments between property names, colons, and values stay at the same boundary as Prettier.#10344
b30208cThanks @siketyan! - Fixed#10123: Corrected thenoReactNativeDeepImportssource rule to point to the proper upstream rule, so users can migrate from the original rule correctly.#10328
b59133fThanks @dyc3! - Fixed #10309: Biome no longer adds newlines to Astro frontmatter when linter or assist--writemode is enabled.What's Changed
allow_css_ratiofrom SCSS expression parsing functions by @denbezrukov in https://github.com/biomejs/biome/pull/10325@include ... usingclauses by @denbezrukov in https://github.com/biomejs/biome/pull/10327noReactNativeDeepImportsby @siketyan in https://github.com/biomejs/biome/pull/10344useImportExtensionsby @Dotify71 in https://github.com/biomejs/biome/pull/10431useConsistentObjectDefinitionsrule by @Dotify71 in https://github.com/biomejs/biome/pull/10430New Contributors
Full Changelog: https://github.com/biomejs/biome/compare/@biomejs/biome@2.4.15...@biomejs/biome@2.4.16
v20.10.0: @happy-dom/global-registrator: v20.10.0Compare source
🎨 Features
v20.10.2: @happy-dom/global-registrator: v20.10.2Compare source
👷♂️ Patch fixes
v20.10.3: @happy-dom/global-registrator: v20.10.3Compare source
👷♂️ Patch fixes
v20.10.4: @happy-dom/global-registrator: v20.10.4Compare source
👷♂️ Patch fixes
v20.10.5: @happy-dom/global-registrator: v20.10.5Compare source
👷♂️ Patch fixes
v20.10.6: @happy-dom/global-registrator: v20.10.6Compare source
👷♂️ Patch fixes
v4.3.1: @tailwindcss/vite: v4.3.1Compare source
Added
--silentoption to suppress output in@tailwindcss/cli(#20100)Fixed
Module#registerHooksinstead ofModule#registeron Node 26+ (#20028)@applyto be used with CSS mixins (#19427)not-*correctly negates@containerqueries, includingstyle(…)queries (#20059)drop-shadow-*color utilities work with custom shadow values containingcalc(…)(#20080)@tailwindcss/vite(#20103)@tailwindcss/webpackcan be installed in Rspack projects without requiringwebpackas a peer dependency (#20027)calc(…)expressions (e.g.px-[calc(1rem+0px)]→px-[calc(1rem+0)]) (#20127)left-[99999px]→left-[99999px], notleft-24999.75) (#20130)@tailwindcss/cliin--watchmode recovers when a tracked dependency is deleted and restored (#20137)@tailwindcss/clibinaries are ignored when scanning for class candidates (#20139)addClass(…)andremoveClass(…)calls (#20198)@variantto be used insideaddBase(#19480)@sourceglobs with symlinks are preserved (#20203)@sourcerules can re-include files excluded by earlier@source notrules (#20203)@utilityrules (#20205)inset-shadow-noneand other inset shadows work correctly (#20208)@sourcedirectories are scanned even when ignored by git (#20214)@sourceglobs ending in**/*preserve dynamic path segments to avoid scanning too many files (#20217)calc(…)divisions when the result would require high precision (e.g.w-[calc(100%/3.5)]→w-[calc(100%/3.5)], notw-[28.571428571428573%]) (#20221)@tailwindcss/postcss(#20228)Changed
0instead ofcalc(var(--spacing) * 0)for spacing utilities likem-0andleft-0(#20196)var(--spacing)instead ofcalc(var(--spacing) * 1)for spacing utilities likem-1andleft-1(#20196)plugin-react@6.0.1: @vitejs/plugin-react: plugin-react@6.0.1Compare source
Expand
@rolldown/plugin-babelpeer dep range (#1146)Expanded
@rolldown/plugin-babelpeer dep range to include^0.2.0.v4.3.1: tailwindcss: v4.3.1Compare source
Added
--silentoption to suppress output in@tailwindcss/cli(#20100)Fixed
Module#registerHooksinstead ofModule#registeron Node 26+ (#20028)@applyto be used with CSS mixins (#19427)not-*correctly negates@containerqueries, includingstyle(…)queries (#20059)drop-shadow-*color utilities work with custom shadow values containingcalc(…)(#20080)@tailwindcss/vite(#20103)@tailwindcss/webpackcan be installed in Rspack projects without requiringwebpackas a peer dependency (#20027)calc(…)expressions (e.g.px-[calc(1rem+0px)]→px-[calc(1rem+0)]) (#20127)left-[99999px]→left-[99999px], notleft-24999.75) (#20130)@tailwindcss/cliin--watchmode recovers when a tracked dependency is deleted and restored (#20137)@tailwindcss/clibinaries are ignored when scanning for class candidates (#20139)addClass(…)andremoveClass(…)calls (#20198)@variantto be used insideaddBase(#19480)@sourceglobs with symlinks are preserved (#20203)@sourcerules can re-include files excluded by earlier@source notrules (#20203)@utilityrules (#20205)inset-shadow-noneand other inset shadows work correctly (#20208)@sourcedirectories are scanned even when ignored by git (#20214)@sourceglobs ending in**/*preserve dynamic path segments to avoid scanning too many files (#20217)calc(…)divisions when the result would require high precision (e.g.w-[calc(100%/3.5)]→w-[calc(100%/3.5)], notw-[28.571428571428573%]) (#20221)@tailwindcss/postcss(#20228)Changed
0instead ofcalc(var(--spacing) * 0)for spacing utilities likem-0andleft-0(#20196)var(--spacing)instead ofcalc(var(--spacing) * 1)for spacing utilities likem-1andleft-1(#20196)v8.0.14: vite: v8.0.14Compare source
Please refer to CHANGELOG.md for details.
v8.0.15: vite: v8.0.15Compare source
Please refer to CHANGELOG.md for details.
v8.0.16: vite: v8.0.16Compare source
Please refer to CHANGELOG.md for details.