Skip to content

Commit ab7e07a

Browse files
chore: Bump @typescript-eslint/eslint-plugin (#1093)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.29.1 to 4.29.2. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.29.2/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d2f78d8 commit ab7e07a

File tree

2 files changed

+14
-48
lines changed

2 files changed

+14
-48
lines changed

modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/node": "^16.6.1",
2121
"@types/node-fetch": "^2.5.12",
2222
"@types/request": "^2.48.4",
23-
"@typescript-eslint/eslint-plugin": "^4.29.1",
23+
"@typescript-eslint/eslint-plugin": "^4.29.2",
2424
"@typescript-eslint/parser": "^4.29.2",
2525
"@vercel/ncc": "^0.29.1",
2626
"aws-sdk": "^2.970.0",

modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock

Lines changed: 13 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -827,28 +827,28 @@
827827
dependencies:
828828
"@types/yargs-parser" "*"
829829

830-
"@typescript-eslint/eslint-plugin@^4.29.1":
831-
version "4.29.1"
832-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.29.1.tgz#808d206e2278e809292b5de752a91105da85860b"
833-
integrity sha512-AHqIU+SqZZgBEiWOrtN94ldR3ZUABV5dUG94j8Nms9rQnHFc8fvDOue/58K4CFz6r8OtDDc35Pw9NQPWo0Ayrw==
830+
"@typescript-eslint/eslint-plugin@^4.29.2":
831+
version "4.29.2"
832+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.29.2.tgz#f54dc0a32b8f61c6024ab8755da05363b733838d"
833+
integrity sha512-x4EMgn4BTfVd9+Z+r+6rmWxoAzBaapt4QFqE+d8L8sUtYZYLDTK6VG/y/SMMWA5t1/BVU5Kf+20rX4PtWzUYZg==
834834
dependencies:
835-
"@typescript-eslint/experimental-utils" "4.29.1"
836-
"@typescript-eslint/scope-manager" "4.29.1"
835+
"@typescript-eslint/experimental-utils" "4.29.2"
836+
"@typescript-eslint/scope-manager" "4.29.2"
837837
debug "^4.3.1"
838838
functional-red-black-tree "^1.0.1"
839839
regexpp "^3.1.0"
840840
semver "^7.3.5"
841841
tsutils "^3.21.0"
842842

843-
"@typescript-eslint/[email protected].1":
844-
version "4.29.1"
845-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.29.1.tgz#0af2b17b0296b60c6b207f11062119fa9c5a8994"
846-
integrity sha512-kl6QG6qpzZthfd2bzPNSJB2YcZpNOrP6r9jueXupcZHnL74WiuSjaft7WSu17J9+ae9zTlk0KJMXPUj0daBxMw==
843+
"@typescript-eslint/[email protected].2":
844+
version "4.29.2"
845+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.29.2.tgz#5f67fb5c5757ef2cb3be64817468ba35c9d4e3b7"
846+
integrity sha512-P6mn4pqObhftBBPAv4GQtEK7Yos1fz/MlpT7+YjH9fTxZcALbiiPKuSIfYP/j13CeOjfq8/fr9Thr2glM9ub7A==
847847
dependencies:
848848
"@types/json-schema" "^7.0.7"
849-
"@typescript-eslint/scope-manager" "4.29.1"
850-
"@typescript-eslint/types" "4.29.1"
851-
"@typescript-eslint/typescript-estree" "4.29.1"
849+
"@typescript-eslint/scope-manager" "4.29.2"
850+
"@typescript-eslint/types" "4.29.2"
851+
"@typescript-eslint/typescript-estree" "4.29.2"
852852
eslint-scope "^5.1.1"
853853
eslint-utils "^3.0.0"
854854

@@ -862,14 +862,6 @@
862862
"@typescript-eslint/typescript-estree" "4.29.2"
863863
debug "^4.3.1"
864864

865-
"@typescript-eslint/[email protected]":
866-
version "4.29.1"
867-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.29.1.tgz#f25da25bc6512812efa2ce5ebd36619d68e61358"
868-
integrity sha512-Hzv/uZOa9zrD/W5mftZa54Jd5Fed3tL6b4HeaOpwVSabJK8CJ+2MkDasnX/XK4rqP5ZTWngK1ZDeCi6EnxPQ7A==
869-
dependencies:
870-
"@typescript-eslint/types" "4.29.1"
871-
"@typescript-eslint/visitor-keys" "4.29.1"
872-
873865
"@typescript-eslint/[email protected]":
874866
version "4.29.2"
875867
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.29.2.tgz#442b0f029d981fa402942715b1718ac7fcd5aa1b"
@@ -878,29 +870,11 @@
878870
"@typescript-eslint/types" "4.29.2"
879871
"@typescript-eslint/visitor-keys" "4.29.2"
880872

881-
"@typescript-eslint/[email protected]":
882-
version "4.29.1"
883-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.29.1.tgz#94cce6cf7cc83451df03339cda99d326be2feaf5"
884-
integrity sha512-Jj2yu78IRfw4nlaLtKjVaGaxh/6FhofmQ/j8v3NXmAiKafbIqtAPnKYrf0sbGjKdj0hS316J8WhnGnErbJ4RCA==
885-
886873
"@typescript-eslint/[email protected]":
887874
version "4.29.2"
888875
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.29.2.tgz#fc0489c6b89773f99109fb0aa0aaddff21f52fcd"
889876
integrity sha512-K6ApnEXId+WTGxqnda8z4LhNMa/pZmbTFkDxEBLQAbhLZL50DjeY0VIDCml/0Y3FlcbqXZrABqrcKxq+n0LwzQ==
890877

891-
"@typescript-eslint/[email protected]":
892-
version "4.29.1"
893-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.1.tgz#7b32a25ff8e51f2671ccc6b26cdbee3b1e6c5e7f"
894-
integrity sha512-lIkkrR9E4lwZkzPiRDNq0xdC3f2iVCUjw/7WPJ4S2Sl6C3nRWkeE1YXCQ0+KsiaQRbpY16jNaokdWnm9aUIsfw==
895-
dependencies:
896-
"@typescript-eslint/types" "4.29.1"
897-
"@typescript-eslint/visitor-keys" "4.29.1"
898-
debug "^4.3.1"
899-
globby "^11.0.3"
900-
is-glob "^4.0.1"
901-
semver "^7.3.5"
902-
tsutils "^3.21.0"
903-
904878
"@typescript-eslint/[email protected]":
905879
version "4.29.2"
906880
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.2.tgz#a0ea8b98b274adbb2577100ba545ddf8bf7dc219"
@@ -914,14 +888,6 @@
914888
semver "^7.3.5"
915889
tsutils "^3.21.0"
916890

917-
"@typescript-eslint/[email protected]":
918-
version "4.29.1"
919-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.1.tgz#0615be8b55721f5e854f3ee99f1a714f2d093e5d"
920-
integrity sha512-zLqtjMoXvgdZY/PG6gqA73V8BjqPs4af1v2kiiETBObp+uC6gRYnJLmJHxC0QyUrrHDLJPIWNYxoBV3wbcRlag==
921-
dependencies:
922-
"@typescript-eslint/types" "4.29.1"
923-
eslint-visitor-keys "^2.0.0"
924-
925891
"@typescript-eslint/[email protected]":
926892
version "4.29.2"
927893
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.2.tgz#d2da7341f3519486f50655159f4e5ecdcb2cd1df"

0 commit comments

Comments
 (0)