Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit45f6a64

Browse files
chore: bump @typescript-eslint/eslint-plugin in /site
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] <support@github.com>
1 parent1634f2c commit45f6a64

File tree

2 files changed

+68
-68
lines changed

2 files changed

+68
-68
lines changed

‎site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@types/react-dom":"17.0.16",
7676
"@types/superagent":"4.1.15",
7777
"@types/uuid":"8.3.4",
78-
"@typescript-eslint/eslint-plugin":"5.23.0",
78+
"@typescript-eslint/eslint-plugin":"5.27.0",
7979
"@typescript-eslint/parser":"5.25.0",
8080
"@xstate/cli":"0.1.7",
8181
"chromatic":"6.5.4",

‎site/yarn.lock

Lines changed: 67 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -3202,19 +3202,19 @@
32023202
dependencies:
32033203
"@types/yargs-parser" "*"
32043204

3205-
"@typescript-eslint/eslint-plugin@5.23.0":
3206-
version "5.23.0"
3207-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.23.0.tgz#bc4cbcf91fbbcc2e47e534774781b82ae25cc3d8"
3208-
integrity sha512-hEcSmG4XodSLiAp1uxv/OQSGsDY6QN3TcRU32gANp+19wGE1QQZLRS8/GV58VRUoXhnkuJ3ZxNQ3T6Z6zM59DA==
3209-
dependencies:
3210-
"@typescript-eslint/scope-manager" "5.23.0"
3211-
"@typescript-eslint/type-utils" "5.23.0"
3212-
"@typescript-eslint/utils" "5.23.0"
3213-
debug "^4.3.2"
3205+
"@typescript-eslint/eslint-plugin@5.27.0":
3206+
version "5.27.0"
3207+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.27.0.tgz#23d82a4f21aaafd8f69dbab7e716323bb6695cc8"
3208+
integrity sha512-DDrIA7GXtmHXr1VCcx9HivA39eprYBIFxbQEHI6NyraRDxCGpxAFiYQAT/1Y0vh1C+o2vfBiy4IuPoXxtTZCAQ==
3209+
dependencies:
3210+
"@typescript-eslint/scope-manager" "5.27.0"
3211+
"@typescript-eslint/type-utils" "5.27.0"
3212+
"@typescript-eslint/utils" "5.27.0"
3213+
debug "^4.3.4"
32143214
functional-red-black-tree "^1.0.1"
3215-
ignore "^5.1.8"
3215+
ignore "^5.2.0"
32163216
regexpp "^3.2.0"
3217-
semver "^7.3.5"
3217+
semver "^7.3.7"
32183218
tsutils "^3.21.0"
32193219

32203220
"@typescript-eslint/parser@5.25.0":
@@ -3227,14 +3227,6 @@
32273227
"@typescript-eslint/typescript-estree" "5.25.0"
32283228
debug "^4.3.4"
32293229

3230-
"@typescript-eslint/scope-manager@5.23.0":
3231-
version "5.23.0"
3232-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.23.0.tgz#4305e61c2c8e3cfa3787d30f54e79430cc17ce1b"
3233-
integrity sha512-EhjaFELQHCRb5wTwlGsNMvzK9b8Oco4aYNleeDlNuL6qXWDF47ch4EhVNPh8Rdhf9tmqbN4sWDk/8g+Z/J8JVw==
3234-
dependencies:
3235-
"@typescript-eslint/types" "5.23.0"
3236-
"@typescript-eslint/visitor-keys" "5.23.0"
3237-
32383230
"@typescript-eslint/scope-manager@5.25.0":
32393231
version "5.25.0"
32403232
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.25.0.tgz#e78f1484bca7e484c48782075219c82c6b77a09f"
@@ -3243,37 +3235,32 @@
32433235
"@typescript-eslint/types" "5.25.0"
32443236
"@typescript-eslint/visitor-keys" "5.25.0"
32453237

3246-
"@typescript-eslint/type-utils@5.23.0":
3247-
version "5.23.0"
3248-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.23.0.tgz#f852252f2fc27620d5bb279d8fed2a13d2e3685e"
3249-
integrity sha512-iuI05JsJl/SUnOTXA9f4oI+/4qS/Zcgk+s2ir+lRmXI+80D8GaGwoUqs4p+X+4AxDolPpEpVUdlEH4ADxFy4gw==
3238+
"@typescript-eslint/scope-manager@5.27.0":
3239+
version "5.27.0"
3240+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.27.0.tgz#a272178f613050ed62f51f69aae1e19e870a8bbb"
3241+
integrity sha512-VnykheBQ/sHd1Vt0LJ1JLrMH1GzHO+SzX6VTXuStISIsvRiurue/eRkTqSrG0CexHQgKG8shyJfR4o5VYioB9g==
32503242
dependencies:
3251-
"@typescript-eslint/utils" "5.23.0"
3252-
debug "^4.3.2"
3253-
tsutils "^3.21.0"
3243+
"@typescript-eslint/types" "5.27.0"
3244+
"@typescript-eslint/visitor-keys" "5.27.0"
32543245

3255-
"@typescript-eslint/types@5.23.0":
3256-
version "5.23.0"
3257-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.23.0.tgz#8733de0f58ae0ed318dbdd8f09868cdbf9f9ad09"
3258-
integrity sha512-NfBsV/h4dir/8mJwdZz7JFibaKC3E/QdeMEDJhiAE3/eMkoniZ7MjbEMCGXw6MZnZDMN3G9S0mH/6WUIj91dmw==
3246+
"@typescript-eslint/type-utils@5.27.0":
3247+
version "5.27.0"
3248+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.27.0.tgz#36fd95f6747412251d79c795b586ba766cf0974b"
3249+
integrity sha512-vpTvRRchaf628Hb/Xzfek+85o//zEUotr1SmexKvTfs7czXfYjXVT/a5yDbpzLBX1rhbqxjDdr1Gyo0x1Fc64g==
3250+
dependencies:
3251+
"@typescript-eslint/utils" "5.27.0"
3252+
debug "^4.3.4"
3253+
tsutils "^3.21.0"
32593254

32603255
"@typescript-eslint/types@5.25.0":
32613256
version "5.25.0"
32623257
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.25.0.tgz#dee51b1855788b24a2eceeae54e4adb89b088dd8"
32633258
integrity sha512-7fWqfxr0KNHj75PFqlGX24gWjdV/FDBABXL5dyvBOWHpACGyveok8Uj4ipPX/1fGU63fBkzSIycEje4XsOxUFA==
32643259

3265-
"@typescript-eslint/typescript-estree@5.23.0":
3266-
version "5.23.0"
3267-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.23.0.tgz#dca5f10a0a85226db0796e8ad86addc9aee52065"
3268-
integrity sha512-xE9e0lrHhI647SlGMl+m+3E3CKPF1wzvvOEWnuE3CCjjT7UiRnDGJxmAcVKJIlFgK6DY9RB98eLr1OPigPEOGg==
3269-
dependencies:
3270-
"@typescript-eslint/types" "5.23.0"
3271-
"@typescript-eslint/visitor-keys" "5.23.0"
3272-
debug "^4.3.2"
3273-
globby "^11.0.4"
3274-
is-glob "^4.0.3"
3275-
semver "^7.3.5"
3276-
tsutils "^3.21.0"
3260+
"@typescript-eslint/types@5.27.0":
3261+
version "5.27.0"
3262+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.27.0.tgz#c3f44b9dda6177a9554f94a74745ca495ba9c001"
3263+
integrity sha512-lY6C7oGm9a/GWhmUDOs3xAVRz4ty/XKlQ2fOLr8GAIryGn0+UBOoJDWyHer3UgrHkenorwvBnphhP+zPmzmw0A==
32773264

32783265
"@typescript-eslint/typescript-estree@5.25.0":
32793266
version "5.25.0"
@@ -3288,26 +3275,31 @@
32883275
semver "^7.3.7"
32893276
tsutils "^3.21.0"
32903277

3291-
"@typescript-eslint/utils@5.23.0", "@typescript-eslint/utils@^5.10.0":
3292-
version "5.23.0"
3293-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.23.0.tgz#4691c3d1b414da2c53d8943310df36ab1c50648a"
3294-
integrity sha512-dbgaKN21drqpkbbedGMNPCtRPZo1IOUr5EI9Jrrh99r5UW5Q0dz46RKXeSBoPV+56R6dFKpbrdhgUNSJsDDRZA==
3278+
"@typescript-eslint/typescript-estree@5.27.0":
3279+
version "5.27.0"
3280+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.27.0.tgz#7965f5b553c634c5354a47dcce0b40b94611e995"
3281+
integrity sha512-QywPMFvgZ+MHSLRofLI7BDL+UczFFHyj0vF5ibeChDAJgdTV8k4xgEwF0geFhVlPc1p8r70eYewzpo6ps+9LJQ==
3282+
dependencies:
3283+
"@typescript-eslint/types" "5.27.0"
3284+
"@typescript-eslint/visitor-keys" "5.27.0"
3285+
debug "^4.3.4"
3286+
globby "^11.1.0"
3287+
is-glob "^4.0.3"
3288+
semver "^7.3.7"
3289+
tsutils "^3.21.0"
3290+
3291+
"@typescript-eslint/utils@5.27.0", "@typescript-eslint/utils@^5.10.0":
3292+
version "5.27.0"
3293+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.27.0.tgz#d0021cbf686467a6a9499bd0589e19665f9f7e71"
3294+
integrity sha512-nZvCrkIJppym7cIbP3pOwIkAefXOmfGPnCM0LQfzNaKxJHI6VjI8NC662uoiPlaf5f6ymkTy9C3NQXev2mdXmA==
32953295
dependencies:
32963296
"@types/json-schema" "^7.0.9"
3297-
"@typescript-eslint/scope-manager" "5.23.0"
3298-
"@typescript-eslint/types" "5.23.0"
3299-
"@typescript-eslint/typescript-estree" "5.23.0"
3297+
"@typescript-eslint/scope-manager" "5.27.0"
3298+
"@typescript-eslint/types" "5.27.0"
3299+
"@typescript-eslint/typescript-estree" "5.27.0"
33003300
eslint-scope "^5.1.1"
33013301
eslint-utils "^3.0.0"
33023302

3303-
"@typescript-eslint/visitor-keys@5.23.0":
3304-
version "5.23.0"
3305-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.23.0.tgz#057c60a7ca64667a39f991473059377a8067c87b"
3306-
integrity sha512-Vd4mFNchU62sJB8pX19ZSPog05B0Y0CE2UxAZPT5k4iqhRYjPnqyY3woMxCd0++t9OTqkgjST+1ydLBi7e2Fvg==
3307-
dependencies:
3308-
"@typescript-eslint/types" "5.23.0"
3309-
eslint-visitor-keys "^3.0.0"
3310-
33113303
"@typescript-eslint/visitor-keys@5.25.0":
33123304
version "5.25.0"
33133305
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.25.0.tgz#33aa5fdcc5cedb9f4c8828c6a019d58548d4474b"
@@ -3316,6 +3308,14 @@
33163308
"@typescript-eslint/types" "5.25.0"
33173309
eslint-visitor-keys "^3.3.0"
33183310

3311+
"@typescript-eslint/visitor-keys@5.27.0":
3312+
version "5.27.0"
3313+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.27.0.tgz#97aa9a5d2f3df8215e6d3b77f9d214a24db269bd"
3314+
integrity sha512-46cYrteA2MrIAjv9ai44OQDUoCZyHeGIc4lsjCUX2WT6r4C+kidz1bNiR4017wHOPUythYeH+Sc7/cFP97KEAA==
3315+
dependencies:
3316+
"@typescript-eslint/types" "5.27.0"
3317+
eslint-visitor-keys "^3.3.0"
3318+
33193319
"@webassemblyjs/ast@1.11.1":
33203320
version "1.11.1"
33213321
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7"
@@ -6394,7 +6394,7 @@ eslint-visitor-keys@^2.0.0:
63946394
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
63956395
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
63966396

6397-
eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0:
6397+
eslint-visitor-keys@^3.3.0:
63986398
version "3.3.0"
63996399
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
64006400
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
@@ -7233,7 +7233,7 @@ globalthis@^1.0.0:
72337233
dependencies:
72347234
define-properties "^1.1.3"
72357235

7236-
globby@^11.0.2, globby@^11.0.4, globby@^11.1.0:
7236+
globby@^11.0.2, globby@^11.1.0:
72377237
version "11.1.0"
72387238
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
72397239
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -7738,7 +7738,7 @@ ignore@^4.0.3:
77387738
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
77397739
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
77407740

7741-
ignore@^5.1.8, ignore@^5.1.9, ignore@^5.2.0:
7741+
ignore@^5.1.9, ignore@^5.2.0:
77427742
version "5.2.0"
77437743
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
77447744
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
@@ -12100,25 +12100,25 @@ semver@7.0.0:
1210012100
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
1210112101
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
1210212102

12103-
semver@7.3.5, semver@7.x, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5:
12103+
semver@7.3.5:
1210412104
version "7.3.5"
1210512105
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
1210612106
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
1210712107
dependencies:
1210812108
lru-cache "^6.0.0"
1210912109

12110-
semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
12111-
version "6.3.0"
12112-
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
12113-
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
12114-
12115-
semver@^7.3.7:
12110+
semver@7.x, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7:
1211612111
version "7.3.7"
1211712112
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
1211812113
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
1211912114
dependencies:
1212012115
lru-cache "^6.0.0"
1212112116

12117+
semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
12118+
version "6.3.0"
12119+
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
12120+
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
12121+
1212212122
send@0.17.2:
1212312123
version "0.17.2"
1212412124
resolved "https://registry.yarnpkg.com/send/-/send-0.17.2.tgz#926622f76601c41808012c8bf1688fe3906f7820"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp