Skip to content

Commit c7dcead

Browse files
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) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 9d45f4a commit c7dcead

File tree

2 files changed

+43
-9
lines changed

2 files changed

+43
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@types/webpack-dev-server": "3.11.3",
3232
"@types/webpack-merge": "5.0.0",
3333
"@typescript-eslint/eslint-plugin": "4.27.0",
34-
"@typescript-eslint/parser": "4.27.0",
34+
"@typescript-eslint/parser": "4.28.0",
3535
"clean-webpack-plugin": "3.0.0",
3636
"css-loader": "5.2.6",
3737
"eslint": "7.29.0",

yarn.lock

Lines changed: 42 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,14 +1394,14 @@
13941394
eslint-scope "^5.1.1"
13951395
eslint-utils "^3.0.0"
13961396

1397-
"@typescript-eslint/parser@4.27.0":
1398-
version "4.27.0"
1399-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.27.0.tgz#85447e573364bce4c46c7f64abaa4985aadf5a94"
1400-
integrity sha512-XpbxL+M+gClmJcJ5kHnUpBGmlGdgNvy6cehgR6ufyxkEJMGP25tZKCaKyC0W/JVpuhU3VU1RBn7SYUPKSMqQvQ==
1401-
dependencies:
1402-
"@typescript-eslint/scope-manager" "4.27.0"
1403-
"@typescript-eslint/types" "4.27.0"
1404-
"@typescript-eslint/typescript-estree" "4.27.0"
1397+
"@typescript-eslint/parser@4.28.0":
1398+
version "4.28.0"
1399+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.0.tgz#2404c16751a28616ef3abab77c8e51d680a12caa"
1400+
integrity sha512-7x4D22oPY8fDaOCvkuXtYYTQ6mTMmkivwEzS+7iml9F9VkHGbbZ3x4fHRwxAb5KeuSkLqfnYjs46tGx2Nour4A==
1401+
dependencies:
1402+
"@typescript-eslint/scope-manager" "4.28.0"
1403+
"@typescript-eslint/types" "4.28.0"
1404+
"@typescript-eslint/typescript-estree" "4.28.0"
14051405
debug "^4.3.1"
14061406

14071407
"@typescript-eslint/scope-manager@4.27.0":
@@ -1412,11 +1412,24 @@
14121412
"@typescript-eslint/types" "4.27.0"
14131413
"@typescript-eslint/visitor-keys" "4.27.0"
14141414

1415+
"@typescript-eslint/scope-manager@4.28.0":
1416+
version "4.28.0"
1417+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.0.tgz#6a3009d2ab64a30fc8a1e257a1a320067f36a0ce"
1418+
integrity sha512-eCALCeScs5P/EYjwo6se9bdjtrh8ByWjtHzOkC4Tia6QQWtQr3PHovxh3TdYTuFcurkYI4rmFsRFpucADIkseg==
1419+
dependencies:
1420+
"@typescript-eslint/types" "4.28.0"
1421+
"@typescript-eslint/visitor-keys" "4.28.0"
1422+
14151423
"@typescript-eslint/types@4.27.0":
14161424
version "4.27.0"
14171425
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.27.0.tgz#712b408519ed699baff69086bc59cd2fc13df8d8"
14181426
integrity sha512-I4ps3SCPFCKclRcvnsVA/7sWzh7naaM/b4pBO2hVxnM3wrU51Lveybdw5WoIktU/V4KfXrTt94V9b065b/0+wA==
14191427

1428+
"@typescript-eslint/types@4.28.0":
1429+
version "4.28.0"
1430+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.0.tgz#a33504e1ce7ac51fc39035f5fe6f15079d4dafb0"
1431+
integrity sha512-p16xMNKKoiJCVZY5PW/AfILw2xe1LfruTcfAKBj3a+wgNYP5I9ZEKNDOItoRt53p4EiPV6iRSICy8EPanG9ZVA==
1432+
14201433
"@typescript-eslint/typescript-estree@4.27.0":
14211434
version "4.27.0"
14221435
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.27.0.tgz#189a7b9f1d0717d5cccdcc17247692dedf7a09da"
@@ -1430,6 +1443,19 @@
14301443
semver "^7.3.5"
14311444
tsutils "^3.21.0"
14321445

1446+
"@typescript-eslint/typescript-estree@4.28.0":
1447+
version "4.28.0"
1448+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.0.tgz#e66d4e5aa2ede66fec8af434898fe61af10c71cf"
1449+
integrity sha512-m19UQTRtxMzKAm8QxfKpvh6OwQSXaW1CdZPoCaQuLwAq7VZMNuhJmZR4g5281s2ECt658sldnJfdpSZZaxUGMQ==
1450+
dependencies:
1451+
"@typescript-eslint/types" "4.28.0"
1452+
"@typescript-eslint/visitor-keys" "4.28.0"
1453+
debug "^4.3.1"
1454+
globby "^11.0.3"
1455+
is-glob "^4.0.1"
1456+
semver "^7.3.5"
1457+
tsutils "^3.21.0"
1458+
14331459
"@typescript-eslint/visitor-keys@4.27.0":
14341460
version "4.27.0"
14351461
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.27.0.tgz#f56138b993ec822793e7ebcfac6ffdce0a60cb81"
@@ -1438,6 +1464,14 @@
14381464
"@typescript-eslint/types" "4.27.0"
14391465
eslint-visitor-keys "^2.0.0"
14401466

1467+
"@typescript-eslint/visitor-keys@4.28.0":
1468+
version "4.28.0"
1469+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.0.tgz#255c67c966ec294104169a6939d96f91c8a89434"
1470+
integrity sha512-PjJyTWwrlrvM5jazxYF5ZPs/nl0kHDZMVbuIcbpawVXaDPelp3+S9zpOz5RmVUfS/fD5l5+ZXNKnWhNYjPzCvw==
1471+
dependencies:
1472+
"@typescript-eslint/types" "4.28.0"
1473+
eslint-visitor-keys "^2.0.0"
1474+
14411475
"@webassemblyjs/ast@1.11.0":
14421476
version "1.11.0"
14431477
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.0.tgz#a5aa679efdc9e51707a4207139da57920555961f"

0 commit comments

Comments
 (0)