Skip to content

Commit 98e85d3

Browse files
chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.42.1 to 5.43.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.43.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] <[email protected]>
1 parent b99b300 commit 98e85d3

File tree

1 file changed

+53
-19
lines changed

1 file changed

+53
-19
lines changed

Diff for: yarn.lock

+53-19
Original file line numberDiff line numberDiff line change
@@ -797,13 +797,13 @@
797797
"@types/yargs-parser" "*"
798798

799799
"@typescript-eslint/eslint-plugin@^5.10.2":
800-
version "5.42.1"
801-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.42.1.tgz#696b9cc21dfd4749c1c8ad1307f76a36a00aa0e3"
802-
integrity sha512-LyR6x784JCiJ1j6sH5Y0K6cdExqCCm8DJUTcwG5ThNXJj/G8o5E56u5EdG4SLy+bZAwZBswC+GYn3eGdttBVCg==
800+
version "5.43.0"
801+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.43.0.tgz#4a5248eb31b454715ddfbf8cfbf497529a0a78bc"
802+
integrity sha512-wNPzG+eDR6+hhW4yobEmpR36jrqqQv1vxBq5LJO3fBAktjkvekfr4BRl+3Fn1CM/A+s8/EiGUbOMDoYqWdbtXA==
803803
dependencies:
804-
"@typescript-eslint/scope-manager" "5.42.1"
805-
"@typescript-eslint/type-utils" "5.42.1"
806-
"@typescript-eslint/utils" "5.42.1"
804+
"@typescript-eslint/scope-manager" "5.43.0"
805+
"@typescript-eslint/type-utils" "5.43.0"
806+
"@typescript-eslint/utils" "5.43.0"
807807
debug "^4.3.4"
808808
ignore "^5.2.0"
809809
natural-compare-lite "^1.4.0"
@@ -829,13 +829,21 @@
829829
"@typescript-eslint/types" "5.42.1"
830830
"@typescript-eslint/visitor-keys" "5.42.1"
831831

832-
"@typescript-eslint/type-utils@5.42.1":
833-
version "5.42.1"
834-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.42.1.tgz#21328feb2d4b193c5852b35aabd241ccc1449daa"
835-
integrity sha512-WWiMChneex5w4xPIX56SSnQQo0tEOy5ZV2dqmj8Z371LJ0E+aymWD25JQ/l4FOuuX+Q49A7pzh/CGIQflxMVXg==
832+
"@typescript-eslint/scope-manager@5.43.0":
833+
version "5.43.0"
834+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.43.0.tgz#566e46303392014d5d163704724872e1f2dd3c15"
835+
integrity sha512-XNWnGaqAtTJsUiZaoiGIrdJYHsUOd3BZ3Qj5zKp9w6km6HsrjPk/TGZv0qMTWyWj0+1QOqpHQ2gZOLXaGA9Ekw==
836836
dependencies:
837-
"@typescript-eslint/typescript-estree" "5.42.1"
838-
"@typescript-eslint/utils" "5.42.1"
837+
"@typescript-eslint/types" "5.43.0"
838+
"@typescript-eslint/visitor-keys" "5.43.0"
839+
840+
"@typescript-eslint/[email protected]":
841+
version "5.43.0"
842+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.43.0.tgz#91110fb827df5161209ecca06f70d19a96030be6"
843+
integrity sha512-K21f+KY2/VvYggLf5Pk4tgBOPs2otTaIHy2zjclo7UZGLyFH86VfUOm5iq+OtDtxq/Zwu2I3ujDBykVW4Xtmtg==
844+
dependencies:
845+
"@typescript-eslint/typescript-estree" "5.43.0"
846+
"@typescript-eslint/utils" "5.43.0"
839847
debug "^4.3.4"
840848
tsutils "^3.21.0"
841849

@@ -844,6 +852,11 @@
844852
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.42.1.tgz#0d4283c30e9b70d2aa2391c36294413de9106df2"
845853
integrity sha512-Qrco9dsFF5lhalz+lLFtxs3ui1/YfC6NdXu+RAGBa8uSfn01cjO7ssCsjIsUs484vny9Xm699FSKwpkCcqwWwA==
846854

855+
"@typescript-eslint/[email protected]":
856+
version "5.43.0"
857+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.43.0.tgz#e4ddd7846fcbc074325293515fa98e844d8d2578"
858+
integrity sha512-jpsbcD0x6AUvV7tyOlyvon0aUsQpF8W+7TpJntfCUWU1qaIKu2K34pMwQKSzQH8ORgUrGYY6pVIh1Pi8TNeteg==
859+
847860
"@typescript-eslint/[email protected]":
848861
version "5.42.1"
849862
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.42.1.tgz#f9a223ecb547a781d37e07a5ac6ba9ff681eaef0"
@@ -857,16 +870,29 @@
857870
semver "^7.3.7"
858871
tsutils "^3.21.0"
859872

860-
"@typescript-eslint/[email protected]":
861-
version "5.42.1"
862-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.42.1.tgz#2789b1cd990f0c07aaa3e462dbe0f18d736d5071"
863-
integrity sha512-Gxvf12xSp3iYZd/fLqiQRD4uKZjDNR01bQ+j8zvhPjpsZ4HmvEFL/tC4amGNyxN9Rq+iqvpHLhlqx6KTxz9ZyQ==
873+
"@typescript-eslint/[email protected]":
874+
version "5.43.0"
875+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.43.0.tgz#b6883e58ba236a602c334be116bfc00b58b3b9f2"
876+
integrity sha512-BZ1WVe+QQ+igWal2tDbNg1j2HWUkAa+CVqdU79L4HP9izQY6CNhXfkNwd1SS4+sSZAP/EthI1uiCSY/+H0pROg==
877+
dependencies:
878+
"@typescript-eslint/types" "5.43.0"
879+
"@typescript-eslint/visitor-keys" "5.43.0"
880+
debug "^4.3.4"
881+
globby "^11.1.0"
882+
is-glob "^4.0.3"
883+
semver "^7.3.7"
884+
tsutils "^3.21.0"
885+
886+
"@typescript-eslint/[email protected]":
887+
version "5.43.0"
888+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.43.0.tgz#00fdeea07811dbdf68774a6f6eacfee17fcc669f"
889+
integrity sha512-8nVpA6yX0sCjf7v/NDfeaOlyaIIqL7OaIGOWSPFqUKK59Gnumd3Wa+2l8oAaYO2lk0sO+SbWFWRSvhu8gLGv4A==
864890
dependencies:
865891
"@types/json-schema" "^7.0.9"
866892
"@types/semver" "^7.3.12"
867-
"@typescript-eslint/scope-manager" "5.42.1"
868-
"@typescript-eslint/types" "5.42.1"
869-
"@typescript-eslint/typescript-estree" "5.42.1"
893+
"@typescript-eslint/scope-manager" "5.43.0"
894+
"@typescript-eslint/types" "5.43.0"
895+
"@typescript-eslint/typescript-estree" "5.43.0"
870896
eslint-scope "^5.1.1"
871897
eslint-utils "^3.0.0"
872898
semver "^7.3.7"
@@ -879,6 +905,14 @@
879905
"@typescript-eslint/types" "5.42.1"
880906
eslint-visitor-keys "^3.3.0"
881907

908+
"@typescript-eslint/[email protected]":
909+
version "5.43.0"
910+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.43.0.tgz#cbbdadfdfea385310a20a962afda728ea106befa"
911+
integrity sha512-icl1jNH/d18OVHLfcwdL3bWUKsBeIiKYTGxMJCoGe7xFht+E4QgzOqoWYrU8XSLJWhVw8nTacbm03v23J/hFTg==
912+
dependencies:
913+
"@typescript-eslint/types" "5.43.0"
914+
eslint-visitor-keys "^3.3.0"
915+
882916
acorn-jsx@^5.3.2:
883917
version "5.3.2"
884918
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"

0 commit comments

Comments
 (0)