Skip to content

Commit 9da32b5

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 0e939d1 commit 9da32b5

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
@@ -136,7 +136,7 @@
136136
"eslint-config-prettier": "9.0.0",
137137
"eslint-import-resolver-typescript": "3.6.0",
138138
"eslint-plugin-chai-expect": "3.0.0",
139-
"eslint-plugin-import": "2.27.5",
139+
"eslint-plugin-import": "2.28.1",
140140
"eslint-plugin-jest-formatting": "3.1.0",
141141
"eslint-plugin-jsdoc": "44.1.0",
142142
"eslint-plugin-jsonc": "2.9.0",

yarn.lock

+69-13
Original file line numberDiff line numberDiff line change
@@ -1703,7 +1703,7 @@ __metadata:
17031703
eslint-config-prettier: "npm:9.0.0"
17041704
eslint-import-resolver-typescript: "npm:3.6.0"
17051705
eslint-plugin-chai-expect: "npm:3.0.0"
1706-
eslint-plugin-import: "npm:2.27.5"
1706+
eslint-plugin-import: "npm:2.28.1"
17071707
eslint-plugin-jest-formatting: "npm:3.1.0"
17081708
eslint-plugin-jsdoc: "npm:44.1.0"
17091709
eslint-plugin-jsonc: "npm:2.9.0"
@@ -3448,6 +3448,19 @@ __metadata:
34483448
languageName: node
34493449
linkType: hard
34503450

3451+
"array.prototype.findlastindex@npm:^1.2.2":
3452+
version: 1.2.3
3453+
resolution: "array.prototype.findlastindex@npm:1.2.3"
3454+
dependencies:
3455+
call-bind: "npm:^1.0.2"
3456+
define-properties: "npm:^1.2.0"
3457+
es-abstract: "npm:^1.22.1"
3458+
es-shim-unscopables: "npm:^1.0.0"
3459+
get-intrinsic: "npm:^1.2.1"
3460+
checksum: 063cbab8eeac3aa01f3e980eecb9a8c5d87723032b49f7f814ecc6d75c33c03c17e3f43a458127a62e16303cab412f95d6ad9dc7e0ae6d9dc27a9bb76c24df7a
3461+
languageName: node
3462+
linkType: hard
3463+
34513464
"array.prototype.flat@npm:^1.3.1":
34523465
version: 1.3.1
34533466
resolution: "array.prototype.flat@npm:1.3.1"
@@ -4787,7 +4800,7 @@ __metadata:
47874800
languageName: node
47884801
linkType: hard
47894802

4790-
"es-abstract@npm:^1.19.0, es-abstract@npm:^1.20.4":
4803+
"es-abstract@npm:^1.19.0, es-abstract@npm:^1.20.4, es-abstract@npm:^1.22.1":
47914804
version: 1.22.1
47924805
resolution: "es-abstract@npm:1.22.1"
47934806
dependencies:
@@ -5087,7 +5100,7 @@ __metadata:
50875100
languageName: node
50885101
linkType: hard
50895102

5090-
"eslint-module-utils@npm:^2.7.4":
5103+
"eslint-module-utils@npm:^2.7.4, eslint-module-utils@npm:^2.8.0":
50915104
version: 2.8.0
50925105
resolution: "eslint-module-utils@npm:2.8.0"
50935106
dependencies:
@@ -5120,28 +5133,30 @@ __metadata:
51205133
languageName: node
51215134
linkType: hard
51225135

5123-
"eslint-plugin-import@npm:2.27.5":
5124-
version: 2.27.5
5125-
resolution: "eslint-plugin-import@npm:2.27.5"
5136+
"eslint-plugin-import@npm:2.28.1":
5137+
version: 2.28.1
5138+
resolution: "eslint-plugin-import@npm:2.28.1"
51265139
dependencies:
51275140
array-includes: "npm:^3.1.6"
5141+
array.prototype.findlastindex: "npm:^1.2.2"
51285142
array.prototype.flat: "npm:^1.3.1"
51295143
array.prototype.flatmap: "npm:^1.3.1"
51305144
debug: "npm:^3.2.7"
51315145
doctrine: "npm:^2.1.0"
51325146
eslint-import-resolver-node: "npm:^0.3.7"
5133-
eslint-module-utils: "npm:^2.7.4"
5147+
eslint-module-utils: "npm:^2.8.0"
51345148
has: "npm:^1.0.3"
5135-
is-core-module: "npm:^2.11.0"
5149+
is-core-module: "npm:^2.13.0"
51365150
is-glob: "npm:^4.0.3"
51375151
minimatch: "npm:^3.1.2"
5152+
object.fromentries: "npm:^2.0.6"
5153+
object.groupby: "npm:^1.0.0"
51385154
object.values: "npm:^1.1.6"
5139-
resolve: "npm:^1.22.1"
5140-
semver: "npm:^6.3.0"
5141-
tsconfig-paths: "npm:^3.14.1"
5155+
semver: "npm:^6.3.1"
5156+
tsconfig-paths: "npm:^3.14.2"
51425157
peerDependencies:
51435158
eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8
5144-
checksum: b8ab9521bd47acdad959309cbb5635069cebd0f1dfd14b5f6ad24f609dfda82c604b029c7366cafce1d359845300957ec246587cd5e4b237a0378118a9d3dfa7
5159+
checksum: 707dc97f06b12b0f3f91d5248dcea91bcd6a72c1168249a3ba177dd1ab6f31de9d5db829705236207a6ae79ad99a7a03efdfddb4a703da3a85530f9cc7401b2f
51455160
languageName: node
51465161
linkType: hard
51475162

@@ -6633,6 +6648,15 @@ __metadata:
66336648
languageName: node
66346649
linkType: hard
66356650

6651+
"is-core-module@npm:^2.13.0":
6652+
version: 2.13.0
6653+
resolution: "is-core-module@npm:2.13.0"
6654+
dependencies:
6655+
has: "npm:^1.0.3"
6656+
checksum: 55ccb5ccd208a1e088027065ee6438a99367e4c31c366b52fbaeac8fa23111cd17852111836d904da604801b3286d38d3d1ffa6cd7400231af8587f021099dc6
6657+
languageName: node
6658+
linkType: hard
6659+
66366660
"is-date-object@npm:^1.0.1":
66376661
version: 1.0.5
66386662
resolution: "is-date-object@npm:1.0.5"
@@ -8053,6 +8077,29 @@ __metadata:
80538077
languageName: node
80548078
linkType: hard
80558079

8080+
"object.fromentries@npm:^2.0.6":
8081+
version: 2.0.7
8082+
resolution: "object.fromentries@npm:2.0.7"
8083+
dependencies:
8084+
call-bind: "npm:^1.0.2"
8085+
define-properties: "npm:^1.2.0"
8086+
es-abstract: "npm:^1.22.1"
8087+
checksum: 1bfbe42a51f8d84e417d193fae78e4b8eebb134514cdd44406480f8e8a0e075071e0717635d8e3eccd50fec08c1d555fe505c38804cbac0808397187653edd59
8088+
languageName: node
8089+
linkType: hard
8090+
8091+
"object.groupby@npm:^1.0.0":
8092+
version: 1.0.1
8093+
resolution: "object.groupby@npm:1.0.1"
8094+
dependencies:
8095+
call-bind: "npm:^1.0.2"
8096+
define-properties: "npm:^1.2.0"
8097+
es-abstract: "npm:^1.22.1"
8098+
get-intrinsic: "npm:^1.2.1"
8099+
checksum: b7123d91403f95d63978513b23a6079c30f503311f64035fafc863c291c787f287b58df3b21ef002ce1d0b820958c9009dd5a8ab696e0eca325639d345e41524
8100+
languageName: node
8101+
linkType: hard
8102+
80568103
"object.values@npm:^1.1.6":
80578104
version: 1.1.6
80588105
resolution: "object.values@npm:1.1.6"
@@ -9037,6 +9084,15 @@ __metadata:
90379084
languageName: node
90389085
linkType: hard
90399086

9087+
"semver@npm:^6.3.1":
9088+
version: 6.3.1
9089+
resolution: "semver@npm:6.3.1"
9090+
bin:
9091+
semver: bin/semver.js
9092+
checksum: 1ef3a85bd02a760c6ef76a45b8c1ce18226de40831e02a00bad78485390b98b6ccaa31046245fc63bba4a47a6a592b6c7eedc65cc47126e60489f9cc1ce3ed7e
9093+
languageName: node
9094+
linkType: hard
9095+
90409096
"set-blocking@npm:^2.0.0":
90419097
version: 2.0.0
90429098
resolution: "set-blocking@npm:2.0.0"
@@ -9736,7 +9792,7 @@ __metadata:
97369792
languageName: node
97379793
linkType: hard
97389794

9739-
"tsconfig-paths@npm:^3.14.1":
9795+
"tsconfig-paths@npm:^3.14.2":
97409796
version: 3.14.2
97419797
resolution: "tsconfig-paths@npm:3.14.2"
97429798
dependencies:

0 commit comments

Comments
 (0)