Skip to content

Commit f1cca2a

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 5.8.1 to 5.9.0
1 parent ca1d538 commit f1cca2a

File tree

2 files changed

+9
-43
lines changed

2 files changed

+9
-43
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@swc-node/register": "^1.4.2",
2727
"@types/node": "^17.0.8",
2828
"@typescript-eslint/eslint-plugin": "^5.9.0",
29-
"@typescript-eslint/parser": "^5.8.1",
29+
"@typescript-eslint/parser": "^5.9.0",
3030
"ava": "^4.0.1",
3131
"benchmark": "^2.1.4",
3232
"codecov": "^3.8.3",

yarn.lock

Lines changed: 8 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1358,23 +1358,15 @@
13581358
eslint-scope "^5.1.1"
13591359
eslint-utils "^3.0.0"
13601360

1361-
"@typescript-eslint/parser@^5.8.1":
1362-
version "5.8.1"
1363-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.8.1.tgz#380f5f1e596b540059998aa3fc80d78f0f9b0d0a"
1364-
integrity sha512-K1giKHAjHuyB421SoXMXFHHVI4NdNY603uKw92++D3qyxSeYvC10CBJ/GE5Thpo4WTUvu1mmJI2/FFkz38F2Gw==
1365-
dependencies:
1366-
"@typescript-eslint/scope-manager" "5.8.1"
1367-
"@typescript-eslint/types" "5.8.1"
1368-
"@typescript-eslint/typescript-estree" "5.8.1"
1369-
debug "^4.3.2"
1370-
1371-
"@typescript-eslint/[email protected]":
1372-
version "5.8.1"
1373-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.8.1.tgz#7fc0604f7ade8833e4d42cebaa1e2debf8b932e4"
1374-
integrity sha512-DGxJkNyYruFH3NIZc3PwrzwOQAg7vvgsHsHCILOLvUpupgkwDZdNq/cXU3BjF4LNrCsVg0qxEyWasys5AiJ85Q==
1361+
"@typescript-eslint/parser@^5.9.0":
1362+
version "5.9.0"
1363+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.9.0.tgz#fdbb08767a4caa6ca6ccfed5f9ffe9387f0c7d97"
1364+
integrity sha512-/6pOPz8yAxEt4PLzgbFRDpZmHnXCeZgPDrh/1DaVKOjvn/UPMlWhbx/gA96xRi2JxY1kBl2AmwVbyROUqys5xQ==
13751365
dependencies:
1376-
"@typescript-eslint/types" "5.8.1"
1377-
"@typescript-eslint/visitor-keys" "5.8.1"
1366+
"@typescript-eslint/scope-manager" "5.9.0"
1367+
"@typescript-eslint/types" "5.9.0"
1368+
"@typescript-eslint/typescript-estree" "5.9.0"
1369+
debug "^4.3.2"
13781370

13791371
"@typescript-eslint/[email protected]":
13801372
version "5.9.0"
@@ -1393,29 +1385,11 @@
13931385
debug "^4.3.2"
13941386
tsutils "^3.21.0"
13951387

1396-
"@typescript-eslint/[email protected]":
1397-
version "5.8.1"
1398-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.8.1.tgz#04c6b49ebc8c99238238a6b8b43f2fc613983b5a"
1399-
integrity sha512-L/FlWCCgnjKOLefdok90/pqInkomLnAcF9UAzNr+DSqMC3IffzumHTQTrINXhP1gVp9zlHiYYjvozVZDPleLcA==
1400-
14011388
"@typescript-eslint/[email protected]":
14021389
version "5.9.0"
14031390
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.9.0.tgz#e5619803e39d24a03b3369506df196355736e1a3"
14041391
integrity sha512-mWp6/b56Umo1rwyGCk8fPIzb9Migo8YOniBGPAQDNC6C52SeyNGN4gsVwQTAR+RS2L5xyajON4hOLwAGwPtUwg==
14051392

1406-
"@typescript-eslint/[email protected]":
1407-
version "5.8.1"
1408-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.8.1.tgz#a592855be688e7b729a1e9411d7d74ec992ed6ef"
1409-
integrity sha512-26lQ8l8tTbG7ri7xEcCFT9ijU5Fk+sx/KRRyyzCv7MQ+rZZlqiDPtMKWLC8P7o+dtCnby4c+OlxuX1tp8WfafQ==
1410-
dependencies:
1411-
"@typescript-eslint/types" "5.8.1"
1412-
"@typescript-eslint/visitor-keys" "5.8.1"
1413-
debug "^4.3.2"
1414-
globby "^11.0.4"
1415-
is-glob "^4.0.3"
1416-
semver "^7.3.5"
1417-
tsutils "^3.21.0"
1418-
14191393
"@typescript-eslint/[email protected]":
14201394
version "5.9.0"
14211395
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.9.0.tgz#0e5c6f03f982931abbfbc3c1b9df5fbf92a3490f"
@@ -1429,14 +1403,6 @@
14291403
semver "^7.3.5"
14301404
tsutils "^3.21.0"
14311405

1432-
"@typescript-eslint/[email protected]":
1433-
version "5.8.1"
1434-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.8.1.tgz#58a2c566265d5511224bc316149890451c1bbab0"
1435-
integrity sha512-SWgiWIwocK6NralrJarPZlWdr0hZnj5GXHIgfdm8hNkyKvpeQuFyLP6YjSIe9kf3YBIfU6OHSZLYkQ+smZwtNg==
1436-
dependencies:
1437-
"@typescript-eslint/types" "5.8.1"
1438-
eslint-visitor-keys "^3.0.0"
1439-
14401406
"@typescript-eslint/[email protected]":
14411407
version "5.9.0"
14421408
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.9.0.tgz#7585677732365e9d27f1878150fab3922784a1a6"

0 commit comments

Comments
 (0)