# ts-loader changelog > TypeScript loader for webpack. - Vendor: TypeStrong - Category: Developer Tools - Official site: https://github.com/TypeStrong/ts-loader - Tracked by: What's New (https://whatsnew.fyi/product/ts-loader) - Harvested from: GitHub (TypeStrong/ts-loader) - 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. 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'. ## Releases ### v9.6.2 - 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 - **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. ### v9.6.1 - Date: 2026-06-16 - Version: v9.6.1 - Original notes: https://github.com/TypeStrong/ts-loader/releases/tag/v9.6.1 - Permalink: https://whatsnew.fyi/product/ts-loader/releases/v9.6.1 - **fixed** — Fix rspack support * [fix: rspack support](https://github.com/TypeStrong/ts-loader/pull/1699) - thanks @johnnyreilly and @bhollis ### v9.6.0 - Date: 2026-05-29 - Version: v9.6.0 - Original notes: https://github.com/TypeStrong/ts-loader/releases/tag/v9.6.0 - Permalink: https://whatsnew.fyi/product/ts-loader/releases/v9.6.0 - **added** — Add webpack 4 support back * [feat: add webpack 4 support back](https://github.com/TypeStrong/ts-loader/pull/1697) - thanks @johnnyreilly and @tweet ### v9.5.7 - Date: 2026-04-02 - Version: v9.5.7 - Original notes: https://github.com/TypeStrong/ts-loader/releases/tag/v9.5.7 - Permalink: https://whatsnew.fyi/product/ts-loader/releases/v9.5.7 - **fixed** — TS5011 errors with TypeScript 6.0 when transpileModule called with rootDir: undefined - **added** — Migrate to trusted publishing * [fix: TS5011 errors with TypeScript 6.0: transpileModule called with rootDir: undefined](https://github.com/TypeStrong/ts-loader/pull/1679) [#1678] - thanks @julioz and @errorx666 * [feat: migrate to trusted publishing](https://github.com/TypeStrong/ts-loader/pull/1680) - thanks @johnnyreilly Skipping 9.5.5-9.5.6 due to publishing issues ### v9.5.4 - Date: 2025-08-24 - Version: v9.5.4 - Original notes: https://github.com/TypeStrong/ts-loader/releases/tag/v9.5.4 - Permalink: https://whatsnew.fyi/product/ts-loader/releases/v9.5.4 - **changed** — Upgrade TypeScript to 5.9 * [chore: typescript 5.9 upgrade](https://github.com/TypeStrong/ts-loader/pull/1676) - thanks @johnnyreilly Skipping 9.5.3 due to a publishing issue ### v9.5.3 - Date: 2025-01-11 - Version: v9.5.3 - Original notes: https://github.com/TypeStrong/ts-loader/releases/tag/v9.5.3 - Permalink: https://whatsnew.fyi/product/ts-loader/releases/v9.5.3 - **fixed** — Add more detailed error messages * [fix: add more detailed error messages](https://github.com/TypeStrong/ts-loader/pull/1665) - thanks @hai-x ### v9.5.2 - Date: 2025-01-11 - Version: v9.5.2 - Original notes: https://github.com/TypeStrong/ts-loader/releases/tag/v9.5.2 - Permalink: https://whatsnew.fyi/product/ts-loader/releases/v9.5.2 - **fixed** — Add more detailed error messages * [fix: add more detailed error messages](https://github.com/TypeStrong/ts-loader/pull/1665) - thanks @hai-x *This release is actually v9.5.2 but due to a problem with the initial release workflow we incremented to v9.5.3* ### v9.5.1 - Date: 2023-11-14 - Version: v9.5.1 - Original notes: https://github.com/TypeStrong/ts-loader/releases/tag/v9.5.1 - Permalink: https://whatsnew.fyi/product/ts-loader/releases/v9.5.1 - **fixed** — inputSourceMap can be null * [fix: inputSourceMap can be null](https://github.com/TypeStrong/ts-loader/pull/1639) [#1638] - thanks @johnnyreilly and @michaeltford ### v9.5.0 - Date: 2023-10-07 - Version: v9.5.0 - Original notes: https://github.com/TypeStrong/ts-loader/releases/tag/v9.5.0 - Permalink: https://whatsnew.fyi/product/ts-loader/releases/v9.5.0 - **added** — Map the input source map in case ts-loader is used in a loader pipeline * [Feature: map the input source map in case ts-loader is used in a loader pipeline](https://github.com/TypeStrong/ts-loader/pull/1626) - thanks @Ka0o0 and @bojanv55 ### v9.4.4 - Date: 2023-06-28 - Version: v9.4.4 - Original notes: https://github.com/TypeStrong/ts-loader/releases/tag/v9.4.4 - Permalink: https://whatsnew.fyi/product/ts-loader/releases/v9.4.4 - **fixed** — Allow users to override skipLibCheck setting * [Bug fix: let users override skipLibCheck](https://github.com/TypeStrong/ts-loader/pull/1617) - thanks @haakonflatval-cognite