Skip to content

Commit 86e9006

Browse files
dependabot[bot]npalm
authored andcommitted
chore: Bump @typescript-eslint/eslint-plugin (#755)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.17.0 to 4.22.0. - [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.22.0/packages/eslint-plugin) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 605bd79 commit 86e9006

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/jest": "^26.0.22",
2020
"@types/node": "^14.14.41",
2121
"@types/request": "^2.48.4",
22-
"@typescript-eslint/eslint-plugin": "^4.17.0",
22+
"@typescript-eslint/eslint-plugin": "^4.22.0",
2323
"@typescript-eslint/parser": "^4.17.0",
2424
"@zeit/ncc": "^0.22.1",
2525
"aws-sdk": "^2.888.0",

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

Lines changed: 47 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -797,29 +797,29 @@
797797
dependencies:
798798
"@types/yargs-parser" "*"
799799

800-
"@typescript-eslint/eslint-plugin@^4.17.0":
801-
version "4.17.0"
802-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.17.0.tgz#6f856eca4e6a52ce9cf127dfd349096ad936aa2d"
803-
integrity sha512-/fKFDcoHg8oNan39IKFOb5WmV7oWhQe1K6CDaAVfJaNWEhmfqlA24g+u1lqU5bMH7zuNasfMId4LaYWC5ijRLw==
800+
"@typescript-eslint/eslint-plugin@^4.22.0":
801+
version "4.22.0"
802+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.22.0.tgz#3d5f29bb59e61a9dba1513d491b059e536e16dbc"
803+
integrity sha512-U8SP9VOs275iDXaL08Ln1Fa/wLXfj5aTr/1c0t0j6CdbOnxh+TruXu1p4I0NAvdPBQgoPjHsgKn28mOi0FzfoA==
804804
dependencies:
805-
"@typescript-eslint/experimental-utils" "4.17.0"
806-
"@typescript-eslint/scope-manager" "4.17.0"
805+
"@typescript-eslint/experimental-utils" "4.22.0"
806+
"@typescript-eslint/scope-manager" "4.22.0"
807807
debug "^4.1.1"
808808
functional-red-black-tree "^1.0.1"
809809
lodash "^4.17.15"
810810
regexpp "^3.0.0"
811811
semver "^7.3.2"
812812
tsutils "^3.17.1"
813813

814-
"@typescript-eslint/experimental-utils@4.17.0":
815-
version "4.17.0"
816-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.17.0.tgz#762c44aaa1a6a3c05b6d63a8648fb89b89f84c80"
817-
integrity sha512-ZR2NIUbnIBj+LGqCFGQ9yk2EBQrpVVFOh9/Kd0Lm6gLpSAcCuLLe5lUCibKGCqyH9HPwYC0GIJce2O1i8VYmWA==
814+
"@typescript-eslint/experimental-utils@4.22.0":
815+
version "4.22.0"
816+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.22.0.tgz#68765167cca531178e7b650a53456e6e0bef3b1f"
817+
integrity sha512-xJXHHl6TuAxB5AWiVrGhvbGL8/hbiCQ8FiWwObO3r0fnvBdrbWEDy1hlvGQOAWc6qsCWuWMKdVWlLAEMpxnddg==
818818
dependencies:
819819
"@types/json-schema" "^7.0.3"
820-
"@typescript-eslint/scope-manager" "4.17.0"
821-
"@typescript-eslint/types" "4.17.0"
822-
"@typescript-eslint/typescript-estree" "4.17.0"
820+
"@typescript-eslint/scope-manager" "4.22.0"
821+
"@typescript-eslint/types" "4.22.0"
822+
"@typescript-eslint/typescript-estree" "4.22.0"
823823
eslint-scope "^5.0.0"
824824
eslint-utils "^2.0.0"
825825

@@ -841,11 +841,24 @@
841841
"@typescript-eslint/types" "4.17.0"
842842
"@typescript-eslint/visitor-keys" "4.17.0"
843843

844+
"@typescript-eslint/[email protected]":
845+
version "4.22.0"
846+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.22.0.tgz#ed411545e61161a8d702e703a4b7d96ec065b09a"
847+
integrity sha512-OcCO7LTdk6ukawUM40wo61WdeoA7NM/zaoq1/2cs13M7GyiF+T4rxuA4xM+6LeHWjWbss7hkGXjFDRcKD4O04Q==
848+
dependencies:
849+
"@typescript-eslint/types" "4.22.0"
850+
"@typescript-eslint/visitor-keys" "4.22.0"
851+
844852
"@typescript-eslint/[email protected]":
845853
version "4.17.0"
846854
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.17.0.tgz#f57d8fc7f31b348db946498a43050083d25f40ad"
847855
integrity sha512-RN5z8qYpJ+kXwnLlyzZkiJwfW2AY458Bf8WqllkondQIcN2ZxQowAToGSd9BlAUZDB5Ea8I6mqL2quGYCLT+2g==
848856

857+
"@typescript-eslint/[email protected]":
858+
version "4.22.0"
859+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.22.0.tgz#0ca6fde5b68daf6dba133f30959cc0688c8dd0b6"
860+
integrity sha512-sW/BiXmmyMqDPO2kpOhSy2Py5w6KvRRsKZnV0c4+0nr4GIcedJwXAq+RHNK4lLVEZAJYFltnnk1tJSlbeS9lYA==
861+
849862
"@typescript-eslint/[email protected]":
850863
version "4.17.0"
851864
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.17.0.tgz#b835d152804f0972b80dbda92477f9070a72ded1"
@@ -859,6 +872,19 @@
859872
semver "^7.3.2"
860873
tsutils "^3.17.1"
861874

875+
"@typescript-eslint/[email protected]":
876+
version "4.22.0"
877+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.22.0.tgz#b5d95d6d366ff3b72f5168c75775a3e46250d05c"
878+
integrity sha512-TkIFeu5JEeSs5ze/4NID+PIcVjgoU3cUQUIZnH3Sb1cEn1lBo7StSV5bwPuJQuoxKXlzAObjYTilOEKRuhR5yg==
879+
dependencies:
880+
"@typescript-eslint/types" "4.22.0"
881+
"@typescript-eslint/visitor-keys" "4.22.0"
882+
debug "^4.1.1"
883+
globby "^11.0.1"
884+
is-glob "^4.0.1"
885+
semver "^7.3.2"
886+
tsutils "^3.17.1"
887+
862888
"@typescript-eslint/[email protected]":
863889
version "4.17.0"
864890
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.17.0.tgz#9c304cfd20287c14a31d573195a709111849b14d"
@@ -867,6 +893,14 @@
867893
"@typescript-eslint/types" "4.17.0"
868894
eslint-visitor-keys "^2.0.0"
869895

896+
"@typescript-eslint/[email protected]":
897+
version "4.22.0"
898+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.22.0.tgz#169dae26d3c122935da7528c839f42a8a42f6e47"
899+
integrity sha512-nnMu4F+s4o0sll6cBSsTeVsT4cwxB7zECK3dFxzEjPBii9xLpq4yqqsy/FU5zMfan6G60DKZSCXAa3sHJZrcYw==
900+
dependencies:
901+
"@typescript-eslint/types" "4.22.0"
902+
eslint-visitor-keys "^2.0.0"
903+
870904
"@zeit/ncc@^0.22.1":
871905
version "0.22.3"
872906
resolved "https://registry.yarnpkg.com/@zeit/ncc/-/ncc-0.22.3.tgz#fca6b86b4454ce7a7e1e7e755165ec06457f16cd"

0 commit comments

Comments
 (0)