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

Update jest-html-reporter to the latest version 🚀 #85

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Mar 30, 2020


☝️ Important announcement: Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency jest-html-reporter was updated from 2.8.2 to 3.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: hargne
License: MIT

Release Notes for v3.0.0

Information

The entire library has been converted into Typescript to improve code quality.

⚠️ Deprecation warnings

The themes lightTheme and darkTheme has been removed from the project and are no longer available to use. The theme option is being deprecated as the only option viable now is defaultTheme

Features & Fixes

  • Removed themes lightTheme and darkTheme
  • Complete revamp of the defaultTheme
  • Separated test execution time from test result
    It is now possible to see the the execution time for failed and pending tests as well as passing
  • Added information for suites (amount/passed/pending/failed) as a supplement to tests
    Fixes #83
  • Fixed issue with executionTimeWarningThreshold
  • Fixed pre CSS wrapping issues on smaller screens
  • Fixed title sorting to also sort by test text. (titleAsc | titleDesc)
    The order of sorting is now as follows: testFilePath > ancestorTitles > testTitle
    Fixes #55

Maintenance & Chores

  • Converted the entire library into Typescript
  • Improved test cases
  • Added usage of Prettier for code quality
  • Switched to Yarn, in favour of NPM
Commits

The new version differs by 28 commits.

  • ff12e93 Merge pull request #95 from Hargne/dev
  • 8af31f6 Merge pull request #94 from Hargne/feature/convert-to-typescript
  • 28f2b0a Merge branch 'dev' into feature/convert-to-typescript
  • 2fb565c Fixed issue with Travis CI
  • c05c5cb Fix travis build issue pt7
  • 7c8cebc Fix travis build issue pt6
  • 0f47488 Fix travis build issue pt5
  • c6a00d8 Fix travis build issue pt4
  • e7c7f0d Fix travis build issue pt3
  • 211c9ed Fix travis build issue pt2
  • 486fae2 Attempt to fix travis issue
  • 549bb48 Fixed test issues
  • 7c882f4 Fixed failing tests
  • 37973db Updated Readme
  • ab79329 Pushed version, Updated Readme

There are 28 commits in total.

See the full diff


FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@vercel
Copy link

vercel bot commented Mar 30, 2020

This pull request is being automatically deployed with ZEIT Now (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://zeit.co/kibibit/tdd1t/dbzbwjjakq
✅ Preview: In Progress

greenkeeper bot added a commit that referenced this pull request Apr 8, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 8, 2020

Update to this version instead 🚀

Release Notes for v3.1.0

Features & Fixes:

  • Fixed crash when running without any configuration options
    Fixes #96
  • Re-added the functionality of replacing Jest's own <rootDir> to the actual configured root directory
    Fixes #98
  • Added and rewrote append method to append the report HTML inside the body tag of the provided file.
Commits

The new version differs by 11 commits.

  • 6154e5e Merge pull request #100 from Hargne/dev
  • a23798e Pushed version
  • 729a78d Push beta version for testing
  • 77dfb20 Improved error handling, Fixed unwanted escaping of stylesheet content
  • 068cdae Added replaceRootDirInPath method from Jest
  • 4ec6725 Pushed to 3.1.0
  • c9e2448 Merge pull request #99 from Hargne/feature/append
  • 8fc0c81 Added back append method, Added back missing replace of
  • 6f24c9e Pushed 3.0.1-beta.0
  • 3c5e08f Merge pull request #97 from Hargne/bugfix/options-undefined-issue
  • e436751 Fixed crash when config options are not set

See the full diff

greenkeeper bot added a commit that referenced this pull request May 18, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 18, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 19, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 19, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 20, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 20, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

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.

None yet

0 participants