Skip to content

chore(deps): bump uuid and mochawesome in /src/test/e2e - #2606

Merged
commjoen merged 1 commit into
masterfrom
dependabot/npm_and_yarn/src/test/e2e/multi-c2858947a1
Aug 11, 2026
Merged

chore(deps): bump uuid and mochawesome in /src/test/e2e#2606
commjoen merged 1 commit into
masterfrom
dependabot/npm_and_yarn/src/test/e2e/multi-c2858947a1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 11, 2026

Copy link
Copy Markdown
Contributor

Removes uuid. It's no longer used after updating ancestor dependency mochawesome. These dependencies need to be updated together.

Removes uuid

Updates mochawesome from 7.1.3 to 8.0.1

Release notes

Sourced from mochawesome's releases.

8.0.1

Fixed

  • mochawesome/addContext no longer imports node:util, restoring browser bundling (e.g. Cypress support files built with webpack) that broke in 8.0.0 #425.

8.0.0

Breaking

  • Require Node.js >=22. Node 12/14/16/18/20 are no longer supported.
  • Bumped the mocha peer dependency range from >=7 to >=8.

Changed

  • Replaced the uuid dependency with the built-in crypto.randomUUID(). Report output is unchanged (still RFC 4122 v4 UUIDs).
  • Replaced chalk and strip-ansi with the Node built-ins util.styleText and util.stripVTControlCharacters.
  • Replaced the lodash.is* micro-dependencies with native checks.
  • Updated dev tooling to current majors (eslint 10 with flat config, prettier 3, mocha 11, sinon 22, husky 9, lint-staged 17).
  • Switched coverage from nyc to c8 (native V8 coverage; drops the Babel-based instrumentation subtree).

Removed

  • uuid dependency (replaced by native crypto.randomUUID()).
  • chalk and strip-ansi dependencies (replaced by node:util).
  • lodash.isempty, lodash.isfunction, lodash.isobject, and lodash.isstring dependencies (replaced by native checks).
  • cross-env dev dependency and the unused NODE_ENV=test test flag.
Changelog

Sourced from mochawesome's changelog.

[8.0.1] - 2026-07-31

Fixed

  • mochawesome/addContext no longer imports node:util, restoring browser bundling (e.g. Cypress support files built with webpack) that broke in 8.0.0 #425.

[8.0.0] - 2026-07-30

Breaking

  • Require Node.js >=22. Node 12/14/16/18/20 are no longer supported.
  • Bumped the mocha peer dependency range from >=7 to >=8.

Changed

  • Replaced the uuid dependency with the built-in crypto.randomUUID(). Report output is unchanged (still RFC 4122 v4 UUIDs).
  • Replaced chalk and strip-ansi with the Node built-ins util.styleText and util.stripVTControlCharacters.
  • Replaced the lodash.is* micro-dependencies with native checks.
  • Updated dev tooling to current majors (eslint 10 with flat config, prettier 3, mocha 11, sinon 22, husky 9, lint-staged 17).
  • Switched coverage from nyc to c8 (native V8 coverage; drops the Babel-based instrumentation subtree).

Removed

  • uuid dependency (replaced by native crypto.randomUUID()).
  • chalk and strip-ansi dependencies (replaced by node:util).
  • lodash.isempty, lodash.isfunction, lodash.isobject, and lodash.isstring dependencies (replaced by native checks).
  • cross-env dev dependency and the unused NODE_ENV=test test flag.

[7.1.4] - 2022-03-25

Changed

  • Bump marge to 6.3.0 #140
Commits
  • b29b12e release: 8.0.1
  • 012e922 Merge pull request #426 from adamgruber/fix-addcontext-node-util
  • 3ee42c7 fix: drop node:util from addContext to restore browser bundling
  • 1efe88d Merge pull request #424 from adamgruber/fix-release-tag
  • 9153191 ci: fix release tag (bare version, annotated, pushed)
  • 8fb6af8 release: v8.0.0
  • c756529 Merge pull request #423 from adamgruber/release-trusted-publishing
  • fc9467a ci: publish to npm via trusted publishing (OIDC)
  • e457862 Merge pull request #422 from adamgruber/release-workflow-fixups
  • 5884fea ci: publish before pushing git state; fix repository.url
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for mochawesome since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [uuid](https://github.com/uuidjs/uuid). It's no longer used after updating ancestor dependency [mochawesome](https://github.com/adamgruber/mochawesome). These dependencies need to be updated together.


Removes `uuid`

Updates `mochawesome` from 7.1.3 to 8.0.1
- [Release notes](https://github.com/adamgruber/mochawesome/releases)
- [Changelog](https://github.com/adamgruber/mochawesome/blob/main/CHANGELOG.md)
- [Commits](adamgruber/mochawesome@7.1.3...8.0.1)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version:
  dependency-type: indirect
- dependency-name: mochawesome
  dependency-version: 8.0.1
  dependency-type: direct:production
...

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 Aug 11, 2026
@commjoen
commjoen merged commit 26a6602 into master Aug 11, 2026
16 checks passed
@commjoen
commjoen deleted the dependabot/npm_and_yarn/src/test/e2e/multi-c2858947a1 branch August 11, 2026 03:34
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