Skip to content

chore(deps): update dependencies (patch)#454

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

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

Conversation

@renovate

@renovate renovate Bot commented Mar 23, 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
@types/bun (source) 1.3.101.3.14 age confidence
valibot (source) 1.4.01.4.2 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.

open-circle/valibot (valibot)

v1.4.2

Compare Source

Many thanks to @​Faze-up and @​chatman-media for contributing to this release.

  • Fix word count actions to cache the Intl.Segmenter for non-primitive locales, preventing it from being recreated on every words, minWords, maxWords and notWords validation (pull request #​1521)
  • Fix flatten method to handle issue path keys that collide with Object.prototype members like toString instead of throwing a TypeError (pull request #​1522)
  • Fix intersect schema to merge object keys that collide with Object.prototype members like toString instead of failing to merge them (pull request #​1522)

v1.4.1

Compare Source

  • Fix intersect schema to infer correct input and output types for non-tuple array options instead of never (pull request #​1478)

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 force-pushed the renovate/dependencies-(patch) branch from ae7c04f to c2ac297 Compare March 25, 2026 16:45
@renovate renovate Bot changed the title chore(deps): update dependency typescript-eslint to v8.57.1 chore(deps): update dependencies (patch) Mar 25, 2026
@renovate
renovate Bot force-pushed the renovate/dependencies-(patch) branch 3 times, most recently from ddfe4b2 to dfd79d1 Compare April 1, 2026 14:15
@renovate
renovate Bot force-pushed the renovate/dependencies-(patch) branch 4 times, most recently from 77c9eed to f940078 Compare April 10, 2026 13:36
@renovate
renovate Bot force-pushed the renovate/dependencies-(patch) branch 4 times, most recently from 2054d62 to 43331d5 Compare April 21, 2026 21:44
@renovate
renovate Bot force-pushed the renovate/dependencies-(patch) branch 3 times, most recently from b641ae2 to ccc02a5 Compare April 30, 2026 17:43
@renovate
renovate Bot force-pushed the renovate/dependencies-(patch) branch 4 times, most recently from d97460f to aed1818 Compare May 15, 2026 00:37
@renovate
renovate Bot force-pushed the renovate/dependencies-(patch) branch 5 times, most recently from 9e7c3ea to c38b659 Compare May 20, 2026 09:05
@renovate
renovate Bot force-pushed the renovate/dependencies-(patch) branch 2 times, most recently from 99f2c79 to 49d6f39 Compare June 1, 2026 04:20
@renovate
renovate Bot force-pushed the renovate/dependencies-(patch) branch 2 times, most recently from 702ba13 to 87857b4 Compare June 3, 2026 15:55
@renovate
renovate Bot force-pushed the renovate/dependencies-(patch) branch from 87857b4 to 9662495 Compare June 19, 2026 14:41
@renovate
renovate Bot force-pushed the renovate/dependencies-(patch) branch 3 times, most recently from b50d7d6 to 48fa69b Compare July 7, 2026 00:05
@renovate
renovate Bot force-pushed the renovate/dependencies-(patch) branch 5 times, most recently from 6cbf317 to 0a5f60f Compare July 20, 2026 19:53
@renovate
renovate Bot force-pushed the renovate/dependencies-(patch) branch from 0a5f60f to 1741466 Compare July 22, 2026 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants