Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 363067b

Browse files
chore: Bump @typescript-eslint/eslint-plugin (#1060)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.29.0 to 4.29.1. - [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.1/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 ed2daf2 commit 363067b

File tree

2 files changed

+48
-14
lines changed

2 files changed

+48
-14
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/jest": "^26.0.22",
2020
"@types/node": "^16.4.12",
2121
"@types/request": "^2.48.4",
22-
"@typescript-eslint/eslint-plugin": "^4.28.0",
22+
"@typescript-eslint/eslint-plugin": "^4.29.1",
2323
"@typescript-eslint/parser": "^4.17.0",
2424
"@vercel/ncc": "^0.29.0",
2525
"aws-sdk": "^2.965.0",

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

+47-13
Original file line numberDiff line numberDiff line change
@@ -801,28 +801,28 @@
801801
dependencies:
802802
"@types/yargs-parser" "*"
803803

804-
"@typescript-eslint/eslint-plugin@^4.28.0":
805-
version "4.29.0"
806-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.29.0.tgz#b866c9cd193bfaba5e89bade0015629ebeb27996"
807-
integrity sha512-eiREtqWRZ8aVJcNru7cT/AMVnYd9a2UHsfZT8MR1dW3UUEg6jDv9EQ9Cq4CUPZesyQ58YUpoAADGv71jY8RwgA==
804+
"@typescript-eslint/eslint-plugin@^4.29.1":
805+
version "4.29.1"
806+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.29.1.tgz#808d206e2278e809292b5de752a91105da85860b"
807+
integrity sha512-AHqIU+SqZZgBEiWOrtN94ldR3ZUABV5dUG94j8Nms9rQnHFc8fvDOue/58K4CFz6r8OtDDc35Pw9NQPWo0Ayrw==
808808
dependencies:
809-
"@typescript-eslint/experimental-utils" "4.29.0"
810-
"@typescript-eslint/scope-manager" "4.29.0"
809+
"@typescript-eslint/experimental-utils" "4.29.1"
810+
"@typescript-eslint/scope-manager" "4.29.1"
811811
debug "^4.3.1"
812812
functional-red-black-tree "^1.0.1"
813813
regexpp "^3.1.0"
814814
semver "^7.3.5"
815815
tsutils "^3.21.0"
816816

817-
"@typescript-eslint/[email protected].0":
818-
version "4.29.0"
819-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.29.0.tgz#19b1417602d0e1ef325b3312ee95f61220542df5"
820-
integrity sha512-FpNVKykfeaIxlArLUP/yQfv/5/3rhl1ov6RWgud4OgbqWLkEq7lqgQU9iiavZRzpzCRQV4XddyFz3wFXdkiX9w==
817+
"@typescript-eslint/[email protected].1":
818+
version "4.29.1"
819+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.29.1.tgz#0af2b17b0296b60c6b207f11062119fa9c5a8994"
820+
integrity sha512-kl6QG6qpzZthfd2bzPNSJB2YcZpNOrP6r9jueXupcZHnL74WiuSjaft7WSu17J9+ae9zTlk0KJMXPUj0daBxMw==
821821
dependencies:
822822
"@types/json-schema" "^7.0.7"
823-
"@typescript-eslint/scope-manager" "4.29.0"
824-
"@typescript-eslint/types" "4.29.0"
825-
"@typescript-eslint/typescript-estree" "4.29.0"
823+
"@typescript-eslint/scope-manager" "4.29.1"
824+
"@typescript-eslint/types" "4.29.1"
825+
"@typescript-eslint/typescript-estree" "4.29.1"
826826
eslint-scope "^5.1.1"
827827
eslint-utils "^3.0.0"
828828

@@ -844,11 +844,24 @@
844844
"@typescript-eslint/types" "4.29.0"
845845
"@typescript-eslint/visitor-keys" "4.29.0"
846846

847+
"@typescript-eslint/[email protected]":
848+
version "4.29.1"
849+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.29.1.tgz#f25da25bc6512812efa2ce5ebd36619d68e61358"
850+
integrity sha512-Hzv/uZOa9zrD/W5mftZa54Jd5Fed3tL6b4HeaOpwVSabJK8CJ+2MkDasnX/XK4rqP5ZTWngK1ZDeCi6EnxPQ7A==
851+
dependencies:
852+
"@typescript-eslint/types" "4.29.1"
853+
"@typescript-eslint/visitor-keys" "4.29.1"
854+
847855
"@typescript-eslint/[email protected]":
848856
version "4.29.0"
849857
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.29.0.tgz#c8f1a1e4441ea4aca9b3109241adbc145f7f8a4e"
850858
integrity sha512-2YJM6XfWfi8pgU2HRhTp7WgRw78TCRO3dOmSpAvIQ8MOv4B46JD2chnhpNT7Jq8j0APlIbzO1Bach734xxUl4A==
851859

860+
"@typescript-eslint/[email protected]":
861+
version "4.29.1"
862+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.29.1.tgz#94cce6cf7cc83451df03339cda99d326be2feaf5"
863+
integrity sha512-Jj2yu78IRfw4nlaLtKjVaGaxh/6FhofmQ/j8v3NXmAiKafbIqtAPnKYrf0sbGjKdj0hS316J8WhnGnErbJ4RCA==
864+
852865
"@typescript-eslint/[email protected]":
853866
version "4.29.0"
854867
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.0.tgz#af7ab547757b86c91bfdbc54ff86845410856256"
@@ -862,6 +875,19 @@
862875
semver "^7.3.5"
863876
tsutils "^3.21.0"
864877

878+
"@typescript-eslint/[email protected]":
879+
version "4.29.1"
880+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.1.tgz#7b32a25ff8e51f2671ccc6b26cdbee3b1e6c5e7f"
881+
integrity sha512-lIkkrR9E4lwZkzPiRDNq0xdC3f2iVCUjw/7WPJ4S2Sl6C3nRWkeE1YXCQ0+KsiaQRbpY16jNaokdWnm9aUIsfw==
882+
dependencies:
883+
"@typescript-eslint/types" "4.29.1"
884+
"@typescript-eslint/visitor-keys" "4.29.1"
885+
debug "^4.3.1"
886+
globby "^11.0.3"
887+
is-glob "^4.0.1"
888+
semver "^7.3.5"
889+
tsutils "^3.21.0"
890+
865891
"@typescript-eslint/[email protected]":
866892
version "4.29.0"
867893
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.0.tgz#1ff60f240def4d85ea68d4fd2e4e9759b7850c04"
@@ -870,6 +896,14 @@
870896
"@typescript-eslint/types" "4.29.0"
871897
eslint-visitor-keys "^2.0.0"
872898

899+
"@typescript-eslint/[email protected]":
900+
version "4.29.1"
901+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.1.tgz#0615be8b55721f5e854f3ee99f1a714f2d093e5d"
902+
integrity sha512-zLqtjMoXvgdZY/PG6gqA73V8BjqPs4af1v2kiiETBObp+uC6gRYnJLmJHxC0QyUrrHDLJPIWNYxoBV3wbcRlag==
903+
dependencies:
904+
"@typescript-eslint/types" "4.29.1"
905+
eslint-visitor-keys "^2.0.0"
906+
873907
"@vercel/ncc@^0.29.0":
874908
version "0.29.0"
875909
resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.29.0.tgz#ac23fc23f1593b05c72360108bcf6d849d2f317a"

0 commit comments

Comments
 (0)