Skip to content

Commit f9e5576

Browse files
dependabot[bot]npalm
authored andcommitted
chore: Bump @typescript-eslint/eslint-plugin (#662)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.16.1 to 4.17.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.17.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 67e59c7 commit f9e5576

File tree

2 files changed

+48
-14
lines changed

2 files changed

+48
-14
lines changed

modules/runners/lambdas/runners/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/aws-lambda": "^8.10.72",
1919
"@types/express": "^4.17.11",
2020
"@types/jest": "^26.0.20",
21-
"@typescript-eslint/eslint-plugin": "^4.16.1",
21+
"@typescript-eslint/eslint-plugin": "^4.17.0",
2222
"@typescript-eslint/parser": "^4.16.1",
2323
"@vercel/ncc": "^0.27.0",
2424
"eslint": "^7.21.0",

modules/runners/lambdas/runners/yarn.lock

Lines changed: 47 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -819,29 +819,29 @@
819819
dependencies:
820820
"@types/yargs-parser" "*"
821821

822-
"@typescript-eslint/eslint-plugin@^4.16.1":
823-
version "4.16.1"
824-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.16.1.tgz#2caf6a79dd19c3853b8d39769a27fccb24e4e651"
825-
integrity sha512-SK777klBdlkUZpZLC1mPvyOWk9yAFCWmug13eAjVQ4/Q1LATE/NbcQL1xDHkptQkZOLnPmLUA1Y54m8dqYwnoQ==
822+
"@typescript-eslint/eslint-plugin@^4.17.0":
823+
version "4.17.0"
824+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.17.0.tgz#6f856eca4e6a52ce9cf127dfd349096ad936aa2d"
825+
integrity sha512-/fKFDcoHg8oNan39IKFOb5WmV7oWhQe1K6CDaAVfJaNWEhmfqlA24g+u1lqU5bMH7zuNasfMId4LaYWC5ijRLw==
826826
dependencies:
827-
"@typescript-eslint/experimental-utils" "4.16.1"
828-
"@typescript-eslint/scope-manager" "4.16.1"
827+
"@typescript-eslint/experimental-utils" "4.17.0"
828+
"@typescript-eslint/scope-manager" "4.17.0"
829829
debug "^4.1.1"
830830
functional-red-black-tree "^1.0.1"
831831
lodash "^4.17.15"
832832
regexpp "^3.0.0"
833833
semver "^7.3.2"
834834
tsutils "^3.17.1"
835835

836-
"@typescript-eslint/experimental-utils@4.16.1":
837-
version "4.16.1"
838-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.16.1.tgz#da7a396dc7d0e01922acf102b76efff17320b328"
839-
integrity sha512-0Hm3LSlMYFK17jO4iY3un1Ve9x1zLNn4EM50Lia+0EV99NdbK+cn0er7HC7IvBA23mBg3P+8dUkMXy4leL33UQ==
836+
"@typescript-eslint/experimental-utils@4.17.0":
837+
version "4.17.0"
838+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.17.0.tgz#762c44aaa1a6a3c05b6d63a8648fb89b89f84c80"
839+
integrity sha512-ZR2NIUbnIBj+LGqCFGQ9yk2EBQrpVVFOh9/Kd0Lm6gLpSAcCuLLe5lUCibKGCqyH9HPwYC0GIJce2O1i8VYmWA==
840840
dependencies:
841841
"@types/json-schema" "^7.0.3"
842-
"@typescript-eslint/scope-manager" "4.16.1"
843-
"@typescript-eslint/types" "4.16.1"
844-
"@typescript-eslint/typescript-estree" "4.16.1"
842+
"@typescript-eslint/scope-manager" "4.17.0"
843+
"@typescript-eslint/types" "4.17.0"
844+
"@typescript-eslint/typescript-estree" "4.17.0"
845845
eslint-scope "^5.0.0"
846846
eslint-utils "^2.0.0"
847847

@@ -863,11 +863,24 @@
863863
"@typescript-eslint/types" "4.16.1"
864864
"@typescript-eslint/visitor-keys" "4.16.1"
865865

866+
"@typescript-eslint/[email protected]":
867+
version "4.17.0"
868+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.17.0.tgz#f4edf94eff3b52a863180f7f89581bf963e3d37d"
869+
integrity sha512-OJ+CeTliuW+UZ9qgULrnGpPQ1bhrZNFpfT/Bc0pzNeyZwMik7/ykJ0JHnQ7krHanFN9wcnPK89pwn84cRUmYjw==
870+
dependencies:
871+
"@typescript-eslint/types" "4.17.0"
872+
"@typescript-eslint/visitor-keys" "4.17.0"
873+
866874
"@typescript-eslint/[email protected]":
867875
version "4.16.1"
868876
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.16.1.tgz#5ba2d3e38b1a67420d2487519e193163054d9c15"
869877
integrity sha512-nnKqBwMgRlhzmJQF8tnFDZWfunXmJyuXj55xc8Kbfup4PbkzdoDXZvzN8//EiKR27J6vUSU8j4t37yUuYPiLqA==
870878

879+
"@typescript-eslint/[email protected]":
880+
version "4.17.0"
881+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.17.0.tgz#f57d8fc7f31b348db946498a43050083d25f40ad"
882+
integrity sha512-RN5z8qYpJ+kXwnLlyzZkiJwfW2AY458Bf8WqllkondQIcN2ZxQowAToGSd9BlAUZDB5Ea8I6mqL2quGYCLT+2g==
883+
871884
"@typescript-eslint/[email protected]":
872885
version "4.16.1"
873886
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.16.1.tgz#c2fc46b05a48fbf8bbe8b66a63f0a9ba04b356f1"
@@ -881,6 +894,19 @@
881894
semver "^7.3.2"
882895
tsutils "^3.17.1"
883896

897+
"@typescript-eslint/[email protected]":
898+
version "4.17.0"
899+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.17.0.tgz#b835d152804f0972b80dbda92477f9070a72ded1"
900+
integrity sha512-lRhSFIZKUEPPWpWfwuZBH9trYIEJSI0vYsrxbvVvNyIUDoKWaklOAelsSkeh3E2VBSZiNe9BZ4E5tYBZbUczVQ==
901+
dependencies:
902+
"@typescript-eslint/types" "4.17.0"
903+
"@typescript-eslint/visitor-keys" "4.17.0"
904+
debug "^4.1.1"
905+
globby "^11.0.1"
906+
is-glob "^4.0.1"
907+
semver "^7.3.2"
908+
tsutils "^3.17.1"
909+
884910
"@typescript-eslint/[email protected]":
885911
version "4.16.1"
886912
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.16.1.tgz#d7571fb580749fae621520deeb134370bbfc7293"
@@ -889,6 +915,14 @@
889915
"@typescript-eslint/types" "4.16.1"
890916
eslint-visitor-keys "^2.0.0"
891917

918+
"@typescript-eslint/[email protected]":
919+
version "4.17.0"
920+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.17.0.tgz#9c304cfd20287c14a31d573195a709111849b14d"
921+
integrity sha512-WfuMN8mm5SSqXuAr9NM+fItJ0SVVphobWYkWOwQ1odsfC014Vdxk/92t4JwS1Q6fCA/ABfCKpa3AVtpUKTNKGQ==
922+
dependencies:
923+
"@typescript-eslint/types" "4.17.0"
924+
eslint-visitor-keys "^2.0.0"
925+
892926
"@vercel/ncc@^0.27.0":
893927
version "0.27.0"
894928
resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.27.0.tgz#c0cfeebb0bebb56052719efa4a0ecc090a932c76"

0 commit comments

Comments
 (0)