Skip to content

Commit 0533e68

Browse files
committed
build(deps-dev): update eslint-loader to ^3
eslint-loader is the last version to [support both ESLint 5 and 6](https://github.com/webpack-contrib/eslint-loader/blob/v3.0.4/package.json#L40). Given the [changelog for v3.0.0](https://github.com/webpack-contrib/eslint-loader/blob/master/CHANGELOG.md#300-2019-08-24), the only breaking changes are: - drop support for Node < 8.9.0 (we did it too #731) - minimum supported webpack version is 4: not a problem - minimum supported eslint version is 5: not a problem
1 parent bdd6908 commit 0533e68

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"chai-subset": "^1.6.0",
6868
"core-js": "^3.0.0",
6969
"eslint": "^5.15.2",
70-
"eslint-loader": "^2.1.2",
70+
"eslint-loader": "^3.0.0",
7171
"eslint-plugin-header": "^1.0.0",
7272
"eslint-plugin-import": "^2.8.0",
7373
"eslint-plugin-node": "^8.0.1",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3140,16 +3140,16 @@ eslint-import-resolver-node@^0.3.2:
31403140
debug "^2.6.9"
31413141
resolve "^1.13.1"
31423142

3143-
eslint-loader@^2.1.2:
3144-
version "2.2.1"
3145-
resolved "https://registry.yarnpkg.com/eslint-loader/-/eslint-loader-2.2.1.tgz#28b9c12da54057af0845e2a6112701a2f6bf8337"
3146-
integrity sha512-RLgV9hoCVsMLvOxCuNjdqOrUqIj9oJg8hF44vzJaYqsAHuY9G2YAeN3joQ9nxP0p5Th9iFSIpKo+SD8KISxXRg==
3143+
eslint-loader@^3.0.0:
3144+
version "3.0.4"
3145+
resolved "https://registry.yarnpkg.com/eslint-loader/-/eslint-loader-3.0.4.tgz#4329482877e381c91460a055bcd08d3855b9922d"
3146+
integrity sha512-I496aBd+Hi23Y0Cx+sKvw+VwlJre4ScIRlkrvTO6Scq68X/UXbN6F3lAhN8b0Zv8atAyprkyrA42K5QBJtCyaw==
31473147
dependencies:
3148-
loader-fs-cache "^1.0.0"
3149-
loader-utils "^1.0.2"
3150-
object-assign "^4.0.1"
3151-
object-hash "^1.1.4"
3152-
rimraf "^2.6.1"
3148+
fs-extra "^8.1.0"
3149+
loader-fs-cache "^1.0.3"
3150+
loader-utils "^1.2.3"
3151+
object-hash "^2.0.3"
3152+
schema-utils "^2.6.5"
31533153

31543154
eslint-module-utils@^2.4.1:
31553155
version "2.6.0"
@@ -5032,7 +5032,7 @@ load-json-file@^2.0.0:
50325032
pify "^2.0.0"
50335033
strip-bom "^3.0.0"
50345034

5035-
loader-fs-cache@^1.0.0:
5035+
loader-fs-cache@^1.0.3:
50365036
version "1.0.3"
50375037
resolved "https://registry.yarnpkg.com/loader-fs-cache/-/loader-fs-cache-1.0.3.tgz#f08657646d607078be2f0a032f8bd69dd6f277d9"
50385038
integrity sha512-ldcgZpjNJj71n+2Mf6yetz+c9bM4xpKtNds4LbqXzU/PTdeAX0g3ytnU1AJMEcTk2Lex4Smpe3Q/eCTsvUBxbA==
@@ -5750,10 +5750,10 @@ object-copy@^0.1.0:
57505750
define-property "^0.2.5"
57515751
kind-of "^3.0.3"
57525752

5753-
object-hash@^1.1.4:
5754-
version "1.3.1"
5755-
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-1.3.1.tgz#fde452098a951cb145f039bb7d455449ddc126df"
5756-
integrity sha512-OSuu/pU4ENM9kmREg0BdNrUDIl1heYa4mBZacJc+vVWz4GtAwu7jO8s4AIt2aGRUTqxykpWzI3Oqnsm13tTMDA==
5753+
object-hash@^2.0.3:
5754+
version "2.0.3"
5755+
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-2.0.3.tgz#d12db044e03cd2ca3d77c0570d87225b02e1e6ea"
5756+
integrity sha512-JPKn0GMu+Fa3zt3Bmr66JhokJU5BaNBIh4ZeTlaCBzrBsOeXzwcKKAK1tbLiPKgvwmPXsDvvLHoWh5Bm7ofIYg==
57575757

57585758
object-inspect@^1.7.0:
57595759
version "1.7.0"

0 commit comments

Comments
 (0)