Skip to content

Commit a25c9d2

Browse files
chore(deps-dev): bump @typescript-eslint/eslint-plugin
1 parent 7e324ec commit a25c9d2

File tree

2 files changed

+48
-14
lines changed

2 files changed

+48
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"@napi-rs/cli": "^1.0.4",
2626
"@swc-node/register": "^1.2.1",
27-
"@typescript-eslint/eslint-plugin": "^4.23.0",
27+
"@typescript-eslint/eslint-plugin": "^4.24.0",
2828
"@typescript-eslint/parser": "^4.23.0",
2929
"ava": "^3.15.0",
3030
"benchmark": "^2.1.4",

yarn.lock

Lines changed: 47 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1381,29 +1381,29 @@
13811381
tapable "^2.2.0"
13821382
webpack "^5"
13831383

1384-
"@typescript-eslint/eslint-plugin@^4.23.0":
1385-
version "4.23.0"
1386-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.23.0.tgz#29d3c9c81f6200b1fd6d8454cfb007ba176cde80"
1387-
integrity sha512-tGK1y3KIvdsQEEgq6xNn1DjiFJtl+wn8JJQiETtCbdQxw1vzjXyAaIkEmO2l6Nq24iy3uZBMFQjZ6ECf1QdgGw==
1384+
"@typescript-eslint/eslint-plugin@^4.24.0":
1385+
version "4.24.0"
1386+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.24.0.tgz#03801ffc25b2af9d08f3dc9bccfc0b7ce3780d0f"
1387+
integrity sha512-qbCgkPM7DWTsYQGjx9RTuQGswi+bEt0isqDBeo+CKV0953zqI0Tp7CZ7Fi9ipgFA6mcQqF4NOVNwS/f2r6xShw==
13881388
dependencies:
1389-
"@typescript-eslint/experimental-utils" "4.23.0"
1390-
"@typescript-eslint/scope-manager" "4.23.0"
1389+
"@typescript-eslint/experimental-utils" "4.24.0"
1390+
"@typescript-eslint/scope-manager" "4.24.0"
13911391
debug "^4.1.1"
13921392
functional-red-black-tree "^1.0.1"
13931393
lodash "^4.17.15"
13941394
regexpp "^3.0.0"
13951395
semver "^7.3.2"
13961396
tsutils "^3.17.1"
13971397

1398-
"@typescript-eslint/experimental-utils@4.23.0":
1399-
version "4.23.0"
1400-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.23.0.tgz#f2059434cd6e5672bfeab2fb03b7c0a20622266f"
1401-
integrity sha512-WAFNiTDnQfrF3Z2fQ05nmCgPsO5o790vOhmWKXbbYQTO9erE1/YsFot5/LnOUizLzU2eeuz6+U/81KV5/hFTGA==
1398+
"@typescript-eslint/experimental-utils@4.24.0":
1399+
version "4.24.0"
1400+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.24.0.tgz#c23ead9de44b99c3a5fd925c33a106b00165e172"
1401+
integrity sha512-IwTT2VNDKH1h8RZseMH4CcYBz6lTvRoOLDuuqNZZoThvfHEhOiZPQCow+5El3PtyxJ1iDr6UXZwYtE3yZQjhcw==
14021402
dependencies:
14031403
"@types/json-schema" "^7.0.3"
1404-
"@typescript-eslint/scope-manager" "4.23.0"
1405-
"@typescript-eslint/types" "4.23.0"
1406-
"@typescript-eslint/typescript-estree" "4.23.0"
1404+
"@typescript-eslint/scope-manager" "4.24.0"
1405+
"@typescript-eslint/types" "4.24.0"
1406+
"@typescript-eslint/typescript-estree" "4.24.0"
14071407
eslint-scope "^5.0.0"
14081408
eslint-utils "^2.0.0"
14091409

@@ -1425,11 +1425,24 @@
14251425
"@typescript-eslint/types" "4.23.0"
14261426
"@typescript-eslint/visitor-keys" "4.23.0"
14271427

1428+
"@typescript-eslint/[email protected]":
1429+
version "4.24.0"
1430+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.24.0.tgz#38088216f0eaf235fa30ed8cabf6948ec734f359"
1431+
integrity sha512-9+WYJGDnuC9VtYLqBhcSuM7du75fyCS/ypC8c5g7Sdw7pGL4NDTbeH38eJPfzIydCHZDoOgjloxSAA3+4l/zsA==
1432+
dependencies:
1433+
"@typescript-eslint/types" "4.24.0"
1434+
"@typescript-eslint/visitor-keys" "4.24.0"
1435+
14281436
"@typescript-eslint/[email protected]":
14291437
version "4.23.0"
14301438
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.23.0.tgz#da1654c8a5332f4d1645b2d9a1c64193cae3aa3b"
14311439
integrity sha512-oqkNWyG2SLS7uTWLZf6Sr7Dm02gA5yxiz1RP87tvsmDsguVATdpVguHr4HoGOcFOpCvx9vtCSCyQUGfzq28YCw==
14321440

1441+
"@typescript-eslint/[email protected]":
1442+
version "4.24.0"
1443+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.24.0.tgz#6d0cca2048cbda4e265e0c4db9c2a62aaad8228c"
1444+
integrity sha512-tkZUBgDQKdvfs8L47LaqxojKDE+mIUmOzdz7r+u+U54l3GDkTpEbQ1Jp3cNqqAU9vMUCBA1fitsIhm7yN0vx9Q==
1445+
14331446
"@typescript-eslint/[email protected]":
14341447
version "4.23.0"
14351448
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.23.0.tgz#0753b292097523852428a6f5a1aa8ccc1aae6cd9"
@@ -1443,6 +1456,19 @@
14431456
semver "^7.3.2"
14441457
tsutils "^3.17.1"
14451458

1459+
"@typescript-eslint/[email protected]":
1460+
version "4.24.0"
1461+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.24.0.tgz#b49249679a98014d8b03e8d4b70864b950e3c90f"
1462+
integrity sha512-kBDitL/by/HK7g8CYLT7aKpAwlR8doshfWz8d71j97n5kUa5caHWvY0RvEUEanL/EqBJoANev8Xc/mQ6LLwXGA==
1463+
dependencies:
1464+
"@typescript-eslint/types" "4.24.0"
1465+
"@typescript-eslint/visitor-keys" "4.24.0"
1466+
debug "^4.1.1"
1467+
globby "^11.0.1"
1468+
is-glob "^4.0.1"
1469+
semver "^7.3.2"
1470+
tsutils "^3.17.1"
1471+
14461472
"@typescript-eslint/[email protected]":
14471473
version "4.23.0"
14481474
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.23.0.tgz#7215cc977bd3b4ef22467b9023594e32f9e4e455"
@@ -1451,6 +1477,14 @@
14511477
"@typescript-eslint/types" "4.23.0"
14521478
eslint-visitor-keys "^2.0.0"
14531479

1480+
"@typescript-eslint/[email protected]":
1481+
version "4.24.0"
1482+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.24.0.tgz#a8fafdc76cad4e04a681a945fbbac4e35e98e297"
1483+
integrity sha512-4ox1sjmGHIxjEDBnMCtWFFhErXtKA1Ec0sBpuz0fqf3P+g3JFGyTxxbF06byw0FRsPnnbq44cKivH7Ks1/0s6g==
1484+
dependencies:
1485+
"@typescript-eslint/types" "4.24.0"
1486+
eslint-visitor-keys "^2.0.0"
1487+
14541488
"@webassemblyjs/[email protected]":
14551489
version "1.11.0"
14561490
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.0.tgz#a5aa679efdc9e51707a4207139da57920555961f"

0 commit comments

Comments
 (0)