88.md (14076B)
1 # PR #88 Update dependency ts-loader to v7 - autoclosed 2 3 - **Status:** closed 4 - **Author:** @renovate[bot] 5 - **Created:** 2020-05-06T00:00:00Z 6 - **Branch:** renovate/ts-loader-7.x → master 7 - **Closed:** 2020-07-10T19:54:57Z 8 - **Diff:** [88.diff](./88.diff) 9 10 --- 11 12 This PR contains the following updates: 13 14 | Package | Type | Update | Change | 15 |---|---|---|---| 16 | [ts-loader](https://togithub.com/TypeStrong/ts-loader) | dependencies | major | [`^4.3.0` -> `^7.0.0`](https://renovatebot.com/diffs/npm/ts-loader/4.5.0/7.0.5) | 17 18 --- 19 20 ### Release Notes 21 22 <details> 23 <summary>TypeStrong/ts-loader</summary> 24 25 ### [`v7.0.5`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v705) 26 27 [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v7.0.4...v7.0.5) 28 29 - [Add a delay before starting the comparison tests to avoid failures under WSL](https://togithub.com/TypeStrong/ts-loader/pull/1109) - thanks [@​appzuka](https://togithub.com/appzuka) 30 - [Apply other loaders when updating files in watch mode](https://togithub.com/TypeStrong/ts-loader/pull/1115) - thanks [@​iorate](https://togithub.com/iorate) 31 32 ### [`v7.0.4`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v704) 33 34 [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v7.0.3...v7.0.4) 35 36 - [Ensure a separate webpack instance is created for different loader options](https://togithub.com/TypeStrong/ts-loader/pull/1104) - thanks [@​appzuka](https://togithub.com/appzuka) 37 38 ### [`v7.0.3`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v703) 39 40 [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v7.0.2...v7.0.3) 41 42 - [Ensure that JSON files are included in build module resolution](https://togithub.com/TypeStrong/ts-loader/pull/1101) - thanks [@​berickson1](https://togithub.com/berickson1) 43 44 ### [`v7.0.2`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v702) 45 46 [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v7.0.1...v7.0.2) 47 48 - [Make content hash consistent across machines](https://togithub.com/TypeStrong/ts-loader/pull/1085) - thanks [@​elyalvarado](https://togithub.com/elyalvarado) 49 50 ### [`v7.0.1`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v701) 51 52 [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v7.0.0...v7.0.1) 53 54 - [fix: watch-run](https://togithub.com/TypeStrong/ts-loader/pull/1083) - thanks [@​zn4rk](https://togithub.com/zn4rk) 55 56 ### [`v7.0.0`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v700) 57 58 [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v6.2.2...v7.0.0) 59 60 - [Project reference support enhancements](https://togithub.com/TypeStrong/ts-loader/pull/1076) - thanks [@​sheetalkamat](https://togithub.com/sheetalkamat)! 61 - Following the end of life of Node 8, `ts-loader` no longer supports Node 8 **BREAKING CHANGE** 62 63 ### [`v6.2.2`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v622) 64 65 [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v6.2.1...v6.2.2) 66 67 - [Enable typescript 3.8.3 support when using `webpack.config.ts` files](https://togithub.com/TypeStrong/ts-loader/issues/1072) - thanks [@​vladimiry](https://togithub.com/vladimiry)! 68 69 ### [`v6.2.1`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v621) 70 71 [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v6.2.0...v6.2.1) 72 73 - [Output types alongside JS files, enable declaration maps](https://togithub.com/TypeStrong/ts-loader/pull/1026) - thanks [@​meyer](https://togithub.com/meyer)! 74 75 ### [`v6.2.0`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v620) 76 77 [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v6.1.2...v6.2.0) 78 79 - [Emitting .tsbuildinfo when using watch api](https://togithub.com/TypeStrong/ts-loader/pull/1017) - thanks [@​sheetalkamat](https://togithub.com/sheetalkamat)! 80 81 ### [`v6.1.2`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v612) 82 83 [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v6.1.1...v6.1.2) 84 85 - [don't emit declaration files for a declaration file](https://togithub.com/TypeStrong/ts-loader/pull/1015) ([#​1014](https://togithub.com/TypeStrong/ts-loader/issues/1014)) - thanks [@​gvinaccia](https://togithub.com/gvinaccia)! 86 - [Consume typescript apis from typescript nightly](https://togithub.com/TypeStrong/ts-loader/pull/1016) - thanks [@​sheetalkamat](https://togithub.com/sheetalkamat)! 87 88 ### [`v6.1.1`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v611) 89 90 [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v6.1.0...v6.1.1) 91 92 - [Fix SolutionBuilder watches](https://togithub.com/TypeStrong/ts-loader/pull/1003) and [related fixes](https://togithub.com/TypeStrong/ts-loader/pull/1011) ([#​998](https://togithub.com/TypeStrong/ts-loader/issues/998)) - thanks [@​sheetalkamat](https://togithub.com/sheetalkamat)! 93 - [fix: no errors reported if flagged with @​ts-check](https://togithub.com/TypeStrong/ts-loader/pull/1008) ([#​1004](https://togithub.com/TypeStrong/ts-loader/issues/1004)) - thanks [@​reinholdk](https://togithub.com/reinholdk)! 94 95 ### [`v6.1.0`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v610) 96 97 [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v6.0.4...v6.1.0) 98 99 - [Build upstream project references with SolutionBuilder](https://togithub.com/TypeStrong/ts-loader/pull/935) ([#​851](https://togithub.com/TypeStrong/ts-loader/issues/851), [#​913](https://togithub.com/TypeStrong/ts-loader/issues/913)) - thanks [@​sheetalkamat](https://togithub.com/sheetalkamat)! 100 101 ### [`v6.0.4`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v604) 102 103 [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v6.0.3...v6.0.4) 104 105 - [Fix issue when handling files not included in tsconfig.json](https://togithub.com/TypeStrong/ts-loader/issues/943) ([#​934](https://togithub.com/TypeStrong/ts-loader/issues/934)) - thanks [@​davazp](https://togithub.com/davazp)! 106 107 ### [`v6.0.3`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v603) 108 109 [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v6.0.2...v6.0.3) 110 111 - [Upgrade typescript version to 3.5.2](https://togithub.com/TypeStrong/ts-loader/pull/954) ([#​954](https://togithub.com/TypeStrong/ts-loader/issues/954)) - thanks [@​fa93hws](https://togithub.com/fa93hws) 112 113 ### [`v6.0.2`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v602) 114 115 [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v6.0.1...v6.0.2) 116 117 - [Set configFilePath when reading config file](https://togithub.com/TypeStrong/ts-loader/pull/942) ([#​939](https://togithub.com/TypeStrong/ts-loader/issues/939)) - thanks [@​konpikwastaken](https://togithub.com/konpikwastaken)! 118 119 ### [`v6.0.1`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v601) 120 121 [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v6.0.0...v6.0.1) 122 123 - [Fix issue with `resolveTypeReferenceDirective` causing errors like `Cannot find name 'it'` with Jest](https://togithub.com/TypeStrong/ts-loader/pull/936) ([#​934](https://togithub.com/TypeStrong/ts-loader/issues/934)) ([#​919](https://togithub.com/TypeStrong/ts-loader/issues/919)) - thanks [@​andrewbranch](https://togithub.com/andrewbranch)! 124 - [Fix TypeScript diagnostics not being printed to console when using project references](https://togithub.com/TypeStrong/ts-loader/pull/937) ([#​932](https://togithub.com/TypeStrong/ts-loader/issues/932)) - thanks [@​andrewbranch](https://togithub.com/andrewbranch)! 125 126 ### [`v6.0.0`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v600) 127 128 [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v5.4.5...v6.0.0) 129 130 - [Drop support for node < 8.6 related to micromatch upgrade to 4](https://togithub.com/TypeStrong/ts-loader/pull/930); see: [#​929](https://togithub.com/TypeStrong/ts-loader/issues/929) 131 - [Update dependencies](https://togithub.com/TypeStrong/ts-loader/pull/928) - thanks [@​johnnyreilly](https://togithub.com/johnnyreilly)! 132 133 ### [`v5.4.5`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v545) 134 135 [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v5.4.4...v5.4.5) 136 137 - [use @​types/webpack for loader typings](https://togithub.com/TypeStrong/ts-loader/pull/927) - thanks [@​LukeSheard](https://togithub.com/LukeSheard)! 138 139 ### [`v5.4.4`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v544) 140 141 [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v5.4.3...v5.4.4) 142 143 - [refactor: add common appendTsTsxSuffixesIfRequired function to instance](https://togithub.com/TypeStrong/ts-loader/pull/924) - thanks [@​johnnyreilly](https://togithub.com/johnnyreilly)! 144 145 ### [`v5.4.3`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v543) 146 147 [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v5.3.3...v5.4.3) 148 149 - [feat: resolveTypeReferenceDirective support for yarn PnP](https://togithub.com/TypeStrong/ts-loader/pull/921) - thanks [@​johnnyreilly](https://togithub.com/johnnyreilly)! 150 - [fix: don't include anything apart from ts-loader in publish](https://togithub.com/TypeStrong/ts-loader/pull/923) - thanks [@​johnnyreilly](https://togithub.com/johnnyreilly)! 151 152 ### [`v5.3.3`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v533) 153 154 [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v5.3.2...v5.3.3) 155 156 - [fix: Pass ts.Program to getCustomTransformers](https://togithub.com/TypeStrong/ts-loader/pull/889) ([#​860](https://togithub.com/TypeStrong/ts-loader/issues/860)) - thanks [@​andersekdahl](https://togithub.com/andersekdahl)! 157 158 ### [`v5.3.2`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v532) 159 160 [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v5.3.1...v5.3.2) 161 162 - [feat: enable experimentalFileCaching by default](https://togithub.com/TypeStrong/ts-loader/pull/885) ([#​868](https://togithub.com/TypeStrong/ts-loader/issues/868)) - thanks [@​timocov](https://togithub.com/timocov)! 163 164 ### [`v5.3.1`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v531) 165 166 [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v5.3.0...v5.3.1) 167 168 - [fix: projectReferences with rootDir](https://togithub.com/TypeStrong/ts-loader/pull/871) ([#​868](https://togithub.com/TypeStrong/ts-loader/issues/868)) - thanks [@​andrewbranch](https://togithub.com/andrewbranch)! 169 170 ### [`v5.3.0`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v530) 171 172 [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v5.2.2...v5.3.0) 173 174 - [feat: Exposes a `resolveNodeModule` option](https://togithub.com/TypeStrong/ts-loader/pull/862) - thanks [@​arcanis](https://togithub.com/arcanis)! 175 176 ### [`v5.2.2`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v522) 177 178 [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v5.2.1...v5.2.2) 179 180 - [feat: Micro-optimizations](https://togithub.com/TypeStrong/ts-loader/pull/855) - thanks [@​johnnyreilly](https://togithub.com/johnnyreilly) 181 182 ### [`v5.2.1`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v521) 183 184 [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v5.2.0...v5.2.1) 185 186 - [feat: Lists typescript as a peer dependency](https://togithub.com/TypeStrong/ts-loader/pull/841) - thanks [@​arcanis](https://togithub.com/arcanis)! 187 188 ### [`v5.2.0`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v520) 189 190 [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v5.1.1...v5.2.0) 191 192 - [feat: Initial support for project references - `projectReferences`](https://togithub.com/TypeStrong/ts-loader/pull/817) - thanks [@​andrewbranch](https://togithub.com/andrewbranch)! 193 194 ### [`v5.1.1`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v511) 195 196 [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v5.1.0...v5.1.1) 197 198 - [fix(getTranspilationEmit): pass the raw path to transpileModule](https://togithub.com/TypeStrong/ts-loader/pull/835) - thanks [@​Brooooooklyn](https://togithub.com/Brooooooklyn) 199 200 ### [`v5.1.0`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v510) 201 202 [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v5.0.0...v5.1.0) 203 204 - [feat: Added cache for some FS operations while compiling - `experimentalFileCaching`](https://togithub.com/TypeStrong/ts-loader/pull/829) - thanks [@​timocov](https://togithub.com/timocov)! 205 206 ### [`v5.0.0`](https://togithub.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md#v500) 207 208 [Compare Source](https://togithub.com/TypeStrong/ts-loader/compare/v4.5.0...v5.0.0) 209 210 - [feat: Fixed issue with incorrect output path for declaration files](https://togithub.com/TypeStrong/ts-loader/pull/822) - thanks [@​JonWallsten](https://togithub.com/JonWallsten)! **BREAKING CHANGE** 211 212 </details> 213 214 --- 215 216 ### Renovate configuration 217 218 :date: **Schedule**: At any time (no schedule defined). 219 220 :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. 221 222 :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 223 224 :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. 225 226 --- 227 228 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box 229 230 --- 231 232 This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#SocialNetworkNews/SocialNetworkNews-Web). 233