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

feat: Drop support for Node.js 14.x and Node.js 16.x and add support for Node 20.x #1255

Merged

Conversation

MatanBobi
Copy link
Member

@MatanBobi MatanBobi commented Sep 5, 2023

BREAKING CHANGE: Minimum supported Node.js version is now 18.x

What: This PR drops support for Node 14 and Node 16.

Why: Node 14 was declared EOL on May 23, Node 16 will be declared EOL on September 11.

How: Upgrade all relevant places.

Checklist:

- [ ] Documentation added to the
docs site

  • Tests
    - [] TypeScript definitions updated
  • Ready to be merged

@codesandbox-ci
Copy link

codesandbox-ci bot commented Sep 5, 2023

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 86beed6:

Sandbox Source
react-testing-library-examples Configuration

@codecov
Copy link

codecov bot commented Sep 5, 2023

Codecov Report

Merging #1255 (86beed6) into alpha (365d555) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             alpha     #1255   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           24        24           
  Lines         1038      1038           
  Branches       349       349           
=========================================
  Hits          1038      1038           
Flag Coverage Δ
node-16 ?
node-18 100.00% <ø> (ø)
node-20 100.00% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@nickmccurdy nickmccurdy self-requested a review September 5, 2023 08:55
Copy link
Member

@timdeschryver timdeschryver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As you've mentioned @MatanBobi , it would be better to get this in together with #1241

@MatanBobi MatanBobi changed the base branch from main to alpha September 9, 2023 17:26
@MatanBobi MatanBobi changed the title feat: Drop support for Node.js 14.x and add support for Node 20.x feat: Drop support for Node.js 14.x and Node.js 16.x and add support for Node 20.x Sep 9, 2023
@nickmccurdy
Copy link
Member

Feel free to merge if you're ready. I think it would be helpful to base other alpha PRs off this to avoid noise in CI.

@MatanBobi MatanBobi merged commit 452097b into testing-library:alpha Sep 10, 2023
6 checks passed
@eps1lon eps1lon mentioned this pull request Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants