jaredpalmer / tsdx

Zero-config CLI for TypeScript package development
https://tsdx.io
MIT License
11.26k stars 508 forks source link

Update jest-watch-typeahead to the latest version ๐Ÿš€ #709

Closed greenkeeper[bot] closed 3 years ago

greenkeeper[bot] commented 4 years ago

โ˜๏ธ Important announcement: Greenkeeper will be saying goodbye ๐Ÿ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The dependency jest-watch-typeahead was updated from 0.4.2 to 0.6.0.

This version 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.


Publisher: simenb License: MIT

Find out more about this release.


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:

agilgur5 commented 4 years ago

Jest 26 was released today ๐Ÿ˜… And Jest 26 requires TS 3.8+

agilgur5 commented 3 years ago

Since this is a peer, it needs to be updated simultaneously with Jest. We haven't upgraded to Jest 26 yet since that is breaking and also requires TS 3.8+ which also has yet to be upgraded (and all TS minors are breaking as well). Closing as this plugin should not be upgraded independently and Dependabot policy has been set to prevent this now.

Was planning to update this at the same time as updating TS and ESLint config/plugins, but that's stalled due to eslint-config-react-app not having released a new version supporting TS 4.0+.