19.md (2702B)
1 # PR #19 Update dependency ts-loader to v4 2 3 - **Status:** merged 4 - **Author:** @renovate[bot] 5 - **Created:** 2018-04-17T13:19:11Z 6 - **Branch:** renovate/ts-loader-4.x → master 7 - **Merged:** 2018-05-19T09:38:05Z 8 - **Labels:** enhancement, Dependencies 9 - **Diff:** [19.diff](./19.diff) 10 11 --- 12 13 This Pull Request updates dependency [ts-loader](https://github.com/TypeStrong/ts-loader) from `^3.5.0` to `^4.0.0` 14 15 16 17 <details> 18 <summary>Release Notes</summary> 19 20 ### [`v4.3.0`](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#​430) 21 [Compare Source](https://github.com/TypeStrong/ts-loader/compare/v4.2.0...v4.3.0) 22 * [Fix dependency resolution when using pnpm](`https://github.com/TypeStrong/ts-loader/pull/774`) - thanks @​xbtsw and @​zkochan! 23 * [Add `allowTsInNodeModules` option for importing .ts files from node_modules](`https://github.com/TypeStrong/ts-loader/pull/773`) - thanks @​aelawson! 24 25 --- 26 27 ### [`v4.2.0`](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#​420) 28 [Compare Source](https://github.com/TypeStrong/ts-loader/compare/v4.1.0...v4.2.0) 29 * [Pass `context' to error formatters](`https://github.com/TypeStrong/ts-loader/pull/756`) - thanks @​gustavderdrache! 30 31 --- 32 33 ### [`v4.1.0`](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v410) 34 [Compare Source](https://github.com/TypeStrong/ts-loader/compare/v4.0.1...v4.1.0) 35 * [Fix slow `experimentalWatchApi`](`https://github.com/TypeStrong/ts-loader/pull/747`) (#​746) - thanks @​sheetalkamat and @​MLoughry! 36 * [feat: `getCustomTransformers` support path string for a module](`https://github.com/TypeStrong/ts-loader/pull/745`) - thanks @​vagusX and @​s-panferov (upon whose work this is based I believe) 37 38 --- 39 40 ### [`v4.0.1`](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v401) 41 [Compare Source](https://github.com/TypeStrong/ts-loader/compare/v4.0.0...v4.0.1) 42 * [Fix name collision in experimentalWatchApi code](`https://github.com/TypeStrong/ts-loader/pull/737`) - thanks @​MLoughry! 43 44 --- 45 46 ### [`v4.0.0`](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v400) 47 [Compare Source](https://github.com/TypeStrong/ts-loader/compare/dd60ed6206910acc1a006982bd484aa6a1414cbe...v4.0.0) 48 * Support webpack 4 49 * Drop support for webpack 2/3 **BREAKING CHANGE** - use ts-loader 3.x if you need webpack 2/3 support 50 * Minimum TypeScript version is now 2.4.1 **BREAKING CHANGE** 51 * Deprecated option `entryFileCannotBeJs` removed' **BREAKING CHANGE** 52 * Start using [prettier](https://prettier.io/) for the codebase 53 54 --- 55 56 </details> 57 58 59 60 61 --- 62 63 This PR has been generated by [Renovate Bot](https://renovatebot.com). 64