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 jest2 to the latest version 🚀 #53

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Feb 5, 2019

There have been updates to the jest2 monorepo:

These versions are 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.

This monorepo update includes releases of one or more dependencies which all belong to the jest2 group definition.


Find out more about this release.

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 🌴

@codecov
Copy link

codecov bot commented Feb 5, 2019

Codecov Report

Merging #53 into master will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #53      +/-   ##
==========================================
- Coverage    87.9%   87.88%   -0.02%     
==========================================
  Files          84       83       -1     
  Lines        1422     1420       -2     
  Branches      189      189              
==========================================
- Hits         1250     1248       -2     
  Misses        150      150              
  Partials       22       22
Impacted Files Coverage Δ
test/jest-setup.js

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 2f1401a...49b8b36. Read the comment docs.

greenkeeper bot added a commit that referenced this pull request Feb 5, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 5, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 3, 2019
greenkeeper bot added a commit that referenced this pull request Mar 5, 2019
greenkeeper bot added a commit that referenced this pull request Mar 7, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 7, 2019

Update to this version instead 🚀

Commits

The new version differs by 193 commits.

  • 3a7a4f3 v24.3.0
  • eaf9669 Improve changelog for next minor release (#8075)
  • eae9654 Fix pattern for HG changed files (#8066)
  • 690221b Warn if describe returns a value (#7852)
  • f2af727 expect: Revert change to distinguish undefined value from no property (#8067)
  • 547dcea Optimize haste map tracking of deleted files with Watchman. (#8056)
  • 3e32813 Add publishConfig to all public packages in preparation for the @jest scope (#8053)
  • afe2241 chore: create @jest/test-results package (#8034)
  • f526a91 fix: handle process[toString] being readonly on newer nodes (#8050)
  • 7a4ee21 Jest jasmine/ts migration (#7970)
  • d23f1ef Add note to automock configuration (#8051)
  • cb50b67 expect: Improve report when matcher fails, part 12 (#8033)
  • dd385b0 Upgrade sane to 4.0.3 (#8048)
  • 9fa3268 chore: migrate jest-cli to TypeScript (#8024)
  • c15b7a5 Removes error when mocking mongoose library root object (#8040)

There are 193 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 7, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 7, 2019

Update to this version instead 🚀

Commits

The new version differs by 7 commits ahead by 7, behind by 1.

  • 65c6e9d v24.3.1
  • 0c9737e Fix retries and error notification in workers (#8079)
  • b0cbcbf export functions compatible with import jest from 'jest' (#8081)
  • 5c726bd chore: update ansi-escape types
  • b63b279 chore: refresh lockfile
  • d4e91c3 use react-is in pretty-format (#8060)
  • 36484b5 Release 24.3.0

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 11, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 11, 2019

Update to this version instead 🚀

Commits

The new version differs by 9 commits ahead by 9, behind by 1.

  • a018000 v24.4.0
  • c929ee3 Adds native support for PnP to jest (#8094)
  • 562ac18 Bumps Yarn to 1.15 (#8095)
  • 17ffcc9 fix: serialize changedFiles passed to workers (#8090)
  • 95535e0 Re-attach stdout and stderr from new processes after retries (#8087)
  • a5ae2f5 chore: copy d.ts files during build (#8086)
  • af47382 fix: jest-worker can return null for getStdout() (#8083)
  • fb8827b expect: Compare DOM nodes even if there are multiple Node classes (#8064)
  • 1fd5651 Release 24.3.1

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 12, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 12, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Apr 1, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Apr 3, 2019

Update to this version instead 🚀

Commits

The new version differs by 9 commits.

  • eb04136 Fix incorrect directory field. (#8262)
  • 96c19a6 [expect] Add negative equality tests (#8260)
  • f88ae4b Fix fs watcher EMFILE error. (#8258)
  • 228b7d1 correct / clean up changelog
  • b8378d3 chore: Remove repetition of matcherName and options in matchers (#8224)
  • 9c5c449 Add fuzzing based tests in Jest (retry PR8012) (#8164)
  • 2bc6280 Add option testSequencer allow user use custom sequencer. (#8223)
  • ac9bbed chore: roll new version of the docs
  • f246058 Release 24.6.0

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 4, 2019
greenkeeper bot added a commit that referenced this pull request May 5, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 5, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Aug 16, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 16, 2019

Update to this version instead 🚀

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

greenkeeper bot commented Jan 22, 2020

Update to this version instead 🚀

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

greenkeeper bot commented Mar 25, 2020

Update to this version instead 🚀

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

greenkeeper bot commented Mar 26, 2020

Update to this version instead 🚀

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

greenkeeper bot commented Mar 26, 2020

Update to this version instead 🚀

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

greenkeeper bot commented Apr 2, 2020

Update to this version instead 🚀

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

greenkeeper bot commented Apr 3, 2020

Update to this version instead 🚀

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 🚀

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

greenkeeper bot commented Apr 19, 2020

Update to this version instead 🚀

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

greenkeeper bot commented Apr 28, 2020

Update to this version instead 🚀

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

greenkeeper bot commented May 4, 2020

Update to this version instead 🚀

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

greenkeeper bot commented May 5, 2020

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.

0 participants