Skip to content

Commit 289afa5

Browse files
committed
chore(deps): update typescript-eslint monorepo to v4.15.0
1 parent 565ba31 commit 289afa5

File tree

2 files changed

+44
-44
lines changed

2 files changed

+44
-44
lines changed

package.json

Lines changed: 2 additions & 2 deletions
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.15.0",
51+
"@typescript-eslint/parser": "4.15.0",
5252
"cz-conventional-changelog": "^3.3.0",
5353
"dotenv": "6.2.0",
5454
"eslint": "7.10.0",

yarn.lock

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,28 +1072,29 @@
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.15.0":
1076+
version "4.15.0"
1077+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.15.0.tgz#13a5a07cf30d0d5781e43480aa2a8d38d308b084"
1078+
integrity sha512-DJgdGZW+8CFUTz5C/dnn4ONcUm2h2T0itWD85Ob5/V27Ndie8hUoX5HKyGssvR8sUMkAIlUc/AMK67Lqa3kBIQ==
10791079
dependencies:
1080-
"@typescript-eslint/experimental-utils" "4.3.0"
1081-
"@typescript-eslint/scope-manager" "4.3.0"
1080+
"@typescript-eslint/experimental-utils" "4.15.0"
1081+
"@typescript-eslint/scope-manager" "4.15.0"
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/experimental-utils@4.3.0":
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==
1089+
"@typescript-eslint/experimental-utils@4.15.0":
1090+
version "4.15.0"
1091+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.15.0.tgz#b87c36410a9b23f637689427be85007a2ec1a9c6"
1092+
integrity sha512-V4vaDWvxA2zgesg4KPgEGiomWEBpJXvY4ZX34Y3qxK8LUm5I87L+qGIOTd9tHZOARXNRt9pLbblSKiYBlGMawg==
10921093
dependencies:
10931094
"@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"
1095+
"@typescript-eslint/scope-manager" "4.15.0"
1096+
"@typescript-eslint/types" "4.15.0"
1097+
"@typescript-eslint/typescript-estree" "4.15.0"
10971098
eslint-scope "^5.0.0"
10981099
eslint-utils "^2.0.0"
10991100

@@ -1109,14 +1110,14 @@
11091110
eslint-scope "^5.0.0"
11101111
eslint-utils "^2.0.0"
11111112

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==
1113+
"@typescript-eslint/parser@4.15.0":
1114+
version "4.15.0"
1115+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.15.0.tgz#8df94365b4b7161f9e8514fe28aef19954810b6b"
1116+
integrity sha512-L6Dtbq8Bc7g2aZwnIBETpmUa9XDKCMzKVwAArnGp5Mn7PRNFjf3mUzq8UeBjL3K8t311hvevnyqXAMSmxO8Gpg==
11161117
dependencies:
1117-
"@typescript-eslint/scope-manager" "4.3.0"
1118-
"@typescript-eslint/types" "4.3.0"
1119-
"@typescript-eslint/typescript-estree" "4.3.0"
1118+
"@typescript-eslint/scope-manager" "4.15.0"
1119+
"@typescript-eslint/types" "4.15.0"
1120+
"@typescript-eslint/typescript-estree" "4.15.0"
11201121
debug "^4.1.1"
11211122

11221123
"@typescript-eslint/[email protected]":
@@ -1127,23 +1128,23 @@
11271128
"@typescript-eslint/types" "4.14.2"
11281129
"@typescript-eslint/visitor-keys" "4.14.2"
11291130

1130-
"@typescript-eslint/scope-manager@4.3.0":
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==
1131+
"@typescript-eslint/scope-manager@4.15.0":
1132+
version "4.15.0"
1133+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.15.0.tgz#c42703558ea6daaaba51a9c3a86f2902dbab9432"
1134+
integrity sha512-CSNBZnCC2jEA/a+pR9Ljh8Y+5TY5qgbPz7ICEk9WCpSEgT6Pi7H2RIjxfrrbUXvotd6ta+i27sssKEH8Azm75g==
11341135
dependencies:
1135-
"@typescript-eslint/types" "4.3.0"
1136-
"@typescript-eslint/visitor-keys" "4.3.0"
1136+
"@typescript-eslint/types" "4.15.0"
1137+
"@typescript-eslint/visitor-keys" "4.15.0"
11371138

11381139
"@typescript-eslint/[email protected]":
11391140
version "4.14.2"
11401141
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.14.2.tgz#d96da62be22dc9dc6a06647f3633815350fb3174"
11411142
integrity sha512-LltxawRW6wXy4Gck6ZKlBD05tCHQUj4KLn4iR69IyRiDHX3d3NCAhO+ix5OR2Q+q9bjCrHE/HKt+riZkd1At8Q==
11421143

1143-
"@typescript-eslint/types@4.3.0":
1144-
version "4.3.0"
1145-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.3.0.tgz#1f0b2d5e140543e2614f06d48fb3ae95193c6ddf"
1146-
integrity sha512-Cx9TpRvlRjOppGsU6Y6KcJnUDOelja2NNCX6AZwtVHRzaJkdytJWMuYiqi8mS35MRNA3cJSwDzXePfmhU6TANw==
1144+
"@typescript-eslint/types@4.15.0":
1145+
version "4.15.0"
1146+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.15.0.tgz#3011ae1ac3299bb9a5ac56bdd297cccf679d3662"
1147+
integrity sha512-su4RHkJhS+iFwyqyXHcS8EGPlUVoC+XREfy5daivjLur9JP8GhvTmDipuRpcujtGC4M+GYhUOJCPDE3rC5NJrg==
11471148

11481149
"@typescript-eslint/[email protected]":
11491150
version "4.14.2"
@@ -1159,17 +1160,16 @@
11591160
semver "^7.3.2"
11601161
tsutils "^3.17.1"
11611162

1162-
"@typescript-eslint/typescript-estree@4.3.0":
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==
1163+
"@typescript-eslint/typescript-estree@4.15.0":
1164+
version "4.15.0"
1165+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.15.0.tgz#402c86a7d2111c1f7a2513022f22a38a395b7f93"
1166+
integrity sha512-jG6xTmcNbi6xzZq0SdWh7wQ9cMb2pqXaUp6bUZOMsIlu5aOlxGxgE/t6L/gPybybQGvdguajXGkZKSndZJpksA==
11661167
dependencies:
1167-
"@typescript-eslint/types" "4.3.0"
1168-
"@typescript-eslint/visitor-keys" "4.3.0"
1168+
"@typescript-eslint/types" "4.15.0"
1169+
"@typescript-eslint/visitor-keys" "4.15.0"
11691170
debug "^4.1.1"
11701171
globby "^11.0.1"
11711172
is-glob "^4.0.1"
1172-
lodash "^4.17.15"
11731173
semver "^7.3.2"
11741174
tsutils "^3.17.1"
11751175

@@ -1181,12 +1181,12 @@
11811181
"@typescript-eslint/types" "4.14.2"
11821182
eslint-visitor-keys "^2.0.0"
11831183

1184-
"@typescript-eslint/visitor-keys@4.3.0":
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==
1184+
"@typescript-eslint/visitor-keys@4.15.0":
1185+
version "4.15.0"
1186+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.15.0.tgz#2a07768df30c8a5673f1bce406338a07fdec38ca"
1187+
integrity sha512-RnDtJwOwFucWFAMjG3ghCG/ikImFJFEg20DI7mn4pHEx3vC48lIAoyjhffvfHmErRDboUPC7p9Z2il4CLb7qxA==
11881188
dependencies:
1189-
"@typescript-eslint/types" "4.3.0"
1189+
"@typescript-eslint/types" "4.15.0"
11901190
eslint-visitor-keys "^2.0.0"
11911191

11921192
"@webassemblyjs/[email protected]":

0 commit comments

Comments
 (0)