mthuret / storybook-addon-specifications

:book: Write tests next to your stories and display their results inside storybook interface
458 stars 54 forks source link

Update jest2 to the latest version πŸš€ #103

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 6 years ago

Version 23.5.0 of the jest2 packages was just published.

Monorepo release group jest2
Type devDependency

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

The version 23.5.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 jest2.

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.


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 23.6.0 just got published.

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 188 commits.

  • 634e5a5 expect: fix regression in toThrow for message prop and asymmetric matchers (#7697)
  • 6081f7a [jest-each] Add primitive pretty printing (#7694)
  • 57aeaa2 chore: bump flow
  • 28971c5 Ensure mocks get resolved too (#7687)
  • 1d1c3f9 chore: upgrade docusaurus (#7691)
  • 9cfcd81 make worker_threads opt-in, not opt-out (#7693)
  • 6de22dd Update lerna configuration
  • 1256f76 Fix toHaveProperty matcher for inherited properties (#7686)
  • 967b335 fix: add option to disable worker_threads in jest-worker (#7681)
  • 0e1855e chore: bump write-file-atomic again
  • 0f94162 fix: upgrade write-atomic-file to support worker_threads (#7680)
  • 3e3d405 docs: using Babel 6 with Jest 24 (#7677)
  • a551b19 chore: upgrade fsevents
  • 89b2f1b chore: upgrade to prettier 1.16 (#7658)
  • 05e8ac0 chore: leave single 22.x in versioned docs (#7674)

There are 188 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 45 commits.

  • b167892 fix: ignore TS type references when looking for out-of-scope references (#7799)
  • 5a81a09 fix: make babel-jest warn when file to tarnsform is ignored by babel (#7797)
  • 012820e Exclude setup files from coverage (#7790)
  • 74ae342 Addressing malfunctioning code snippet. (#7789)
  • c6c60f5 sync Getting Started docs to readme (#7782)
  • ab64cc8 Fix for mocks not working with module name mapper (#7787)
  • 006b0b9 chore: add missing preset--env transform to typescript example
  • a61ac1d Fix broken link for inline snapshots (#7785)
  • 4ea8462 fix: handle missing todo in test result (#7779)
  • 2780a77 Remove duplicate 'arrays' in ExpectAPI.md. (#7775)
  • 4bfcb5b Fix typos in snapshotResolver configuration docs (#7773)
  • 242f3bc Concurrency limit (#7770)
  • 3edccf6 Fix typo in docs and CLI description (#7769)
  • adf2b3c Better error messages when the jest environment is used after teardown by async code (#7756)
  • b0d7122 fix: load transformers before installing require hooks (#7752)

There are 45 commits in total.

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

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] commented 5 years ago

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] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

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] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 0efb1d7 Resolves the test sequencer even when not explicitly set (#8267)
  • 3e92cb1 CustomConsole: print console.error and console.assert to stderr (#8261)
  • c85a5e9 Release 24.7.0

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

greenkeeper[bot] commented 4 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 πŸš€

greenkeeper[bot] commented 4 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 πŸš€

greenkeeper[bot] commented 4 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 πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€