Skip to content

build(deps-dev): bump the test-and-build-tooling group across 1 directory with 4 updates - #8

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/test-and-build-tooling-c7f2ba6f90
Closed

build(deps-dev): bump the test-and-build-tooling group across 1 directory with 4 updates#8
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/test-and-build-tooling-c7f2ba6f90

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Copy link
Copy Markdown
Contributor

Bumps the test-and-build-tooling group with 4 updates in the / directory: @vitest/coverage-v8, vitest, web-ext and wxt.

Updates @vitest/coverage-v8 from 3.2.4 to 4.1.4

Release notes

Sourced from @​vitest/coverage-v8's releases.

v4.1.4

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.1.3

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.1.2

This release bumps Vitest's flatted version and removes version pinning to resolve flatted's CVE related issues (vitest-dev/vitest#9975).

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​vitest/coverage-v8 since your current version.


Updates vitest from 3.2.4 to 4.1.4

Release notes

Sourced from vitest's releases.

v4.1.4

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.1.3

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.1.2

This release bumps Vitest's flatted version and removes version pinning to resolve flatted's CVE related issues (vitest-dev/vitest#9975).

... (truncated)

Commits
  • ac04bac chore: release v4.1.4
  • 82c858d chore: Remove no-op function in plugin config logic (#8501)
  • d4fbb5c feat(experimental): support aria snapshot (#9668)
  • b77de96 feat(reporter): add filterMeta option to json reporter (#10078)
  • a120e3a feat(experimental): expose assertion as a public field (#10095)
  • 5375780 feat(coverage): default to text reporter skipFull if agent detected (#10018)
  • a1b5f0f fix: make expect(..., message) consistent as error message prefix (#10068)
  • 203f07a fix: use "black" foreground for labeled terminal message to ensure contrast (...
  • 2dc0d62 chore: release v4.1.3
  • 7827363 feat: add experimental.preParse flag (#10070)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for vitest since your current version.


Updates web-ext from 8.10.0 to 10.1.0

Release notes

Sourced from web-ext's releases.

10.1.0 (2026-03-31)

main changes

None

dependencies

  • Updated: dependency addons-linter to 10.3.0 (#3673)
  • Updated: dependency @babel/runtime to 7.29.2 (#3660)

dev dependencies

  • Updated: dependency @babel/preset-env to 7.29.2 (#3661)
  • Updated: dependency @commitlint/cli to 20.5.0 (#3657)
  • Updated: dependency @commitlint/config-conventional to 20.5.0 (#3658)
  • Updated: dependency brace-expansion to 1.1.13 (#3671)
  • Updated: dependency flatted to 3.4.1 (#3656)
  • Updated: dependency flatted to 3.4.2 (#3665)
  • Updated: dependency node-forge to 1.4.0 (#3670)
  • Updated: dependency picomatch (#3669)
  • Updated: dependency sinon to 21.0.3 (#3659)
  • Updated: dependency undici to 7.24.1 (#3655)

10.0.0 (2026-03-13)

main changes

Important: we now use Node 22 by default.

  • Added: web-ext lint now supports Firefox 149 schemas

dependencies

  • Updated: dependency addons-linter to 10.1.0 (#3654)

dev dependencies

  • Updated: dependency @commitlint/config-conventional to 20.4.4 (#3653)
  • Updated: dependency @commitlint/cli to 20.4.4 (#3652)
  • Updated: dependency @eslint/eslintrc to 3.3.5 (#3647)
  • Updated: dependency @eslint/compat to 2.0.3 (#3646)

9.4.0 (2026-03-04)

main changes

Not much, but this is likely the last release officially supporting Node 20.

dependencies

  • Updated: dependency addons-linter to 9.9.1 (#3630)

... (truncated)

Commits
  • 5e9b089 10.1.0
  • 4387494 chore(deps): bump addons-linter from 10.2.0 to 10.3.0 (#3673)
  • 63c2bc7 chore(audit): update npm audit ignore list (#3672)
  • a9d767d chore(deps): bump brace-expansion from 1.1.12 to 1.1.13 (#3671)
  • d29aaa7 chore(deps): bump node-forge from 1.3.2 to 1.4.0 (#3670)
  • 73dd5f8 chore(deps): bump picomatch (#3669)
  • 664b23c chore(deps): bump addons-linter from 10.1.0 to 10.2.0 (#3668)
  • 67efc41 chore(deps): bump flatted from 3.4.1 to 3.4.2 (#3665)
  • 308b344 chore(deps-dev): bump @​babel/preset-env from 7.29.0 to 7.29.2 (#3661)
  • aa0333e chore(deps): bump @​babel/runtime from 7.28.6 to 7.29.2 (#3660)
  • Additional commits viewable in compare view

Updates wxt from 0.20.20 to 0.20.21

Release notes

Sourced from wxt's releases.

wxt v0.20.21

compare changes

🚀 Enhancements

  • Replace dotenv with native node:util parseEnv (#2181)
  • Type /_favicon/ paths when favicon permission is declared (#2241)
  • Auto-discover Firefox theme_icons from public assets (#2242)

🩹 Fixes

  • Add engines field to WXT's package.json (ce551fbd)
  • Output content scripts in ascii to avoid utf8 encoding errors (#2204)
  • Resolve url: imports in Vite 8 (#2218)
  • Support template literals in prepare:publicPaths (#2248)
  • Support page_action for Firefox MV3 (#2200)
  • Add Firefox action manifest typings (#2217)

💅 Refactors

  • Rename internal popup mv2Key option to actionType (#2249)

📖 Documentation

  • Document augmenting the browser type for Firefox (#2199)
  • Add note about adding the browser package as a dependency for module augmentation (41a687a6)
  • Simplify storage docs (5376cfd6)
  • Add Artemis II photo to hero section (70fdb04d)
  • Fix undocumented constants link from 0.14.0 -> 0.15.0 migration guide (#2244)
  • Fix deploy command after bun upgrade (d7cc8dc2)
  • Fix non-replaced {{version}} in CLI reference (799bd92b)
  • Add Firefox Add-on support to homepage showcase (#2208)
  • Add 5 Whiteboard Works extensions to the homepage (#2207)
  • Added "SoundCloud Enhanced Pro" to the homepage (#2238)
  • Add AlarmBot extension to the list of extensions (#2251)
  • Move homepage extensions to separate YAML file (#2255)

🏡 Chore

  • Replace minimatch with picomatch (#2188)
  • Add cspell and fix all typos (6621aaf8)
  • Use deps.neverBundle instead of external (8f71e174)
  • Replace picocolors with builtins (#2210)
  • deps-dev: Bump eslint from 10.0.2 to 10.1.0 (#2224)
  • deps: Bump filesize from 11.0.13 to 11.0.15 (#2226)
  • deps: Bump hookable from 6.0.1 to 6.1.0 (#2222)
  • Migrate monorepo to use Bun instead of PNPM (#2009)
  • Use bun run --sequential to simplify package scripts (#2252)
  • Fix flakey test (#2254)

... (truncated)

Commits
  • 58e11d3 chore(release): wxt v0.20.21
  • fddd7c1 ci: Fix bump-package-version script
  • 7d755f2 ci: Add back postinstall scripts
  • 7e47337 ci: Add warning to debug release script
  • 08b9ea6 ci: Skip postisntall scripts on windows runner in validate workflow
  • 245aea4 ci: Enable bun package manager tests on windows (#2253)
  • e1e41c2 ci: Fix version bump script
  • e16052c docs: Move homepage extensions to separate YAML file (#2255)
  • de2b382 docs: Add AlarmBot extension to the list of extensions (#2251)
  • b2a0996 docs: Added "SoundCloud Enhanced Pro" to the homepage (#2238)
  • 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 Apr 13, 2026
Bumps the test-and-build-tooling group with 4 updates: [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8), [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest), [web-ext](https://github.com/mozilla/web-ext) and [wxt](https://github.com/wxt-dev/wxt).


Updates `@vitest/coverage-v8` from 3.2.4 to 4.1.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/coverage-v8)

Updates `vitest` from 3.2.4 to 4.1.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest)

Updates `web-ext` from 8.10.0 to 10.1.0
- [Release notes](https://github.com/mozilla/web-ext/releases)
- [Commits](mozilla/web-ext@8.10.0...10.1.0)

Updates `wxt` from 0.20.20 to 0.20.21
- [Release notes](https://github.com/wxt-dev/wxt/releases)
- [Commits](wxt-dev/wxt@wxt-v0.20.20...wxt-v0.20.21)

---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: test-and-build-tooling
- dependency-name: vitest
  dependency-version: 4.1.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: test-and-build-tooling
- dependency-name: web-ext
  dependency-version: 10.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: test-and-build-tooling
- dependency-name: wxt
  dependency-version: 0.20.21
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: test-and-build-tooling
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps-dev): bump the test-and-build-tooling group with 4 updates build(deps-dev): bump the test-and-build-tooling group across 1 directory with 4 updates Apr 13, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/test-and-build-tooling-c7f2ba6f90 branch from 2f09a36 to 9828f85 Compare April 13, 2026 20:19
@dependabot @github

dependabot Bot commented on behalf of github Apr 14, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Apr 14, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/test-and-build-tooling-c7f2ba6f90 branch April 14, 2026 03: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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants