Skip to content

Commit 58b814a

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.40.1 to 5.41.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.41.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 aaca138 commit 58b814a

File tree

1 file changed

+19
-53
lines changed

1 file changed

+19
-53
lines changed

Diff for: yarn.lock

+19-53
Original file line numberDiff line numberDiff line change
@@ -733,13 +733,13 @@
733733
"@types/yargs-parser" "*"
734734

735735
"@typescript-eslint/eslint-plugin@^5.10.2":
736-
version "5.40.1"
737-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.40.1.tgz#3203a6ff396b1194083faaa6e5110c401201d7d5"
738-
integrity sha512-FsWboKkWdytGiXT5O1/R9j37YgcjO8MKHSUmWnIEjVaz0krHkplPnYi7mwdb+5+cs0toFNQb0HIrN7zONdIEWg==
736+
version "5.41.0"
737+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.41.0.tgz#f8eeb1c6bb2549f795f3ba71aec3b38d1ab6b1e1"
738+
integrity sha512-DXUS22Y57/LAFSg3x7Vi6RNAuLpTXwxB9S2nIA7msBb/Zt8p7XqMwdpdc1IU7CkOQUPgAqR5fWvxuKCbneKGmA==
739739
dependencies:
740-
"@typescript-eslint/scope-manager" "5.40.1"
741-
"@typescript-eslint/type-utils" "5.40.1"
742-
"@typescript-eslint/utils" "5.40.1"
740+
"@typescript-eslint/scope-manager" "5.41.0"
741+
"@typescript-eslint/type-utils" "5.41.0"
742+
"@typescript-eslint/utils" "5.41.0"
743743
debug "^4.3.4"
744744
ignore "^5.2.0"
745745
regexpp "^3.2.0"
@@ -756,14 +756,6 @@
756756
"@typescript-eslint/typescript-estree" "5.41.0"
757757
debug "^4.3.4"
758758

759-
"@typescript-eslint/[email protected]":
760-
version "5.40.1"
761-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.40.1.tgz#a7a5197dfd234622a2421ea590ee0ccc02e18dfe"
762-
integrity sha512-jkn4xsJiUQucI16OLCXrLRXDZ3afKhOIqXs4R3O+M00hdQLKR58WuyXPZZjhKLFCEP2g+TXdBRtLQ33UfAdRUg==
763-
dependencies:
764-
"@typescript-eslint/types" "5.40.1"
765-
"@typescript-eslint/visitor-keys" "5.40.1"
766-
767759
"@typescript-eslint/[email protected]":
768760
version "5.41.0"
769761
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.41.0.tgz#28e3a41d626288d0628be14cf9de8d49fc30fadf"
@@ -772,39 +764,21 @@
772764
"@typescript-eslint/types" "5.41.0"
773765
"@typescript-eslint/visitor-keys" "5.41.0"
774766

775-
"@typescript-eslint/type-utils@5.40.1":
776-
version "5.40.1"
777-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.40.1.tgz#091e4ce3bebbdb68f4980bae9dee2e4e1725f601"
778-
integrity sha512-DLAs+AHQOe6n5LRraXiv27IYPhleF0ldEmx6yBqBgBLaNRKTkffhV1RPsjoJBhVup2zHxfaRtan8/YRBgYhU9Q==
767+
"@typescript-eslint/type-utils@5.41.0":
768+
version "5.41.0"
769+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.41.0.tgz#2371601171e9f26a4e6da918a7913f7266890cdf"
770+
integrity sha512-L30HNvIG6A1Q0R58e4hu4h+fZqaO909UcnnPbwKiN6Rc3BUEx6ez2wgN7aC0cBfcAjZfwkzE+E2PQQ9nEuoqfA==
779771
dependencies:
780-
"@typescript-eslint/typescript-estree" "5.40.1"
781-
"@typescript-eslint/utils" "5.40.1"
772+
"@typescript-eslint/typescript-estree" "5.41.0"
773+
"@typescript-eslint/utils" "5.41.0"
782774
debug "^4.3.4"
783775
tsutils "^3.21.0"
784776

785-
"@typescript-eslint/[email protected]":
786-
version "5.40.1"
787-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.40.1.tgz#de37f4f64de731ee454bb2085d71030aa832f749"
788-
integrity sha512-Icg9kiuVJSwdzSQvtdGspOlWNjVDnF3qVIKXdJ103o36yRprdl3Ge5cABQx+csx960nuMF21v8qvO31v9t3OHw==
789-
790777
"@typescript-eslint/[email protected]":
791778
version "5.41.0"
792779
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.41.0.tgz#6800abebc4e6abaf24cdf220fb4ce28f4ab09a85"
793780
integrity sha512-5BejraMXMC+2UjefDvrH0Fo/eLwZRV6859SXRg+FgbhA0R0l6lDqDGAQYhKbXhPN2ofk2kY5sgGyLNL907UXpA==
794781

795-
"@typescript-eslint/[email protected]":
796-
version "5.40.1"
797-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.1.tgz#9a7d25492f02c69882ce5e0cd1857b0c55645d72"
798-
integrity sha512-5QTP/nW5+60jBcEPfXy/EZL01qrl9GZtbgDZtDPlfW5zj/zjNrdI2B5zMUHmOsfvOr2cWqwVdWjobCiHcedmQA==
799-
dependencies:
800-
"@typescript-eslint/types" "5.40.1"
801-
"@typescript-eslint/visitor-keys" "5.40.1"
802-
debug "^4.3.4"
803-
globby "^11.1.0"
804-
is-glob "^4.0.3"
805-
semver "^7.3.7"
806-
tsutils "^3.21.0"
807-
808782
"@typescript-eslint/[email protected]":
809783
version "5.41.0"
810784
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.41.0.tgz#bf5c6b3138adbdc73ba4871d060ae12c59366c61"
@@ -818,28 +792,20 @@
818792
semver "^7.3.7"
819793
tsutils "^3.21.0"
820794

821-
"@typescript-eslint/utils@5.40.1":
822-
version "5.40.1"
823-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.40.1.tgz#3204fb73a559d3b7bab7dc9d3c44487c2734a9ca"
824-
integrity sha512-a2TAVScoX9fjryNrW6BZRnreDUszxqm9eQ9Esv8n5nXApMW0zeANUYlwh/DED04SC/ifuBvXgZpIK5xeJHQ3aw==
795+
"@typescript-eslint/utils@5.41.0":
796+
version "5.41.0"
797+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.41.0.tgz#f41ae5883994a249d00b2ce69f4188f3a23fa0f9"
798+
integrity sha512-QlvfwaN9jaMga9EBazQ+5DDx/4sAdqDkcs05AsQHMaopluVCUyu1bTRUVKzXbgjDlrRAQrYVoi/sXJ9fmG+KLQ==
825799
dependencies:
826800
"@types/json-schema" "^7.0.9"
827801
"@types/semver" "^7.3.12"
828-
"@typescript-eslint/scope-manager" "5.40.1"
829-
"@typescript-eslint/types" "5.40.1"
830-
"@typescript-eslint/typescript-estree" "5.40.1"
802+
"@typescript-eslint/scope-manager" "5.41.0"
803+
"@typescript-eslint/types" "5.41.0"
804+
"@typescript-eslint/typescript-estree" "5.41.0"
831805
eslint-scope "^5.1.1"
832806
eslint-utils "^3.0.0"
833807
semver "^7.3.7"
834808

835-
"@typescript-eslint/[email protected]":
836-
version "5.40.1"
837-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.1.tgz#f3d2bf5af192f4432b84cec6fdcb387193518754"
838-
integrity sha512-A2DGmeZ+FMja0geX5rww+DpvILpwo1OsiQs0M+joPWJYsiEFBLsH0y1oFymPNul6Z5okSmHpP4ivkc2N0Cgfkw==
839-
dependencies:
840-
"@typescript-eslint/types" "5.40.1"
841-
eslint-visitor-keys "^3.3.0"
842-
843809
"@typescript-eslint/[email protected]":
844810
version "5.41.0"
845811
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.41.0.tgz#d3510712bc07d5540160ed3c0f8f213b73e3bcd9"

0 commit comments

Comments
 (0)