Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

Bumps jest-html-reporter from 3.10.2 to 4.0.1.

Release notes

Sourced from jest-html-reporter's releases.

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
  • 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
  • a66c8f3 Bump version
  • bc6bd23 Merge pull request #191 from Hargne/feature/a11y
  • db4c75e Fixed issue when testing with jest 19
  • 1dcd7cf Moved test props into Docker tests
  • 14b53ad Improved a11y for report
  • Additional commits viewable in compare view

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.0.1.
- [Release notes](https://github.com/Hargne/jest-html-reporter/releases)
- [Commits](Hargne/jest-html-reporter@3.10.2...4.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 17, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 17, 2025

Looks like jest-html-reporter is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Feb 17, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/jest-html-reporter-4.0.1 branch February 17, 2025 20:50
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant