Skip to content

Commit cf7e24e

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 6.13.2 to 6.14.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/v6.14.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 0dc88cb commit cf7e24e

File tree

1 file changed

+54
-20
lines changed

1 file changed

+54
-20
lines changed

Diff for: yarn.lock

+54-20
Original file line numberDiff line numberDiff line change
@@ -1381,15 +1381,15 @@
13811381
"@types/yargs-parser" "*"
13821382

13831383
"@typescript-eslint/eslint-plugin@^6.9.1":
1384-
version "6.13.2"
1385-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.13.2.tgz#2e03506c5362a65e43cb132c37c9ce2d3cb51470"
1386-
integrity sha512-3+9OGAWHhk4O1LlcwLBONbdXsAhLjyCFogJY/cWy2lxdVJ2JrcTF2pTGMaLl2AE7U1l31n8Py4a8bx5DLf/0dQ==
1384+
version "6.14.0"
1385+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.14.0.tgz#fc1ab5f23618ba590c87e8226ff07a760be3dd7b"
1386+
integrity sha512-1ZJBykBCXaSHG94vMMKmiHoL0MhNHKSVlcHVYZNw+BKxufhqQVTOawNpwwI1P5nIFZ/4jLVop0mcY6mJJDFNaw==
13871387
dependencies:
13881388
"@eslint-community/regexpp" "^4.5.1"
1389-
"@typescript-eslint/scope-manager" "6.13.2"
1390-
"@typescript-eslint/type-utils" "6.13.2"
1391-
"@typescript-eslint/utils" "6.13.2"
1392-
"@typescript-eslint/visitor-keys" "6.13.2"
1389+
"@typescript-eslint/scope-manager" "6.14.0"
1390+
"@typescript-eslint/type-utils" "6.14.0"
1391+
"@typescript-eslint/utils" "6.14.0"
1392+
"@typescript-eslint/visitor-keys" "6.14.0"
13931393
debug "^4.3.4"
13941394
graphemer "^1.4.0"
13951395
ignore "^5.2.4"
@@ -1416,13 +1416,21 @@
14161416
"@typescript-eslint/types" "6.13.2"
14171417
"@typescript-eslint/visitor-keys" "6.13.2"
14181418

1419-
"@typescript-eslint/type-utils@6.13.2":
1420-
version "6.13.2"
1421-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.13.2.tgz#ebec2da14a6bb7122e0fd31eea72a382c39c6102"
1422-
integrity sha512-Qr6ssS1GFongzH2qfnWKkAQmMUyZSyOr0W54nZNU1MDfo+U4Mv3XveeLZzadc/yq8iYhQZHYT+eoXJqnACM1tw==
1419+
"@typescript-eslint/scope-manager@6.14.0":
1420+
version "6.14.0"
1421+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.14.0.tgz#53d24363fdb5ee0d1d8cda4ed5e5321272ab3d48"
1422+
integrity sha512-VT7CFWHbZipPncAZtuALr9y3EuzY1b1t1AEkIq2bTXUPKw+pHoXflGNG5L+Gv6nKul1cz1VH8fz16IThIU0tdg==
14231423
dependencies:
1424-
"@typescript-eslint/typescript-estree" "6.13.2"
1425-
"@typescript-eslint/utils" "6.13.2"
1424+
"@typescript-eslint/types" "6.14.0"
1425+
"@typescript-eslint/visitor-keys" "6.14.0"
1426+
1427+
"@typescript-eslint/[email protected]":
1428+
version "6.14.0"
1429+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.14.0.tgz#ac9cb5ba0615c837f1a6b172feeb273d36e4f8af"
1430+
integrity sha512-x6OC9Q7HfYKqjnuNu5a7kffIYs3No30isapRBJl1iCHLitD8O0lFbRcVGiOcuyN837fqXzPZ1NS10maQzZMKqw==
1431+
dependencies:
1432+
"@typescript-eslint/typescript-estree" "6.14.0"
1433+
"@typescript-eslint/utils" "6.14.0"
14261434
debug "^4.3.4"
14271435
ts-api-utils "^1.0.1"
14281436

@@ -1431,6 +1439,11 @@
14311439
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.13.2.tgz#c044aac24c2f6cefb8e921e397acad5417dd0ae6"
14321440
integrity sha512-7sxbQ+EMRubQc3wTfTsycgYpSujyVbI1xw+3UMRUcrhSy+pN09y/lWzeKDbvhoqcRbHdc+APLs/PWYi/cisLPg==
14331441

1442+
"@typescript-eslint/[email protected]":
1443+
version "6.14.0"
1444+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.14.0.tgz#935307f7a931016b7a5eb25d494ea3e1f613e929"
1445+
integrity sha512-uty9H2K4Xs8E47z3SnXEPRNDfsis8JO27amp2GNCnzGETEW3yTqEIVg5+AI7U276oGF/tw6ZA+UesxeQ104ceA==
1446+
14341447
"@typescript-eslint/[email protected]":
14351448
version "6.13.2"
14361449
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.13.2.tgz#ae556ee154c1acf025b48d37c3ef95a1d55da258"
@@ -1444,17 +1457,30 @@
14441457
semver "^7.5.4"
14451458
ts-api-utils "^1.0.1"
14461459

1447-
"@typescript-eslint/[email protected]":
1448-
version "6.13.2"
1449-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.13.2.tgz#8eb89e53adc6d703a879b131e528807245486f89"
1450-
integrity sha512-b9Ptq4eAZUym4idijCRzl61oPCwwREcfDI8xGk751Vhzig5fFZR9CyzDz4Sp/nxSLBYxUPyh4QdIDqWykFhNmQ==
1460+
"@typescript-eslint/[email protected]":
1461+
version "6.14.0"
1462+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.14.0.tgz#90c7ddd45cd22139adf3d4577580d04c9189ac13"
1463+
integrity sha512-yPkaLwK0yH2mZKFE/bXkPAkkFgOv15GJAUzgUVonAbv0Hr4PK/N2yaA/4XQbTZQdygiDkpt5DkxPELqHguNvyw==
1464+
dependencies:
1465+
"@typescript-eslint/types" "6.14.0"
1466+
"@typescript-eslint/visitor-keys" "6.14.0"
1467+
debug "^4.3.4"
1468+
globby "^11.1.0"
1469+
is-glob "^4.0.3"
1470+
semver "^7.5.4"
1471+
ts-api-utils "^1.0.1"
1472+
1473+
"@typescript-eslint/[email protected]":
1474+
version "6.14.0"
1475+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.14.0.tgz#856a9e274367d99ffbd39c48128b93a86c4261e3"
1476+
integrity sha512-XwRTnbvRr7Ey9a1NT6jqdKX8y/atWG+8fAIu3z73HSP8h06i3r/ClMhmaF/RGWGW1tHJEwij1uEg2GbEmPYvYg==
14511477
dependencies:
14521478
"@eslint-community/eslint-utils" "^4.4.0"
14531479
"@types/json-schema" "^7.0.12"
14541480
"@types/semver" "^7.5.0"
1455-
"@typescript-eslint/scope-manager" "6.13.2"
1456-
"@typescript-eslint/types" "6.13.2"
1457-
"@typescript-eslint/typescript-estree" "6.13.2"
1481+
"@typescript-eslint/scope-manager" "6.14.0"
1482+
"@typescript-eslint/types" "6.14.0"
1483+
"@typescript-eslint/typescript-estree" "6.14.0"
14581484
semver "^7.5.4"
14591485

14601486
"@typescript-eslint/[email protected]":
@@ -1465,6 +1491,14 @@
14651491
"@typescript-eslint/types" "6.13.2"
14661492
eslint-visitor-keys "^3.4.1"
14671493

1494+
"@typescript-eslint/[email protected]":
1495+
version "6.14.0"
1496+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.14.0.tgz#1d1d486581819287de824a56c22f32543561138e"
1497+
integrity sha512-fB5cw6GRhJUz03MrROVuj5Zm/Q+XWlVdIsFj+Zb1Hvqouc8t+XP2H5y53QYU/MGtd2dPg6/vJJlhoX3xc2ehfw==
1498+
dependencies:
1499+
"@typescript-eslint/types" "6.14.0"
1500+
eslint-visitor-keys "^3.4.1"
1501+
14681502
"@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":
14691503
version "1.2.0"
14701504
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"

0 commit comments

Comments
 (0)