# ts-loader v9.6.2 - Product: ts-loader (https://whatsnew.fyi/product/ts-loader) - Vendor: TypeStrong - Date: 2026-06-22 - Version: v9.6.2 - Original notes: https://github.com/TypeStrong/ts-loader/releases/tag/v9.6.2 - Permalink: https://whatsnew.fyi/product/ts-loader/releases/v9.6.2 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. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **changed** — Remove enhanced-resolve and semver from runtime dependencies, replace micromatch with picomatch - **changed** — Drop support for TypeScript versions older than 3.6.3 * [chore: trim runtime dependencies — remove enhanced-resolve/semver, swap micromatch → picomatch](https://github.com/TypeStrong/ts-loader/pull/1701) - thanks @johnnyreilly Officially ts-loader has supported 3.6.3+ versions of TypeScript. This change means that certain scenarios with older versions of TS will now certainly fail. If anyone is actually using these versions it would be surprising.