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

(deps): upgrade to Jest 25 #679

Merged
merged 1 commit into from
Aug 23, 2020
Merged

(deps): upgrade to Jest 25 #679

merged 1 commit into from
Aug 23, 2020

Commits on Aug 23, 2020

  1. (deps): upgrade to Jest 25

    - upgrade jest, ts-jest, @types/jest, and jest-watch-typeahead
    
    - Jest 25 changes exports so change internal import to handle properly
    
    - Jest 25 drops support for Node <8 that doesn't impact us
      - we only support Node 10+ anyway
    - Jest 25 upgrades JSDOM from v11 to v15, which is potentially breaking
      for any users that relied on some older behavior
    
    - yarn.lock changed heavily
      - from a look-over, many are from babel-jest (which is included with
        Jest) upgrading its Babel deps, some from istanbul for coverage,
        and lots of other transitive deps I can't really tell from a glance
    agilgur5 committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    8fc5ec4 View commit details
    Browse the repository at this point in the history