socialnetworknews-web.meta

Issues/PRs archive for SocialNetworkNews/SocialNetworkNews-Web
git clone git://archive.git.mtrnord.blog/SocialNetworkNews/socialnetworknews-web.meta.git
Log | Files | Refs

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#&#8203;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 @&#8203;xbtsw and @&#8203;zkochan!
     23 * [Add `allowTsInNodeModules` option for importing .ts files from node_modules](`https://github.com/TypeStrong/ts-loader/pull/773`) - thanks @&#8203;aelawson!
     24 
     25 ---
     26 
     27 ### [`v4.2.0`](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#&#8203;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 @&#8203;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`) (#&#8203;746) - thanks @&#8203;sheetalkamat and @&#8203;MLoughry!
     36 * [feat: `getCustomTransformers` support path string for a module](`https://github.com/TypeStrong/ts-loader/pull/745`) - thanks @&#8203;vagusX and @&#8203;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 @&#8203;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