Skip to content

Commit 3096380

Browse files
dependabot[bot]pull[bot]
authored andcommitted
chore: bump @typescript-eslint/eslint-plugin in /site (#5955)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.38.1 to 5.50.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.50.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 70ff847 commit 3096380

File tree

2 files changed

+60
-99
lines changed

2 files changed

+60
-99
lines changed

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"@types/semver": "7.3.12",
105105
"@types/ua-parser-js": "0.7.36",
106106
"@types/uuid": "8.3.4",
107-
"@typescript-eslint/eslint-plugin": "5.38.1",
107+
"@typescript-eslint/eslint-plugin": "5.50.0",
108108
"@typescript-eslint/parser": "5.45.1",
109109
"@xstate/cli": "0.3.0",
110110
"canvas": "2.10.0",

site/yarn.lock

Lines changed: 59 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -3432,16 +3432,18 @@
34323432
dependencies:
34333433
"@types/yargs-parser" "*"
34343434

3435-
"@typescript-eslint/eslint-plugin@5.38.1":
3436-
version "5.38.1"
3437-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.1.tgz#9f05d42fa8fb9f62304cc2f5c2805e03c01c2620"
3438-
integrity sha512-ky7EFzPhqz3XlhS7vPOoMDaQnQMn+9o5ICR9CPr/6bw8HrFkzhMSxuA3gRfiJVvs7geYrSeawGJjZoZQKCOglQ==
3439-
dependencies:
3440-
"@typescript-eslint/scope-manager" "5.38.1"
3441-
"@typescript-eslint/type-utils" "5.38.1"
3442-
"@typescript-eslint/utils" "5.38.1"
3435+
"@typescript-eslint/eslint-plugin@5.50.0":
3436+
version "5.50.0"
3437+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.50.0.tgz#fb48c31cadc853ffc1dc35373f56b5e2a8908fe9"
3438+
integrity sha512-vwksQWSFZiUhgq3Kv7o1Jcj0DUNylwnIlGvKvLLYsq8pAWha6/WCnXUeaSoNNha/K7QSf2+jvmkxggC1u3pIwQ==
3439+
dependencies:
3440+
"@typescript-eslint/scope-manager" "5.50.0"
3441+
"@typescript-eslint/type-utils" "5.50.0"
3442+
"@typescript-eslint/utils" "5.50.0"
34433443
debug "^4.3.4"
3444+
grapheme-splitter "^1.0.4"
34443445
ignore "^5.2.0"
3446+
natural-compare-lite "^1.4.0"
34453447
regexpp "^3.2.0"
34463448
semver "^7.3.7"
34473449
tsutils "^3.21.0"
@@ -3456,22 +3458,6 @@
34563458
"@typescript-eslint/typescript-estree" "5.45.1"
34573459
debug "^4.3.4"
34583460

3459-
"@typescript-eslint/scope-manager@5.38.1":
3460-
version "5.38.1"
3461-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.38.1.tgz#f87b289ef8819b47189351814ad183e8801d5764"
3462-
integrity sha512-BfRDq5RidVU3RbqApKmS7RFMtkyWMM50qWnDAkKgQiezRtLKsoyRKIvz1Ok5ilRWeD9IuHvaidaLxvGx/2eqTQ==
3463-
dependencies:
3464-
"@typescript-eslint/types" "5.38.1"
3465-
"@typescript-eslint/visitor-keys" "5.38.1"
3466-
3467-
"@typescript-eslint/scope-manager@5.42.1":
3468-
version "5.42.1"
3469-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.42.1.tgz#05e5e1351485637d466464237e5259b49f609b18"
3470-
integrity sha512-QAZY/CBP1Emx4rzxurgqj3rUinfsh/6mvuKbLNMfJMMKYLRBfweus8brgXF8f64ABkIZ3zdj2/rYYtF8eiuksQ==
3471-
dependencies:
3472-
"@typescript-eslint/types" "5.42.1"
3473-
"@typescript-eslint/visitor-keys" "5.42.1"
3474-
34753461
"@typescript-eslint/scope-manager@5.45.1":
34763462
version "5.45.1"
34773463
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.45.1.tgz#5b87d025eec7035d879b99c260f03be5c247883c"
@@ -3480,56 +3466,33 @@
34803466
"@typescript-eslint/types" "5.45.1"
34813467
"@typescript-eslint/visitor-keys" "5.45.1"
34823468

3483-
"@typescript-eslint/type-utils@5.38.1":
3484-
version "5.38.1"
3485-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.38.1.tgz#7f038fcfcc4ade4ea76c7c69b2aa25e6b261f4c1"
3486-
integrity sha512-UU3j43TM66gYtzo15ivK2ZFoDFKKP0k03MItzLdq0zV92CeGCXRfXlfQX5ILdd4/DSpHkSjIgLLLh1NtkOJOAw==
3469+
"@typescript-eslint/scope-manager@5.50.0":
3470+
version "5.50.0"
3471+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.50.0.tgz#90b8a3b337ad2c52bbfe4eac38f9164614e40584"
3472+
integrity sha512-rt03kaX+iZrhssaT974BCmoUikYtZI24Vp/kwTSy841XhiYShlqoshRFDvN1FKKvU2S3gK+kcBW1EA7kNUrogg==
34873473
dependencies:
3488-
"@typescript-eslint/typescript-estree" "5.38.1"
3489-
"@typescript-eslint/utils" "5.38.1"
3474+
"@typescript-eslint/types" "5.50.0"
3475+
"@typescript-eslint/visitor-keys" "5.50.0"
3476+
3477+
"@typescript-eslint/type-utils@5.50.0":
3478+
version "5.50.0"
3479+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.50.0.tgz#509d5cc9728d520008f7157b116a42c5460e7341"
3480+
integrity sha512-dcnXfZ6OGrNCO7E5UY/i0ktHb7Yx1fV6fnQGGrlnfDhilcs6n19eIRcvLBqx6OQkrPaFlDPk3OJ0WlzQfrV0bQ==
3481+
dependencies:
3482+
"@typescript-eslint/typescript-estree" "5.50.0"
3483+
"@typescript-eslint/utils" "5.50.0"
34903484
debug "^4.3.4"
34913485
tsutils "^3.21.0"
34923486

3493-
"@typescript-eslint/types@5.38.1":
3494-
version "5.38.1"
3495-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.1.tgz#74f9d6dcb8dc7c58c51e9fbc6653ded39e2e225c"
3496-
integrity sha512-QTW1iHq1Tffp9lNfbfPm4WJabbvpyaehQ0SrvVK2yfV79SytD9XDVxqiPvdrv2LK7DGSFo91TB2FgWanbJAZXg==
3497-
3498-
"@typescript-eslint/types@5.42.1":
3499-
version "5.42.1"
3500-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.42.1.tgz#0d4283c30e9b70d2aa2391c36294413de9106df2"
3501-
integrity sha512-Qrco9dsFF5lhalz+lLFtxs3ui1/YfC6NdXu+RAGBa8uSfn01cjO7ssCsjIsUs484vny9Xm699FSKwpkCcqwWwA==
3502-
35033487
"@typescript-eslint/types@5.45.1":
35043488
version "5.45.1"
35053489
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.45.1.tgz#8e1883041cee23f1bb7e1343b0139f97f6a17c14"
35063490
integrity sha512-HEW3U0E5dLjUT+nk7b4lLbOherS1U4ap+b9pfu2oGsW3oPu7genRaY9dDv3nMczC1rbnRY2W/D7SN05wYoGImg==
35073491

3508-
"@typescript-eslint/typescript-estree@5.38.1":
3509-
version "5.38.1"
3510-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.1.tgz#657d858d5d6087f96b638ee383ee1cff52605a1e"
3511-
integrity sha512-99b5e/Enoe8fKMLdSuwrfH/C0EIbpUWmeEKHmQlGZb8msY33qn1KlkFww0z26o5Omx7EVjzVDCWEfrfCDHfE7g==
3512-
dependencies:
3513-
"@typescript-eslint/types" "5.38.1"
3514-
"@typescript-eslint/visitor-keys" "5.38.1"
3515-
debug "^4.3.4"
3516-
globby "^11.1.0"
3517-
is-glob "^4.0.3"
3518-
semver "^7.3.7"
3519-
tsutils "^3.21.0"
3520-
3521-
"@typescript-eslint/typescript-estree@5.42.1":
3522-
version "5.42.1"
3523-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.42.1.tgz#f9a223ecb547a781d37e07a5ac6ba9ff681eaef0"
3524-
integrity sha512-qElc0bDOuO0B8wDhhW4mYVgi/LZL+igPwXtV87n69/kYC/7NG3MES0jHxJNCr4EP7kY1XVsRy8C/u3DYeTKQmw==
3525-
dependencies:
3526-
"@typescript-eslint/types" "5.42.1"
3527-
"@typescript-eslint/visitor-keys" "5.42.1"
3528-
debug "^4.3.4"
3529-
globby "^11.1.0"
3530-
is-glob "^4.0.3"
3531-
semver "^7.3.7"
3532-
tsutils "^3.21.0"
3492+
"@typescript-eslint/types@5.50.0":
3493+
version "5.50.0"
3494+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.50.0.tgz#c461d3671a6bec6c2f41f38ed60bd87aa8a30093"
3495+
integrity sha512-atruOuJpir4OtyNdKahiHZobPKFvZnBnfDiyEaBf6d9vy9visE7gDjlmhl+y29uxZ2ZDgvXijcungGFjGGex7w==
35333496

35343497
"@typescript-eslint/typescript-estree@5.45.1":
35353498
version "5.45.1"
@@ -3544,48 +3507,33 @@
35443507
semver "^7.3.7"
35453508
tsutils "^3.21.0"
35463509

3547-
"@typescript-eslint/utils@5.38.1":
3548-
version "5.38.1"
3549-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.38.1.tgz#e3ac37d7b33d1362bb5adf4acdbe00372fb813ef"
3550-
integrity sha512-oIuUiVxPBsndrN81oP8tXnFa/+EcZ03qLqPDfSZ5xIJVm7A9V0rlkQwwBOAGtrdN70ZKDlKv+l1BeT4eSFxwXA==
3510+
"@typescript-eslint/typescript-estree@5.50.0":
3511+
version "5.50.0"
3512+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.50.0.tgz#0b9b82975bdfa40db9a81fdabc7f93396867ea97"
3513+
integrity sha512-Gq4zapso+OtIZlv8YNAStFtT6d05zyVCK7Fx3h5inlLBx2hWuc/0465C2mg/EQDDU2LKe52+/jN4f0g9bd+kow==
35513514
dependencies:
3552-
"@types/json-schema" "^7.0.9"
3553-
"@typescript-eslint/scope-manager" "5.38.1"
3554-
"@typescript-eslint/types" "5.38.1"
3555-
"@typescript-eslint/typescript-estree" "5.38.1"
3556-
eslint-scope "^5.1.1"
3557-
eslint-utils "^3.0.0"
3515+
"@typescript-eslint/types" "5.50.0"
3516+
"@typescript-eslint/visitor-keys" "5.50.0"
3517+
debug "^4.3.4"
3518+
globby "^11.1.0"
3519+
is-glob "^4.0.3"
3520+
semver "^7.3.7"
3521+
tsutils "^3.21.0"
35583522

3559-
"@typescript-eslint/utils@^5.10.0":
3560-
version "5.42.1"
3561-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.42.1.tgz#2789b1cd990f0c07aaa3e462dbe0f18d736d5071"
3562-
integrity sha512-Gxvf12xSp3iYZd/fLqiQRD4uKZjDNR01bQ+j8zvhPjpsZ4HmvEFL/tC4amGNyxN9Rq+iqvpHLhlqx6KTxz9ZyQ==
3523+
"@typescript-eslint/utils@5.50.0", "@typescript-eslint/utils@^5.10.0":
3524+
version "5.50.0"
3525+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.50.0.tgz#807105f5ffb860644d30d201eefad7017b020816"
3526+
integrity sha512-v/AnUFImmh8G4PH0NDkf6wA8hujNNcrwtecqW4vtQ1UOSNBaZl49zP1SHoZ/06e+UiwzHpgb5zP5+hwlYYWYAw==
35633527
dependencies:
35643528
"@types/json-schema" "^7.0.9"
35653529
"@types/semver" "^7.3.12"
3566-
"@typescript-eslint/scope-manager" "5.42.1"
3567-
"@typescript-eslint/types" "5.42.1"
3568-
"@typescript-eslint/typescript-estree" "5.42.1"
3530+
"@typescript-eslint/scope-manager" "5.50.0"
3531+
"@typescript-eslint/types" "5.50.0"
3532+
"@typescript-eslint/typescript-estree" "5.50.0"
35693533
eslint-scope "^5.1.1"
35703534
eslint-utils "^3.0.0"
35713535
semver "^7.3.7"
35723536

3573-
"@typescript-eslint/visitor-keys@5.38.1":
3574-
version "5.38.1"
3575-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.1.tgz#508071bfc6b96d194c0afe6a65ad47029059edbc"
3576-
integrity sha512-bSHr1rRxXt54+j2n4k54p4fj8AHJ49VDWtjpImOpzQj4qjAiOpPni+V1Tyajh19Api1i844F757cur8wH3YvOA==
3577-
dependencies:
3578-
"@typescript-eslint/types" "5.38.1"
3579-
eslint-visitor-keys "^3.3.0"
3580-
3581-
"@typescript-eslint/visitor-keys@5.42.1":
3582-
version "5.42.1"
3583-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.42.1.tgz#df10839adf6605e1cdb79174cf21e46df9be4872"
3584-
integrity sha512-LOQtSF4z+hejmpUvitPlc4hA7ERGoj2BVkesOcG91HCn8edLGUXbTrErmutmPbl8Bo9HjAvOO/zBKQHExXNA2A==
3585-
dependencies:
3586-
"@typescript-eslint/types" "5.42.1"
3587-
eslint-visitor-keys "^3.3.0"
3588-
35893537
"@typescript-eslint/visitor-keys@5.45.1":
35903538
version "5.45.1"
35913539
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.45.1.tgz#204428430ad6a830d24c5ac87c71366a1cfe1948"
@@ -3594,6 +3542,14 @@
35943542
"@typescript-eslint/types" "5.45.1"
35953543
eslint-visitor-keys "^3.3.0"
35963544

3545+
"@typescript-eslint/visitor-keys@5.50.0":
3546+
version "5.50.0"
3547+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.50.0.tgz#b752ffc143841f3d7bc57d6dd01ac5c40f8c4903"
3548+
integrity sha512-cdMeD9HGu6EXIeGOh2yVW6oGf9wq8asBgZx7nsR/D36gTfQ0odE5kcRYe5M81vjEFAcPeugXrHg78Imu55F6gg==
3549+
dependencies:
3550+
"@typescript-eslint/types" "5.50.0"
3551+
eslint-visitor-keys "^3.3.0"
3552+
35973553
"@vitejs/plugin-react@2.1.0":
35983554
version "2.1.0"
35993555
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-2.1.0.tgz#4c99df15e71d2630601bd3018093bdc787d40e55"
@@ -10515,6 +10471,11 @@ nanomatch@^1.2.9:
1051510471
snapdragon "^0.8.1"
1051610472
to-regex "^3.0.1"
1051710473

10474+
natural-compare-lite@^1.4.0:
10475+
version "1.4.0"
10476+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
10477+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
10478+
1051810479
natural-compare@^1.4.0:
1051910480
version "1.4.0"
1052010481
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"

0 commit comments

Comments
 (0)