Skip to content

Commit 78236cc

Browse files
build(deps): Bump eslint-plugin-import from 2.31.0 to 2.32.0
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.31.0 to 2.32.0. - [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.31.0...v2.32.0) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-version: 2.32.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 182ed06 commit 78236cc

File tree

2 files changed

+112
-38
lines changed

2 files changed

+112
-38
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"eslint-import-resolver-typescript": "4.4.3",
7979
"eslint-mdx": "3.5.0",
8080
"eslint-plugin-chai-expect": "3.1.0",
81-
"eslint-plugin-import": "2.31.0",
81+
"eslint-plugin-import": "2.32.0",
8282
"eslint-plugin-jest-formatting": "3.1.0",
8383
"eslint-plugin-jsdoc": "51.0.1",
8484
"eslint-plugin-jsonc": "2.20.1",

yarn.lock

Lines changed: 111 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1306,7 +1306,7 @@ __metadata:
13061306
eslint-import-resolver-typescript: "npm:4.4.3"
13071307
eslint-mdx: "npm:3.5.0"
13081308
eslint-plugin-chai-expect: "npm:3.1.0"
1309-
eslint-plugin-import: "npm:2.31.0"
1309+
eslint-plugin-import: "npm:2.32.0"
13101310
eslint-plugin-jest-formatting: "npm:3.1.0"
13111311
eslint-plugin-jsdoc: "npm:51.0.1"
13121312
eslint-plugin-jsonc: "npm:2.20.1"
@@ -2753,17 +2753,19 @@ __metadata:
27532753
languageName: node
27542754
linkType: hard
27552755

2756-
"array-includes@npm:^3.1.8":
2757-
version: 3.1.8
2758-
resolution: "array-includes@npm:3.1.8"
2756+
"array-includes@npm:^3.1.9":
2757+
version: 3.1.9
2758+
resolution: "array-includes@npm:3.1.9"
27592759
dependencies:
2760-
call-bind: "npm:^1.0.7"
2760+
call-bind: "npm:^1.0.8"
2761+
call-bound: "npm:^1.0.4"
27612762
define-properties: "npm:^1.2.1"
2762-
es-abstract: "npm:^1.23.2"
2763-
es-object-atoms: "npm:^1.0.0"
2764-
get-intrinsic: "npm:^1.2.4"
2765-
is-string: "npm:^1.0.7"
2766-
checksum: 10/290b206c9451f181fb2b1f79a3bf1c0b66bb259791290ffbada760c79b284eef6f5ae2aeb4bcff450ebc9690edd25732c4c73a3c2b340fcc0f4563aed83bf488
2763+
es-abstract: "npm:^1.24.0"
2764+
es-object-atoms: "npm:^1.1.1"
2765+
get-intrinsic: "npm:^1.3.0"
2766+
is-string: "npm:^1.1.1"
2767+
math-intrinsics: "npm:^1.1.0"
2768+
checksum: 10/8bfe9a58df74f326b4a76b04ee05c13d871759e888b4ee8f013145297cf5eb3c02cfa216067ebdaac5d74eb9763ac5cad77cdf2773b8ab475833701e032173aa
27672769
languageName: node
27682770
linkType: hard
27692771

@@ -2790,7 +2792,7 @@ __metadata:
27902792
languageName: node
27912793
linkType: hard
27922794

2793-
"array.prototype.findlastindex@npm:^1.2.5":
2795+
"array.prototype.findlastindex@npm:^1.2.6":
27942796
version: 1.2.6
27952797
resolution: "array.prototype.findlastindex@npm:1.2.6"
27962798
dependencies:
@@ -2805,7 +2807,7 @@ __metadata:
28052807
languageName: node
28062808
linkType: hard
28072809

2808-
"array.prototype.flat@npm:^1.3.2":
2810+
"array.prototype.flat@npm:^1.3.3":
28092811
version: 1.3.3
28102812
resolution: "array.prototype.flat@npm:1.3.3"
28112813
dependencies:
@@ -2817,7 +2819,7 @@ __metadata:
28172819
languageName: node
28182820
linkType: hard
28192821

2820-
"array.prototype.flatmap@npm:^1.3.2":
2822+
"array.prototype.flatmap@npm:^1.3.3":
28212823
version: 1.3.3
28222824
resolution: "array.prototype.flatmap@npm:1.3.3"
28232825
dependencies:
@@ -3961,6 +3963,68 @@ __metadata:
39613963
languageName: node
39623964
linkType: hard
39633965

3966+
"es-abstract@npm:^1.24.0":
3967+
version: 1.24.0
3968+
resolution: "es-abstract@npm:1.24.0"
3969+
dependencies:
3970+
array-buffer-byte-length: "npm:^1.0.2"
3971+
arraybuffer.prototype.slice: "npm:^1.0.4"
3972+
available-typed-arrays: "npm:^1.0.7"
3973+
call-bind: "npm:^1.0.8"
3974+
call-bound: "npm:^1.0.4"
3975+
data-view-buffer: "npm:^1.0.2"
3976+
data-view-byte-length: "npm:^1.0.2"
3977+
data-view-byte-offset: "npm:^1.0.1"
3978+
es-define-property: "npm:^1.0.1"
3979+
es-errors: "npm:^1.3.0"
3980+
es-object-atoms: "npm:^1.1.1"
3981+
es-set-tostringtag: "npm:^2.1.0"
3982+
es-to-primitive: "npm:^1.3.0"
3983+
function.prototype.name: "npm:^1.1.8"
3984+
get-intrinsic: "npm:^1.3.0"
3985+
get-proto: "npm:^1.0.1"
3986+
get-symbol-description: "npm:^1.1.0"
3987+
globalthis: "npm:^1.0.4"
3988+
gopd: "npm:^1.2.0"
3989+
has-property-descriptors: "npm:^1.0.2"
3990+
has-proto: "npm:^1.2.0"
3991+
has-symbols: "npm:^1.1.0"
3992+
hasown: "npm:^2.0.2"
3993+
internal-slot: "npm:^1.1.0"
3994+
is-array-buffer: "npm:^3.0.5"
3995+
is-callable: "npm:^1.2.7"
3996+
is-data-view: "npm:^1.0.2"
3997+
is-negative-zero: "npm:^2.0.3"
3998+
is-regex: "npm:^1.2.1"
3999+
is-set: "npm:^2.0.3"
4000+
is-shared-array-buffer: "npm:^1.0.4"
4001+
is-string: "npm:^1.1.1"
4002+
is-typed-array: "npm:^1.1.15"
4003+
is-weakref: "npm:^1.1.1"
4004+
math-intrinsics: "npm:^1.1.0"
4005+
object-inspect: "npm:^1.13.4"
4006+
object-keys: "npm:^1.1.1"
4007+
object.assign: "npm:^4.1.7"
4008+
own-keys: "npm:^1.0.1"
4009+
regexp.prototype.flags: "npm:^1.5.4"
4010+
safe-array-concat: "npm:^1.1.3"
4011+
safe-push-apply: "npm:^1.0.0"
4012+
safe-regex-test: "npm:^1.1.0"
4013+
set-proto: "npm:^1.0.0"
4014+
stop-iteration-iterator: "npm:^1.1.0"
4015+
string.prototype.trim: "npm:^1.2.10"
4016+
string.prototype.trimend: "npm:^1.0.9"
4017+
string.prototype.trimstart: "npm:^1.0.8"
4018+
typed-array-buffer: "npm:^1.0.3"
4019+
typed-array-byte-length: "npm:^1.0.3"
4020+
typed-array-byte-offset: "npm:^1.0.4"
4021+
typed-array-length: "npm:^1.0.7"
4022+
unbox-primitive: "npm:^1.1.0"
4023+
which-typed-array: "npm:^1.1.19"
4024+
checksum: 10/64e07a886f7439cf5ccfc100f9716e6173e10af6071a50a5031afbdde474a3dbc9619d5965da54e55f8908746a9134a46be02af8c732d574b7b81ed3124e2daf
4025+
languageName: node
4026+
linkType: hard
4027+
39644028
"es-define-property@npm:^1.0.0, es-define-property@npm:^1.0.1":
39654029
version: 1.0.1
39664030
resolution: "es-define-property@npm:1.0.1"
@@ -4235,15 +4299,15 @@ __metadata:
42354299
languageName: node
42364300
linkType: hard
42374301

4238-
"eslint-module-utils@npm:^2.12.0":
4239-
version: 2.12.0
4240-
resolution: "eslint-module-utils@npm:2.12.0"
4302+
"eslint-module-utils@npm:^2.12.1":
4303+
version: 2.12.1
4304+
resolution: "eslint-module-utils@npm:2.12.1"
42414305
dependencies:
42424306
debug: "npm:^3.2.7"
42434307
peerDependenciesMeta:
42444308
eslint:
42454309
optional: true
4246-
checksum: 10/dd27791147eca17366afcb83f47d6825b6ce164abb256681e5de4ec1d7e87d8605641eb869298a0dbc70665e2446dbcc2f40d3e1631a9475dd64dd23d4ca5dee
4310+
checksum: 10/bd25d6610ec3abaa50e8f1beb0119541562bbb8dd02c035c7e887976fe1e0c5dd8175f4607ca8d86d1146df24d52a071bd3d1dd329f6902bd58df805a8ca16d3
42474311
languageName: node
42484312
linkType: hard
42494313

@@ -4269,32 +4333,32 @@ __metadata:
42694333
languageName: node
42704334
linkType: hard
42714335

4272-
"eslint-plugin-import@npm:2.31.0":
4273-
version: 2.31.0
4274-
resolution: "eslint-plugin-import@npm:2.31.0"
4336+
"eslint-plugin-import@npm:2.32.0":
4337+
version: 2.32.0
4338+
resolution: "eslint-plugin-import@npm:2.32.0"
42754339
dependencies:
42764340
"@rtsao/scc": "npm:^1.1.0"
4277-
array-includes: "npm:^3.1.8"
4278-
array.prototype.findlastindex: "npm:^1.2.5"
4279-
array.prototype.flat: "npm:^1.3.2"
4280-
array.prototype.flatmap: "npm:^1.3.2"
4341+
array-includes: "npm:^3.1.9"
4342+
array.prototype.findlastindex: "npm:^1.2.6"
4343+
array.prototype.flat: "npm:^1.3.3"
4344+
array.prototype.flatmap: "npm:^1.3.3"
42814345
debug: "npm:^3.2.7"
42824346
doctrine: "npm:^2.1.0"
42834347
eslint-import-resolver-node: "npm:^0.3.9"
4284-
eslint-module-utils: "npm:^2.12.0"
4348+
eslint-module-utils: "npm:^2.12.1"
42854349
hasown: "npm:^2.0.2"
4286-
is-core-module: "npm:^2.15.1"
4350+
is-core-module: "npm:^2.16.1"
42874351
is-glob: "npm:^4.0.3"
42884352
minimatch: "npm:^3.1.2"
42894353
object.fromentries: "npm:^2.0.8"
42904354
object.groupby: "npm:^1.0.3"
4291-
object.values: "npm:^1.2.0"
4355+
object.values: "npm:^1.2.1"
42924356
semver: "npm:^6.3.1"
4293-
string.prototype.trimend: "npm:^1.0.8"
4357+
string.prototype.trimend: "npm:^1.0.9"
42944358
tsconfig-paths: "npm:^3.15.0"
42954359
peerDependencies:
42964360
eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9
4297-
checksum: 10/6b76bd009ac2db0615d9019699d18e2a51a86cb8c1d0855a35fb1b418be23b40239e6debdc6e8c92c59f1468ed0ea8d7b85c817117a113d5cc225be8a02ad31c
4361+
checksum: 10/1bacf4967e9ebf99e12176a795f0d6d3a87d1c9a030c2207f27b267e10d96a1220be2647504c7fc13ab543cdf13ffef4b8f5620e0447032dba4ff0d3922f7c9e
42984362
languageName: node
42994363
linkType: hard
43004364

@@ -5472,7 +5536,7 @@ __metadata:
54725536
languageName: node
54735537
linkType: hard
54745538

5475-
"is-core-module@npm:^2.13.0, is-core-module@npm:^2.15.1, is-core-module@npm:^2.16.0":
5539+
"is-core-module@npm:^2.13.0, is-core-module@npm:^2.16.0, is-core-module@npm:^2.16.1":
54765540
version: 2.16.1
54775541
resolution: "is-core-module@npm:2.16.1"
54785542
dependencies:
@@ -5574,7 +5638,7 @@ __metadata:
55745638
languageName: node
55755639
linkType: hard
55765640

5577-
"is-negative-zero@npm:^2.0.2":
5641+
"is-negative-zero@npm:^2.0.2, is-negative-zero@npm:^2.0.3":
55785642
version: 2.0.3
55795643
resolution: "is-negative-zero@npm:2.0.3"
55805644
checksum: 10/8fe5cffd8d4fb2ec7b49d657e1691889778d037494c6f40f4d1a524cadd658b4b53ad7b6b73a59bcb4b143ae9a3d15829af864b2c0f9d65ac1e678c4c80f17e5
@@ -5707,7 +5771,7 @@ __metadata:
57075771
languageName: node
57085772
linkType: hard
57095773

5710-
"is-weakref@npm:^1.0.2, is-weakref@npm:^1.1.0":
5774+
"is-weakref@npm:^1.0.2, is-weakref@npm:^1.1.0, is-weakref@npm:^1.1.1":
57115775
version: 1.1.1
57125776
resolution: "is-weakref@npm:1.1.1"
57135777
dependencies:
@@ -7316,7 +7380,7 @@ __metadata:
73167380
languageName: node
73177381
linkType: hard
73187382

7319-
"object-inspect@npm:^1.12.2, object-inspect@npm:^1.13.3":
7383+
"object-inspect@npm:^1.12.2, object-inspect@npm:^1.13.3, object-inspect@npm:^1.13.4":
73207384
version: 1.13.4
73217385
resolution: "object-inspect@npm:1.13.4"
73227386
checksum: 10/aa13b1190ad3e366f6c83ad8a16ed37a19ed57d267385aa4bfdccda833d7b90465c057ff6c55d035a6b2e52c1a2295582b294217a0a3a1ae7abdd6877ef781fb
@@ -7367,7 +7431,7 @@ __metadata:
73677431
languageName: node
73687432
linkType: hard
73697433

7370-
"object.values@npm:^1.2.0":
7434+
"object.values@npm:^1.2.1":
73717435
version: 1.2.1
73727436
resolution: "object.values@npm:1.2.1"
73737437
dependencies:
@@ -7879,7 +7943,7 @@ __metadata:
78797943
languageName: node
78807944
linkType: hard
78817945

7882-
"regexp.prototype.flags@npm:^1.4.3, regexp.prototype.flags@npm:^1.5.3":
7946+
"regexp.prototype.flags@npm:^1.4.3, regexp.prototype.flags@npm:^1.5.3, regexp.prototype.flags@npm:^1.5.4":
78837947
version: 1.5.4
78847948
resolution: "regexp.prototype.flags@npm:1.5.4"
78857949
dependencies:
@@ -9329,6 +9393,16 @@ __metadata:
93299393
languageName: node
93309394
linkType: hard
93319395

9396+
"stop-iteration-iterator@npm:^1.1.0":
9397+
version: 1.1.0
9398+
resolution: "stop-iteration-iterator@npm:1.1.0"
9399+
dependencies:
9400+
es-errors: "npm:^1.3.0"
9401+
internal-slot: "npm:^1.1.0"
9402+
checksum: 10/ff36c4db171ee76c936ccfe9541946b77017f12703d4c446652017356816862d3aa029a64e7d4c4ceb484e00ed4a81789333896390d808458638f3a216aa1f41
9403+
languageName: node
9404+
linkType: hard
9405+
93329406
"string-width-cjs@npm:string-width@^4.2.0, string-width@npm:^4.1.0, string-width@npm:^4.2.0, string-width@npm:^4.2.3":
93339407
version: 4.2.3
93349408
resolution: "string-width@npm:4.2.3"
@@ -9399,7 +9473,7 @@ __metadata:
93999473
languageName: node
94009474
linkType: hard
94019475

9402-
"string.prototype.trimend@npm:^1.0.6, string.prototype.trimend@npm:^1.0.8, string.prototype.trimend@npm:^1.0.9":
9476+
"string.prototype.trimend@npm:^1.0.6, string.prototype.trimend@npm:^1.0.9":
94039477
version: 1.0.9
94049478
resolution: "string.prototype.trimend@npm:1.0.9"
94059479
dependencies:
@@ -10376,7 +10450,7 @@ __metadata:
1037610450
languageName: node
1037710451
linkType: hard
1037810452

10379-
"which-typed-array@npm:^1.1.16, which-typed-array@npm:^1.1.18, which-typed-array@npm:^1.1.9":
10453+
"which-typed-array@npm:^1.1.16, which-typed-array@npm:^1.1.18, which-typed-array@npm:^1.1.19, which-typed-array@npm:^1.1.9":
1038010454
version: 1.1.19
1038110455
resolution: "which-typed-array@npm:1.1.19"
1038210456
dependencies:

0 commit comments

Comments
 (0)