Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a78df89

Browse files
authoredJun 15, 2021
chore(deps-dev): bump @typescript-eslint/parser from 4.26.1 to 4.27.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.26.1 to 4.27.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.27.0/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]>
1 parent 4bb7a8d commit a78df89

File tree

1 file changed

+40
-6
lines changed

1 file changed

+40
-6
lines changed
 

‎yarn.lock

Lines changed: 40 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,13 +1281,13 @@
12811281
eslint-utils "^3.0.0"
12821282

12831283
"@typescript-eslint/parser@^4.7.0":
1284-
version "4.26.1"
1285-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.26.1.tgz#cecfdd5eb7a5c13aabce1c1cfd7fbafb5a0f1e8e"
1286-
integrity sha512-q7F3zSo/nU6YJpPJvQveVlIIzx9/wu75lr6oDbDzoeIRWxpoc/HQ43G4rmMoCc5my/3uSj2VEpg/D83LYZF5HQ==
1284+
version "4.27.0"
1285+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.27.0.tgz#85447e573364bce4c46c7f64abaa4985aadf5a94"
1286+
integrity sha512-XpbxL+M+gClmJcJ5kHnUpBGmlGdgNvy6cehgR6ufyxkEJMGP25tZKCaKyC0W/JVpuhU3VU1RBn7SYUPKSMqQvQ==
12871287
dependencies:
1288-
"@typescript-eslint/scope-manager" "4.26.1"
1289-
"@typescript-eslint/types" "4.26.1"
1290-
"@typescript-eslint/typescript-estree" "4.26.1"
1288+
"@typescript-eslint/scope-manager" "4.27.0"
1289+
"@typescript-eslint/types" "4.27.0"
1290+
"@typescript-eslint/typescript-estree" "4.27.0"
12911291
debug "^4.3.1"
12921292

12931293
"@typescript-eslint/scope-manager@4.26.1":
@@ -1298,11 +1298,24 @@
12981298
"@typescript-eslint/types" "4.26.1"
12991299
"@typescript-eslint/visitor-keys" "4.26.1"
13001300

1301+
"@typescript-eslint/scope-manager@4.27.0":
1302+
version "4.27.0"
1303+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.27.0.tgz#b0b1de2b35aaf7f532e89c8e81d0fa298cae327d"
1304+
integrity sha512-DY73jK6SEH6UDdzc6maF19AHQJBFVRf6fgAXHPXCGEmpqD4vYgPEzqpFz1lf/daSbOcMpPPj9tyXXDPW2XReAw==
1305+
dependencies:
1306+
"@typescript-eslint/types" "4.27.0"
1307+
"@typescript-eslint/visitor-keys" "4.27.0"
1308+
13011309
"@typescript-eslint/types@4.26.1":
13021310
version "4.26.1"
13031311
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.26.1.tgz#9e7c523f73c34b04a765e4167ca5650436ef1d38"
13041312
integrity sha512-STyMPxR3cS+LaNvS8yK15rb8Y0iL0tFXq0uyl6gY45glyI7w0CsyqyEXl/Fa0JlQy+pVANeK3sbwPneCbWE7yg==
13051313

1314+
"@typescript-eslint/types@4.27.0":
1315+
version "4.27.0"
1316+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.27.0.tgz#712b408519ed699baff69086bc59cd2fc13df8d8"
1317+
integrity sha512-I4ps3SCPFCKclRcvnsVA/7sWzh7naaM/b4pBO2hVxnM3wrU51Lveybdw5WoIktU/V4KfXrTt94V9b065b/0+wA==
1318+
13061319
"@typescript-eslint/typescript-estree@4.26.1":
13071320
version "4.26.1"
13081321
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.1.tgz#b2ce2e789233d62283fae2c16baabd4f1dbc9633"
@@ -1316,6 +1329,19 @@
13161329
semver "^7.3.5"
13171330
tsutils "^3.21.0"
13181331

1332+
"@typescript-eslint/typescript-estree@4.27.0":
1333+
version "4.27.0"
1334+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.27.0.tgz#189a7b9f1d0717d5cccdcc17247692dedf7a09da"
1335+
integrity sha512-KH03GUsUj41sRLLEy2JHstnezgpS5VNhrJouRdmh6yNdQ+yl8w5LrSwBkExM+jWwCJa7Ct2c8yl8NdtNRyQO6g==
1336+
dependencies:
1337+
"@typescript-eslint/types" "4.27.0"
1338+
"@typescript-eslint/visitor-keys" "4.27.0"
1339+
debug "^4.3.1"
1340+
globby "^11.0.3"
1341+
is-glob "^4.0.1"
1342+
semver "^7.3.5"
1343+
tsutils "^3.21.0"
1344+
13191345
"@typescript-eslint/visitor-keys@4.26.1":
13201346
version "4.26.1"
13211347
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.1.tgz#0d55ea735cb0d8903b198017d6d4f518fdaac546"
@@ -1324,6 +1350,14 @@
13241350
"@typescript-eslint/types" "4.26.1"
13251351
eslint-visitor-keys "^2.0.0"
13261352

1353+
"@typescript-eslint/visitor-keys@4.27.0":
1354+
version "4.27.0"
1355+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.27.0.tgz#f56138b993ec822793e7ebcfac6ffdce0a60cb81"
1356+
integrity sha512-es0GRYNZp0ieckZ938cEANfEhsfHrzuLrePukLKtY3/KPXcq1Xd555Mno9/GOgXhKzn0QfkDLVgqWO3dGY80bg==
1357+
dependencies:
1358+
"@typescript-eslint/types" "4.27.0"
1359+
eslint-visitor-keys "^2.0.0"
1360+
13271361
JSONStream@^1.3.5:
13281362
version "1.3.5"
13291363
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"

0 commit comments

Comments
 (0)
Please sign in to comment.