Skip to content

Commit 8b4a524

Browse files
committed
chore(deps): update typescript-eslint monorepo to v5
1 parent 7592d5f commit 8b4a524

File tree

2 files changed

+76
-25
lines changed

2 files changed

+76
-25
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
"@babel/cli": "^7.16.0",
6565
"@babel/core": "^7.16.0",
6666
"@babel/preset-typescript": "^7.16.0",
67-
"@typescript-eslint/eslint-plugin": "^4.33.0",
68-
"@typescript-eslint/parser": "^4.33.0",
67+
"@typescript-eslint/eslint-plugin": "^5.4.0",
68+
"@typescript-eslint/parser": "^5.4.0",
6969
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.5",
7070
"babel-jest": "^27.3.1",
7171
"babel-plugin-add-module-exports": "^1.0.4",

yarn.lock

Lines changed: 74 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1609,7 +1609,7 @@
16091609
dependencies:
16101610
"@types/istanbul-lib-report" "*"
16111611

1612-
"@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6", "@types/json-schema@^7.0.7":
1612+
"@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6", "@types/json-schema@^7.0.7", "@types/json-schema@^7.0.9":
16131613
version "7.0.9"
16141614
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
16151615
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
@@ -1719,21 +1719,33 @@
17191719
dependencies:
17201720
"@types/yargs-parser" "*"
17211721

1722-
"@typescript-eslint/eslint-plugin@^4.33.0":
1723-
version "4.33.0"
1724-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
1725-
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
1722+
"@typescript-eslint/eslint-plugin@^5.4.0":
1723+
version "5.4.0"
1724+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.4.0.tgz#05e711a2e7b68342661fde61bccbd1531c19521a"
1725+
integrity sha512-9/yPSBlwzsetCsGEn9j24D8vGQgJkOTr4oMLas/w886ZtzKIs1iyoqFrwsX2fqYEeUwsdBpC21gcjRGo57u0eg==
17261726
dependencies:
1727-
"@typescript-eslint/experimental-utils" "4.33.0"
1728-
"@typescript-eslint/scope-manager" "4.33.0"
1729-
debug "^4.3.1"
1727+
"@typescript-eslint/experimental-utils" "5.4.0"
1728+
"@typescript-eslint/scope-manager" "5.4.0"
1729+
debug "^4.3.2"
17301730
functional-red-black-tree "^1.0.1"
17311731
ignore "^5.1.8"
1732-
regexpp "^3.1.0"
1732+
regexpp "^3.2.0"
17331733
semver "^7.3.5"
17341734
tsutils "^3.21.0"
17351735

1736-
"@typescript-eslint/experimental-utils@4.33.0", "@typescript-eslint/experimental-utils@^4.0.1":
1736+
"@typescript-eslint/experimental-utils@5.4.0":
1737+
version "5.4.0"
1738+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.4.0.tgz#238a7418d2da3b24874ba35385eb21cc61d2a65e"
1739+
integrity sha512-Nz2JDIQUdmIGd6p33A+naQmwfkU5KVTLb/5lTk+tLVTDacZKoGQisj8UCxk7onJcrgjIvr8xWqkYI+DbI3TfXg==
1740+
dependencies:
1741+
"@types/json-schema" "^7.0.9"
1742+
"@typescript-eslint/scope-manager" "5.4.0"
1743+
"@typescript-eslint/types" "5.4.0"
1744+
"@typescript-eslint/typescript-estree" "5.4.0"
1745+
eslint-scope "^5.1.1"
1746+
eslint-utils "^3.0.0"
1747+
1748+
"@typescript-eslint/experimental-utils@^4.0.1":
17371749
version "4.33.0"
17381750
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
17391751
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
@@ -1745,15 +1757,15 @@
17451757
eslint-scope "^5.1.1"
17461758
eslint-utils "^3.0.0"
17471759

1748-
"@typescript-eslint/parser@^4.33.0":
1749-
version "4.33.0"
1750-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
1751-
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
1760+
"@typescript-eslint/parser@^5.4.0":
1761+
version "5.4.0"
1762+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.4.0.tgz#3aa83ce349d66e39b84151f6d5464928044ca9e3"
1763+
integrity sha512-JoB41EmxiYpaEsRwpZEYAJ9XQURPFer8hpkIW9GiaspVLX8oqbqNM8P4EP8HOZg96yaALiLEVWllA2E8vwsIKw==
17521764
dependencies:
1753-
"@typescript-eslint/scope-manager" "4.33.0"
1754-
"@typescript-eslint/types" "4.33.0"
1755-
"@typescript-eslint/typescript-estree" "4.33.0"
1756-
debug "^4.3.1"
1765+
"@typescript-eslint/scope-manager" "5.4.0"
1766+
"@typescript-eslint/types" "5.4.0"
1767+
"@typescript-eslint/typescript-estree" "5.4.0"
1768+
debug "^4.3.2"
17571769

17581770
"@typescript-eslint/scope-manager@4.33.0":
17591771
version "4.33.0"
@@ -1763,11 +1775,24 @@
17631775
"@typescript-eslint/types" "4.33.0"
17641776
"@typescript-eslint/visitor-keys" "4.33.0"
17651777

1778+
"@typescript-eslint/scope-manager@5.4.0":
1779+
version "5.4.0"
1780+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.4.0.tgz#aaab08415f4a9cf32b870c7750ae8ba4607126a1"
1781+
integrity sha512-pRxFjYwoi8R+n+sibjgF9iUiAELU9ihPBtHzocyW8v8D8G8KeQvXTsW7+CBYIyTYsmhtNk50QPGLE3vrvhM5KA==
1782+
dependencies:
1783+
"@typescript-eslint/types" "5.4.0"
1784+
"@typescript-eslint/visitor-keys" "5.4.0"
1785+
17661786
"@typescript-eslint/types@4.33.0":
17671787
version "4.33.0"
17681788
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
17691789
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
17701790

1791+
"@typescript-eslint/types@5.4.0":
1792+
version "5.4.0"
1793+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.4.0.tgz#b1c130f4b381b77bec19696c6e3366f9781ce8f2"
1794+
integrity sha512-GjXNpmn+n1LvnttarX+sPD6+S7giO+9LxDIGlRl4wK3a7qMWALOHYuVSZpPTfEIklYjaWuMtfKdeByx0AcaThA==
1795+
17711796
"@typescript-eslint/typescript-estree@4.33.0":
17721797
version "4.33.0"
17731798
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
@@ -1781,6 +1806,19 @@
17811806
semver "^7.3.5"
17821807
tsutils "^3.21.0"
17831808

1809+
"@typescript-eslint/typescript-estree@5.4.0":
1810+
version "5.4.0"
1811+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.4.0.tgz#fe524fb308973c68ebeb7428f3b64499a6ba5fc0"
1812+
integrity sha512-nhlNoBdhKuwiLMx6GrybPT3SFILm5Gij2YBdPEPFlYNFAXUJWX6QRgvi/lwVoadaQEFsizohs6aFRMqsXI2ewA==
1813+
dependencies:
1814+
"@typescript-eslint/types" "5.4.0"
1815+
"@typescript-eslint/visitor-keys" "5.4.0"
1816+
debug "^4.3.2"
1817+
globby "^11.0.4"
1818+
is-glob "^4.0.3"
1819+
semver "^7.3.5"
1820+
tsutils "^3.21.0"
1821+
17841822
"@typescript-eslint/visitor-keys@4.33.0":
17851823
version "4.33.0"
17861824
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
@@ -1789,6 +1827,14 @@
17891827
"@typescript-eslint/types" "4.33.0"
17901828
eslint-visitor-keys "^2.0.0"
17911829

1830+
"@typescript-eslint/visitor-keys@5.4.0":
1831+
version "5.4.0"
1832+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.4.0.tgz#09bc28efd3621f292fe88c86eef3bf4893364c8c"
1833+
integrity sha512-PVbax7MeE7tdLfW5SA0fs8NGVVr+buMPrcj+CWYWPXsZCH8qZ1THufDzbXm1xrZ2b2PA1iENJ0sRq5fuUtvsJg==
1834+
dependencies:
1835+
"@typescript-eslint/types" "5.4.0"
1836+
eslint-visitor-keys "^3.0.0"
1837+
17921838
"@wojtekmaj/enzyme-adapter-react-17@^0.6.5":
17931839
version "0.6.5"
17941840
resolved "https://registry.yarnpkg.com/@wojtekmaj/enzyme-adapter-react-17/-/enzyme-adapter-react-17-0.6.5.tgz#1925e17aaea7089e7ec66c7c35e5771e49b6bf7e"
@@ -4061,6 +4107,11 @@ eslint-visitor-keys@^2.0.0:
40614107
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
40624108
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
40634109

4110+
eslint-visitor-keys@^3.0.0:
4111+
version "3.1.0"
4112+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2"
4113+
integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
4114+
40644115
eslint@^7.32.0:
40654116
version "7.32.0"
40664117
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
@@ -4841,7 +4892,7 @@ globby@^10.0.1:
48414892
merge2 "^1.2.3"
48424893
slash "^3.0.0"
48434894

4844-
globby@^11.0.0, globby@^11.0.2, globby@^11.0.3:
4895+
globby@^11.0.0, globby@^11.0.2, globby@^11.0.3, globby@^11.0.4:
48454896
version "11.0.4"
48464897
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
48474898
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
@@ -8151,10 +8202,10 @@ regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.3.1:
81518202
call-bind "^1.0.2"
81528203
define-properties "^1.1.3"
81538204

8154-
regexpp@^3.1.0:
8155-
version "3.1.0"
8156-
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
8157-
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
8205+
regexpp@^3.1.0, regexpp@^3.2.0:
8206+
version "3.2.0"
8207+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
8208+
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
81588209

81598210
regexpu-core@^4.7.1:
81608211
version "4.7.1"

0 commit comments

Comments
 (0)