Skip to content

Commit b89d142

Browse files
chore(deps): update typescript-eslint monorepo to v5.28.0
1 parent 52ee18a commit b89d142

File tree

2 files changed

+69
-23
lines changed

2 files changed

+69
-23
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"author": "Jonathan Montane <[email protected]>",
77
"devDependencies": {
88
"@types/jest": "27.5.2",
9-
"@typescript-eslint/eslint-plugin": "5.27.0",
10-
"@typescript-eslint/parser": "5.27.0",
9+
"@typescript-eslint/eslint-plugin": "5.28.0",
10+
"@typescript-eslint/parser": "5.28.0",
1111
"babel-eslint": "10.1.0",
1212
"eslint": "8.17.0",
1313
"eslint-config-algolia": "20.0.0",

yarn.lock

Lines changed: 67 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -691,29 +691,29 @@
691691
dependencies:
692692
"@types/yargs-parser" "*"
693693

694-
"@typescript-eslint/eslint-plugin@5.27.0":
695-
version "5.27.0"
696-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.27.0.tgz#23d82a4f21aaafd8f69dbab7e716323bb6695cc8"
697-
integrity sha512-DDrIA7GXtmHXr1VCcx9HivA39eprYBIFxbQEHI6NyraRDxCGpxAFiYQAT/1Y0vh1C+o2vfBiy4IuPoXxtTZCAQ==
698-
dependencies:
699-
"@typescript-eslint/scope-manager" "5.27.0"
700-
"@typescript-eslint/type-utils" "5.27.0"
701-
"@typescript-eslint/utils" "5.27.0"
694+
"@typescript-eslint/eslint-plugin@5.28.0":
695+
version "5.28.0"
696+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.28.0.tgz#6204ac33bdd05ab27c7f77960f1023951115d403"
697+
integrity sha512-DXVU6Cg29H2M6EybqSg2A+x8DgO9TCUBRp4QEXQHJceLS7ogVDP0g3Lkg/SZCqcvkAP/RruuQqK0gdlkgmhSUA==
698+
dependencies:
699+
"@typescript-eslint/scope-manager" "5.28.0"
700+
"@typescript-eslint/type-utils" "5.28.0"
701+
"@typescript-eslint/utils" "5.28.0"
702702
debug "^4.3.4"
703703
functional-red-black-tree "^1.0.1"
704704
ignore "^5.2.0"
705705
regexpp "^3.2.0"
706706
semver "^7.3.7"
707707
tsutils "^3.21.0"
708708

709-
"@typescript-eslint/parser@5.27.0":
710-
version "5.27.0"
711-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.27.0.tgz#62bb091ed5cf9c7e126e80021bb563dcf36b6b12"
712-
integrity sha512-8oGjQF46c52l7fMiPPvX4It3u3V3JipssqDfHQ2hcR0AeR8Zge+OYyKUCm5b70X72N1qXt0qgHenwN6Gc2SXZA==
709+
"@typescript-eslint/parser@5.28.0":
710+
version "5.28.0"
711+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.28.0.tgz#639b101cad2bfb7ae16e69710ac95c42bd4eae33"
712+
integrity sha512-ekqoNRNK1lAcKhZESN/PdpVsWbP9jtiNqzFWkp/yAUdZvJalw2heCYuqRmM5eUJSIYEkgq5sGOjq+ZqsLMjtRA==
713713
dependencies:
714-
"@typescript-eslint/scope-manager" "5.27.0"
715-
"@typescript-eslint/types" "5.27.0"
716-
"@typescript-eslint/typescript-estree" "5.27.0"
714+
"@typescript-eslint/scope-manager" "5.28.0"
715+
"@typescript-eslint/types" "5.28.0"
716+
"@typescript-eslint/typescript-estree" "5.28.0"
717717
debug "^4.3.4"
718718

719719
"@typescript-eslint/[email protected]":
@@ -724,12 +724,20 @@
724724
"@typescript-eslint/types" "5.27.0"
725725
"@typescript-eslint/visitor-keys" "5.27.0"
726726

727-
"@typescript-eslint/[email protected]":
728-
version "5.27.0"
729-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.27.0.tgz#36fd95f6747412251d79c795b586ba766cf0974b"
730-
integrity sha512-vpTvRRchaf628Hb/Xzfek+85o//zEUotr1SmexKvTfs7czXfYjXVT/a5yDbpzLBX1rhbqxjDdr1Gyo0x1Fc64g==
727+
"@typescript-eslint/[email protected]":
728+
version "5.28.0"
729+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.28.0.tgz#ef9a5c68fecde72fd2ff8a84b9c120324826c1b9"
730+
integrity sha512-LeBLTqF/he1Z+boRhSqnso6YrzcKMTQ8bO/YKEe+6+O/JGof9M0g3IJlIsqfrK/6K03MlFIlycbf1uQR1IjE+w==
731+
dependencies:
732+
"@typescript-eslint/types" "5.28.0"
733+
"@typescript-eslint/visitor-keys" "5.28.0"
734+
735+
"@typescript-eslint/[email protected]":
736+
version "5.28.0"
737+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.28.0.tgz#53ccc78fdcf0205ef544d843b84104c0e9c7ca8e"
738+
integrity sha512-SyKjKh4CXPglueyC6ceAFytjYWMoPHMswPQae236zqe1YbhvCVQyIawesYywGiu98L9DwrxsBN69vGIVxJ4mQQ==
731739
dependencies:
732-
"@typescript-eslint/utils" "5.27.0"
740+
"@typescript-eslint/utils" "5.28.0"
733741
debug "^4.3.4"
734742
tsutils "^3.21.0"
735743

@@ -738,6 +746,11 @@
738746
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.27.0.tgz#c3f44b9dda6177a9554f94a74745ca495ba9c001"
739747
integrity sha512-lY6C7oGm9a/GWhmUDOs3xAVRz4ty/XKlQ2fOLr8GAIryGn0+UBOoJDWyHer3UgrHkenorwvBnphhP+zPmzmw0A==
740748

749+
"@typescript-eslint/[email protected]":
750+
version "5.28.0"
751+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.28.0.tgz#cffd9bcdce28db6daaa146e48a0be4387a6f4e9d"
752+
integrity sha512-2OOm8ZTOQxqkPbf+DAo8oc16sDlVR5owgJfKheBkxBKg1vAfw2JsSofH9+16VPlN9PWtv8Wzhklkqw3k/zCVxA==
753+
741754
"@typescript-eslint/[email protected]":
742755
version "5.27.0"
743756
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.27.0.tgz#7965f5b553c634c5354a47dcce0b40b94611e995"
@@ -751,7 +764,32 @@
751764
semver "^7.3.7"
752765
tsutils "^3.21.0"
753766

754-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0":
767+
"@typescript-eslint/[email protected]":
768+
version "5.28.0"
769+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.28.0.tgz#3487d158d091ca2772b285e67412ff6d9797d863"
770+
integrity sha512-9GX+GfpV+F4hdTtYc6OV9ZkyYilGXPmQpm6AThInpBmKJEyRSIjORJd1G9+bknb7OTFYL+Vd4FBJAO6T78OVqA==
771+
dependencies:
772+
"@typescript-eslint/types" "5.28.0"
773+
"@typescript-eslint/visitor-keys" "5.28.0"
774+
debug "^4.3.4"
775+
globby "^11.1.0"
776+
is-glob "^4.0.3"
777+
semver "^7.3.7"
778+
tsutils "^3.21.0"
779+
780+
"@typescript-eslint/[email protected]":
781+
version "5.28.0"
782+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.28.0.tgz#b27a136eac300a48160b36d2aad0da44a1341b99"
783+
integrity sha512-E60N5L0fjv7iPJV3UGc4EC+A3Lcj4jle9zzR0gW7vXhflO7/J29kwiTGITA2RlrmPokKiZbBy2DgaclCaEUs6g==
784+
dependencies:
785+
"@types/json-schema" "^7.0.9"
786+
"@typescript-eslint/scope-manager" "5.28.0"
787+
"@typescript-eslint/types" "5.28.0"
788+
"@typescript-eslint/typescript-estree" "5.28.0"
789+
eslint-scope "^5.1.1"
790+
eslint-utils "^3.0.0"
791+
792+
"@typescript-eslint/utils@^5.10.0":
755793
version "5.27.0"
756794
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.27.0.tgz#d0021cbf686467a6a9499bd0589e19665f9f7e71"
757795
integrity sha512-nZvCrkIJppym7cIbP3pOwIkAefXOmfGPnCM0LQfzNaKxJHI6VjI8NC662uoiPlaf5f6ymkTy9C3NQXev2mdXmA==
@@ -771,6 +809,14 @@
771809
"@typescript-eslint/types" "5.27.0"
772810
eslint-visitor-keys "^3.3.0"
773811

812+
"@typescript-eslint/[email protected]":
813+
version "5.28.0"
814+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.28.0.tgz#982bb226b763c48fc1859a60de33fbf939d40a0f"
815+
integrity sha512-BtfP1vCor8cWacovzzPFOoeW4kBQxzmhxGoOpt0v1SFvG+nJ0cWaVdJk7cky1ArTcFHHKNIxyo2LLr3oNkSuXA==
816+
dependencies:
817+
"@typescript-eslint/types" "5.28.0"
818+
eslint-visitor-keys "^3.3.0"
819+
774820
abab@^2.0.3, abab@^2.0.5:
775821
version "2.0.6"
776822
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.6.tgz#41b80f2c871d19686216b82309231cfd3cb3d291"

0 commit comments

Comments
 (0)