Skip to content

Commit 84704eb

Browse files
fix(deps): update typescript-eslint monorepo to v5.62.0
1 parent 372a6d6 commit 84704eb

File tree

2 files changed

+65
-44
lines changed

2 files changed

+65
-44
lines changed

packages/eslint-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
},
4141
"dependencies": {
4242
"@sourcegraph/codemod-transforms": "1.0.2",
43-
"@typescript-eslint/experimental-utils": "5.4.0",
44-
"@typescript-eslint/scope-manager": "5.4.0",
43+
"@typescript-eslint/experimental-utils": "5.62.0",
44+
"@typescript-eslint/scope-manager": "5.62.0",
4545
"debug": "^4.3.2",
4646
"ignore": "^5.1.8",
4747
"regexpp": "^3.2.0",
@@ -59,7 +59,7 @@
5959
"typescript": "*"
6060
},
6161
"peerDependencies": {
62-
"@typescript-eslint/parser": "^5.0.0",
62+
"@typescript-eslint/parser": "^5.62.0",
6363
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
6464
},
6565
"peerDependenciesMeta": {

yarn.lock

Lines changed: 62 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,13 @@
703703
dependencies:
704704
"@jridgewell/trace-mapping" "0.3.9"
705705

706+
"@eslint-community/eslint-utils@^4.2.0":
707+
version "4.4.0"
708+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
709+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
710+
dependencies:
711+
eslint-visitor-keys "^3.3.0"
712+
706713
"@eslint/eslintrc@^0.4.3":
707714
version "0.4.3"
708715
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
@@ -1667,6 +1674,11 @@
16671674
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-6.2.3.tgz#5798ecf1bec94eaa64db39ee52808ec0693315aa"
16681675
integrity sha512-KQf+QAMWKMrtBMsB8/24w53tEsxllMj6TuA80TT/5igJalLI/zm0L3oXRbIAl4Ohfc85gyHX/jhMwsVkmhLU4A==
16691676

1677+
"@types/semver@^7.3.12":
1678+
version "7.5.4"
1679+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.4.tgz#0a41252ad431c473158b22f9bfb9a63df7541cff"
1680+
integrity sha512-MMzuxN3GdFwskAnb6fz0orFvhfqi752yjaXylr0Rp4oDg5H0Zn1IuyRhDVvYOwAXoJirx2xuS16I3WjxnAIHiQ==
1681+
16701682
16711683
version "1.4.6"
16721684
resolved "https://registry.yarnpkg.com/@types/signale/-/signale-1.4.6.tgz#c616c0932d5ac1618c4cc1837cc910333d8b9ebb"
@@ -1749,17 +1761,12 @@
17491761
eslint-scope "^5.1.1"
17501762
eslint-utils "^3.0.0"
17511763

1752-
"@typescript-eslint/experimental-utils@5.4.0":
1753-
version "5.4.0"
1754-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.4.0.tgz#238a7418d2da3b24874ba35385eb21cc61d2a65e"
1755-
integrity sha512-Nz2JDIQUdmIGd6p33A+naQmwfkU5KVTLb/5lTk+tLVTDacZKoGQisj8UCxk7onJcrgjIvr8xWqkYI+DbI3TfXg==
1764+
"@typescript-eslint/experimental-utils@5.62.0":
1765+
version "5.62.0"
1766+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.62.0.tgz#14559bf73383a308026b427a4a6129bae2146741"
1767+
integrity sha512-RTXpeB3eMkpoclG3ZHft6vG/Z30azNHuqY6wKPBHlVMZFuEvrtlEDe8gMqDb+SO+9hjC/pLekeSCryf9vMZlCw==
17561768
dependencies:
1757-
"@types/json-schema" "^7.0.9"
1758-
"@typescript-eslint/scope-manager" "5.4.0"
1759-
"@typescript-eslint/types" "5.4.0"
1760-
"@typescript-eslint/typescript-estree" "5.4.0"
1761-
eslint-scope "^5.1.1"
1762-
eslint-utils "^3.0.0"
1769+
"@typescript-eslint/utils" "5.62.0"
17631770

17641771
"@typescript-eslint/parser@^3.0.0":
17651772
version "3.10.1"
@@ -1790,13 +1797,13 @@
17901797
"@typescript-eslint/types" "4.33.0"
17911798
"@typescript-eslint/visitor-keys" "4.33.0"
17921799

1793-
"@typescript-eslint/scope-manager@5.4.0":
1794-
version "5.4.0"
1795-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.4.0.tgz#aaab08415f4a9cf32b870c7750ae8ba4607126a1"
1796-
integrity sha512-pRxFjYwoi8R+n+sibjgF9iUiAELU9ihPBtHzocyW8v8D8G8KeQvXTsW7+CBYIyTYsmhtNk50QPGLE3vrvhM5KA==
1800+
"@typescript-eslint/scope-manager@5.62.0":
1801+
version "5.62.0"
1802+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
1803+
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
17971804
dependencies:
1798-
"@typescript-eslint/types" "5.4.0"
1799-
"@typescript-eslint/visitor-keys" "5.4.0"
1805+
"@typescript-eslint/types" "5.62.0"
1806+
"@typescript-eslint/visitor-keys" "5.62.0"
18001807

18011808
"@typescript-eslint/[email protected]":
18021809
version "3.10.1"
@@ -1808,10 +1815,10 @@
18081815
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
18091816
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
18101817

1811-
"@typescript-eslint/types@5.4.0":
1812-
version "5.4.0"
1813-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.4.0.tgz#b1c130f4b381b77bec19696c6e3366f9781ce8f2"
1814-
integrity sha512-GjXNpmn+n1LvnttarX+sPD6+S7giO+9LxDIGlRl4wK3a7qMWALOHYuVSZpPTfEIklYjaWuMtfKdeByx0AcaThA==
1818+
"@typescript-eslint/types@5.62.0":
1819+
version "5.62.0"
1820+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
1821+
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
18151822

18161823
"@typescript-eslint/[email protected]":
18171824
version "3.10.1"
@@ -1840,19 +1847,33 @@
18401847
semver "^7.3.5"
18411848
tsutils "^3.21.0"
18421849

1843-
"@typescript-eslint/typescript-estree@5.4.0":
1844-
version "5.4.0"
1845-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.4.0.tgz#fe524fb308973c68ebeb7428f3b64499a6ba5fc0"
1846-
integrity sha512-nhlNoBdhKuwiLMx6GrybPT3SFILm5Gij2YBdPEPFlYNFAXUJWX6QRgvi/lwVoadaQEFsizohs6aFRMqsXI2ewA==
1850+
"@typescript-eslint/typescript-estree@5.62.0":
1851+
version "5.62.0"
1852+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
1853+
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
18471854
dependencies:
1848-
"@typescript-eslint/types" "5.4.0"
1849-
"@typescript-eslint/visitor-keys" "5.4.0"
1850-
debug "^4.3.2"
1851-
globby "^11.0.4"
1855+
"@typescript-eslint/types" "5.62.0"
1856+
"@typescript-eslint/visitor-keys" "5.62.0"
1857+
debug "^4.3.4"
1858+
globby "^11.1.0"
18521859
is-glob "^4.0.3"
1853-
semver "^7.3.5"
1860+
semver "^7.3.7"
18541861
tsutils "^3.21.0"
18551862

1863+
"@typescript-eslint/[email protected]":
1864+
version "5.62.0"
1865+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
1866+
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
1867+
dependencies:
1868+
"@eslint-community/eslint-utils" "^4.2.0"
1869+
"@types/json-schema" "^7.0.9"
1870+
"@types/semver" "^7.3.12"
1871+
"@typescript-eslint/scope-manager" "5.62.0"
1872+
"@typescript-eslint/types" "5.62.0"
1873+
"@typescript-eslint/typescript-estree" "5.62.0"
1874+
eslint-scope "^5.1.1"
1875+
semver "^7.3.7"
1876+
18561877
"@typescript-eslint/[email protected]":
18571878
version "3.10.1"
18581879
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931"
@@ -1868,13 +1889,13 @@
18681889
"@typescript-eslint/types" "4.33.0"
18691890
eslint-visitor-keys "^2.0.0"
18701891

1871-
"@typescript-eslint/visitor-keys@5.4.0":
1872-
version "5.4.0"
1873-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.4.0.tgz#09bc28efd3621f292fe88c86eef3bf4893364c8c"
1874-
integrity sha512-PVbax7MeE7tdLfW5SA0fs8NGVVr+buMPrcj+CWYWPXsZCH8qZ1THufDzbXm1xrZ2b2PA1iENJ0sRq5fuUtvsJg==
1892+
"@typescript-eslint/visitor-keys@5.62.0":
1893+
version "5.62.0"
1894+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
1895+
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
18751896
dependencies:
1876-
"@typescript-eslint/types" "5.4.0"
1877-
eslint-visitor-keys "^3.0.0"
1897+
"@typescript-eslint/types" "5.62.0"
1898+
eslint-visitor-keys "^3.3.0"
18781899

18791900
JSONStream@^1.0.4, JSONStream@^1.3.5:
18801901
version "1.3.5"
@@ -3546,10 +3567,10 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
35463567
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
35473568
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
35483569

3549-
eslint-visitor-keys@^3.0.0:
3550-
version "3.1.0"
3551-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2"
3552-
integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
3570+
eslint-visitor-keys@^3.3.0:
3571+
version "3.4.3"
3572+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
3573+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
35533574

35543575
eslint@^7.32.0, eslint@^7.9.0:
35553576
version "7.32.0"
@@ -4098,7 +4119,7 @@ globals@^13.6.0, globals@^13.9.0:
40984119
dependencies:
40994120
type-fest "^0.20.2"
41004121

4101-
globby@^11.0.0, globby@^11.0.1, globby@^11.0.3, globby@^11.0.4, globby@^11.1.0:
4122+
globby@^11.0.0, globby@^11.0.1, globby@^11.0.3, globby@^11.1.0:
41024123
version "11.1.0"
41034124
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
41044125
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -7293,7 +7314,7 @@ semver-regex@^3.1.2:
72937314
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
72947315
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
72957316

7296-
[email protected], [email protected], semver@^7.1.1, semver@^7.1.2, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5:
7317+
[email protected], [email protected], semver@^7.1.1, semver@^7.1.2, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7:
72977318
version "7.5.4"
72987319
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
72997320
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==

0 commit comments

Comments
 (0)