Skip to content

chore(deps-dev): bump jest-html-reporter from 3.10.2 to 4.1.0 #2767

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2025

Bumps jest-html-reporter from 3.10.2 to 4.1.0.

Release notes

Sourced from jest-html-reporter's releases.

v4.1.0

What's Changed

  • Added option additionalInformation - an array of { label: string; value: string } which will be rendered as a list at the top section of the report. Fixes #148

Full Changelog: Hargne/jest-html-reporter@4.0.1...4.1.0

v4.0.1

🐞 Fixes

  • Fixed issue when looking for configuration inside package.json (fixes #192 )

Full Changelog: Hargne/jest-html-reporter@4.0.0...4.0.1

v4.0.0

⚠️ Breaking Changes

  • The environment variable for statusIgnoreFilter has changed from JEST_HTML_REPORTER_STATUS_FILTER -> JEST_HTML_REPORTER_STATUS_IGNORE_FILTER to follow the pattern.

🚀 New Features / Improvements

  • Added customizable status sort order:"sort": "status:failed,passed,pending" (fixes #178 )
  • Improved accessibility for test report HTML
  • Appropriate HTML elements (main, section, details etc.) are now used instead of using div

🐞 Fixes

  • Revised configuration options in README and fixed incorrect default value for pageTitle ("Test Suite" -> "Test Report")
  • Set minimum viable Node version to >= 14

🧹 Chores

  • Upgraded Rollup v2 -> v4
  • Upgraded Typescript v4 -> v5
  • Removed Babel
  • Replaced tslint with eslint and fixed linting errors
  • Broke out utility methods to improve readability and testability
  • Moved tests to lie next to the file it is testing
  • Reworked Github workflow where the project is installed and run on various node versions against targeted Jest versions. These additional checks adds another chance to catch environmentally-specific bugs when releasing new features and fixes.
  • Removed multiple unused files

Full Changelog: Hargne/jest-html-reporter@3.10.2...4.0.0

Commits
  • 246b1b1 Merge pull request #197 from Hargne/dev
  • 3b80d7f Merge pull request #196 from Hargne/feature/additional-information
  • 5906d13 Bumped version
  • 6ede8c6 Added additionalInformation option
  • 47e359f Create FUNDING.yml
  • ba82b24 Merge pull request #194 from Hargne/dev
  • 4986b11 Merge pull request #193 from Hargne/bugfix/package-json-config
  • 6d1d416 Updated README with config info
  • df2b8c1 Fixed issue with package.json config
  • fdd512f Merge pull request #186 from Hargne/dev
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [jest-html-reporter](https://github.com/Hargne/jest-html-reporter) from 3.10.2 to 4.1.0.
- [Release notes](https://github.com/Hargne/jest-html-reporter/releases)
- [Commits](Hargne/jest-html-reporter@3.10.2...4.1.0)

---
updated-dependencies:
- dependency-name: jest-html-reporter
  dependency-version: 4.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jest-html-reporter-4.1.0 branch from a118f96 to b8fab4e Compare May 9, 2025 16:15
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 1, 2025

Superseded by #2796.

@dependabot dependabot bot closed this Jul 1, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/jest-html-reporter-4.1.0 branch July 1, 2025 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants