Skip to content

Commit 68bbcb4

Browse files
Bump @typescript-eslint/eslint-plugin from 7.3.1 to 7.4.0 (#111)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d040a46 commit 68bbcb4

File tree

2 files changed

+57
-22
lines changed

2 files changed

+57
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@stylistic/eslint-plugin-js": "^1.6.2",
3434
"@tsconfig/node20": "^20.1.2",
3535
"@types/node": "^20.11.30",
36-
"@typescript-eslint/eslint-plugin": "^7.3.1",
36+
"@typescript-eslint/eslint-plugin": "^7.4.0",
3737
"@typescript-eslint/parser": "^7.3.1",
3838
"eslint": "^8.56.0",
3939
"eslint-config-prettier": "^9.1.0",

yarn.lock

Lines changed: 56 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1361,16 +1361,16 @@
13611361
semver "^7.3.7"
13621362
tsutils "^3.21.0"
13631363

1364-
"@typescript-eslint/eslint-plugin@^7.3.1":
1365-
version "7.3.1"
1366-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.3.1.tgz#0d8f38a6c8a1802139e62184ee7a68ed024f30a1"
1367-
integrity sha512-STEDMVQGww5lhCuNXVSQfbfuNII5E08QWkvAw5Qwf+bj2WT+JkG1uc+5/vXA3AOYMDHVOSpL+9rcbEUiHIm2dw==
1364+
"@typescript-eslint/eslint-plugin@^7.4.0":
1365+
version "7.4.0"
1366+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.4.0.tgz#de61c3083842fc6ac889d2fc83c9a96b55ab8328"
1367+
integrity sha512-yHMQ/oFaM7HZdVrVm/M2WHaNPgyuJH4WelkSVEWSSsir34kxW2kDJCxlXRhhGWEsMN0WAW/vLpKfKVcm8k+MPw==
13681368
dependencies:
13691369
"@eslint-community/regexpp" "^4.5.1"
1370-
"@typescript-eslint/scope-manager" "7.3.1"
1371-
"@typescript-eslint/type-utils" "7.3.1"
1372-
"@typescript-eslint/utils" "7.3.1"
1373-
"@typescript-eslint/visitor-keys" "7.3.1"
1370+
"@typescript-eslint/scope-manager" "7.4.0"
1371+
"@typescript-eslint/type-utils" "7.4.0"
1372+
"@typescript-eslint/utils" "7.4.0"
1373+
"@typescript-eslint/visitor-keys" "7.4.0"
13741374
debug "^4.3.4"
13751375
graphemer "^1.4.0"
13761376
ignore "^5.2.4"
@@ -1430,6 +1430,14 @@
14301430
"@typescript-eslint/types" "7.3.1"
14311431
"@typescript-eslint/visitor-keys" "7.3.1"
14321432

1433+
"@typescript-eslint/[email protected]":
1434+
version "7.4.0"
1435+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.4.0.tgz#acfc69261f10ece7bf7ece1734f1713392c3655f"
1436+
integrity sha512-68VqENG5HK27ypafqLVs8qO+RkNc7TezCduYrx8YJpXq2QGZ30vmNZGJJJC48+MVn4G2dCV8m5ZTVnzRexTVtw==
1437+
dependencies:
1438+
"@typescript-eslint/types" "7.4.0"
1439+
"@typescript-eslint/visitor-keys" "7.4.0"
1440+
14331441
"@typescript-eslint/[email protected]":
14341442
version "5.44.0"
14351443
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.44.0.tgz#bc5a6e8a0269850714a870c9268c038150dfb3c7"
@@ -1440,13 +1448,13 @@
14401448
debug "^4.3.4"
14411449
tsutils "^3.21.0"
14421450

1443-
"@typescript-eslint/type-utils@7.3.1":
1444-
version "7.3.1"
1445-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.3.1.tgz#cbf90d3d7e788466aa8a5c0ab3f46103f098aa0d"
1446-
integrity sha512-iFhaysxFsMDQlzJn+vr3OrxN8NmdQkHks4WaqD4QBnt5hsq234wcYdyQ9uquzJJIDAj5W4wQne3yEsYA6OmXGw==
1451+
"@typescript-eslint/type-utils@7.4.0":
1452+
version "7.4.0"
1453+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.4.0.tgz#cfcaab21bcca441c57da5d3a1153555e39028cbd"
1454+
integrity sha512-247ETeHgr9WTRMqHbbQdzwzhuyaJ8dPTuyuUEMANqzMRB1rj/9qFIuIXK7l0FX9i9FXbHeBQl/4uz6mYuCE7Aw==
14471455
dependencies:
1448-
"@typescript-eslint/typescript-estree" "7.3.1"
1449-
"@typescript-eslint/utils" "7.3.1"
1456+
"@typescript-eslint/typescript-estree" "7.4.0"
1457+
"@typescript-eslint/utils" "7.4.0"
14501458
debug "^4.3.4"
14511459
ts-api-utils "^1.0.1"
14521460

@@ -1465,6 +1473,11 @@
14651473
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.3.1.tgz#ae104de8efa4227a462c0874d856602c5994413c"
14661474
integrity sha512-2tUf3uWggBDl4S4183nivWQ2HqceOZh1U4hhu4p1tPiIJoRRXrab7Y+Y0p+dozYwZVvLPRI6r5wKe9kToF9FIw==
14671475

1476+
"@typescript-eslint/[email protected]":
1477+
version "7.4.0"
1478+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.4.0.tgz#ee9dafa75c99eaee49de6dcc9348b45d354419b6"
1479+
integrity sha512-mjQopsbffzJskos5B4HmbsadSJQWaRK0UxqQ7GuNA9Ga4bEKeiO6b2DnB6cM6bpc8lemaPseh0H9B/wyg+J7rw==
1480+
14681481
"@typescript-eslint/[email protected]":
14691482
version "5.44.0"
14701483
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.44.0.tgz#0461b386203e8d383bb1268b1ed1da9bc905b045"
@@ -1505,6 +1518,20 @@
15051518
semver "^7.5.4"
15061519
ts-api-utils "^1.0.1"
15071520

1521+
"@typescript-eslint/[email protected]":
1522+
version "7.4.0"
1523+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.4.0.tgz#12dbcb4624d952f72c10a9f4431284fca24624f4"
1524+
integrity sha512-A99j5AYoME/UBQ1ucEbbMEmGkN7SE0BvZFreSnTd1luq7yulcHdyGamZKizU7canpGDWGJ+Q6ZA9SyQobipePg==
1525+
dependencies:
1526+
"@typescript-eslint/types" "7.4.0"
1527+
"@typescript-eslint/visitor-keys" "7.4.0"
1528+
debug "^4.3.4"
1529+
globby "^11.1.0"
1530+
is-glob "^4.0.3"
1531+
minimatch "9.0.3"
1532+
semver "^7.5.4"
1533+
ts-api-utils "^1.0.1"
1534+
15081535
"@typescript-eslint/[email protected]":
15091536
version "5.44.0"
15101537
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.44.0.tgz#d733da4d79d6c30f1a68b531cdda1e0c1f00d52d"
@@ -1533,17 +1560,17 @@
15331560
eslint-scope "^5.1.1"
15341561
semver "^7.3.7"
15351562

1536-
"@typescript-eslint/utils@7.3.1":
1537-
version "7.3.1"
1538-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.3.1.tgz#fc28fd508ccf89495012561b7c02a6fdad162460"
1539-
integrity sha512-jIERm/6bYQ9HkynYlNZvXpzmXWZGhMbrOvq3jJzOSOlKXsVjrrolzWBjDW6/TvT5Q3WqaN4EkmcfdQwi9tDjBQ==
1563+
"@typescript-eslint/utils@7.4.0":
1564+
version "7.4.0"
1565+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.4.0.tgz#d889a0630cab88bddedaf7c845c64a00576257bd"
1566+
integrity sha512-NQt9QLM4Tt8qrlBVY9lkMYzfYtNz8/6qwZg8pI3cMGlPnj6mOpRxxAm7BMJN9K0AiY+1BwJ5lVC650YJqYOuNg==
15401567
dependencies:
15411568
"@eslint-community/eslint-utils" "^4.4.0"
15421569
"@types/json-schema" "^7.0.12"
15431570
"@types/semver" "^7.5.0"
1544-
"@typescript-eslint/scope-manager" "7.3.1"
1545-
"@typescript-eslint/types" "7.3.1"
1546-
"@typescript-eslint/typescript-estree" "7.3.1"
1571+
"@typescript-eslint/scope-manager" "7.4.0"
1572+
"@typescript-eslint/types" "7.4.0"
1573+
"@typescript-eslint/typescript-estree" "7.4.0"
15471574
semver "^7.5.4"
15481575

15491576
"@typescript-eslint/[email protected]":
@@ -1570,6 +1597,14 @@
15701597
"@typescript-eslint/types" "7.3.1"
15711598
eslint-visitor-keys "^3.4.1"
15721599

1600+
"@typescript-eslint/[email protected]":
1601+
version "7.4.0"
1602+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.4.0.tgz#0c8ff2c1f8a6fe8d7d1a57ebbd4a638e86a60a94"
1603+
integrity sha512-0zkC7YM0iX5Y41homUUeW1CHtZR01K3ybjM1l6QczoMuay0XKtrb93kv95AxUGwdjGr64nNqnOCwmEl616N8CA==
1604+
dependencies:
1605+
"@typescript-eslint/types" "7.4.0"
1606+
eslint-visitor-keys "^3.4.1"
1607+
15731608
"@ungap/structured-clone@^1.2.0":
15741609
version "1.2.0"
15751610
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"

0 commit comments

Comments
 (0)