Closed renovate[bot] closed 11 months ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Because you closed this PR without merging, Renovate will ignore this update (8.4.0
). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps
array of your Renovate config.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
This PR contains the following updates:
8.0.2
->8.4.0
Release Notes
TypeStrong/ts-loader (ts-loader)
### [`v8.4.0`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v840) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v8.3.0...v8.4.0) - [fix: cater for change in resolveTypeReferenceDirective API in 4.7](https://togithub.com/TypeStrong/ts-loader/pull/1446) - thanks [@dragomirtitian](https://togithub.com/dragomirtitian) - This is a backport from v9.2.7 for webpack 4 compatibility ### [`v8.3.0`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v830) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v8.2.0...v8.3.0) - [Fixed impossibility to have several instances of ts-loader with different compiler options](https://togithub.com/TypeStrong/ts-loader/issues/1316) - thanks [@timocov](https://togithub.com/timocov) - This is a backport from v9.2.0 for webpack 4 compatibility ### [`v8.2.0`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v820) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v8.1.0...v8.2.0) - [Use caches for module resolution and type reference directives when using compiler default functions](https://togithub.com/TypeStrong/ts-loader/pull/1287) - thanks [@sheetalkamat](https://togithub.com/sheetalkamat) - uses: [https://github.com/microsoft/TypeScript/pull/43700](https://togithub.com/microsoft/TypeScript/pull/43700) - This is a backport from v9.1.0 for webpack 4 compatibility ### [`v8.1.0`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v810) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v8.0.18...v8.1.0) - [feat: remove top-level typescript import statements](https://togithub.com/TypeStrong/ts-loader/pull/1259) - thanks [@ulivz](https://togithub.com/ulivz) ### [`v8.0.18`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v8018) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v8.0.17...v8.0.18) - [Perf: Optimize fileExists callback path](https://togithub.com/TypeStrong/ts-loader/issues/1266) - thanks [@berickson1](https://togithub.com/berickson1) ### [`v8.0.17`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v8017) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v8.0.16...v8.0.17) - [Included correct webpack source location in emitted errors](https://togithub.com/TypeStrong/ts-loader/issues/1199) - thanks [@lorenzodallavecchia](https://togithub.com/lorenzodallavecchia) ### [`v8.0.16`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v8016) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v8.0.15...v8.0.16) - [Re-Fixed missing errors in watch mode in webpack5](https://togithub.com/TypeStrong/ts-loader/issues/1204) - thanks [@appzuka](https://togithub.com/appzuka) ### [`v8.0.15`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v8015) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v8.0.14...v8.0.15) - [Update definition files in watch mode in webpack@5](https://togithub.com/TypeStrong/ts-loader/pull/1249) - thanks [@appzuka](https://togithub.com/appzuka),[@JonWallsten](https://togithub.com/JonWallsten),[@alexander-akait](https://togithub.com/alexander-akait) - [Add afterDeclarations to getCustomTransformers in README.md](https://togithub.com/TypeStrong/ts-loader/pull/1248) - thanks [@appzuka](https://togithub.com/appzuka) ### [`v8.0.14`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v8014) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v8.0.13...v8.0.14) - [Upgrade `chalk`, `loader-utils`, and `semver` to latest stable versions](https://togithub.com/TypeStrong/ts-loader/pull/1237) - thanks Avi Vahl ### [`v8.0.13`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v8013) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v8.0.12...v8.0.13) - [Speed up builds by adding an in-memory cache to file path lookups](https://togithub.com/TypeStrong/ts-loader/pull/1228) - thanks [@berickson1](https://togithub.com/berickson1) ### [`v8.0.12`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v8012) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v8.0.11...v8.0.12) - [Instead of checking date, check time thats more accurate to see if something has changed](https://togithub.com/TypeStrong/ts-loader/pull/1217) - thanks [@sheetalkamat](https://togithub.com/sheetalkamat) ### [`v8.0.11`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v8011) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v8.0.10...v8.0.11) - [Fixed build failing in yarn v2 pnp](https://togithub.com/TypeStrong/ts-loader/pull/1209) - thanks [@aicest](https://togithub.com/aicest) ### [`v8.0.10`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v8010) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v8.0.9...v8.0.10) - [Fixed missing errors in watch mode in webpack5](https://togithub.com/TypeStrong/ts-loader/issues/1204) - thanks [@appzuka](https://togithub.com/appzuka) ### [`v8.0.9`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v809) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v8.0.8...v8.0.9) - [Fixed build failing when using thread-loader](https://togithub.com/TypeStrong/ts-loader/pull/1207) - thanks [@valerio](https://togithub.com/valerio) ### [`v8.0.8`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v808) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v8.0.7...v8.0.8) - [Fixed memory leak when using multiple webpack instances](https://togithub.com/TypeStrong/ts-loader/pull/1205) - thanks [@valerio](https://togithub.com/valerio) ### [`v8.0.7`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v807) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v8.0.6...v8.0.7) - [Speeds up project reference build and doesnt store the result in memory](https://togithub.com/TypeStrong/ts-loader/pull/1202) - thanks [@sheetalkamat](https://togithub.com/sheetalkamat) ### [`v8.0.6`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v806) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v8.0.5...v8.0.6) - [Fixed further deprecation warning on webpack@5](https://togithub.com/TypeStrong/ts-loader/issues/1196) - thanks [@appzuka](https://togithub.com/appzuka) ### [`v8.0.5`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v805) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/8.0.4...v8.0.5) - [Fixed deprecation warnings on webpack@5](https://togithub.com/TypeStrong/ts-loader/issues/1194) - thanks [@sanex3339](https://togithub.com/sanex3339) ### [`v8.0.4`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v804) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v8.0.3...8.0.4) - [Uses existing instance if config file is same as already built solution](https://togithub.com/TypeStrong/ts-loader/pull/1177) - thanks [@sheetalkamat](https://togithub.com/sheetalkamat) ### [`v8.0.3`](https://togithub.com/TypeStrong/ts-loader/blob/HEAD/CHANGELOG.md#v803) [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v8.0.2...v8.0.3) - [Fix the wrong instance caching when using `appendTsSuffixTo` and `appendTsxSuffixTo` together](https://togithub.com/TypeStrong/ts-loader/pull/1170) - thanks [@meowtec](https://togithub.com/meowtec)Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.