Skip to content

Commit 46d3d03

Browse files
committed
feat(deps): upgrade @typescript-eslint dependencies to 4.3.0
1 parent 3760066 commit 46d3d03

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
"@rollup/plugin-node-resolve": "^7.1.1",
6868
"@rollup/plugin-replace": "^2.3.1",
6969
"@types/jest": "^26.0.14",
70-
"@typescript-eslint/eslint-plugin": "^2.25.0",
71-
"@typescript-eslint/parser": "^2.25.0",
70+
"@typescript-eslint/eslint-plugin": "^4.3.0",
71+
"@typescript-eslint/parser": "^4.3.0",
7272
"arrify": "^2.0.1",
7373
"babel-jest": "^26.3.0",
7474
"babel-plugin-macros": "^2.8.0",

yarn.lock

+22-22
Original file line numberDiff line numberDiff line change
@@ -1514,11 +1514,6 @@
15141514
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
15151515
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
15161516

1517-
"@types/eslint-visitor-keys@^1.0.0":
1518-
version "1.0.0"
1519-
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
1520-
integrity sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==
1521-
15221517
"@types/estree@*":
15231518
version "0.0.42"
15241519
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.42.tgz#8d0c1f480339efedb3e46070e22dd63e0430dd11"
@@ -1625,17 +1620,32 @@
16251620
dependencies:
16261621
"@types/yargs-parser" "*"
16271622

1628-
"@typescript-eslint/eslint-plugin@^2.25.0":
1629-
version "2.34.0"
1630-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.34.0.tgz#6f8ce8a46c7dea4a6f1d171d2bb8fbae6dac2be9"
1631-
integrity sha512-4zY3Z88rEE99+CNvTbXSyovv2z9PNOVffTWD2W8QF5s2prBQtwN2zadqERcrHpcR7O/+KMI3fcTAmUUhK/iQcQ==
1623+
"@typescript-eslint/eslint-plugin@^4.3.0":
1624+
version "4.3.0"
1625+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.3.0.tgz#1a23d904bf8ea248d09dc3761af530d90f39c8fa"
1626+
integrity sha512-RqEcaHuEKnn3oPFislZ6TNzsBLqpZjN93G69SS+laav/I8w/iGMuMq97P0D2/2/kW4SCebHggqhbcCfbDaaX+g==
16321627
dependencies:
1633-
"@typescript-eslint/experimental-utils" "2.34.0"
1628+
"@typescript-eslint/experimental-utils" "4.3.0"
1629+
"@typescript-eslint/scope-manager" "4.3.0"
1630+
debug "^4.1.1"
16341631
functional-red-black-tree "^1.0.1"
16351632
regexpp "^3.0.0"
1633+
semver "^7.3.2"
16361634
tsutils "^3.17.1"
16371635

1638-
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^2.5.0":
1636+
"@typescript-eslint/[email protected]":
1637+
version "4.3.0"
1638+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.3.0.tgz#3f3c6c508e01b8050d51b016e7f7da0e3aefcb87"
1639+
integrity sha512-cmmIK8shn3mxmhpKfzMMywqiEheyfXLV/+yPDnOTvQX/ztngx7Lg/OD26J8gTZfkLKUmaEBxO2jYP3keV7h2OQ==
1640+
dependencies:
1641+
"@types/json-schema" "^7.0.3"
1642+
"@typescript-eslint/scope-manager" "4.3.0"
1643+
"@typescript-eslint/types" "4.3.0"
1644+
"@typescript-eslint/typescript-estree" "4.3.0"
1645+
eslint-scope "^5.0.0"
1646+
eslint-utils "^2.0.0"
1647+
1648+
"@typescript-eslint/experimental-utils@^2.5.0":
16391649
version "2.34.0"
16401650
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f"
16411651
integrity sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==
@@ -1668,17 +1678,7 @@
16681678
eslint-scope "^5.0.0"
16691679
eslint-utils "^2.0.0"
16701680

1671-
"@typescript-eslint/parser@^2.25.0":
1672-
version "2.34.0"
1673-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.34.0.tgz#50252630ca319685420e9a39ca05fe185a256bc8"
1674-
integrity sha512-03ilO0ucSD0EPTw2X4PntSIRFtDPWjrVq7C3/Z3VQHRC7+13YB55rcJI3Jt+YgeHbjUdJPcPa7b23rXCBokuyA==
1675-
dependencies:
1676-
"@types/eslint-visitor-keys" "^1.0.0"
1677-
"@typescript-eslint/experimental-utils" "2.34.0"
1678-
"@typescript-eslint/typescript-estree" "2.34.0"
1679-
eslint-visitor-keys "^1.1.0"
1680-
1681-
"@typescript-eslint/parser@^4.2.0":
1681+
"@typescript-eslint/parser@^4.2.0", "@typescript-eslint/parser@^4.3.0":
16821682
version "4.3.0"
16831683
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.3.0.tgz#684fc0be6551a2bfcb253991eec3c786a8c063a3"
16841684
integrity sha512-JyfRnd72qRuUwItDZ00JNowsSlpQGeKfl9jxwO0FHK1qQ7FbYdoy5S7P+5wh1ISkT2QyAvr2pc9dAemDxzt75g==

0 commit comments

Comments
 (0)