Skip to content

chore(deps): update dependencies (pnpm)#81

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/dependencies-(pnpm)
Open

chore(deps): update dependencies (pnpm)#81
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/dependencies-(pnpm)

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 7, 2026

This PR contains the following updates:

Package Change Age Confidence
@biomejs/biome (source) 2.4.152.4.16 age confidence
@vitest/coverage-v8 (source) 4.1.64.1.7 age confidence
vitest (source) 4.1.64.1.7 age confidence

Release Notes

biomejs/biome (@​biomejs/biome)

v2.4.16

Compare Source

Patch Changes
  • #​10329 ef764d5 Thanks @​Conaclos! - Fixed an issue where diagnostics showed an incorrect location in Astro files.

  • #​10363 50aa415 Thanks @​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:

    <span
      ><!-- 1
    --><span>a</span
      ><!-- 2
    --><span>b</span
      ><!-- 3
    --></span>

    Output:

      <span
    	  ><!-- 1
    - --> <span>a</span<!-- 2
    - --> ><span>b</span><!-- 3
    + --><span>a</span><!-- 2
    + --><span>b</span><!-- 3
      --></span
      >
  • #​10465 0c718da Thanks @​dfedoryshchev! - Fixed diagnostics emitted by the noUntrustedLicenses rule.

  • #​10358 05c2617 Thanks @​dyc3! - Fixed #​10356: biome rage --linter now displays rules enabled through linter domains in the enabled rules list.

  • #​10300 950247c Thanks @​dyc3! - Fixed #​10265: Svelte function bindings such as bind:value={get, set} are now parsed more precisely, so noCommaOperator won't emit false positives for that syntax anymore.

  • #​9786 e71f584 Thanks @​MeGaNeKoS! - Fixed #​8480: useDestructuring now provides variableDeclarator and assignmentExpression options to control which contexts enforce destructuring, matching ESLint's prefer-destructuring configuration. 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 1948b72 Thanks @​sjh9714! - Fixed #​10244: The useOptionalChain rule now detects negated guard inequality chains like !foo || foo.bar !== "x".

  • #​10442 001f94f Thanks @​ematipico! - Fixed #​10411: noMisusedPromises no longer causes a stack overflow when a nested function returns an object with shorthand properties that shadow destructured variables from an outer scope.

  • #​10318 9b1577f Thanks @​dyc3! - Added support for formatter.trailingCommas in overrides. This option was previously available in the top-level formatter configuration but missing from formatter overrides.

  • #​10319 2e37709 Thanks @​dyc3! - Fixed Vue and Svelte formatting for standalone interpolations in inline elements. Biome now preserves existing newlines in cases like:

    - <span> {{ value }} </span>
    + <span>
    +   {{ value }}
    + </span>
  • #​10365 0a58eb0 Thanks @​Netail! - Fixed #​10361: noUnusedFunctionParameters now mentions the parameter name in the diagnostic.

  • #​10439 df6b867 Thanks @​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.

     .selector {
    -  color: /* red, */
    -    blue;
    +  color: /* red, */ blue;
     }
  • #​10344 b30208c Thanks @​siketyan! - Fixed #10123: Corrected the noReactNativeDeepImports source rule to point to the proper upstream rule, so users can migrate from the original rule correctly.

  • #​10328 b59133f Thanks @​dyc3! - Fixed #​10309: Biome no longer adds newlines to Astro frontmatter when linter or assist --write mode is enabled.

vitest-dev/vitest (@​vitest/coverage-v8)

v4.1.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title chore(deps): update dependency tsdown to v0.22.0 chore(deps): update dependency tsdown to v0.22.0 - autoclosed May 7, 2026
@renovate renovate Bot closed this May 7, 2026
@renovate renovate Bot deleted the renovate/dependencies-(pnpm) branch May 7, 2026 15:18
@renovate renovate Bot changed the title chore(deps): update dependency tsdown to v0.22.0 - autoclosed chore(deps): update dependency @types/node to v25.6.1 May 7, 2026
@renovate renovate Bot reopened this May 7, 2026
@renovate renovate Bot force-pushed the renovate/dependencies-(pnpm) branch 2 times, most recently from 6c3d57d to 6667663 Compare May 7, 2026 22:05
@renovate renovate Bot changed the title chore(deps): update dependency @types/node to v25.6.1 chore(deps): update dependency @types/node to v25.6.2 May 8, 2026
@renovate renovate Bot force-pushed the renovate/dependencies-(pnpm) branch from 6667663 to 3e36eb1 Compare May 8, 2026 05:06
@renovate renovate Bot changed the title chore(deps): update dependency @types/node to v25.6.2 chore(deps): update dependency @types/node to v25.6.2 - autoclosed May 9, 2026
@renovate renovate Bot closed this May 9, 2026
@renovate renovate Bot changed the title chore(deps): update dependency @types/node to v25.6.2 - autoclosed chore(deps): update dependency @biomejs/biome to v2.4.15 May 9, 2026
@renovate renovate Bot reopened this May 9, 2026
@renovate renovate Bot force-pushed the renovate/dependencies-(pnpm) branch 2 times, most recently from 3e36eb1 to d3c2558 Compare May 9, 2026 20:38
@renovate renovate Bot changed the title chore(deps): update dependency @biomejs/biome to v2.4.15 chore(deps): update dependency @biomejs/biome to v2.4.15 - autoclosed May 10, 2026
@renovate renovate Bot closed this May 10, 2026
@renovate renovate Bot changed the title chore(deps): update dependency @biomejs/biome to v2.4.15 - autoclosed chore(deps): update dependencies (pnpm) to v4.1.6 May 11, 2026
@renovate renovate Bot reopened this May 11, 2026
@renovate renovate Bot force-pushed the renovate/dependencies-(pnpm) branch 2 times, most recently from d3c2558 to 4ef9e4a Compare May 11, 2026 15:13
@renovate renovate Bot changed the title chore(deps): update dependencies (pnpm) to v4.1.6 chore(deps): update dependencies (pnpm) May 11, 2026
@renovate renovate Bot force-pushed the renovate/dependencies-(pnpm) branch 5 times, most recently from 7e7c050 to fe1ab7d Compare May 18, 2026 20:12
@renovate renovate Bot force-pushed the renovate/dependencies-(pnpm) branch from fe1ab7d to bc53e4f Compare May 19, 2026 09:56
@renovate renovate Bot changed the title chore(deps): update dependencies (pnpm) chore(deps): update dependency @types/node to v25.9.1 May 19, 2026
@renovate renovate Bot force-pushed the renovate/dependencies-(pnpm) branch from bc53e4f to 03ef4cf Compare May 19, 2026 21:32
@renovate renovate Bot force-pushed the renovate/dependencies-(pnpm) branch from 03ef4cf to 87cdd00 Compare May 19, 2026 21:34
@renovate renovate Bot changed the title chore(deps): update dependency @types/node to v25.9.1 chore(deps): update dependency @types/node to v25.9.1 - autoclosed May 19, 2026
@renovate renovate Bot closed this May 19, 2026
@renovate renovate Bot changed the title chore(deps): update dependency @types/node to v25.9.1 - autoclosed chore(deps): update dependencies (pnpm) to v4.1.7 May 20, 2026
@renovate renovate Bot reopened this May 20, 2026
@renovate renovate Bot force-pushed the renovate/dependencies-(pnpm) branch 2 times, most recently from 87cdd00 to cb625de Compare May 20, 2026 08:58
@renovate renovate Bot force-pushed the renovate/dependencies-(pnpm) branch from cb625de to 5a7810f Compare May 27, 2026 17:10
@renovate renovate Bot changed the title chore(deps): update dependencies (pnpm) to v4.1.7 chore(deps): update dependencies (pnpm) May 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants