Skip to content

Commit 52feb39

Browse files
committed
chore(deps): update typescript-eslint monorepo to v4.14.2
1 parent 565ba31 commit 52feb39

File tree

2 files changed

+17
-63
lines changed

2 files changed

+17
-63
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"@nrwl/workspace": "11.2.10",
4848
"@types/jest": "26.0.15",
4949
"@types/node": "12.12.38",
50-
"@typescript-eslint/eslint-plugin": "4.3.0",
51-
"@typescript-eslint/parser": "4.3.0",
50+
"@typescript-eslint/eslint-plugin": "4.14.2",
51+
"@typescript-eslint/parser": "4.14.2",
5252
"cz-conventional-changelog": "^3.3.0",
5353
"dotenv": "6.2.0",
5454
"eslint": "7.10.0",

yarn.lock

+15-61
Original file line numberDiff line numberDiff line change
@@ -1072,32 +1072,21 @@
10721072
dependencies:
10731073
"@types/yargs-parser" "*"
10741074

1075-
"@typescript-eslint/eslint-plugin@4.3.0":
1076-
version "4.3.0"
1077-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.3.0.tgz#1a23d904bf8ea248d09dc3761af530d90f39c8fa"
1078-
integrity sha512-RqEcaHuEKnn3oPFislZ6TNzsBLqpZjN93G69SS+laav/I8w/iGMuMq97P0D2/2/kW4SCebHggqhbcCfbDaaX+g==
1075+
"@typescript-eslint/eslint-plugin@4.14.2":
1076+
version "4.14.2"
1077+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.14.2.tgz#47a15803cfab89580b96933d348c2721f3d2f6fe"
1078+
integrity sha512-uMGfG7GFYK/nYutK/iqYJv6K/Xuog/vrRRZX9aEP4Zv1jsYXuvFUMDFLhUnc8WFv3D2R5QhNQL3VYKmvLS5zsQ==
10791079
dependencies:
1080-
"@typescript-eslint/experimental-utils" "4.3.0"
1081-
"@typescript-eslint/scope-manager" "4.3.0"
1080+
"@typescript-eslint/experimental-utils" "4.14.2"
1081+
"@typescript-eslint/scope-manager" "4.14.2"
10821082
debug "^4.1.1"
10831083
functional-red-black-tree "^1.0.1"
1084+
lodash "^4.17.15"
10841085
regexpp "^3.0.0"
10851086
semver "^7.3.2"
10861087
tsutils "^3.17.1"
10871088

1088-
"@typescript-eslint/[email protected]":
1089-
version "4.3.0"
1090-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.3.0.tgz#3f3c6c508e01b8050d51b016e7f7da0e3aefcb87"
1091-
integrity sha512-cmmIK8shn3mxmhpKfzMMywqiEheyfXLV/+yPDnOTvQX/ztngx7Lg/OD26J8gTZfkLKUmaEBxO2jYP3keV7h2OQ==
1092-
dependencies:
1093-
"@types/json-schema" "^7.0.3"
1094-
"@typescript-eslint/scope-manager" "4.3.0"
1095-
"@typescript-eslint/types" "4.3.0"
1096-
"@typescript-eslint/typescript-estree" "4.3.0"
1097-
eslint-scope "^5.0.0"
1098-
eslint-utils "^2.0.0"
1099-
1100-
"@typescript-eslint/experimental-utils@^4.3.0":
1089+
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^4.3.0":
11011090
version "4.14.2"
11021091
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.14.2.tgz#9df35049d1d36b6cbaba534d703648b9e1f05cbb"
11031092
integrity sha512-mV9pmET4C2y2WlyHmD+Iun8SAEqkLahHGBkGqDVslHkmoj3VnxnGP4ANlwuxxfq1BsKdl/MPieDbohCEQgKrwA==
@@ -1109,14 +1098,14 @@
11091098
eslint-scope "^5.0.0"
11101099
eslint-utils "^2.0.0"
11111100

1112-
"@typescript-eslint/parser@4.3.0":
1113-
version "4.3.0"
1114-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.3.0.tgz#684fc0be6551a2bfcb253991eec3c786a8c063a3"
1115-
integrity sha512-JyfRnd72qRuUwItDZ00JNowsSlpQGeKfl9jxwO0FHK1qQ7FbYdoy5S7P+5wh1ISkT2QyAvr2pc9dAemDxzt75g==
1101+
"@typescript-eslint/parser@4.14.2":
1102+
version "4.14.2"
1103+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.14.2.tgz#31e216e4baab678a56e539f9db9862e2542c98d0"
1104+
integrity sha512-ipqSP6EuUsMu3E10EZIApOJgWSpcNXeKZaFeNKQyzqxnQl8eQCbV+TSNsl+s2GViX2d18m1rq3CWgnpOxDPgHg==
11161105
dependencies:
1117-
"@typescript-eslint/scope-manager" "4.3.0"
1118-
"@typescript-eslint/types" "4.3.0"
1119-
"@typescript-eslint/typescript-estree" "4.3.0"
1106+
"@typescript-eslint/scope-manager" "4.14.2"
1107+
"@typescript-eslint/types" "4.14.2"
1108+
"@typescript-eslint/typescript-estree" "4.14.2"
11201109
debug "^4.1.1"
11211110

11221111
"@typescript-eslint/[email protected]":
@@ -1127,24 +1116,11 @@
11271116
"@typescript-eslint/types" "4.14.2"
11281117
"@typescript-eslint/visitor-keys" "4.14.2"
11291118

1130-
"@typescript-eslint/[email protected]":
1131-
version "4.3.0"
1132-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.3.0.tgz#c743227e087545968080d2362cfb1273842cb6a7"
1133-
integrity sha512-cTeyP5SCNE8QBRfc+Lgh4Xpzje46kNUhXYfc3pQWmJif92sjrFuHT9hH4rtOkDTo/si9Klw53yIr+djqGZS1ig==
1134-
dependencies:
1135-
"@typescript-eslint/types" "4.3.0"
1136-
"@typescript-eslint/visitor-keys" "4.3.0"
1137-
11381119
"@typescript-eslint/[email protected]":
11391120
version "4.14.2"
11401121
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.14.2.tgz#d96da62be22dc9dc6a06647f3633815350fb3174"
11411122
integrity sha512-LltxawRW6wXy4Gck6ZKlBD05tCHQUj4KLn4iR69IyRiDHX3d3NCAhO+ix5OR2Q+q9bjCrHE/HKt+riZkd1At8Q==
11421123

1143-
"@typescript-eslint/[email protected]":
1144-
version "4.3.0"
1145-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.3.0.tgz#1f0b2d5e140543e2614f06d48fb3ae95193c6ddf"
1146-
integrity sha512-Cx9TpRvlRjOppGsU6Y6KcJnUDOelja2NNCX6AZwtVHRzaJkdytJWMuYiqi8mS35MRNA3cJSwDzXePfmhU6TANw==
1147-
11481124
"@typescript-eslint/[email protected]":
11491125
version "4.14.2"
11501126
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.14.2.tgz#9c5ebd8cae4d7b014f890acd81e8e17f309c9df9"
@@ -1159,20 +1135,6 @@
11591135
semver "^7.3.2"
11601136
tsutils "^3.17.1"
11611137

1162-
"@typescript-eslint/[email protected]":
1163-
version "4.3.0"
1164-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.3.0.tgz#0edc1068e6b2e4c7fdc54d61e329fce76241cee8"
1165-
integrity sha512-ZAI7xjkl+oFdLV/COEz2tAbQbR3XfgqHEGy0rlUXzfGQic6EBCR4s2+WS3cmTPG69aaZckEucBoTxW9PhzHxxw==
1166-
dependencies:
1167-
"@typescript-eslint/types" "4.3.0"
1168-
"@typescript-eslint/visitor-keys" "4.3.0"
1169-
debug "^4.1.1"
1170-
globby "^11.0.1"
1171-
is-glob "^4.0.1"
1172-
lodash "^4.17.15"
1173-
semver "^7.3.2"
1174-
tsutils "^3.17.1"
1175-
11761138
"@typescript-eslint/[email protected]":
11771139
version "4.14.2"
11781140
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.14.2.tgz#997cbe2cb0690e1f384a833f64794e98727c70c6"
@@ -1181,14 +1143,6 @@
11811143
"@typescript-eslint/types" "4.14.2"
11821144
eslint-visitor-keys "^2.0.0"
11831145

1184-
"@typescript-eslint/[email protected]":
1185-
version "4.3.0"
1186-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.3.0.tgz#0e5ab0a09552903edeae205982e8521e17635ae0"
1187-
integrity sha512-xZxkuR7XLM6RhvLkgv9yYlTcBHnTULzfnw4i6+z2TGBLy9yljAypQaZl9c3zFvy7PNI7fYWyvKYtohyF8au3cw==
1188-
dependencies:
1189-
"@typescript-eslint/types" "4.3.0"
1190-
eslint-visitor-keys "^2.0.0"
1191-
11921146
"@webassemblyjs/[email protected]":
11931147
version "1.8.5"
11941148
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.8.5.tgz#51b1c5fe6576a34953bf4b253df9f0d490d9e359"

0 commit comments

Comments
 (0)