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

Skip to content

Commit 5a033d3

Browse files
chore: bump @typescript-eslint/parser from 5.36.2 to 5.38.1 in /site
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.36.2 to 5.38.1. - [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.38.1/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 2c74d97 commit 5a033d3

File tree

2 files changed

+9
-48
lines changed

2 files changed

+9
-48
lines changed

site/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"@types/ua-parser-js": "0.7.36",
9595
"@types/uuid": "8.3.4",
9696
"@typescript-eslint/eslint-plugin": "5.38.1",
97-
"@typescript-eslint/parser": "5.36.2",
97+
"@typescript-eslint/parser": "5.38.1",
9898
"@xstate/cli": "0.3.0",
9999
"canvas": "2.10.0",
100100
"chromatic": "6.10.1",

site/yarn.lock

+8-47
Original file line numberDiff line numberDiff line change
@@ -3343,23 +3343,15 @@
33433343
semver "^7.3.7"
33443344
tsutils "^3.21.0"
33453345

3346-
"@typescript-eslint/[email protected]":
3347-
version "5.36.2"
3348-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.36.2.tgz#3ddf323d3ac85a25295a55fcb9c7a49ab4680ddd"
3349-
integrity sha512-qS/Kb0yzy8sR0idFspI9Z6+t7mqk/oRjnAYfewG+VN73opAUvmYL3oPIMmgOX6CnQS6gmVIXGshlb5RY/R22pA==
3350-
dependencies:
3351-
"@typescript-eslint/scope-manager" "5.36.2"
3352-
"@typescript-eslint/types" "5.36.2"
3353-
"@typescript-eslint/typescript-estree" "5.36.2"
3354-
debug "^4.3.4"
3355-
3356-
"@typescript-eslint/[email protected]":
3357-
version "5.36.2"
3358-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.36.2.tgz#a75eb588a3879ae659514780831370642505d1cd"
3359-
integrity sha512-cNNP51L8SkIFSfce8B1NSUBTJTu2Ts4nWeWbFrdaqjmn9yKrAaJUBHkyTZc0cL06OFHpb+JZq5AUHROS398Orw==
3346+
"@typescript-eslint/[email protected]":
3347+
version "5.38.1"
3348+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.38.1.tgz#c577f429f2c32071b92dff4af4f5fbbbd2414bd0"
3349+
integrity sha512-LDqxZBVFFQnQRz9rUZJhLmox+Ep5kdUmLatLQnCRR6523YV+XhRjfYzStQ4MheFA8kMAfUlclHSbu+RKdRwQKw==
33603350
dependencies:
3361-
"@typescript-eslint/types" "5.36.2"
3362-
"@typescript-eslint/visitor-keys" "5.36.2"
3351+
"@typescript-eslint/scope-manager" "5.38.1"
3352+
"@typescript-eslint/types" "5.38.1"
3353+
"@typescript-eslint/typescript-estree" "5.38.1"
3354+
debug "^4.3.4"
33633355

33643356
"@typescript-eslint/[email protected]":
33653357
version "5.38.1"
@@ -3379,29 +3371,11 @@
33793371
debug "^4.3.4"
33803372
tsutils "^3.21.0"
33813373

3382-
"@typescript-eslint/[email protected]":
3383-
version "5.36.2"
3384-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.36.2.tgz#a5066e500ebcfcee36694186ccc57b955c05faf9"
3385-
integrity sha512-9OJSvvwuF1L5eS2EQgFUbECb99F0mwq501w0H0EkYULkhFa19Qq7WFbycdw1PexAc929asupbZcgjVIe6OK/XQ==
3386-
33873374
"@typescript-eslint/[email protected]":
33883375
version "5.38.1"
33893376
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.1.tgz#74f9d6dcb8dc7c58c51e9fbc6653ded39e2e225c"
33903377
integrity sha512-QTW1iHq1Tffp9lNfbfPm4WJabbvpyaehQ0SrvVK2yfV79SytD9XDVxqiPvdrv2LK7DGSFo91TB2FgWanbJAZXg==
33913378

3392-
"@typescript-eslint/[email protected]":
3393-
version "5.36.2"
3394-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.36.2.tgz#0c93418b36c53ba0bc34c61fe9405c4d1d8fe560"
3395-
integrity sha512-8fyH+RfbKc0mTspfuEjlfqA4YywcwQK2Amcf6TDOwaRLg7Vwdu4bZzyvBZp4bjt1RRjQ5MDnOZahxMrt2l5v9w==
3396-
dependencies:
3397-
"@typescript-eslint/types" "5.36.2"
3398-
"@typescript-eslint/visitor-keys" "5.36.2"
3399-
debug "^4.3.4"
3400-
globby "^11.1.0"
3401-
is-glob "^4.0.3"
3402-
semver "^7.3.7"
3403-
tsutils "^3.21.0"
3404-
34053379
"@typescript-eslint/[email protected]":
34063380
version "5.38.1"
34073381
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.1.tgz#657d858d5d6087f96b638ee383ee1cff52605a1e"
@@ -3427,14 +3401,6 @@
34273401
eslint-scope "^5.1.1"
34283402
eslint-utils "^3.0.0"
34293403

3430-
"@typescript-eslint/[email protected]":
3431-
version "5.36.2"
3432-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.36.2.tgz#2f8f78da0a3bad3320d2ac24965791ac39dace5a"
3433-
integrity sha512-BtRvSR6dEdrNt7Net2/XDjbYKU5Ml6GqJgVfXT0CxTCJlnIqK7rAGreuWKMT2t8cFUT2Msv5oxw0GMRD7T5J7A==
3434-
dependencies:
3435-
"@typescript-eslint/types" "5.36.2"
3436-
eslint-visitor-keys "^3.3.0"
3437-
34383404
"@typescript-eslint/[email protected]":
34393405
version "5.38.1"
34403406
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.1.tgz#508071bfc6b96d194c0afe6a65ad47029059edbc"
@@ -7187,11 +7153,6 @@ function.prototype.name@^1.1.0, function.prototype.name@^1.1.5:
71877153
es-abstract "^1.19.0"
71887154
functions-have-names "^1.2.2"
71897155

7190-
functional-red-black-tree@^1.0.1:
7191-
version "1.0.1"
7192-
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
7193-
integrity sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==
7194-
71957156
functions-have-names@^1.2.2:
71967157
version "1.2.3"
71977158
resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834"

0 commit comments

Comments
 (0)