Skip to content

Commit 77bc36b

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 a0f1a18 commit 77bc36b

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.2.3",
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.2.3"
13121312
eslint-plugin-jsonc: "npm:2.20.1"
@@ -2754,17 +2754,19 @@ __metadata:
27542754
languageName: node
27552755
linkType: hard
27562756

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

@@ -2791,7 +2793,7 @@ __metadata:
27912793
languageName: node
27922794
linkType: hard
27932795

2794-
"array.prototype.findlastindex@npm:^1.2.5":
2796+
"array.prototype.findlastindex@npm:^1.2.6":
27952797
version: 1.2.6
27962798
resolution: "array.prototype.findlastindex@npm:1.2.6"
27972799
dependencies:
@@ -2806,7 +2808,7 @@ __metadata:
28062808
languageName: node
28072809
linkType: hard
28082810

2809-
"array.prototype.flat@npm:^1.3.2":
2811+
"array.prototype.flat@npm:^1.3.3":
28102812
version: 1.3.3
28112813
resolution: "array.prototype.flat@npm:1.3.3"
28122814
dependencies:
@@ -2818,7 +2820,7 @@ __metadata:
28182820
languageName: node
28192821
linkType: hard
28202822

2821-
"array.prototype.flatmap@npm:^1.3.2":
2823+
"array.prototype.flatmap@npm:^1.3.3":
28222824
version: 1.3.3
28232825
resolution: "array.prototype.flatmap@npm:1.3.3"
28242826
dependencies:
@@ -3962,6 +3964,68 @@ __metadata:
39623964
languageName: node
39633965
linkType: hard
39643966

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

4239-
"eslint-module-utils@npm:^2.12.0":
4240-
version: 2.12.0
4241-
resolution: "eslint-module-utils@npm:2.12.0"
4303+
"eslint-module-utils@npm:^2.12.1":
4304+
version: 2.12.1
4305+
resolution: "eslint-module-utils@npm:2.12.1"
42424306
dependencies:
42434307
debug: "npm:^3.2.7"
42444308
peerDependenciesMeta:
42454309
eslint:
42464310
optional: true
4247-
checksum: 10/dd27791147eca17366afcb83f47d6825b6ce164abb256681e5de4ec1d7e87d8605641eb869298a0dbc70665e2446dbcc2f40d3e1631a9475dd64dd23d4ca5dee
4311+
checksum: 10/bd25d6610ec3abaa50e8f1beb0119541562bbb8dd02c035c7e887976fe1e0c5dd8175f4607ca8d86d1146df24d52a071bd3d1dd329f6902bd58df805a8ca16d3
42484312
languageName: node
42494313
linkType: hard
42504314

@@ -4270,32 +4334,32 @@ __metadata:
42704334
languageName: node
42714335
linkType: hard
42724336

4273-
"eslint-plugin-import@npm:2.31.0":
4274-
version: 2.31.0
4275-
resolution: "eslint-plugin-import@npm:2.31.0"
4337+
"eslint-plugin-import@npm:2.32.0":
4338+
version: 2.32.0
4339+
resolution: "eslint-plugin-import@npm:2.32.0"
42764340
dependencies:
42774341
"@rtsao/scc": "npm:^1.1.0"
4278-
array-includes: "npm:^3.1.8"
4279-
array.prototype.findlastindex: "npm:^1.2.5"
4280-
array.prototype.flat: "npm:^1.3.2"
4281-
array.prototype.flatmap: "npm:^1.3.2"
4342+
array-includes: "npm:^3.1.9"
4343+
array.prototype.findlastindex: "npm:^1.2.6"
4344+
array.prototype.flat: "npm:^1.3.3"
4345+
array.prototype.flatmap: "npm:^1.3.3"
42824346
debug: "npm:^3.2.7"
42834347
doctrine: "npm:^2.1.0"
42844348
eslint-import-resolver-node: "npm:^0.3.9"
4285-
eslint-module-utils: "npm:^2.12.0"
4349+
eslint-module-utils: "npm:^2.12.1"
42864350
hasown: "npm:^2.0.2"
4287-
is-core-module: "npm:^2.15.1"
4351+
is-core-module: "npm:^2.16.1"
42884352
is-glob: "npm:^4.0.3"
42894353
minimatch: "npm:^3.1.2"
42904354
object.fromentries: "npm:^2.0.8"
42914355
object.groupby: "npm:^1.0.3"
4292-
object.values: "npm:^1.2.0"
4356+
object.values: "npm:^1.2.1"
42934357
semver: "npm:^6.3.1"
4294-
string.prototype.trimend: "npm:^1.0.8"
4358+
string.prototype.trimend: "npm:^1.0.9"
42954359
tsconfig-paths: "npm:^3.15.0"
42964360
peerDependencies:
42974361
eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9
4298-
checksum: 10/6b76bd009ac2db0615d9019699d18e2a51a86cb8c1d0855a35fb1b418be23b40239e6debdc6e8c92c59f1468ed0ea8d7b85c817117a113d5cc225be8a02ad31c
4362+
checksum: 10/1bacf4967e9ebf99e12176a795f0d6d3a87d1c9a030c2207f27b267e10d96a1220be2647504c7fc13ab543cdf13ffef4b8f5620e0447032dba4ff0d3922f7c9e
42994363
languageName: node
43004364
linkType: hard
43014365

@@ -5473,7 +5537,7 @@ __metadata:
54735537
languageName: node
54745538
linkType: hard
54755539

5476-
"is-core-module@npm:^2.13.0, is-core-module@npm:^2.15.1, is-core-module@npm:^2.16.0":
5540+
"is-core-module@npm:^2.13.0, is-core-module@npm:^2.16.0, is-core-module@npm:^2.16.1":
54775541
version: 2.16.1
54785542
resolution: "is-core-module@npm:2.16.1"
54795543
dependencies:
@@ -5575,7 +5639,7 @@ __metadata:
55755639
languageName: node
55765640
linkType: hard
55775641

5578-
"is-negative-zero@npm:^2.0.2":
5642+
"is-negative-zero@npm:^2.0.2, is-negative-zero@npm:^2.0.3":
55795643
version: 2.0.3
55805644
resolution: "is-negative-zero@npm:2.0.3"
55815645
checksum: 10/8fe5cffd8d4fb2ec7b49d657e1691889778d037494c6f40f4d1a524cadd658b4b53ad7b6b73a59bcb4b143ae9a3d15829af864b2c0f9d65ac1e678c4c80f17e5
@@ -5708,7 +5772,7 @@ __metadata:
57085772
languageName: node
57095773
linkType: hard
57105774

5711-
"is-weakref@npm:^1.0.2, is-weakref@npm:^1.1.0":
5775+
"is-weakref@npm:^1.0.2, is-weakref@npm:^1.1.0, is-weakref@npm:^1.1.1":
57125776
version: 1.1.1
57135777
resolution: "is-weakref@npm:1.1.1"
57145778
dependencies:
@@ -7317,7 +7381,7 @@ __metadata:
73177381
languageName: node
73187382
linkType: hard
73197383

7320-
"object-inspect@npm:^1.12.2, object-inspect@npm:^1.13.3":
7384+
"object-inspect@npm:^1.12.2, object-inspect@npm:^1.13.3, object-inspect@npm:^1.13.4":
73217385
version: 1.13.4
73227386
resolution: "object-inspect@npm:1.13.4"
73237387
checksum: 10/aa13b1190ad3e366f6c83ad8a16ed37a19ed57d267385aa4bfdccda833d7b90465c057ff6c55d035a6b2e52c1a2295582b294217a0a3a1ae7abdd6877ef781fb
@@ -7368,7 +7432,7 @@ __metadata:
73687432
languageName: node
73697433
linkType: hard
73707434

7371-
"object.values@npm:^1.2.0":
7435+
"object.values@npm:^1.2.1":
73727436
version: 1.2.1
73737437
resolution: "object.values@npm:1.2.1"
73747438
dependencies:
@@ -7880,7 +7944,7 @@ __metadata:
78807944
languageName: node
78817945
linkType: hard
78827946

7883-
"regexp.prototype.flags@npm:^1.4.3, regexp.prototype.flags@npm:^1.5.3":
7947+
"regexp.prototype.flags@npm:^1.4.3, regexp.prototype.flags@npm:^1.5.3, regexp.prototype.flags@npm:^1.5.4":
78847948
version: 1.5.4
78857949
resolution: "regexp.prototype.flags@npm:1.5.4"
78867950
dependencies:
@@ -9330,6 +9394,16 @@ __metadata:
93309394
languageName: node
93319395
linkType: hard
93329396

9397+
"stop-iteration-iterator@npm:^1.1.0":
9398+
version: 1.1.0
9399+
resolution: "stop-iteration-iterator@npm:1.1.0"
9400+
dependencies:
9401+
es-errors: "npm:^1.3.0"
9402+
internal-slot: "npm:^1.1.0"
9403+
checksum: 10/ff36c4db171ee76c936ccfe9541946b77017f12703d4c446652017356816862d3aa029a64e7d4c4ceb484e00ed4a81789333896390d808458638f3a216aa1f41
9404+
languageName: node
9405+
linkType: hard
9406+
93339407
"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":
93349408
version: 4.2.3
93359409
resolution: "string-width@npm:4.2.3"
@@ -9400,7 +9474,7 @@ __metadata:
94009474
languageName: node
94019475
linkType: hard
94029476

9403-
"string.prototype.trimend@npm:^1.0.6, string.prototype.trimend@npm:^1.0.8, string.prototype.trimend@npm:^1.0.9":
9477+
"string.prototype.trimend@npm:^1.0.6, string.prototype.trimend@npm:^1.0.9":
94049478
version: 1.0.9
94059479
resolution: "string.prototype.trimend@npm:1.0.9"
94069480
dependencies:
@@ -10377,7 +10451,7 @@ __metadata:
1037710451
languageName: node
1037810452
linkType: hard
1037910453

10380-
"which-typed-array@npm:^1.1.16, which-typed-array@npm:^1.1.18, which-typed-array@npm:^1.1.9":
10454+
"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":
1038110455
version: 1.1.19
1038210456
resolution: "which-typed-array@npm:1.1.19"
1038310457
dependencies:

0 commit comments

Comments
 (0)