Skip to content
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

chore: bump jest-html-reporter from 3.5.0 to 4.0.1 #894

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps jest-html-reporter from 3.5.0 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

v3.10.2

What's Changed

New Contributors

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

v3.10.0

What's Changed

Full Changelog: Hargne/jest-html-reporter@3.9.0...3.10.0

... (truncated)

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

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
jest-html-reporter [< 4, > 3.5.0]

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 will merge this PR once CI passes on it, as requested by @aaron-steinfeld.


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.5.0 to 4.0.1.
- [Release notes](https://github.com/Hargne/jest-html-reporter/releases)
- [Commits](Hargne/jest-html-reporter@3.5.0...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] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner February 17, 2025 17:49
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 17, 2025
Copy link
Contributor

@aaron-steinfeld aaron-steinfeld left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

Copy link
Contributor

@aaron-steinfeld aaron-steinfeld left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot ignore this major version

@dependabot dependabot bot closed this Feb 17, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 17, 2025

OK, I won't notify you about version 4.x.x again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/jest-html-reporter-4.0.1 branch February 17, 2025 23:48
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