Skip to content

Commit f679e2e

Browse files
chore: bump @typescript-eslint/parser from 5.31.0 to 5.36.2 in /site
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.31.0 to 5.36.2. - [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.36.2/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>
1 parent 1b6f9e5 commit f679e2e

File tree

2 files changed

+51
-51
lines changed

2 files changed

+51
-51
lines changed

site/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"yup": "0.32.11"
6969
},
7070
"devDependencies": {
71-
"@playwright/test": "1.24.1",
71+
"@playwright/test": "1.25.1",
7272
"@pmmmwh/react-refresh-webpack-plugin": "0.5.7",
7373
"@storybook/addon-actions": "6.5.9",
7474
"@storybook/addon-essentials": "6.5.10",
@@ -87,7 +87,7 @@
8787
"@types/superagent": "4.1.15",
8888
"@types/uuid": "8.3.4",
8989
"@typescript-eslint/eslint-plugin": "5.36.1",
90-
"@typescript-eslint/parser": "5.31.0",
90+
"@typescript-eslint/parser": "5.36.2",
9191
"@xstate/cli": "0.3.0",
9292
"canvas": "^2.9.3",
9393
"chromatic": "6.9.0",

site/yarn.lock

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1859,13 +1859,13 @@
18591859
tiny-glob "^0.2.9"
18601860
tslib "^2.4.0"
18611861

1862-
"@playwright/test@1.24.1":
1863-
version "1.24.1"
1864-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.24.1.tgz#b70f5cd0909530e17c7610918b45f4af156f16c4"
1865-
integrity sha512-VJ9qekMis7Oze2Q/Vb+w1g2aPaJFRdl5vhTS6h82kG89Jb8trlU2WHY7oYzNRjvFPoVUMcWXiblH2bWcbEax/A==
1862+
"@playwright/test@1.25.1":
1863+
version "1.25.1"
1864+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.25.1.tgz#9847234b6f2b0cca71962b338da7db366a1e9720"
1865+
integrity sha512-IJ4X0yOakXtwkhbnNzKkaIgXe6df7u3H3FnuhI9Jqh+CdO0e/lYQlDLYiyI9cnXK8E7UAppAWP+VqAv6VX7HQg==
18661866
dependencies:
18671867
"@types/node" "*"
1868-
playwright-core "1.24.1"
1868+
playwright-core "1.25.1"
18691869

18701870
"@pmmmwh/react-refresh-webpack-plugin@0.5.7", "@pmmmwh/react-refresh-webpack-plugin@^0.5.1":
18711871
version "0.5.7"
@@ -3762,24 +3762,16 @@
37623762
semver "^7.3.7"
37633763
tsutils "^3.21.0"
37643764

3765-
"@typescript-eslint/parser@5.31.0":
3766-
version "5.31.0"
3767-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.31.0.tgz#7f42d7dcc68a0a6d80a0f3d9a65063aee7bb8d2c"
3768-
integrity sha512-UStjQiZ9OFTFReTrN+iGrC6O/ko9LVDhreEK5S3edmXgR396JGq7CoX2TWIptqt/ESzU2iRKXAHfSF2WJFcWHw==
3765+
"@typescript-eslint/parser@5.36.2":
3766+
version "5.36.2"
3767+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.36.2.tgz#3ddf323d3ac85a25295a55fcb9c7a49ab4680ddd"
3768+
integrity sha512-qS/Kb0yzy8sR0idFspI9Z6+t7mqk/oRjnAYfewG+VN73opAUvmYL3oPIMmgOX6CnQS6gmVIXGshlb5RY/R22pA==
37693769
dependencies:
3770-
"@typescript-eslint/scope-manager" "5.31.0"
3771-
"@typescript-eslint/types" "5.31.0"
3772-
"@typescript-eslint/typescript-estree" "5.31.0"
3770+
"@typescript-eslint/scope-manager" "5.36.2"
3771+
"@typescript-eslint/types" "5.36.2"
3772+
"@typescript-eslint/typescript-estree" "5.36.2"
37733773
debug "^4.3.4"
37743774

3775-
"@typescript-eslint/scope-manager@5.31.0":
3776-
version "5.31.0"
3777-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.31.0.tgz#f47a794ba84d9b818ab7f8f44fff55a61016c606"
3778-
integrity sha512-8jfEzBYDBG88rcXFxajdVavGxb5/XKXyvWgvD8Qix3EEJLCFIdVloJw+r9ww0wbyNLOTYyBsR+4ALNGdlalLLg==
3779-
dependencies:
3780-
"@typescript-eslint/types" "5.31.0"
3781-
"@typescript-eslint/visitor-keys" "5.31.0"
3782-
37833775
"@typescript-eslint/scope-manager@5.36.1":
37843776
version "5.36.1"
37853777
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.36.1.tgz#23c49b7ddbcffbe09082e6694c2524950766513f"
@@ -3788,6 +3780,14 @@
37883780
"@typescript-eslint/types" "5.36.1"
37893781
"@typescript-eslint/visitor-keys" "5.36.1"
37903782

3783+
"@typescript-eslint/scope-manager@5.36.2":
3784+
version "5.36.2"
3785+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.36.2.tgz#a75eb588a3879ae659514780831370642505d1cd"
3786+
integrity sha512-cNNP51L8SkIFSfce8B1NSUBTJTu2Ts4nWeWbFrdaqjmn9yKrAaJUBHkyTZc0cL06OFHpb+JZq5AUHROS398Orw==
3787+
dependencies:
3788+
"@typescript-eslint/types" "5.36.2"
3789+
"@typescript-eslint/visitor-keys" "5.36.2"
3790+
37913791
"@typescript-eslint/type-utils@5.36.1":
37923792
version "5.36.1"
37933793
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.36.1.tgz#016fc2bff6679f54c0b2df848a493f0ca3d4f625"
@@ -3798,28 +3798,15 @@
37983798
debug "^4.3.4"
37993799
tsutils "^3.21.0"
38003800

3801-
"@typescript-eslint/types@5.31.0":
3802-
version "5.31.0"
3803-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.31.0.tgz#7aa389122b64b18e473c1672fb3b8310e5f07a9a"
3804-
integrity sha512-/f/rMaEseux+I4wmR6mfpM2wvtNZb1p9hAV77hWfuKc3pmaANp5dLAZSiE3/8oXTYTt3uV9KW5yZKJsMievp6g==
3805-
38063801
"@typescript-eslint/types@5.36.1":
38073802
version "5.36.1"
38083803
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.36.1.tgz#1cf0e28aed1cb3ee676917966eb23c2f8334ce2c"
38093804
integrity sha512-jd93ShpsIk1KgBTx9E+hCSEuLCUFwi9V/urhjOWnOaksGZFbTOxAT47OH2d4NLJnLhkVD+wDbB48BuaycZPLBg==
38103805

3811-
"@typescript-eslint/typescript-estree@5.31.0":
3812-
version "5.31.0"
3813-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.31.0.tgz#eb92970c9d6e3946690d50c346fb9b1d745ee882"
3814-
integrity sha512-3S625TMcARX71wBc2qubHaoUwMEn+l9TCsaIzYI/ET31Xm2c9YQ+zhGgpydjorwQO9pLfR/6peTzS/0G3J/hDw==
3815-
dependencies:
3816-
"@typescript-eslint/types" "5.31.0"
3817-
"@typescript-eslint/visitor-keys" "5.31.0"
3818-
debug "^4.3.4"
3819-
globby "^11.1.0"
3820-
is-glob "^4.0.3"
3821-
semver "^7.3.7"
3822-
tsutils "^3.21.0"
3806+
"@typescript-eslint/types@5.36.2":
3807+
version "5.36.2"
3808+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.36.2.tgz#a5066e500ebcfcee36694186ccc57b955c05faf9"
3809+
integrity sha512-9OJSvvwuF1L5eS2EQgFUbECb99F0mwq501w0H0EkYULkhFa19Qq7WFbycdw1PexAc929asupbZcgjVIe6OK/XQ==
38233810

38243811
"@typescript-eslint/typescript-estree@5.36.1":
38253812
version "5.36.1"
@@ -3834,6 +3821,19 @@
38343821
semver "^7.3.7"
38353822
tsutils "^3.21.0"
38363823

3824+
"@typescript-eslint/typescript-estree@5.36.2":
3825+
version "5.36.2"
3826+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.36.2.tgz#0c93418b36c53ba0bc34c61fe9405c4d1d8fe560"
3827+
integrity sha512-8fyH+RfbKc0mTspfuEjlfqA4YywcwQK2Amcf6TDOwaRLg7Vwdu4bZzyvBZp4bjt1RRjQ5MDnOZahxMrt2l5v9w==
3828+
dependencies:
3829+
"@typescript-eslint/types" "5.36.2"
3830+
"@typescript-eslint/visitor-keys" "5.36.2"
3831+
debug "^4.3.4"
3832+
globby "^11.1.0"
3833+
is-glob "^4.0.3"
3834+
semver "^7.3.7"
3835+
tsutils "^3.21.0"
3836+
38373837
"@typescript-eslint/utils@5.36.1", "@typescript-eslint/utils@^5.10.0":
38383838
version "5.36.1"
38393839
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.36.1.tgz#136d5208cc7a3314b11c646957f8f0b5c01e07ad"
@@ -3846,14 +3846,6 @@
38463846
eslint-scope "^5.1.1"
38473847
eslint-utils "^3.0.0"
38483848

3849-
"@typescript-eslint/visitor-keys@5.31.0":
3850-
version "5.31.0"
3851-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.31.0.tgz#b0eca264df01ce85dceb76aebff3784629258f54"
3852-
integrity sha512-ZK0jVxSjS4gnPirpVjXHz7mgdOsZUHzNYSfTw2yPa3agfbt9YfqaBiBZFSSxeBWnpWkzCxTfUpnzA3Vily/CSg==
3853-
dependencies:
3854-
"@typescript-eslint/types" "5.31.0"
3855-
eslint-visitor-keys "^3.3.0"
3856-
38573849
"@typescript-eslint/visitor-keys@5.36.1":
38583850
version "5.36.1"
38593851
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.36.1.tgz#7731175312d65738e501780f923896d200ad1615"
@@ -3862,6 +3854,14 @@
38623854
"@typescript-eslint/types" "5.36.1"
38633855
eslint-visitor-keys "^3.3.0"
38643856

3857+
"@typescript-eslint/visitor-keys@5.36.2":
3858+
version "5.36.2"
3859+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.36.2.tgz#2f8f78da0a3bad3320d2ac24965791ac39dace5a"
3860+
integrity sha512-BtRvSR6dEdrNt7Net2/XDjbYKU5Ml6GqJgVfXT0CxTCJlnIqK7rAGreuWKMT2t8cFUT2Msv5oxw0GMRD7T5J7A==
3861+
dependencies:
3862+
"@typescript-eslint/types" "5.36.2"
3863+
eslint-visitor-keys "^3.3.0"
3864+
38653865
"@webassemblyjs/ast@1.11.1":
38663866
version "1.11.1"
38673867
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7"
@@ -11421,10 +11421,10 @@ pkg-dir@^5.0.0:
1142111421
dependencies:
1142211422
find-up "^5.0.0"
1142311423

11424-
playwright-core@1.24.1:
11425-
version "1.24.1"
11426-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.24.1.tgz#032eefaa8f674a4253a6c35a86787f2cbfcd8829"
11427-
integrity sha512-1RoSDe/oTQS1Ct7Pb8i+vcFKbKYpmVIBXk0IUiD8RvCUMnNl7EJF1OSQ9E8TZ5RYamWkW2Psir9e8Doyz1FnhQ==
11424+
playwright-core@1.25.1:
11425+
version "1.25.1"
11426+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.25.1.tgz#abe56aec8bef645fba988320d9f9328fafab0446"
11427+
integrity sha512-lSvPCmA2n7LawD2Hw7gSCLScZ+vYRkhU8xH0AapMyzwN+ojoDqhkH/KIEUxwNu2PjPoE/fcE0wLAksdOhJ2O5g==
1142811428

1142911429
pnp-webpack-plugin@1.6.4:
1143011430
version "1.6.4"

0 commit comments

Comments
 (0)