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

chore(jest)!: add support for jest v29 #309

Merged

Commits on Aug 31, 2022

  1. chore(jest)!: add support for jest v29

    Add support for Jest v29.
    
    Jest v29 drops support for Node v12/v17, so I've updated the
    package.json to contain the same Node support as Jest.
    
    The only other major breaking change in Jest v29 is that the default
    snapshot format has changed slightly, but that only changes the stored
    jest snapshots slighty (see https://jestjs.io/blog/2022/08/25/jest-29).
    
    BREAKING CHANGE: Drop support for Node v12 and Node v17,
                     as Jest v29 does not support these versions.
    aloisklink committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    5e4b203 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. ci(release): use Node v16 for release action

    Node v16 is the current active LTS release of Node.JS
    
    Co-authored-by: Jamie King <hello@jamieking.me>
    aloisklink and 10xLaCroixDrinker committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    76edb33 View commit details
    Browse the repository at this point in the history