Skip to content

Commit 77008f2

Browse files
committed
feature #759 upgrading fork-ts-checker-webpack-plugin to test 4.0 (weaverryan)
This PR was merged into the master branch. Discussion ---------- upgrading fork-ts-checker-webpack-plugin to test 4.0 Closes #749 It seems like there weren't many changes for `fork-ts-checker-webpack-plugin`, unless you were hooking into it in custom ways or using certain options. It will be the user's responsibility to upgrade anyways: if they're using an older version, they'll just see a warning from us. Commits ------- 311f079 upgrading fork-ts-checker-webpack-plugin to test 4.0
2 parents 77cb1fa + 311f079 commit 77008f2

File tree

3 files changed

+31
-10
lines changed

3 files changed

+31
-10
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# CHANGELOG
22

3+
## 0.30.0
4+
5+
* The `fork-ts-checker-webpack-plugin` package was upgraded for the tests
6+
from `^0.4.1` to `^4.0.0`. If you're using `enableForkedTypeScriptTypesChecking()`,
7+
you control the `fork-ts-checker-webpack-plugin` version in your
8+
`package.json` file. You should upgrade to `^4.0.0` to ensure
9+
that the plugin works correctly with Encore. See
10+
[fork-ts-checker-webpack-plugin](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin)
11+
for details about the changes.
12+
313
## 0.29.0
414

515
* Support for Node 8 was dropped.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"eslint-plugin-header": "^1.0.0",
7373
"eslint-plugin-import": "^2.8.0",
7474
"eslint-plugin-node": "^8.0.1",
75-
"fork-ts-checker-webpack-plugin": "^0.4.1",
75+
"fork-ts-checker-webpack-plugin": "^4.0.0",
7676
"fs-extra": "^9.0.0",
7777
"handlebars": "^4.0.11",
7878
"handlebars-loader": "^1.7.0",

yarn.lock

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2111,7 +2111,7 @@ chardet@^0.7.0:
21112111
optionalDependencies:
21122112
fsevents "~2.1.2"
21132113

2114-
chokidar@^2.0.4, chokidar@^2.1.8:
2114+
chokidar@^2.1.8:
21152115
version "2.1.8"
21162116
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917"
21172117
integrity sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==
@@ -3811,19 +3811,18 @@ forever-agent@~0.6.1:
38113811
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
38123812
integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
38133813

3814-
fork-ts-checker-webpack-plugin@^0.4.1:
3815-
version "0.4.15"
3816-
resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-0.4.15.tgz#7cd9f94f3dd58cd1fe8f953f876e72090eda3f6d"
3817-
integrity sha512-qNYuygh2GxXehBvQZ5rI5YlQFn+7ZV6kmkyD9Sgs33dWl73NZdUOB5aCp8v0EXJn176AhPrZP8YCMT3h01fs+g==
3814+
fork-ts-checker-webpack-plugin@^4.0.0:
3815+
version "4.1.3"
3816+
resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-4.1.3.tgz#306f1566fc1c916816830b3de4e53da8d6d6a9e2"
3817+
integrity sha512-ErA8cFsPfAIOx2UFoRlMraGVB1Ye3bXQTdNW6lmeKQDuNnkORqJmA9bcReNxJj5kVHeKkKcNZv3f6PMyeugO+w==
38183818
dependencies:
38193819
babel-code-frame "^6.22.0"
38203820
chalk "^2.4.1"
3821-
chokidar "^2.0.4"
3822-
lodash "^4.17.11"
38233821
micromatch "^3.1.10"
38243822
minimatch "^3.0.4"
3825-
resolve "^1.5.0"
3823+
semver "^5.6.0"
38263824
tapable "^1.0.0"
3825+
worker-rpc "^0.1.0"
38273826

38283827
form-data@~2.3.2:
38293828
version "2.3.3"
@@ -5485,6 +5484,11 @@ methods@~1.1.2:
54855484
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
54865485
integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=
54875486

5487+
microevent.ts@~0.1.1:
5488+
version "0.1.1"
5489+
resolved "https://registry.yarnpkg.com/microevent.ts/-/microevent.ts-0.1.1.tgz#70b09b83f43df5172d0205a63025bce0f7357fa0"
5490+
integrity sha512-jo1OfR4TaEwd5HOrt5+tAZ9mqT4jmpNAusXtyfNzqVm9uiSYFZlKM1wYL4oU7azZW/PxQW53wM0S6OR1JHNa2g==
5491+
54885492
micromatch@^3.0.4, micromatch@^3.1.10, micromatch@^3.1.4:
54895493
version "3.1.10"
54905494
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
@@ -7381,7 +7385,7 @@ resolve-url@^0.2.1:
73817385
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
73827386
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
73837387

7384-
resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.8.1:
7388+
resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.3.2, resolve@^1.8.1:
73857389
version "1.17.0"
73867390
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
73877391
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
@@ -9041,6 +9045,13 @@ worker-farm@^1.7.0:
90419045
dependencies:
90429046
errno "~0.1.7"
90439047

9048+
worker-rpc@^0.1.0:
9049+
version "0.1.1"
9050+
resolved "https://registry.yarnpkg.com/worker-rpc/-/worker-rpc-0.1.1.tgz#cb565bd6d7071a8f16660686051e969ad32f54d5"
9051+
integrity sha512-P1WjMrUB3qgJNI9jfmpZ/htmBEjFh//6l/5y8SD9hg1Ef5zTTVVoRjTrTEzPrNBQvmhMxkoTsjOXN10GWU7aCg==
9052+
dependencies:
9053+
microevent.ts "~0.1.1"
9054+
90449055
wrap-ansi@^2.0.0:
90459056
version "2.1.0"
90469057
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-2.1.0.tgz#d8fc3d284dd05794fe84973caecdd1cf824fdd85"

0 commit comments

Comments
 (0)