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

Skip to content

Commit 8752a1b

Browse files
chore: bump @typescript-eslint/parser from 5.18.0 to 5.19.0 in /site
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.18.0 to 5.19.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.19.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] <[email protected]>
1 parent a7c4c05 commit 8752a1b

File tree

2 files changed

+9
-43
lines changed

2 files changed

+9
-43
lines changed

site/package.json

Lines changed: 1 addition & 1 deletion
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.19.0",
61-
"@typescript-eslint/parser": "5.18.0",
61+
"@typescript-eslint/parser": "5.19.0",
6262
"@xstate/cli": "0.1.6",
6363
"chromatic": "6.5.4",
6464
"copy-webpack-plugin": "10.2.4",

site/yarn.lock

Lines changed: 8 additions & 42 deletions
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/[email protected]":
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==
3832-
dependencies:
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"
3837-
3838-
"@typescript-eslint/[email protected]":
3839-
version "5.18.0"
3840-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.18.0.tgz#a7d7b49b973ba8cebf2a3710eefd457ef2fb5505"
3841-
integrity sha512-C0CZML6NyRDj+ZbMqh9FnPscg2PrzSaVQg3IpTmpe0NURMVBXlghGZgMYqBw07YW73i0MCqSDqv2SbywnCS8jQ==
3828+
"@typescript-eslint/[email protected]":
3829+
version "5.19.0"
3830+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.19.0.tgz#05e587c1492868929b931afa0cb5579b0f728e75"
3831+
integrity sha512-yhktJjMCJX8BSBczh1F/uY8wGRYrBeyn84kH6oyqdIJwTGKmzX5Qiq49LRQ0Jh0LXnWijEziSo6BRqny8nqLVQ==
38423832
dependencies:
3843-
"@typescript-eslint/types" "5.18.0"
3844-
"@typescript-eslint/visitor-keys" "5.18.0"
3833+
"@typescript-eslint/scope-manager" "5.19.0"
3834+
"@typescript-eslint/types" "5.19.0"
3835+
"@typescript-eslint/typescript-estree" "5.19.0"
3836+
debug "^4.3.2"
38453837

38463838
"@typescript-eslint/[email protected]":
38473839
version "5.19.0"
@@ -3860,29 +3852,11 @@
38603852
debug "^4.3.2"
38613853
tsutils "^3.21.0"
38623854

3863-
"@typescript-eslint/[email protected]":
3864-
version "5.18.0"
3865-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.18.0.tgz#4f0425d85fdb863071680983853c59a62ce9566e"
3866-
integrity sha512-bhV1+XjM+9bHMTmXi46p1Led5NP6iqQcsOxgx7fvk6gGiV48c6IynY0apQb7693twJDsXiVzNXTflhplmaiJaw==
3867-
38683855
"@typescript-eslint/[email protected]":
38693856
version "5.19.0"
38703857
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.19.0.tgz#12d3d600d754259da771806ee8b2c842d3be8d12"
38713858
integrity sha512-zR1ithF4Iyq1wLwkDcT+qFnhs8L5VUtjgac212ftiOP/ZZUOCuuF2DeGiZZGQXGoHA50OreZqLH5NjDcDqn34w==
38723859

3873-
"@typescript-eslint/[email protected]":
3874-
version "5.18.0"
3875-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.18.0.tgz#6498e5ee69a32e82b6e18689e2f72e4060986474"
3876-
integrity sha512-wa+2VAhOPpZs1bVij9e5gyVu60ReMi/KuOx4LKjGx2Y3XTNUDJgQ+5f77D49pHtqef/klglf+mibuHs9TrPxdQ==
3877-
dependencies:
3878-
"@typescript-eslint/types" "5.18.0"
3879-
"@typescript-eslint/visitor-keys" "5.18.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/[email protected]":
38873861
version "5.19.0"
38883862
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.19.0.tgz#fc987b8f62883f9ea6a5b488bdbcd20d33c0025f"
@@ -3908,14 +3882,6 @@
39083882
eslint-scope "^5.1.1"
39093883
eslint-utils "^3.0.0"
39103884

3911-
"@typescript-eslint/[email protected]":
3912-
version "5.18.0"
3913-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.18.0.tgz#c7c07709823804171d569017f3b031ced7253e60"
3914-
integrity sha512-Hf+t+dJsjAKpKSkg3EHvbtEpFFb/1CiOHnvI8bjHgOD4/wAw3gKrA0i94LrbekypiZVanJu3McWJg7rWDMzRTg==
3915-
dependencies:
3916-
"@typescript-eslint/types" "5.18.0"
3917-
eslint-visitor-keys "^3.0.0"
3918-
39193885
"@typescript-eslint/[email protected]":
39203886
version "5.19.0"
39213887
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.19.0.tgz#c84ebc7f6c744707a361ca5ec7f7f64cd85b8af6"

0 commit comments

Comments
 (0)