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(NODE-5416)!: bump minimum Node.js version to v16.20.1 #18

Merged
merged 1 commit into from
Jul 10, 2023

Conversation

nbbeeken
Copy link
Collaborator

@nbbeeken nbbeeken commented Jul 7, 2023

Description

What is changing?

  • Dropping testing & support for Node.js 14
  • Update engine field to >=16.20.1
  • Update tsconfig lib to es2021
Is there new documentation needed for these changes?

Update to the compat table will follow the release of v6

What is the motivation for this change?

Removing support for EOL node versions helps us keep our tooling and testing up to date and modern.

Release Highlight

Minimum Node.js version is now v16.20.1

The minimum supported Node.js version is now v16.20.1. We strive to keep our minimum supported Node.js version in sync with the runtime's release cadence to keep up with the latest security updates and modern language features.

Double check the following

  • Ran npm run check:lint script
  • Self-review completed using the steps outlined here
  • PR title follows the correct format: type(NODE-xxxx)[!]: description
    • Example: feat(NODE-1234)!: rewriting everything in coffeescript
  • Changes are covered by tests
  • New TODOs have a related JIRA ticket

@nbbeeken nbbeeken marked this pull request as ready for review July 7, 2023 19:06
@durran durran self-assigned this Jul 10, 2023
@durran durran merged commit b176e49 into main Jul 10, 2023
6 checks passed
@durran durran deleted the NODE-5416-node16 branch July 10, 2023 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants