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

Skip to content

Commit 0dfba86

Browse files
chore: bump @typescript-eslint/parser from 5.18.0 to 5.19.0 in /site (#960)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6186594 commit 0dfba86

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
@@ -3801,23 +3801,15 @@
38013801
semver "^7.3.5"
38023802
tsutils "^3.21.0"
38033803

3804-
"@typescript-eslint/[email protected]":
3805-
version "5.18.0"
3806-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.18.0.tgz#2bcd4ff21df33621df33e942ccb21cb897f004c6"
3807-
integrity sha512-+08nYfurBzSSPndngnHvFw/fniWYJ5ymOrn/63oMIbgomVQOvIDhBoJmYZ9lwQOCnQV9xHGvf88ze3jFGUYooQ==
3808-
dependencies:
3809-
"@typescript-eslint/scope-manager" "5.18.0"
3810-
"@typescript-eslint/types" "5.18.0"
3811-
"@typescript-eslint/typescript-estree" "5.18.0"
3812-
debug "^4.3.2"
3813-
3814-
"@typescript-eslint/[email protected]":
3815-
version "5.18.0"
3816-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.18.0.tgz#a7d7b49b973ba8cebf2a3710eefd457ef2fb5505"
3817-
integrity sha512-C0CZML6NyRDj+ZbMqh9FnPscg2PrzSaVQg3IpTmpe0NURMVBXlghGZgMYqBw07YW73i0MCqSDqv2SbywnCS8jQ==
3804+
"@typescript-eslint/[email protected]":
3805+
version "5.19.0"
3806+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.19.0.tgz#05e587c1492868929b931afa0cb5579b0f728e75"
3807+
integrity sha512-yhktJjMCJX8BSBczh1F/uY8wGRYrBeyn84kH6oyqdIJwTGKmzX5Qiq49LRQ0Jh0LXnWijEziSo6BRqny8nqLVQ==
38183808
dependencies:
3819-
"@typescript-eslint/types" "5.18.0"
3820-
"@typescript-eslint/visitor-keys" "5.18.0"
3809+
"@typescript-eslint/scope-manager" "5.19.0"
3810+
"@typescript-eslint/types" "5.19.0"
3811+
"@typescript-eslint/typescript-estree" "5.19.0"
3812+
debug "^4.3.2"
38213813

38223814
"@typescript-eslint/[email protected]":
38233815
version "5.19.0"
@@ -3836,29 +3828,11 @@
38363828
debug "^4.3.2"
38373829
tsutils "^3.21.0"
38383830

3839-
"@typescript-eslint/[email protected]":
3840-
version "5.18.0"
3841-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.18.0.tgz#4f0425d85fdb863071680983853c59a62ce9566e"
3842-
integrity sha512-bhV1+XjM+9bHMTmXi46p1Led5NP6iqQcsOxgx7fvk6gGiV48c6IynY0apQb7693twJDsXiVzNXTflhplmaiJaw==
3843-
38443831
"@typescript-eslint/[email protected]":
38453832
version "5.19.0"
38463833
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.19.0.tgz#12d3d600d754259da771806ee8b2c842d3be8d12"
38473834
integrity sha512-zR1ithF4Iyq1wLwkDcT+qFnhs8L5VUtjgac212ftiOP/ZZUOCuuF2DeGiZZGQXGoHA50OreZqLH5NjDcDqn34w==
38483835

3849-
"@typescript-eslint/[email protected]":
3850-
version "5.18.0"
3851-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.18.0.tgz#6498e5ee69a32e82b6e18689e2f72e4060986474"
3852-
integrity sha512-wa+2VAhOPpZs1bVij9e5gyVu60ReMi/KuOx4LKjGx2Y3XTNUDJgQ+5f77D49pHtqef/klglf+mibuHs9TrPxdQ==
3853-
dependencies:
3854-
"@typescript-eslint/types" "5.18.0"
3855-
"@typescript-eslint/visitor-keys" "5.18.0"
3856-
debug "^4.3.2"
3857-
globby "^11.0.4"
3858-
is-glob "^4.0.3"
3859-
semver "^7.3.5"
3860-
tsutils "^3.21.0"
3861-
38623836
"@typescript-eslint/[email protected]":
38633837
version "5.19.0"
38643838
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.19.0.tgz#fc987b8f62883f9ea6a5b488bdbcd20d33c0025f"
@@ -3884,14 +3858,6 @@
38843858
eslint-scope "^5.1.1"
38853859
eslint-utils "^3.0.0"
38863860

3887-
"@typescript-eslint/[email protected]":
3888-
version "5.18.0"
3889-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.18.0.tgz#c7c07709823804171d569017f3b031ced7253e60"
3890-
integrity sha512-Hf+t+dJsjAKpKSkg3EHvbtEpFFb/1CiOHnvI8bjHgOD4/wAw3gKrA0i94LrbekypiZVanJu3McWJg7rWDMzRTg==
3891-
dependencies:
3892-
"@typescript-eslint/types" "5.18.0"
3893-
eslint-visitor-keys "^3.0.0"
3894-
38953861
"@typescript-eslint/[email protected]":
38963862
version "5.19.0"
38973863
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.19.0.tgz#c84ebc7f6c744707a361ca5ec7f7f64cd85b8af6"

0 commit comments

Comments
 (0)