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 πŸš€ #228

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 7 years ago

Version 21.0.0 of ts-jest just got published.

Dependency ts-jest
Current Version 20.0.14
Type devDependency

The version 21.0.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of ts-jest. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes 21.0.0

Upgrade to Jest v21

Users can also use prerelease versions of jest in the 21.1.0 and 22.0.0 range (at their own risk)

Commits

The new version differs by 3 commits.

  • 86476d3 Upgrade jest and deps to v21 (#320)
  • 653fab3 Revert "Adding info about limitations in debugger statements in README (#313)" (#315)
  • 95132fa Adding info about limitations in debugger statements in README (#313)

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

codecov-io commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #228   +/-   ##
=======================================
  Coverage   59.83%   59.83%           
=======================================
  Files          16       16           
  Lines         244      244           
  Branches       50       50           
=======================================
  Hits          146      146           
  Misses         98       98

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 5357621...b179647. Read the comment docs.

greenkeeper[bot] commented 7 years ago

Version 21.0.1 just got published.

Update to this version instead πŸš€

Release Notes 21.0.1

Allow the user to pass a jest.globals.babelConfig option (#287)

Commits

The new version differs by 3 commits.

  • fde77ca Bump version to 21.0.1 (#325)
  • 3039ef3 Allow a babelConfig option (#287)
  • fee6771 Use "canonical" Jest configuration (#312)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.1.0 just got published.

Update to this version instead πŸš€

Release Notes 21.1.0
  • Using Jest ^21.1.0

IMPORTANT NOTE: When using React 16 with Node version 8, you might see wrong line numbers for errors originating from tsx files. See #334

Commits

The new version differs by 27 commits.

  • 63f85f3 Merge pull request #333 from jimthedev/jest-config-uses-ESM
  • 534b595 Fix expected line numbers (due to the dummy interface)
  • f804902 Merge branch 'master' into jest-config-uses-ESM
  • b8c1c2b dummy commit
  • c035dab Add a placeholder interface in a test file
  • e52bbaa Merge pull request #337 from kulshekhar/greenkeeper/source-map-support-0.5.0
  • c9fa267 chore(package): update lockfile
  • f0aab12 fix(package): update source-map-support to version 0.5.0
  • 41174a6 Remove package-lock.json
  • 305a759 Fix line number in another test
  • bc3247f Fix a line number in the tsx-error test
  • a7b7d77 Drop the tsx error test only for node versions >= 8 and react versions >=16
  • d07d6d4 Drop the tsx error test only for node versions >= 8
  • cc8594e Disable tsx error test
  • 0067197 Update AUTHORS

There are 27 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.1.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • d33d311 Merge pull request #342 from kulshekhar/fix-238
  • f98651c Use different current directories for internal tests
  • 051a2d3 Bump version patch
  • 2c034bc Traverse up to find first tsconfig.json

See the full diff

greenkeeper[bot] commented 6 years ago

Version 21.1.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

  • 7b15180 Merge pull request #344 from misantronic/master
  • 4d32d51 Use path.join instead of concatenating strings
  • eb0c98c Bump version to 21.1.2
  • 89240c9 Update AUTHORS
  • eed5311 fix: add startDir to if-clause

See the full diff