Skip to content

Commit e2ef804

Browse files
dependabot[bot]kodiakhq[bot]
authored andcommitted
feat(deps): 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) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ea4489a commit e2ef804

File tree

2 files changed

+44
-56
lines changed

2 files changed

+44
-56
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@commitlint/config-conventional": "^12.1.4",
5151
"@commitlint/prompt": "^12.1.4",
5252
"@types/jest": "^26.0.24",
53-
"@typescript-eslint/eslint-plugin": "^4.28.3",
53+
"@typescript-eslint/eslint-plugin": "^4.28.4",
5454
"@typescript-eslint/parser": "^4.28.3",
5555
"arrify": "^2.0.1",
5656
"commitizen": "^4.2.4",

yarn.lock

+43-55
Original file line numberDiff line numberDiff line change
@@ -1651,40 +1651,28 @@
16511651
dependencies:
16521652
"@types/yargs-parser" "*"
16531653

1654-
"@typescript-eslint/eslint-plugin@^4.28.3":
1655-
version "4.28.3"
1656-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.3.tgz#36cdcd9ca6f9e5cb49b9f61b970b1976708d084b"
1657-
integrity sha512-jW8sEFu1ZeaV8xzwsfi6Vgtty2jf7/lJmQmDkDruBjYAbx5DA8JtbcMnP0rNPUG+oH5GoQBTSp+9613BzuIpYg==
1654+
"@typescript-eslint/eslint-plugin@^4.28.3", "@typescript-eslint/eslint-plugin@^4.28.4":
1655+
version "4.28.4"
1656+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.4.tgz#e73c8cabbf3f08dee0e1bda65ed4e622ae8f8921"
1657+
integrity sha512-s1oY4RmYDlWMlcV0kKPBaADn46JirZzvvH7c2CtAqxCY96S538JRBAzt83RrfkDheV/+G/vWNK0zek+8TB3Gmw==
16581658
dependencies:
1659-
"@typescript-eslint/experimental-utils" "4.28.3"
1660-
"@typescript-eslint/scope-manager" "4.28.3"
1659+
"@typescript-eslint/experimental-utils" "4.28.4"
1660+
"@typescript-eslint/scope-manager" "4.28.4"
16611661
debug "^4.3.1"
16621662
functional-red-black-tree "^1.0.1"
16631663
regexpp "^3.1.0"
16641664
semver "^7.3.5"
16651665
tsutils "^3.21.0"
16661666

1667-
"@typescript-eslint/[email protected].3":
1668-
version "4.28.3"
1669-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.3.tgz#976f8c1191b37105fd06658ed57ddfee4be361ca"
1670-
integrity sha512-zZYl9TnrxwEPi3FbyeX0ZnE8Hp7j3OCR+ELoUfbwGHGxWnHg9+OqSmkw2MoCVpZksPCZYpQzC559Ee9pJNHTQw==
1667+
"@typescript-eslint/[email protected].4", "@typescript-eslint/experimental-utils@^4.0.1", "@typescript-eslint/experimental-utils@^4.24.0":
1668+
version "4.28.4"
1669+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.4.tgz#9c70c35ebed087a5c70fb0ecd90979547b7fec96"
1670+
integrity sha512-OglKWOQRWTCoqMSy6pm/kpinEIgdcXYceIcH3EKWUl4S8xhFtN34GQRaAvTIZB9DD94rW7d/U7tUg3SYeDFNHA==
16711671
dependencies:
16721672
"@types/json-schema" "^7.0.7"
1673-
"@typescript-eslint/scope-manager" "4.28.3"
1674-
"@typescript-eslint/types" "4.28.3"
1675-
"@typescript-eslint/typescript-estree" "4.28.3"
1676-
eslint-scope "^5.1.1"
1677-
eslint-utils "^3.0.0"
1678-
1679-
"@typescript-eslint/experimental-utils@^4.0.1", "@typescript-eslint/experimental-utils@^4.24.0":
1680-
version "4.28.1"
1681-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.1.tgz#3869489dcca3c18523c46018b8996e15948dbadc"
1682-
integrity sha512-n8/ggadrZ+uyrfrSEchx3jgODdmcx7MzVM2sI3cTpI/YlfSm0+9HEUaWw3aQn2urL2KYlWYMDgn45iLfjDYB+Q==
1683-
dependencies:
1684-
"@types/json-schema" "^7.0.7"
1685-
"@typescript-eslint/scope-manager" "4.28.1"
1686-
"@typescript-eslint/types" "4.28.1"
1687-
"@typescript-eslint/typescript-estree" "4.28.1"
1673+
"@typescript-eslint/scope-manager" "4.28.4"
1674+
"@typescript-eslint/types" "4.28.4"
1675+
"@typescript-eslint/typescript-estree" "4.28.4"
16881676
eslint-scope "^5.1.1"
16891677
eslint-utils "^3.0.0"
16901678

@@ -1698,14 +1686,6 @@
16981686
"@typescript-eslint/typescript-estree" "4.28.3"
16991687
debug "^4.3.1"
17001688

1701-
"@typescript-eslint/[email protected]":
1702-
version "4.28.1"
1703-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.1.tgz#fd3c20627cdc12933f6d98b386940d8d0ce8a991"
1704-
integrity sha512-o95bvGKfss6705x7jFGDyS7trAORTy57lwJ+VsYwil/lOUxKQ9tA7Suuq+ciMhJc/1qPwB3XE2DKh9wubW8YYA==
1705-
dependencies:
1706-
"@typescript-eslint/types" "4.28.1"
1707-
"@typescript-eslint/visitor-keys" "4.28.1"
1708-
17091689
"@typescript-eslint/[email protected]":
17101690
version "4.28.3"
17111691
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.3.tgz#c32ad4491b3726db1ba34030b59ea922c214e371"
@@ -1714,28 +1694,23 @@
17141694
"@typescript-eslint/types" "4.28.3"
17151695
"@typescript-eslint/visitor-keys" "4.28.3"
17161696

1717-
"@typescript-eslint/[email protected]":
1718-
version "4.28.1"
1719-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.1.tgz#d0f2ecbef3684634db357b9bbfc97b94b828f83f"
1720-
integrity sha512-4z+knEihcyX7blAGi7O3Fm3O6YRCP+r56NJFMNGsmtdw+NCdpG5SgNz427LS9nQkRVTswZLhz484hakQwB8RRg==
1697+
"@typescript-eslint/[email protected]":
1698+
version "4.28.4"
1699+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.4.tgz#bdbce9b6a644e34f767bd68bc17bb14353b9fe7f"
1700+
integrity sha512-ZJBNs4usViOmlyFMt9X9l+X0WAFcDH7EdSArGqpldXu7aeZxDAuAzHiMAeI+JpSefY2INHrXeqnha39FVqXb8w==
1701+
dependencies:
1702+
"@typescript-eslint/types" "4.28.4"
1703+
"@typescript-eslint/visitor-keys" "4.28.4"
17211704

17221705
"@typescript-eslint/[email protected]":
17231706
version "4.28.3"
17241707
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.3.tgz#8fffd436a3bada422c2c1da56060a0566a9506c7"
17251708
integrity sha512-kQFaEsQBQVtA9VGVyciyTbIg7S3WoKHNuOp/UF5RG40900KtGqfoiETWD/v0lzRXc+euVE9NXmfer9dLkUJrkA==
17261709

1727-
"@typescript-eslint/[email protected]":
1728-
version "4.28.1"
1729-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.1.tgz#af882ae41740d1f268e38b4d0fad21e7e8d86a81"
1730-
integrity sha512-GhKxmC4sHXxHGJv8e8egAZeTZ6HI4mLU6S7FUzvFOtsk7ZIDN1ksA9r9DyOgNqowA9yAtZXV0Uiap61bIO81FQ==
1731-
dependencies:
1732-
"@typescript-eslint/types" "4.28.1"
1733-
"@typescript-eslint/visitor-keys" "4.28.1"
1734-
debug "^4.3.1"
1735-
globby "^11.0.3"
1736-
is-glob "^4.0.1"
1737-
semver "^7.3.5"
1738-
tsutils "^3.21.0"
1710+
"@typescript-eslint/[email protected]":
1711+
version "4.28.4"
1712+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.4.tgz#41acbd79b5816b7c0dd7530a43d97d020d3aeb42"
1713+
integrity sha512-3eap4QWxGqkYuEmVebUGULMskR6Cuoc/Wii0oSOddleP4EGx1tjLnZQ0ZP33YRoMDCs5O3j56RBV4g14T4jvww==
17391714

17401715
"@typescript-eslint/[email protected]":
17411716
version "4.28.3"
@@ -1750,13 +1725,18 @@
17501725
semver "^7.3.5"
17511726
tsutils "^3.21.0"
17521727

1753-
"@typescript-eslint/visitor-keys@4.28.1":
1754-
version "4.28.1"
1755-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.1.tgz#162a515ee255f18a6068edc26df793cdc1ec9157"
1756-
integrity sha512-K4HMrdFqr9PFquPu178SaSb92CaWe2yErXyPumc8cYWxFmhgJsNY9eSePmO05j0JhBvf2Cdhptd6E6Yv9HVHcg==
1728+
"@typescript-eslint/typescript-estree@4.28.4":
1729+
version "4.28.4"
1730+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.4.tgz#252e6863278dc0727244be9e371eb35241c46d00"
1731+
integrity sha512-z7d8HK8XvCRyN2SNp+OXC2iZaF+O2BTquGhEYLKLx5k6p0r05ureUtgEfo5f6anLkhCxdHtCf6rPM1p4efHYDQ==
17571732
dependencies:
1758-
"@typescript-eslint/types" "4.28.1"
1759-
eslint-visitor-keys "^2.0.0"
1733+
"@typescript-eslint/types" "4.28.4"
1734+
"@typescript-eslint/visitor-keys" "4.28.4"
1735+
debug "^4.3.1"
1736+
globby "^11.0.3"
1737+
is-glob "^4.0.1"
1738+
semver "^7.3.5"
1739+
tsutils "^3.21.0"
17601740

17611741
"@typescript-eslint/[email protected]":
17621742
version "4.28.3"
@@ -1766,6 +1746,14 @@
17661746
"@typescript-eslint/types" "4.28.3"
17671747
eslint-visitor-keys "^2.0.0"
17681748

1749+
"@typescript-eslint/[email protected]":
1750+
version "4.28.4"
1751+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.4.tgz#92dacfefccd6751cbb0a964f06683bfd72d0c4d3"
1752+
integrity sha512-NIAXAdbz1XdOuzqkJHjNKXKj8QQ4cv5cxR/g0uQhCYf/6//XrmfpaYsM7PnBcNbfvTDLUkqQ5TPNm1sozDdTWg==
1753+
dependencies:
1754+
"@typescript-eslint/types" "4.28.4"
1755+
eslint-visitor-keys "^2.0.0"
1756+
17691757
JSONStream@^1.0.4:
17701758
version "1.3.5"
17711759
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"

0 commit comments

Comments
 (0)