BREAKING: Remove support for Node 16.x and upgrade to TypeScript 4.9 #248
Loading…
Reference in a new issue
No description provided.
Delete branch "typescript-4.9"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Now that Node 18 is the new LTS version of Node, it should be safe to
support ES2022 features. The install docs have already been updated to
recommend Node 18.x in
41a710854e
.This will break support on Node 16.x and earlier.
Also update TypeScript to 4.9 which contains various typechecking
improvements: https://devblogs.microsoft.com/typescript/announcing-typescript-4-9/
Ref: #238
Changelog: Changed
If node 16 is no longer supported you should update the
.node-version
file as well.e42b3ce6de
toc7255dbea0