Skip to content

Commit da4706f

Browse files
authored
Merge pull request #405 from chantouchsek/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.28.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.27.1 to 5.28.0
2 parents cc617f0 + 0c9c3b4 commit da4706f

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
@@ -2610,13 +2610,13 @@
26102610
"@types/yargs-parser" "*"
26112611

26122612
"@typescript-eslint/eslint-plugin@^5.9.0":
2613-
version "5.27.1"
2614-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.27.1.tgz#fdf59c905354139046b41b3ed95d1609913d0758"
2615-
integrity sha512-6dM5NKT57ZduNnJfpY81Phe9nc9wolnMCnknb1im6brWi1RYv84nbMS3olJa27B6+irUVV1X/Wb+Am0FjJdGFw==
2613+
version "5.28.0"
2614+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.28.0.tgz#6204ac33bdd05ab27c7f77960f1023951115d403"
2615+
integrity sha512-DXVU6Cg29H2M6EybqSg2A+x8DgO9TCUBRp4QEXQHJceLS7ogVDP0g3Lkg/SZCqcvkAP/RruuQqK0gdlkgmhSUA==
26162616
dependencies:
2617-
"@typescript-eslint/scope-manager" "5.27.1"
2618-
"@typescript-eslint/type-utils" "5.27.1"
2619-
"@typescript-eslint/utils" "5.27.1"
2617+
"@typescript-eslint/scope-manager" "5.28.0"
2618+
"@typescript-eslint/type-utils" "5.28.0"
2619+
"@typescript-eslint/utils" "5.28.0"
26202620
debug "^4.3.4"
26212621
functional-red-black-tree "^1.0.1"
26222622
ignore "^5.2.0"
@@ -2634,14 +2634,6 @@
26342634
"@typescript-eslint/typescript-estree" "5.28.0"
26352635
debug "^4.3.4"
26362636

2637-
"@typescript-eslint/[email protected]":
2638-
version "5.27.1"
2639-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.27.1.tgz#4d1504392d01fe5f76f4a5825991ec78b7b7894d"
2640-
integrity sha512-fQEOSa/QroWE6fAEg+bJxtRZJTH8NTskggybogHt4H9Da8zd4cJji76gA5SBlR0MgtwF7rebxTbDKB49YUCpAg==
2641-
dependencies:
2642-
"@typescript-eslint/types" "5.27.1"
2643-
"@typescript-eslint/visitor-keys" "5.27.1"
2644-
26452637
"@typescript-eslint/[email protected]":
26462638
version "5.28.0"
26472639
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.28.0.tgz#ef9a5c68fecde72fd2ff8a84b9c120324826c1b9"
@@ -2650,38 +2642,20 @@
26502642
"@typescript-eslint/types" "5.28.0"
26512643
"@typescript-eslint/visitor-keys" "5.28.0"
26522644

2653-
"@typescript-eslint/type-utils@5.27.1":
2654-
version "5.27.1"
2655-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.27.1.tgz#369f695199f74c1876e395ebea202582eb1d4166"
2656-
integrity sha512-+UC1vVUWaDHRnC2cQrCJ4QtVjpjjCgjNFpg8b03nERmkHv9JV9X5M19D7UFMd+/G7T/sgFwX2pGmWK38rqyvXw==
2645+
"@typescript-eslint/type-utils@5.28.0":
2646+
version "5.28.0"
2647+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.28.0.tgz#53ccc78fdcf0205ef544d843b84104c0e9c7ca8e"
2648+
integrity sha512-SyKjKh4CXPglueyC6ceAFytjYWMoPHMswPQae236zqe1YbhvCVQyIawesYywGiu98L9DwrxsBN69vGIVxJ4mQQ==
26572649
dependencies:
2658-
"@typescript-eslint/utils" "5.27.1"
2650+
"@typescript-eslint/utils" "5.28.0"
26592651
debug "^4.3.4"
26602652
tsutils "^3.21.0"
26612653

2662-
"@typescript-eslint/[email protected]":
2663-
version "5.27.1"
2664-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.27.1.tgz#34e3e629501349d38be6ae97841298c03a6ffbf1"
2665-
integrity sha512-LgogNVkBhCTZU/m8XgEYIWICD6m4dmEDbKXESCbqOXfKZxRKeqpiJXQIErv66sdopRKZPo5l32ymNqibYEH/xg==
2666-
26672654
"@typescript-eslint/[email protected]":
26682655
version "5.28.0"
26692656
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.28.0.tgz#cffd9bcdce28db6daaa146e48a0be4387a6f4e9d"
26702657
integrity sha512-2OOm8ZTOQxqkPbf+DAo8oc16sDlVR5owgJfKheBkxBKg1vAfw2JsSofH9+16VPlN9PWtv8Wzhklkqw3k/zCVxA==
26712658

2672-
"@typescript-eslint/[email protected]":
2673-
version "5.27.1"
2674-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.27.1.tgz#7621ee78607331821c16fffc21fc7a452d7bc808"
2675-
integrity sha512-DnZvvq3TAJ5ke+hk0LklvxwYsnXpRdqUY5gaVS0D4raKtbznPz71UJGnPTHEFo0GDxqLOLdMkkmVZjSpET1hFw==
2676-
dependencies:
2677-
"@typescript-eslint/types" "5.27.1"
2678-
"@typescript-eslint/visitor-keys" "5.27.1"
2679-
debug "^4.3.4"
2680-
globby "^11.1.0"
2681-
is-glob "^4.0.3"
2682-
semver "^7.3.7"
2683-
tsutils "^3.21.0"
2684-
26852659
"@typescript-eslint/[email protected]":
26862660
version "5.28.0"
26872661
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.28.0.tgz#3487d158d091ca2772b285e67412ff6d9797d863"
@@ -2695,26 +2669,18 @@
26952669
semver "^7.3.7"
26962670
tsutils "^3.21.0"
26972671

2698-
"@typescript-eslint/utils@5.27.1":
2699-
version "5.27.1"
2700-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.27.1.tgz#b4678b68a94bc3b85bf08f243812a6868ac5128f"
2701-
integrity sha512-mZ9WEn1ZLDaVrhRaYgzbkXBkTPghPFsup8zDbbsYTxC5OmqrFE7skkKS/sraVsLP3TcT3Ki5CSyEFBRkLH/H/w==
2672+
"@typescript-eslint/utils@5.28.0":
2673+
version "5.28.0"
2674+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.28.0.tgz#b27a136eac300a48160b36d2aad0da44a1341b99"
2675+
integrity sha512-E60N5L0fjv7iPJV3UGc4EC+A3Lcj4jle9zzR0gW7vXhflO7/J29kwiTGITA2RlrmPokKiZbBy2DgaclCaEUs6g==
27022676
dependencies:
27032677
"@types/json-schema" "^7.0.9"
2704-
"@typescript-eslint/scope-manager" "5.27.1"
2705-
"@typescript-eslint/types" "5.27.1"
2706-
"@typescript-eslint/typescript-estree" "5.27.1"
2678+
"@typescript-eslint/scope-manager" "5.28.0"
2679+
"@typescript-eslint/types" "5.28.0"
2680+
"@typescript-eslint/typescript-estree" "5.28.0"
27072681
eslint-scope "^5.1.1"
27082682
eslint-utils "^3.0.0"
27092683

2710-
"@typescript-eslint/[email protected]":
2711-
version "5.27.1"
2712-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.27.1.tgz#05a62666f2a89769dac2e6baa48f74e8472983af"
2713-
integrity sha512-xYs6ffo01nhdJgPieyk7HAOpjhTsx7r/oB9LWEhwAXgwn33tkr+W8DI2ChboqhZlC4q3TC6geDYPoiX8ROqyOQ==
2714-
dependencies:
2715-
"@typescript-eslint/types" "5.27.1"
2716-
eslint-visitor-keys "^3.3.0"
2717-
27182684
"@typescript-eslint/[email protected]":
27192685
version "5.28.0"
27202686
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.28.0.tgz#982bb226b763c48fc1859a60de33fbf939d40a0f"

0 commit comments

Comments
 (0)