Skip to content

Commit f2040b1

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 4.27.0 to 4.28.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.27.0 to 4.28.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.28.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] <support@github.com>
1 parent c5f0b10 commit f2040b1

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.27.0"
1285-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.27.0.tgz#85447e573364bce4c46c7f64abaa4985aadf5a94"
1286-
integrity sha512-XpbxL+M+gClmJcJ5kHnUpBGmlGdgNvy6cehgR6ufyxkEJMGP25tZKCaKyC0W/JVpuhU3VU1RBn7SYUPKSMqQvQ==
1284+
version "4.28.0"
1285+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.0.tgz#2404c16751a28616ef3abab77c8e51d680a12caa"
1286+
integrity sha512-7x4D22oPY8fDaOCvkuXtYYTQ6mTMmkivwEzS+7iml9F9VkHGbbZ3x4fHRwxAb5KeuSkLqfnYjs46tGx2Nour4A==
12871287
dependencies:
1288-
"@typescript-eslint/scope-manager" "4.27.0"
1289-
"@typescript-eslint/types" "4.27.0"
1290-
"@typescript-eslint/typescript-estree" "4.27.0"
1288+
"@typescript-eslint/scope-manager" "4.28.0"
1289+
"@typescript-eslint/types" "4.28.0"
1290+
"@typescript-eslint/typescript-estree" "4.28.0"
12911291
debug "^4.3.1"
12921292

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

1301+
"@typescript-eslint/scope-manager@4.28.0":
1302+
version "4.28.0"
1303+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.0.tgz#6a3009d2ab64a30fc8a1e257a1a320067f36a0ce"
1304+
integrity sha512-eCALCeScs5P/EYjwo6se9bdjtrh8ByWjtHzOkC4Tia6QQWtQr3PHovxh3TdYTuFcurkYI4rmFsRFpucADIkseg==
1305+
dependencies:
1306+
"@typescript-eslint/types" "4.28.0"
1307+
"@typescript-eslint/visitor-keys" "4.28.0"
1308+
13011309
"@typescript-eslint/types@4.27.0":
13021310
version "4.27.0"
13031311
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.27.0.tgz#712b408519ed699baff69086bc59cd2fc13df8d8"
13041312
integrity sha512-I4ps3SCPFCKclRcvnsVA/7sWzh7naaM/b4pBO2hVxnM3wrU51Lveybdw5WoIktU/V4KfXrTt94V9b065b/0+wA==
13051313

1314+
"@typescript-eslint/types@4.28.0":
1315+
version "4.28.0"
1316+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.0.tgz#a33504e1ce7ac51fc39035f5fe6f15079d4dafb0"
1317+
integrity sha512-p16xMNKKoiJCVZY5PW/AfILw2xe1LfruTcfAKBj3a+wgNYP5I9ZEKNDOItoRt53p4EiPV6iRSICy8EPanG9ZVA==
1318+
13061319
"@typescript-eslint/typescript-estree@4.27.0":
13071320
version "4.27.0"
13081321
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.27.0.tgz#189a7b9f1d0717d5cccdcc17247692dedf7a09da"
@@ -1316,6 +1329,19 @@
13161329
semver "^7.3.5"
13171330
tsutils "^3.21.0"
13181331

1332+
"@typescript-eslint/typescript-estree@4.28.0":
1333+
version "4.28.0"
1334+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.0.tgz#e66d4e5aa2ede66fec8af434898fe61af10c71cf"
1335+
integrity sha512-m19UQTRtxMzKAm8QxfKpvh6OwQSXaW1CdZPoCaQuLwAq7VZMNuhJmZR4g5281s2ECt658sldnJfdpSZZaxUGMQ==
1336+
dependencies:
1337+
"@typescript-eslint/types" "4.28.0"
1338+
"@typescript-eslint/visitor-keys" "4.28.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.27.0":
13201346
version "4.27.0"
13211347
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.27.0.tgz#f56138b993ec822793e7ebcfac6ffdce0a60cb81"
@@ -1324,6 +1350,14 @@
13241350
"@typescript-eslint/types" "4.27.0"
13251351
eslint-visitor-keys "^2.0.0"
13261352

1353+
"@typescript-eslint/visitor-keys@4.28.0":
1354+
version "4.28.0"
1355+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.0.tgz#255c67c966ec294104169a6939d96f91c8a89434"
1356+
integrity sha512-PjJyTWwrlrvM5jazxYF5ZPs/nl0kHDZMVbuIcbpawVXaDPelp3+S9zpOz5RmVUfS/fD5l5+ZXNKnWhNYjPzCvw==
1357+
dependencies:
1358+
"@typescript-eslint/types" "4.28.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)