Skip to content

Commit 0ab30a0

Browse files
chore(deps): update typescript-eslint monorepo to v5.61.0
1 parent 8407fad commit 0ab30a0

File tree

2 files changed

+68
-29
lines changed

2 files changed

+68
-29
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"@types/jest": "29.5.1",
3232
"@types/lodash": "4.14.194",
3333
"@types/node": "20.2.1",
34-
"@typescript-eslint/eslint-plugin": "5.59.6",
35-
"@typescript-eslint/parser": "5.59.6",
34+
"@typescript-eslint/eslint-plugin": "5.61.0",
35+
"@typescript-eslint/parser": "5.61.0",
3636
"commitizen": "4.3.0",
3737
"cross-env": "7.0.3",
3838
"cz-lerna-changelog": "2.0.3",

yarn.lock

Lines changed: 66 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2328,17 +2328,17 @@
23282328
dependencies:
23292329
"@types/yargs-parser" "*"
23302330

2331-
"@typescript-eslint/eslint-plugin@5.59.6":
2332-
version "5.59.6"
2333-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.6.tgz#a350faef1baa1e961698240f922d8de1761a9e2b"
2334-
integrity sha512-sXtOgJNEuRU5RLwPUb1jxtToZbgvq3M6FPpY4QENxoOggK+UpTxUBpj6tD8+Qh2g46Pi9We87E+eHnUw8YcGsw==
2331+
"@typescript-eslint/eslint-plugin@5.61.0":
2332+
version "5.61.0"
2333+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.61.0.tgz#a1a5290cf33863b4db3fb79350b3c5275a7b1223"
2334+
integrity sha512-A5l/eUAug103qtkwccSCxn8ZRwT+7RXWkFECdA4Cvl1dOlDUgTpAOfSEElZn2uSUxhdDpnCdetrf0jvU4qrL+g==
23352335
dependencies:
23362336
"@eslint-community/regexpp" "^4.4.0"
2337-
"@typescript-eslint/scope-manager" "5.59.6"
2338-
"@typescript-eslint/type-utils" "5.59.6"
2339-
"@typescript-eslint/utils" "5.59.6"
2337+
"@typescript-eslint/scope-manager" "5.61.0"
2338+
"@typescript-eslint/type-utils" "5.61.0"
2339+
"@typescript-eslint/utils" "5.61.0"
23402340
debug "^4.3.4"
2341-
grapheme-splitter "^1.0.4"
2341+
graphemer "^1.4.0"
23422342
ignore "^5.2.0"
23432343
natural-compare-lite "^1.4.0"
23442344
semver "^7.3.7"
@@ -2359,7 +2359,17 @@
23592359
semver "^7.3.5"
23602360
tsutils "^3.21.0"
23612361

2362-
"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^5.10.0":
2362+
"@typescript-eslint/[email protected]":
2363+
version "5.61.0"
2364+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.61.0.tgz#7fbe3e2951904bb843f8932ebedd6e0635bffb70"
2365+
integrity sha512-yGr4Sgyh8uO6fSi9hw3jAFXNBHbCtKKFMdX2IkT3ZqpKmtAq3lHS4ixB/COFuAIJpwl9/AqF7j72ZDWYKmIfvg==
2366+
dependencies:
2367+
"@typescript-eslint/scope-manager" "5.61.0"
2368+
"@typescript-eslint/types" "5.61.0"
2369+
"@typescript-eslint/typescript-estree" "5.61.0"
2370+
debug "^4.3.4"
2371+
2372+
"@typescript-eslint/parser@^5.10.0":
23632373
version "5.59.6"
23642374
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.6.tgz#bd36f71f5a529f828e20b627078d3ed6738dbb40"
23652375
integrity sha512-7pCa6al03Pv1yf/dUg/s1pXz/yGMUBAw5EeWqNTFiSueKvRNonze3hma3lhdsOrQcaOXhbk5gKu2Fludiho9VA==
@@ -2395,6 +2405,14 @@
23952405
"@typescript-eslint/types" "5.59.6"
23962406
"@typescript-eslint/visitor-keys" "5.59.6"
23972407

2408+
"@typescript-eslint/[email protected]":
2409+
version "5.61.0"
2410+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.61.0.tgz#b670006d069c9abe6415c41f754b1b5d949ef2b2"
2411+
integrity sha512-W8VoMjoSg7f7nqAROEmTt6LoBpn81AegP7uKhhW5KzYlehs8VV0ZW0fIDVbcZRcaP3aPSW+JZFua+ysQN+m/Nw==
2412+
dependencies:
2413+
"@typescript-eslint/types" "5.61.0"
2414+
"@typescript-eslint/visitor-keys" "5.61.0"
2415+
23982416
"@typescript-eslint/[email protected]":
23992417
version "5.17.0"
24002418
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.17.0.tgz#1c4549d68c89877662224aabb29fbbebf5fc9672"
@@ -2404,13 +2422,13 @@
24042422
debug "^4.3.2"
24052423
tsutils "^3.21.0"
24062424

2407-
"@typescript-eslint/type-utils@5.59.6":
2408-
version "5.59.6"
2409-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.6.tgz#37c51d2ae36127d8b81f32a0a4d2efae19277c48"
2410-
integrity sha512-A4tms2Mp5yNvLDlySF+kAThV9VTBPCvGf0Rp8nl/eoDX9Okun8byTKoj3fJ52IJitjWOk0fKPNQhXEB++eNozQ==
2425+
"@typescript-eslint/type-utils@5.61.0":
2426+
version "5.61.0"
2427+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.61.0.tgz#e90799eb2045c4435ea8378cb31cd8a9fddca47a"
2428+
integrity sha512-kk8u//r+oVK2Aj3ph/26XdH0pbAkC2RiSjUYhKD+PExemG4XSjpGFeyZ/QM8lBOa7O8aGOU+/yEbMJgQv/DnCg==
24112429
dependencies:
2412-
"@typescript-eslint/typescript-estree" "5.59.6"
2413-
"@typescript-eslint/utils" "5.59.6"
2430+
"@typescript-eslint/typescript-estree" "5.61.0"
2431+
"@typescript-eslint/utils" "5.61.0"
24142432
debug "^4.3.4"
24152433
tsutils "^3.21.0"
24162434

@@ -2424,6 +2442,11 @@
24242442
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.6.tgz#5a6557a772af044afe890d77c6a07e8c23c2460b"
24252443
integrity sha512-tH5lBXZI7T2MOUgOWFdVNUILsI02shyQvfzG9EJkoONWugCG77NDDa1EeDGw7oJ5IvsTAAGVV8I3Tk2PNu9QfA==
24262444

2445+
"@typescript-eslint/[email protected]":
2446+
version "5.61.0"
2447+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.61.0.tgz#e99ff11b5792d791554abab0f0370936d8ca50c0"
2448+
integrity sha512-ldyueo58KjngXpzloHUog/h9REmHl59G1b3a5Sng1GfBo14BkS3ZbMEb3693gnP1k//97lh7bKsp6/V/0v1veQ==
2449+
24272450
"@typescript-eslint/[email protected]":
24282451
version "5.17.0"
24292452
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.17.0.tgz#a7cba7dfc8f9cc2ac78c18584e684507df4f2488"
@@ -2450,6 +2473,19 @@
24502473
semver "^7.3.7"
24512474
tsutils "^3.21.0"
24522475

2476+
"@typescript-eslint/[email protected]":
2477+
version "5.61.0"
2478+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.61.0.tgz#4c7caca84ce95bb41aa585d46a764bcc050b92f3"
2479+
integrity sha512-Fud90PxONnnLZ36oR5ClJBLTLfU4pIWBmnvGwTbEa2cXIqj70AEDEmOmpkFComjBZ/037ueKrOdHuYmSFVD7Rw==
2480+
dependencies:
2481+
"@typescript-eslint/types" "5.61.0"
2482+
"@typescript-eslint/visitor-keys" "5.61.0"
2483+
debug "^4.3.4"
2484+
globby "^11.1.0"
2485+
is-glob "^4.0.3"
2486+
semver "^7.3.7"
2487+
tsutils "^3.21.0"
2488+
24532489
"@typescript-eslint/[email protected]":
24542490
version "5.17.0"
24552491
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.17.0.tgz#549a9e1d491c6ccd3624bc3c1b098f5cfb45f306"
@@ -2462,17 +2498,17 @@
24622498
eslint-scope "^5.1.1"
24632499
eslint-utils "^3.0.0"
24642500

2465-
"@typescript-eslint/utils@5.59.6":
2466-
version "5.59.6"
2467-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.6.tgz#82960fe23788113fc3b1f9d4663d6773b7907839"
2468-
integrity sha512-vzaaD6EXbTS29cVH0JjXBdzMt6VBlv+hE31XktDRMX1j3462wZCJa7VzO2AxXEXcIl8GQqZPcOPuW/Z1tZVogg==
2501+
"@typescript-eslint/utils@5.61.0":
2502+
version "5.61.0"
2503+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.61.0.tgz#5064838a53e91c754fffbddd306adcca3fe0af36"
2504+
integrity sha512-mV6O+6VgQmVE6+xzlA91xifndPW9ElFW8vbSF0xCT/czPXVhwDewKila1jOyRwa9AE19zKnrr7Cg5S3pJVrTWQ==
24692505
dependencies:
24702506
"@eslint-community/eslint-utils" "^4.2.0"
24712507
"@types/json-schema" "^7.0.9"
24722508
"@types/semver" "^7.3.12"
2473-
"@typescript-eslint/scope-manager" "5.59.6"
2474-
"@typescript-eslint/types" "5.59.6"
2475-
"@typescript-eslint/typescript-estree" "5.59.6"
2509+
"@typescript-eslint/scope-manager" "5.61.0"
2510+
"@typescript-eslint/types" "5.61.0"
2511+
"@typescript-eslint/typescript-estree" "5.61.0"
24762512
eslint-scope "^5.1.1"
24772513
semver "^7.3.7"
24782514

@@ -2492,6 +2528,14 @@
24922528
"@typescript-eslint/types" "5.59.6"
24932529
eslint-visitor-keys "^3.3.0"
24942530

2531+
"@typescript-eslint/[email protected]":
2532+
version "5.61.0"
2533+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.61.0.tgz#c79414fa42158fd23bd2bb70952dc5cdbb298140"
2534+
integrity sha512-50XQ5VdbWrX06mQXhy93WywSFZZGsv3EOjq+lqp6WC2t+j3mb6A9xYVdrRxafvK88vg9k9u+CT4l6D8PEatjKg==
2535+
dependencies:
2536+
"@typescript-eslint/types" "5.61.0"
2537+
eslint-visitor-keys "^3.3.0"
2538+
24952539
"@yarnpkg/lockfile@^1.1.0":
24962540
version "1.1.0"
24972541
resolved "https://registry.yarnpkg.com/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz#e77a97fbd345b76d83245edcd17d393b1b41fb31"
@@ -5611,11 +5655,6 @@ graceful-fs@^4.2.6, graceful-fs@^4.2.9:
56115655
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.9.tgz#041b05df45755e587a24942279b9d113146e1c96"
56125656
integrity sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==
56135657

5614-
grapheme-splitter@^1.0.4:
5615-
version "1.0.4"
5616-
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
5617-
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
5618-
56195658
graphemer@^1.4.0:
56205659
version "1.4.0"
56215660
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"

0 commit comments

Comments
 (0)