Skip to content

Commit 658385b

Browse files
authored
Merge pull request #416 from chantouchsek/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.29.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.28.0 to 5.29.0
2 parents c2ad89a + ad51940 commit 658385b

File tree

1 file changed

+18
-52
lines changed

1 file changed

+18
-52
lines changed

yarn.lock

Lines changed: 18 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -2629,13 +2629,13 @@
26292629
"@types/yargs-parser" "*"
26302630

26312631
"@typescript-eslint/eslint-plugin@^5.9.0":
2632-
version "5.28.0"
2633-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.28.0.tgz#6204ac33bdd05ab27c7f77960f1023951115d403"
2634-
integrity sha512-DXVU6Cg29H2M6EybqSg2A+x8DgO9TCUBRp4QEXQHJceLS7ogVDP0g3Lkg/SZCqcvkAP/RruuQqK0gdlkgmhSUA==
2632+
version "5.29.0"
2633+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.29.0.tgz#c67794d2b0fd0b4a47f50266088acdc52a08aab6"
2634+
integrity sha512-kgTsISt9pM53yRFQmLZ4npj99yGl3x3Pl7z4eA66OuTzAGC4bQB5H5fuLwPnqTKU3yyrrg4MIhjF17UYnL4c0w==
26352635
dependencies:
2636-
"@typescript-eslint/scope-manager" "5.28.0"
2637-
"@typescript-eslint/type-utils" "5.28.0"
2638-
"@typescript-eslint/utils" "5.28.0"
2636+
"@typescript-eslint/scope-manager" "5.29.0"
2637+
"@typescript-eslint/type-utils" "5.29.0"
2638+
"@typescript-eslint/utils" "5.29.0"
26392639
debug "^4.3.4"
26402640
functional-red-black-tree "^1.0.1"
26412641
ignore "^5.2.0"
@@ -2653,14 +2653,6 @@
26532653
"@typescript-eslint/typescript-estree" "5.29.0"
26542654
debug "^4.3.4"
26552655

2656-
"@typescript-eslint/[email protected]":
2657-
version "5.28.0"
2658-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.28.0.tgz#ef9a5c68fecde72fd2ff8a84b9c120324826c1b9"
2659-
integrity sha512-LeBLTqF/he1Z+boRhSqnso6YrzcKMTQ8bO/YKEe+6+O/JGof9M0g3IJlIsqfrK/6K03MlFIlycbf1uQR1IjE+w==
2660-
dependencies:
2661-
"@typescript-eslint/types" "5.28.0"
2662-
"@typescript-eslint/visitor-keys" "5.28.0"
2663-
26642656
"@typescript-eslint/[email protected]":
26652657
version "5.29.0"
26662658
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.29.0.tgz#2a6a32e3416cb133e9af8dcf54bf077a916aeed3"
@@ -2669,38 +2661,20 @@
26692661
"@typescript-eslint/types" "5.29.0"
26702662
"@typescript-eslint/visitor-keys" "5.29.0"
26712663

2672-
"@typescript-eslint/type-utils@5.28.0":
2673-
version "5.28.0"
2674-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.28.0.tgz#53ccc78fdcf0205ef544d843b84104c0e9c7ca8e"
2675-
integrity sha512-SyKjKh4CXPglueyC6ceAFytjYWMoPHMswPQae236zqe1YbhvCVQyIawesYywGiu98L9DwrxsBN69vGIVxJ4mQQ==
2664+
"@typescript-eslint/type-utils@5.29.0":
2665+
version "5.29.0"
2666+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.29.0.tgz#241918001d164044020b37d26d5b9f4e37cc3d5d"
2667+
integrity sha512-JK6bAaaiJozbox3K220VRfCzLa9n0ib/J+FHIwnaV3Enw/TO267qe0pM1b1QrrEuy6xun374XEAsRlA86JJnyg==
26762668
dependencies:
2677-
"@typescript-eslint/utils" "5.28.0"
2669+
"@typescript-eslint/utils" "5.29.0"
26782670
debug "^4.3.4"
26792671
tsutils "^3.21.0"
26802672

2681-
"@typescript-eslint/[email protected]":
2682-
version "5.28.0"
2683-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.28.0.tgz#cffd9bcdce28db6daaa146e48a0be4387a6f4e9d"
2684-
integrity sha512-2OOm8ZTOQxqkPbf+DAo8oc16sDlVR5owgJfKheBkxBKg1vAfw2JsSofH9+16VPlN9PWtv8Wzhklkqw3k/zCVxA==
2685-
26862673
"@typescript-eslint/[email protected]":
26872674
version "5.29.0"
26882675
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.29.0.tgz#7861d3d288c031703b2d97bc113696b4d8c19aab"
26892676
integrity sha512-X99VbqvAXOMdVyfFmksMy3u8p8yoRGITgU1joBJPzeYa0rhdf5ok9S56/itRoUSh99fiDoMtarSIJXo7H/SnOg==
26902677

2691-
"@typescript-eslint/[email protected]":
2692-
version "5.28.0"
2693-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.28.0.tgz#3487d158d091ca2772b285e67412ff6d9797d863"
2694-
integrity sha512-9GX+GfpV+F4hdTtYc6OV9ZkyYilGXPmQpm6AThInpBmKJEyRSIjORJd1G9+bknb7OTFYL+Vd4FBJAO6T78OVqA==
2695-
dependencies:
2696-
"@typescript-eslint/types" "5.28.0"
2697-
"@typescript-eslint/visitor-keys" "5.28.0"
2698-
debug "^4.3.4"
2699-
globby "^11.1.0"
2700-
is-glob "^4.0.3"
2701-
semver "^7.3.7"
2702-
tsutils "^3.21.0"
2703-
27042678
"@typescript-eslint/[email protected]":
27052679
version "5.29.0"
27062680
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.29.0.tgz#e83d19aa7fd2e74616aab2f25dfbe4de4f0b5577"
@@ -2714,26 +2688,18 @@
27142688
semver "^7.3.7"
27152689
tsutils "^3.21.0"
27162690

2717-
"@typescript-eslint/utils@5.28.0":
2718-
version "5.28.0"
2719-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.28.0.tgz#b27a136eac300a48160b36d2aad0da44a1341b99"
2720-
integrity sha512-E60N5L0fjv7iPJV3UGc4EC+A3Lcj4jle9zzR0gW7vXhflO7/J29kwiTGITA2RlrmPokKiZbBy2DgaclCaEUs6g==
2691+
"@typescript-eslint/utils@5.29.0":
2692+
version "5.29.0"
2693+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.29.0.tgz#775046effd5019667bd086bcf326acbe32cd0082"
2694+
integrity sha512-3Eos6uP1nyLOBayc/VUdKZikV90HahXE5Dx9L5YlSd/7ylQPXhLk1BYb29SDgnBnTp+jmSZUU0QxUiyHgW4p7A==
27212695
dependencies:
27222696
"@types/json-schema" "^7.0.9"
2723-
"@typescript-eslint/scope-manager" "5.28.0"
2724-
"@typescript-eslint/types" "5.28.0"
2725-
"@typescript-eslint/typescript-estree" "5.28.0"
2697+
"@typescript-eslint/scope-manager" "5.29.0"
2698+
"@typescript-eslint/types" "5.29.0"
2699+
"@typescript-eslint/typescript-estree" "5.29.0"
27262700
eslint-scope "^5.1.1"
27272701
eslint-utils "^3.0.0"
27282702

2729-
"@typescript-eslint/[email protected]":
2730-
version "5.28.0"
2731-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.28.0.tgz#982bb226b763c48fc1859a60de33fbf939d40a0f"
2732-
integrity sha512-BtfP1vCor8cWacovzzPFOoeW4kBQxzmhxGoOpt0v1SFvG+nJ0cWaVdJk7cky1ArTcFHHKNIxyo2LLr3oNkSuXA==
2733-
dependencies:
2734-
"@typescript-eslint/types" "5.28.0"
2735-
eslint-visitor-keys "^3.3.0"
2736-
27372703
"@typescript-eslint/[email protected]":
27382704
version "5.29.0"
27392705
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.29.0.tgz#7a4749fa7ef5160c44a451bf060ac1dc6dfb77ee"

0 commit comments

Comments
 (0)