Skip to content

Commit 37489c7

Browse files
chore(dev-deps): update dependency eslint-plugin-import to v2.32.0 (#674)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 03cb677 commit 37489c7

File tree

2 files changed

+174
-56
lines changed

2 files changed

+174
-56
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"eslint-config-google": "0.14.0",
7171
"eslint-config-prettier": "8.10.0",
7272
"eslint-plugin-babel": "5.3.1",
73-
"eslint-plugin-import": "2.31.0",
73+
"eslint-plugin-import": "2.32.0",
7474
"eslint-plugin-jsdoc": "46.10.1",
7575
"eslint-plugin-jsx-a11y": "6.10.2",
7676
"eslint-plugin-prettier": "4.2.1",

yarn.lock

Lines changed: 173 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -3360,6 +3360,22 @@ __metadata:
33603360
languageName: node
33613361
linkType: hard
33623362

3363+
"array-includes@npm:^3.1.9":
3364+
version: 3.1.9
3365+
resolution: "array-includes@npm:3.1.9"
3366+
dependencies:
3367+
call-bind: ^1.0.8
3368+
call-bound: ^1.0.4
3369+
define-properties: ^1.2.1
3370+
es-abstract: ^1.24.0
3371+
es-object-atoms: ^1.1.1
3372+
get-intrinsic: ^1.3.0
3373+
is-string: ^1.1.1
3374+
math-intrinsics: ^1.1.0
3375+
checksum: b58dc526fe415252e50319eaf88336e06e75aa673e3b58d252414739a4612dbe56e7b613fdcc7c90561dc9cf9202bbe5ca029ccd8c08362746459475ae5a8f3e
3376+
languageName: node
3377+
linkType: hard
3378+
33633379
"array.prototype.findlast@npm:^1.2.5":
33643380
version: 1.2.5
33653381
resolution: "array.prototype.findlast@npm:1.2.5"
@@ -3374,17 +3390,18 @@ __metadata:
33743390
languageName: node
33753391
linkType: hard
33763392

3377-
"array.prototype.findlastindex@npm:^1.2.5":
3378-
version: 1.2.5
3379-
resolution: "array.prototype.findlastindex@npm:1.2.5"
3393+
"array.prototype.findlastindex@npm:^1.2.6":
3394+
version: 1.2.6
3395+
resolution: "array.prototype.findlastindex@npm:1.2.6"
33803396
dependencies:
3381-
call-bind: ^1.0.7
3397+
call-bind: ^1.0.8
3398+
call-bound: ^1.0.4
33823399
define-properties: ^1.2.1
3383-
es-abstract: ^1.23.2
3400+
es-abstract: ^1.23.9
33843401
es-errors: ^1.3.0
3385-
es-object-atoms: ^1.0.0
3386-
es-shim-unscopables: ^1.0.2
3387-
checksum: 2c81cff2a75deb95bf1ed89b6f5f2bfbfb882211e3b7cc59c3d6b87df774cd9d6b36949a8ae39ac476e092c1d4a4905f5ee11a86a456abb10f35f8211ae4e710
3402+
es-object-atoms: ^1.1.1
3403+
es-shim-unscopables: ^1.1.0
3404+
checksum: bd2665bd51f674d4e1588ce5d5848a8adb255f414070e8e652585598b801480516df2c6cef2c60b6ea1a9189140411c49157a3f112d52e9eabb4e9fc80936ea6
33883405
languageName: node
33893406
linkType: hard
33903407

@@ -3400,15 +3417,15 @@ __metadata:
34003417
languageName: node
34013418
linkType: hard
34023419

3403-
"array.prototype.flat@npm:^1.3.2":
3404-
version: 1.3.2
3405-
resolution: "array.prototype.flat@npm:1.3.2"
3420+
"array.prototype.flat@npm:^1.3.3":
3421+
version: 1.3.3
3422+
resolution: "array.prototype.flat@npm:1.3.3"
34063423
dependencies:
3407-
call-bind: ^1.0.2
3408-
define-properties: ^1.2.0
3409-
es-abstract: ^1.22.1
3410-
es-shim-unscopables: ^1.0.0
3411-
checksum: 5d6b4bf102065fb3f43764bfff6feb3295d372ce89591e6005df3d0ce388527a9f03c909af6f2a973969a4d178ab232ffc9236654149173e0e187ec3a1a6b87b
3424+
call-bind: ^1.0.8
3425+
define-properties: ^1.2.1
3426+
es-abstract: ^1.23.5
3427+
es-shim-unscopables: ^1.0.2
3428+
checksum: 5d5a7829ab2bb271a8d30a1c91e6271cef0ec534593c0fe6d2fb9ebf8bb62c1e5326e2fddcbbcbbe5872ca04f5e6b54a1ecf092e0af704fb538da9b2bfd95b40
34123429
languageName: node
34133430
linkType: hard
34143431

@@ -4820,6 +4837,68 @@ __metadata:
48204837
languageName: node
48214838
linkType: hard
48224839

4840+
"es-abstract@npm:^1.24.0":
4841+
version: 1.24.0
4842+
resolution: "es-abstract@npm:1.24.0"
4843+
dependencies:
4844+
array-buffer-byte-length: ^1.0.2
4845+
arraybuffer.prototype.slice: ^1.0.4
4846+
available-typed-arrays: ^1.0.7
4847+
call-bind: ^1.0.8
4848+
call-bound: ^1.0.4
4849+
data-view-buffer: ^1.0.2
4850+
data-view-byte-length: ^1.0.2
4851+
data-view-byte-offset: ^1.0.1
4852+
es-define-property: ^1.0.1
4853+
es-errors: ^1.3.0
4854+
es-object-atoms: ^1.1.1
4855+
es-set-tostringtag: ^2.1.0
4856+
es-to-primitive: ^1.3.0
4857+
function.prototype.name: ^1.1.8
4858+
get-intrinsic: ^1.3.0
4859+
get-proto: ^1.0.1
4860+
get-symbol-description: ^1.1.0
4861+
globalthis: ^1.0.4
4862+
gopd: ^1.2.0
4863+
has-property-descriptors: ^1.0.2
4864+
has-proto: ^1.2.0
4865+
has-symbols: ^1.1.0
4866+
hasown: ^2.0.2
4867+
internal-slot: ^1.1.0
4868+
is-array-buffer: ^3.0.5
4869+
is-callable: ^1.2.7
4870+
is-data-view: ^1.0.2
4871+
is-negative-zero: ^2.0.3
4872+
is-regex: ^1.2.1
4873+
is-set: ^2.0.3
4874+
is-shared-array-buffer: ^1.0.4
4875+
is-string: ^1.1.1
4876+
is-typed-array: ^1.1.15
4877+
is-weakref: ^1.1.1
4878+
math-intrinsics: ^1.1.0
4879+
object-inspect: ^1.13.4
4880+
object-keys: ^1.1.1
4881+
object.assign: ^4.1.7
4882+
own-keys: ^1.0.1
4883+
regexp.prototype.flags: ^1.5.4
4884+
safe-array-concat: ^1.1.3
4885+
safe-push-apply: ^1.0.0
4886+
safe-regex-test: ^1.1.0
4887+
set-proto: ^1.0.0
4888+
stop-iteration-iterator: ^1.1.0
4889+
string.prototype.trim: ^1.2.10
4890+
string.prototype.trimend: ^1.0.9
4891+
string.prototype.trimstart: ^1.0.8
4892+
typed-array-buffer: ^1.0.3
4893+
typed-array-byte-length: ^1.0.3
4894+
typed-array-byte-offset: ^1.0.4
4895+
typed-array-length: ^1.0.7
4896+
unbox-primitive: ^1.1.0
4897+
which-typed-array: ^1.1.19
4898+
checksum: 06b3d605e56e3da9d16d4db2629a42dac1ca31f2961a41d15c860422a266115e865b43e82d6b9da81a0fabbbb65ebc12fb68b0b755bc9dbddacb6bf7450e96df
4899+
languageName: node
4900+
linkType: hard
4901+
48234902
"es-define-property@npm:^1.0.0":
48244903
version: 1.0.0
48254904
resolution: "es-define-property@npm:1.0.0"
@@ -4944,6 +5023,15 @@ __metadata:
49445023
languageName: node
49455024
linkType: hard
49465025

5026+
"es-shim-unscopables@npm:^1.1.0":
5027+
version: 1.1.0
5028+
resolution: "es-shim-unscopables@npm:1.1.0"
5029+
dependencies:
5030+
hasown: ^2.0.2
5031+
checksum: 33cfb1ebcb2f869f0bf528be1a8660b4fe8b6cec8fc641f330e508db2284b58ee2980fad6d0828882d22858c759c0806076427a3673b6daa60f753e3b558ee15
5032+
languageName: node
5033+
linkType: hard
5034+
49475035
"es-to-primitive@npm:^1.2.1":
49485036
version: 1.2.1
49495037
resolution: "es-to-primitive@npm:1.2.1"
@@ -5047,15 +5135,15 @@ __metadata:
50475135
languageName: node
50485136
linkType: hard
50495137

5050-
"eslint-module-utils@npm:^2.12.0":
5051-
version: 2.12.0
5052-
resolution: "eslint-module-utils@npm:2.12.0"
5138+
"eslint-module-utils@npm:^2.12.1":
5139+
version: 2.12.1
5140+
resolution: "eslint-module-utils@npm:2.12.1"
50535141
dependencies:
50545142
debug: ^3.2.7
50555143
peerDependenciesMeta:
50565144
eslint:
50575145
optional: true
5058-
checksum: be3ac52e0971c6f46daeb1a7e760e45c7c45f820c8cc211799f85f10f04ccbf7afc17039165d56cb2da7f7ca9cec2b3a777013cddf0b976784b37eb9efa24180
5146+
checksum: 2f074670d8c934687820a83140048776b28bbaf35fc37f35623f63cc9c438d496d11f0683b4feabb9a120435435d4a69604b1c6c567f118be2c9a0aba6760fc1
50595147
languageName: node
50605148
linkType: hard
50615149

@@ -5070,32 +5158,32 @@ __metadata:
50705158
languageName: node
50715159
linkType: hard
50725160

5073-
"eslint-plugin-import@npm:2.31.0":
5074-
version: 2.31.0
5075-
resolution: "eslint-plugin-import@npm:2.31.0"
5161+
"eslint-plugin-import@npm:2.32.0":
5162+
version: 2.32.0
5163+
resolution: "eslint-plugin-import@npm:2.32.0"
50765164
dependencies:
50775165
"@rtsao/scc": ^1.1.0
5078-
array-includes: ^3.1.8
5079-
array.prototype.findlastindex: ^1.2.5
5080-
array.prototype.flat: ^1.3.2
5081-
array.prototype.flatmap: ^1.3.2
5166+
array-includes: ^3.1.9
5167+
array.prototype.findlastindex: ^1.2.6
5168+
array.prototype.flat: ^1.3.3
5169+
array.prototype.flatmap: ^1.3.3
50825170
debug: ^3.2.7
50835171
doctrine: ^2.1.0
50845172
eslint-import-resolver-node: ^0.3.9
5085-
eslint-module-utils: ^2.12.0
5173+
eslint-module-utils: ^2.12.1
50865174
hasown: ^2.0.2
5087-
is-core-module: ^2.15.1
5175+
is-core-module: ^2.16.1
50885176
is-glob: ^4.0.3
50895177
minimatch: ^3.1.2
50905178
object.fromentries: ^2.0.8
50915179
object.groupby: ^1.0.3
5092-
object.values: ^1.2.0
5180+
object.values: ^1.2.1
50935181
semver: ^6.3.1
5094-
string.prototype.trimend: ^1.0.8
5182+
string.prototype.trimend: ^1.0.9
50955183
tsconfig-paths: ^3.15.0
50965184
peerDependencies:
50975185
eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9
5098-
checksum: b1d2ac268b3582ff1af2a72a2c476eae4d250c100f2e335b6e102036e4a35efa530b80ec578dfc36761fabb34a635b9bf5ab071abe9d4404a4bb054fdf22d415
5186+
checksum: 8cd40595b5e4346d3698eb577014b4b6d0ba57b7b9edf975be4f052a89330ec202d0cc5c3861d37ebeafa151b6264821410243889b0c31710911a6b625bcf76b
50995187
languageName: node
51005188
linkType: hard
51015189

@@ -5611,6 +5699,15 @@ __metadata:
56115699
languageName: node
56125700
linkType: hard
56135701

5702+
"for-each@npm:^0.3.5":
5703+
version: 0.3.5
5704+
resolution: "for-each@npm:0.3.5"
5705+
dependencies:
5706+
is-callable: ^1.2.7
5707+
checksum: 3c986d7e11f4381237cc98baa0a2f87eabe74719eee65ed7bed275163082b940ede19268c61d04c6260e0215983b12f8d885e3c8f9aa8c2113bf07c37051745c
5708+
languageName: node
5709+
linkType: hard
5710+
56145711
"foreground-child@npm:^2.0.0":
56155712
version: 2.0.0
56165713
resolution: "foreground-child@npm:2.0.0"
@@ -6599,16 +6696,7 @@ __metadata:
65996696
languageName: node
66006697
linkType: hard
66016698

6602-
"is-core-module@npm:^2.15.1":
6603-
version: 2.15.1
6604-
resolution: "is-core-module@npm:2.15.1"
6605-
dependencies:
6606-
hasown: ^2.0.2
6607-
checksum: df134c168115690724b62018c37b2f5bba0d5745fa16960b329c5a00883a8bea6a5632fdb1e3efcce237c201826ba09f93197b7cd95577ea56b0df335be23633
6608-
languageName: node
6609-
linkType: hard
6610-
6611-
"is-core-module@npm:^2.16.0":
6699+
"is-core-module@npm:^2.16.0, is-core-module@npm:^2.16.1":
66126700
version: 2.16.1
66136701
resolution: "is-core-module@npm:2.16.1"
66146702
dependencies:
@@ -6979,6 +7067,15 @@ __metadata:
69797067
languageName: node
69807068
linkType: hard
69817069

7070+
"is-weakref@npm:^1.1.1":
7071+
version: 1.1.1
7072+
resolution: "is-weakref@npm:1.1.1"
7073+
dependencies:
7074+
call-bound: ^1.0.3
7075+
checksum: 1769b9aed5d435a3a989ffc18fc4ad1947d2acdaf530eb2bd6af844861b545047ea51102f75901f89043bed0267ed61d914ee21e6e8b9aa734ec201cdfc0726f
7076+
languageName: node
7077+
linkType: hard
7078+
69827079
"is-weakset@npm:^2.0.3":
69837080
version: 2.0.4
69847081
resolution: "is-weakset@npm:2.0.4"
@@ -8225,6 +8322,13 @@ __metadata:
82258322
languageName: node
82268323
linkType: hard
82278324

8325+
"object-inspect@npm:^1.13.4":
8326+
version: 1.13.4
8327+
resolution: "object-inspect@npm:1.13.4"
8328+
checksum: 582810c6a8d2ef988ea0a39e69e115a138dad8f42dd445383b394877e5816eb4268489f316a6f74ee9c4e0a984b3eab1028e3e79d62b1ed67c726661d55c7a8b
8329+
languageName: node
8330+
linkType: hard
8331+
82288332
"object-keys@npm:^1.1.1":
82298333
version: 1.1.1
82308334
resolution: "object-keys@npm:1.1.1"
@@ -8327,17 +8431,6 @@ __metadata:
83278431
languageName: node
83288432
linkType: hard
83298433

8330-
"object.values@npm:^1.2.0":
8331-
version: 1.2.0
8332-
resolution: "object.values@npm:1.2.0"
8333-
dependencies:
8334-
call-bind: ^1.0.7
8335-
define-properties: ^1.2.1
8336-
es-object-atoms: ^1.0.0
8337-
checksum: 51fef456c2a544275cb1766897f34ded968b22adfc13ba13b5e4815fdaf4304a90d42a3aee114b1f1ede048a4890381d47a5594d84296f2767c6a0364b9da8fa
8338-
languageName: node
8339-
linkType: hard
8340-
83418434
"object.values@npm:^1.2.1":
83428435
version: 1.2.1
83438436
resolution: "object.values@npm:1.2.1"
@@ -8933,7 +9026,7 @@ __metadata:
89339026
eslint-config-google: 0.14.0
89349027
eslint-config-prettier: 8.10.0
89359028
eslint-plugin-babel: 5.3.1
8936-
eslint-plugin-import: 2.31.0
9029+
eslint-plugin-import: 2.32.0
89379030
eslint-plugin-jsdoc: 46.10.1
89389031
eslint-plugin-jsx-a11y: 6.10.2
89399032
eslint-plugin-prettier: 4.2.1
@@ -9040,7 +9133,7 @@ __metadata:
90409133
languageName: node
90419134
linkType: hard
90429135

9043-
"regexp.prototype.flags@npm:^1.5.3":
9136+
"regexp.prototype.flags@npm:^1.5.3, regexp.prototype.flags@npm:^1.5.4":
90449137
version: 1.5.4
90459138
resolution: "regexp.prototype.flags@npm:1.5.4"
90469139
dependencies:
@@ -9840,6 +9933,16 @@ __metadata:
98409933
languageName: node
98419934
linkType: hard
98429935

9936+
"stop-iteration-iterator@npm:^1.1.0":
9937+
version: 1.1.0
9938+
resolution: "stop-iteration-iterator@npm:1.1.0"
9939+
dependencies:
9940+
es-errors: ^1.3.0
9941+
internal-slot: ^1.1.0
9942+
checksum: be944489d8829fb3bdec1a1cc4a2142c6b6eb317305eeace1ece978d286d6997778afa1ae8cb3bd70e2b274b9aa8c69f93febb1e15b94b1359b11058f9d3c3a1
9943+
languageName: node
9944+
linkType: hard
9945+
98439946
"string-argv@npm:0.3.2":
98449947
version: 0.3.2
98459948
resolution: "string-argv@npm:0.3.2"
@@ -10970,6 +11073,21 @@ __metadata:
1097011073
languageName: node
1097111074
linkType: hard
1097211075

11076+
"which-typed-array@npm:^1.1.19":
11077+
version: 1.1.19
11078+
resolution: "which-typed-array@npm:1.1.19"
11079+
dependencies:
11080+
available-typed-arrays: ^1.0.7
11081+
call-bind: ^1.0.8
11082+
call-bound: ^1.0.4
11083+
for-each: ^0.3.5
11084+
get-proto: ^1.0.1
11085+
gopd: ^1.2.0
11086+
has-tostringtag: ^1.0.2
11087+
checksum: 162d2a07f68ea323f88ed9419861487ce5d02cb876f2cf9dd1e428d04a63133f93a54f89308f337b27cabd312ee3d027cae4a79002b2f0a85b79b9ef4c190670
11088+
languageName: node
11089+
linkType: hard
11090+
1097311091
"which@npm:^2.0.1, which@npm:^2.0.2":
1097411092
version: 2.0.2
1097511093
resolution: "which@npm:2.0.2"

0 commit comments

Comments
 (0)