Skip to content

Comments

Bump validator, mochawesome and mochawesome-report-generator#1

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-6253e9592d
Open

Bump validator, mochawesome and mochawesome-report-generator#1
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-6253e9592d

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 13, 2025

Removes validator. It's no longer used after updating ancestor dependencies validator, mochawesome and mochawesome-report-generator. These dependencies need to be updated together.

Removes validator

Updates mochawesome from 6.2.2 to 7.1.4

Release notes

Sourced from mochawesome's releases.

7.1.3

7.1.2

Bump mochawesome-report-generator to 6.1.1. Fixes a regression where reportFilename option did not account for the presence of .html or .json.

adamgruber/mochawesome-report-generator#195

7.1.1

Hotfix to address #371

See changelog for more info.

7.1.0

Adds support for advanced file naming via replacement tokens in the reportFilename option. See docs for more info.

7.0.0

No release notes provided.

v6.3.1

Fixes adamgruber/mochawesome#356

v6.3.0

No release notes provided.

Changelog

Sourced from mochawesome's changelog.

[7.1.4] - 2022-03-25

Changed

  • Bump marge to 6.3.0 #140

[7.1.3] - 2022-03-25

Changed

  • Bump marge to 6.2.0 #372

Fixed

  • Unhandled TypeError attempting to set filename of empty suite #373

[7.1.2] - 2022-03-05

Changed

  • Bump marge to 6.1.1 to fix #195

[7.1.1] - 2022-03-03

Fixed

  • Add fallback when attempting to set file and fullFile on root suite. #371

[7.1.0] - 2022-02-24

Added

  • Support for [name] replacement token in reportFilename option

Changed

  • Bump mochawesome-report-generator to 6.1.0

[7.0.1] - 2021-11-05

Changed

  • Bump marge to 6.0.1 to fix #363

[7.0.0] - 2021-11-03

Changed

  • BREAKING Update mochawesome-report-generator to 6.0.0 (Drops support for Node<12)
  • Update strip-ansi dependency to latest non-ESM version
  • Update chalk dependency

[6.3.1] - 2021-10-06

Fixed

  • Ignore retriedTest serialization to avoid circular issues #356

[6.3.0] - 2021-09-29

Changed

  • Update parallel processing so output JSON matches sync runs #353
  • Update how the total number of skipped tests is calculated #317
Commits

Updates mochawesome-report-generator from 5.2.0 to 6.3.2

Release notes

Sourced from mochawesome-report-generator's releases.

6.3.2

What's Changed

  • Fixed v6.3.1 missing validator.js file from the published tarball #236

Full Changelog: adamgruber/mochawesome-report-generator@6.3.1...6.3.2

6.3.1

What's Changed

Full Changelog: adamgruber/mochawesome-report-generator@6.3.0...6.3.1

6.3.0

What's Changed

Full Changelog: adamgruber/mochawesome-report-generator@6.2.0...6.3.0

6.2.0

What's Changed

Full Changelog: adamgruber/mochawesome-report-generator@6.1.1...6.2.0

6.1.1

Fix a regression where reportFilename option did not account for the presence of .html or .json.

#195

6.1.0

Support replacement tokens in reportFilename option.

6.0.1

No release notes provided.

6.0.0

No release notes provided.

Changelog

Sourced from mochawesome-report-generator's changelog.

[6.3.2] - 2025-11-05

Fixed

  • Version 6.3.1 is missing the newly added validators.js file #236

[6.3.1] - 2025-11-04

Fixed

  • Removed validator.js dependency, opting instead to inline the two validation functions that were being used. This addresses a vulnerability in the package version that was being included and should reduce overall bundle size #234

[6.3.0] - 2025-09-15

Fixed

  • Addressed an issue where text in the report was not selectable #140

[6.2.0] - 2022-03-25

Added

[6.1.1] - 2022-03-05

Fixed

  • Regression: prevent saving reports with duplicate .html or .json extensions when the reportFilename option includes the extension. #195

[6.1.0] - 2022-02-24

Added

  • reportFilename option: support replacement tokens ([name], [status], [datetime])

[6.0.1] - 2021-11-05

Fixed

  • Revert fsu dependency to 1.1.1 to fix an issue where report creation could fail with EBADF bad descriptor errors [mochawesome #363](adamgruber/mochawesome#363)

[6.0.0] - 2021-11-03

Changed

  • BREAKING Dropped support for Node<12
  • Updated all dependencies to latest versions with the exception of dateformat which has moved to es modules
  • Updated epilog function to use current year in copyright

Fixed

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [validator](https://github.com/validatorjs/validator.js). It's no longer used after updating ancestor dependencies [validator](https://github.com/validatorjs/validator.js), [mochawesome](https://github.com/adamgruber/mochawesome) and [mochawesome-report-generator](https://github.com/adamgruber/mochawesome-report-generator). These dependencies need to be updated together.


Removes `validator`

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

Updates `mochawesome-report-generator` from 5.2.0 to 6.3.2
- [Release notes](https://github.com/adamgruber/mochawesome-report-generator/releases)
- [Changelog](https://github.com/adamgruber/mochawesome-report-generator/blob/master/CHANGELOG.md)
- [Commits](adamgruber/mochawesome-report-generator@5.2.0...6.3.2)

---
updated-dependencies:
- dependency-name: validator
  dependency-version: 
  dependency-type: indirect
- dependency-name: mochawesome
  dependency-version: 7.1.4
  dependency-type: direct:development
- dependency-name: mochawesome-report-generator
  dependency-version: 6.3.2
  dependency-type: direct: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 Nov 13, 2025
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