Skip to content

Bump @biomejs/wasm-nodejs from 2.4.13 to 2.4.14#363

Merged
github-actions[bot] merged 1 commit intoCurrentfrom
dependabot/npm_and_yarn/biomejs/wasm-nodejs-2.4.14
May 1, 2026
Merged

Bump @biomejs/wasm-nodejs from 2.4.13 to 2.4.14#363
github-actions[bot] merged 1 commit intoCurrentfrom
dependabot/npm_and_yarn/biomejs/wasm-nodejs-2.4.14

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Bumps @biomejs/wasm-nodejs from 2.4.13 to 2.4.14.

Release notes

Sourced from @​biomejs/wasm-nodejs's releases.

Biome CLI v2.4.14

2.4.14

Patch Changes

  • #9393 491b171 Thanks @​dyc3! - Added the nursery rule useTestHooksOnTop in the test domain. The rule flags lifecycle hooks (beforeEach, beforeAll, afterEach, afterAll) that appear after test cases in the same block, enforcing that hooks are defined before any test case.

  • #10157 eefc5ab Thanks @​dyc3! - Fixed #7882: The HTML parser will now emit better diagnostics when it encounters a void element with a closing tag, such as <br></br>. Previously, the parser would emit multiple diagnostics with conflicting advice. Now it emits a single diagnostic that clearly states that void elements should not have closing tags.

  • #10054 0e9f569 Thanks @​minseong0324! - noMisleadingReturnType no longer misses widening from concrete object types, class instances, object literals, tuples, functions, and regular expressions to : object.

    A function annotated : object returning an object literal:

    function f(): object {
      return { retry: true };
    }
  • #10116 53269eb Thanks @​jiwon79! - Fixed #6201: noUselessEscapeInRegex no longer flags an escaped backslash followed by - as a useless escape. Patterns like /[\\-]/ are now considered valid because the second \ is the escaped backslash, not an unnecessary escape of the trailing dash.

  • #10092 33d8543 Thanks @​Conaclos! - Fixed #9097: organizeImports no longer adds a blank line between a never-matched group and a matched group.

    Given the following organizeImports options:

    {
      "groups": [":NODE:", ":BLANK_LINE:", ":PACKAGE:", ":BLANK_LINE:", ":PATH:"]
    }

    The following code...

    // Comment
    import "package";
    import "./file.js";

    ...was organized as:

    +
      // Comment
      import "package";
    +
      import "./file.js";

... (truncated)

Commits
  • 46393e0 ci: release (#10100)
  • eefc5ab fix(parse/html): improve the diagnostics when void elements have a closing ta...
  • aa055cd fix(lint/a11y/noStaticElementInteractions): exclude custom elements (#10191)
  • 0cf1458 fix(markdown_parser): keep lazy link references as text (#10189)
  • ae659dd feat(lint/js): add noExcessiveNestedCallbacks (#10188)
  • aa5ccb8 feat(css_formatter): improve handling of spacing for SCSS unary expressions a...
  • c16c085 feat(css): add support for SCSS media query interpolation (#10181)
  • 204177e fix(markdown_parser): stop nested lazy lists from swallowing fences (#10170)
  • 1cf6d86 feat(css_formatter): improve handling of SCSS @use and @forward rule form...
  • a6ecd39 feat(css): support SCSS interpolated values (#10171)
  • Additional commits viewable in compare view

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/wasm-nodejs](https://github.com/biomejs/biome) from 2.4.13 to 2.4.14.
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG_v1.md)
- [Commits](https://github.com/biomejs/biome/compare/@biomejs/biome@2.4.13...@biomejs/biome@2.4.14)

---
updated-dependencies:
- dependency-name: "@biomejs/wasm-nodejs"
  dependency-version: 2.4.14
  dependency-type: direct:production
  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 May 1, 2026
@github-actions github-actions Bot merged commit c6a91d0 into Current May 1, 2026
9 of 10 checks passed
@github-actions github-actions Bot deleted the dependabot/npm_and_yarn/biomejs/wasm-nodejs-2.4.14 branch May 1, 2026 21:52
@github-actions github-actions Bot requested a review from NikolaRHristov May 1, 2026 21:52
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

Development

Successfully merging this pull request may close these issues.

1 participant