Skip to content

chore(deps): bump @biomejs/wasm-nodejs from 2.4.15 to 2.5.0#497

Merged
mnahkies merged 1 commit into
mainfrom
dependabot/npm_and_yarn/biomejs/wasm-nodejs-2.5.0
Jun 29, 2026
Merged

chore(deps): bump @biomejs/wasm-nodejs from 2.4.15 to 2.5.0#497
mnahkies merged 1 commit into
mainfrom
dependabot/npm_and_yarn/biomejs/wasm-nodejs-2.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps @biomejs/wasm-nodejs from 2.4.15 to 2.5.0.

Release notes

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

Biome CLI v2.5.0

2.5.0

Minor Changes

  • #9539 f0615fd Thanks @​ematipico! - Added a new reporter called concise. When --reporter=concise is passed the commands format, lint, check and ci, the diagnostics are printed in a compact manner:

    ! index.ts:2:10: lint/correctness/noUnusedImports: Several of these imports are unused.
    ! main.ts:9:7: lint/correctness/noUnusedVariables: This variable f is unused.
    × index.ts:8:5: lint/suspicious/noImplicitAnyLet: This variable implicitly has the any type.
    × main.ts:2:10: lint/suspicious/noRedeclare: Shouldn't redeclare 'z'. Consider to delete it or rename it.
    
  • #9495 2056b23 Thanks @​aviraldua93! - Added the useKeyWithClickEvents a11y lint rule for HTML files (.html, .vue, .svelte, .astro). This is a port of the existing JSX rule. The rule enforces that elements with an onclick handler also have at least one keyboard event handler (onkeydown, onkeyup, or onkeypress) to ensure keyboard accessibility.

    Inherently keyboard-accessible elements (<a>, <button>, <input>, <select>, <textarea>, <option>) are excluded, as are elements hidden from assistive technologies (aria-hidden) or with role="presentation" / role="none".

    <!-- Invalid: no keyboard handler -->
    <div onclick="handleClick()">Click me</div>
    <!-- Valid: has keyboard handler -->
    <div onclick="handleClick()" onkeydown="handleKeyDown()">Click me</div>
    <!-- Valid: inherently keyboard-accessible -->
    <button onclick="handleClick()">Submit</button>

  • #9152 9ec8500 Thanks @​ematipico! - Added new nursery lint rule noUndeclaredClasses for HTML, JSX, and SFC files (Vue, Astro, Svelte). The rule detects CSS class names used in class="..." (or className) attributes that are not defined in any <style> block or linked stylesheet reachable from the file.

    <!-- .typo is used but never defined -->
    <html>
      <head>
        <style>
          .button {
            color: blue;
          }
        </style>
      </head>
      <body>
        <div class="button typo"></div>
      </body>
    </html>
  • #9152 9ec8500 Thanks @​ematipico! - Added new nursery lint rule noUnusedClasses for CSS. The rule detects CSS class selectors that are never referenced in any HTML or JSX file that imports the stylesheet. This is a project-domain rule that requires the module graph.

... (truncated)

Commits
  • c0b9832 ci: release (#10499)
  • 995c1ff feat(lint): add useFunctionComponentDefinition rule (#10498)
  • 2be0264 refactor(formatter): introduce the SourcePosition element and remove source p...
  • 174b21b fix(css_formatter): align grid-template-areas rows after comments (#10603)
  • c8cf440 feat(css_parser): parse interpolated SCSS supports conditions (#10602)
  • ac6615c refactor: removes mutex from salsa db (#10608)
  • 263c7cc feat(html_parser): parse Svelte interpolations in quoted attribute values (#1...
  • ac4944f feat(fmt/md): improve formatting of list against prettier (#10383)
  • 84b43c5 fix(lint): detect imported process env usage (#10470)
  • 311c2b2 fix(biome_configuration): avoid Markdown links in JSON schema descriptions (#...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 29, 2026
Bumps [@biomejs/wasm-nodejs](https://github.com/biomejs/biome) from 2.4.15 to 2.5.0.
- [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.15...@biomejs/biome@2.5.0)

---
updated-dependencies:
- dependency-name: "@biomejs/wasm-nodejs"
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/biomejs/wasm-nodejs-2.5.0 branch from c54532a to 90045ce Compare June 29, 2026 17:51
@mnahkies mnahkies enabled auto-merge (squash) June 29, 2026 17:53
@mnahkies mnahkies merged commit f80bd8a into main Jun 29, 2026
21 checks passed
@mnahkies mnahkies deleted the dependabot/npm_and_yarn/biomejs/wasm-nodejs-2.5.0 branch June 29, 2026 17:58
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