Skip to content

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

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/biomejs-biome-2.x
Open

chore(deps): update dependency @biomejs/biome to v2.5.4#395
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/biomejs-biome-2.x

Conversation

@renovate

@renovate renovate Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@biomejs/biome (source) 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: (in timezone Asia/Shanghai)

  • Branch creation
    • "before 9am on monday"
  • 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.

@changeset-bot

changeset-bot Bot commented Jul 19, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: fd2b2ad

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@pkg-pr-new

pkg-pr-new Bot commented Jul 19, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/zxing-wasm@395

commit: fd2b2ad

@github-actions

Copy link
Copy Markdown
Contributor

🐰 Bencher Report

Branchrenovate/biomejs-biome-2.x
Testbedubuntu-latest
Click to view all benchmark results
BenchmarkLatency (ms)Benchmark Result
milliseconds (ms)
(Result Δ%)
Upper Boundary
milliseconds (ms)
(Limit %)
Input formats — 1080p > ImageData📈 view plot
🚷 view threshold
13.63 ms
(+6.32%)Baseline: 12.82 ms
16.29 ms
(83.72%)
Input formats — 1080p > JPEG / Uint8Array📈 view plot
🚷 view threshold
18.63 ms
(-25.08%)Baseline: 24.87 ms
39.11 ms
(47.64%)
Input formats — 1080p > PNG / Blob📈 view plot
🚷 view threshold
25.26 ms
(+4.81%)Baseline: 24.11 ms
31.57 ms
(80.03%)
Input formats — 1080p > PNG / Uint8Array📈 view plot
🚷 view threshold
25.34 ms
(+5.05%)Baseline: 24.12 ms
31.65 ms
(80.07%)
Input formats — 720p > ImageData📈 view plot
🚷 view threshold
6.31 ms
(+6.10%)Baseline: 5.94 ms
7.79 ms
(80.93%)
Input formats — 720p > JPEG / Uint8Array📈 view plot
🚷 view threshold
8.65 ms
(-23.86%)Baseline: 11.36 ms
17.82 ms
(48.52%)
Input formats — 720p > PNG / Blob📈 view plot
🚷 view threshold
11.24 ms
(+3.77%)Baseline: 10.83 ms
14.28 ms
(78.73%)
Input formats — 720p > PNG / Uint8Array📈 view plot
🚷 view threshold
11.31 ms
(+4.34%)Baseline: 10.84 ms
14.20 ms
(79.68%)
Uint8Array allocation (baseline) > new Uint8Array(2,073,600)📈 view plot
🚷 view threshold
0.16 ms
(+4.02%)Baseline: 0.15 ms
0.23 ms
(69.94%)
Uint8Array allocation (baseline) > new Uint8Array(921,600)📈 view plot
🚷 view threshold
0.09 ms
(+11.51%)Baseline: 0.08 ms
0.14 ms
(69.00%)
decode — failure path (default options, no barcode in frame) > no-barcode 1080p📈 view plot
🚷 view threshold
58.71 ms
(+6.69%)Baseline: 55.03 ms
71.08 ms
(82.60%)
decode — fast path (single format, no rotate / no invert) > Aztec📈 view plot
🚷 view threshold
0.21 ms
(+11.06%)Baseline: 0.19 ms
0.26 ms
(80.65%)
decode — fast path (single format, no rotate / no invert) > Code128📈 view plot
🚷 view threshold
0.51 ms
(+10.46%)Baseline: 0.46 ms
0.64 ms
(80.37%)
decode — fast path (single format, no rotate / no invert) > DataMatrix📈 view plot
🚷 view threshold
0.55 ms
(+6.13%)Baseline: 0.52 ms
0.71 ms
(77.57%)
decode — fast path (single format, no rotate / no invert) > EAN-13📈 view plot
🚷 view threshold
0.32 ms
(-59.16%)Baseline: 0.78 ms
1.62 ms
(19.73%)
decode — fast path (single format, no rotate / no invert) > MicroPDF417📈 view plot
🚷 view threshold
0.66 ms
(+17.76%)Baseline: 0.56 ms
0.77 ms
(86.07%)
decode — fast path (single format, no rotate / no invert) > PDF417📈 view plot
🚷 view threshold
0.27 ms
(+7.43%)Baseline: 0.25 ms
0.34 ms
(79.03%)
decode — fast path (single format, no rotate / no invert) > QRCode📈 view plot
🚷 view threshold
0.99 ms
(-46.32%)Baseline: 1.84 ms
3.54 ms
(27.91%)
decode — fast path (single format, no rotate / no invert) > Telepen📈 view plot
🚷 view threshold
0.06 ms
(+31.03%)Baseline: 0.05 ms
0.07 ms
(86.03%)
readBarcodes — default options > 1080p📈 view plot
🚷 view threshold
60.26 ms
(+6.76%)Baseline: 56.45 ms
72.75 ms
(82.83%)
readBarcodes — default options > 720p📈 view plot
🚷 view threshold
31.01 ms
(+7.44%)Baseline: 28.86 ms
36.85 ms
(84.15%)
readBarcodes — optimized options > 1080p📈 view plot
🚷 view threshold
13.31 ms
(+2.89%)Baseline: 12.94 ms
16.45 ms
(80.94%)
readBarcodes — optimized options > 720p📈 view plot
🚷 view threshold
5.91 ms
(+4.25%)Baseline: 5.67 ms
7.26 ms
(81.43%)
rgbaToGrayscale > 1080p — 2,073,600 px📈 view plot
🚷 view threshold
5.01 ms
(-2.71%)Baseline: 5.15 ms
6.64 ms
(75.57%)
rgbaToGrayscale > 720p — 921,600 px📈 view plot
🚷 view threshold
2.26 ms
(-2.07%)Baseline: 2.31 ms
3.00 ms
(75.41%)
writeBarcode — encoder > Aztec (text)📈 view plot
🚷 view threshold
0.36 ms
(+11.07%)Baseline: 0.32 ms
0.43 ms
(82.80%)
writeBarcode — encoder > DataMatrix (URL)📈 view plot
🚷 view threshold
0.41 ms
(+10.55%)Baseline: 0.37 ms
0.51 ms
(81.15%)
writeBarcode — encoder > EAN-13 (12 digits)📈 view plot
🚷 view threshold
0.33 ms
(+9.45%)Baseline: 0.30 ms
0.40 ms
(81.62%)
writeBarcode — encoder > QRCode (URL)📈 view plot
🚷 view threshold
0.73 ms
(+7.50%)Baseline: 0.67 ms
0.94 ms
(77.15%)
🐰 View full continuous benchmarking report in Bencher

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