Skip to content

Commit 0a42e04

Browse files
build(deps-dev): Bump eslint-plugin-import from 2.27.5 to 2.28.1
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.27.5 to 2.28.1. - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.27.5...v2.28.1) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0928744 commit 0a42e04

File tree

2 files changed

+70
-14
lines changed

2 files changed

+70
-14
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"eslint": "8.47.0",
135135
"eslint-import-resolver-typescript": "3.6.0",
136136
"eslint-plugin-chai-expect": "3.0.0",
137-
"eslint-plugin-import": "2.27.5",
137+
"eslint-plugin-import": "2.28.1",
138138
"eslint-plugin-jest-formatting": "3.1.0",
139139
"eslint-plugin-jsdoc": "44.1.0",
140140
"eslint-plugin-jsonc": "2.9.0",

yarn.lock

+69-13
Original file line numberDiff line numberDiff line change
@@ -1613,7 +1613,7 @@ __metadata:
16131613
eslint: "npm:8.47.0"
16141614
eslint-import-resolver-typescript: "npm:3.6.0"
16151615
eslint-plugin-chai-expect: "npm:3.0.0"
1616-
eslint-plugin-import: "npm:2.27.5"
1616+
eslint-plugin-import: "npm:2.28.1"
16171617
eslint-plugin-jest-formatting: "npm:3.1.0"
16181618
eslint-plugin-jsdoc: "npm:44.1.0"
16191619
eslint-plugin-jsonc: "npm:2.9.0"
@@ -2659,6 +2659,19 @@ __metadata:
26592659
languageName: node
26602660
linkType: hard
26612661

2662+
"array.prototype.findlastindex@npm:^1.2.2":
2663+
version: 1.2.3
2664+
resolution: "array.prototype.findlastindex@npm:1.2.3"
2665+
dependencies:
2666+
call-bind: "npm:^1.0.2"
2667+
define-properties: "npm:^1.2.0"
2668+
es-abstract: "npm:^1.22.1"
2669+
es-shim-unscopables: "npm:^1.0.0"
2670+
get-intrinsic: "npm:^1.2.1"
2671+
checksum: 063cbab8eeac3aa01f3e980eecb9a8c5d87723032b49f7f814ecc6d75c33c03c17e3f43a458127a62e16303cab412f95d6ad9dc7e0ae6d9dc27a9bb76c24df7a
2672+
languageName: node
2673+
linkType: hard
2674+
26622675
"array.prototype.flat@npm:^1.3.1":
26632676
version: 1.3.1
26642677
resolution: "array.prototype.flat@npm:1.3.1"
@@ -3976,7 +3989,7 @@ __metadata:
39763989
languageName: node
39773990
linkType: hard
39783991

3979-
"es-abstract@npm:^1.19.0, es-abstract@npm:^1.20.4":
3992+
"es-abstract@npm:^1.19.0, es-abstract@npm:^1.20.4, es-abstract@npm:^1.22.1":
39803993
version: 1.22.1
39813994
resolution: "es-abstract@npm:1.22.1"
39823995
dependencies:
@@ -4265,7 +4278,7 @@ __metadata:
42654278
languageName: node
42664279
linkType: hard
42674280

4268-
"eslint-module-utils@npm:^2.7.4":
4281+
"eslint-module-utils@npm:^2.7.4, eslint-module-utils@npm:^2.8.0":
42694282
version: 2.8.0
42704283
resolution: "eslint-module-utils@npm:2.8.0"
42714284
dependencies:
@@ -4298,28 +4311,30 @@ __metadata:
42984311
languageName: node
42994312
linkType: hard
43004313

4301-
"eslint-plugin-import@npm:2.27.5":
4302-
version: 2.27.5
4303-
resolution: "eslint-plugin-import@npm:2.27.5"
4314+
"eslint-plugin-import@npm:2.28.1":
4315+
version: 2.28.1
4316+
resolution: "eslint-plugin-import@npm:2.28.1"
43044317
dependencies:
43054318
array-includes: "npm:^3.1.6"
4319+
array.prototype.findlastindex: "npm:^1.2.2"
43064320
array.prototype.flat: "npm:^1.3.1"
43074321
array.prototype.flatmap: "npm:^1.3.1"
43084322
debug: "npm:^3.2.7"
43094323
doctrine: "npm:^2.1.0"
43104324
eslint-import-resolver-node: "npm:^0.3.7"
4311-
eslint-module-utils: "npm:^2.7.4"
4325+
eslint-module-utils: "npm:^2.8.0"
43124326
has: "npm:^1.0.3"
4313-
is-core-module: "npm:^2.11.0"
4327+
is-core-module: "npm:^2.13.0"
43144328
is-glob: "npm:^4.0.3"
43154329
minimatch: "npm:^3.1.2"
4330+
object.fromentries: "npm:^2.0.6"
4331+
object.groupby: "npm:^1.0.0"
43164332
object.values: "npm:^1.1.6"
4317-
resolve: "npm:^1.22.1"
4318-
semver: "npm:^6.3.0"
4319-
tsconfig-paths: "npm:^3.14.1"
4333+
semver: "npm:^6.3.1"
4334+
tsconfig-paths: "npm:^3.14.2"
43204335
peerDependencies:
43214336
eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8
4322-
checksum: b8ab9521bd47acdad959309cbb5635069cebd0f1dfd14b5f6ad24f609dfda82c604b029c7366cafce1d359845300957ec246587cd5e4b237a0378118a9d3dfa7
4337+
checksum: 707dc97f06b12b0f3f91d5248dcea91bcd6a72c1168249a3ba177dd1ab6f31de9d5db829705236207a6ae79ad99a7a03efdfddb4a703da3a85530f9cc7401b2f
43234338
languageName: node
43244339
linkType: hard
43254340

@@ -5626,6 +5641,15 @@ __metadata:
56265641
languageName: node
56275642
linkType: hard
56285643

5644+
"is-core-module@npm:^2.13.0":
5645+
version: 2.13.0
5646+
resolution: "is-core-module@npm:2.13.0"
5647+
dependencies:
5648+
has: "npm:^1.0.3"
5649+
checksum: 55ccb5ccd208a1e088027065ee6438a99367e4c31c366b52fbaeac8fa23111cd17852111836d904da604801b3286d38d3d1ffa6cd7400231af8587f021099dc6
5650+
languageName: node
5651+
linkType: hard
5652+
56295653
"is-date-object@npm:^1.0.1":
56305654
version: 1.0.5
56315655
resolution: "is-date-object@npm:1.0.5"
@@ -6956,6 +6980,29 @@ __metadata:
69566980
languageName: node
69576981
linkType: hard
69586982

6983+
"object.fromentries@npm:^2.0.6":
6984+
version: 2.0.7
6985+
resolution: "object.fromentries@npm:2.0.7"
6986+
dependencies:
6987+
call-bind: "npm:^1.0.2"
6988+
define-properties: "npm:^1.2.0"
6989+
es-abstract: "npm:^1.22.1"
6990+
checksum: 1bfbe42a51f8d84e417d193fae78e4b8eebb134514cdd44406480f8e8a0e075071e0717635d8e3eccd50fec08c1d555fe505c38804cbac0808397187653edd59
6991+
languageName: node
6992+
linkType: hard
6993+
6994+
"object.groupby@npm:^1.0.0":
6995+
version: 1.0.1
6996+
resolution: "object.groupby@npm:1.0.1"
6997+
dependencies:
6998+
call-bind: "npm:^1.0.2"
6999+
define-properties: "npm:^1.2.0"
7000+
es-abstract: "npm:^1.22.1"
7001+
get-intrinsic: "npm:^1.2.1"
7002+
checksum: b7123d91403f95d63978513b23a6079c30f503311f64035fafc863c291c787f287b58df3b21ef002ce1d0b820958c9009dd5a8ab696e0eca325639d345e41524
7003+
languageName: node
7004+
linkType: hard
7005+
69597006
"object.values@npm:^1.1.6":
69607007
version: 1.1.6
69617008
resolution: "object.values@npm:1.1.6"
@@ -7877,6 +7924,15 @@ __metadata:
78777924
languageName: node
78787925
linkType: hard
78797926

7927+
"semver@npm:^6.3.1":
7928+
version: 6.3.1
7929+
resolution: "semver@npm:6.3.1"
7930+
bin:
7931+
semver: bin/semver.js
7932+
checksum: 1ef3a85bd02a760c6ef76a45b8c1ce18226de40831e02a00bad78485390b98b6ccaa31046245fc63bba4a47a6a592b6c7eedc65cc47126e60489f9cc1ce3ed7e
7933+
languageName: node
7934+
linkType: hard
7935+
78807936
"set-blocking@npm:^2.0.0":
78817937
version: 2.0.0
78827938
resolution: "set-blocking@npm:2.0.0"
@@ -8535,7 +8591,7 @@ __metadata:
85358591
languageName: node
85368592
linkType: hard
85378593

8538-
"tsconfig-paths@npm:^3.14.1":
8594+
"tsconfig-paths@npm:^3.14.2":
85398595
version: 3.14.2
85408596
resolution: "tsconfig-paths@npm:3.14.2"
85418597
dependencies:

0 commit comments

Comments
 (0)