Skip to content

Commit 1b544cb

Browse files
Bump @typescript-eslint/eslint-plugin from 4.28.3 to 4.28.4
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.28.3 to 4.28.4. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.28.4/packages/eslint-plugin) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent cf2ca00 commit 1b544cb

File tree

2 files changed

+48
-14
lines changed

2 files changed

+48
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@types/webpack": "5.28.0",
3131
"@types/webpack-dev-server": "3.11.3",
3232
"@types/webpack-merge": "5.0.0",
33-
"@typescript-eslint/eslint-plugin": "4.28.3",
33+
"@typescript-eslint/eslint-plugin": "4.28.4",
3434
"@typescript-eslint/parser": "4.28.3",
3535
"clean-webpack-plugin": "3.0.0",
3636
"css-loader": "6.1.0",

yarn.lock

Lines changed: 47 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1395,28 +1395,28 @@
13951395
dependencies:
13961396
"@types/yargs-parser" "*"
13971397

1398-
"@typescript-eslint/eslint-plugin@4.28.3":
1399-
version "4.28.3"
1400-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.3.tgz#36cdcd9ca6f9e5cb49b9f61b970b1976708d084b"
1401-
integrity sha512-jW8sEFu1ZeaV8xzwsfi6Vgtty2jf7/lJmQmDkDruBjYAbx5DA8JtbcMnP0rNPUG+oH5GoQBTSp+9613BzuIpYg==
1398+
"@typescript-eslint/eslint-plugin@4.28.4":
1399+
version "4.28.4"
1400+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.4.tgz#e73c8cabbf3f08dee0e1bda65ed4e622ae8f8921"
1401+
integrity sha512-s1oY4RmYDlWMlcV0kKPBaADn46JirZzvvH7c2CtAqxCY96S538JRBAzt83RrfkDheV/+G/vWNK0zek+8TB3Gmw==
14021402
dependencies:
1403-
"@typescript-eslint/experimental-utils" "4.28.3"
1404-
"@typescript-eslint/scope-manager" "4.28.3"
1403+
"@typescript-eslint/experimental-utils" "4.28.4"
1404+
"@typescript-eslint/scope-manager" "4.28.4"
14051405
debug "^4.3.1"
14061406
functional-red-black-tree "^1.0.1"
14071407
regexpp "^3.1.0"
14081408
semver "^7.3.5"
14091409
tsutils "^3.21.0"
14101410

1411-
"@typescript-eslint/experimental-utils@4.28.3":
1412-
version "4.28.3"
1413-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.3.tgz#976f8c1191b37105fd06658ed57ddfee4be361ca"
1414-
integrity sha512-zZYl9TnrxwEPi3FbyeX0ZnE8Hp7j3OCR+ELoUfbwGHGxWnHg9+OqSmkw2MoCVpZksPCZYpQzC559Ee9pJNHTQw==
1411+
"@typescript-eslint/experimental-utils@4.28.4":
1412+
version "4.28.4"
1413+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.4.tgz#9c70c35ebed087a5c70fb0ecd90979547b7fec96"
1414+
integrity sha512-OglKWOQRWTCoqMSy6pm/kpinEIgdcXYceIcH3EKWUl4S8xhFtN34GQRaAvTIZB9DD94rW7d/U7tUg3SYeDFNHA==
14151415
dependencies:
14161416
"@types/json-schema" "^7.0.7"
1417-
"@typescript-eslint/scope-manager" "4.28.3"
1418-
"@typescript-eslint/types" "4.28.3"
1419-
"@typescript-eslint/typescript-estree" "4.28.3"
1417+
"@typescript-eslint/scope-manager" "4.28.4"
1418+
"@typescript-eslint/types" "4.28.4"
1419+
"@typescript-eslint/typescript-estree" "4.28.4"
14201420
eslint-scope "^5.1.1"
14211421
eslint-utils "^3.0.0"
14221422

@@ -1438,11 +1438,24 @@
14381438
"@typescript-eslint/types" "4.28.3"
14391439
"@typescript-eslint/visitor-keys" "4.28.3"
14401440

1441+
"@typescript-eslint/scope-manager@4.28.4":
1442+
version "4.28.4"
1443+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.4.tgz#bdbce9b6a644e34f767bd68bc17bb14353b9fe7f"
1444+
integrity sha512-ZJBNs4usViOmlyFMt9X9l+X0WAFcDH7EdSArGqpldXu7aeZxDAuAzHiMAeI+JpSefY2INHrXeqnha39FVqXb8w==
1445+
dependencies:
1446+
"@typescript-eslint/types" "4.28.4"
1447+
"@typescript-eslint/visitor-keys" "4.28.4"
1448+
14411449
"@typescript-eslint/types@4.28.3":
14421450
version "4.28.3"
14431451
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.3.tgz#8fffd436a3bada422c2c1da56060a0566a9506c7"
14441452
integrity sha512-kQFaEsQBQVtA9VGVyciyTbIg7S3WoKHNuOp/UF5RG40900KtGqfoiETWD/v0lzRXc+euVE9NXmfer9dLkUJrkA==
14451453

1454+
"@typescript-eslint/types@4.28.4":
1455+
version "4.28.4"
1456+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.4.tgz#41acbd79b5816b7c0dd7530a43d97d020d3aeb42"
1457+
integrity sha512-3eap4QWxGqkYuEmVebUGULMskR6Cuoc/Wii0oSOddleP4EGx1tjLnZQ0ZP33YRoMDCs5O3j56RBV4g14T4jvww==
1458+
14461459
"@typescript-eslint/typescript-estree@4.28.3":
14471460
version "4.28.3"
14481461
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.3.tgz#253d7088100b2a38aefe3c8dd7bd1f8232ec46fb"
@@ -1456,6 +1469,19 @@
14561469
semver "^7.3.5"
14571470
tsutils "^3.21.0"
14581471

1472+
"@typescript-eslint/typescript-estree@4.28.4":
1473+
version "4.28.4"
1474+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.4.tgz#252e6863278dc0727244be9e371eb35241c46d00"
1475+
integrity sha512-z7d8HK8XvCRyN2SNp+OXC2iZaF+O2BTquGhEYLKLx5k6p0r05ureUtgEfo5f6anLkhCxdHtCf6rPM1p4efHYDQ==
1476+
dependencies:
1477+
"@typescript-eslint/types" "4.28.4"
1478+
"@typescript-eslint/visitor-keys" "4.28.4"
1479+
debug "^4.3.1"
1480+
globby "^11.0.3"
1481+
is-glob "^4.0.1"
1482+
semver "^7.3.5"
1483+
tsutils "^3.21.0"
1484+
14591485
"@typescript-eslint/visitor-keys@4.28.3":
14601486
version "4.28.3"
14611487
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.3.tgz#26ac91e84b23529968361045829da80a4e5251c4"
@@ -1464,6 +1490,14 @@
14641490
"@typescript-eslint/types" "4.28.3"
14651491
eslint-visitor-keys "^2.0.0"
14661492

1493+
"@typescript-eslint/visitor-keys@4.28.4":
1494+
version "4.28.4"
1495+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.4.tgz#92dacfefccd6751cbb0a964f06683bfd72d0c4d3"
1496+
integrity sha512-NIAXAdbz1XdOuzqkJHjNKXKj8QQ4cv5cxR/g0uQhCYf/6//XrmfpaYsM7PnBcNbfvTDLUkqQ5TPNm1sozDdTWg==
1497+
dependencies:
1498+
"@typescript-eslint/types" "4.28.4"
1499+
eslint-visitor-keys "^2.0.0"
1500+
14671501
"@webassemblyjs/ast@1.11.1":
14681502
version "1.11.1"
14691503
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7"

0 commit comments

Comments
 (0)