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

Skip to content

Commit 3b51314

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 78e727a commit 3b51314

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
@@ -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.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: 42 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3825,14 +3825,14 @@
38253825
semver "^7.3.5"
38263826
tsutils "^3.21.0"
38273827

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==
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"
3828+
"@typescript-eslint/parser@5.19.0":
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==
3832+
dependencies:
3833+
"@typescript-eslint/scope-manager" "5.19.0"
3834+
"@typescript-eslint/types" "5.19.0"
3835+
"@typescript-eslint/typescript-estree" "5.19.0"
38363836
debug "^4.3.2"
38373837

38383838
"@typescript-eslint/[email protected]":
@@ -3843,6 +3843,14 @@
38433843
"@typescript-eslint/types" "5.18.0"
38443844
"@typescript-eslint/visitor-keys" "5.18.0"
38453845

3846+
"@typescript-eslint/[email protected]":
3847+
version "5.19.0"
3848+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.19.0.tgz#97e59b0bcbcb54dbcdfba96fc103b9020bbe9cb4"
3849+
integrity sha512-Fz+VrjLmwq5fbQn5W7cIJZ066HxLMKvDEmf4eu1tZ8O956aoX45jAuBB76miAECMTODyUxH61AQM7q4/GOMQ5g==
3850+
dependencies:
3851+
"@typescript-eslint/types" "5.19.0"
3852+
"@typescript-eslint/visitor-keys" "5.19.0"
3853+
38463854
"@typescript-eslint/[email protected]":
38473855
version "5.18.0"
38483856
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.18.0.tgz#62dbfc8478abf36ba94a90ddf10be3cc8e471c74"
@@ -3857,6 +3865,11 @@
38573865
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.18.0.tgz#4f0425d85fdb863071680983853c59a62ce9566e"
38583866
integrity sha512-bhV1+XjM+9bHMTmXi46p1Led5NP6iqQcsOxgx7fvk6gGiV48c6IynY0apQb7693twJDsXiVzNXTflhplmaiJaw==
38593867

3868+
"@typescript-eslint/[email protected]":
3869+
version "5.19.0"
3870+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.19.0.tgz#12d3d600d754259da771806ee8b2c842d3be8d12"
3871+
integrity sha512-zR1ithF4Iyq1wLwkDcT+qFnhs8L5VUtjgac212ftiOP/ZZUOCuuF2DeGiZZGQXGoHA50OreZqLH5NjDcDqn34w==
3872+
38603873
"@typescript-eslint/[email protected]":
38613874
version "5.18.0"
38623875
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.18.0.tgz#6498e5ee69a32e82b6e18689e2f72e4060986474"
@@ -3870,6 +3883,19 @@
38703883
semver "^7.3.5"
38713884
tsutils "^3.21.0"
38723885

3886+
"@typescript-eslint/[email protected]":
3887+
version "5.19.0"
3888+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.19.0.tgz#fc987b8f62883f9ea6a5b488bdbcd20d33c0025f"
3889+
integrity sha512-dRPuD4ocXdaE1BM/dNR21elSEUPKaWgowCA0bqJ6YbYkvtrPVEvZ+zqcX5a8ECYn3q5iBSSUcBBD42ubaOp0Hw==
3890+
dependencies:
3891+
"@typescript-eslint/types" "5.19.0"
3892+
"@typescript-eslint/visitor-keys" "5.19.0"
3893+
debug "^4.3.2"
3894+
globby "^11.0.4"
3895+
is-glob "^4.0.3"
3896+
semver "^7.3.5"
3897+
tsutils "^3.21.0"
3898+
38733899
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0":
38743900
version "5.18.0"
38753901
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.18.0.tgz#27fc84cf95c1a96def0aae31684cb43a37e76855"
@@ -3890,6 +3916,14 @@
38903916
"@typescript-eslint/types" "5.18.0"
38913917
eslint-visitor-keys "^3.0.0"
38923918

3919+
"@typescript-eslint/[email protected]":
3920+
version "5.19.0"
3921+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.19.0.tgz#c84ebc7f6c744707a361ca5ec7f7f64cd85b8af6"
3922+
integrity sha512-Ym7zZoMDZcAKWsULi2s7UMLREdVQdScPQ/fKWMYefarCztWlHPFVJo8racf8R0Gc8FAEJ2eD4of8As1oFtnQlQ==
3923+
dependencies:
3924+
"@typescript-eslint/types" "5.19.0"
3925+
eslint-visitor-keys "^3.0.0"
3926+
38933927
"@usulpro/react-json-view@^2.0.1":
38943928
version "2.0.1"
38953929
resolved "https://registry.yarnpkg.com/@usulpro/react-json-view/-/react-json-view-2.0.1.tgz#2240e9319a9c6258df3b69961572a995ddca35d1"

0 commit comments

Comments
 (0)