|
1194 | 1194 | dependencies: |
1195 | 1195 | "@types/yargs-parser" "*" |
1196 | 1196 |
|
1197 | | -"@typescript-eslint/eslint-plugin@^7.0.0", "@typescript-eslint/eslint-plugin@^7.0.1": |
| 1197 | +"@typescript-eslint/eslint-plugin@^7.0.0": |
1198 | 1198 | version "7.18.0" |
1199 | 1199 | resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3" |
1200 | 1200 | integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw== |
|
1209 | 1209 | natural-compare "^1.4.0" |
1210 | 1210 | ts-api-utils "^1.3.0" |
1211 | 1211 |
|
1212 | | -"@typescript-eslint/parser@^7.0.0", "@typescript-eslint/parser@^7.0.1": |
| 1212 | +"@typescript-eslint/eslint-plugin@^8.0.0": |
| 1213 | + version "8.5.0" |
| 1214 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.5.0.tgz#7c1863693a98371703686e1c0fac64ffc576cdb1" |
| 1215 | + integrity sha512-lHS5hvz33iUFQKuPFGheAB84LwcJ60G8vKnEhnfcK1l8kGVLro2SFYW6K0/tj8FUhRJ0VHyg1oAfg50QGbPPHw== |
| 1216 | + dependencies: |
| 1217 | + "@eslint-community/regexpp" "^4.10.0" |
| 1218 | + "@typescript-eslint/scope-manager" "8.5.0" |
| 1219 | + "@typescript-eslint/type-utils" "8.5.0" |
| 1220 | + "@typescript-eslint/utils" "8.5.0" |
| 1221 | + "@typescript-eslint/visitor-keys" "8.5.0" |
| 1222 | + graphemer "^1.4.0" |
| 1223 | + ignore "^5.3.1" |
| 1224 | + natural-compare "^1.4.0" |
| 1225 | + ts-api-utils "^1.3.0" |
| 1226 | + |
| 1227 | +"@typescript-eslint/parser@^7.0.0": |
1213 | 1228 | version "7.18.0" |
1214 | 1229 | resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.18.0.tgz#83928d0f1b7f4afa974098c64b5ce6f9051f96a0" |
1215 | 1230 | integrity sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg== |
|
1220 | 1235 | "@typescript-eslint/visitor-keys" "7.18.0" |
1221 | 1236 | debug "^4.3.4" |
1222 | 1237 |
|
| 1238 | +"@typescript-eslint/parser@^8.0.0": |
| 1239 | + version "8.5.0" |
| 1240 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.5.0.tgz#d590e1ef9f31f26d423999ad3f687723247e6bcc" |
| 1241 | + integrity sha512-gF77eNv0Xz2UJg/NbpWJ0kqAm35UMsvZf1GHj8D9MRFTj/V3tAciIWXfmPLsAAF/vUlpWPvUDyH1jjsr0cMVWw== |
| 1242 | + dependencies: |
| 1243 | + "@typescript-eslint/scope-manager" "8.5.0" |
| 1244 | + "@typescript-eslint/types" "8.5.0" |
| 1245 | + "@typescript-eslint/typescript-estree" "8.5.0" |
| 1246 | + "@typescript-eslint/visitor-keys" "8.5.0" |
| 1247 | + debug "^4.3.4" |
| 1248 | + |
1223 | 1249 | "@typescript-eslint/scope-manager@7.18.0": |
1224 | 1250 | version "7.18.0" |
1225 | 1251 | resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83" |
|
1236 | 1262 | "@typescript-eslint/types" "8.4.0" |
1237 | 1263 | "@typescript-eslint/visitor-keys" "8.4.0" |
1238 | 1264 |
|
| 1265 | +"@typescript-eslint/scope-manager@8.5.0": |
| 1266 | + version "8.5.0" |
| 1267 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.5.0.tgz#385341de65b976f02b295b8aca54bb4ffd6b5f07" |
| 1268 | + integrity sha512-06JOQ9Qgj33yvBEx6tpC8ecP9o860rsR22hWMEd12WcTRrfaFgHr2RB/CA/B+7BMhHkXT4chg2MyboGdFGawYg== |
| 1269 | + dependencies: |
| 1270 | + "@typescript-eslint/types" "8.5.0" |
| 1271 | + "@typescript-eslint/visitor-keys" "8.5.0" |
| 1272 | + |
1239 | 1273 | "@typescript-eslint/type-utils@7.18.0": |
1240 | 1274 | version "7.18.0" |
1241 | 1275 | resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b" |
|
1246 | 1280 | debug "^4.3.4" |
1247 | 1281 | ts-api-utils "^1.3.0" |
1248 | 1282 |
|
| 1283 | +"@typescript-eslint/type-utils@8.5.0": |
| 1284 | + version "8.5.0" |
| 1285 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.5.0.tgz#6215b23aa39dbbd8dde0a4ef9ee0f745410c29b1" |
| 1286 | + integrity sha512-N1K8Ix+lUM+cIDhL2uekVn/ZD7TZW+9/rwz8DclQpcQ9rk4sIL5CAlBC0CugWKREmDjBzI/kQqU4wkg46jWLYA== |
| 1287 | + dependencies: |
| 1288 | + "@typescript-eslint/typescript-estree" "8.5.0" |
| 1289 | + "@typescript-eslint/utils" "8.5.0" |
| 1290 | + debug "^4.3.4" |
| 1291 | + ts-api-utils "^1.3.0" |
| 1292 | + |
1249 | 1293 | "@typescript-eslint/types@7.18.0": |
1250 | 1294 | version "7.18.0" |
1251 | 1295 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9" |
|
1256 | 1300 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.4.0.tgz#b44d6a90a317a6d97a3e5fabda5196089eec6171" |
1257 | 1301 | integrity sha512-T1RB3KQdskh9t3v/qv7niK6P8yvn7ja1mS7QK7XfRVL6wtZ8/mFs/FHf4fKvTA0rKnqnYxl/uHFNbnEt0phgbw== |
1258 | 1302 |
|
| 1303 | +"@typescript-eslint/types@8.5.0": |
| 1304 | + version "8.5.0" |
| 1305 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.5.0.tgz#4465d99331d1276f8fb2030e4f9c73fe01a05bf9" |
| 1306 | + integrity sha512-qjkormnQS5wF9pjSi6q60bKUHH44j2APxfh9TQRXK8wbYVeDYYdYJGIROL87LGZZ2gz3Rbmjc736qyL8deVtdw== |
| 1307 | + |
1259 | 1308 | "@typescript-eslint/typescript-estree@7.18.0": |
1260 | 1309 | version "7.18.0" |
1261 | 1310 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931" |
|
1284 | 1333 | semver "^7.6.0" |
1285 | 1334 | ts-api-utils "^1.3.0" |
1286 | 1335 |
|
| 1336 | +"@typescript-eslint/typescript-estree@8.5.0": |
| 1337 | + version "8.5.0" |
| 1338 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.5.0.tgz#6e5758cf2f63aa86e9ddfa4e284e2e0b81b87557" |
| 1339 | + integrity sha512-vEG2Sf9P8BPQ+d0pxdfndw3xIXaoSjliG0/Ejk7UggByZPKXmJmw3GW5jV2gHNQNawBUyfahoSiCFVov0Ruf7Q== |
| 1340 | + dependencies: |
| 1341 | + "@typescript-eslint/types" "8.5.0" |
| 1342 | + "@typescript-eslint/visitor-keys" "8.5.0" |
| 1343 | + debug "^4.3.4" |
| 1344 | + fast-glob "^3.3.2" |
| 1345 | + is-glob "^4.0.3" |
| 1346 | + minimatch "^9.0.4" |
| 1347 | + semver "^7.6.0" |
| 1348 | + ts-api-utils "^1.3.0" |
| 1349 | + |
1287 | 1350 | "@typescript-eslint/utils@7.18.0": |
1288 | 1351 | version "7.18.0" |
1289 | 1352 | resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f" |
|
1294 | 1357 | "@typescript-eslint/types" "7.18.0" |
1295 | 1358 | "@typescript-eslint/typescript-estree" "7.18.0" |
1296 | 1359 |
|
| 1360 | +"@typescript-eslint/utils@8.5.0": |
| 1361 | + version "8.5.0" |
| 1362 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.5.0.tgz#4d4ffed96d0654546a37faa5b84bdce16d951634" |
| 1363 | + integrity sha512-6yyGYVL0e+VzGYp60wvkBHiqDWOpT63pdMV2CVG4LVDd5uR6q1qQN/7LafBZtAtNIn/mqXjsSeS5ggv/P0iECw== |
| 1364 | + dependencies: |
| 1365 | + "@eslint-community/eslint-utils" "^4.4.0" |
| 1366 | + "@typescript-eslint/scope-manager" "8.5.0" |
| 1367 | + "@typescript-eslint/types" "8.5.0" |
| 1368 | + "@typescript-eslint/typescript-estree" "8.5.0" |
| 1369 | + |
1297 | 1370 | "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0": |
1298 | 1371 | version "8.4.0" |
1299 | 1372 | resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.4.0.tgz#35c552a404858c853a1f62ba6df2214f1988afc3" |
|
1320 | 1393 | "@typescript-eslint/types" "8.4.0" |
1321 | 1394 | eslint-visitor-keys "^3.4.3" |
1322 | 1395 |
|
| 1396 | +"@typescript-eslint/visitor-keys@8.5.0": |
| 1397 | + version "8.5.0" |
| 1398 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.5.0.tgz#13028df3b866d2e3e2e2cc4193cf2c1e0e04c4bf" |
| 1399 | + integrity sha512-yTPqMnbAZJNy2Xq2XU8AdtOW9tJIr+UQb64aXB9f3B1498Zx9JorVgFJcZpEc9UBuCCrdzKID2RGAMkYcDtZOw== |
| 1400 | + dependencies: |
| 1401 | + "@typescript-eslint/types" "8.5.0" |
| 1402 | + eslint-visitor-keys "^3.4.3" |
| 1403 | + |
1323 | 1404 | "@ungap/structured-clone@^1.2.0": |
1324 | 1405 | version "1.2.0" |
1325 | 1406 | resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406" |
@@ -1669,9 +1750,9 @@ camelcase@^6.2.0: |
1669 | 1750 | integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== |
1670 | 1751 |
|
1671 | 1752 | caniuse-lite@^1.0.30001646: |
1672 | | - version "1.0.30001659" |
1673 | | - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001659.tgz#f370c311ffbc19c4965d8ec0064a3625c8aaa7af" |
1674 | | - integrity sha512-Qxxyfv3RdHAfJcXelgf0hU4DFUVXBGTjqrBUZLUh8AtlGnsDo+CnncYtTd95+ZKfnANUOzxyIQCuU/UeBZBYoA== |
| 1753 | + version "1.0.30001660" |
| 1754 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001660.tgz#31218de3463fabb44d0b7607b652e56edf2e2355" |
| 1755 | + integrity sha512-GacvNTTuATm26qC74pt+ad1fW15mlQ/zuTzzY1ZoIzECTP8HURDfF43kNxPgf7H1jmelCBQTTbBNxdSXOA7Bqg== |
1675 | 1756 |
|
1676 | 1757 | chalk@^2.4.2: |
1677 | 1758 | version "2.4.2" |
@@ -1932,9 +2013,9 @@ ejs@^3.1.10: |
1932 | 2013 | jake "^10.8.5" |
1933 | 2014 |
|
1934 | 2015 | electron-to-chromium@^1.5.4: |
1935 | | - version "1.5.18" |
1936 | | - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.18.tgz#5fe62b9d21efbcfa26571066502d94f3ed97e495" |
1937 | | - integrity sha512-1OfuVACu+zKlmjsNdcJuVQuVE61sZOLbNM4JAQ1Rvh6EOj0/EUKhMJjRH73InPlXSh8HIJk1cVZ8pyOV/FMdUQ== |
| 2016 | + version "1.5.19" |
| 2017 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.19.tgz#aeaa0a076f3f0f0e8db2c57fd10158508f00725a" |
| 2018 | + integrity sha512-kpLJJi3zxTR1U828P+LIUDZ5ohixyo68/IcYOHLqnbTPr/wdgn4i1ECvmALN9E16JPA6cvCG5UG79gVwVdEK5w== |
1938 | 2019 |
|
1939 | 2020 | emittery@^0.13.1: |
1940 | 2021 | version "0.13.1" |
@@ -2156,13 +2237,13 @@ eslint-plugin-filenames@^1.3.2: |
2156 | 2237 | lodash.upperfirst "4.3.1" |
2157 | 2238 |
|
2158 | 2239 | eslint-plugin-github@^5.0.0: |
2159 | | - version "5.0.1" |
2160 | | - resolved "https://registry.yarnpkg.com/eslint-plugin-github/-/eslint-plugin-github-5.0.1.tgz#3bc21a64b478230f7fe2fb23fe7b802fa494ee1d" |
2161 | | - integrity sha512-qbXG3wL5Uh2JB92EKeX2hPtO9c/t75qVxQjVLYuTFfhHifLZzv9CBvLCvoaBhLrAC/xTMVht7DK/NofYK8X4Dg== |
| 2240 | + version "5.0.2" |
| 2241 | + resolved "https://registry.yarnpkg.com/eslint-plugin-github/-/eslint-plugin-github-5.0.2.tgz#cc9bad0ca31500d7bc74987a626cc13ec8623014" |
| 2242 | + integrity sha512-nMdzWJQ5CimjQDY6SFeJ0KIXuNFf0dgDWEd4eP3UWfuTuP/dXcZJDg7MQRvAFt743T1zUi4+/HdOihfu8xJkLA== |
2162 | 2243 | dependencies: |
2163 | 2244 | "@github/browserslist-config" "^1.0.0" |
2164 | | - "@typescript-eslint/eslint-plugin" "^7.0.1" |
2165 | | - "@typescript-eslint/parser" "^7.0.1" |
| 2245 | + "@typescript-eslint/eslint-plugin" "^8.0.0" |
| 2246 | + "@typescript-eslint/parser" "^8.0.0" |
2166 | 2247 | aria-query "^5.3.0" |
2167 | 2248 | eslint-config-prettier ">=8.0.0" |
2168 | 2249 | eslint-plugin-escompat "^3.3.3" |
|
0 commit comments