Skip to content

chore(deps): update all non-major dependencies (patch)#804

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/patch-all-minor-patch
Jun 1, 2026
Merged

chore(deps): update all non-major dependencies (patch)#804
renovate[bot] merged 1 commit into
mainfrom
renovate/patch-all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 1, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
@biomejs/biome (source) 2.4.152.4.16 age confidence devDependencies patch
taiki-e/install-action v2.79.5v2.79.15 age confidence action patch

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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.

taiki-e/install-action (taiki-e/install-action)

v2.79.15: 2.79.15

Compare Source

  • Update typos@latest to 1.47.0.

  • Update wasm-tools@latest to 1.251.0.

  • Update vacuum@latest to 0.27.2.

  • Update uv@latest to 0.11.17.

  • Update tombi@latest to 1.1.1.

  • Update mise@latest to 2026.5.16.

v2.79.14: 2.79.14

Compare Source

  • Update vacuum@latest to 0.27.0.

  • Update cargo-deny@latest to 0.19.8.

v2.79.13: 2.79.13

Compare Source

  • Update gungraun-runner@latest to 0.19.1.

  • Update biome@latest to 2.4.16.

v2.79.12: 2.79.12

Compare Source

  • Update prek@latest to 0.4.3.

  • Remove uses of crates.io API, which potentially cases 403 error.

v2.79.11: 2.79.11

Compare Source

  • Update vacuum@latest to 0.26.8.

  • Update cargo-nextest@latest to 0.9.137.

v2.79.10: 2.79.10

Compare Source

  • Update tombi@latest to 1.1.0.

  • Update prek@latest to 0.4.2.

  • Update editorconfig-checker@latest to 3.7.0.

v2.79.9: 2.79.9

Compare Source

  • Update vacuum@latest to 0.26.7.

  • Update tombi@latest to 1.0.0.

v2.79.8: 2.79.8

Compare Source

  • Update parse-dockerfile@latest to 0.1.6.

  • Update knope@latest to 0.23.0.

v2.79.7: 2.79.7

Compare Source

  • Update typos@latest to 1.46.3.

  • Update rclone@latest to 1.74.2.

  • Update mise@latest to 2026.5.15.

  • Update tombi@latest to 0.11.7.

v2.79.6: 2.79.6

Compare Source

  • Update wasm-bindgen@latest to 0.2.122.

  • Update mise@latest to 2026.5.14.

  • Update cargo-deny@latest to 0.19.7.

  • Update vacuum@latest to 0.26.6.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 requested a review from a team as a code owner June 1, 2026 00:29
@renovate renovate Bot enabled auto-merge (squash) June 1, 2026 00:29
@renovate renovate Bot force-pushed the renovate/patch-all-minor-patch branch from ad354f0 to 7453796 Compare June 1, 2026 14:09
wesbillman pushed a commit that referenced this pull request Jun 1, 2026
Renovate PR #804 failed renovate/artifacts with ERR_PNPM_UNUSED_PATCH:
the patch was pinned to 1.38.1 but the lockfile drifted. Re-pin the
patch and bump the version range in lockstep so the patch always applies.

- pnpm-workspace.yaml: patch pin 1.38.1 -> 1.38.3
- patches/: rename to isomorphic-git@1.38.3.patch (content identical)
- web/package.json: range ^1.37.6 -> ^1.38.3 (floor matches patched version)
- pnpm-lock.yaml: isomorphic-git -> 1.38.3 + transitive bumps

Verified: pnpm install --frozen-lockfile passes (no unused-patch error),
patch confirmed applied in node_modules, pnpm check exits 0.

Signed-off-by: npub1yxv5wk0u0fh6dwt925wntn7h397jvteyj4r87ttcd9xae7n2t3lqqj9jmm <21994759fc7a6fa6b965551d35cfd7897d262f2495467f2d78694ddcfa6a5c7e@sprout-oss.stage.blox.sqprod.co>
@renovate renovate Bot force-pushed the renovate/patch-all-minor-patch branch from 7453796 to 6020fd4 Compare June 1, 2026 14:52
@renovate renovate Bot merged commit 33e37de into main Jun 1, 2026
17 checks passed
@renovate renovate Bot deleted the renovate/patch-all-minor-patch branch June 1, 2026 15:26
tlongwell-block pushed a commit that referenced this pull request Jun 1, 2026
* origin/main:
  fix(desktop): route notification clicks to thread context (#790)
  chore(deps): update all non-major dependencies (#804)
  fix(deps): re-pin isomorphic-git patch to 1.38.3 (#807)
  chore(deps): update dependency @tanstack/react-query to v5.100.14 (#805)
  Fix desktop glass chrome and inbox previews (#793)
  refactor(just): slim down mobile-dev to just run Flutter (#801)

Signed-off-by: tlongwell-block <109685178+tlongwell-block@users.noreply.github.com>
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.

1 participant