Skip to content

build(deps-dev): Bump the npm-development group with 2 updates#119

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/npm-development-d52110379d
Feb 15, 2026
Merged

build(deps-dev): Bump the npm-development group with 2 updates#119
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/npm-development-d52110379d

Conversation

@dependabot
Copy link
Contributor

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

Bumps the npm-development group with 2 updates: @biomejs/biome and wxt.

Updates @biomejs/biome from 2.3.14 to 2.3.15

Release notes

Sourced from @​biomejs/biome's releases.

Biome CLI v2.3.15

2.3.15

Patch Changes

  • #9019 043b67c Thanks @​dyc3! - Added the lint rule noNestedPromises. This rule detects nested .then() or .catch() calls that could be refactored into flat promise chains.

    // Invalid: nested promise that can be flattened
    doThing().then(function () {
      return doOtherThing().then(console.log);
    });
    // Valid: flat promise chain
    doThing()
    .then(() => doOtherThing())
    .then(console.log);

    The rule intelligently allows nesting when the inner callback references variables from the outer scope, as these cases cannot be safely flattened.

  • #9029 6ebf6c6 Thanks @​ff1451! - Added the nursery rule noUselessReturn. The rule reports redundant return; statements that don't affect the function's control flow.

    // Invalid: return at end of function is redundant
    function foo() {
      doSomething();
      return;
    }
  • #9017 8bac2da Thanks @​mdevils! - Reverted a behavior change in useExhaustiveDependencies that was accidentally included as part of the #8802 fix. The change made method calls on objects (e.g., props.data.forEach(...)) report only the object (props.data) as a missing dependency instead of the full member expression. This behavior change will be reconsidered separately.

  • #9005 c8dbbbe Thanks @​corvid-agent! - Fixed #8790: The noAssignInExpressions rule no longer reports a false positive when an assignment is used as the expression body of an arrow function (e.g., const f = b => a += b).

  • #8519 ccdc602 Thanks @​ruidosujeira! - Fixed #8518, where globally excluded files in a monorepo were still being processed when using "extends": "//".

    When a package-level configuration extends the root configuration with "extends": "//", glob patterns (such as those in files.includes) are now correctly resolved relative to the project root directory, instead of the current workspace directory.

  • #9033 0628e0a Thanks @​mdevils! - Fixed #8967. useExhaustiveDependencies no longer reports false positives for variables destructured from a rest pattern.

  • #9023 8ef9d1d Thanks @​siketyan! - Fixed #9020: When javascript.jsxRuntime is set to reactClassic, noUnusedImports and useImportType rules now allow importing the React identifier from a package other than react. This aligns the behavior with tsc (--jsx=react), which also allows importing React from any package.

  • #8646 16fd71d Thanks @​siketyan! - Fixed #8605: Text expressions in some template languages ({{ expr }} or { expr }) at the top level of an HTML document no longer causes panicking.

  • #8930 51c158e Thanks @​ANKANJAGTAP! - Fixed #8917 useExhaustiveDependencies now correctly detects JSX component identifiers as hook dependencies.

  • #9009 7d229c7 Thanks @​Netail! - Fixed typo in noPositiveTabindex's quick fix text.

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

2.3.15

Patch Changes

  • #9019 043b67c Thanks @​dyc3! - Added the lint rule noNestedPromises. This rule detects nested .then() or .catch() calls that could be refactored into flat promise chains.

    // Invalid: nested promise that can be flattened
    doThing().then(function () {
      return doOtherThing().then(console.log);
    });
    // Valid: flat promise chain
    doThing()
    .then(() => doOtherThing())
    .then(console.log);

    The rule intelligently allows nesting when the inner callback references variables from the outer scope, as these cases cannot be safely flattened.

  • #9029 6ebf6c6 Thanks @​ff1451! - Added the nursery rule noUselessReturn. The rule reports redundant return; statements that don't affect the function's control flow.

    // Invalid: return at end of function is redundant
    function foo() {
      doSomething();
      return;
    }
  • #9017 8bac2da Thanks @​mdevils! - Reverted a behavior change in useExhaustiveDependencies that was accidentally included as part of the #8802 fix. The change made method calls on objects (e.g., props.data.forEach(...)) report only the object (props.data) as a missing dependency instead of the full member expression. This behavior change will be reconsidered separately.

  • #9005 c8dbbbe Thanks @​corvid-agent! - Fixed #8790: The noAssignInExpressions rule no longer reports a false positive when an assignment is used as the expression body of an arrow function (e.g., const f = b => a += b).

  • #8519 ccdc602 Thanks @​ruidosujeira! - Fixed #8518, where globally excluded files in a monorepo were still being processed when using "extends": "//".

    When a package-level configuration extends the root configuration with "extends": "//", glob patterns (such as those in files.includes) are now correctly resolved relative to the project root directory, instead of the current workspace directory.

  • #9033 0628e0a Thanks @​mdevils! - Fixed #8967. useExhaustiveDependencies no longer reports false positives for variables destructured from a rest pattern.

  • #9023 8ef9d1d Thanks @​siketyan! - Fixed #9020: When javascript.jsxRuntime is set to reactClassic, noUnusedImports and useImportType rules now allow importing the React identifier from a package other than react. This aligns the behavior with tsc (--jsx=react), which also allows importing React from any package.

  • #8646 16fd71d Thanks @​siketyan! - Fixed #8605: Text expressions in some template languages ({{ expr }} or { expr }) at the top level of an HTML document no longer causes panicking.

  • #8930 51c158e Thanks @​ANKANJAGTAP! - Fixed #8917 useExhaustiveDependencies now correctly detects JSX component identifiers as hook dependencies.

  • #9009 7d229c7 Thanks @​Netail! - Fixed typo in noPositiveTabindex's quick fix text.

  • #8758 8c789f1 Thanks @​Pranav2612000! - Updated the useJsxKeyInIterable rule to not run inside Map constructors

... (truncated)

Commits

Updates wxt from 0.20.14 to 0.20.17

Release notes

Sourced from wxt's releases.

wxt v0.20.17

compare changes

🩹 Fixes

  • Update left-over CJS require of publish-browser-extension to ESM (#2120)

❤️ Contributors

wxt v0.20.16

compare changes

🩹 Fixes

  • Revert "rename name to names prop of rollup to fix deprecated warning " (#2106)

🏡 Chore

  • Speed up E2E tests by skipping pnpm install when possible (#2113)

❤️ Contributors

wxt v0.20.15

compare changes

🚀 Enhancements

  • Export normalizePath from wxt module (#2080)
  • popup: Add Firefox default_area and theme_icons support (#2097)
  • Add log --level cli option (#1973)

🩹 Fixes

  • Content script is incorrectly invalidated when injected multiple times (#2035)
  • Use uiContainer to apply position when creating shadow root ui (#2036)
  • Make ExtensionRunner#closeBrowser optional (#2092)
  • Rename name to names prop of rollup to fix deprecated warning (#2106)

💅 Refactors

  • Standardize file existence checks to pathExists (#2083)
  • Cleanup esm (#1950)
  • async/await cleanup (#2088)
  • Cleanup unnecssary checks (#2089)
  • Simplify import paths (#2093)

... (truncated)

Commits
  • 7366d8a chore(release): wxt v0.20.17
  • a7ab409 fix: Update left-over CJS require of publish-browser-extension to ESM (#2120)
  • 9dea0cf chore: Cleanup type tests
  • 50d7c1e chore: Change browser tests to fix deprecated warning (#2117)
  • f32cdaf chore(release): @​wxt-dev/analytics v0.5.2
  • 2e2272d fix: Allow custom API URL in Google Analytics 4 provider options (#1653)
  • 27ffff7 chore(release): wxt v0.20.16
  • 305cebe fix: Revert "rename name to names prop of rollup to fix deprecated warn...
  • 4602a06 Update contributor in changelog
  • 3a947d7 chore: Include doc updates in wxt changelog
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm-development group with 2 updates: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) and [wxt](https://github.com/wxt-dev/wxt).


Updates `@biomejs/biome` from 2.3.14 to 2.3.15
- [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.3.15/packages/@biomejs/biome)

Updates `wxt` from 0.20.14 to 0.20.17
- [Release notes](https://github.com/wxt-dev/wxt/releases)
- [Commits](wxt-dev/wxt@wxt-v0.20.14...wxt-v0.20.17)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-version: 2.3.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: wxt
  dependency-version: 0.20.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
...

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 15, 2026
@github-actions github-actions bot enabled auto-merge (rebase) February 15, 2026 00:03
@github-actions github-actions bot merged commit c98e500 into main Feb 15, 2026
17 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/npm-development-d52110379d branch February 15, 2026 00:07
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.

0 participants