Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): update dependency @biomejs/biome to v2.3.2#10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
renovate merged 1 commit intomainfromrenovate/patch-code-quality
Nov 2, 2025

Conversation

@renovate
Copy link
Contributor

@renovaterenovatebot commentedNov 1, 2025

This PR contains the following updates:

PackageChangeAgeConfidence
@biomejs/biome (source)2.3.1 ->2.3.2ageconfidence

Release Notes

biomejs/biome (@​biomejs/biome)

v2.3.2

Compare Source

Patch Changes
  • #​7859c600618 Thanks@​Netail! - Added the nursery rulenoIncrementDecrement, disallows the usage of the unary operators ++ and --.

  • #​79010d17b05 Thanks@​ematipico! - Fixed#​7837, where Biome couldn't properly parse text expressions that contained nested curly brackets. This was breaking parsing in Astro and Svelte files.

  • #​7874e617d36 Thanks@​Bertie690! - Fixed#​7230:noUselessStringConcat no longer emits false positives for multi-line strings with leading+ operators.

    Previously, the rule did not check for leading newlines on the+ operator, emitting false positives if one occurred at the start of a line.
    Notably, formatting withoperatorLinebreak="before" would move the+ operators to the start of lines automatically, resulting in spurious errors whenever a multi-line string was used.

    Now, the rule correctly detects and ignores multi-line concatenations with leading operators as well, working regardless of the setting ofoperatorLinebreak.

    Example

    // The following code used to error if the `+` operators were at the start of lines (as opposed to the end).// Now, the rule correctly recognizes this as a stylistic concatenation and ignores it.constreallyLongStringThatShouldNotError="Lorem ipsum dolor sit amet consectetur adipiscing elit."+"Quisque faucibus ex sapien vitae pellentesque sem placerat."+"In id cursus mi pretium tellus duis convallis."+"Tempus leo eu aenean sed diam urna tempor. Pulvinar vivamus fringilla";
  • #​778633ffcd5 Thanks@​daivinhtran! - Fixed#​7601: Properly match Grit plugin's code snippet with only one child.

  • #​79010d17b05 Thanks@​ematipico! - Fixed#​7837, where Biome Language Server panicked when opening HTML-ish files when the experimental full support is enabled.


Configuration

📅Schedule: Branch creation - "every weekend" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦Automerge: Enabled.

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 byMend Renovate. View therepository job log.

@renovaterenovatebot merged commit9d784cc intomainNov 2, 2025
1 check passed
@renovaterenovatebot deleted the renovate/patch-code-quality branchNovember 2, 2025 02:42
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp