Skip to content

Commit e56d6c9

Browse files
chore(deps): update typescript-eslint monorepo to v5.28.0
1 parent f6b4e4f commit e56d6c9

File tree

2 files changed

+78
-64
lines changed

2 files changed

+78
-64
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
"@types/buffer-compare": "0.0.30",
8686
"@types/jest": "27.4.1",
8787
"@types/redis": "2.8.32",
88-
"@typescript-eslint/eslint-plugin": "5.12.1",
89-
"@typescript-eslint/parser": "5.12.1",
88+
"@typescript-eslint/eslint-plugin": "5.28.0",
89+
"@typescript-eslint/parser": "5.28.0",
9090
"documentation": "13.2.5",
9191
"eslint": "8.10.0",
9292
"eslint-config-airbnb-base": "15.0.0",

yarn.lock

Lines changed: 76 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -950,85 +950,85 @@
950950
dependencies:
951951
"@types/yargs-parser" "*"
952952

953-
"@typescript-eslint/eslint-plugin@5.12.1":
954-
version "5.12.1"
955-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.12.1.tgz#b2cd3e288f250ce8332d5035a2ff65aba3374ac4"
956-
integrity sha512-M499lqa8rnNK7mUv74lSFFttuUsubIRdAbHcVaP93oFcKkEmHmLqy2n7jM9C8DVmFMYK61ExrZU6dLYhQZmUpw==
957-
dependencies:
958-
"@typescript-eslint/scope-manager" "5.12.1"
959-
"@typescript-eslint/type-utils" "5.12.1"
960-
"@typescript-eslint/utils" "5.12.1"
961-
debug "^4.3.2"
953+
"@typescript-eslint/eslint-plugin@5.28.0":
954+
version "5.28.0"
955+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.28.0.tgz#6204ac33bdd05ab27c7f77960f1023951115d403"
956+
integrity sha512-DXVU6Cg29H2M6EybqSg2A+x8DgO9TCUBRp4QEXQHJceLS7ogVDP0g3Lkg/SZCqcvkAP/RruuQqK0gdlkgmhSUA==
957+
dependencies:
958+
"@typescript-eslint/scope-manager" "5.28.0"
959+
"@typescript-eslint/type-utils" "5.28.0"
960+
"@typescript-eslint/utils" "5.28.0"
961+
debug "^4.3.4"
962962
functional-red-black-tree "^1.0.1"
963-
ignore "^5.1.8"
963+
ignore "^5.2.0"
964964
regexpp "^3.2.0"
965-
semver "^7.3.5"
965+
semver "^7.3.7"
966966
tsutils "^3.21.0"
967967

968-
"@typescript-eslint/parser@5.12.1":
969-
version "5.12.1"
970-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.12.1.tgz#b090289b553b8aa0899740d799d0f96e6f49771b"
971-
integrity sha512-6LuVUbe7oSdHxUWoX/m40Ni8gsZMKCi31rlawBHt7VtW15iHzjbpj2WLiToG2758KjtCCiLRKZqfrOdl3cNKuw==
968+
"@typescript-eslint/parser@5.28.0":
969+
version "5.28.0"
970+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.28.0.tgz#639b101cad2bfb7ae16e69710ac95c42bd4eae33"
971+
integrity sha512-ekqoNRNK1lAcKhZESN/PdpVsWbP9jtiNqzFWkp/yAUdZvJalw2heCYuqRmM5eUJSIYEkgq5sGOjq+ZqsLMjtRA==
972972
dependencies:
973-
"@typescript-eslint/scope-manager" "5.12.1"
974-
"@typescript-eslint/types" "5.12.1"
975-
"@typescript-eslint/typescript-estree" "5.12.1"
976-
debug "^4.3.2"
973+
"@typescript-eslint/scope-manager" "5.28.0"
974+
"@typescript-eslint/types" "5.28.0"
975+
"@typescript-eslint/typescript-estree" "5.28.0"
976+
debug "^4.3.4"
977977

978-
"@typescript-eslint/scope-manager@5.12.1":
979-
version "5.12.1"
980-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.12.1.tgz#58734fd45d2d1dec49641aacc075fba5f0968817"
981-
integrity sha512-J0Wrh5xS6XNkd4TkOosxdpObzlYfXjAFIm9QxYLCPOcHVv1FyyFCPom66uIh8uBr0sZCrtS+n19tzufhwab8ZQ==
978+
"@typescript-eslint/scope-manager@5.28.0":
979+
version "5.28.0"
980+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.28.0.tgz#ef9a5c68fecde72fd2ff8a84b9c120324826c1b9"
981+
integrity sha512-LeBLTqF/he1Z+boRhSqnso6YrzcKMTQ8bO/YKEe+6+O/JGof9M0g3IJlIsqfrK/6K03MlFIlycbf1uQR1IjE+w==
982982
dependencies:
983-
"@typescript-eslint/types" "5.12.1"
984-
"@typescript-eslint/visitor-keys" "5.12.1"
983+
"@typescript-eslint/types" "5.28.0"
984+
"@typescript-eslint/visitor-keys" "5.28.0"
985985

986-
"@typescript-eslint/type-utils@5.12.1":
987-
version "5.12.1"
988-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.12.1.tgz#8d58c6a0bb176b5e9a91581cda1a7f91a114d3f0"
989-
integrity sha512-Gh8feEhsNLeCz6aYqynh61Vsdy+tiNNkQtc+bN3IvQvRqHkXGUhYkUi+ePKzP0Mb42se7FDb+y2SypTbpbR/Sg==
986+
"@typescript-eslint/type-utils@5.28.0":
987+
version "5.28.0"
988+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.28.0.tgz#53ccc78fdcf0205ef544d843b84104c0e9c7ca8e"
989+
integrity sha512-SyKjKh4CXPglueyC6ceAFytjYWMoPHMswPQae236zqe1YbhvCVQyIawesYywGiu98L9DwrxsBN69vGIVxJ4mQQ==
990990
dependencies:
991-
"@typescript-eslint/utils" "5.12.1"
992-
debug "^4.3.2"
991+
"@typescript-eslint/utils" "5.28.0"
992+
debug "^4.3.4"
993993
tsutils "^3.21.0"
994994

995-
"@typescript-eslint/types@5.12.1":
996-
version "5.12.1"
997-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.12.1.tgz#46a36a28ff4d946821b58fe5a73c81dc2e12aa89"
998-
integrity sha512-hfcbq4qVOHV1YRdhkDldhV9NpmmAu2vp6wuFODL71Y0Ixak+FLeEU4rnPxgmZMnGreGEghlEucs9UZn5KOfHJA==
995+
"@typescript-eslint/types@5.28.0":
996+
version "5.28.0"
997+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.28.0.tgz#cffd9bcdce28db6daaa146e48a0be4387a6f4e9d"
998+
integrity sha512-2OOm8ZTOQxqkPbf+DAo8oc16sDlVR5owgJfKheBkxBKg1vAfw2JsSofH9+16VPlN9PWtv8Wzhklkqw3k/zCVxA==
999999

1000-
"@typescript-eslint/typescript-estree@5.12.1":
1001-
version "5.12.1"
1002-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.12.1.tgz#6a9425b9c305bcbc38e2d1d9a24c08e15e02b722"
1003-
integrity sha512-ahOdkIY9Mgbza7L9sIi205Pe1inCkZWAHE1TV1bpxlU4RZNPtXaDZfiiFWcL9jdxvW1hDYZJXrFm+vlMkXRbBw==
1000+
"@typescript-eslint/typescript-estree@5.28.0":
1001+
version "5.28.0"
1002+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.28.0.tgz#3487d158d091ca2772b285e67412ff6d9797d863"
1003+
integrity sha512-9GX+GfpV+F4hdTtYc6OV9ZkyYilGXPmQpm6AThInpBmKJEyRSIjORJd1G9+bknb7OTFYL+Vd4FBJAO6T78OVqA==
10041004
dependencies:
1005-
"@typescript-eslint/types" "5.12.1"
1006-
"@typescript-eslint/visitor-keys" "5.12.1"
1007-
debug "^4.3.2"
1008-
globby "^11.0.4"
1005+
"@typescript-eslint/types" "5.28.0"
1006+
"@typescript-eslint/visitor-keys" "5.28.0"
1007+
debug "^4.3.4"
1008+
globby "^11.1.0"
10091009
is-glob "^4.0.3"
1010-
semver "^7.3.5"
1010+
semver "^7.3.7"
10111011
tsutils "^3.21.0"
10121012

1013-
"@typescript-eslint/utils@5.12.1":
1014-
version "5.12.1"
1015-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.12.1.tgz#447c24a05d9c33f9c6c64cb48f251f2371eef920"
1016-
integrity sha512-Qq9FIuU0EVEsi8fS6pG+uurbhNTtoYr4fq8tKjBupsK5Bgbk2I32UGm0Sh+WOyjOPgo/5URbxxSNV6HYsxV4MQ==
1013+
"@typescript-eslint/utils@5.28.0":
1014+
version "5.28.0"
1015+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.28.0.tgz#b27a136eac300a48160b36d2aad0da44a1341b99"
1016+
integrity sha512-E60N5L0fjv7iPJV3UGc4EC+A3Lcj4jle9zzR0gW7vXhflO7/J29kwiTGITA2RlrmPokKiZbBy2DgaclCaEUs6g==
10171017
dependencies:
10181018
"@types/json-schema" "^7.0.9"
1019-
"@typescript-eslint/scope-manager" "5.12.1"
1020-
"@typescript-eslint/types" "5.12.1"
1021-
"@typescript-eslint/typescript-estree" "5.12.1"
1019+
"@typescript-eslint/scope-manager" "5.28.0"
1020+
"@typescript-eslint/types" "5.28.0"
1021+
"@typescript-eslint/typescript-estree" "5.28.0"
10221022
eslint-scope "^5.1.1"
10231023
eslint-utils "^3.0.0"
10241024

1025-
"@typescript-eslint/visitor-keys@5.12.1":
1026-
version "5.12.1"
1027-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.12.1.tgz#f722da106c8f9695ae5640574225e45af3e52ec3"
1028-
integrity sha512-l1KSLfupuwrXx6wc0AuOmC7Ko5g14ZOQ86wJJqRbdLbXLK02pK/DPiDDqCc7BqqiiA04/eAA6ayL0bgOrAkH7A==
1025+
"@typescript-eslint/visitor-keys@5.28.0":
1026+
version "5.28.0"
1027+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.28.0.tgz#982bb226b763c48fc1859a60de33fbf939d40a0f"
1028+
integrity sha512-BtfP1vCor8cWacovzzPFOoeW4kBQxzmhxGoOpt0v1SFvG+nJ0cWaVdJk7cky1ArTcFHHKNIxyo2LLr3oNkSuXA==
10291029
dependencies:
1030-
"@typescript-eslint/types" "5.12.1"
1031-
eslint-visitor-keys "^3.0.0"
1030+
"@typescript-eslint/types" "5.28.0"
1031+
eslint-visitor-keys "^3.3.0"
10321032

10331033
10341034
version "3.2.31"
@@ -2178,6 +2178,13 @@ debug@^3.1.0, debug@^3.2.7:
21782178
dependencies:
21792179
ms "^2.1.1"
21802180

2181+
debug@^4.3.4:
2182+
version "4.3.4"
2183+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
2184+
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
2185+
dependencies:
2186+
ms "2.1.2"
2187+
21812188
decamelize-keys@^1.1.0:
21822189
version "1.1.0"
21832190
resolved "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
@@ -2641,7 +2648,7 @@ eslint-visitor-keys@^2.0.0:
26412648
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
26422649
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
26432650

2644-
eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0:
2651+
eslint-visitor-keys@^3.3.0:
26452652
version "3.3.0"
26462653
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
26472654
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
@@ -3198,9 +3205,9 @@ globals@^13.6.0, globals@^13.9.0:
31983205
dependencies:
31993206
type-fest "^0.20.2"
32003207

3201-
globby@^11.0.4:
3208+
globby@^11.1.0:
32023209
version "11.1.0"
3203-
resolved "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
3210+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
32043211
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
32053212
dependencies:
32063213
array-union "^2.1.0"
@@ -3419,7 +3426,7 @@ ignore@^4.0.6:
34193426
resolved "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
34203427
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
34213428

3422-
ignore@^5.1.8, ignore@^5.2.0:
3429+
ignore@^5.2.0:
34233430
version "5.2.0"
34243431
resolved "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
34253432
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
@@ -6031,7 +6038,7 @@ saxes@^5.0.1:
60316038
resolved "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
60326039
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
60336040

6034-
[email protected], [email protected], semver@^7.1.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5:
6041+
[email protected], [email protected], semver@^7.1.1, semver@^7.3.2, semver@^7.3.4:
60356042
version "7.3.5"
60366043
resolved "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
60376044
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
@@ -6043,6 +6050,13 @@ semver@^6.0.0, semver@^6.3.0:
60436050
resolved "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
60446051
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
60456052

6053+
semver@^7.3.7:
6054+
version "7.3.7"
6055+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
6056+
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
6057+
dependencies:
6058+
lru-cache "^6.0.0"
6059+
60466060
set-blocking@^2.0.0:
60476061
version "2.0.0"
60486062
resolved "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"

0 commit comments

Comments
 (0)