Major Changes
-
Drop support for Node.JS v14, v16, and v20.
-
The integration test suite no longer uses
lib: ["dom"]
to tell TypeScript to assume DOM-related symbols are in the global namespace. If your integration library's test suite relied on this behavior, you may need to addlib: ["dom"]
to thecompilerOptions
section of your test suite'stsconfig.json
.