Skip to content

Commit 5c3f9de

Browse files
fix(deps): update typescript-eslint monorepo to v5.29.0
1 parent 3873a98 commit 5c3f9de

File tree

2 files changed

+51
-44
lines changed

2 files changed

+51
-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.29.0",
44+
"@typescript-eslint/scope-manager": "5.29.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.29.0",
6363
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
6464
},
6565
"peerDependenciesMeta": {

yarn.lock

Lines changed: 48 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1709,17 +1709,12 @@
17091709
eslint-scope "^5.1.1"
17101710
eslint-utils "^3.0.0"
17111711

1712-
"@typescript-eslint/experimental-utils@5.4.0":
1713-
version "5.4.0"
1714-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.4.0.tgz#238a7418d2da3b24874ba35385eb21cc61d2a65e"
1715-
integrity sha512-Nz2JDIQUdmIGd6p33A+naQmwfkU5KVTLb/5lTk+tLVTDacZKoGQisj8UCxk7onJcrgjIvr8xWqkYI+DbI3TfXg==
1712+
"@typescript-eslint/experimental-utils@5.29.0":
1713+
version "5.29.0"
1714+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.29.0.tgz#abed79020f623ac4fb76c7fdf917552a17171704"
1715+
integrity sha512-H4fqOVYiH6R15NjtMO2LVBZgzXgzjdPEXYb7x/meg4QbXsptLxdq8YlHK2NZOFKipuInY4sAPY5a6SQ/53s3dw==
17161716
dependencies:
1717-
"@types/json-schema" "^7.0.9"
1718-
"@typescript-eslint/scope-manager" "5.4.0"
1719-
"@typescript-eslint/types" "5.4.0"
1720-
"@typescript-eslint/typescript-estree" "5.4.0"
1721-
eslint-scope "^5.1.1"
1722-
eslint-utils "^3.0.0"
1717+
"@typescript-eslint/utils" "5.29.0"
17231718

17241719
"@typescript-eslint/parser@^3.0.0":
17251720
version "3.10.1"
@@ -1750,13 +1745,13 @@
17501745
"@typescript-eslint/types" "4.33.0"
17511746
"@typescript-eslint/visitor-keys" "4.33.0"
17521747

1753-
"@typescript-eslint/scope-manager@5.4.0":
1754-
version "5.4.0"
1755-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.4.0.tgz#aaab08415f4a9cf32b870c7750ae8ba4607126a1"
1756-
integrity sha512-pRxFjYwoi8R+n+sibjgF9iUiAELU9ihPBtHzocyW8v8D8G8KeQvXTsW7+CBYIyTYsmhtNk50QPGLE3vrvhM5KA==
1748+
"@typescript-eslint/scope-manager@5.29.0":
1749+
version "5.29.0"
1750+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.29.0.tgz#2a6a32e3416cb133e9af8dcf54bf077a916aeed3"
1751+
integrity sha512-etbXUT0FygFi2ihcxDZjz21LtC+Eps9V2xVx09zFoN44RRHPrkMflidGMI+2dUs821zR1tDS6Oc9IXxIjOUZwA==
17571752
dependencies:
1758-
"@typescript-eslint/types" "5.4.0"
1759-
"@typescript-eslint/visitor-keys" "5.4.0"
1753+
"@typescript-eslint/types" "5.29.0"
1754+
"@typescript-eslint/visitor-keys" "5.29.0"
17601755

17611756
"@typescript-eslint/types@3.10.1":
17621757
version "3.10.1"
@@ -1768,10 +1763,10 @@
17681763
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
17691764
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
17701765

1771-
"@typescript-eslint/types@5.4.0":
1772-
version "5.4.0"
1773-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.4.0.tgz#b1c130f4b381b77bec19696c6e3366f9781ce8f2"
1774-
integrity sha512-GjXNpmn+n1LvnttarX+sPD6+S7giO+9LxDIGlRl4wK3a7qMWALOHYuVSZpPTfEIklYjaWuMtfKdeByx0AcaThA==
1766+
"@typescript-eslint/types@5.29.0":
1767+
version "5.29.0"
1768+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.29.0.tgz#7861d3d288c031703b2d97bc113696b4d8c19aab"
1769+
integrity sha512-X99VbqvAXOMdVyfFmksMy3u8p8yoRGITgU1joBJPzeYa0rhdf5ok9S56/itRoUSh99fiDoMtarSIJXo7H/SnOg==
17751770

17761771
"@typescript-eslint/typescript-estree@3.10.1":
17771772
version "3.10.1"
@@ -1800,19 +1795,31 @@
18001795
semver "^7.3.5"
18011796
tsutils "^3.21.0"
18021797

1803-
"@typescript-eslint/typescript-estree@5.4.0":
1804-
version "5.4.0"
1805-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.4.0.tgz#fe524fb308973c68ebeb7428f3b64499a6ba5fc0"
1806-
integrity sha512-nhlNoBdhKuwiLMx6GrybPT3SFILm5Gij2YBdPEPFlYNFAXUJWX6QRgvi/lwVoadaQEFsizohs6aFRMqsXI2ewA==
1798+
"@typescript-eslint/typescript-estree@5.29.0":
1799+
version "5.29.0"
1800+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.29.0.tgz#e83d19aa7fd2e74616aab2f25dfbe4de4f0b5577"
1801+
integrity sha512-mQvSUJ/JjGBdvo+1LwC+GY2XmSYjK1nAaVw2emp/E61wEVYEyibRHCqm1I1vEKbXCpUKuW4G7u9ZCaZhJbLoNQ==
18071802
dependencies:
1808-
"@typescript-eslint/types" "5.4.0"
1809-
"@typescript-eslint/visitor-keys" "5.4.0"
1810-
debug "^4.3.2"
1811-
globby "^11.0.4"
1803+
"@typescript-eslint/types" "5.29.0"
1804+
"@typescript-eslint/visitor-keys" "5.29.0"
1805+
debug "^4.3.4"
1806+
globby "^11.1.0"
18121807
is-glob "^4.0.3"
1813-
semver "^7.3.5"
1808+
semver "^7.3.7"
18141809
tsutils "^3.21.0"
18151810

1811+
"@typescript-eslint/utils@5.29.0":
1812+
version "5.29.0"
1813+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.29.0.tgz#775046effd5019667bd086bcf326acbe32cd0082"
1814+
integrity sha512-3Eos6uP1nyLOBayc/VUdKZikV90HahXE5Dx9L5YlSd/7ylQPXhLk1BYb29SDgnBnTp+jmSZUU0QxUiyHgW4p7A==
1815+
dependencies:
1816+
"@types/json-schema" "^7.0.9"
1817+
"@typescript-eslint/scope-manager" "5.29.0"
1818+
"@typescript-eslint/types" "5.29.0"
1819+
"@typescript-eslint/typescript-estree" "5.29.0"
1820+
eslint-scope "^5.1.1"
1821+
eslint-utils "^3.0.0"
1822+
18161823
"@typescript-eslint/visitor-keys@3.10.1":
18171824
version "3.10.1"
18181825
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931"
@@ -1828,13 +1835,13 @@
18281835
"@typescript-eslint/types" "4.33.0"
18291836
eslint-visitor-keys "^2.0.0"
18301837

1831-
"@typescript-eslint/visitor-keys@5.4.0":
1832-
version "5.4.0"
1833-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.4.0.tgz#09bc28efd3621f292fe88c86eef3bf4893364c8c"
1834-
integrity sha512-PVbax7MeE7tdLfW5SA0fs8NGVVr+buMPrcj+CWYWPXsZCH8qZ1THufDzbXm1xrZ2b2PA1iENJ0sRq5fuUtvsJg==
1838+
"@typescript-eslint/visitor-keys@5.29.0":
1839+
version "5.29.0"
1840+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.29.0.tgz#7a4749fa7ef5160c44a451bf060ac1dc6dfb77ee"
1841+
integrity sha512-Hpb/mCWsjILvikMQoZIE3voc9wtQcS0A9FUw3h8bhr9UxBdtI/tw1ZDZUOXHXLOVMedKCH5NxyzATwnU78bWCQ==
18351842
dependencies:
1836-
"@typescript-eslint/types" "5.4.0"
1837-
eslint-visitor-keys "^3.0.0"
1843+
"@typescript-eslint/types" "5.29.0"
1844+
eslint-visitor-keys "^3.3.0"
18381845

18391846
JSONStream@^1.0.4:
18401847
version "1.3.5"
@@ -3480,10 +3487,10 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
34803487
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
34813488
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
34823489

3483-
eslint-visitor-keys@^3.0.0:
3484-
version "3.1.0"
3485-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2"
3486-
integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
3490+
eslint-visitor-keys@^3.3.0:
3491+
version "3.3.0"
3492+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
3493+
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
34873494

34883495
eslint@^7.32.0, eslint@^7.9.0:
34893496
version "7.32.0"
@@ -4025,7 +4032,7 @@ globals@^13.6.0, globals@^13.9.0:
40254032
dependencies:
40264033
type-fest "^0.20.2"
40274034

4028-
globby@^11.0.0, globby@^11.0.1, globby@^11.0.3, globby@^11.0.4, globby@^11.1.0:
4035+
globby@^11.0.0, globby@^11.0.1, globby@^11.0.3, globby@^11.1.0:
40294036
version "11.1.0"
40304037
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
40314038
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -7190,7 +7197,7 @@ semver-regex@^3.1.2:
71907197
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
71917198
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
71927199

7193-
semver@7.3.7, semver@7.x, 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:
7200+
semver@7.3.7, semver@7.x, 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:
71947201
version "7.3.7"
71957202
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
71967203
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==

0 commit comments

Comments
 (0)