Skip to content

Update @biomejs/biome 2.3.12 → 2.3.13 (patch)#65

Closed
depfu[bot] wants to merge 1 commit into
mainfrom
depfu/update/pnpm/@biomejs/biome-2.3.13
Closed

Update @biomejs/biome 2.3.12 → 2.3.13 (patch)#65
depfu[bot] wants to merge 1 commit into
mainfrom
depfu/update/pnpm/@biomejs/biome-2.3.13

Conversation

@depfu
Copy link
Copy Markdown
Contributor

@depfu depfu Bot commented Jan 27, 2026

Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ @​biomejs/biome (2.3.12 → 2.3.13) · Repo · Changelog

Release Notes

2.3.13 (from changelog)

Patch Changes

  • #8815 f924f23 Thanks @dyc3! - Improved useVueValidVOn to be more closely aligned with the source rule. It will now properly allow modifiers for all possible keyboard events. It should have better performance when there are no violations of the rule as well.

    Now treated valid:

    <div @keydown.arrow-down="handler"></div>
    <div @keydown.a="handler"></div>
    <div @keydown.b="handler"></div>
    <div @keydown.27="foo"></div>
  • #8856 85f81f9 Thanks @dyc3! - Fixed #8710: Biome now parses Vue dynamic slot shorthand arguments that use template literals in [].

  • #8850 2a190e0 Thanks @dyc3! - Fixed #8708: Tailwind @utility directives now parse functional utility names like px-* when Tailwind directives are enabled.

  • #8863 79386e0 Thanks @dyc3! - Fixed an issue with biome migrate eslint where it couldn't detect rules for CSS, GraphQL, and HTML.

  • #8771 6f56b6e Thanks @lghuahua! - Fix the --reporter=summary output incorrectly merging and displaying wrong issue counts for different rules. Fixes #8730

  • #8714 ac3a71f Thanks @Netail! - Added new nursery rule use-consistent-enum-value-type. This rule disallows enums from having both number and string members.

Does any of this look wrong? Please let us know.


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu Bot added the depfu label Jan 27, 2026
@depfu depfu Bot assigned aliou Jan 27, 2026
@depfu depfu Bot requested a review from aliou January 27, 2026 15:40
@depfu
Copy link
Copy Markdown
Contributor Author

depfu Bot commented Feb 5, 2026

Closed in favor of #67.

@depfu depfu Bot closed this Feb 5, 2026
@depfu depfu Bot deleted the depfu/update/pnpm/@biomejs/biome-2.3.13 branch February 5, 2026 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant