Skip to content

Commit 2ca7253

Browse files
chore: bump @typescript-eslint/parser from 5.17.0 to 5.18.0 in /site (#899)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.17.0 to 5.18.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.18.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 parent ce7af87 commit 2ca7253

File tree

2 files changed

+9
-43
lines changed

2 files changed

+9
-43
lines changed

site/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@types/react-dom": "17.0.14",
5959
"@types/superagent": "4.1.15",
6060
"@typescript-eslint/eslint-plugin": "5.18.0",
61-
"@typescript-eslint/parser": "5.17.0",
61+
"@typescript-eslint/parser": "5.18.0",
6262
"@xstate/cli": "0.1.5",
6363
"chromatic": "6.5.3",
6464
"copy-webpack-plugin": "10.2.4",

site/yarn.lock

+8-42
Original file line numberDiff line numberDiff line change
@@ -3825,23 +3825,15 @@
38253825
semver "^7.3.5"
38263826
tsutils "^3.21.0"
38273827

3828-
"@typescript-eslint/parser@5.17.0":
3829-
version "5.17.0"
3830-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.17.0.tgz#7def77d5bcd8458d12d52909118cf3f0a45f89d5"
3831-
integrity sha512-aRzW9Jg5Rlj2t2/crzhA2f23SIYFlF9mchGudyP0uiD6SenIxzKoLjwzHbafgHn39dNV/TV7xwQkLfFTZlJ4ig==
3832-
dependencies:
3833-
"@typescript-eslint/scope-manager" "5.17.0"
3834-
"@typescript-eslint/types" "5.17.0"
3835-
"@typescript-eslint/typescript-estree" "5.17.0"
3836-
debug "^4.3.2"
3837-
3838-
"@typescript-eslint/scope-manager@5.17.0":
3839-
version "5.17.0"
3840-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.17.0.tgz#4cea7d0e0bc0e79eb60cad431c89120987c3f952"
3841-
integrity sha512-062iCYQF/doQ9T2WWfJohQKKN1zmmXVfAcS3xaiialiw8ZUGy05Em6QVNYJGO34/sU1a7a+90U3dUNfqUDHr3w==
3828+
"@typescript-eslint/parser@5.18.0":
3829+
version "5.18.0"
3830+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.18.0.tgz#2bcd4ff21df33621df33e942ccb21cb897f004c6"
3831+
integrity sha512-+08nYfurBzSSPndngnHvFw/fniWYJ5ymOrn/63oMIbgomVQOvIDhBoJmYZ9lwQOCnQV9xHGvf88ze3jFGUYooQ==
38423832
dependencies:
3843-
"@typescript-eslint/types" "5.17.0"
3844-
"@typescript-eslint/visitor-keys" "5.17.0"
3833+
"@typescript-eslint/scope-manager" "5.18.0"
3834+
"@typescript-eslint/types" "5.18.0"
3835+
"@typescript-eslint/typescript-estree" "5.18.0"
3836+
debug "^4.3.2"
38453837

38463838
"@typescript-eslint/scope-manager@5.18.0":
38473839
version "5.18.0"
@@ -3860,29 +3852,11 @@
38603852
debug "^4.3.2"
38613853
tsutils "^3.21.0"
38623854

3863-
"@typescript-eslint/types@5.17.0":
3864-
version "5.17.0"
3865-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.17.0.tgz#861ec9e669ffa2aa9b873dd4d28d9b1ce26d216f"
3866-
integrity sha512-AgQ4rWzmCxOZLioFEjlzOI3Ch8giDWx8aUDxyNw9iOeCvD3GEYAB7dxWGQy4T/rPVe8iPmu73jPHuaSqcjKvxw==
3867-
38683855
"@typescript-eslint/types@5.18.0":
38693856
version "5.18.0"
38703857
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.18.0.tgz#4f0425d85fdb863071680983853c59a62ce9566e"
38713858
integrity sha512-bhV1+XjM+9bHMTmXi46p1Led5NP6iqQcsOxgx7fvk6gGiV48c6IynY0apQb7693twJDsXiVzNXTflhplmaiJaw==
38723859

3873-
"@typescript-eslint/typescript-estree@5.17.0":
3874-
version "5.17.0"
3875-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.17.0.tgz#a7cba7dfc8f9cc2ac78c18584e684507df4f2488"
3876-
integrity sha512-X1gtjEcmM7Je+qJRhq7ZAAaNXYhTgqMkR10euC4Si6PIjb+kwEQHSxGazXUQXFyqfEXdkGf6JijUu5R0uceQzg==
3877-
dependencies:
3878-
"@typescript-eslint/types" "5.17.0"
3879-
"@typescript-eslint/visitor-keys" "5.17.0"
3880-
debug "^4.3.2"
3881-
globby "^11.0.4"
3882-
is-glob "^4.0.3"
3883-
semver "^7.3.5"
3884-
tsutils "^3.21.0"
3885-
38863860
"@typescript-eslint/typescript-estree@5.18.0":
38873861
version "5.18.0"
38883862
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.18.0.tgz#6498e5ee69a32e82b6e18689e2f72e4060986474"
@@ -3908,14 +3882,6 @@
39083882
eslint-scope "^5.1.1"
39093883
eslint-utils "^3.0.0"
39103884

3911-
"@typescript-eslint/visitor-keys@5.17.0":
3912-
version "5.17.0"
3913-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.17.0.tgz#52daae45c61b0211b4c81b53a71841911e479128"
3914-
integrity sha512-6K/zlc4OfCagUu7Am/BD5k8PSWQOgh34Nrv9Rxe2tBzlJ7uOeJ/h7ugCGDCeEZHT6k2CJBhbk9IsbkPI0uvUkA==
3915-
dependencies:
3916-
"@typescript-eslint/types" "5.17.0"
3917-
eslint-visitor-keys "^3.0.0"
3918-
39193885
"@typescript-eslint/visitor-keys@5.18.0":
39203886
version "5.18.0"
39213887
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.18.0.tgz#c7c07709823804171d569017f3b031ced7253e60"

0 commit comments

Comments
 (0)