Skip to content

Commit 8ef6ea9

Browse files
dependabot[bot]kodiakhq[bot]
authored andcommitted
feat(deps): bump @typescript-eslint/eslint-plugin from 4.31.1 to 4.31.2
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.31.1 to 4.31.2. - [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.31.2/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 3df8677 commit 8ef6ea9

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
@@ -50,7 +50,7 @@
5050
"@commitlint/config-conventional": "^13.1.0",
5151
"@commitlint/prompt": "^13.1.0",
5252
"@types/jest": "^27.0.1",
53-
"@typescript-eslint/eslint-plugin": "^4.31.1",
53+
"@typescript-eslint/eslint-plugin": "^4.31.2",
5454
"@typescript-eslint/parser": "^4.31.1",
5555
"arrify": "^2.0.1",
5656
"commitizen": "^4.2.4",

yarn.lock

Lines changed: 47 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1744,28 +1744,28 @@
17441744
dependencies:
17451745
"@types/yargs-parser" "*"
17461746

1747-
"@typescript-eslint/eslint-plugin@^4.30.0", "@typescript-eslint/eslint-plugin@^4.31.1":
1748-
version "4.31.1"
1749-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.31.1.tgz#e938603a136f01dcabeece069da5fb2e331d4498"
1750-
integrity sha512-UDqhWmd5i0TvPLmbK5xY3UZB0zEGseF+DHPghZ37Sb83Qd3p8ujhvAtkU4OF46Ka5Pm5kWvFIx0cCTBFKo0alA==
1747+
"@typescript-eslint/eslint-plugin@^4.30.0", "@typescript-eslint/eslint-plugin@^4.31.2":
1748+
version "4.31.2"
1749+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.31.2.tgz#9f41efaee32cdab7ace94b15bd19b756dd099b0a"
1750+
integrity sha512-w63SCQ4bIwWN/+3FxzpnWrDjQRXVEGiTt9tJTRptRXeFvdZc/wLiz3FQUwNQ2CVoRGI6KUWMNUj/pk63noUfcA==
17511751
dependencies:
1752-
"@typescript-eslint/experimental-utils" "4.31.1"
1753-
"@typescript-eslint/scope-manager" "4.31.1"
1752+
"@typescript-eslint/experimental-utils" "4.31.2"
1753+
"@typescript-eslint/scope-manager" "4.31.2"
17541754
debug "^4.3.1"
17551755
functional-red-black-tree "^1.0.1"
17561756
regexpp "^3.1.0"
17571757
semver "^7.3.5"
17581758
tsutils "^3.21.0"
17591759

1760-
"@typescript-eslint/[email protected].1", "@typescript-eslint/experimental-utils@^4.0.1", "@typescript-eslint/experimental-utils@^4.30.0":
1761-
version "4.31.1"
1762-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.31.1.tgz#0c900f832f270b88e13e51753647b02d08371ce5"
1763-
integrity sha512-NtoPsqmcSsWty0mcL5nTZXMf7Ei0Xr2MT8jWjXMVgRK0/1qeQ2jZzLFUh4QtyJ4+/lPUyMw5cSfeeME+Zrtp9Q==
1760+
"@typescript-eslint/[email protected].2", "@typescript-eslint/experimental-utils@^4.0.1", "@typescript-eslint/experimental-utils@^4.30.0":
1761+
version "4.31.2"
1762+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.31.2.tgz#98727a9c1e977dd5d20c8705e69cd3c2a86553fa"
1763+
integrity sha512-3tm2T4nyA970yQ6R3JZV9l0yilE2FedYg8dcXrTar34zC9r6JB7WyBQbpIVongKPlhEMjhQ01qkwrzWy38Bk1Q==
17641764
dependencies:
17651765
"@types/json-schema" "^7.0.7"
1766-
"@typescript-eslint/scope-manager" "4.31.1"
1767-
"@typescript-eslint/types" "4.31.1"
1768-
"@typescript-eslint/typescript-estree" "4.31.1"
1766+
"@typescript-eslint/scope-manager" "4.31.2"
1767+
"@typescript-eslint/types" "4.31.2"
1768+
"@typescript-eslint/typescript-estree" "4.31.2"
17691769
eslint-scope "^5.1.1"
17701770
eslint-utils "^3.0.0"
17711771

@@ -1787,11 +1787,24 @@
17871787
"@typescript-eslint/types" "4.31.1"
17881788
"@typescript-eslint/visitor-keys" "4.31.1"
17891789

1790+
"@typescript-eslint/[email protected]":
1791+
version "4.31.2"
1792+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.31.2.tgz#1d528cb3ed3bcd88019c20a57c18b897b073923a"
1793+
integrity sha512-2JGwudpFoR/3Czq6mPpE8zBPYdHWFGL6lUNIGolbKQeSNv4EAiHaR5GVDQaLA0FwgcdcMtRk+SBJbFGL7+La5w==
1794+
dependencies:
1795+
"@typescript-eslint/types" "4.31.2"
1796+
"@typescript-eslint/visitor-keys" "4.31.2"
1797+
17901798
"@typescript-eslint/[email protected]":
17911799
version "4.31.1"
17921800
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.31.1.tgz#5f255b695627a13401d2fdba5f7138bc79450d66"
17931801
integrity sha512-kixltt51ZJGKENNW88IY5MYqTBA8FR0Md8QdGbJD2pKZ+D5IvxjTYDNtJPDxFBiXmka2aJsITdB1BtO1fsgmsQ==
17941802

1803+
"@typescript-eslint/[email protected]":
1804+
version "4.31.2"
1805+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.31.2.tgz#2aea7177d6d744521a168ed4668eddbd912dfadf"
1806+
integrity sha512-kWiTTBCTKEdBGrZKwFvOlGNcAsKGJSBc8xLvSjSppFO88AqGxGNYtF36EuEYG6XZ9vT0xX8RNiHbQUKglbSi1w==
1807+
17951808
"@typescript-eslint/[email protected]":
17961809
version "4.31.1"
17971810
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.31.1.tgz#4a04d5232cf1031232b7124a9c0310b577a62d17"
@@ -1805,6 +1818,19 @@
18051818
semver "^7.3.5"
18061819
tsutils "^3.21.0"
18071820

1821+
"@typescript-eslint/[email protected]":
1822+
version "4.31.2"
1823+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.31.2.tgz#abfd50594d8056b37e7428df3b2d185ef2d0060c"
1824+
integrity sha512-ieBq8U9at6PvaC7/Z6oe8D3czeW5d//Fo1xkF/s9394VR0bg/UaMYPdARiWyKX+lLEjY3w/FNZJxitMsiWv+wA==
1825+
dependencies:
1826+
"@typescript-eslint/types" "4.31.2"
1827+
"@typescript-eslint/visitor-keys" "4.31.2"
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+
18081834
"@typescript-eslint/[email protected]":
18091835
version "4.31.1"
18101836
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.31.1.tgz#f2e7a14c7f20c4ae07d7fc3c5878c4441a1da9cc"
@@ -1813,6 +1839,14 @@
18131839
"@typescript-eslint/types" "4.31.1"
18141840
eslint-visitor-keys "^2.0.0"
18151841

1842+
"@typescript-eslint/[email protected]":
1843+
version "4.31.2"
1844+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.31.2.tgz#7d5b4a4705db7fe59ecffb273c1d082760f635cc"
1845+
integrity sha512-PrBId7EQq2Nibns7dd/ch6S6/M4/iwLM9McbgeEbCXfxdwRUNxJ4UNreJ6Gh3fI2GNKNrWnQxKL7oCPmngKBug==
1846+
dependencies:
1847+
"@typescript-eslint/types" "4.31.2"
1848+
eslint-visitor-keys "^2.0.0"
1849+
18161850
JSONStream@^1.0.4:
18171851
version "1.3.5"
18181852
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"

0 commit comments

Comments
 (0)