Skip to content

Commit 2c06c7b

Browse files
dependabot[bot]kodiakhq[bot]
authored andcommitted
feat(deps): bump @typescript-eslint/eslint-plugin from 5.10.2 to 5.13.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.10.2 to 5.13.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.13.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c725ca1 commit 2c06c7b

File tree

2 files changed

+55
-21
lines changed

2 files changed

+55
-21
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@commitlint/config-conventional": "^16.0.0",
5454
"@commitlint/prompt": "^16.1.0",
5555
"@types/jest": "^27.0.2",
56-
"@typescript-eslint/eslint-plugin": "^5.10.2",
56+
"@typescript-eslint/eslint-plugin": "^5.13.0",
5757
"@typescript-eslint/parser": "^5.10.2",
5858
"arrify": "^2.0.1",
5959
"commitizen": "^4.2.4",

Diff for: yarn.lock

+54-20
Original file line numberDiff line numberDiff line change
@@ -1674,14 +1674,14 @@
16741674
dependencies:
16751675
"@types/yargs-parser" "*"
16761676

1677-
"@typescript-eslint/eslint-plugin@^5.10.2", "@typescript-eslint/eslint-plugin@^5.9.0":
1678-
version "5.10.2"
1679-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.10.2.tgz#f8c1d59fc37bd6d9d11c97267fdfe722c4777152"
1680-
integrity sha512-4W/9lLuE+v27O/oe7hXJKjNtBLnZE8tQAFpapdxwSVHqtmIoPB1gph3+ahNwVuNL37BX7YQHyGF9Xv6XCnIX2Q==
1681-
dependencies:
1682-
"@typescript-eslint/scope-manager" "5.10.2"
1683-
"@typescript-eslint/type-utils" "5.10.2"
1684-
"@typescript-eslint/utils" "5.10.2"
1677+
"@typescript-eslint/eslint-plugin@^5.13.0", "@typescript-eslint/eslint-plugin@^5.9.0":
1678+
version "5.13.0"
1679+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.13.0.tgz#2809052b85911ced9c54a60dac10e515e9114497"
1680+
integrity sha512-vLktb2Uec81fxm/cfz2Hd6QaWOs8qdmVAZXLdOBX6JFJDhf6oDZpMzZ4/LZ6SFM/5DgDcxIMIvy3F+O9yZBuiQ==
1681+
dependencies:
1682+
"@typescript-eslint/scope-manager" "5.13.0"
1683+
"@typescript-eslint/type-utils" "5.13.0"
1684+
"@typescript-eslint/utils" "5.13.0"
16851685
debug "^4.3.2"
16861686
functional-red-black-tree "^1.0.1"
16871687
ignore "^5.1.8"
@@ -1722,12 +1722,20 @@
17221722
"@typescript-eslint/types" "5.10.2"
17231723
"@typescript-eslint/visitor-keys" "5.10.2"
17241724

1725-
"@typescript-eslint/type-utils@5.10.2":
1726-
version "5.10.2"
1727-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.10.2.tgz#ad5acdf98a7d2ab030bea81f17da457519101ceb"
1728-
integrity sha512-uRKSvw/Ccs5FYEoXW04Z5VfzF2iiZcx8Fu7DGIB7RHozuP0VbKNzP1KfZkHBTM75pCpsWxIthEH1B33dmGBKHw==
1725+
"@typescript-eslint/scope-manager@5.13.0":
1726+
version "5.13.0"
1727+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.13.0.tgz#cf6aff61ca497cb19f0397eea8444a58f46156b6"
1728+
integrity sha512-T4N8UvKYDSfVYdmJq7g2IPJYCRzwtp74KyDZytkR4OL3NRupvswvmJQJ4CX5tDSurW2cvCc1Ia1qM7d0jpa7IA==
1729+
dependencies:
1730+
"@typescript-eslint/types" "5.13.0"
1731+
"@typescript-eslint/visitor-keys" "5.13.0"
1732+
1733+
"@typescript-eslint/type-utils@5.13.0":
1734+
version "5.13.0"
1735+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.13.0.tgz#b0efd45c85b7bab1125c97b752cab3a86c7b615d"
1736+
integrity sha512-/nz7qFizaBM1SuqAKb7GLkcNn2buRdDgZraXlkhz+vUGiN1NZ9LzkA595tHHeduAiS2MsHqMNhE2zNzGdw43Yg==
17291737
dependencies:
1730-
"@typescript-eslint/utils" "5.10.2"
1738+
"@typescript-eslint/utils" "5.13.0"
17311739
debug "^4.3.2"
17321740
tsutils "^3.21.0"
17331741

@@ -1741,6 +1749,11 @@
17411749
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.10.2.tgz#604d15d795c4601fffba6ecb4587ff9fdec68ce8"
17421750
integrity sha512-Qfp0qk/5j2Rz3p3/WhWgu4S1JtMcPgFLnmAKAW061uXxKSa7VWKZsDXVaMXh2N60CX9h6YLaBoy9PJAfCOjk3w==
17431751

1752+
"@typescript-eslint/types@5.13.0":
1753+
version "5.13.0"
1754+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.13.0.tgz#da1de4ae905b1b9ff682cab0bed6b2e3be9c04e5"
1755+
integrity sha512-LmE/KO6DUy0nFY/OoQU0XelnmDt+V8lPQhh8MOVa7Y5k2gGRd6U9Kp3wAjhB4OHg57tUO0nOnwYQhRRyEAyOyg==
1756+
17441757
"@typescript-eslint/typescript-estree@5.10.0":
17451758
version "5.10.0"
17461759
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.0.tgz#4be24a3dea0f930bb1397c46187d0efdd955a224"
@@ -1767,6 +1780,19 @@
17671780
semver "^7.3.5"
17681781
tsutils "^3.21.0"
17691782

1783+
"@typescript-eslint/typescript-estree@5.13.0":
1784+
version "5.13.0"
1785+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.13.0.tgz#b37c07b748ff030a3e93d87c842714e020b78141"
1786+
integrity sha512-Q9cQow0DeLjnp5DuEDjLZ6JIkwGx3oYZe+BfcNuw/POhtpcxMTy18Icl6BJqTSd+3ftsrfuVb7mNHRZf7xiaNA==
1787+
dependencies:
1788+
"@typescript-eslint/types" "5.13.0"
1789+
"@typescript-eslint/visitor-keys" "5.13.0"
1790+
debug "^4.3.2"
1791+
globby "^11.0.4"
1792+
is-glob "^4.0.3"
1793+
semver "^7.3.5"
1794+
tsutils "^3.21.0"
1795+
17701796
"@typescript-eslint/utils@5.10.0":
17711797
version "5.10.0"
17721798
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.10.0.tgz#c3d152a85da77c400e37281355561c72fb1b5a65"
@@ -1779,15 +1805,15 @@
17791805
eslint-scope "^5.1.1"
17801806
eslint-utils "^3.0.0"
17811807

1782-
"@typescript-eslint/utils@5.10.2", "@typescript-eslint/utils@^5.10.0":
1783-
version "5.10.2"
1784-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.10.2.tgz#1fcd37547c32c648ab11aea7173ec30060ee87a8"
1785-
integrity sha512-vuJaBeig1NnBRkf7q9tgMLREiYD7zsMrsN1DA3wcoMDvr3BTFiIpKjGiYZoKPllfEwN7spUjv7ZqD+JhbVjEPg==
1808+
"@typescript-eslint/utils@5.13.0", "@typescript-eslint/utils@^5.10.0":
1809+
version "5.13.0"
1810+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.13.0.tgz#2328feca700eb02837298339a2e49c46b41bd0af"
1811+
integrity sha512-+9oHlPWYNl6AwwoEt5TQryEHwiKRVjz7Vk6kaBeD3/kwHE5YqTGHtm/JZY8Bo9ITOeKutFaXnBlMgSATMJALUQ==
17861812
dependencies:
17871813
"@types/json-schema" "^7.0.9"
1788-
"@typescript-eslint/scope-manager" "5.10.2"
1789-
"@typescript-eslint/types" "5.10.2"
1790-
"@typescript-eslint/typescript-estree" "5.10.2"
1814+
"@typescript-eslint/scope-manager" "5.13.0"
1815+
"@typescript-eslint/types" "5.13.0"
1816+
"@typescript-eslint/typescript-estree" "5.13.0"
17911817
eslint-scope "^5.1.1"
17921818
eslint-utils "^3.0.0"
17931819

@@ -1807,6 +1833,14 @@
18071833
"@typescript-eslint/types" "5.10.2"
18081834
eslint-visitor-keys "^3.0.0"
18091835

1836+
"@typescript-eslint/visitor-keys@5.13.0":
1837+
version "5.13.0"
1838+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.13.0.tgz#f45ff55bcce16403b221ac9240fbeeae4764f0fd"
1839+
integrity sha512-HLKEAS/qA1V7d9EzcpLFykTePmOQqOFim8oCvhY3pZgQ8Hi38hYpHd9e5GN6nQBFQNecNhws5wkS9Y5XIO0s/g==
1840+
dependencies:
1841+
"@typescript-eslint/types" "5.13.0"
1842+
eslint-visitor-keys "^3.0.0"
1843+
18101844
JSONStream@^1.0.4:
18111845
version "1.3.5"
18121846
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"

0 commit comments

Comments
 (0)