What changed in detective-typescript from 14 to 15
2 releases numbered after v14.1.2 up to and including v15.0.1, stable releases only. v14.1.2 and v15.0.1 are the newest stable releases of 14 and 15 we track; this page follows them as new ones ship.
- 1 removes or deprecates something
5 changes across 2 releases
Changed 4
Removed 1
- Drop Node.js < 20 support
Original release notes, newest first
The list above is our reading of these notes; the originals from detective-typescript are here, one fold per release.
v15.0.1
What's Changed
- Use
node.sourceinstead of the deprecatednode.argumentonTSImportTypefor compatibility with newer@typescript-eslint/typescript-estree - Update dependencies
Full Changelog: https://github.com/dependents/detective-typescript/compare/v15.0.0...v15.0.1
v15.0.0
What's Changed
- Refactor: merge isTypeImports/isTypeExports into isTypeNode, normalize TSImportType guard by @XhmikosR in https://github.com/dependents/detective-typescript/pull/86
- Update dependencies, drop Node.js < 20 support and switch to ESM by @XhmikosR in https://github.com/dependents/detective-typescript/pull/87
Full Changelog: https://github.com/dependents/detective-typescript/compare/v14.1.2...v15.0.0