12.md (4682B)
1 # PR #12 Update dependency ts-loader to ^4.0.0 2 3 - **Status:** merged 4 - **Author:** @renovate[bot] 5 - **Created:** 2018-03-24T15:41:37Z 6 - **Branch:** renovate/ts-loader-4.x → master 7 - **Merged:** 2018-03-24T16:16:31Z 8 - **Labels:** enhancement, Dependencies 9 - **Assignees:** @MTRNord 10 - **Diff:** [12.diff](./12.diff) 11 12 --- 13 14 This Pull Request updates dependency [ts-loader](https://github.com/TypeStrong/ts-loader) from `^3.5.0` to `^4.0.0` 15 16 17 18 <details> 19 <summary>Release Notes</summary> 20 21 ### [`v4.0.0`](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v400) 22 23 * Support webpack 4 24 * Drop support for webpack 2/3 **BREAKING CHANGE** - use ts-loader 3.x if you need webpack 2/3 support 25 * Minimum TypeScript version is now 2.4.1 **BREAKING CHANGE** 26 * Deprecated option `entryFileCannotBeJs` removed' **BREAKING CHANGE** 27 * Start using [prettier](https://prettier.io/) for the codebase 28 29 --- 30 31 ### [`v4.0.1`](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v401) 32 33 * [Fix name collision in experimentalWatchApi code](`https://github.com/TypeStrong/ts-loader/pull/737`) - thanks @​MLoughry! 34 35 --- 36 37 ### [`v4.1.0`](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v410) 38 39 * [Fix slow `experimentalWatchApi`](`https://github.com/TypeStrong/ts-loader/pull/747`) (#​746) - thanks @​sheetalkamat and @​MLoughry! 40 * [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) 41 42 --- 43 44 </details> 45 46 47 <details> 48 <summary>Commits</summary> 49 50 #### v4.0.0 51 - [`388f2a6`](https://github.com/TypeStrong/ts-loader/commit/388f2a617d1dbdbace574b2bf0bcdd933d440e0a) WIP Changes for webpack 4 (#​710) 52 - [`2f8b501`](https://github.com/TypeStrong/ts-loader/commit/2f8b50192a44386ebc38c394dacad34260a6f46c) use 4.0.0 enhanced-resolve 53 - [`816509f`](https://github.com/TypeStrong/ts-loader/commit/816509f54a35e73dac7c30583bb198aca84a9c95) missing linebreak 54 - [`d7b68fa`](https://github.com/TypeStrong/ts-loader/commit/d7b68fa7dc741e97d4bc5f6668f874bfdb3fea67) upgrade to webpack 4 beta 3 55 - [`002c0f6`](https://github.com/TypeStrong/ts-loader/commit/002c0f651cf1a8e27b0e232b7fe4a982ddce6323) start using prettier 56 - [`6d442db`](https://github.com/TypeStrong/ts-loader/commit/6d442db1bc40781f5e394a0e6edc1cf3b359e829) Upgrade to webpack 4 57 #### v4.0.1 58 - [`9fd5004`](https://github.com/TypeStrong/ts-loader/commit/9fd50040ebf2ffa5823a16a8d75060f323bba8d2) set package.json version to 4.0.0 59 - [`bbe1f33`](https://github.com/TypeStrong/ts-loader/commit/bbe1f33b48592b99b3266281b57d05ae051d5eb2) update simple examples for webpack 4 - others still need updating 60 - [`79d133b`](https://github.com/TypeStrong/ts-loader/commit/79d133bde0b447424fbb04aa10cc6672521e9fdb) upgrade fork-ts-checker example dependencies 61 - [`34a528b`](https://github.com/TypeStrong/ts-loader/commit/34a528ba4fa767d019621f495dd4c0f5d9f89b05) upgrade thread-loader example 62 - [`c122c9f`](https://github.com/TypeStrong/ts-loader/commit/c122c9ffbf24eca99ef9297e9241d6176542010d) upgrade react-hot-boilerplate to webpack 4 63 - [`8b33e3f`](https://github.com/TypeStrong/ts-loader/commit/8b33e3fb62002bef7583110390f35debcdc4b03a) update vanilla tsjs example 64 - [`847e5e4`](https://github.com/TypeStrong/ts-loader/commit/847e5e447261e8cef2210816ddf4bbd4be9189ca) upgrade react cdn simple example 65 - [`8b07efb`](https://github.com/TypeStrong/ts-loader/commit/8b07efbb45a1b77f66839c19ace8a081355ec771) Add note in docs about external config files (#​733) 66 - [`095f837`](https://github.com/TypeStrong/ts-loader/commit/095f8379c695f6b3c454ee1a9f7b27fc7db015c2) Fix name collision in experimentalWatchApi code (#​737) 67 - [`55806a1`](https://github.com/TypeStrong/ts-loader/commit/55806a14bd84cc9c3662be385d4c9c83fd746457) Prepare for 4.0.1 release 68 #### v4.1.0 69 - [`0936566`](https://github.com/TypeStrong/ts-loader/commit/09365665e0220e0478a58e642fb3e51a9dcbeb86) Remove cross-env from react-hot-boilerplate (#​738) 70 - [`caec556`](https://github.com/TypeStrong/ts-loader/commit/caec556f750f6375d02486a55f025ba9f85f3e53) Do not create program multiple times when there are no changes in files (#​747) 71 - [`6e11551`](https://github.com/TypeStrong/ts-loader/commit/6e115519c1f0ff1f66df4917039a657d62b12d85) feat: `getCustomTransformers` support path string for a module (#​745) 72 - [`b191477`](https://github.com/TypeStrong/ts-loader/commit/b1914770f1f399284fcdac59e5f99efbae8e9b63) preparing 4.1.0 release 73 74 </details> 75 76 77 78 --- 79 80 This PR has been generated by [Renovate Bot](https://renovateapp.com). 81