Skip to content

Commit 3d69e22

Browse files
Bump @typescript-eslint/parser from 4.10.0 to 4.11.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.10.0 to 4.11.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.11.0/packages/parser) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 5e11e79 commit 3d69e22

File tree

2 files changed

+44
-9
lines changed

2 files changed

+44
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"@types/node-fetch": "2.5.7",
8383
"@types/qs": "6.9.5",
8484
"@typescript-eslint/eslint-plugin": "4.10.0",
85-
"@typescript-eslint/parser": "4.10.0",
85+
"@typescript-eslint/parser": "4.11.0",
8686
"codecov": "3.8.1",
8787
"eslint": "7.16.0",
8888
"eslint-config-prettier": "7.1.0",

yarn.lock

Lines changed: 43 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,14 +1400,14 @@
14001400
eslint-scope "^5.0.0"
14011401
eslint-utils "^2.0.0"
14021402

1403-
"@typescript-eslint/parser@4.10.0":
1404-
version "4.10.0"
1405-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.10.0.tgz#1a622b0847b765b2d8f0ede6f0cdd85f03d76031"
1406-
integrity sha512-amBvUUGBMadzCW6c/qaZmfr3t9PyevcSWw7hY2FuevdZVp5QPw/K76VSQ5Sw3BxlgYCHZcK6DjIhSZK0PQNsQg==
1407-
dependencies:
1408-
"@typescript-eslint/scope-manager" "4.10.0"
1409-
"@typescript-eslint/types" "4.10.0"
1410-
"@typescript-eslint/typescript-estree" "4.10.0"
1403+
"@typescript-eslint/parser@4.11.0":
1404+
version "4.11.0"
1405+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.11.0.tgz#1dd3d7e42708c10ce9f3aa64c63c0ab99868b4e2"
1406+
integrity sha512-NBTtKCC7ZtuxEV5CrHUO4Pg2s784pvavc3cnz6V+oJvVbK4tH9135f/RBP6eUA2KHiFKAollSrgSctQGmHbqJQ==
1407+
dependencies:
1408+
"@typescript-eslint/scope-manager" "4.11.0"
1409+
"@typescript-eslint/types" "4.11.0"
1410+
"@typescript-eslint/typescript-estree" "4.11.0"
14111411
debug "^4.1.1"
14121412

14131413
"@typescript-eslint/scope-manager@4.10.0":
@@ -1418,11 +1418,24 @@
14181418
"@typescript-eslint/types" "4.10.0"
14191419
"@typescript-eslint/visitor-keys" "4.10.0"
14201420

1421+
"@typescript-eslint/scope-manager@4.11.0":
1422+
version "4.11.0"
1423+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.11.0.tgz#2d906537db8a3a946721699e4fc0833810490254"
1424+
integrity sha512-6VSTm/4vC2dHM3ySDW9Kl48en+yLNfVV6LECU8jodBHQOhO8adAVizaZ1fV0QGZnLQjQ/y0aBj5/KXPp2hBTjA==
1425+
dependencies:
1426+
"@typescript-eslint/types" "4.11.0"
1427+
"@typescript-eslint/visitor-keys" "4.11.0"
1428+
14211429
"@typescript-eslint/types@4.10.0":
14221430
version "4.10.0"
14231431
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.10.0.tgz#12f983750ebad867f0c806e705c1953cd6415789"
14241432
integrity sha512-+dt5w1+Lqyd7wIPMa4XhJxUuE8+YF+vxQ6zxHyhLGHJjHiunPf0wSV8LtQwkpmAsRi1lEOoOIR30FG5S2HS33g==
14251433

1434+
"@typescript-eslint/types@4.11.0":
1435+
version "4.11.0"
1436+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.11.0.tgz#86cf95e7eac4ccfd183f9fcf1480cece7caf4ca4"
1437+
integrity sha512-XXOdt/NPX++txOQHM1kUMgJUS43KSlXGdR/aDyEwuAEETwuPt02Nc7v+s57PzuSqMbNLclblQdv3YcWOdXhQ7g==
1438+
14261439
"@typescript-eslint/typescript-estree@4.10.0":
14271440
version "4.10.0"
14281441
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.10.0.tgz#1e62e45fd57866afd42daf5e9fb6bd4e8dbcfa75"
@@ -1437,6 +1450,20 @@
14371450
semver "^7.3.2"
14381451
tsutils "^3.17.1"
14391452

1453+
"@typescript-eslint/typescript-estree@4.11.0":
1454+
version "4.11.0"
1455+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.11.0.tgz#1144d145841e5987d61c4c845442a24b24165a4b"
1456+
integrity sha512-eA6sT5dE5RHAFhtcC+b5WDlUIGwnO9b0yrfGa1mIOIAjqwSQCpXbLiFmKTdRbQN/xH2EZkGqqLDrKUuYOZ0+Hg==
1457+
dependencies:
1458+
"@typescript-eslint/types" "4.11.0"
1459+
"@typescript-eslint/visitor-keys" "4.11.0"
1460+
debug "^4.1.1"
1461+
globby "^11.0.1"
1462+
is-glob "^4.0.1"
1463+
lodash "^4.17.15"
1464+
semver "^7.3.2"
1465+
tsutils "^3.17.1"
1466+
14401467
"@typescript-eslint/visitor-keys@4.10.0":
14411468
version "4.10.0"
14421469
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.10.0.tgz#9478822329a9bc8ebcc80623d7f79a01da5ee451"
@@ -1445,6 +1472,14 @@
14451472
"@typescript-eslint/types" "4.10.0"
14461473
eslint-visitor-keys "^2.0.0"
14471474

1475+
"@typescript-eslint/visitor-keys@4.11.0":
1476+
version "4.11.0"
1477+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.11.0.tgz#906669a50f06aa744378bb84c7d5c4fdbc5b7d51"
1478+
integrity sha512-tRYKyY0i7cMk6v4UIOCjl1LhuepC/pc6adQqJk4Is3YcC6k46HvsV9Wl7vQoLbm9qADgeujiT7KdLrylvFIQ+A==
1479+
dependencies:
1480+
"@typescript-eslint/types" "4.11.0"
1481+
eslint-visitor-keys "^2.0.0"
1482+
14481483
abab@^2.0.3:
14491484
version "2.0.5"
14501485
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a"

0 commit comments

Comments
 (0)