aliemteam / aliemcards

ALiEM Cards - markdown and website
https://www.aliemcards.com
MIT License
4 stars 8 forks source link

Update ts-jest to the latest version 🚀 #284

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 22.0.2 of ts-jest was just published.

Dependency ts-jest
Current Version 21.2.4
Type devDependency

The version 22.0.2 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 ts-jest.

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.


Commits

The new version differs by 87 commits.

  • 17c2862 Merge pull request #393 from kulshekhar/logging
  • 19b2273 bumped version#
  • 74bb38f Merge branch 'master' into logging
  • 4c3aaac Merge pull request #421 from kulshekhar/greenkeeper/yargs-11.0.0
  • 23b7eba long path
  • 321a127 removed snapshot
  • 520cc6d added proper env handling
  • 5e5187a test this with travis
  • 632614a added file
  • 15f94ac added missing files
  • 134fcdf updated issue template
  • 64a3e57 added one extra line of logging
  • 4348cb2 removed debug folder
  • 432a3f8 added a snapshot
  • 97ed727 Merge remote-tracking branch 'origin/master' into logging

There are 87 commits in total.

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:

codecov-io commented 6 years ago

Codecov Report

Merging #284 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #284   +/-   ##
=======================================
  Coverage   61.77%   61.77%           
=======================================
  Files          16       16           
  Lines         259      259           
  Branches       54       54           
=======================================
  Hits          160      160           
  Misses         99       99

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 873cfd0...6de4208. Read the comment docs.

greenkeeper[bot] commented 6 years ago

Version 22.0.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 8350b4f Merge pull request #427 from alan-agius4/feature/emit-error
  • 32ac27c Move contributor list from package.json to AUTHORS
  • 16fad85 Move contributor list from package.json to AUTHORS
  • 057bc7d chore: bump for release
  • 13b77d9 feat: add option to run TypeScript diagnostics

See the full diff

greenkeeper[bot] commented 6 years ago

Version 22.0.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 14 commits.

  • ea5b0a5 Merge pull request #438 from kamijin-fanta/feat/multi-project
  • 36e93c6 Bump the version patch to 22.0.4
  • 0d7007f Add @kamijin-fanta to the author list
  • e3911de support for jest multi-projects
  • 63f95bb Merge pull request #435 from AhnpGit/feature/add-changelog
  • e6cba9f Merge branch 'feature/add-changelog' of https://github.com/AhnpGit/ts-jest into feature/add-changelog
  • 3174435 Adjust changelog and authors
  • 85ab66b Merge branch 'master' into feature/add-changelog
  • 910218d Merge pull request #437 from danilobuerger/patch-1
  • 240a4eb Include useBabelrc in react-native example
  • 15b777f Add CHANGELOG.md for documentation new changes every release
  • a0951a5 Merge pull request #429 from kulshekhar/readme-fix
  • 0da22f2 Update readme toc
  • d9ad63c Reorganize README.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 22.4.0 just got published.

Update to this version instead 🚀

Release Notes 22.4.0
  • provide an object containing the source and sourcemap to jest
  • remove dependency on source-map-support (provided by jest)
  • fix the logger
Commits

The new version differs by 13 commits.

  • cb2d576 Merge pull request #449 from kulshekhar/upgrade
  • a8df89b Merge branch 'master' into upgrade
  • b791a43 Merge pull request #450 from kulshekhar/fix-logger
  • e086462 Create a new object when logging the initial config state
  • 60661da Update yarn
  • 8cd6b72 Remove all instances of mapCoverage
  • a81d1bb Return an object with code & sourcemap to jest
  • 05f76ae Bump version. Remove sourcemap dep. Upgrade jest dep
  • 12be6a7 Merge pull request #446 from kulshekhar/greenkeeper/lint-staged-7.0.0
  • 3b8e6e4 Merge branch 'master' into greenkeeper/lint-staged-7.0.0
  • 2088210 Merge pull request #441 from eteeselink/patch-1
  • e26123d chore(package): update lint-staged to version 7.0.0
  • 93f424c Update README.md to "fix" #355

See the full diff