# detective-typescript changelog > detective-typescript release notes. - Vendor: detective-typescript - Category: Developer Tools - Official site: https://github.com/dependents/detective-typescript - Tracked by: What's New (https://whatsnew.fyi/product/detective-typescript) - Harvested from: GitHub (dependents/detective-typescript) - Entries below: 10 (newest first) What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. ## Releases ### v15.0.1 - Date: 2026-07-02 - Version: v15.0.1 - Original notes: https://github.com/dependents/detective-typescript/releases/tag/v15.0.1 - Permalink: https://whatsnew.fyi/product/detective-typescript/releases/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 ### v15.0.0 - Date: 2026-05-19 - Version: v15.0.0 - Original notes: https://github.com/dependents/detective-typescript/releases/tag/v15.0.0 - Permalink: https://whatsnew.fyi/product/detective-typescript/releases/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 ### v14.1.2 - Date: 2026-04-22 - Version: v14.1.2 - Original notes: https://github.com/dependents/detective-typescript/releases/tag/v14.1.2 - Permalink: https://whatsnew.fyi/product/detective-typescript/releases/v14.1.2 ##### What's Changed * Remove redundant optional chain on specifiers.every() after length guard [#84](https://github.com/dependents/detective-typescript/pull/84) * Make handleCallExpression pure [90a6f02](https://github.com/dependents/detective-typescript/commit/90a6f02c6e915606b8fd3769d78fa30de44580e0) **Full Changelog**: https://github.com/dependents/detective-typescript/compare/v14.1.1...v14.1.2 ### v14.1.1 - Date: 2026-04-19 - Version: v14.1.1 - Original notes: https://github.com/dependents/detective-typescript/releases/tag/v14.1.1 - Permalink: https://whatsnew.fyi/product/detective-typescript/releases/v14.1.1 ##### What's Changed ###### Fixed - `skipAsyncImports`, `onFile`, and `onAfterFile` options were incorrectly forwarded to the walker/parser constructor ###### Performance - Pass the pre-parsed AST directly to `walker.walk()` when `src` is a string, avoiding a redundant second parse. The issue was introduced in [v11.1.0](https://github.com/dependents/detective-typescript/releases/tag/v11.1.0). ###### Tests - Fix unescaped literal `.` in the `throws` regex for the JSX parse error assertion. **Full Changelog**: https://github.com/dependents/detective-typescript/compare/v14.1.0...v14.1.1 ### v14.1.0 - Date: 2026-04-18 - Version: v14.1.0 - Original notes: https://github.com/dependents/detective-typescript/releases/tag/v14.1.0 - Permalink: https://whatsnew.fyi/product/detective-typescript/releases/v14.1.0 ##### What's Changed - Allow `typescript ^6.0.2` as a peer dependency ([#83](https://github.com/dependents/detective-typescript/pull/83)) - Update `@typescript-eslint/typescript-estree` to `^8.58.2` - Bump `lodash` ([#82](https://github.com/dependents/detective-typescript/pull/82)), `lodash-es` ([#81](https://github.com/dependents/detective-typescript/pull/81)), `flatted` ([#79](https://github.com/dependents/detective-typescript/pull/79)), `brace-expansion` ([#78](https://github.com/dependents/detective-typescript/pull/78)), `minimatch` ([#76](https://github.com/dependents/detective-typescript/pull/76)), `webpack` ([#75](https://github.com/dependents/detective-typescript/pull/75)), `js-yaml` ([#72](https://github.com/dependents/detective-typescript/pull/72)) - Bump `actions/setup-node` from 4 to 6 ([#70](https://github.com/dependents/detective-typescript/pull/70)), `github/codeql-action` from 3 to 4 ([#71](https://github.com/dependents/detective-typescript/pull/71)), `actions/checkout` from 4 to 6 ([#73](https://github.com/dependents/detective-typescript/pull/73)) **Full Changelog**: https://github.com/dependents/detective-typescript/compare/v14.0.0...v14.1.0 ### v14.0.0 - Date: 2025-02-06 - Version: v14.0.0 - Original notes: https://github.com/dependents/detective-typescript/releases/tag/v14.0.0 - Permalink: https://whatsnew.fyi/product/detective-typescript/releases/v14.0.0 ##### What's Changed * Update @typescript-eslint/typescript-estree to support typescript 5.6 by @vovkasm in https://github.com/dependents/detective-typescript/pull/65 ##### New Contributors * @vovkasm made their first contribution in https://github.com/dependents/detective-typescript/pull/65 **Full Changelog**: https://github.com/dependents/detective-typescript/compare/v13.0.1...v14.0.0 ### v13.0.1 - Date: 2025-02-05 - Version: v13.0.1 - Original notes: https://github.com/dependents/detective-typescript/releases/tag/v13.0.1 - Permalink: https://whatsnew.fyi/product/detective-typescript/releases/v13.0.1 ##### What's Changed * Update dependencies **Full Changelog**: https://github.com/dependents/detective-typescript/compare/v13.0.0...v13.0.1 ### v13.0.0 - Date: 2024-04-14 - Version: v13.0.0 - Original notes: https://github.com/dependents/detective-typescript/releases/tag/v13.0.0 - Permalink: https://whatsnew.fyi/product/detective-typescript/releases/v13.0.0 ##### What's Changed * **BREAKING** Move typescript to peerDependencies by @XhmikosR in https://github.com/dependents/detective-typescript/pull/62 **Full Changelog**: https://github.com/dependents/detective-typescript/compare/v12.0.0...v13.0.0 ### v12.0.0 - Date: 2024-04-09 - Version: v12.0.0 - Original notes: https://github.com/dependents/detective-typescript/releases/tag/v12.0.0 - Permalink: https://whatsnew.fyi/product/detective-typescript/releases/v12.0.0 ##### What's Changed * Update dependencies and drop Node.js < 18 support by @XhmikosR in https://github.com/dependents/detective-typescript/pull/60 **Full Changelog**: https://github.com/dependents/detective-typescript/compare/v11.2.0...v12.0.0 ### v11.2.0 - Date: 2024-04-09 - Version: v11.2.0 - Original notes: https://github.com/dependents/detective-typescript/releases/tag/v11.2.0 - Permalink: https://whatsnew.fyi/product/detective-typescript/releases/v11.2.0 ##### What's Changed * Add support for ignore named imports and exports by @waivital in https://github.com/dependents/detective-typescript/pull/57 * Update safe dependencies by @XhmikosR in https://github.com/dependents/detective-typescript/pull/61 ##### New Contributors * @waivital made their first contribution in https://github.com/dependents/detective-typescript/pull/57 **Full Changelog**: https://github.com/dependents/detective-typescript/compare/v11.1.0...v11.2.0