Skip to content

Commit 94046e4

Browse files
Bump @typescript-eslint/parser from 5.6.0 to 5.9.1 (#728)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.6.0 to 5.9.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.9.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c596e52 commit 94046e4

2 files changed

Lines changed: 9 additions & 43 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@types/jest": "^27.4.0",
5050
"@types/workerpool": "^6.1.0",
5151
"@typescript-eslint/eslint-plugin": "^5.9.1",
52-
"@typescript-eslint/parser": "^5.6.0",
52+
"@typescript-eslint/parser": "^5.9.1",
5353
"benchmark": "^2.1.4",
5454
"broccoli-test-helper": "^2.0.0",
5555
"eslint": "^8.6.0",

yarn.lock

Lines changed: 8 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,23 +1038,15 @@
10381038
eslint-scope "^5.1.1"
10391039
eslint-utils "^3.0.0"
10401040

1041-
"@typescript-eslint/parser@^5.6.0":
1042-
version "5.6.0"
1043-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.6.0.tgz#11677324659641400d653253c03dcfbed468d199"
1044-
integrity sha512-YVK49NgdUPQ8SpCZaOpiq1kLkYRPMv9U5gcMrywzI8brtwZjr/tG3sZpuHyODt76W/A0SufNjYt9ZOgrC4tLIQ==
1045-
dependencies:
1046-
"@typescript-eslint/scope-manager" "5.6.0"
1047-
"@typescript-eslint/types" "5.6.0"
1048-
"@typescript-eslint/typescript-estree" "5.6.0"
1049-
debug "^4.3.2"
1050-
1051-
"@typescript-eslint/[email protected]":
1052-
version "5.6.0"
1053-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.6.0.tgz#9dd7f007dc8f3a34cdff6f79f5eaab27ae05157e"
1054-
integrity sha512-1U1G77Hw2jsGWVsO2w6eVCbOg0HZ5WxL/cozVSTfqnL/eB9muhb8THsP0G3w+BB5xAHv9KptwdfYFAUfzcIh4A==
1041+
"@typescript-eslint/parser@^5.9.1":
1042+
version "5.9.1"
1043+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.9.1.tgz#b114011010a87e17b3265ca715e16c76a9834cef"
1044+
integrity sha512-PLYO0AmwD6s6n0ZQB5kqPgfvh73p0+VqopQQLuNfi7Lm0EpfKyDalchpVwkE+81k5HeiRrTV/9w1aNHzjD7C4g==
10551045
dependencies:
1056-
"@typescript-eslint/types" "5.6.0"
1057-
"@typescript-eslint/visitor-keys" "5.6.0"
1046+
"@typescript-eslint/scope-manager" "5.9.1"
1047+
"@typescript-eslint/types" "5.9.1"
1048+
"@typescript-eslint/typescript-estree" "5.9.1"
1049+
debug "^4.3.2"
10581050

10591051
"@typescript-eslint/[email protected]":
10601052
version "5.9.1"
@@ -1073,29 +1065,11 @@
10731065
debug "^4.3.2"
10741066
tsutils "^3.21.0"
10751067

1076-
"@typescript-eslint/[email protected]":
1077-
version "5.6.0"
1078-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.6.0.tgz#745cb1b59daadcc1f32f7be95f0f68accf38afdd"
1079-
integrity sha512-OIZffked7mXv4mXzWU5MgAEbCf9ecNJBKi+Si6/I9PpTaj+cf2x58h2oHW5/P/yTnPkKaayfjhLvx+crnl5ubA==
1080-
10811068
"@typescript-eslint/[email protected]":
10821069
version "5.9.1"
10831070
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.9.1.tgz#1bef8f238a2fb32ebc6ff6d75020d9f47a1593c6"
10841071
integrity sha512-SsWegWudWpkZCwwYcKoDwuAjoZXnM1y2EbEerTHho19Hmm+bQ56QG4L4jrtCu0bI5STaRTvRTZmjprWlTw/5NQ==
10851072

1086-
"@typescript-eslint/[email protected]":
1087-
version "5.6.0"
1088-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.6.0.tgz#dfbb19c9307fdd81bd9c650c67e8397821d7faf0"
1089-
integrity sha512-92vK5tQaE81rK7fOmuWMrSQtK1IMonESR+RJR2Tlc7w4o0MeEdjgidY/uO2Gobh7z4Q1hhS94Cr7r021fMVEeA==
1090-
dependencies:
1091-
"@typescript-eslint/types" "5.6.0"
1092-
"@typescript-eslint/visitor-keys" "5.6.0"
1093-
debug "^4.3.2"
1094-
globby "^11.0.4"
1095-
is-glob "^4.0.3"
1096-
semver "^7.3.5"
1097-
tsutils "^3.21.0"
1098-
10991073
"@typescript-eslint/[email protected]":
11001074
version "5.9.1"
11011075
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.9.1.tgz#d5b996f49476495070d2b8dd354861cf33c005d6"
@@ -1109,14 +1083,6 @@
11091083
semver "^7.3.5"
11101084
tsutils "^3.21.0"
11111085

1112-
"@typescript-eslint/[email protected]":
1113-
version "5.6.0"
1114-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.6.0.tgz#3e36509e103fe9713d8f035ac977235fd63cb6e6"
1115-
integrity sha512-1p7hDp5cpRFUyE3+lvA74egs+RWSgumrBpzBCDzfTFv0aQ7lIeay80yU0hIxgAhwQ6PcasW35kaOCyDOv6O/Ng==
1116-
dependencies:
1117-
"@typescript-eslint/types" "5.6.0"
1118-
eslint-visitor-keys "^3.0.0"
1119-
11201086
"@typescript-eslint/[email protected]":
11211087
version "5.9.1"
11221088
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.9.1.tgz#f52206f38128dd4f675cf28070a41596eee985b7"

0 commit comments

Comments
 (0)