Skip to content

Commit d6e9cfd

Browse files
authored
Merge pull request #428 from chantouchsek/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.30.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.29.0 to 5.30.0
2 parents c925499 + 8df7f49 commit d6e9cfd

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.29.0"
2633-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.29.0.tgz#c67794d2b0fd0b4a47f50266088acdc52a08aab6"
2634-
integrity sha512-kgTsISt9pM53yRFQmLZ4npj99yGl3x3Pl7z4eA66OuTzAGC4bQB5H5fuLwPnqTKU3yyrrg4MIhjF17UYnL4c0w==
2632+
version "5.30.0"
2633+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.30.0.tgz#524a11e15c09701733033c96943ecf33f55d9ca1"
2634+
integrity sha512-lvhRJ2pGe2V9MEU46ELTdiHgiAFZPKtLhiU5wlnaYpMc2+c1R8fh8i80ZAa665drvjHKUJyRRGg3gEm1If54ow==
26352635
dependencies:
2636-
"@typescript-eslint/scope-manager" "5.29.0"
2637-
"@typescript-eslint/type-utils" "5.29.0"
2638-
"@typescript-eslint/utils" "5.29.0"
2636+
"@typescript-eslint/scope-manager" "5.30.0"
2637+
"@typescript-eslint/type-utils" "5.30.0"
2638+
"@typescript-eslint/utils" "5.30.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.30.0"
26542654
debug "^4.3.4"
26552655

2656-
"@typescript-eslint/[email protected]":
2657-
version "5.29.0"
2658-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.29.0.tgz#2a6a32e3416cb133e9af8dcf54bf077a916aeed3"
2659-
integrity sha512-etbXUT0FygFi2ihcxDZjz21LtC+Eps9V2xVx09zFoN44RRHPrkMflidGMI+2dUs821zR1tDS6Oc9IXxIjOUZwA==
2660-
dependencies:
2661-
"@typescript-eslint/types" "5.29.0"
2662-
"@typescript-eslint/visitor-keys" "5.29.0"
2663-
26642656
"@typescript-eslint/[email protected]":
26652657
version "5.30.0"
26662658
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.30.0.tgz#bf585ee801ab4ad84db2f840174e171a6bb002c7"
@@ -2669,38 +2661,20 @@
26692661
"@typescript-eslint/types" "5.30.0"
26702662
"@typescript-eslint/visitor-keys" "5.30.0"
26712663

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

2681-
"@typescript-eslint/[email protected]":
2682-
version "5.29.0"
2683-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.29.0.tgz#7861d3d288c031703b2d97bc113696b4d8c19aab"
2684-
integrity sha512-X99VbqvAXOMdVyfFmksMy3u8p8yoRGITgU1joBJPzeYa0rhdf5ok9S56/itRoUSh99fiDoMtarSIJXo7H/SnOg==
2685-
26862673
"@typescript-eslint/[email protected]":
26872674
version "5.30.0"
26882675
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.30.0.tgz#db7d81d585a3da3801432a9c1d2fafbff125e110"
26892676
integrity sha512-vfqcBrsRNWw/LBXyncMF/KrUTYYzzygCSsVqlZ1qGu1QtGs6vMkt3US0VNSQ05grXi5Yadp3qv5XZdYLjpp8ag==
26902677

2691-
"@typescript-eslint/[email protected]":
2692-
version "5.29.0"
2693-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.29.0.tgz#e83d19aa7fd2e74616aab2f25dfbe4de4f0b5577"
2694-
integrity sha512-mQvSUJ/JjGBdvo+1LwC+GY2XmSYjK1nAaVw2emp/E61wEVYEyibRHCqm1I1vEKbXCpUKuW4G7u9ZCaZhJbLoNQ==
2695-
dependencies:
2696-
"@typescript-eslint/types" "5.29.0"
2697-
"@typescript-eslint/visitor-keys" "5.29.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.30.0"
27062680
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.30.0.tgz#4565ee8a6d2ac368996e20b2344ea0eab1a8f0bb"
@@ -2714,26 +2688,18 @@
27142688
semver "^7.3.7"
27152689
tsutils "^3.21.0"
27162690

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

2729-
"@typescript-eslint/[email protected]":
2730-
version "5.29.0"
2731-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.29.0.tgz#7a4749fa7ef5160c44a451bf060ac1dc6dfb77ee"
2732-
integrity sha512-Hpb/mCWsjILvikMQoZIE3voc9wtQcS0A9FUw3h8bhr9UxBdtI/tw1ZDZUOXHXLOVMedKCH5NxyzATwnU78bWCQ==
2733-
dependencies:
2734-
"@typescript-eslint/types" "5.29.0"
2735-
eslint-visitor-keys "^3.3.0"
2736-
27372703
"@typescript-eslint/[email protected]":
27382704
version "5.30.0"
27392705
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.30.0.tgz#07721d23daca2ec4c2da7f1e660d41cd78bacac3"

0 commit comments

Comments
 (0)