Skip to content

Commit ae33da4

Browse files
committed
Update typescript-eslint monorepo to v5.40.0
1 parent 04f3b41 commit ae33da4

2 files changed

Lines changed: 52 additions & 51 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"@types/dotenv": "8.2.0",
2727
"@types/mocha": "9.1.1",
2828
"@types/node": "16.11.64",
29-
"@typescript-eslint/eslint-plugin": "5.39.0",
30-
"@typescript-eslint/parser": "5.39.0",
29+
"@typescript-eslint/eslint-plugin": "5.40.0",
30+
"@typescript-eslint/parser": "5.40.0",
3131
"chai": "4.3.6",
3232
"del-cli": "4.0.1",
3333
"dotenv": "16.0.3",

yarn.lock

Lines changed: 50 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1709,84 +1709,85 @@
17091709
"@types/bn.js" "*"
17101710
"@types/underscore" "*"
17111711

1712-
"@typescript-eslint/eslint-plugin@5.39.0":
1713-
version "5.39.0"
1714-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.39.0.tgz#778b2d9e7f293502c7feeea6c74dca8eb3e67511"
1715-
integrity sha512-xVfKOkBm5iWMNGKQ2fwX5GVgBuHmZBO1tCRwXmY5oAIsPscfwm2UADDuNB8ZVYCtpQvJK4xpjrK7jEhcJ0zY9A==
1716-
dependencies:
1717-
"@typescript-eslint/scope-manager" "5.39.0"
1718-
"@typescript-eslint/type-utils" "5.39.0"
1719-
"@typescript-eslint/utils" "5.39.0"
1712+
"@typescript-eslint/eslint-plugin@5.40.0":
1713+
version "5.40.0"
1714+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.40.0.tgz#0159bb71410eec563968288a17bd4478cdb685bd"
1715+
integrity sha512-FIBZgS3DVJgqPwJzvZTuH4HNsZhHMa9SjxTKAZTlMsPw/UzpEjcf9f4dfgDJEHjK+HboUJo123Eshl6niwEm/Q==
1716+
dependencies:
1717+
"@typescript-eslint/scope-manager" "5.40.0"
1718+
"@typescript-eslint/type-utils" "5.40.0"
1719+
"@typescript-eslint/utils" "5.40.0"
17201720
debug "^4.3.4"
17211721
ignore "^5.2.0"
17221722
regexpp "^3.2.0"
17231723
semver "^7.3.7"
17241724
tsutils "^3.21.0"
17251725

1726-
"@typescript-eslint/parser@5.39.0":
1727-
version "5.39.0"
1728-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.39.0.tgz#93fa0bc980a3a501e081824f6097f7ca30aaa22b"
1729-
integrity sha512-PhxLjrZnHShe431sBAGHaNe6BDdxAASDySgsBCGxcBecVCi8NQWxQZMcizNA4g0pN51bBAn/FUfkWG3SDVcGlA==
1726+
"@typescript-eslint/parser@5.40.0":
1727+
version "5.40.0"
1728+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.40.0.tgz#432bddc1fe9154945660f67c1ba6d44de5014840"
1729+
integrity sha512-Ah5gqyX2ySkiuYeOIDg7ap51/b63QgWZA7w6AHtFrag7aH0lRQPbLzUjk0c9o5/KZ6JRkTTDKShL4AUrQa6/hw==
17301730
dependencies:
1731-
"@typescript-eslint/scope-manager" "5.39.0"
1732-
"@typescript-eslint/types" "5.39.0"
1733-
"@typescript-eslint/typescript-estree" "5.39.0"
1731+
"@typescript-eslint/scope-manager" "5.40.0"
1732+
"@typescript-eslint/types" "5.40.0"
1733+
"@typescript-eslint/typescript-estree" "5.40.0"
17341734
debug "^4.3.4"
17351735

1736-
"@typescript-eslint/scope-manager@5.39.0":
1737-
version "5.39.0"
1738-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.39.0.tgz#873e1465afa3d6c78d8ed2da68aed266a08008d0"
1739-
integrity sha512-/I13vAqmG3dyqMVSZPjsbuNQlYS082Y7OMkwhCfLXYsmlI0ca4nkL7wJ/4gjX70LD4P8Hnw1JywUVVAwepURBw==
1736+
"@typescript-eslint/scope-manager@5.40.0":
1737+
version "5.40.0"
1738+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.40.0.tgz#d6ea782c8e3a2371ba3ea31458dcbdc934668fc4"
1739+
integrity sha512-d3nPmjUeZtEWRvyReMI4I1MwPGC63E8pDoHy0BnrYjnJgilBD3hv7XOiETKLY/zTwI7kCnBDf2vWTRUVpYw0Uw==
17401740
dependencies:
1741-
"@typescript-eslint/types" "5.39.0"
1742-
"@typescript-eslint/visitor-keys" "5.39.0"
1741+
"@typescript-eslint/types" "5.40.0"
1742+
"@typescript-eslint/visitor-keys" "5.40.0"
17431743

1744-
"@typescript-eslint/type-utils@5.39.0":
1745-
version "5.39.0"
1746-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.39.0.tgz#0a8c00f95dce4335832ad2dc6bc431c14e32a0a6"
1747-
integrity sha512-KJHJkOothljQWzR3t/GunL0TPKY+fGJtnpl+pX+sJ0YiKTz3q2Zr87SGTmFqsCMFrLt5E0+o+S6eQY0FAXj9uA==
1744+
"@typescript-eslint/type-utils@5.40.0":
1745+
version "5.40.0"
1746+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.40.0.tgz#4964099d0158355e72d67a370249d7fc03331126"
1747+
integrity sha512-nfuSdKEZY2TpnPz5covjJqav+g5qeBqwSHKBvz7Vm1SAfy93SwKk/JeSTymruDGItTwNijSsno5LhOHRS1pcfw==
17481748
dependencies:
1749-
"@typescript-eslint/typescript-estree" "5.39.0"
1750-
"@typescript-eslint/utils" "5.39.0"
1749+
"@typescript-eslint/typescript-estree" "5.40.0"
1750+
"@typescript-eslint/utils" "5.40.0"
17511751
debug "^4.3.4"
17521752
tsutils "^3.21.0"
17531753

1754-
"@typescript-eslint/types@5.39.0":
1755-
version "5.39.0"
1756-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.39.0.tgz#f4e9f207ebb4579fd854b25c0bf64433bb5ed78d"
1757-
integrity sha512-gQMZrnfEBFXK38hYqt8Lkwt8f4U6yq+2H5VDSgP/qiTzC8Nw8JO3OuSUOQ2qW37S/dlwdkHDntkZM6SQhKyPhw==
1754+
"@typescript-eslint/types@5.40.0":
1755+
version "5.40.0"
1756+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.40.0.tgz#8de07e118a10b8f63c99e174a3860f75608c822e"
1757+
integrity sha512-V1KdQRTXsYpf1Y1fXCeZ+uhjW48Niiw0VGt4V8yzuaDTU8Z1Xl7yQDyQNqyAFcVhpYXIVCEuxSIWTsLDpHgTbw==
17581758

1759-
"@typescript-eslint/typescript-estree@5.39.0":
1760-
version "5.39.0"
1761-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.39.0.tgz#c0316aa04a1a1f4f7f9498e3c13ef1d3dc4cf88b"
1762-
integrity sha512-qLFQP0f398sdnogJoLtd43pUgB18Q50QSA+BTE5h3sUxySzbWDpTSdgt4UyxNSozY/oDK2ta6HVAzvGgq8JYnA==
1759+
"@typescript-eslint/typescript-estree@5.40.0":
1760+
version "5.40.0"
1761+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.0.tgz#e305e6a5d65226efa5471ee0f12e0ffaab6d3075"
1762+
integrity sha512-b0GYlDj8TLTOqwX7EGbw2gL5EXS2CPEWhF9nGJiGmEcmlpNBjyHsTwbqpyIEPVpl6br4UcBOYlcI2FJVtJkYhg==
17631763
dependencies:
1764-
"@typescript-eslint/types" "5.39.0"
1765-
"@typescript-eslint/visitor-keys" "5.39.0"
1764+
"@typescript-eslint/types" "5.40.0"
1765+
"@typescript-eslint/visitor-keys" "5.40.0"
17661766
debug "^4.3.4"
17671767
globby "^11.1.0"
17681768
is-glob "^4.0.3"
17691769
semver "^7.3.7"
17701770
tsutils "^3.21.0"
17711771

1772-
"@typescript-eslint/utils@5.39.0":
1773-
version "5.39.0"
1774-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.39.0.tgz#b7063cca1dcf08d1d21b0d91db491161ad0be110"
1775-
integrity sha512-+DnY5jkpOpgj+EBtYPyHRjXampJfC0yUZZzfzLuUWVZvCuKqSdJVC8UhdWipIw7VKNTfwfAPiOWzYkAwuIhiAg==
1772+
"@typescript-eslint/utils@5.40.0":
1773+
version "5.40.0"
1774+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.40.0.tgz#647f56a875fd09d33c6abd70913c3dd50759b772"
1775+
integrity sha512-MO0y3T5BQ5+tkkuYZJBjePewsY+cQnfkYeRqS6tPh28niiIwPnQ1t59CSRcs1ZwJJNOdWw7rv9pF8aP58IMihA==
17761776
dependencies:
17771777
"@types/json-schema" "^7.0.9"
1778-
"@typescript-eslint/scope-manager" "5.39.0"
1779-
"@typescript-eslint/types" "5.39.0"
1780-
"@typescript-eslint/typescript-estree" "5.39.0"
1778+
"@typescript-eslint/scope-manager" "5.40.0"
1779+
"@typescript-eslint/types" "5.40.0"
1780+
"@typescript-eslint/typescript-estree" "5.40.0"
17811781
eslint-scope "^5.1.1"
17821782
eslint-utils "^3.0.0"
1783+
semver "^7.3.7"
17831784

1784-
"@typescript-eslint/visitor-keys@5.39.0":
1785-
version "5.39.0"
1786-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.39.0.tgz#8f41f7d241b47257b081ddba5d3ce80deaae61e2"
1787-
integrity sha512-yyE3RPwOG+XJBLrhvsxAidUgybJVQ/hG8BhiJo0k8JSAYfk/CshVcxf0HwP4Jt7WZZ6vLmxdo1p6EyN3tzFTkg==
1785+
"@typescript-eslint/visitor-keys@5.40.0":
1786+
version "5.40.0"
1787+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.0.tgz#dd2d38097f68e0d2e1e06cb9f73c0173aca54b68"
1788+
integrity sha512-ijJ+6yig+x9XplEpG2K6FUdJeQGGj/15U3S56W9IqXKJqleuD7zJ2AX/miLezwxpd7ZxDAqO87zWufKg+RPZyQ==
17881789
dependencies:
1789-
"@typescript-eslint/types" "5.39.0"
1790+
"@typescript-eslint/types" "5.40.0"
17901791
eslint-visitor-keys "^3.3.0"
17911792

17921793
"@ungap/promise-all-settled@1.1.2":

0 commit comments

Comments
 (0)