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-4787)!: bump minimum Node.js version to v16.20.1 #590

Merged
merged 1 commit into from
Jul 10, 2023

Conversation

nbbeeken
Copy link
Contributor

@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 target & lib to es2021
  • Remove atob/btoa shim in tests
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 18:32
@nbbeeken nbbeeken changed the title feat(NODE-5415)!: bump minimum Node.js version to v16.20.1 feat(NODE-4787)!: bump minimum Node.js version to v16.20.1 Jul 7, 2023
@durran durran self-assigned this Jul 10, 2023
@durran durran added the Primary Review In Review with primary reviewer, not yet ready for team's eyes label Jul 10, 2023
@durran durran added Team Review Needs review from team and removed Primary Review In Review with primary reviewer, not yet ready for team's eyes labels Jul 10, 2023
@durran durran merged commit 1dcca92 into main Jul 10, 2023
@durran durran deleted the NODE-4787-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
Labels
Team Review Needs review from team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants