Skip to content

Bump @biomejs/wasm-nodejs from 2.4.3 to 2.4.4#328

Merged
github-actions[bot] merged 1 commit intoCurrentfrom
dependabot/npm_and_yarn/biomejs/wasm-nodejs-2.4.4
Feb 23, 2026
Merged

Bump @biomejs/wasm-nodejs from 2.4.3 to 2.4.4#328
github-actions[bot] merged 1 commit intoCurrentfrom
dependabot/npm_and_yarn/biomejs/wasm-nodejs-2.4.4

Conversation

@dependabot
Copy link
Contributor

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

Bumps @biomejs/wasm-nodejs from 2.4.3 to 2.4.4.

Release notes

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

Biome CLI v2.4.4

2.4.4

Patch Changes

  • #9150 6946835 Thanks @​dyc3! - Fixed #9138: Astro files containing --- in HTML content (e.g., <h1>---Hi</h1>) are now parsed correctly, both when a frontmatter block is present and when there is no frontmatter at all.

  • #9150 aa6f837 Thanks @​dyc3! - Fixed #9138: The HTML parser incorrectly failing to parse bracket characters ([ and ]) in text content (e.g. <div>[Foo]</div>).

  • #9151 c0d4b0c Thanks @​dyc3! - Fixed parsing of Svelte directive keywords (use, style) when used as plain text content in HTML/Svelte files. Previously, <p>use JavaScript</p> or <p>style it</p> would incorrectly produce a bogus element instead of proper text content.

  • #9162 7f1e060 Thanks @​dyc3! - Fixed #9161: The Vue parser now correctly handles colon attributes like xlink:href and xmlns:xlink by parsing them as single attributes instead of splitting them into separate tokens.

  • #9164 458211b Thanks @​dyc3! - Fixed #9161: The noAssignInExpressions rule no longer flags assignments in Vue v-on directives (e.g., @click="counter += 1"). Assignments in event handlers are idiomatic Vue patterns and are now skipped by the rule.

What's Changed

Full Changelog: https://github.com/biomejs/biome/compare/@​biomejs/biome@​2.4.3...@​biomejs/biome@​2.4.4

Commits
  • 6c296ea ci: release (#9160)
  • 458211b feat(lint/vue): automatically ignore noAssignInExpressions for vue v-on dir...
  • 7f1e060 fix(parse/html/vue): don't treat : as special token outside of vue directiv...
  • a794cd9 chore(html): more html benchmarks (#8153)
  • 272582c feat(css): enhance SCSS qualified name detection (#9159)
  • c0d4b0c fix(parse/html): don't lex "use" as USE_KW when in html text content (#9151)
  • 4317572 refactor(parse/html): use token_set! instead of matches! for svelte keywords ...
  • 5f1fdb5 refactor(parse/html): use token_set! instead of matches! for svelte keywords ...
  • 33b8f40 fix(parse/html): don't lex square brackets as special tokens in contexts wher...
  • f440103 Merge pull request #9149 from biomejs/db/scss-cherry-picks
  • 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.3 to 2.4.4.
- [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.3...@biomejs/biome@2.4.4)

---
updated-dependencies:
- dependency-name: "@biomejs/wasm-nodejs"
  dependency-version: 2.4.4
  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 Feb 23, 2026
@github-actions github-actions bot merged commit 4f90e5c into Current Feb 23, 2026
10 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/biomejs/wasm-nodejs-2.4.4 branch February 23, 2026 20:11
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