Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps jest-html-reporter from 3.10.2 to 4.3.0.

Release notes

Sourced from jest-html-reporter's releases.

v4.3.0

What's Changed

New Contributors

Full Changelog: Hargne/jest-html-reporter@4.2.0...4.3.0

v4.2.0

What's Changed

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

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.

... (truncated)

Commits

Dependabot compatibility score

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)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 6, 2025
@RossBugginsNHS RossBugginsNHS requested a review from a team as a code owner October 10, 2025 10:12
@RossBugginsNHS RossBugginsNHS merged commit 762c382 into main Oct 10, 2025
30 checks passed
@RossBugginsNHS RossBugginsNHS deleted the dependabot/npm_and_yarn/jest-html-reporter-4.3.0 branch October 10, 2025 10:18
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