Skip to content

Commit ead077d

Browse files
committed
deps(typescript-eslint): Update to v6.7.
1 parent b56e860 commit ead077d

File tree

2 files changed

+54
-54
lines changed

2 files changed

+54
-54
lines changed

packages/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
},
3535
"dependencies": {
3636
"@moonrepo/dev": "^2.0.1",
37-
"@typescript-eslint/eslint-plugin": "^6.6.0",
38-
"@typescript-eslint/parser": "^6.6.0",
37+
"@typescript-eslint/eslint-plugin": "^6.7.2",
38+
"@typescript-eslint/parser": "^6.7.2",
3939
"eslint-config-airbnb-base": "^15.0.0",
4040
"eslint-config-prettier": "^9.0.0",
4141
"eslint-plugin-compat": "^4.2.0",

yarn.lock

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -3460,15 +3460,15 @@ __metadata:
34603460
languageName: node
34613461
linkType: hard
34623462

3463-
"@typescript-eslint/eslint-plugin@npm:^6.6.0":
3464-
version: 6.6.0
3465-
resolution: "@typescript-eslint/eslint-plugin@npm:6.6.0"
3463+
"@typescript-eslint/eslint-plugin@npm:^6.7.2":
3464+
version: 6.7.2
3465+
resolution: "@typescript-eslint/eslint-plugin@npm:6.7.2"
34663466
dependencies:
34673467
"@eslint-community/regexpp": ^4.5.1
3468-
"@typescript-eslint/scope-manager": 6.6.0
3469-
"@typescript-eslint/type-utils": 6.6.0
3470-
"@typescript-eslint/utils": 6.6.0
3471-
"@typescript-eslint/visitor-keys": 6.6.0
3468+
"@typescript-eslint/scope-manager": 6.7.2
3469+
"@typescript-eslint/type-utils": 6.7.2
3470+
"@typescript-eslint/utils": 6.7.2
3471+
"@typescript-eslint/visitor-keys": 6.7.2
34723472
debug: ^4.3.4
34733473
graphemer: ^1.4.0
34743474
ignore: ^5.2.4
@@ -3481,25 +3481,25 @@ __metadata:
34813481
peerDependenciesMeta:
34823482
typescript:
34833483
optional: true
3484-
checksum: ed41c6df87096706777e9c1f53adabd998fd840691b57f5b68b18903e567f16c0a8354ff0ad29229c249f29440ba4a017c9fe966da182a455dde9769232a4344
3484+
checksum: 4d6f612619282a20518cd6581bce16cd7c50ac4e49f5eeca2ab916a923049379aa382817568c929216381fb2c1bfbc1c4e6fde16ac8bfdd63862a9126f0ab797
34853485
languageName: node
34863486
linkType: hard
34873487

3488-
"@typescript-eslint/parser@npm:^6.6.0":
3489-
version: 6.6.0
3490-
resolution: "@typescript-eslint/parser@npm:6.6.0"
3488+
"@typescript-eslint/parser@npm:^6.7.2":
3489+
version: 6.7.2
3490+
resolution: "@typescript-eslint/parser@npm:6.7.2"
34913491
dependencies:
3492-
"@typescript-eslint/scope-manager": 6.6.0
3493-
"@typescript-eslint/types": 6.6.0
3494-
"@typescript-eslint/typescript-estree": 6.6.0
3495-
"@typescript-eslint/visitor-keys": 6.6.0
3492+
"@typescript-eslint/scope-manager": 6.7.2
3493+
"@typescript-eslint/types": 6.7.2
3494+
"@typescript-eslint/typescript-estree": 6.7.2
3495+
"@typescript-eslint/visitor-keys": 6.7.2
34963496
debug: ^4.3.4
34973497
peerDependencies:
34983498
eslint: ^7.0.0 || ^8.0.0
34993499
peerDependenciesMeta:
35003500
typescript:
35013501
optional: true
3502-
checksum: b2d0082b6acc1a85997ebbb60fc73a43f3fe5e5028cb4130938a2cffddc94872c8e0d00a1742be8f8b755bc1994d43b55b7e4660dc88946744094ff2aca4ffd3
3502+
checksum: 9e93d3eb432ed5457a852e25a31782d07518f728966cd477620175ae64db9be04f5d8e605f3561dbfe9a365f209a83b2a3788efb9b3cf33669c8bca17f1bcf6f
35033503
languageName: node
35043504
linkType: hard
35053505

@@ -3513,30 +3513,30 @@ __metadata:
35133513
languageName: node
35143514
linkType: hard
35153515

3516-
"@typescript-eslint/scope-manager@npm:6.6.0":
3517-
version: 6.6.0
3518-
resolution: "@typescript-eslint/scope-manager@npm:6.6.0"
3516+
"@typescript-eslint/scope-manager@npm:6.7.2":
3517+
version: 6.7.2
3518+
resolution: "@typescript-eslint/scope-manager@npm:6.7.2"
35193519
dependencies:
3520-
"@typescript-eslint/types": 6.6.0
3521-
"@typescript-eslint/visitor-keys": 6.6.0
3522-
checksum: 18b552fee98894c4f35e9f3d71a276f266ad4e2d7c6b9bb32a9b25caa36cc3768928676972b4e78308098ad53fa8dc6626a82810f17d51c667ce959da3ac11bc
3520+
"@typescript-eslint/types": 6.7.2
3521+
"@typescript-eslint/visitor-keys": 6.7.2
3522+
checksum: e35fa23ecb16252c3ad00b5f1ec05d9b8d33ee30d4c57543892f900443ed77926be9bd2836f06463c31b483f5f0f79070273bc51c4a606f55ac3cd1d9c9cd542
35233523
languageName: node
35243524
linkType: hard
35253525

3526-
"@typescript-eslint/type-utils@npm:6.6.0":
3527-
version: 6.6.0
3528-
resolution: "@typescript-eslint/type-utils@npm:6.6.0"
3526+
"@typescript-eslint/type-utils@npm:6.7.2":
3527+
version: 6.7.2
3528+
resolution: "@typescript-eslint/type-utils@npm:6.7.2"
35293529
dependencies:
3530-
"@typescript-eslint/typescript-estree": 6.6.0
3531-
"@typescript-eslint/utils": 6.6.0
3530+
"@typescript-eslint/typescript-estree": 6.7.2
3531+
"@typescript-eslint/utils": 6.7.2
35323532
debug: ^4.3.4
35333533
ts-api-utils: ^1.0.1
35343534
peerDependencies:
35353535
eslint: ^7.0.0 || ^8.0.0
35363536
peerDependenciesMeta:
35373537
typescript:
35383538
optional: true
3539-
checksum: be68ebc1d8da9d4db48933cfd5c8f22382fdf1faf4116b0eb929c65eaeaf00ef224f38b03e7f6ea2de4496d046380876dd5db514c65d078ebc7a25e771a61265
3539+
checksum: 67743f8e4b77d0ab3d82907eda0411ffd221357b60ac9cbd29683d5b8c77127369ebfafcf0bfc30a1f1828927ccd5635fab5b2eaf2b2f1d12a9361549cab3e62
35403540
languageName: node
35413541
linkType: hard
35423542

@@ -3547,10 +3547,10 @@ __metadata:
35473547
languageName: node
35483548
linkType: hard
35493549

3550-
"@typescript-eslint/types@npm:6.6.0":
3551-
version: 6.6.0
3552-
resolution: "@typescript-eslint/types@npm:6.6.0"
3553-
checksum: d0642ad52e904062a4ac75ac4e6cc51d81ec6030f8830e230df476e69786d3232d45ca0c9ce011add9ede13f0eba4ab7f1eaf679954c6602cf4f43e1ba002be9
3550+
"@typescript-eslint/types@npm:6.7.2":
3551+
version: 6.7.2
3552+
resolution: "@typescript-eslint/types@npm:6.7.2"
3553+
checksum: 5a7c4cd456f721649757d2edb4cae71d1405c1c2c35672031f012b27007b9d49b7118297eec746dc3351370e6aa414e5d2c493fb658c7b910154b7998c0278e1
35543554
languageName: node
35553555
linkType: hard
35563556

@@ -3572,12 +3572,12 @@ __metadata:
35723572
languageName: node
35733573
linkType: hard
35743574

3575-
"@typescript-eslint/typescript-estree@npm:6.6.0":
3576-
version: 6.6.0
3577-
resolution: "@typescript-eslint/typescript-estree@npm:6.6.0"
3575+
"@typescript-eslint/typescript-estree@npm:6.7.2":
3576+
version: 6.7.2
3577+
resolution: "@typescript-eslint/typescript-estree@npm:6.7.2"
35783578
dependencies:
3579-
"@typescript-eslint/types": 6.6.0
3580-
"@typescript-eslint/visitor-keys": 6.6.0
3579+
"@typescript-eslint/types": 6.7.2
3580+
"@typescript-eslint/visitor-keys": 6.7.2
35813581
debug: ^4.3.4
35823582
globby: ^11.1.0
35833583
is-glob: ^4.0.3
@@ -3586,24 +3586,24 @@ __metadata:
35863586
peerDependenciesMeta:
35873587
typescript:
35883588
optional: true
3589-
checksum: 100620bc5865dc9d2551c6be520a34b931bc70eca144c5ab0e275b81e57aa92f24a9d3a57f332d98b96e4581cf7e87211c3196d964f4951c7a2508105e3bd3f5
3589+
checksum: c30b9803567c37527e2806badd98f3083ae125db9a430d8a28647b153e446e6a4b830833f229cca27d5aa0ff5497c149aaa524aa3a6dbf932b557c60d0bfd4f9
35903590
languageName: node
35913591
linkType: hard
35923592

3593-
"@typescript-eslint/utils@npm:6.6.0, @typescript-eslint/utils@npm:^6.4.0":
3594-
version: 6.6.0
3595-
resolution: "@typescript-eslint/utils@npm:6.6.0"
3593+
"@typescript-eslint/utils@npm:6.7.2, @typescript-eslint/utils@npm:^6.4.0":
3594+
version: 6.7.2
3595+
resolution: "@typescript-eslint/utils@npm:6.7.2"
35963596
dependencies:
35973597
"@eslint-community/eslint-utils": ^4.4.0
35983598
"@types/json-schema": ^7.0.12
35993599
"@types/semver": ^7.5.0
3600-
"@typescript-eslint/scope-manager": 6.6.0
3601-
"@typescript-eslint/types": 6.6.0
3602-
"@typescript-eslint/typescript-estree": 6.6.0
3600+
"@typescript-eslint/scope-manager": 6.7.2
3601+
"@typescript-eslint/types": 6.7.2
3602+
"@typescript-eslint/typescript-estree": 6.7.2
36033603
semver: ^7.5.4
36043604
peerDependencies:
36053605
eslint: ^7.0.0 || ^8.0.0
3606-
checksum: da02305703569549eb7deebb7512940cd40426eccec684680087a5b8c8e08052e2ff0ff6951a2ca64740e86e4b5b390903d0b13ad51efc374d9ae54f70c6a046
3606+
checksum: 97f950562dba2bda63ffe64672f643ef940123cf74007bc878afcf31c75f905c99934a3ad77da3d5a4fe7807d5d69c791b20c429712ad5a5525e331ebc313756
36073607
languageName: node
36083608
linkType: hard
36093609

@@ -3635,13 +3635,13 @@ __metadata:
36353635
languageName: node
36363636
linkType: hard
36373637

3638-
"@typescript-eslint/visitor-keys@npm:6.6.0":
3639-
version: 6.6.0
3640-
resolution: "@typescript-eslint/visitor-keys@npm:6.6.0"
3638+
"@typescript-eslint/visitor-keys@npm:6.7.2":
3639+
version: 6.7.2
3640+
resolution: "@typescript-eslint/visitor-keys@npm:6.7.2"
36413641
dependencies:
3642-
"@typescript-eslint/types": 6.6.0
3642+
"@typescript-eslint/types": 6.7.2
36433643
eslint-visitor-keys: ^3.4.1
3644-
checksum: 28171124c5c7d5d10c04c204530508f1488214f2af5eb7e64a5f1cc410c64f02676c04be087adcfd0deb5566f5bb7337b208afcb249719614634c38bcc3da897
3644+
checksum: b4915fbc0f3d44c81b92b7151830b698e8b6ed2dee8587bb65540c888c7a84300d3fd6b0c159e2131c7c6df1bebe49fb0d21c347ecdbf7f3e4aec05acebbb0bc
36453645
languageName: node
36463646
linkType: hard
36473647

@@ -5927,8 +5927,8 @@ __metadata:
59275927
dependencies:
59285928
"@moonrepo/dev": ^2.0.1
59295929
"@types/eslint": ^8.44.3
5930-
"@typescript-eslint/eslint-plugin": ^6.6.0
5931-
"@typescript-eslint/parser": ^6.6.0
5930+
"@typescript-eslint/eslint-plugin": ^6.7.2
5931+
"@typescript-eslint/parser": ^6.7.2
59325932
eslint: ^8.50.0
59335933
eslint-config-airbnb-base: ^15.0.0
59345934
eslint-config-prettier: ^9.0.0

0 commit comments

Comments
 (0)