obfu5c8 / yarn-all-workspaces

CLI utility for executing yarn commands on all workspaces in a project
0 stars 0 forks source link

Update jest-junit to the latest version πŸš€ #15

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 4.0.0 of jest-junit was just published.

Dependency jest-junit
Current Version 3.7.0
Type devDependency

The version 4.0.0 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.

It might be worth looking into these changes and trying to get this project onto the latest version of jest-junit.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v4.0.0

Calculates total test execution time correctly instead of summation of all test suite times. #51

Commits

The new version differs by 3 commits.

  • 87b18ab v4.0.0
  • 3381086 Merge pull request #51 from viddo/total-execution-time
  • cac8f9b Calculate overall time from actual run time

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 5.0.0 just got published.

Update to this version instead πŸš€

Release Notes v5.0.0

jest-junit can now be used as a jest reporter! testResultsProcessor support is deprecated. It will remain active until v6.x. #52

Commits

The new version differs by 4 commits.

  • bba9772 Merge pull request #53 from palmerj3/v5
  • e26e500 v5.0.0
  • 234aaee Merge pull request #52 from palmerj3/reporter
  • 5f814b3 Add ability to execute jest-junit as a reporter

See the full diff

greenkeeper[bot] commented 6 years ago

Version 5.1.0 just got published.

Update to this version instead πŸš€

Release Notes v5.1.0

Supports function callback for defining classname, suitename, and title. #55

Only available if jest-junit is used as a reporter!

Commits

The new version differs by 4 commits.

  • fcc5e7b Merge pull request #57 from palmerj3/510
  • 8637185 v5.1.0
  • ba3f13f Merge pull request #55 from sarod/issue-54
  • 9e2954b feature: support function as config for title,classname and suitename

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v5.2.0
  • Adds rootDir support #65
  • Adds outputDirectory and outputName #62
Commits

The new version differs by 9 commits.

  • fd25452 Merge pull request #65 from IIFE/rootDir
  • 54f42a2 Use toContain matcher instead of indexOf check
  • dc46367 Allow placeholder to be used in the output option.
  • 074e95d Merge pull request #62 from Vivalldi/master
  • 352a67e Add outputDirectory and outputName;
  • 9e0b320 Merge pull request #64 from palmerj3/testEnvironmentNode
  • d24dbdc Update tests to run in node environment
  • fdbc8f1 Merge pull request #59 from cezzre/patch-1
  • ef32598 Add instructions for using "jest-junit" in CI

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v6.0.0

Add file attribute to TestCase elements for better viewability on CI platforms. #71

Use relative file paths instead of absolute for better resolution on CI platforms. #70

Commits

The new version differs by 11 commits.

  • 43695d7 Merge pull request #73 from palmerj3/v6
  • 95db481 v6.0.0
  • 0fb5aec Merge pull request #71 from mtsmfm/file-attr
  • 8ab3d6a Add file attr
  • 8e3205f Merge pull request #70 from mtsmfm/fix-filepath
  • bcdaa23 Fix to output relative path correctly
  • 00c4807 Merge pull request #69 from okize/patch-1
  • 0493d8c fix typo
  • 048157c fix tiny typo (#67)
  • 6aebf24 Merge pull request #66 from palmerj3/v5.2.0
  • 63bc876 v5.2.0

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v6.0.1

Roll back "file" attribute change to TestCase. This breaks on Jenkins.

Commits

The new version differs by 4 commits.

  • 3da1128 Merge pull request #76 from palmerj3/v6.0.1
  • 6dc1a65 v6.0.1
  • 49d30fd Merge pull request #75 from jest-community/revert-71-file-attr
  • b026223 Revert "Add file attr"

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v6.3.0

Conditional boolean configuration to add the FILE attribute for Circle-CI builds #77

Commits

The new version differs by 23 commits.

  • 9dcb22b Merge pull request #88 from palmerj3/v6.3.0
  • ede115d v6.3.0
  • e031458 Merge pull request #77 from mtsmfm/file-attr-take-2
  • 2453c60 Merge pull request #84 from palmerj3/v6.2.1
  • facc8f0 v6.2.1
  • 8d74664 Merge pull request #83 from palmerj3/fixNode6
  • b90893a Fix issue with node 6 where it cannot handle trailing comma
  • 47650f5 Merge pull request #82 from palmerj3/v6.2.0
  • 3c2cb50 v6.2.0
  • b669bbe Merge pull request #81 from palmerj3/upgradeJest
  • 6f270c0 Remove jest-config
  • d00e122 chore: install babel-jest on CI to avoid hoisting bugs
  • 62ac24e Upgrade jest, jest-config, jest-validate to 24
  • 9882c33 Merge pull request #79 from palmerj3/6.1.0
  • 7dda343 v6.1.0

There are 23 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v6.4.0

Add console support #90

Commits

The new version differs by 6 commits.

  • 057ceb8 Merge pull request #92 from jest-community/palmerj3-patch-1
  • 4ede961 Update package.json
  • 108ff18 Merge pull request #90 from palmerj3/consoleSupport
  • 73c14af Readd jest 22 in travis and make sure babel-jest version matches
  • 3f16028 Remove jest 22 from travis CI checks
  • 6b4cff0 Add support for console output

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€