chore(deps): update dependency ts-loader to v9 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
ts-loader | devDependencies | major | ^8.0.8 -> ^9.0.0 |
Release Notes
TypeStrong/ts-loader
v9.4.1
-
Hotfix: Disable
enhanced-resolve
- thanks @manuth
v9.4.0
v9.3.1
- Bug fix: Generate declaration files for js files if allowJs is set to true [#1260] - thanks @hediet and @mvilliger
v9.3.0
v9.2.9
v9.2.8
v9.2.7
- cater for change in resolveTypeReferenceDirective API in TypeScript 4.7 [#1421] - thanks @johnny_reilly and @cspotcode for inspiration in ts-node work here: https://github.com/TypeStrong/ts-node/pull/1648
v9.2.6
v9.2.5
v9.2.4
v9.2.3
v9.2.2
- Start consuming webpack loader types - thanks @johnnyreilly
- Add webpack minimum version in peerDependencies - thanks @afdev82
v9.2.1
v9.2.0
- Fixed impossibility to have several instances of ts-loader with different compiler options - thanks @timocov
v9.1.2
v9.1.1
v9.1.0
- Use caches for module resolution and type reference directives when using compiler default functions - thanks @sheetalkamat - uses: https://github.com/microsoft/TypeScript/pull/43700
v9.0.2
v9.0.1
v9.0.0
Breaking changes:
- minimum webpack version: 5
- minimum node version: 12
Changes:
v8.4.0
- fix: cater for change in resolveTypeReferenceDirective API in 4.7 - thanks @dragomirtitian
- This is a backport from v9.2.7 for webpack 4 compatibility
v8.3.0
- Fixed impossibility to have several instances of ts-loader with different compiler options - thanks @timocov
- This is a backport from v9.2.0 for webpack 4 compatibility
v8.2.0
- Use caches for module resolution and type reference directives when using compiler default functions - thanks @sheetalkamat - uses: https://github.com/microsoft/TypeScript/pull/43700
- This is a backport from v9.1.0 for webpack 4 compatibility
v8.1.0
v8.0.18
v8.0.17
v8.0.16
v8.0.15
- Update definition files in watch mode in webpack@5 - thanks @appzuka,@JonWallsten,@alexander-akait
- Add afterDeclarations to getCustomTransformers in README.md - thanks @appzuka
v8.0.14
-
Upgrade
chalk
,loader-utils
, andsemver
to latest stable versions - thanks Avi Vahl
v8.0.13
v8.0.12
- Instead of checking date, check time thats more accurate to see if something has changed - thanks @sheetalkamat
v8.0.11
v8.0.10
v8.0.9
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by Renovate-Bot