Skip to content

Commit 8355bcf

Browse files
fix(deps): update typescript-eslint monorepo to v5.62.0
1 parent 65d256c commit 8355bcf

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
@@ -700,6 +700,13 @@
700700
dependencies:
701701
"@jridgewell/trace-mapping" "0.3.9"
702702

703+
"@eslint-community/eslint-utils@^4.2.0":
704+
version "4.4.0"
705+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
706+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
707+
dependencies:
708+
eslint-visitor-keys "^3.3.0"
709+
703710
"@eslint/eslintrc@^0.4.3":
704711
version "0.4.3"
705712
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
@@ -1635,6 +1642,11 @@
16351642
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-6.2.3.tgz#5798ecf1bec94eaa64db39ee52808ec0693315aa"
16361643
integrity sha512-KQf+QAMWKMrtBMsB8/24w53tEsxllMj6TuA80TT/5igJalLI/zm0L3oXRbIAl4Ohfc85gyHX/jhMwsVkmhLU4A==
16371644

1645+
"@types/semver@^7.3.12":
1646+
version "7.5.0"
1647+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
1648+
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
1649+
16381650
16391651
version "1.4.4"
16401652
resolved "https://registry.yarnpkg.com/@types/signale/-/signale-1.4.4.tgz#dbfd32b39f1084551ecda9ba0888e4fef49e9fea"
@@ -1717,17 +1729,12 @@
17171729
eslint-scope "^5.1.1"
17181730
eslint-utils "^3.0.0"
17191731

1720-
"@typescript-eslint/experimental-utils@5.4.0":
1721-
version "5.4.0"
1722-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.4.0.tgz#238a7418d2da3b24874ba35385eb21cc61d2a65e"
1723-
integrity sha512-Nz2JDIQUdmIGd6p33A+naQmwfkU5KVTLb/5lTk+tLVTDacZKoGQisj8UCxk7onJcrgjIvr8xWqkYI+DbI3TfXg==
1732+
"@typescript-eslint/experimental-utils@5.62.0":
1733+
version "5.62.0"
1734+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.62.0.tgz#14559bf73383a308026b427a4a6129bae2146741"
1735+
integrity sha512-RTXpeB3eMkpoclG3ZHft6vG/Z30azNHuqY6wKPBHlVMZFuEvrtlEDe8gMqDb+SO+9hjC/pLekeSCryf9vMZlCw==
17241736
dependencies:
1725-
"@types/json-schema" "^7.0.9"
1726-
"@typescript-eslint/scope-manager" "5.4.0"
1727-
"@typescript-eslint/types" "5.4.0"
1728-
"@typescript-eslint/typescript-estree" "5.4.0"
1729-
eslint-scope "^5.1.1"
1730-
eslint-utils "^3.0.0"
1737+
"@typescript-eslint/utils" "5.62.0"
17311738

17321739
"@typescript-eslint/parser@^3.0.0":
17331740
version "3.10.1"
@@ -1758,13 +1765,13 @@
17581765
"@typescript-eslint/types" "4.33.0"
17591766
"@typescript-eslint/visitor-keys" "4.33.0"
17601767

1761-
"@typescript-eslint/scope-manager@5.4.0":
1762-
version "5.4.0"
1763-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.4.0.tgz#aaab08415f4a9cf32b870c7750ae8ba4607126a1"
1764-
integrity sha512-pRxFjYwoi8R+n+sibjgF9iUiAELU9ihPBtHzocyW8v8D8G8KeQvXTsW7+CBYIyTYsmhtNk50QPGLE3vrvhM5KA==
1768+
"@typescript-eslint/scope-manager@5.62.0":
1769+
version "5.62.0"
1770+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
1771+
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
17651772
dependencies:
1766-
"@typescript-eslint/types" "5.4.0"
1767-
"@typescript-eslint/visitor-keys" "5.4.0"
1773+
"@typescript-eslint/types" "5.62.0"
1774+
"@typescript-eslint/visitor-keys" "5.62.0"
17681775

17691776
"@typescript-eslint/[email protected]":
17701777
version "3.10.1"
@@ -1776,10 +1783,10 @@
17761783
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
17771784
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
17781785

1779-
"@typescript-eslint/types@5.4.0":
1780-
version "5.4.0"
1781-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.4.0.tgz#b1c130f4b381b77bec19696c6e3366f9781ce8f2"
1782-
integrity sha512-GjXNpmn+n1LvnttarX+sPD6+S7giO+9LxDIGlRl4wK3a7qMWALOHYuVSZpPTfEIklYjaWuMtfKdeByx0AcaThA==
1786+
"@typescript-eslint/types@5.62.0":
1787+
version "5.62.0"
1788+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
1789+
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
17831790

17841791
"@typescript-eslint/[email protected]":
17851792
version "3.10.1"
@@ -1808,19 +1815,33 @@
18081815
semver "^7.3.5"
18091816
tsutils "^3.21.0"
18101817

1811-
"@typescript-eslint/typescript-estree@5.4.0":
1812-
version "5.4.0"
1813-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.4.0.tgz#fe524fb308973c68ebeb7428f3b64499a6ba5fc0"
1814-
integrity sha512-nhlNoBdhKuwiLMx6GrybPT3SFILm5Gij2YBdPEPFlYNFAXUJWX6QRgvi/lwVoadaQEFsizohs6aFRMqsXI2ewA==
1818+
"@typescript-eslint/typescript-estree@5.62.0":
1819+
version "5.62.0"
1820+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
1821+
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
18151822
dependencies:
1816-
"@typescript-eslint/types" "5.4.0"
1817-
"@typescript-eslint/visitor-keys" "5.4.0"
1818-
debug "^4.3.2"
1819-
globby "^11.0.4"
1823+
"@typescript-eslint/types" "5.62.0"
1824+
"@typescript-eslint/visitor-keys" "5.62.0"
1825+
debug "^4.3.4"
1826+
globby "^11.1.0"
18201827
is-glob "^4.0.3"
1821-
semver "^7.3.5"
1828+
semver "^7.3.7"
18221829
tsutils "^3.21.0"
18231830

1831+
"@typescript-eslint/[email protected]":
1832+
version "5.62.0"
1833+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
1834+
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
1835+
dependencies:
1836+
"@eslint-community/eslint-utils" "^4.2.0"
1837+
"@types/json-schema" "^7.0.9"
1838+
"@types/semver" "^7.3.12"
1839+
"@typescript-eslint/scope-manager" "5.62.0"
1840+
"@typescript-eslint/types" "5.62.0"
1841+
"@typescript-eslint/typescript-estree" "5.62.0"
1842+
eslint-scope "^5.1.1"
1843+
semver "^7.3.7"
1844+
18241845
"@typescript-eslint/[email protected]":
18251846
version "3.10.1"
18261847
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931"
@@ -1836,13 +1857,13 @@
18361857
"@typescript-eslint/types" "4.33.0"
18371858
eslint-visitor-keys "^2.0.0"
18381859

1839-
"@typescript-eslint/visitor-keys@5.4.0":
1840-
version "5.4.0"
1841-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.4.0.tgz#09bc28efd3621f292fe88c86eef3bf4893364c8c"
1842-
integrity sha512-PVbax7MeE7tdLfW5SA0fs8NGVVr+buMPrcj+CWYWPXsZCH8qZ1THufDzbXm1xrZ2b2PA1iENJ0sRq5fuUtvsJg==
1860+
"@typescript-eslint/visitor-keys@5.62.0":
1861+
version "5.62.0"
1862+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
1863+
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
18431864
dependencies:
1844-
"@typescript-eslint/types" "5.4.0"
1845-
eslint-visitor-keys "^3.0.0"
1865+
"@typescript-eslint/types" "5.62.0"
1866+
eslint-visitor-keys "^3.3.0"
18461867

18471868
JSONStream@^1.0.4:
18481869
version "1.3.5"
@@ -3500,10 +3521,10 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
35003521
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
35013522
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
35023523

3503-
eslint-visitor-keys@^3.0.0:
3504-
version "3.1.0"
3505-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2"
3506-
integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
3524+
eslint-visitor-keys@^3.3.0:
3525+
version "3.4.1"
3526+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
3527+
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
35073528

35083529
eslint@^7.32.0, eslint@^7.9.0:
35093530
version "7.32.0"
@@ -4054,7 +4075,7 @@ globals@^13.6.0, globals@^13.9.0:
40544075
dependencies:
40554076
type-fest "^0.20.2"
40564077

4057-
globby@^11.0.0, globby@^11.0.1, globby@^11.0.3, globby@^11.0.4, globby@^11.1.0:
4078+
globby@^11.0.0, globby@^11.0.1, globby@^11.0.3, globby@^11.1.0:
40584079
version "11.1.0"
40594080
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
40604081
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -7261,7 +7282,7 @@ semver-regex@^3.1.2:
72617282
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
72627283
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
72637284

7264-
[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:
7285+
[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:
72657286
version "7.5.2"
72667287
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.2.tgz#5b851e66d1be07c1cdaf37dfc856f543325a2beb"
72677288
integrity sha512-SoftuTROv/cRjCze/scjGyiDtcUyxw1rgYQSZY7XTmtR5hX+dm76iDbTH8TkLPHCQmlbQVSSbNZCPM2hb0knnQ==

0 commit comments

Comments
 (0)