Skip to content

Commit b1e27b9

Browse files
committed
bug #590 Update friendly-errors-webpack-plugin to ^2.0.0-beta.1 (Lyrkan)
This PR was merged into the master branch. Discussion ---------- Update friendly-errors-webpack-plugin to ^2.0.0-beta.1 A version `^2.0.0-beta.1` of `friendly-webpack-plugin` was released recently, the API doesn't seem to change at all and it fixes a bunch of things, including #445. The major version bump is only there because they dropped support for Webpack 3, which shouldn't impact us at all. Commits ------- 5740369 Update friendly-errors-webpack-plugin to ^2.0.0-beta.1
2 parents d423c9e + 5740369 commit b1e27b9

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"css-loader": "^2.1.1",
3636
"fast-levenshtein": "^2.0.6",
3737
"file-loader": "^1.1.10",
38-
"friendly-errors-webpack-plugin": "^1.7.0",
38+
"friendly-errors-webpack-plugin": "^2.0.0-beta.1",
3939
"fs-extra": "^2.0.0",
4040
"loader-utils": "^1.1.0",
4141
"lodash": ">=3.5 <5",

yarn.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2816,7 +2816,7 @@ error-ex@^1.2.0, error-ex@^1.3.1:
28162816
dependencies:
28172817
is-arrayish "^0.2.1"
28182818

2819-
error-stack-parser@^2.0.0:
2819+
error-stack-parser@^2.0.2:
28202820
version "2.0.2"
28212821
resolved "https://registry.yarnpkg.com/error-stack-parser/-/error-stack-parser-2.0.2.tgz#4ae8dbaa2bf90a8b450707b9149dcabca135520d"
28222822
integrity sha512-E1fPutRDdIj/hohG0UpT5mayXNCxXP9d+snxFsPU9X0XgccOumKraa3juDMwTUyi7+Bu5+mCGagjg4IYeNbOdw==
@@ -3468,14 +3468,15 @@ [email protected]:
34683468
resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
34693469
integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=
34703470

3471-
friendly-errors-webpack-plugin@^1.7.0:
3472-
version "1.7.0"
3473-
resolved "https://registry.yarnpkg.com/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-1.7.0.tgz#efc86cbb816224565861a1be7a9d84d0aafea136"
3474-
integrity sha512-K27M3VK30wVoOarP651zDmb93R9zF28usW4ocaK3mfQeIEI5BPht/EzZs5E8QLLwbLRJQMwscAjDxYPb1FuNiw==
3471+
friendly-errors-webpack-plugin@^2.0.0-beta.1:
3472+
version "2.0.0-beta.1"
3473+
resolved "https://registry.yarnpkg.com/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-2.0.0-beta.1.tgz#b65341ac0c9b5f48fed76e8cdfaedfb8a39ef07e"
3474+
integrity sha512-dx01rzBAIQWjZp3I+DJ/9ot+qbdfAf34bsjpriEblPFvGpNA7fC9gUfqjA8pk+3zQiGTRl4E7xM/XAC4wgD19Q==
34753475
dependencies:
3476-
chalk "^1.1.3"
3477-
error-stack-parser "^2.0.0"
3476+
chalk "^2.4.2"
3477+
error-stack-parser "^2.0.2"
34783478
string-width "^2.0.0"
3479+
strip-ansi "^5"
34793480

34803481
from2@^2.1.0:
34813482
version "2.3.0"
@@ -7530,7 +7531,7 @@ strip-ansi@^4.0.0:
75307531
dependencies:
75317532
ansi-regex "^3.0.0"
75327533

7533-
strip-ansi@^5.0.0, strip-ansi@^5.1.0:
7534+
strip-ansi@^5, strip-ansi@^5.0.0, strip-ansi@^5.1.0:
75347535
version "5.2.0"
75357536
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae"
75367537
integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==

0 commit comments

Comments
 (0)