Skip to content

Commit b49ee6b

Browse files
committed
minor #733 build(deps-dev): update eslint-loader to ^3 (Kocal)
This PR was merged into the master branch. Discussion ---------- build(deps-dev): update eslint-loader to ^3 eslint-loader ^3 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) (related #732). 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 Commits ------- bd641a9 build(deps-dev): update eslint-loader to ^3
2 parents aba83cf + bd641a9 commit b49ee6b

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

+1-1
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 || ^6.0.0",
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

+14-14
Original file line numberDiff line numberDiff line change
@@ -3185,16 +3185,16 @@ eslint-import-resolver-node@^0.3.2:
31853185
debug "^2.6.9"
31863186
resolve "^1.13.1"
31873187

3188-
eslint-loader@^2.1.2:
3189-
version "2.2.1"
3190-
resolved "https://registry.yarnpkg.com/eslint-loader/-/eslint-loader-2.2.1.tgz#28b9c12da54057af0845e2a6112701a2f6bf8337"
3191-
integrity sha512-RLgV9hoCVsMLvOxCuNjdqOrUqIj9oJg8hF44vzJaYqsAHuY9G2YAeN3joQ9nxP0p5Th9iFSIpKo+SD8KISxXRg==
3188+
eslint-loader@^3.0.0:
3189+
version "3.0.4"
3190+
resolved "https://registry.yarnpkg.com/eslint-loader/-/eslint-loader-3.0.4.tgz#4329482877e381c91460a055bcd08d3855b9922d"
3191+
integrity sha512-I496aBd+Hi23Y0Cx+sKvw+VwlJre4ScIRlkrvTO6Scq68X/UXbN6F3lAhN8b0Zv8atAyprkyrA42K5QBJtCyaw==
31923192
dependencies:
3193-
loader-fs-cache "^1.0.0"
3194-
loader-utils "^1.0.2"
3195-
object-assign "^4.0.1"
3196-
object-hash "^1.1.4"
3197-
rimraf "^2.6.1"
3193+
fs-extra "^8.1.0"
3194+
loader-fs-cache "^1.0.3"
3195+
loader-utils "^1.2.3"
3196+
object-hash "^2.0.3"
3197+
schema-utils "^2.6.5"
31983198

31993199
eslint-module-utils@^2.4.1:
32003200
version "2.6.0"
@@ -5103,7 +5103,7 @@ load-json-file@^2.0.0:
51035103
pify "^2.0.0"
51045104
strip-bom "^3.0.0"
51055105

5106-
loader-fs-cache@^1.0.0:
5106+
loader-fs-cache@^1.0.3:
51075107
version "1.0.3"
51085108
resolved "https://registry.yarnpkg.com/loader-fs-cache/-/loader-fs-cache-1.0.3.tgz#f08657646d607078be2f0a032f8bd69dd6f277d9"
51095109
integrity sha512-ldcgZpjNJj71n+2Mf6yetz+c9bM4xpKtNds4LbqXzU/PTdeAX0g3ytnU1AJMEcTk2Lex4Smpe3Q/eCTsvUBxbA==
@@ -5816,10 +5816,10 @@ object-copy@^0.1.0:
58165816
define-property "^0.2.5"
58175817
kind-of "^3.0.3"
58185818

5819-
object-hash@^1.1.4:
5820-
version "1.3.1"
5821-
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-1.3.1.tgz#fde452098a951cb145f039bb7d455449ddc126df"
5822-
integrity sha512-OSuu/pU4ENM9kmREg0BdNrUDIl1heYa4mBZacJc+vVWz4GtAwu7jO8s4AIt2aGRUTqxykpWzI3Oqnsm13tTMDA==
5819+
object-hash@^2.0.3:
5820+
version "2.0.3"
5821+
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-2.0.3.tgz#d12db044e03cd2ca3d77c0570d87225b02e1e6ea"
5822+
integrity sha512-JPKn0GMu+Fa3zt3Bmr66JhokJU5BaNBIh4ZeTlaCBzrBsOeXzwcKKAK1tbLiPKgvwmPXsDvvLHoWh5Bm7ofIYg==
58235823

58245824
object-inspect@^1.7.0:
58255825
version "1.7.0"

0 commit comments

Comments
 (0)