v9.6.2
Changed 2
- Remove enhanced-resolve and semver from runtime dependencies, replace micromatch with picomatch
- Drop support for TypeScript versions older than 3.6.3
From ts-loader
- chore: trim runtime dependencies — remove enhanced-resolve/semver, swap micromatch → picomatch - 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.