Skip to content

Commit 754ea05

Browse files
chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.8.0 to 7.9.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.9.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d0bd771 commit 754ea05

File tree

1 file changed

+56
-31
lines changed

1 file changed

+56
-31
lines changed

Diff for: yarn.lock

+56-31
Original file line numberDiff line numberDiff line change
@@ -1281,11 +1281,6 @@
12811281
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
12821282
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
12831283

1284-
"@types/json-schema@^7.0.15":
1285-
version "7.0.15"
1286-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
1287-
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
1288-
12891284
"@types/linkify-it@*":
12901285
version "3.0.3"
12911286
resolved "https://registry.yarnpkg.com/@types/linkify-it/-/linkify-it-3.0.3.tgz#15a0712296c5041733c79efe233ba17ae5a7587b"
@@ -1316,7 +1311,7 @@
13161311
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
13171312
integrity sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==
13181313

1319-
"@types/semver@^7.5.7", "@types/semver@^7.5.8":
1314+
"@types/semver@^7.5.7":
13201315
version "7.5.8"
13211316
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
13221317
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
@@ -1344,20 +1339,18 @@
13441339
"@types/yargs-parser" "*"
13451340

13461341
"@typescript-eslint/eslint-plugin@^7.0.0":
1347-
version "7.8.0"
1348-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.8.0.tgz#c78e309fe967cb4de05b85cdc876fb95f8e01b6f"
1349-
integrity sha512-gFTT+ezJmkwutUPmB0skOj3GZJtlEGnlssems4AjkVweUPGj7jRwwqg0Hhg7++kPGJqKtTYx+R05Ftww372aIg==
1342+
version "7.9.0"
1343+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.9.0.tgz#093b96fc4e342226e65d5f18f9c87081e0b04a31"
1344+
integrity sha512-6e+X0X3sFe/G/54aC3jt0txuMTURqLyekmEHViqyA2VnxhLMpvA6nqmcjIy+Cr9tLDHPssA74BP5Mx9HQIxBEA==
13501345
dependencies:
13511346
"@eslint-community/regexpp" "^4.10.0"
1352-
"@typescript-eslint/scope-manager" "7.8.0"
1353-
"@typescript-eslint/type-utils" "7.8.0"
1354-
"@typescript-eslint/utils" "7.8.0"
1355-
"@typescript-eslint/visitor-keys" "7.8.0"
1356-
debug "^4.3.4"
1347+
"@typescript-eslint/scope-manager" "7.9.0"
1348+
"@typescript-eslint/type-utils" "7.9.0"
1349+
"@typescript-eslint/utils" "7.9.0"
1350+
"@typescript-eslint/visitor-keys" "7.9.0"
13571351
graphemer "^1.4.0"
13581352
ignore "^5.3.1"
13591353
natural-compare "^1.4.0"
1360-
semver "^7.6.0"
13611354
ts-api-utils "^1.3.0"
13621355

13631356
"@typescript-eslint/parser@^7.0.0":
@@ -1379,13 +1372,21 @@
13791372
"@typescript-eslint/types" "7.8.0"
13801373
"@typescript-eslint/visitor-keys" "7.8.0"
13811374

1382-
"@typescript-eslint/type-utils@7.8.0":
1383-
version "7.8.0"
1384-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.8.0.tgz#9de166f182a6e4d1c5da76e94880e91831e3e26f"
1385-
integrity sha512-H70R3AefQDQpz9mGv13Uhi121FNMh+WEaRqcXTX09YEDky21km4dV1ZXJIp8QjXc4ZaVkXVdohvWDzbnbHDS+A==
1375+
"@typescript-eslint/scope-manager@7.9.0":
1376+
version "7.9.0"
1377+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.9.0.tgz#1dd3e63a4411db356a9d040e75864851b5f2619b"
1378+
integrity sha512-ZwPK4DeCDxr3GJltRz5iZejPFAAr4Wk3+2WIBaj1L5PYK5RgxExu/Y68FFVclN0y6GGwH8q+KgKRCvaTmFBbgQ==
13861379
dependencies:
1387-
"@typescript-eslint/typescript-estree" "7.8.0"
1388-
"@typescript-eslint/utils" "7.8.0"
1380+
"@typescript-eslint/types" "7.9.0"
1381+
"@typescript-eslint/visitor-keys" "7.9.0"
1382+
1383+
"@typescript-eslint/[email protected]":
1384+
version "7.9.0"
1385+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.9.0.tgz#f523262e1b66ca65540b7a65a1222db52e0a90c9"
1386+
integrity sha512-6Qy8dfut0PFrFRAZsGzuLoM4hre4gjzWJB6sUvdunCYZsYemTkzZNwF1rnGea326PHPT3zn5Lmg32M/xfJfByA==
1387+
dependencies:
1388+
"@typescript-eslint/typescript-estree" "7.9.0"
1389+
"@typescript-eslint/utils" "7.9.0"
13891390
debug "^4.3.4"
13901391
ts-api-utils "^1.3.0"
13911392

@@ -1394,6 +1395,11 @@
13941395
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.8.0.tgz#1fd2577b3ad883b769546e2d1ef379f929a7091d"
13951396
integrity sha512-wf0peJ+ZGlcH+2ZS23aJbOv+ztjeeP8uQ9GgwMJGVLx/Nj9CJt17GWgWWoSmoRVKAX2X+7fzEnAjxdvK2gqCLw==
13961397

1398+
"@typescript-eslint/[email protected]":
1399+
version "7.9.0"
1400+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.9.0.tgz#b58e485e4bfba055659c7e683ad4f5f0821ae2ec"
1401+
integrity sha512-oZQD9HEWQanl9UfsbGVcZ2cGaR0YT5476xfWE0oE5kQa2sNK2frxOlkeacLOTh9po4AlUT5rtkGyYM5kew0z5w==
1402+
13971403
"@typescript-eslint/[email protected]":
13981404
version "7.8.0"
13991405
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.8.0.tgz#b028a9226860b66e623c1ee55cc2464b95d2987c"
@@ -1408,18 +1414,29 @@
14081414
semver "^7.6.0"
14091415
ts-api-utils "^1.3.0"
14101416

1411-
"@typescript-eslint/utils@7.8.0":
1412-
version "7.8.0"
1413-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.8.0.tgz#57a79f9c0c0740ead2f622e444cfaeeb9fd047cd"
1414-
integrity sha512-L0yFqOCflVqXxiZyXrDr80lnahQfSOfc9ELAAZ75sqicqp2i36kEZZGuUymHNFoYOqxRT05up760b4iGsl02nQ==
1417+
"@typescript-eslint/typescript-estree@7.9.0":
1418+
version "7.9.0"
1419+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.9.0.tgz#3395e27656060dc313a6b406c3a298b729685e07"
1420+
integrity sha512-zBCMCkrb2YjpKV3LA0ZJubtKCDxLttxfdGmwZvTqqWevUPN0FZvSI26FalGFFUZU/9YQK/A4xcQF9o/VVaCKAg==
14151421
dependencies:
1416-
"@eslint-community/eslint-utils" "^4.4.0"
1417-
"@types/json-schema" "^7.0.15"
1418-
"@types/semver" "^7.5.8"
1419-
"@typescript-eslint/scope-manager" "7.8.0"
1420-
"@typescript-eslint/types" "7.8.0"
1421-
"@typescript-eslint/typescript-estree" "7.8.0"
1422+
"@typescript-eslint/types" "7.9.0"
1423+
"@typescript-eslint/visitor-keys" "7.9.0"
1424+
debug "^4.3.4"
1425+
globby "^11.1.0"
1426+
is-glob "^4.0.3"
1427+
minimatch "^9.0.4"
14221428
semver "^7.6.0"
1429+
ts-api-utils "^1.3.0"
1430+
1431+
"@typescript-eslint/[email protected]":
1432+
version "7.9.0"
1433+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.9.0.tgz#1b96a34eefdca1c820cb1bbc2751d848b4540899"
1434+
integrity sha512-5KVRQCzZajmT4Ep+NEgjXCvjuypVvYHUW7RHlXzNPuak2oWpVoD1jf5xCP0dPAuNIchjC7uQyvbdaSTFaLqSdA==
1435+
dependencies:
1436+
"@eslint-community/eslint-utils" "^4.4.0"
1437+
"@typescript-eslint/scope-manager" "7.9.0"
1438+
"@typescript-eslint/types" "7.9.0"
1439+
"@typescript-eslint/typescript-estree" "7.9.0"
14231440

14241441
"@typescript-eslint/[email protected]":
14251442
version "7.8.0"
@@ -1429,6 +1446,14 @@
14291446
"@typescript-eslint/types" "7.8.0"
14301447
eslint-visitor-keys "^3.4.3"
14311448

1449+
"@typescript-eslint/[email protected]":
1450+
version "7.9.0"
1451+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.9.0.tgz#82162656e339c3def02895f5c8546f6888d9b9ea"
1452+
integrity sha512-iESPx2TNLDNGQLyjKhUvIKprlP49XNEK+MvIf9nIO7ZZaZdbnfWKHnXAgufpxqfA0YryH8XToi4+CjBgVnFTSQ==
1453+
dependencies:
1454+
"@typescript-eslint/types" "7.9.0"
1455+
eslint-visitor-keys "^3.4.3"
1456+
14321457
"@ungap/structured-clone@^1.2.0":
14331458
version "1.2.0"
14341459
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"

0 commit comments

Comments
 (0)