Skip to content

Commit 34ab6d8

Browse files
dependabot[bot]npalm
authored andcommitted
chore: Bump @typescript-eslint/eslint-plugin (#627)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.15.1 to 4.16.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.16.1/packages/eslint-plugin) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 097f862 commit 34ab6d8

File tree

2 files changed

+14
-48
lines changed

2 files changed

+14
-48
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.15.1",
21+
"@typescript-eslint/eslint-plugin": "^4.16.1",
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: 13 additions & 47 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.15.1":
823-
version "4.15.1"
824-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.15.1.tgz#835f64aa0a403e5e9e64c10ceaf8d05c3f015180"
825-
integrity sha512-yW2epMYZSpNJXZy22Biu+fLdTG8Mn6b22kR3TqblVk50HGNV8Zya15WAXuQCr8tKw4Qf1BL4QtI6kv6PCkLoJw==
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==
826826
dependencies:
827-
"@typescript-eslint/experimental-utils" "4.15.1"
828-
"@typescript-eslint/scope-manager" "4.15.1"
827+
"@typescript-eslint/experimental-utils" "4.16.1"
828+
"@typescript-eslint/scope-manager" "4.16.1"
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.15.1":
837-
version "4.15.1"
838-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.15.1.tgz#d744d1ac40570a84b447f7aa1b526368afd17eec"
839-
integrity sha512-9LQRmOzBRI1iOdJorr4jEnQhadxK4c9R2aEAsm7WE/7dq8wkKD1suaV0S/JucTL8QlYUPU1y2yjqg+aGC0IQBQ==
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==
840840
dependencies:
841841
"@types/json-schema" "^7.0.3"
842-
"@typescript-eslint/scope-manager" "4.15.1"
843-
"@typescript-eslint/types" "4.15.1"
844-
"@typescript-eslint/typescript-estree" "4.15.1"
842+
"@typescript-eslint/scope-manager" "4.16.1"
843+
"@typescript-eslint/types" "4.16.1"
844+
"@typescript-eslint/typescript-estree" "4.16.1"
845845
eslint-scope "^5.0.0"
846846
eslint-utils "^2.0.0"
847847

@@ -855,14 +855,6 @@
855855
"@typescript-eslint/typescript-estree" "4.16.1"
856856
debug "^4.1.1"
857857

858-
"@typescript-eslint/[email protected]":
859-
version "4.15.1"
860-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.15.1.tgz#f6511eb38def2a8a6be600c530c243bbb56ac135"
861-
integrity sha512-ibQrTFcAm7yG4C1iwpIYK7vDnFg+fKaZVfvyOm3sNsGAerKfwPVFtYft5EbjzByDJ4dj1WD8/34REJfw/9wdVA==
862-
dependencies:
863-
"@typescript-eslint/types" "4.15.1"
864-
"@typescript-eslint/visitor-keys" "4.15.1"
865-
866858
"@typescript-eslint/[email protected]":
867859
version "4.16.1"
868860
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.16.1.tgz#244e2006bc60cfe46987e9987f4ff49c9e3f00d5"
@@ -871,29 +863,11 @@
871863
"@typescript-eslint/types" "4.16.1"
872864
"@typescript-eslint/visitor-keys" "4.16.1"
873865

874-
"@typescript-eslint/[email protected]":
875-
version "4.15.1"
876-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.15.1.tgz#da702f544ef1afae4bc98da699eaecd49cf31c8c"
877-
integrity sha512-iGsaUyWFyLz0mHfXhX4zO6P7O3sExQpBJ2dgXB0G5g/8PRVfBBsmQIc3r83ranEQTALLR3Vko/fnCIVqmH+mPw==
878-
879866
"@typescript-eslint/[email protected]":
880867
version "4.16.1"
881868
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.16.1.tgz#5ba2d3e38b1a67420d2487519e193163054d9c15"
882869
integrity sha512-nnKqBwMgRlhzmJQF8tnFDZWfunXmJyuXj55xc8Kbfup4PbkzdoDXZvzN8//EiKR27J6vUSU8j4t37yUuYPiLqA==
883870

884-
"@typescript-eslint/[email protected]":
885-
version "4.15.1"
886-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.15.1.tgz#fa9a9ff88b4a04d901ddbe5b248bc0a00cd610be"
887-
integrity sha512-z8MN3CicTEumrWAEB2e2CcoZa3KP9+SMYLIA2aM49XW3cWIaiVSOAGq30ffR5XHxRirqE90fgLw3e6WmNx5uNw==
888-
dependencies:
889-
"@typescript-eslint/types" "4.15.1"
890-
"@typescript-eslint/visitor-keys" "4.15.1"
891-
debug "^4.1.1"
892-
globby "^11.0.1"
893-
is-glob "^4.0.1"
894-
semver "^7.3.2"
895-
tsutils "^3.17.1"
896-
897871
"@typescript-eslint/[email protected]":
898872
version "4.16.1"
899873
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.16.1.tgz#c2fc46b05a48fbf8bbe8b66a63f0a9ba04b356f1"
@@ -907,14 +881,6 @@
907881
semver "^7.3.2"
908882
tsutils "^3.17.1"
909883

910-
"@typescript-eslint/[email protected]":
911-
version "4.15.1"
912-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.15.1.tgz#c76abbf2a3be8a70ed760f0e5756bf62de5865dd"
913-
integrity sha512-tYzaTP9plooRJY8eNlpAewTOqtWW/4ff/5wBjNVaJ0S0wC4Gpq/zDVRTJa5bq2v1pCNQ08xxMCndcvR+h7lMww==
914-
dependencies:
915-
"@typescript-eslint/types" "4.15.1"
916-
eslint-visitor-keys "^2.0.0"
917-
918884
"@typescript-eslint/[email protected]":
919885
version "4.16.1"
920886
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.16.1.tgz#d7571fb580749fae621520deeb134370bbfc7293"

0 commit comments

Comments
 (0)