Skip to content

Bump @biomejs/biome from 2.4.0 to 2.4.2#713

Merged
Germandrummer92 merged 1 commit intomainfrom
dependabot/npm_and_yarn/biomejs/biome-2.4.2
Feb 17, 2026
Merged

Bump @biomejs/biome from 2.4.0 to 2.4.2#713
Germandrummer92 merged 1 commit intomainfrom
dependabot/npm_and_yarn/biomejs/biome-2.4.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2026

Bumps @biomejs/biome from 2.4.0 to 2.4.2.

Release notes

Sourced from @​biomejs/biome's releases.

Biome CLI v2.4.2

2.4.2

Patch Changes

  • #9103 fc9850c Thanks @​dyc3! - Fixed #9098: useImportType no longer incorrectly flags imports used in Svelte control flow blocks ({#if}, {#each}, {#await}, {#key}) as type-only imports.

  • #9106 f4b7296 Thanks @​dyc3! - Updated rule source metadata for rules from html-eslint.

  • #8960 4a5ff40 Thanks @​abossenbroek! - Added the nursery rule noConditionalExpect. This rule disallows conditional expect() calls inside tests, which can lead to tests that silently pass when assertions never run.

    // Invalid - conditional expect may not run
    test("conditional", async ({ page }) => {
      if (someCondition) {
        await expect(page).toHaveTitle("Title");
      }
    });
    // Valid - unconditional expect
    test("unconditional", async ({ page }) => {
    await expect(page).toHaveTitle("Title");
    });

  • #8960 4a5ff40 Thanks @​abossenbroek! - Added the nursery rule noPlaywrightElementHandle. Prefers locators to element handles.

    const el = await page.$(".btn");
  • #8960 4a5ff40 Thanks @​abossenbroek! - Added the nursery rule noPlaywrightEval. Disallows page.$eval() and page.$$eval() methods.

    await page.$eval(".btn", (el) => el.textContent);
  • #8960 4a5ff40 Thanks @​abossenbroek! - Added the nursery rule noPlaywrightForceOption. Disallows the force option on user interactions.

    await locator.click({ force: true });
  • #8960 4a5ff40 Thanks @​abossenbroek! - Added the nursery rule noPlaywrightMissingAwait. Enforces awaiting async Playwright APIs.

    const el = page.locator(".btn");
    el.click(); // Missing await

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

2.4.2

Patch Changes

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) from 2.4.0 to 2.4.2.
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.2/packages/@biomejs/biome)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-version: 2.4.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 17, 2026
@octomind-dev
Copy link

octomind-dev bot commented Feb 17, 2026

🐙 Octomind

Test Report

✅ Passed: 8/8
description autofix details
take over with dependency - click
Logout Functionality - click
login - click
it can reach the app - click
Increase octopi count - click
Do nothing - click
check variable - click
can login when pressing enter - click

commit sha: 88f7469

@octomind-dev

This comment has been minimized.

@octomind-dev

This comment has been minimized.

@octomind-dev
Copy link

octomind-dev bot commented Feb 17, 2026

🐙 Octomind

Test Report

✅ Passed: 8/8
description autofix details
take over with dependency - click
Logout Functionality - click
login - click
it can reach the app - click
Increase octopi count - click
Do nothing - click
check variable - click
can login when pressing enter - click

commit sha: 88f7469

@octomind-dev
Copy link

octomind-dev bot commented Feb 17, 2026

🐙 Octomind

Test Report

✅ Passed: 8/8
description autofix details
take over with dependency - click
Logout Functionality - click
login - click
it can reach the app - click
Increase octopi count - click
Do nothing - click
check variable - click
can login when pressing enter - click

commit sha: 88f7469

@octomind-dev
Copy link

octomind-dev bot commented Feb 17, 2026

🐙 Octomind

Test Report

✅ Passed: 8/8
description autofix details
take over with dependency - click
Logout Functionality - click
login - click
it can reach the app - click
Increase octopi count - click
Do nothing - click
check variable - click
can login when pressing enter - click

commit sha: 88f7469

@octomind-dev
Copy link

octomind-dev bot commented Feb 17, 2026

🐙 Octomind

Test Report

✅ Passed: 8/8
description autofix details
take over with dependency - click
Logout Functionality - click
login - click
it can reach the app - click
Increase octopi count - click
Do nothing - click
check variable - click
can login when pressing enter - click

commit sha: 88f7469

@octomind-dev
Copy link

octomind-dev bot commented Feb 17, 2026

🐙 Octomind

Test Report

✅ Passed: 3/3
description autofix details
it can reach the app - click
check variable - click
can login when pressing enter - click

commit sha: 88f7469

@octomind-dev
Copy link

octomind-dev bot commented Feb 17, 2026

🐙 Octomind

Test Report

✅ Passed: 1/1
description autofix details
Login - click

commit sha: 88f7469

@Germandrummer92 Germandrummer92 merged commit baddedc into main Feb 17, 2026
3 checks passed
@Germandrummer92 Germandrummer92 deleted the dependabot/npm_and_yarn/biomejs/biome-2.4.2 branch February 17, 2026 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments