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

Commit663d047

Browse files
chore: bump @typescript-eslint/parser from 5.30.6 to 5.31.0 in /site (#3212)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.30.6 to 5.31.0.- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.31.0/packages/parser)---updated-dependencies:- dependency-name: "@typescript-eslint/parser" 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 parent0437680 commit663d047

File tree

2 files changed

+43
-9
lines changed

2 files changed

+43
-9
lines changed

‎site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"@types/superagent":"4.1.15",
8080
"@types/uuid":"8.3.4",
8181
"@typescript-eslint/eslint-plugin":"5.30.6",
82-
"@typescript-eslint/parser":"5.30.6",
82+
"@typescript-eslint/parser":"5.31.0",
8383
"@xstate/cli":"0.2.1",
8484
"chromatic":"6.7.1",
8585
"copy-webpack-plugin":"10.2.4",

‎site/yarn.lock

Lines changed: 42 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3376,14 +3376,14 @@
33763376
semver "^7.3.7"
33773377
tsutils "^3.21.0"
33783378

3379-
"@typescript-eslint/parser@5.30.6":
3380-
version "5.30.6"
3381-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.30.6.tgz#add440db038fa9d777e4ebdaf66da9e7fb7abe92"
3382-
integrity sha512-gfF9lZjT0p2ZSdxO70Xbw8w9sPPJGfAdjK7WikEjB3fcUI/yr9maUVEdqigBjKincUYNKOmf7QBMiTf719kbrA==
3383-
dependencies:
3384-
"@typescript-eslint/scope-manager" "5.30.6"
3385-
"@typescript-eslint/types" "5.30.6"
3386-
"@typescript-eslint/typescript-estree" "5.30.6"
3379+
"@typescript-eslint/parser@5.31.0":
3380+
version "5.31.0"
3381+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.31.0.tgz#7f42d7dcc68a0a6d80a0f3d9a65063aee7bb8d2c"
3382+
integrity sha512-UStjQiZ9OFTFReTrN+iGrC6O/ko9LVDhreEK5S3edmXgR396JGq7CoX2TWIptqt/ESzU2iRKXAHfSF2WJFcWHw==
3383+
dependencies:
3384+
"@typescript-eslint/scope-manager" "5.31.0"
3385+
"@typescript-eslint/types" "5.31.0"
3386+
"@typescript-eslint/typescript-estree" "5.31.0"
33873387
debug "^4.3.4"
33883388

33893389
"@typescript-eslint/scope-manager@5.30.6":
@@ -3394,6 +3394,14 @@
33943394
"@typescript-eslint/types" "5.30.6"
33953395
"@typescript-eslint/visitor-keys" "5.30.6"
33963396

3397+
"@typescript-eslint/scope-manager@5.31.0":
3398+
version "5.31.0"
3399+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.31.0.tgz#f47a794ba84d9b818ab7f8f44fff55a61016c606"
3400+
integrity sha512-8jfEzBYDBG88rcXFxajdVavGxb5/XKXyvWgvD8Qix3EEJLCFIdVloJw+r9ww0wbyNLOTYyBsR+4ALNGdlalLLg==
3401+
dependencies:
3402+
"@typescript-eslint/types" "5.31.0"
3403+
"@typescript-eslint/visitor-keys" "5.31.0"
3404+
33973405
"@typescript-eslint/type-utils@5.30.6":
33983406
version "5.30.6"
33993407
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.30.6.tgz#a64aa9acbe609ab77f09f53434a6af2b9685f3af"
@@ -3408,6 +3416,11 @@
34083416
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.30.6.tgz#86369d0a7af8c67024115ac1da3e8fb2d38907e1"
34093417
integrity sha512-HdnP8HioL1F7CwVmT4RaaMX57RrfqsOMclZc08wGMiDYJBsLGBM7JwXM4cZJmbWLzIR/pXg1kkrBBVpxTOwfUg==
34103418

3419+
"@typescript-eslint/types@5.31.0":
3420+
version "5.31.0"
3421+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.31.0.tgz#7aa389122b64b18e473c1672fb3b8310e5f07a9a"
3422+
integrity sha512-/f/rMaEseux+I4wmR6mfpM2wvtNZb1p9hAV77hWfuKc3pmaANp5dLAZSiE3/8oXTYTt3uV9KW5yZKJsMievp6g==
3423+
34113424
"@typescript-eslint/typescript-estree@5.30.6":
34123425
version "5.30.6"
34133426
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.30.6.tgz#a84a0d6a486f9b54042da1de3d671a2c9f14484e"
@@ -3421,6 +3434,19 @@
34213434
semver "^7.3.7"
34223435
tsutils "^3.21.0"
34233436

3437+
"@typescript-eslint/typescript-estree@5.31.0":
3438+
version "5.31.0"
3439+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.31.0.tgz#eb92970c9d6e3946690d50c346fb9b1d745ee882"
3440+
integrity sha512-3S625TMcARX71wBc2qubHaoUwMEn+l9TCsaIzYI/ET31Xm2c9YQ+zhGgpydjorwQO9pLfR/6peTzS/0G3J/hDw==
3441+
dependencies:
3442+
"@typescript-eslint/types" "5.31.0"
3443+
"@typescript-eslint/visitor-keys" "5.31.0"
3444+
debug "^4.3.4"
3445+
globby "^11.1.0"
3446+
is-glob "^4.0.3"
3447+
semver "^7.3.7"
3448+
tsutils "^3.21.0"
3449+
34243450
"@typescript-eslint/utils@5.30.6", "@typescript-eslint/utils@^5.10.0":
34253451
version "5.30.6"
34263452
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.30.6.tgz#1de2da14f678e7d187daa6f2e4cdb558ed0609dc"
@@ -3441,6 +3467,14 @@
34413467
"@typescript-eslint/types" "5.30.6"
34423468
eslint-visitor-keys "^3.3.0"
34433469

3470+
"@typescript-eslint/visitor-keys@5.31.0":
3471+
version "5.31.0"
3472+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.31.0.tgz#b0eca264df01ce85dceb76aebff3784629258f54"
3473+
integrity sha512-ZK0jVxSjS4gnPirpVjXHz7mgdOsZUHzNYSfTw2yPa3agfbt9YfqaBiBZFSSxeBWnpWkzCxTfUpnzA3Vily/CSg==
3474+
dependencies:
3475+
"@typescript-eslint/types" "5.31.0"
3476+
eslint-visitor-keys "^3.3.0"
3477+
34443478
"@webassemblyjs/ast@1.11.1":
34453479
version "1.11.1"
34463480
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp