Skip to content

Commit 722b008

Browse files
chore(deps): update typescript-eslint monorepo to v8.44.1 (#1234)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a14b893 commit 722b008

2 files changed

Lines changed: 65 additions & 65 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"@theguild/prettier-config": "3.0.1",
4141
"@types/jest": "28.1.8",
4242
"@types/node": "22.18.6",
43-
"@typescript-eslint/eslint-plugin": "8.44.0",
44-
"@typescript-eslint/parser": "8.44.0",
43+
"@typescript-eslint/eslint-plugin": "8.44.1",
44+
"@typescript-eslint/parser": "8.44.1",
4545
"babel-jest": "28.1.3",
4646
"bob-the-bundler": "7.0.1",
4747
"cross-env": "7.0.3",

yarn.lock

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -2578,102 +2578,102 @@
25782578
dependencies:
25792579
"@types/yargs-parser" "*"
25802580

2581-
"@typescript-eslint/[email protected].0":
2582-
version "8.44.0"
2583-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.44.0.tgz#d72bf8b2d3052afee919ba38f38c57138eee0396"
2584-
integrity sha512-EGDAOGX+uwwekcS0iyxVDmRV9HX6FLSM5kzrAToLTsr9OWCIKG/y3lQheCq18yZ5Xh78rRKJiEpP0ZaCs4ryOQ==
2581+
"@typescript-eslint/[email protected].1":
2582+
version "8.44.1"
2583+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.44.1.tgz#011a2b5913d297b3d9d77f64fb78575bab01a1b3"
2584+
integrity sha512-molgphGqOBT7t4YKCSkbasmu1tb1MgrZ2szGzHbclF7PNmOkSTQVHy+2jXOSnxvR3+Xe1yySHFZoqMpz3TfQsw==
25852585
dependencies:
25862586
"@eslint-community/regexpp" "^4.10.0"
2587-
"@typescript-eslint/scope-manager" "8.44.0"
2588-
"@typescript-eslint/type-utils" "8.44.0"
2589-
"@typescript-eslint/utils" "8.44.0"
2590-
"@typescript-eslint/visitor-keys" "8.44.0"
2587+
"@typescript-eslint/scope-manager" "8.44.1"
2588+
"@typescript-eslint/type-utils" "8.44.1"
2589+
"@typescript-eslint/utils" "8.44.1"
2590+
"@typescript-eslint/visitor-keys" "8.44.1"
25912591
graphemer "^1.4.0"
25922592
ignore "^7.0.0"
25932593
natural-compare "^1.4.0"
25942594
ts-api-utils "^2.1.0"
25952595

2596-
"@typescript-eslint/[email protected].0":
2597-
version "8.44.0"
2598-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.44.0.tgz#0436fbe0a72f86d3366d2d157d480524b0ab3f26"
2599-
integrity sha512-VGMpFQGUQWYT9LfnPcX8ouFojyrZ/2w3K5BucvxL/spdNehccKhB4jUyB1yBCXpr2XFm0jkECxgrpXBW2ipoAw==
2596+
"@typescript-eslint/[email protected].1":
2597+
version "8.44.1"
2598+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.44.1.tgz#d4c85791389462823596ad46e2b90d34845e05eb"
2599+
integrity sha512-EHrrEsyhOhxYt8MTg4zTF+DJMuNBzWwgvvOYNj/zm1vnaD/IC5zCXFehZv94Piqa2cRFfXrTFxIvO95L7Qc/cw==
26002600
dependencies:
2601-
"@typescript-eslint/scope-manager" "8.44.0"
2602-
"@typescript-eslint/types" "8.44.0"
2603-
"@typescript-eslint/typescript-estree" "8.44.0"
2604-
"@typescript-eslint/visitor-keys" "8.44.0"
2601+
"@typescript-eslint/scope-manager" "8.44.1"
2602+
"@typescript-eslint/types" "8.44.1"
2603+
"@typescript-eslint/typescript-estree" "8.44.1"
2604+
"@typescript-eslint/visitor-keys" "8.44.1"
26052605
debug "^4.3.4"
26062606

2607-
"@typescript-eslint/[email protected].0":
2608-
version "8.44.0"
2609-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.44.0.tgz#89060651dcecde946e758441fe94dceb6f769a29"
2610-
integrity sha512-ZeaGNraRsq10GuEohKTo4295Z/SuGcSq2LzfGlqiuEvfArzo/VRrT0ZaJsVPuKZ55lVbNk8U6FcL+ZMH8CoyVA==
2607+
"@typescript-eslint/[email protected].1":
2608+
version "8.44.1"
2609+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.44.1.tgz#1bccd9796d25032b190f355f55c5fde061158abb"
2610+
integrity sha512-ycSa60eGg8GWAkVsKV4E6Nz33h+HjTXbsDT4FILyL8Obk5/mx4tbvCNsLf9zret3ipSumAOG89UcCs/KRaKYrA==
26112611
dependencies:
2612-
"@typescript-eslint/tsconfig-utils" "^8.44.0"
2613-
"@typescript-eslint/types" "^8.44.0"
2612+
"@typescript-eslint/tsconfig-utils" "^8.44.1"
2613+
"@typescript-eslint/types" "^8.44.1"
26142614
debug "^4.3.4"
26152615

2616-
"@typescript-eslint/[email protected].0":
2617-
version "8.44.0"
2618-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.44.0.tgz#c37f1e786fd0e5b40607985c769a61c24c761c26"
2619-
integrity sha512-87Jv3E+al8wpD+rIdVJm/ItDBe/Im09zXIjFoipOjr5gHUhJmTzfFLuTJ/nPTMc2Srsroy4IBXwcTCHyRR7KzA==
2616+
"@typescript-eslint/[email protected].1":
2617+
version "8.44.1"
2618+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.44.1.tgz#31c27f92e4aed8d0f4d6fe2b9e5187d1d8797bd7"
2619+
integrity sha512-NdhWHgmynpSvyhchGLXh+w12OMT308Gm25JoRIyTZqEbApiBiQHD/8xgb6LqCWCFcxFtWwaVdFsLPQI3jvhywg==
26202620
dependencies:
2621-
"@typescript-eslint/types" "8.44.0"
2622-
"@typescript-eslint/visitor-keys" "8.44.0"
2621+
"@typescript-eslint/types" "8.44.1"
2622+
"@typescript-eslint/visitor-keys" "8.44.1"
26232623

2624-
"@typescript-eslint/[email protected].0", "@typescript-eslint/tsconfig-utils@^8.44.0":
2625-
version "8.44.0"
2626-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.44.0.tgz#8c0601372bf889f0663a08df001ad666442aa3a8"
2627-
integrity sha512-x5Y0+AuEPqAInc6yd0n5DAcvtoQ/vyaGwuX5HE9n6qAefk1GaedqrLQF8kQGylLUb9pnZyLf+iEiL9fr8APDtQ==
2624+
"@typescript-eslint/[email protected].1", "@typescript-eslint/tsconfig-utils@^8.44.1":
2625+
version "8.44.1"
2626+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.44.1.tgz#e1d9d047078fac37d3e638484ab3b56215963342"
2627+
integrity sha512-B5OyACouEjuIvof3o86lRMvyDsFwZm+4fBOqFHccIctYgBjqR3qT39FBYGN87khcgf0ExpdCBeGKpKRhSFTjKQ==
26282628

2629-
"@typescript-eslint/[email protected].0":
2630-
version "8.44.0"
2631-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.44.0.tgz#5b875f8a961d15bb47df787cbfde50baea312613"
2632-
integrity sha512-9cwsoSxJ8Sak67Be/hD2RNt/fsqmWnNE1iHohG8lxqLSNY8xNfyY7wloo5zpW3Nu9hxVgURevqfcH6vvKCt6yg==
2629+
"@typescript-eslint/[email protected].1":
2630+
version "8.44.1"
2631+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.44.1.tgz#be9d31e0f911d17ee8ac99921bb74cf1f9df3906"
2632+
integrity sha512-KdEerZqHWXsRNKjF9NYswNISnFzXfXNDfPxoTh7tqohU/PRIbwTmsjGK6V9/RTYWau7NZvfo52lgVk+sJh0K3g==
26332633
dependencies:
2634-
"@typescript-eslint/types" "8.44.0"
2635-
"@typescript-eslint/typescript-estree" "8.44.0"
2636-
"@typescript-eslint/utils" "8.44.0"
2634+
"@typescript-eslint/types" "8.44.1"
2635+
"@typescript-eslint/typescript-estree" "8.44.1"
2636+
"@typescript-eslint/utils" "8.44.1"
26372637
debug "^4.3.4"
26382638
ts-api-utils "^2.1.0"
26392639

2640-
"@typescript-eslint/[email protected].0", "@typescript-eslint/types@^8.44.0":
2641-
version "8.44.0"
2642-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.44.0.tgz#4b9154ab164a0beff22d3217ff0fdc8d10bce924"
2643-
integrity sha512-ZSl2efn44VsYM0MfDQe68RKzBz75NPgLQXuGypmym6QVOWL5kegTZuZ02xRAT9T+onqvM6T8CdQk0OwYMB6ZvA==
2640+
"@typescript-eslint/[email protected].1", "@typescript-eslint/types@^8.44.1":
2641+
version "8.44.1"
2642+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.44.1.tgz#85d1cad1290a003ff60420388797e85d1c3f76ff"
2643+
integrity sha512-Lk7uj7y9uQUOEguiDIDLYLJOrYHQa7oBiURYVFqIpGxclAFQ78f6VUOM8lI2XEuNOKNB7XuvM2+2cMXAoq4ALQ==
26442644

2645-
"@typescript-eslint/[email protected].0":
2646-
version "8.44.0"
2647-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.44.0.tgz#e23e9946c466cf5f53b7e46ecdd9789fd8192daa"
2648-
integrity sha512-lqNj6SgnGcQZwL4/SBJ3xdPEfcBuhCG8zdcwCPgYcmiPLgokiNDKlbPzCwEwu7m279J/lBYWtDYL+87OEfn8Jw==
2645+
"@typescript-eslint/[email protected].1":
2646+
version "8.44.1"
2647+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.44.1.tgz#4f17650e5adabecfcc13cd8c517937a4ef5cd424"
2648+
integrity sha512-qnQJ+mVa7szevdEyvfItbO5Vo+GfZ4/GZWWDRRLjrxYPkhM+6zYB2vRYwCsoJLzqFCdZT4mEqyJoyzkunsZ96A==
26492649
dependencies:
2650-
"@typescript-eslint/project-service" "8.44.0"
2651-
"@typescript-eslint/tsconfig-utils" "8.44.0"
2652-
"@typescript-eslint/types" "8.44.0"
2653-
"@typescript-eslint/visitor-keys" "8.44.0"
2650+
"@typescript-eslint/project-service" "8.44.1"
2651+
"@typescript-eslint/tsconfig-utils" "8.44.1"
2652+
"@typescript-eslint/types" "8.44.1"
2653+
"@typescript-eslint/visitor-keys" "8.44.1"
26542654
debug "^4.3.4"
26552655
fast-glob "^3.3.2"
26562656
is-glob "^4.0.3"
26572657
minimatch "^9.0.4"
26582658
semver "^7.6.0"
26592659
ts-api-utils "^2.1.0"
26602660

2661-
"@typescript-eslint/[email protected].0":
2662-
version "8.44.0"
2663-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.44.0.tgz#2c0650a1e8a832ed15658e7ca3c7bd2818d92c7c"
2664-
integrity sha512-nktOlVcg3ALo0mYlV+L7sWUD58KG4CMj1rb2HUVOO4aL3K/6wcD+NERqd0rrA5Vg06b42YhF6cFxeixsp9Riqg==
2661+
"@typescript-eslint/[email protected].1":
2662+
version "8.44.1"
2663+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.44.1.tgz#f23d48eb90791a821dc17d4f67bb96faeb75d63d"
2664+
integrity sha512-DpX5Fp6edTlocMCwA+mHY8Mra+pPjRZ0TfHkXI8QFelIKcbADQz1LUPNtzOFUriBB2UYqw4Pi9+xV4w9ZczHFg==
26652665
dependencies:
26662666
"@eslint-community/eslint-utils" "^4.7.0"
2667-
"@typescript-eslint/scope-manager" "8.44.0"
2668-
"@typescript-eslint/types" "8.44.0"
2669-
"@typescript-eslint/typescript-estree" "8.44.0"
2667+
"@typescript-eslint/scope-manager" "8.44.1"
2668+
"@typescript-eslint/types" "8.44.1"
2669+
"@typescript-eslint/typescript-estree" "8.44.1"
26702670

2671-
"@typescript-eslint/[email protected].0":
2672-
version "8.44.0"
2673-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.44.0.tgz#0d9d5647e005c2ff8acc391d1208ab37d08850aa"
2674-
integrity sha512-zaz9u8EJ4GBmnehlrpoKvj/E3dNbuQ7q0ucyZImm3cLqJ8INTc970B1qEqDX/Rzq65r3TvVTN7kHWPBoyW7DWw==
2671+
"@typescript-eslint/[email protected].1":
2672+
version "8.44.1"
2673+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.44.1.tgz#1d96197a7fcceaba647b3bd6a8594df8dc4deb5a"
2674+
integrity sha512-576+u0QD+Jp3tZzvfRfxon0EA2lzcDt3lhUbsC6Lgzy9x2VR4E+JUiNyGHi5T8vk0TV+fpJ5GLG1JsJuWCaKhw==
26752675
dependencies:
2676-
"@typescript-eslint/types" "8.44.0"
2676+
"@typescript-eslint/types" "8.44.1"
26772677
eslint-visitor-keys "^4.2.1"
26782678

26792679
"@urql/introspection@^0.3.2":

0 commit comments

Comments
 (0)