Skip to content

chore(deps): update dependency @biomejs/biome to v2.2.2#221

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/biomejs-biome-2.x-lockfile
Aug 31, 2025
Merged

chore(deps): update dependency @biomejs/biome to v2.2.2#221
renovate[bot] merged 1 commit intomainfrom
renovate/biomejs-biome-2.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Aug 23, 2025

This PR contains the following updates:

Package Type Update Change OpenSSF
@biomejs/biome (source) devDependencies patch 2.2.0 -> 2.2.2 OpenSSF Scorecard

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

biomejs/biome (@​biomejs/biome)

v2.2.2

Compare Source

Patch Changes
  • #​7244 660031b Thanks @​JeetuSuthar! - Fixed #​7225: The noExtraBooleanCast rule now preserves parentheses when removing Boolean calls inside negations.

    // Before
    !Boolean(b0 && b1);
    // After
    !(b0 && b1); // instead of !b0 && b1
  • #​7298 46a8e93 Thanks @​unvalley! - Fixed #​6695: useNamingConvention now correctly reports TypeScript parameter properties with modifiers.

    Previously, constructor parameter properties with modifiers like private or readonly were not checked against naming conventions. These properties are now treated consistently with regular class properties.


Configuration

📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), 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 by Mend Renovate. View the repository job log.

@renovate renovate Bot enabled auto-merge (squash) August 23, 2025 14:50
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate Bot force-pushed the renovate/biomejs-biome-2.x-lockfile branch from 1a8fc7f to 3a6ecb1 Compare August 31, 2025 11:53
@renovate renovate Bot merged commit ac6f33b into main Aug 31, 2025
4 of 7 checks passed
@renovate renovate Bot deleted the renovate/biomejs-biome-2.x-lockfile branch August 31, 2025 11:54
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