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.

5 changes across 2 releases

Changed 4

v15.0.1

  • Use node.source instead of the deprecated node.argument on TSImportType for compatibility with newer @typescript-eslint/typescript-estree
  • Update dependencies

v15.0.0

  • Merge isTypeImports/isTypeExports into isTypeNode and normalize TSImportType guard
  • Switch to ESM
Removed 1

v15.0.0

  • 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.source instead of the deprecated node.argument on TSImportType for compatibility with newer @typescript-eslint/typescript-estree
  • Update dependencies

Full Changelog: https://github.com/dependents/detective-typescript/compare/v15.0.0...v15.0.1

View originalPermalink

v15.0.0
What's Changed

Full Changelog: https://github.com/dependents/detective-typescript/compare/v14.1.2...v15.0.0

View originalPermalink