Skip to content

Commit ca1d538

Browse files
chore(deps-dev): bump @typescript-eslint/eslint-plugin
1 parent 43508fd commit ca1d538

File tree

2 files changed

+59
-15
lines changed

2 files changed

+59
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@napi-rs/cli": "^2.3.0",
2626
"@swc-node/register": "^1.4.2",
2727
"@types/node": "^17.0.8",
28-
"@typescript-eslint/eslint-plugin": "^5.8.1",
28+
"@typescript-eslint/eslint-plugin": "^5.9.0",
2929
"@typescript-eslint/parser": "^5.8.1",
3030
"ava": "^4.0.1",
3131
"benchmark": "^2.1.4",

yarn.lock

Lines changed: 58 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1331,29 +1331,30 @@
13311331
dependencies:
13321332
"@types/node" "*"
13331333

1334-
"@typescript-eslint/eslint-plugin@^5.8.1":
1335-
version "5.8.1"
1336-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.8.1.tgz#97dfaa39f38e99f86801fdf34f9f1bed66704258"
1337-
integrity sha512-wTZ5oEKrKj/8/366qTM366zqhIKAp6NCMweoRONtfuC07OAU9nVI2GZZdqQ1qD30WAAtcPdkH+npDwtRFdp4Rw==
1338-
dependencies:
1339-
"@typescript-eslint/experimental-utils" "5.8.1"
1340-
"@typescript-eslint/scope-manager" "5.8.1"
1334+
"@typescript-eslint/eslint-plugin@^5.9.0":
1335+
version "5.9.0"
1336+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.9.0.tgz#382182d5cb062f52aac54434cfc47c28898c8006"
1337+
integrity sha512-qT4lr2jysDQBQOPsCCvpPUZHjbABoTJW8V9ZzIYKHMfppJtpdtzszDYsldwhFxlhvrp7aCHeXD1Lb9M1zhwWwQ==
1338+
dependencies:
1339+
"@typescript-eslint/experimental-utils" "5.9.0"
1340+
"@typescript-eslint/scope-manager" "5.9.0"
1341+
"@typescript-eslint/type-utils" "5.9.0"
13411342
debug "^4.3.2"
13421343
functional-red-black-tree "^1.0.1"
13431344
ignore "^5.1.8"
13441345
regexpp "^3.2.0"
13451346
semver "^7.3.5"
13461347
tsutils "^3.21.0"
13471348

1348-
"@typescript-eslint/experimental-utils@5.8.1":
1349-
version "5.8.1"
1350-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.8.1.tgz#01861eb2f0749f07d02db342b794145a66ed346f"
1351-
integrity sha512-fbodVnjIDU4JpeXWRDsG5IfIjYBxEvs8EBO8W1+YVdtrc2B9ppfof5sZhVEDOtgTfFHnYQJDI8+qdqLYO4ceww==
1349+
"@typescript-eslint/experimental-utils@5.9.0":
1350+
version "5.9.0"
1351+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.9.0.tgz#652762d37d6565ef07af285021b8347b6c79a827"
1352+
integrity sha512-ZnLVjBrf26dn7ElyaSKa6uDhqwvAi4jBBmHK1VxuFGPRAxhdi18ubQYSGA7SRiFiES3q9JiBOBHEBStOFkwD2g==
13521353
dependencies:
13531354
"@types/json-schema" "^7.0.9"
1354-
"@typescript-eslint/scope-manager" "5.8.1"
1355-
"@typescript-eslint/types" "5.8.1"
1356-
"@typescript-eslint/typescript-estree" "5.8.1"
1355+
"@typescript-eslint/scope-manager" "5.9.0"
1356+
"@typescript-eslint/types" "5.9.0"
1357+
"@typescript-eslint/typescript-estree" "5.9.0"
13571358
eslint-scope "^5.1.1"
13581359
eslint-utils "^3.0.0"
13591360

@@ -1375,11 +1376,33 @@
13751376
"@typescript-eslint/types" "5.8.1"
13761377
"@typescript-eslint/visitor-keys" "5.8.1"
13771378

1379+
"@typescript-eslint/[email protected]":
1380+
version "5.9.0"
1381+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.9.0.tgz#02dfef920290c1dcd7b1999455a3eaae7a1a3117"
1382+
integrity sha512-DKtdIL49Qxk2a8icF6whRk7uThuVz4A6TCXfjdJSwOsf+9ree7vgQWcx0KOyCdk0i9ETX666p4aMhrRhxhUkyg==
1383+
dependencies:
1384+
"@typescript-eslint/types" "5.9.0"
1385+
"@typescript-eslint/visitor-keys" "5.9.0"
1386+
1387+
"@typescript-eslint/[email protected]":
1388+
version "5.9.0"
1389+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.9.0.tgz#fd5963ead04bc9b7af9c3a8e534d8d39f1ce5f93"
1390+
integrity sha512-uVCb9dJXpBrK1071ri5aEW7ZHdDHAiqEjYznF3HSSvAJXyrkxGOw2Ejibz/q6BXdT8lea8CMI0CzKNFTNI6TEQ==
1391+
dependencies:
1392+
"@typescript-eslint/experimental-utils" "5.9.0"
1393+
debug "^4.3.2"
1394+
tsutils "^3.21.0"
1395+
13781396
"@typescript-eslint/[email protected]":
13791397
version "5.8.1"
13801398
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.8.1.tgz#04c6b49ebc8c99238238a6b8b43f2fc613983b5a"
13811399
integrity sha512-L/FlWCCgnjKOLefdok90/pqInkomLnAcF9UAzNr+DSqMC3IffzumHTQTrINXhP1gVp9zlHiYYjvozVZDPleLcA==
13821400

1401+
"@typescript-eslint/[email protected]":
1402+
version "5.9.0"
1403+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.9.0.tgz#e5619803e39d24a03b3369506df196355736e1a3"
1404+
integrity sha512-mWp6/b56Umo1rwyGCk8fPIzb9Migo8YOniBGPAQDNC6C52SeyNGN4gsVwQTAR+RS2L5xyajON4hOLwAGwPtUwg==
1405+
13831406
"@typescript-eslint/[email protected]":
13841407
version "5.8.1"
13851408
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.8.1.tgz#a592855be688e7b729a1e9411d7d74ec992ed6ef"
@@ -1393,6 +1416,19 @@
13931416
semver "^7.3.5"
13941417
tsutils "^3.21.0"
13951418

1419+
"@typescript-eslint/[email protected]":
1420+
version "5.9.0"
1421+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.9.0.tgz#0e5c6f03f982931abbfbc3c1b9df5fbf92a3490f"
1422+
integrity sha512-kxo3xL2mB7XmiVZcECbaDwYCt3qFXz99tBSuVJR4L/sR7CJ+UNAPrYILILktGj1ppfZ/jNt/cWYbziJUlHl1Pw==
1423+
dependencies:
1424+
"@typescript-eslint/types" "5.9.0"
1425+
"@typescript-eslint/visitor-keys" "5.9.0"
1426+
debug "^4.3.2"
1427+
globby "^11.0.4"
1428+
is-glob "^4.0.3"
1429+
semver "^7.3.5"
1430+
tsutils "^3.21.0"
1431+
13961432
"@typescript-eslint/[email protected]":
13971433
version "5.8.1"
13981434
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.8.1.tgz#58a2c566265d5511224bc316149890451c1bbab0"
@@ -1401,6 +1437,14 @@
14011437
"@typescript-eslint/types" "5.8.1"
14021438
eslint-visitor-keys "^3.0.0"
14031439

1440+
"@typescript-eslint/[email protected]":
1441+
version "5.9.0"
1442+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.9.0.tgz#7585677732365e9d27f1878150fab3922784a1a6"
1443+
integrity sha512-6zq0mb7LV0ThExKlecvpfepiB+XEtFv/bzx7/jKSgyXTFD7qjmSu1FoiS0x3OZaiS+UIXpH2vd9O89f02RCtgw==
1444+
dependencies:
1445+
"@typescript-eslint/types" "5.9.0"
1446+
eslint-visitor-keys "^3.0.0"
1447+
14041448
"@webassemblyjs/[email protected]":
14051449
version "1.11.1"
14061450
resolved "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7"

0 commit comments

Comments
 (0)