Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9d72bb6

Browse files
dependabot[bot]kylecarbs
authored andcommitted
chore: bump @typescript-eslint/eslint-plugin in /site (#2079)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.23.0 to 5.27.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.27.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f5146ac commit 9d72bb6

File tree

2 files changed

+68
-68
lines changed

2 files changed

+68
-68
lines changed

site/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@types/react-helmet": "^6.1.5",
7878
"@types/superagent": "4.1.15",
7979
"@types/uuid": "8.3.4",
80-
"@typescript-eslint/eslint-plugin": "5.23.0",
80+
"@typescript-eslint/eslint-plugin": "5.27.0",
8181
"@typescript-eslint/parser": "5.25.0",
8282
"@xstate/cli": "0.1.7",
8383
"chromatic": "6.5.4",

site/yarn.lock

+67-67
Original file line numberDiff line numberDiff line change
@@ -3209,19 +3209,19 @@
32093209
dependencies:
32103210
"@types/yargs-parser" "*"
32113211

3212-
"@typescript-eslint/eslint-plugin@5.23.0":
3213-
version "5.23.0"
3214-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.23.0.tgz#bc4cbcf91fbbcc2e47e534774781b82ae25cc3d8"
3215-
integrity sha512-hEcSmG4XodSLiAp1uxv/OQSGsDY6QN3TcRU32gANp+19wGE1QQZLRS8/GV58VRUoXhnkuJ3ZxNQ3T6Z6zM59DA==
3216-
dependencies:
3217-
"@typescript-eslint/scope-manager" "5.23.0"
3218-
"@typescript-eslint/type-utils" "5.23.0"
3219-
"@typescript-eslint/utils" "5.23.0"
3220-
debug "^4.3.2"
3212+
"@typescript-eslint/eslint-plugin@5.27.0":
3213+
version "5.27.0"
3214+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.27.0.tgz#23d82a4f21aaafd8f69dbab7e716323bb6695cc8"
3215+
integrity sha512-DDrIA7GXtmHXr1VCcx9HivA39eprYBIFxbQEHI6NyraRDxCGpxAFiYQAT/1Y0vh1C+o2vfBiy4IuPoXxtTZCAQ==
3216+
dependencies:
3217+
"@typescript-eslint/scope-manager" "5.27.0"
3218+
"@typescript-eslint/type-utils" "5.27.0"
3219+
"@typescript-eslint/utils" "5.27.0"
3220+
debug "^4.3.4"
32213221
functional-red-black-tree "^1.0.1"
3222-
ignore "^5.1.8"
3222+
ignore "^5.2.0"
32233223
regexpp "^3.2.0"
3224-
semver "^7.3.5"
3224+
semver "^7.3.7"
32253225
tsutils "^3.21.0"
32263226

32273227
"@typescript-eslint/[email protected]":
@@ -3234,14 +3234,6 @@
32343234
"@typescript-eslint/typescript-estree" "5.25.0"
32353235
debug "^4.3.4"
32363236

3237-
"@typescript-eslint/[email protected]":
3238-
version "5.23.0"
3239-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.23.0.tgz#4305e61c2c8e3cfa3787d30f54e79430cc17ce1b"
3240-
integrity sha512-EhjaFELQHCRb5wTwlGsNMvzK9b8Oco4aYNleeDlNuL6qXWDF47ch4EhVNPh8Rdhf9tmqbN4sWDk/8g+Z/J8JVw==
3241-
dependencies:
3242-
"@typescript-eslint/types" "5.23.0"
3243-
"@typescript-eslint/visitor-keys" "5.23.0"
3244-
32453237
"@typescript-eslint/[email protected]":
32463238
version "5.25.0"
32473239
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.25.0.tgz#e78f1484bca7e484c48782075219c82c6b77a09f"
@@ -3250,37 +3242,32 @@
32503242
"@typescript-eslint/types" "5.25.0"
32513243
"@typescript-eslint/visitor-keys" "5.25.0"
32523244

3253-
"@typescript-eslint/type-utils@5.23.0":
3254-
version "5.23.0"
3255-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.23.0.tgz#f852252f2fc27620d5bb279d8fed2a13d2e3685e"
3256-
integrity sha512-iuI05JsJl/SUnOTXA9f4oI+/4qS/Zcgk+s2ir+lRmXI+80D8GaGwoUqs4p+X+4AxDolPpEpVUdlEH4ADxFy4gw==
3245+
"@typescript-eslint/scope-manager@5.27.0":
3246+
version "5.27.0"
3247+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.27.0.tgz#a272178f613050ed62f51f69aae1e19e870a8bbb"
3248+
integrity sha512-VnykheBQ/sHd1Vt0LJ1JLrMH1GzHO+SzX6VTXuStISIsvRiurue/eRkTqSrG0CexHQgKG8shyJfR4o5VYioB9g==
32573249
dependencies:
3258-
"@typescript-eslint/utils" "5.23.0"
3259-
debug "^4.3.2"
3260-
tsutils "^3.21.0"
3250+
"@typescript-eslint/types" "5.27.0"
3251+
"@typescript-eslint/visitor-keys" "5.27.0"
32613252

3262-
"@typescript-eslint/[email protected]":
3263-
version "5.23.0"
3264-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.23.0.tgz#8733de0f58ae0ed318dbdd8f09868cdbf9f9ad09"
3265-
integrity sha512-NfBsV/h4dir/8mJwdZz7JFibaKC3E/QdeMEDJhiAE3/eMkoniZ7MjbEMCGXw6MZnZDMN3G9S0mH/6WUIj91dmw==
3253+
"@typescript-eslint/[email protected]":
3254+
version "5.27.0"
3255+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.27.0.tgz#36fd95f6747412251d79c795b586ba766cf0974b"
3256+
integrity sha512-vpTvRRchaf628Hb/Xzfek+85o//zEUotr1SmexKvTfs7czXfYjXVT/a5yDbpzLBX1rhbqxjDdr1Gyo0x1Fc64g==
3257+
dependencies:
3258+
"@typescript-eslint/utils" "5.27.0"
3259+
debug "^4.3.4"
3260+
tsutils "^3.21.0"
32663261

32673262
"@typescript-eslint/[email protected]":
32683263
version "5.25.0"
32693264
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.25.0.tgz#dee51b1855788b24a2eceeae54e4adb89b088dd8"
32703265
integrity sha512-7fWqfxr0KNHj75PFqlGX24gWjdV/FDBABXL5dyvBOWHpACGyveok8Uj4ipPX/1fGU63fBkzSIycEje4XsOxUFA==
32713266

3272-
"@typescript-eslint/[email protected]":
3273-
version "5.23.0"
3274-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.23.0.tgz#dca5f10a0a85226db0796e8ad86addc9aee52065"
3275-
integrity sha512-xE9e0lrHhI647SlGMl+m+3E3CKPF1wzvvOEWnuE3CCjjT7UiRnDGJxmAcVKJIlFgK6DY9RB98eLr1OPigPEOGg==
3276-
dependencies:
3277-
"@typescript-eslint/types" "5.23.0"
3278-
"@typescript-eslint/visitor-keys" "5.23.0"
3279-
debug "^4.3.2"
3280-
globby "^11.0.4"
3281-
is-glob "^4.0.3"
3282-
semver "^7.3.5"
3283-
tsutils "^3.21.0"
3267+
"@typescript-eslint/[email protected]":
3268+
version "5.27.0"
3269+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.27.0.tgz#c3f44b9dda6177a9554f94a74745ca495ba9c001"
3270+
integrity sha512-lY6C7oGm9a/GWhmUDOs3xAVRz4ty/XKlQ2fOLr8GAIryGn0+UBOoJDWyHer3UgrHkenorwvBnphhP+zPmzmw0A==
32843271

32853272
"@typescript-eslint/[email protected]":
32863273
version "5.25.0"
@@ -3295,26 +3282,31 @@
32953282
semver "^7.3.7"
32963283
tsutils "^3.21.0"
32973284

3298-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0":
3299-
version "5.23.0"
3300-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.23.0.tgz#4691c3d1b414da2c53d8943310df36ab1c50648a"
3301-
integrity sha512-dbgaKN21drqpkbbedGMNPCtRPZo1IOUr5EI9Jrrh99r5UW5Q0dz46RKXeSBoPV+56R6dFKpbrdhgUNSJsDDRZA==
3285+
"@typescript-eslint/[email protected]":
3286+
version "5.27.0"
3287+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.27.0.tgz#7965f5b553c634c5354a47dcce0b40b94611e995"
3288+
integrity sha512-QywPMFvgZ+MHSLRofLI7BDL+UczFFHyj0vF5ibeChDAJgdTV8k4xgEwF0geFhVlPc1p8r70eYewzpo6ps+9LJQ==
3289+
dependencies:
3290+
"@typescript-eslint/types" "5.27.0"
3291+
"@typescript-eslint/visitor-keys" "5.27.0"
3292+
debug "^4.3.4"
3293+
globby "^11.1.0"
3294+
is-glob "^4.0.3"
3295+
semver "^7.3.7"
3296+
tsutils "^3.21.0"
3297+
3298+
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0":
3299+
version "5.27.0"
3300+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.27.0.tgz#d0021cbf686467a6a9499bd0589e19665f9f7e71"
3301+
integrity sha512-nZvCrkIJppym7cIbP3pOwIkAefXOmfGPnCM0LQfzNaKxJHI6VjI8NC662uoiPlaf5f6ymkTy9C3NQXev2mdXmA==
33023302
dependencies:
33033303
"@types/json-schema" "^7.0.9"
3304-
"@typescript-eslint/scope-manager" "5.23.0"
3305-
"@typescript-eslint/types" "5.23.0"
3306-
"@typescript-eslint/typescript-estree" "5.23.0"
3304+
"@typescript-eslint/scope-manager" "5.27.0"
3305+
"@typescript-eslint/types" "5.27.0"
3306+
"@typescript-eslint/typescript-estree" "5.27.0"
33073307
eslint-scope "^5.1.1"
33083308
eslint-utils "^3.0.0"
33093309

3310-
"@typescript-eslint/[email protected]":
3311-
version "5.23.0"
3312-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.23.0.tgz#057c60a7ca64667a39f991473059377a8067c87b"
3313-
integrity sha512-Vd4mFNchU62sJB8pX19ZSPog05B0Y0CE2UxAZPT5k4iqhRYjPnqyY3woMxCd0++t9OTqkgjST+1ydLBi7e2Fvg==
3314-
dependencies:
3315-
"@typescript-eslint/types" "5.23.0"
3316-
eslint-visitor-keys "^3.0.0"
3317-
33183310
"@typescript-eslint/[email protected]":
33193311
version "5.25.0"
33203312
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.25.0.tgz#33aa5fdcc5cedb9f4c8828c6a019d58548d4474b"
@@ -3323,6 +3315,14 @@
33233315
"@typescript-eslint/types" "5.25.0"
33243316
eslint-visitor-keys "^3.3.0"
33253317

3318+
"@typescript-eslint/[email protected]":
3319+
version "5.27.0"
3320+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.27.0.tgz#97aa9a5d2f3df8215e6d3b77f9d214a24db269bd"
3321+
integrity sha512-46cYrteA2MrIAjv9ai44OQDUoCZyHeGIc4lsjCUX2WT6r4C+kidz1bNiR4017wHOPUythYeH+Sc7/cFP97KEAA==
3322+
dependencies:
3323+
"@typescript-eslint/types" "5.27.0"
3324+
eslint-visitor-keys "^3.3.0"
3325+
33263326
"@webassemblyjs/[email protected]":
33273327
version "1.11.1"
33283328
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7"
@@ -6401,7 +6401,7 @@ eslint-visitor-keys@^2.0.0:
64016401
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
64026402
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
64036403

6404-
eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0:
6404+
eslint-visitor-keys@^3.3.0:
64056405
version "3.3.0"
64066406
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
64076407
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
@@ -7240,7 +7240,7 @@ globalthis@^1.0.0:
72407240
dependencies:
72417241
define-properties "^1.1.3"
72427242

7243-
globby@^11.0.2, globby@^11.0.4, globby@^11.1.0:
7243+
globby@^11.0.2, globby@^11.1.0:
72447244
version "11.1.0"
72457245
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
72467246
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -7745,7 +7745,7 @@ ignore@^4.0.3:
77457745
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
77467746
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
77477747

7748-
ignore@^5.1.8, ignore@^5.1.9, ignore@^5.2.0:
7748+
ignore@^5.1.9, ignore@^5.2.0:
77497749
version "5.2.0"
77507750
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
77517751
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
@@ -12122,25 +12122,25 @@ [email protected]:
1212212122
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
1212312123
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
1212412124

12125-
[email protected], [email protected], semver@^7.3.2, semver@^7.3.4, semver@^7.3.5:
12125+
1212612126
version "7.3.5"
1212712127
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
1212812128
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
1212912129
dependencies:
1213012130
lru-cache "^6.0.0"
1213112131

12132-
semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
12133-
version "6.3.0"
12134-
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
12135-
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
12136-
12137-
semver@^7.3.7:
12132+
[email protected], semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7:
1213812133
version "7.3.7"
1213912134
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
1214012135
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
1214112136
dependencies:
1214212137
lru-cache "^6.0.0"
1214312138

12139+
semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
12140+
version "6.3.0"
12141+
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
12142+
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
12143+
1214412144
1214512145
version "0.17.2"
1214612146
resolved "https://registry.yarnpkg.com/send/-/send-0.17.2.tgz#926622f76601c41808012c8bf1688fe3906f7820"

0 commit comments

Comments
 (0)