Skip to content

Commit 953664c

Browse files
authored
chore: update eslint-plugin-import (#943)
1 parent fac5e4b commit 953664c

File tree

2 files changed

+29
-69
lines changed

2 files changed

+29
-69
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@
105105
"eslint-plugin-eslint-comments": "^3.1.2",
106106
"eslint-plugin-eslint-config": "^2.0.0",
107107
"eslint-plugin-eslint-plugin": "^3.5.3",
108-
"eslint-plugin-import": "^2.20.2",
108+
"eslint-plugin-import": "^2.25.1",
109109
"eslint-plugin-node": "^11.0.0",
110110
"eslint-plugin-prettier": "^3.4.1",
111111
"husky": "^7.0.2",
112112
"is-ci": "^3.0.0",
113113
"jest": "^27.0.0",
114-
"jest-runner-eslint": "^0.11.0",
114+
"jest-runner-eslint": "^1.0.0",
115115
"lint-staged": "^11.1.2",
116116
"pinst": "^2.0.0",
117117
"prettier": "^2.0.5",

yarn.lock

Lines changed: 27 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -2971,7 +2971,7 @@ __metadata:
29712971
languageName: node
29722972
linkType: hard
29732973

2974-
"array-includes@npm:^3.1.3":
2974+
"array-includes@npm:^3.1.4":
29752975
version: 3.1.4
29762976
resolution: "array-includes@npm:3.1.4"
29772977
dependencies:
@@ -2991,7 +2991,7 @@ __metadata:
29912991
languageName: node
29922992
linkType: hard
29932993

2994-
"array.prototype.flat@npm:^1.2.4":
2994+
"array.prototype.flat@npm:^1.2.5":
29952995
version: 1.2.5
29962996
resolution: "array.prototype.flat@npm:1.2.5"
29972997
dependencies:
@@ -4371,12 +4371,13 @@ __metadata:
43714371
linkType: hard
43724372

43734373
"eslint-module-utils@npm:^2.6.2":
4374-
version: 2.6.2
4375-
resolution: "eslint-module-utils@npm:2.6.2"
4374+
version: 2.7.0
4375+
resolution: "eslint-module-utils@npm:2.7.0"
43764376
dependencies:
43774377
debug: ^3.2.7
4378+
find-up: ^2.1.0
43784379
pkg-dir: ^2.0.0
4379-
checksum: 814591f494e4f4b04c1af0fde2a679e7a7664a5feb51175e02ba96d671e34ec60cb1835d174508eb81c07a6c92c243f84c6349f4169b3bec1a8dbdd36a0934f3
4380+
checksum: 98f284dee995ed3e12a7ea61525ad421abf1ec6483182555382c29d087890d6e79e8cad15edd189e3389e76e593098105d38435990e1fa4e6cb855869c79980a
43804381
languageName: node
43814382
linkType: hard
43824383

@@ -4427,28 +4428,26 @@ __metadata:
44274428
languageName: node
44284429
linkType: hard
44294430

4430-
"eslint-plugin-import@npm:^2.20.2":
4431-
version: 2.24.2
4432-
resolution: "eslint-plugin-import@npm:2.24.2"
4431+
"eslint-plugin-import@npm:^2.25.1":
4432+
version: 2.25.1
4433+
resolution: "eslint-plugin-import@npm:2.25.1"
44334434
dependencies:
4434-
array-includes: ^3.1.3
4435-
array.prototype.flat: ^1.2.4
4435+
array-includes: ^3.1.4
4436+
array.prototype.flat: ^1.2.5
44364437
debug: ^2.6.9
44374438
doctrine: ^2.1.0
44384439
eslint-import-resolver-node: ^0.3.6
44394440
eslint-module-utils: ^2.6.2
4440-
find-up: ^2.0.0
44414441
has: ^1.0.3
4442-
is-core-module: ^2.6.0
4442+
is-core-module: ^2.7.0
4443+
is-glob: ^4.0.3
44434444
minimatch: ^3.0.4
4444-
object.values: ^1.1.4
4445-
pkg-up: ^2.0.0
4446-
read-pkg-up: ^3.0.0
4445+
object.values: ^1.1.5
44474446
resolve: ^1.20.0
44484447
tsconfig-paths: ^3.11.0
44494448
peerDependencies:
4450-
eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0
4451-
checksum: df570aec83ffa126fd80596d9fb1b6799d3cde025ceeb159eb28383541ebbb855468c9a2dbc670ab9e91dd0a8f8a82e52fd909a7c61e9ffa585bcce84ae1aec4
4449+
eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8
4450+
checksum: afc3982575a6d25d1ce313d88ffbdebd39e95481988fa930d24b5729b428554d7f273fd83b00e6fbb28715ffc88c5631a36d8855ffa55e0ffc39a32cb4dee6c9
44524451
languageName: node
44534452
linkType: hard
44544453

@@ -4480,13 +4479,13 @@ __metadata:
44804479
eslint-plugin-eslint-comments: ^3.1.2
44814480
eslint-plugin-eslint-config: ^2.0.0
44824481
eslint-plugin-eslint-plugin: ^3.5.3
4483-
eslint-plugin-import: ^2.20.2
4482+
eslint-plugin-import: ^2.25.1
44844483
eslint-plugin-node: ^11.0.0
44854484
eslint-plugin-prettier: ^3.4.1
44864485
husky: ^7.0.2
44874486
is-ci: ^3.0.0
44884487
jest: ^27.0.0
4489-
jest-runner-eslint: ^0.11.0
4488+
jest-runner-eslint: ^1.0.0
44904489
lint-staged: ^11.1.2
44914490
pinst: ^2.0.0
44924491
prettier: ^2.0.5
@@ -5709,7 +5708,7 @@ __metadata:
57095708
languageName: node
57105709
linkType: hard
57115710

5712-
"is-core-module@npm:^2.2.0, is-core-module@npm:^2.5.0, is-core-module@npm:^2.6.0":
5711+
"is-core-module@npm:^2.2.0, is-core-module@npm:^2.5.0, is-core-module@npm:^2.7.0":
57135712
version: 2.7.0
57145713
resolution: "is-core-module@npm:2.7.0"
57155714
dependencies:
@@ -5764,7 +5763,7 @@ __metadata:
57645763
languageName: node
57655764
linkType: hard
57665765

5767-
"is-glob@npm:^4.0.0, is-glob@npm:^4.0.1, is-glob@npm:~4.0.1":
5766+
"is-glob@npm:^4.0.0, is-glob@npm:^4.0.1, is-glob@npm:^4.0.3, is-glob@npm:~4.0.1":
57685767
version: 4.0.3
57695768
resolution: "is-glob@npm:4.0.3"
57705769
dependencies:
@@ -6334,18 +6333,18 @@ __metadata:
63346333
languageName: node
63356334
linkType: hard
63366335

6337-
"jest-runner-eslint@npm:^0.11.0":
6338-
version: 0.11.1
6339-
resolution: "jest-runner-eslint@npm:0.11.1"
6336+
"jest-runner-eslint@npm:^1.0.0":
6337+
version: 1.0.0
6338+
resolution: "jest-runner-eslint@npm:1.0.0"
63406339
dependencies:
63416340
chalk: ^3.0.0
63426341
cosmiconfig: ^6.0.0
63436342
create-jest-runner: ^0.6.0
63446343
dot-prop: ^5.3.0
63456344
peerDependencies:
6346-
eslint: ^6 || ^7
6345+
eslint: ^6 || ^7 || ^8
63476346
jest: ^25.1 || ^26 || ^27
6348-
checksum: 49d38ba63eaba12e4dcfa02e918940befa002f5b841df662be177be561dfe1f814d9830a6cd3d9e81b6e3d027a738690fc91325dd2fbf4feb4d13cac3266baf3
6347+
checksum: 2969532d67e8a3049b22a143a23b40226dc552e602b8cae060bf6427728dc2c13c0f95c3cf54981b0a551403c876e30d2881c96e6a42d29df1f4891e870427c9
63496348
languageName: node
63506349
linkType: hard
63516350

@@ -7595,7 +7594,7 @@ __metadata:
75957594
languageName: node
75967595
linkType: hard
75977596

7598-
"normalize-package-data@npm:^2.3.2, normalize-package-data@npm:^2.5.0":
7597+
"normalize-package-data@npm:^2.5.0":
75997598
version: 2.5.0
76007599
resolution: "normalize-package-data@npm:2.5.0"
76017600
dependencies:
@@ -7902,7 +7901,7 @@ __metadata:
79027901
languageName: node
79037902
linkType: hard
79047903

7905-
"object.values@npm:^1.1.4":
7904+
"object.values@npm:^1.1.5":
79067905
version: 1.1.5
79077906
resolution: "object.values@npm:1.1.5"
79087907
dependencies:
@@ -8234,15 +8233,6 @@ __metadata:
82348233
languageName: node
82358234
linkType: hard
82368235

8237-
"path-type@npm:^3.0.0":
8238-
version: 3.0.0
8239-
resolution: "path-type@npm:3.0.0"
8240-
dependencies:
8241-
pify: ^3.0.0
8242-
checksum: 735b35e256bad181f38fa021033b1c33cfbe62ead42bb2222b56c210e42938eecb272ae1949f3b6db4ac39597a61b44edd8384623ec4d79bfdc9a9c0f12537a6
8243-
languageName: node
8244-
linkType: hard
8245-
82468236
"path-type@npm:^4.0.0":
82478237
version: 4.0.0
82488238
resolution: "path-type@npm:4.0.0"
@@ -8333,15 +8323,6 @@ __metadata:
83338323
languageName: node
83348324
linkType: hard
83358325

8336-
"pkg-up@npm:^2.0.0":
8337-
version: 2.0.0
8338-
resolution: "pkg-up@npm:2.0.0"
8339-
dependencies:
8340-
find-up: ^2.1.0
8341-
checksum: de4b418175281a082e366ce1a919f032520ee53cf421578b35173f03816f6ec4c19e1552066840bb0988c3e1215859653948efd6ca3507a23f4f44229269500d
8342-
languageName: node
8343-
linkType: hard
8344-
83458326
"please-upgrade-node@npm:^3.2.0":
83468327
version: 3.2.0
83478328
resolution: "please-upgrade-node@npm:3.2.0"
@@ -8577,16 +8558,6 @@ __metadata:
85778558
languageName: node
85788559
linkType: hard
85798560

8580-
"read-pkg-up@npm:^3.0.0":
8581-
version: 3.0.0
8582-
resolution: "read-pkg-up@npm:3.0.0"
8583-
dependencies:
8584-
find-up: ^2.0.0
8585-
read-pkg: ^3.0.0
8586-
checksum: 16175573f2914ab9788897bcbe2a62b5728d0075e62285b3680cebe97059e2911e0134a062cf6e51ebe3e3775312bc788ac2039ed6af38ec68d2c10c6f2b30fb
8587-
languageName: node
8588-
linkType: hard
8589-
85908561
"read-pkg-up@npm:^7.0.0, read-pkg-up@npm:^7.0.1":
85918562
version: 7.0.1
85928563
resolution: "read-pkg-up@npm:7.0.1"
@@ -8598,17 +8569,6 @@ __metadata:
85988569
languageName: node
85998570
linkType: hard
86008571

8601-
"read-pkg@npm:^3.0.0":
8602-
version: 3.0.0
8603-
resolution: "read-pkg@npm:3.0.0"
8604-
dependencies:
8605-
load-json-file: ^4.0.0
8606-
normalize-package-data: ^2.3.2
8607-
path-type: ^3.0.0
8608-
checksum: 398903ebae6c7e9965419a1062924436cc0b6f516c42c4679a90290d2f87448ed8f977e7aa2dbba4aa1ac09248628c43e493ac25b2bc76640e946035200e34c6
8609-
languageName: node
8610-
linkType: hard
8611-
86128572
"read-pkg@npm:^5.0.0, read-pkg@npm:^5.2.0":
86138573
version: 5.2.0
86148574
resolution: "read-pkg@npm:5.2.0"

0 commit comments

Comments
 (0)