Skip to content

Commit 218de52

Browse files
chore(deps): update typescript-eslint monorepo to v8.7.0
1 parent d3939d6 commit 218de52

File tree

2 files changed

+93
-33
lines changed

2 files changed

+93
-33
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"@openapitools/openapi-generator-cli": "2.13.9",
3535
"@redocly/cli": "1.25.3",
3636
"@stylistic/eslint-plugin": "2.8.0",
37-
"@typescript-eslint/eslint-plugin": "8.6.0",
38-
"@typescript-eslint/parser": "8.6.0",
37+
"@typescript-eslint/eslint-plugin": "8.7.0",
38+
"@typescript-eslint/parser": "8.7.0",
3939
"@vitest/eslint-plugin": "1.1.4",
4040
"eslint": "8.57.1",
4141
"eslint-config-algolia": "23.1.7",

yarn.lock

Lines changed: 91 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ __metadata:
8585
"@openapitools/openapi-generator-cli": "npm:2.13.9"
8686
"@redocly/cli": "npm:1.25.3"
8787
"@stylistic/eslint-plugin": "npm:2.8.0"
88-
"@typescript-eslint/eslint-plugin": "npm:8.6.0"
89-
"@typescript-eslint/parser": "npm:8.6.0"
88+
"@typescript-eslint/eslint-plugin": "npm:8.7.0"
89+
"@typescript-eslint/parser": "npm:8.7.0"
9090
"@vitest/eslint-plugin": "npm:1.1.4"
9191
eslint: "npm:8.57.1"
9292
eslint-config-algolia: "npm:23.1.7"
@@ -2060,15 +2060,15 @@ __metadata:
20602060
languageName: node
20612061
linkType: hard
20622062

2063-
"@typescript-eslint/eslint-plugin@npm:8.6.0":
2064-
version: 8.6.0
2065-
resolution: "@typescript-eslint/eslint-plugin@npm:8.6.0"
2063+
"@typescript-eslint/eslint-plugin@npm:8.7.0":
2064+
version: 8.7.0
2065+
resolution: "@typescript-eslint/eslint-plugin@npm:8.7.0"
20662066
dependencies:
20672067
"@eslint-community/regexpp": "npm:^4.10.0"
2068-
"@typescript-eslint/scope-manager": "npm:8.6.0"
2069-
"@typescript-eslint/type-utils": "npm:8.6.0"
2070-
"@typescript-eslint/utils": "npm:8.6.0"
2071-
"@typescript-eslint/visitor-keys": "npm:8.6.0"
2068+
"@typescript-eslint/scope-manager": "npm:8.7.0"
2069+
"@typescript-eslint/type-utils": "npm:8.7.0"
2070+
"@typescript-eslint/utils": "npm:8.7.0"
2071+
"@typescript-eslint/visitor-keys": "npm:8.7.0"
20722072
graphemer: "npm:^1.4.0"
20732073
ignore: "npm:^5.3.1"
20742074
natural-compare: "npm:^1.4.0"
@@ -2079,25 +2079,25 @@ __metadata:
20792079
peerDependenciesMeta:
20802080
typescript:
20812081
optional: true
2082-
checksum: 10/8f8c72b47e59973c6aaa955a01d2bce834dbd317b37f66355aba564aa30bed4ed7be26080d20ed2ae834bc628706da534da6a87a9720608835b27f165d59bd2b
2082+
checksum: 10/5bc774b1da4e1cd19c5ffd731c655c53035fd81ff06a95c2f2c54ab62c401879f886da3e1a1235505341e8172b2841c6edc78b4565a261105ab32d83bf5b8ab1
20832083
languageName: node
20842084
linkType: hard
20852085

2086-
"@typescript-eslint/parser@npm:8.6.0":
2087-
version: 8.6.0
2088-
resolution: "@typescript-eslint/parser@npm:8.6.0"
2086+
"@typescript-eslint/parser@npm:8.7.0":
2087+
version: 8.7.0
2088+
resolution: "@typescript-eslint/parser@npm:8.7.0"
20892089
dependencies:
2090-
"@typescript-eslint/scope-manager": "npm:8.6.0"
2091-
"@typescript-eslint/types": "npm:8.6.0"
2092-
"@typescript-eslint/typescript-estree": "npm:8.6.0"
2093-
"@typescript-eslint/visitor-keys": "npm:8.6.0"
2090+
"@typescript-eslint/scope-manager": "npm:8.7.0"
2091+
"@typescript-eslint/types": "npm:8.7.0"
2092+
"@typescript-eslint/typescript-estree": "npm:8.7.0"
2093+
"@typescript-eslint/visitor-keys": "npm:8.7.0"
20942094
debug: "npm:^4.3.4"
20952095
peerDependencies:
20962096
eslint: ^8.57.0 || ^9.0.0
20972097
peerDependenciesMeta:
20982098
typescript:
20992099
optional: true
2100-
checksum: 10/6e6bb37841665e5fac8c5505a5b755ef499d5caf8cb975043e8b0e459520d315a1c7e7ae60a1d6bc20e7f4193b6d7cb74bc95dede203851087a1713c8d0b8abc
2100+
checksum: 10/896ac60f8426f9e5c23198c89555f6f88f7957c5b16bb7b966dac45c5f5e7076c1a050bcee2e0eddff88055b9c0d7bdfaef9c64889e3bdf3356d20356b0daa04
21012101
languageName: node
21022102
linkType: hard
21032103

@@ -2121,18 +2121,28 @@ __metadata:
21212121
languageName: node
21222122
linkType: hard
21232123

2124-
"@typescript-eslint/type-utils@npm:8.6.0":
2125-
version: 8.6.0
2126-
resolution: "@typescript-eslint/type-utils@npm:8.6.0"
2124+
"@typescript-eslint/scope-manager@npm:8.7.0":
2125+
version: 8.7.0
2126+
resolution: "@typescript-eslint/scope-manager@npm:8.7.0"
21272127
dependencies:
2128-
"@typescript-eslint/typescript-estree": "npm:8.6.0"
2129-
"@typescript-eslint/utils": "npm:8.6.0"
2128+
"@typescript-eslint/types": "npm:8.7.0"
2129+
"@typescript-eslint/visitor-keys": "npm:8.7.0"
2130+
checksum: 10/6a6aae28437f6cd78f82dd1359658593fcc8f6d0da966b4d128b14db3a307b6094d22515a79c222055a31bf9b73b73799acf18fbf48c0da16e8f408fcc10464c
2131+
languageName: node
2132+
linkType: hard
2133+
2134+
"@typescript-eslint/type-utils@npm:8.7.0":
2135+
version: 8.7.0
2136+
resolution: "@typescript-eslint/type-utils@npm:8.7.0"
2137+
dependencies:
2138+
"@typescript-eslint/typescript-estree": "npm:8.7.0"
2139+
"@typescript-eslint/utils": "npm:8.7.0"
21302140
debug: "npm:^4.3.4"
21312141
ts-api-utils: "npm:^1.3.0"
21322142
peerDependenciesMeta:
21332143
typescript:
21342144
optional: true
2135-
checksum: 10/9b537821e180818915e75422a4e4810f7cc87f2223ad7fb145fca76b808f97425f81e4db7909542f76e6b53519f9b3a47d86fc8d1881a156158432c0ba748f89
2145+
checksum: 10/dba4520dd3dce35b765640f9633100bd29d2092478cb467e89bde51dc23fb19f7395e87f4486b898315aab081263003cbc78f03f0f40079602713aafc2f2a6a5
21362146
languageName: node
21372147
linkType: hard
21382148

@@ -2150,6 +2160,13 @@ __metadata:
21502160
languageName: node
21512161
linkType: hard
21522162

2163+
"@typescript-eslint/types@npm:8.7.0":
2164+
version: 8.7.0
2165+
resolution: "@typescript-eslint/types@npm:8.7.0"
2166+
checksum: 10/9adbe4efdcb00735af5144a161d6bb2f79a952a9701820920ad33adba02032d65d5b601087e953c2918f7efa548abbcd9289f83ec6299f66941d7c585886792e
2167+
languageName: node
2168+
linkType: hard
2169+
21532170
"@typescript-eslint/typescript-estree@npm:7.18.0":
21542171
version: 7.18.0
21552172
resolution: "@typescript-eslint/typescript-estree@npm:7.18.0"
@@ -2188,17 +2205,36 @@ __metadata:
21882205
languageName: node
21892206
linkType: hard
21902207

2191-
"@typescript-eslint/utils@npm:8.6.0, @typescript-eslint/utils@npm:^8.1.0, @typescript-eslint/utils@npm:^8.4.0":
2192-
version: 8.6.0
2193-
resolution: "@typescript-eslint/utils@npm:8.6.0"
2208+
"@typescript-eslint/typescript-estree@npm:8.7.0":
2209+
version: 8.7.0
2210+
resolution: "@typescript-eslint/typescript-estree@npm:8.7.0"
2211+
dependencies:
2212+
"@typescript-eslint/types": "npm:8.7.0"
2213+
"@typescript-eslint/visitor-keys": "npm:8.7.0"
2214+
debug: "npm:^4.3.4"
2215+
fast-glob: "npm:^3.3.2"
2216+
is-glob: "npm:^4.0.3"
2217+
minimatch: "npm:^9.0.4"
2218+
semver: "npm:^7.6.0"
2219+
ts-api-utils: "npm:^1.3.0"
2220+
peerDependenciesMeta:
2221+
typescript:
2222+
optional: true
2223+
checksum: 10/c4f7e3c18c8382b72800681c37c87726b02a96cf6831be37d2d2f9c26267016a9dd7af4e08184b96376a9aebdc5c344c6c378c86821c374fe10a9e45aca1b33d
2224+
languageName: node
2225+
linkType: hard
2226+
2227+
"@typescript-eslint/utils@npm:8.7.0":
2228+
version: 8.7.0
2229+
resolution: "@typescript-eslint/utils@npm:8.7.0"
21942230
dependencies:
21952231
"@eslint-community/eslint-utils": "npm:^4.4.0"
2196-
"@typescript-eslint/scope-manager": "npm:8.6.0"
2197-
"@typescript-eslint/types": "npm:8.6.0"
2198-
"@typescript-eslint/typescript-estree": "npm:8.6.0"
2232+
"@typescript-eslint/scope-manager": "npm:8.7.0"
2233+
"@typescript-eslint/types": "npm:8.7.0"
2234+
"@typescript-eslint/typescript-estree": "npm:8.7.0"
21992235
peerDependencies:
22002236
eslint: ^8.57.0 || ^9.0.0
2201-
checksum: 10/778caa5767d306d17dea8d648baf158eda4099717fd1067d5362446adb7e51af357d4a9a53430327cc7f0229c69347a3b9b434ab937256fb0b4a0e3458184068
2237+
checksum: 10/81674503fb5ea32ff5de8f1a29fecbcfa947025e7609e861ac8e32cd13326fc050c4fa5044e1a877f05e7e1264c42b9c72a7fd09c4a41d0ac2cf1c49259abf03
22022238
languageName: node
22032239
linkType: hard
22042240

@@ -2216,6 +2252,20 @@ __metadata:
22162252
languageName: node
22172253
linkType: hard
22182254

2255+
"@typescript-eslint/utils@npm:^8.1.0, @typescript-eslint/utils@npm:^8.4.0":
2256+
version: 8.6.0
2257+
resolution: "@typescript-eslint/utils@npm:8.6.0"
2258+
dependencies:
2259+
"@eslint-community/eslint-utils": "npm:^4.4.0"
2260+
"@typescript-eslint/scope-manager": "npm:8.6.0"
2261+
"@typescript-eslint/types": "npm:8.6.0"
2262+
"@typescript-eslint/typescript-estree": "npm:8.6.0"
2263+
peerDependencies:
2264+
eslint: ^8.57.0 || ^9.0.0
2265+
checksum: 10/778caa5767d306d17dea8d648baf158eda4099717fd1067d5362446adb7e51af357d4a9a53430327cc7f0229c69347a3b9b434ab937256fb0b4a0e3458184068
2266+
languageName: node
2267+
linkType: hard
2268+
22192269
"@typescript-eslint/visitor-keys@npm:7.18.0":
22202270
version: 7.18.0
22212271
resolution: "@typescript-eslint/visitor-keys@npm:7.18.0"
@@ -2236,6 +2286,16 @@ __metadata:
22362286
languageName: node
22372287
linkType: hard
22382288

2289+
"@typescript-eslint/visitor-keys@npm:8.7.0":
2290+
version: 8.7.0
2291+
resolution: "@typescript-eslint/visitor-keys@npm:8.7.0"
2292+
dependencies:
2293+
"@typescript-eslint/types": "npm:8.7.0"
2294+
eslint-visitor-keys: "npm:^3.4.3"
2295+
checksum: 10/189ea297ff4da53aea92f31de57aed164550c51ac7cf663007c997c4f0f75a82097e35568e3a0fbcced290cb4c12ab7d3afd99e93eb37c930d7f6d6bbfd6ed98
2296+
languageName: node
2297+
linkType: hard
2298+
22392299
"@ungap/structured-clone@npm:^1.2.0":
22402300
version: 1.2.0
22412301
resolution: "@ungap/structured-clone@npm:1.2.0"

0 commit comments

Comments
 (0)