Skip to content

Commit 0f62f7a

Browse files
dependabot[bot]kodiakhq[bot]
authored andcommitted
feat(deps): bump @typescript-eslint/eslint-plugin from 4.31.2 to 4.33.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.31.2 to 4.33.0. - [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.33.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] <[email protected]>
1 parent 64ac980 commit 0f62f7a

File tree

2 files changed

+50
-15
lines changed

2 files changed

+50
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@commitlint/config-conventional": "^13.1.0",
5151
"@commitlint/prompt": "^13.1.0",
5252
"@types/jest": "^27.0.2",
53-
"@typescript-eslint/eslint-plugin": "^4.31.2",
53+
"@typescript-eslint/eslint-plugin": "^4.33.0",
5454
"@typescript-eslint/parser": "^4.31.2",
5555
"arrify": "^2.0.1",
5656
"commitizen": "^4.2.4",

yarn.lock

Lines changed: 49 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1743,28 +1743,29 @@
17431743
dependencies:
17441744
"@types/yargs-parser" "*"
17451745

1746-
"@typescript-eslint/eslint-plugin@^4.30.0", "@typescript-eslint/eslint-plugin@^4.31.2":
1747-
version "4.31.2"
1748-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.31.2.tgz#9f41efaee32cdab7ace94b15bd19b756dd099b0a"
1749-
integrity sha512-w63SCQ4bIwWN/+3FxzpnWrDjQRXVEGiTt9tJTRptRXeFvdZc/wLiz3FQUwNQ2CVoRGI6KUWMNUj/pk63noUfcA==
1746+
"@typescript-eslint/eslint-plugin@^4.30.0", "@typescript-eslint/eslint-plugin@^4.33.0":
1747+
version "4.33.0"
1748+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
1749+
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
17501750
dependencies:
1751-
"@typescript-eslint/experimental-utils" "4.31.2"
1752-
"@typescript-eslint/scope-manager" "4.31.2"
1751+
"@typescript-eslint/experimental-utils" "4.33.0"
1752+
"@typescript-eslint/scope-manager" "4.33.0"
17531753
debug "^4.3.1"
17541754
functional-red-black-tree "^1.0.1"
1755+
ignore "^5.1.8"
17551756
regexpp "^3.1.0"
17561757
semver "^7.3.5"
17571758
tsutils "^3.21.0"
17581759

1759-
"@typescript-eslint/experimental-utils@4.31.2", "@typescript-eslint/experimental-utils@^4.0.1", "@typescript-eslint/experimental-utils@^4.30.0":
1760-
version "4.31.2"
1761-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.31.2.tgz#98727a9c1e977dd5d20c8705e69cd3c2a86553fa"
1762-
integrity sha512-3tm2T4nyA970yQ6R3JZV9l0yilE2FedYg8dcXrTar34zC9r6JB7WyBQbpIVongKPlhEMjhQ01qkwrzWy38Bk1Q==
1760+
"@typescript-eslint/experimental-utils@4.33.0", "@typescript-eslint/experimental-utils@^4.0.1", "@typescript-eslint/experimental-utils@^4.30.0":
1761+
version "4.33.0"
1762+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
1763+
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
17631764
dependencies:
17641765
"@types/json-schema" "^7.0.7"
1765-
"@typescript-eslint/scope-manager" "4.31.2"
1766-
"@typescript-eslint/types" "4.31.2"
1767-
"@typescript-eslint/typescript-estree" "4.31.2"
1766+
"@typescript-eslint/scope-manager" "4.33.0"
1767+
"@typescript-eslint/types" "4.33.0"
1768+
"@typescript-eslint/typescript-estree" "4.33.0"
17681769
eslint-scope "^5.1.1"
17691770
eslint-utils "^3.0.0"
17701771

@@ -1786,11 +1787,24 @@
17861787
"@typescript-eslint/types" "4.31.2"
17871788
"@typescript-eslint/visitor-keys" "4.31.2"
17881789

1790+
"@typescript-eslint/[email protected]":
1791+
version "4.33.0"
1792+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
1793+
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
1794+
dependencies:
1795+
"@typescript-eslint/types" "4.33.0"
1796+
"@typescript-eslint/visitor-keys" "4.33.0"
1797+
17891798
"@typescript-eslint/[email protected]":
17901799
version "4.31.2"
17911800
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.31.2.tgz#2aea7177d6d744521a168ed4668eddbd912dfadf"
17921801
integrity sha512-kWiTTBCTKEdBGrZKwFvOlGNcAsKGJSBc8xLvSjSppFO88AqGxGNYtF36EuEYG6XZ9vT0xX8RNiHbQUKglbSi1w==
17931802

1803+
"@typescript-eslint/[email protected]":
1804+
version "4.33.0"
1805+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
1806+
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
1807+
17941808
"@typescript-eslint/[email protected]":
17951809
version "4.31.2"
17961810
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.31.2.tgz#abfd50594d8056b37e7428df3b2d185ef2d0060c"
@@ -1804,6 +1818,19 @@
18041818
semver "^7.3.5"
18051819
tsutils "^3.21.0"
18061820

1821+
"@typescript-eslint/[email protected]":
1822+
version "4.33.0"
1823+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
1824+
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
1825+
dependencies:
1826+
"@typescript-eslint/types" "4.33.0"
1827+
"@typescript-eslint/visitor-keys" "4.33.0"
1828+
debug "^4.3.1"
1829+
globby "^11.0.3"
1830+
is-glob "^4.0.1"
1831+
semver "^7.3.5"
1832+
tsutils "^3.21.0"
1833+
18071834
"@typescript-eslint/[email protected]":
18081835
version "4.31.2"
18091836
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.31.2.tgz#7d5b4a4705db7fe59ecffb273c1d082760f635cc"
@@ -1812,6 +1839,14 @@
18121839
"@typescript-eslint/types" "4.31.2"
18131840
eslint-visitor-keys "^2.0.0"
18141841

1842+
"@typescript-eslint/[email protected]":
1843+
version "4.33.0"
1844+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
1845+
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
1846+
dependencies:
1847+
"@typescript-eslint/types" "4.33.0"
1848+
eslint-visitor-keys "^2.0.0"
1849+
18151850
JSONStream@^1.0.4:
18161851
version "1.3.5"
18171852
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
@@ -3920,7 +3955,7 @@ ignore@^4.0.6:
39203955
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
39213956
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
39223957

3923-
ignore@^5.1.4:
3958+
ignore@^5.1.4, ignore@^5.1.8:
39243959
version "5.1.8"
39253960
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
39263961
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==

0 commit comments

Comments
 (0)