Skip to content

Commit 112a581

Browse files
Bump @typescript-eslint/eslint-plugin from 5.4.0 to 5.5.0 (#5)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.5.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nick Liffen <nickliffen@github.com>
1 parent 141afb7 commit 112a581

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/jest": "^27.0.3",
2626
"@types/json-schema": "^7.0.9",
2727
"@types/node": "^16.11.9",
28-
"@typescript-eslint/eslint-plugin": "^5.4.0",
28+
"@typescript-eslint/eslint-plugin": "^5.5.0",
2929
"@typescript-eslint/parser": "^5.5.0",
3030
"eslint": "^8.3.0",
3131
"eslint-config-prettier": "^8.3.0",

yarn.lock

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

830-
"@typescript-eslint/eslint-plugin@^5.4.0":
831-
version "5.4.0"
832-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.4.0.tgz#05e711a2e7b68342661fde61bccbd1531c19521a"
833-
integrity sha512-9/yPSBlwzsetCsGEn9j24D8vGQgJkOTr4oMLas/w886ZtzKIs1iyoqFrwsX2fqYEeUwsdBpC21gcjRGo57u0eg==
830+
"@typescript-eslint/eslint-plugin@^5.5.0":
831+
version "5.5.0"
832+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.5.0.tgz#12d5f47f127af089b985f3a205c0e34a812f8fce"
833+
integrity sha512-4bV6fulqbuaO9UMXU0Ia0o6z6if+kmMRW8rMRyfqXj/eGrZZRGedS4n0adeGNnjr8LKAM495hrQ7Tea52UWmQA==
834834
dependencies:
835-
"@typescript-eslint/experimental-utils" "5.4.0"
836-
"@typescript-eslint/scope-manager" "5.4.0"
835+
"@typescript-eslint/experimental-utils" "5.5.0"
836+
"@typescript-eslint/scope-manager" "5.5.0"
837837
debug "^4.3.2"
838838
functional-red-black-tree "^1.0.1"
839839
ignore "^5.1.8"
840840
regexpp "^3.2.0"
841841
semver "^7.3.5"
842842
tsutils "^3.21.0"
843843

844-
"@typescript-eslint/experimental-utils@5.4.0", "@typescript-eslint/experimental-utils@^5.0.0":
845-
version "5.4.0"
846-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.4.0.tgz#238a7418d2da3b24874ba35385eb21cc61d2a65e"
847-
integrity sha512-Nz2JDIQUdmIGd6p33A+naQmwfkU5KVTLb/5lTk+tLVTDacZKoGQisj8UCxk7onJcrgjIvr8xWqkYI+DbI3TfXg==
844+
"@typescript-eslint/experimental-utils@5.5.0", "@typescript-eslint/experimental-utils@^5.0.0":
845+
version "5.5.0"
846+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.5.0.tgz#3fe2514dc2f3cd95562206e4058435ea51df609e"
847+
integrity sha512-kjWeeVU+4lQ1SLYErRKV5yDXbWDPkpbzTUUlfAUifPYvpX0qZlrcCZ96/6oWxt3QxtK5WVhXz+KsnwW9cIW+3A==
848848
dependencies:
849849
"@types/json-schema" "^7.0.9"
850-
"@typescript-eslint/scope-manager" "5.4.0"
851-
"@typescript-eslint/types" "5.4.0"
852-
"@typescript-eslint/typescript-estree" "5.4.0"
850+
"@typescript-eslint/scope-manager" "5.5.0"
851+
"@typescript-eslint/types" "5.5.0"
852+
"@typescript-eslint/typescript-estree" "5.5.0"
853853
eslint-scope "^5.1.1"
854854
eslint-utils "^3.0.0"
855855

0 commit comments

Comments
 (0)