Skip to content

Commit a125e98

Browse files
renovate-botsteabert
authored andcommitted
chore(deps): update typescript-eslint monorepo to v4.3.0
1 parent 1336434 commit a125e98

File tree

2 files changed

+43
-43
lines changed

2 files changed

+43
-43
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"@types/jest": "26.0.13",
5454
"@types/node": "13.13.16",
5555
"@types/ws": "7.2.6",
56-
"@typescript-eslint/eslint-plugin": "4.0.1",
57-
"@typescript-eslint/parser": "4.0.1",
56+
"@typescript-eslint/eslint-plugin": "4.3.0",
57+
"@typescript-eslint/parser": "4.3.0",
5858
"babel-loader": "8.1.0",
5959
"concurrently": "5.3.0",
6060
"conventional-changelog-cli": "2.1.0",

yarn.lock

+41-41
Original file line numberDiff line numberDiff line change
@@ -1405,74 +1405,74 @@
14051405
dependencies:
14061406
"@types/yargs-parser" "*"
14071407

1408-
"@typescript-eslint/eslint-plugin@4.0.1":
1409-
version "4.0.1"
1410-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.0.1.tgz#88bde9239e29d688315718552cf80a3490491017"
1411-
integrity sha512-pQZtXupCn11O4AwpYVUX4PDFfmIJl90ZgrEBg0CEcqlwvPiG0uY81fimr1oMFblZnpKAq6prrT9a59pj1x58rw==
1408+
"@typescript-eslint/eslint-plugin@4.3.0":
1409+
version "4.3.0"
1410+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.3.0.tgz#1a23d904bf8ea248d09dc3761af530d90f39c8fa"
1411+
integrity sha512-RqEcaHuEKnn3oPFislZ6TNzsBLqpZjN93G69SS+laav/I8w/iGMuMq97P0D2/2/kW4SCebHggqhbcCfbDaaX+g==
14121412
dependencies:
1413-
"@typescript-eslint/experimental-utils" "4.0.1"
1414-
"@typescript-eslint/scope-manager" "4.0.1"
1413+
"@typescript-eslint/experimental-utils" "4.3.0"
1414+
"@typescript-eslint/scope-manager" "4.3.0"
14151415
debug "^4.1.1"
14161416
functional-red-black-tree "^1.0.1"
14171417
regexpp "^3.0.0"
14181418
semver "^7.3.2"
14191419
tsutils "^3.17.1"
14201420

1421-
"@typescript-eslint/experimental-utils@4.0.1":
1422-
version "4.0.1"
1423-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.0.1.tgz#7d9a3ab6821ad5274dad2186c1aa0d93afd696eb"
1424-
integrity sha512-gAqOjLiHoED79iYTt3F4uSHrYmg/GPz/zGezdB0jAdr6S6gwNiR/j7cTZ8nREKVzMVKLd9G3xbg1sV9GClW3sw==
1421+
"@typescript-eslint/experimental-utils@4.3.0":
1422+
version "4.3.0"
1423+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.3.0.tgz#3f3c6c508e01b8050d51b016e7f7da0e3aefcb87"
1424+
integrity sha512-cmmIK8shn3mxmhpKfzMMywqiEheyfXLV/+yPDnOTvQX/ztngx7Lg/OD26J8gTZfkLKUmaEBxO2jYP3keV7h2OQ==
14251425
dependencies:
14261426
"@types/json-schema" "^7.0.3"
1427-
"@typescript-eslint/scope-manager" "4.0.1"
1428-
"@typescript-eslint/types" "4.0.1"
1429-
"@typescript-eslint/typescript-estree" "4.0.1"
1427+
"@typescript-eslint/scope-manager" "4.3.0"
1428+
"@typescript-eslint/types" "4.3.0"
1429+
"@typescript-eslint/typescript-estree" "4.3.0"
14301430
eslint-scope "^5.0.0"
14311431
eslint-utils "^2.0.0"
14321432

1433-
"@typescript-eslint/parser@4.0.1":
1434-
version "4.0.1"
1435-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.0.1.tgz#73772080db7a7a4534a35d719e006f503e664dc3"
1436-
integrity sha512-1+qLmXHNAWSQ7RB6fdSQszAiA7JTwzakj5cNYjBTUmpH2cqilxMZEIV+DRKjVZs8NzP3ALmKexB0w/ExjcK9Iw==
1433+
"@typescript-eslint/parser@4.3.0":
1434+
version "4.3.0"
1435+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.3.0.tgz#684fc0be6551a2bfcb253991eec3c786a8c063a3"
1436+
integrity sha512-JyfRnd72qRuUwItDZ00JNowsSlpQGeKfl9jxwO0FHK1qQ7FbYdoy5S7P+5wh1ISkT2QyAvr2pc9dAemDxzt75g==
14371437
dependencies:
1438-
"@typescript-eslint/scope-manager" "4.0.1"
1439-
"@typescript-eslint/types" "4.0.1"
1440-
"@typescript-eslint/typescript-estree" "4.0.1"
1438+
"@typescript-eslint/scope-manager" "4.3.0"
1439+
"@typescript-eslint/types" "4.3.0"
1440+
"@typescript-eslint/typescript-estree" "4.3.0"
14411441
debug "^4.1.1"
14421442

1443-
"@typescript-eslint/scope-manager@4.0.1":
1444-
version "4.0.1"
1445-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.0.1.tgz#24d93c3000bdfcc5a157dc4d32b742405a8631b5"
1446-
integrity sha512-u3YEXVJ8jsj7QCJk3om0Y457fy2euEOkkzxIB/LKU3MdyI+FJ2gI0M4aKEaXzwCSfNDiZ13a3lDo5DVozc+XLQ==
1443+
"@typescript-eslint/scope-manager@4.3.0":
1444+
version "4.3.0"
1445+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.3.0.tgz#c743227e087545968080d2362cfb1273842cb6a7"
1446+
integrity sha512-cTeyP5SCNE8QBRfc+Lgh4Xpzje46kNUhXYfc3pQWmJif92sjrFuHT9hH4rtOkDTo/si9Klw53yIr+djqGZS1ig==
14471447
dependencies:
1448-
"@typescript-eslint/types" "4.0.1"
1449-
"@typescript-eslint/visitor-keys" "4.0.1"
1448+
"@typescript-eslint/types" "4.3.0"
1449+
"@typescript-eslint/visitor-keys" "4.3.0"
14501450

1451-
"@typescript-eslint/types@4.0.1":
1452-
version "4.0.1"
1453-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.0.1.tgz#1cf72582f764931f085cb8230ff215980fe467b2"
1454-
integrity sha512-S+gD3fgbkZYW2rnbjugNMqibm9HpEjqZBZkTiI3PwbbNGWmAcxolWIUwZ0SKeG4Dy2ktpKKaI/6+HGYVH8Qrlg==
1451+
"@typescript-eslint/types@4.3.0":
1452+
version "4.3.0"
1453+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.3.0.tgz#1f0b2d5e140543e2614f06d48fb3ae95193c6ddf"
1454+
integrity sha512-Cx9TpRvlRjOppGsU6Y6KcJnUDOelja2NNCX6AZwtVHRzaJkdytJWMuYiqi8mS35MRNA3cJSwDzXePfmhU6TANw==
14551455

1456-
"@typescript-eslint/typescript-estree@4.0.1":
1457-
version "4.0.1"
1458-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.0.1.tgz#29a43c7060641ec51c902d9f50ac7c5866ec479f"
1459-
integrity sha512-zGzleORFXrRWRJAMLTB2iJD1IZbCPkg4hsI8mGdpYlKaqzvKYSEWVAYh14eauaR+qIoZVWrXgYSXqLtTlxotiw==
1456+
"@typescript-eslint/typescript-estree@4.3.0":
1457+
version "4.3.0"
1458+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.3.0.tgz#0edc1068e6b2e4c7fdc54d61e329fce76241cee8"
1459+
integrity sha512-ZAI7xjkl+oFdLV/COEz2tAbQbR3XfgqHEGy0rlUXzfGQic6EBCR4s2+WS3cmTPG69aaZckEucBoTxW9PhzHxxw==
14601460
dependencies:
1461-
"@typescript-eslint/types" "4.0.1"
1462-
"@typescript-eslint/visitor-keys" "4.0.1"
1461+
"@typescript-eslint/types" "4.3.0"
1462+
"@typescript-eslint/visitor-keys" "4.3.0"
14631463
debug "^4.1.1"
14641464
globby "^11.0.1"
14651465
is-glob "^4.0.1"
14661466
lodash "^4.17.15"
14671467
semver "^7.3.2"
14681468
tsutils "^3.17.1"
14691469

1470-
"@typescript-eslint/visitor-keys@4.0.1":
1471-
version "4.0.1"
1472-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.0.1.tgz#d4e8de62775f2a6db71c7e8539633680039fdd6c"
1473-
integrity sha512-yBSqd6FjnTzbg5RUy9J+9kJEyQjTI34JdGMJz+9ttlJzLCnGkBikxw+N5n2VDcc3CesbIEJ0MnZc5uRYnrEnCw==
1470+
"@typescript-eslint/visitor-keys@4.3.0":
1471+
version "4.3.0"
1472+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.3.0.tgz#0e5ab0a09552903edeae205982e8521e17635ae0"
1473+
integrity sha512-xZxkuR7XLM6RhvLkgv9yYlTcBHnTULzfnw4i6+z2TGBLy9yljAypQaZl9c3zFvy7PNI7fYWyvKYtohyF8au3cw==
14741474
dependencies:
1475-
"@typescript-eslint/types" "4.0.1"
1475+
"@typescript-eslint/types" "4.3.0"
14761476
eslint-visitor-keys "^2.0.0"
14771477

14781478
"@webassemblyjs/[email protected]":

0 commit comments

Comments
 (0)