Skip to content

chore(deps): update dependency @biomejs/biome to v2.5.4#22

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/lint-and-format-tools
Open

chore(deps): update dependency @biomejs/biome to v2.5.4#22
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/lint-and-format-tools

Conversation

@renovate

@renovate renovate Bot commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@biomejs/biome 2.5.32.5.4 age confidence

Release Notes

biomejs/biome (@​biomejs/biome)

v2.5.4

Compare Source

Patch Changes
  • #​10665 55ff995 Thanks @​dyc3! - Improved the performance of the HTML parser slightly in our synthetic benchmarks.

  • #​10894 f4fb10e Thanks @​ematipico! - Fixed #​6392: On-type formatting no longer moves comments before an if statement into its body.

  • #​10939 f2799db Thanks @​Netail! - Fixed #​10930: noLabelWithoutControl now correctly detects text interpolation in Astro, Svelte & Vue as valid accessible content.

  • #​10945 ae15d98 Thanks @​Netail! - Fixed #​10942: Svelte directives don't throw an accidental debug log anymore.

  • #​10842 5e1abfe Thanks @​JamBalaya56562! - Fixed #​9196: biome check --write --unsafe no longer hangs forever when applying the noCommentText code fix.

    The rule's fix now wraps the comment in a real JSX expression container ({/* comment */}) instead of re-inserting the braces as plain JSX text, so the fixed code is no longer reported again by the same rule.

  • #​10891 ecca79e Thanks @​ematipico! - Fixed #10885: prevented a module-inference regression introduced by a housekeeping change.

  • #​10886 60c8043 Thanks @​dyc3! - Fixed #​10727: Biome now breaks the arguments of curried test.each, it.each, describe.each, and test.for calls when they exceed the configured line width.

    - test.each([[1, 2]])("a description that is long enough to push the hugged opening line beyond the print width", (a, b) => {
    -   expect(a).toBe(b);
    - });
    + test.each([[1, 2]])(
    +   "a description that is long enough to push the hugged opening line beyond the print width",
    +   (a, b) => {
    +     expect(a).toBe(b);
    +   },
    + );
  • #​10895 01a85f0 Thanks @​ematipico! - Biome will now remove stale Unix daemon sockets from older Biome versions when starting a newer daemon.


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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 gameroman June 13, 2026 20:37
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 13, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
u 66135f8 Commit Preview URL

Branch Preview URL
Jul 16 2026, 10:03 PM

@renovate
renovate Bot force-pushed the renovate/lint-and-format-tools branch from 5726d2b to 080cec7 Compare June 16, 2026 18:45
@renovate renovate Bot changed the title chore(deps): update lint and format tools to v2.5.0 chore(deps): update lint and format tools Jun 16, 2026
@renovate
renovate Bot force-pushed the renovate/lint-and-format-tools branch 3 times, most recently from 2d67f77 to a44866c Compare June 25, 2026 02:28
@renovate
renovate Bot force-pushed the renovate/lint-and-format-tools branch 2 times, most recently from 3d81f56 to f3cde34 Compare July 9, 2026 20:12
@renovate
renovate Bot force-pushed the renovate/lint-and-format-tools branch 2 times, most recently from 08d814b to 00fe237 Compare July 10, 2026 17:39
@renovate renovate Bot changed the title chore(deps): update lint and format tools chore(deps): update lint and format tools - autoclosed Jul 11, 2026
@renovate renovate Bot closed this Jul 11, 2026
@renovate
renovate Bot deleted the renovate/lint-and-format-tools branch July 11, 2026 16:25
@renovate renovate Bot changed the title chore(deps): update lint and format tools - autoclosed chore(deps): update dependency @gameroman/config to v0.2.5 Jul 13, 2026
@renovate renovate Bot reopened this Jul 13, 2026
@renovate
renovate Bot force-pushed the renovate/lint-and-format-tools branch 2 times, most recently from 00fe237 to cdc3ea0 Compare July 13, 2026 02:41
@renovate
renovate Bot force-pushed the renovate/lint-and-format-tools branch from cdc3ea0 to 66135f8 Compare July 16, 2026 22:03
@renovate renovate Bot changed the title chore(deps): update dependency @gameroman/config to v0.2.5 chore(deps): update dependency @biomejs/biome to v2.5.4 Jul 16, 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.

1 participant