Skip to content

Commit 68f57a7

Browse files
chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.18.0 (#2029)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cd275b2 commit 68f57a7

File tree

2 files changed

+49
-56
lines changed

2 files changed

+49
-56
lines changed

plugins/plugin-site/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"@testing-library/dom": "10.4.0",
111111
"@testing-library/jest-dom": "6.6.3",
112112
"@testing-library/react": "16.1.0",
113-
"@typescript-eslint/eslint-plugin": "8.17.0",
113+
"@typescript-eslint/eslint-plugin": "8.18.0",
114114
"axios-retry": "4.5.0",
115115
"babel-jest": "29.7.0",
116116
"babel-preset-gatsby": "3.14.0",

yarn.lock

+48-55
Original file line numberDiff line numberDiff line change
@@ -4196,7 +4196,7 @@ __metadata:
41964196
"@testing-library/dom": "npm:10.4.0"
41974197
"@testing-library/jest-dom": "npm:6.6.3"
41984198
"@testing-library/react": "npm:16.1.0"
4199-
"@typescript-eslint/eslint-plugin": "npm:8.17.0"
4199+
"@typescript-eslint/eslint-plugin": "npm:8.18.0"
42004200
algoliasearch: "npm:5.15.0"
42014201
axios-retry: "npm:4.5.0"
42024202
babel-jest: "npm:29.7.0"
@@ -6054,26 +6054,24 @@ __metadata:
60546054
languageName: node
60556055
linkType: hard
60566056

6057-
"@typescript-eslint/eslint-plugin@npm:8.17.0":
6058-
version: 8.17.0
6059-
resolution: "@typescript-eslint/eslint-plugin@npm:8.17.0"
6057+
"@typescript-eslint/eslint-plugin@npm:8.18.0":
6058+
version: 8.18.0
6059+
resolution: "@typescript-eslint/eslint-plugin@npm:8.18.0"
60606060
dependencies:
60616061
"@eslint-community/regexpp": "npm:^4.10.0"
6062-
"@typescript-eslint/scope-manager": "npm:8.17.0"
6063-
"@typescript-eslint/type-utils": "npm:8.17.0"
6064-
"@typescript-eslint/utils": "npm:8.17.0"
6065-
"@typescript-eslint/visitor-keys": "npm:8.17.0"
6062+
"@typescript-eslint/scope-manager": "npm:8.18.0"
6063+
"@typescript-eslint/type-utils": "npm:8.18.0"
6064+
"@typescript-eslint/utils": "npm:8.18.0"
6065+
"@typescript-eslint/visitor-keys": "npm:8.18.0"
60666066
graphemer: "npm:^1.4.0"
60676067
ignore: "npm:^5.3.1"
60686068
natural-compare: "npm:^1.4.0"
60696069
ts-api-utils: "npm:^1.3.0"
60706070
peerDependencies:
60716071
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
60726072
eslint: ^8.57.0 || ^9.0.0
6073-
peerDependenciesMeta:
6074-
typescript:
6075-
optional: true
6076-
checksum: 10c0/d78778173571a9a1370345bc2aa3e850235a489d16b8a8b5ba3086b988bbef7549bdae38e509d7a679ba3179c688cc5a408376b158be402770836e94ffc9602d
6073+
typescript: ">=4.8.4 <5.8.0"
6074+
checksum: 10c0/c338da1b96c41d7b94401a6711659d0fef3acb691eff7a958f9d3aa0442a858830daad67e3575288a4f4669572e2b690517a513519b404a465ad68fe0a82d3ec
60776075
languageName: node
60786076
linkType: hard
60796077

@@ -6128,13 +6126,13 @@ __metadata:
61286126
languageName: node
61296127
linkType: hard
61306128

6131-
"@typescript-eslint/scope-manager@npm:8.17.0":
6132-
version: 8.17.0
6133-
resolution: "@typescript-eslint/scope-manager@npm:8.17.0"
6129+
"@typescript-eslint/scope-manager@npm:8.18.0":
6130+
version: 8.18.0
6131+
resolution: "@typescript-eslint/scope-manager@npm:8.18.0"
61346132
dependencies:
6135-
"@typescript-eslint/types": "npm:8.17.0"
6136-
"@typescript-eslint/visitor-keys": "npm:8.17.0"
6137-
checksum: 10c0/0c08d14240bad4b3f6874f08ba80b29db1a6657437089a6f109db458c544d835bcdc06ba9140bb4f835233ba4326d9a86e6cf6bdb5209960d2f7025aa3191f4f
6133+
"@typescript-eslint/types": "npm:8.18.0"
6134+
"@typescript-eslint/visitor-keys": "npm:8.18.0"
6135+
checksum: 10c0/6bf6532fd43f2b55b9b47fa8b0217c5b5a03f022e869a6a21228fc3ae04c0ac6c5ae5d6026866d189ba424d2f98cc6fbd2a34f909d241c9b86c031afd808f90c
61386136
languageName: node
61396137
linkType: hard
61406138

@@ -6165,20 +6163,18 @@ __metadata:
61656163
languageName: node
61666164
linkType: hard
61676165

6168-
"@typescript-eslint/type-utils@npm:8.17.0":
6169-
version: 8.17.0
6170-
resolution: "@typescript-eslint/type-utils@npm:8.17.0"
6166+
"@typescript-eslint/type-utils@npm:8.18.0":
6167+
version: 8.18.0
6168+
resolution: "@typescript-eslint/type-utils@npm:8.18.0"
61716169
dependencies:
6172-
"@typescript-eslint/typescript-estree": "npm:8.17.0"
6173-
"@typescript-eslint/utils": "npm:8.17.0"
6170+
"@typescript-eslint/typescript-estree": "npm:8.18.0"
6171+
"@typescript-eslint/utils": "npm:8.18.0"
61746172
debug: "npm:^4.3.4"
61756173
ts-api-utils: "npm:^1.3.0"
61766174
peerDependencies:
61776175
eslint: ^8.57.0 || ^9.0.0
6178-
peerDependenciesMeta:
6179-
typescript:
6180-
optional: true
6181-
checksum: 10c0/6138ec71b5692d4b5e0bf3d7f66a6fa4e91ddea7031907b0ac45a7693df0a2f4cc5bca7218311e0639620d636ceb7efec83a137dfcd5938304d873b774fcc8bd
6176+
typescript: ">=4.8.4 <5.8.0"
6177+
checksum: 10c0/c0fcf201c3b53f9374c0571198a639c81536170141caa08fd0f47094a596b1f82f839a849eac5832f954345c567dccb45b2ee1c0872c513331165f7bcb812396
61826178
languageName: node
61836179
linkType: hard
61846180

@@ -6189,10 +6185,10 @@ __metadata:
61896185
languageName: node
61906186
linkType: hard
61916187

6192-
"@typescript-eslint/types@npm:8.17.0":
6193-
version: 8.17.0
6194-
resolution: "@typescript-eslint/types@npm:8.17.0"
6195-
checksum: 10c0/26b1bf9dfc3ee783c85c6f354b84c28706d5689d777f3ff2de2cb496e45f9d0189c0d561c03ccbc8b24712438be17cf63dd0871ff3ca2083e7f48749770d1893
6188+
"@typescript-eslint/types@npm:8.18.0":
6189+
version: 8.18.0
6190+
resolution: "@typescript-eslint/types@npm:8.18.0"
6191+
checksum: 10c0/2dd7468c3f1c305545268b72c3a333488e6ab1b628c5f65081d895866422b9376c21634a7aac437805f84b22e352b6a8fc4dcf925ef4a8fd7d1898b8359f71be
61966192
languageName: node
61976193
linkType: hard
61986194

@@ -6221,22 +6217,21 @@ __metadata:
62216217
languageName: node
62226218
linkType: hard
62236219

6224-
"@typescript-eslint/typescript-estree@npm:8.17.0":
6225-
version: 8.17.0
6226-
resolution: "@typescript-eslint/typescript-estree@npm:8.17.0"
6220+
"@typescript-eslint/typescript-estree@npm:8.18.0":
6221+
version: 8.18.0
6222+
resolution: "@typescript-eslint/typescript-estree@npm:8.18.0"
62276223
dependencies:
6228-
"@typescript-eslint/types": "npm:8.17.0"
6229-
"@typescript-eslint/visitor-keys": "npm:8.17.0"
6224+
"@typescript-eslint/types": "npm:8.18.0"
6225+
"@typescript-eslint/visitor-keys": "npm:8.18.0"
62306226
debug: "npm:^4.3.4"
62316227
fast-glob: "npm:^3.3.2"
62326228
is-glob: "npm:^4.0.3"
62336229
minimatch: "npm:^9.0.4"
62346230
semver: "npm:^7.6.0"
62356231
ts-api-utils: "npm:^1.3.0"
6236-
peerDependenciesMeta:
6237-
typescript:
6238-
optional: true
6239-
checksum: 10c0/523013f9b5cf2c58c566868e4c3b0b9ac1b4807223a6d64e2a7c58e01e53b6587ba61f1a8241eade361f3f426d6057657515473176141ef8aebb352bc0d223ce
6232+
peerDependencies:
6233+
typescript: ">=4.8.4 <5.8.0"
6234+
checksum: 10c0/87b432b190b627314f007b17b2371898db78baaa3df67a0d9a94d080d88a7a307906b54a735084cacef37f6421e2b9c3320040617e73fe54eac2bf22c610f1ec
62406235
languageName: node
62416236
linkType: hard
62426237

@@ -6277,20 +6272,18 @@ __metadata:
62776272
languageName: node
62786273
linkType: hard
62796274

6280-
"@typescript-eslint/utils@npm:8.17.0":
6281-
version: 8.17.0
6282-
resolution: "@typescript-eslint/utils@npm:8.17.0"
6275+
"@typescript-eslint/utils@npm:8.18.0":
6276+
version: 8.18.0
6277+
resolution: "@typescript-eslint/utils@npm:8.18.0"
62836278
dependencies:
62846279
"@eslint-community/eslint-utils": "npm:^4.4.0"
6285-
"@typescript-eslint/scope-manager": "npm:8.17.0"
6286-
"@typescript-eslint/types": "npm:8.17.0"
6287-
"@typescript-eslint/typescript-estree": "npm:8.17.0"
6280+
"@typescript-eslint/scope-manager": "npm:8.18.0"
6281+
"@typescript-eslint/types": "npm:8.18.0"
6282+
"@typescript-eslint/typescript-estree": "npm:8.18.0"
62886283
peerDependencies:
62896284
eslint: ^8.57.0 || ^9.0.0
6290-
peerDependenciesMeta:
6291-
typescript:
6292-
optional: true
6293-
checksum: 10c0/a9785ae5f7e7b51d521dc3f48b15093948e4fcd03352c0b60f39bae366cbc935947d215f91e2ae3182d52fa6affb5ccbb50feff487bd1209011f3e0da02cdf07
6285+
typescript: ">=4.8.4 <5.8.0"
6286+
checksum: 10c0/58a2fc1e404d1f905c2a958d995824eb4abc6e73836b186717550677f8b1d17954acc369feddb83277350915388bc3d8b721423c37777b8b8017fc29c89ec6ee
62946287
languageName: node
62956288
linkType: hard
62966289

@@ -6318,13 +6311,13 @@ __metadata:
63186311
languageName: node
63196312
linkType: hard
63206313

6321-
"@typescript-eslint/visitor-keys@npm:8.17.0":
6322-
version: 8.17.0
6323-
resolution: "@typescript-eslint/visitor-keys@npm:8.17.0"
6314+
"@typescript-eslint/visitor-keys@npm:8.18.0":
6315+
version: 8.18.0
6316+
resolution: "@typescript-eslint/visitor-keys@npm:8.18.0"
63246317
dependencies:
6325-
"@typescript-eslint/types": "npm:8.17.0"
6318+
"@typescript-eslint/types": "npm:8.18.0"
63266319
eslint-visitor-keys: "npm:^4.2.0"
6327-
checksum: 10c0/9144c4e4a63034fb2031a0ee1fc77e80594f30cab3faafa9a1f7f83782695774dd32fac8986f260698b4e150b4dd52444f2611c07e4c101501f08353eb47c82c
6320+
checksum: 10c0/d4cdc2adab553098b5be7117fb7df76fb66cfd380528881a0a8c2a9eee03bf8baddda07d15ca0bd3ed8b35c379b3f449292183df18e3e81898dbcadafcb708b8
63286321
languageName: node
63296322
linkType: hard
63306323

0 commit comments

Comments
 (0)