Skip to content

Commit bedcbdc

Browse files
chore(deps): update typescript-eslint monorepo to v8.29.1 (#1056)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 331e92c commit bedcbdc

2 files changed

Lines changed: 52 additions & 52 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.14.0",
43-
"@typescript-eslint/eslint-plugin": "8.29.0",
44-
"@typescript-eslint/parser": "8.29.0",
43+
"@typescript-eslint/eslint-plugin": "8.29.1",
44+
"@typescript-eslint/parser": "8.29.1",
4545
"babel-jest": "28.1.3",
4646
"bob-the-bundler": "7.0.1",
4747
"cross-env": "7.0.3",

yarn.lock

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -2530,85 +2530,85 @@
25302530
dependencies:
25312531
"@types/yargs-parser" "*"
25322532

2533-
"@typescript-eslint/[email protected].0":
2534-
version "8.29.0"
2535-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.29.0.tgz#151c4878700a5ad229ce6713d2674d58b626b3d9"
2536-
integrity sha512-PAIpk/U7NIS6H7TEtN45SPGLQaHNgB7wSjsQV/8+KYokAb2T/gloOA/Bee2yd4/yKVhPKe5LlaUGhAZk5zmSaQ==
2533+
"@typescript-eslint/[email protected].1":
2534+
version "8.29.1"
2535+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.29.1.tgz#593639d9bb5239b2d877d65757b7e2c9100a2e84"
2536+
integrity sha512-ba0rr4Wfvg23vERs3eB+P3lfj2E+2g3lhWcCVukUuhtcdUx5lSIFZlGFEBHKr+3zizDa/TvZTptdNHVZWAkSBg==
25372537
dependencies:
25382538
"@eslint-community/regexpp" "^4.10.0"
2539-
"@typescript-eslint/scope-manager" "8.29.0"
2540-
"@typescript-eslint/type-utils" "8.29.0"
2541-
"@typescript-eslint/utils" "8.29.0"
2542-
"@typescript-eslint/visitor-keys" "8.29.0"
2539+
"@typescript-eslint/scope-manager" "8.29.1"
2540+
"@typescript-eslint/type-utils" "8.29.1"
2541+
"@typescript-eslint/utils" "8.29.1"
2542+
"@typescript-eslint/visitor-keys" "8.29.1"
25432543
graphemer "^1.4.0"
25442544
ignore "^5.3.1"
25452545
natural-compare "^1.4.0"
25462546
ts-api-utils "^2.0.1"
25472547

2548-
"@typescript-eslint/[email protected].0":
2549-
version "8.29.0"
2550-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.29.0.tgz#b98841e0a8099728cb8583da92326fcb7f5be1d2"
2551-
integrity sha512-8C0+jlNJOwQso2GapCVWWfW/rzaq7Lbme+vGUFKE31djwNncIpgXD7Cd4weEsDdkoZDjH0lwwr3QDQFuyrMg9g==
2548+
"@typescript-eslint/[email protected].1":
2549+
version "8.29.1"
2550+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.29.1.tgz#10bf37411be0a199c27b6515726e22fe8d3df8d0"
2551+
integrity sha512-zczrHVEqEaTwh12gWBIJWj8nx+ayDcCJs06yoNMY0kwjMWDM6+kppljY+BxWI06d2Ja+h4+WdufDcwMnnMEWmg==
25522552
dependencies:
2553-
"@typescript-eslint/scope-manager" "8.29.0"
2554-
"@typescript-eslint/types" "8.29.0"
2555-
"@typescript-eslint/typescript-estree" "8.29.0"
2556-
"@typescript-eslint/visitor-keys" "8.29.0"
2553+
"@typescript-eslint/scope-manager" "8.29.1"
2554+
"@typescript-eslint/types" "8.29.1"
2555+
"@typescript-eslint/typescript-estree" "8.29.1"
2556+
"@typescript-eslint/visitor-keys" "8.29.1"
25572557
debug "^4.3.4"
25582558

2559-
"@typescript-eslint/[email protected].0":
2560-
version "8.29.0"
2561-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.29.0.tgz#8fd9872823aef65ff71d3f6d1ec9316ace0b6bf3"
2562-
integrity sha512-aO1PVsq7Gm+tcghabUpzEnVSFMCU4/nYIgC2GOatJcllvWfnhrgW0ZEbnTxm36QsikmCN1K/6ZgM7fok2I7xNw==
2559+
"@typescript-eslint/[email protected].1":
2560+
version "8.29.1"
2561+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.29.1.tgz#cfdfd4144f20c38b9d3e430efd6480e297ef52f6"
2562+
integrity sha512-2nggXGX5F3YrsGN08pw4XpMLO1Rgtnn4AzTegC2MDesv6q3QaTU5yU7IbS1tf1IwCR0Hv/1EFygLn9ms6LIpDA==
25632563
dependencies:
2564-
"@typescript-eslint/types" "8.29.0"
2565-
"@typescript-eslint/visitor-keys" "8.29.0"
2564+
"@typescript-eslint/types" "8.29.1"
2565+
"@typescript-eslint/visitor-keys" "8.29.1"
25662566

2567-
"@typescript-eslint/[email protected].0":
2568-
version "8.29.0"
2569-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.29.0.tgz#98dcfd1193cb4e2b2d0294a8656ce5eb58c443a9"
2570-
integrity sha512-ahaWQ42JAOx+NKEf5++WC/ua17q5l+j1GFrbbpVKzFL/tKVc0aYY8rVSYUpUvt2hUP1YBr7mwXzx+E/DfUWI9Q==
2567+
"@typescript-eslint/[email protected].1":
2568+
version "8.29.1"
2569+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.29.1.tgz#653dfff5c1711bc920a6a46a5a2c274899f00179"
2570+
integrity sha512-DkDUSDwZVCYN71xA4wzySqqcZsHKic53A4BLqmrWFFpOpNSoxX233lwGu/2135ymTCR04PoKiEEEvN1gFYg4Tw==
25712571
dependencies:
2572-
"@typescript-eslint/typescript-estree" "8.29.0"
2573-
"@typescript-eslint/utils" "8.29.0"
2572+
"@typescript-eslint/typescript-estree" "8.29.1"
2573+
"@typescript-eslint/utils" "8.29.1"
25742574
debug "^4.3.4"
25752575
ts-api-utils "^2.0.1"
25762576

2577-
"@typescript-eslint/[email protected].0":
2578-
version "8.29.0"
2579-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.29.0.tgz#65add70ab4ef66beaa42a5addf87dab2b05b1f33"
2580-
integrity sha512-wcJL/+cOXV+RE3gjCyl/V2G877+2faqvlgtso/ZRbTCnZazh0gXhe+7gbAnfubzN2bNsBtZjDvlh7ero8uIbzg==
2577+
"@typescript-eslint/[email protected].1":
2578+
version "8.29.1"
2579+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.29.1.tgz#984ed1283fedbfb41d3993a9abdcb7b299971500"
2580+
integrity sha512-VT7T1PuJF1hpYC3AGm2rCgJBjHL3nc+A/bhOp9sGMKfi5v0WufsX/sHCFBfNTx2F+zA6qBc/PD0/kLRLjdt8mQ==
25812581

2582-
"@typescript-eslint/[email protected].0":
2583-
version "8.29.0"
2584-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.29.0.tgz#d201a4f115327ec90496307c9958262285065b00"
2585-
integrity sha512-yOfen3jE9ISZR/hHpU/bmNvTtBW1NjRbkSFdZOksL1N+ybPEE7UVGMwqvS6CP022Rp00Sb0tdiIkhSCe6NI8ow==
2582+
"@typescript-eslint/[email protected].1":
2583+
version "8.29.1"
2584+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.29.1.tgz#4ac085665ed5390d11c0e3426427978570e3b747"
2585+
integrity sha512-l1enRoSaUkQxOQnbi0KPUtqeZkSiFlqrx9/3ns2rEDhGKfTa+88RmXqedC1zmVTOWrLc2e6DEJrTA51C9iLH5g==
25862586
dependencies:
2587-
"@typescript-eslint/types" "8.29.0"
2588-
"@typescript-eslint/visitor-keys" "8.29.0"
2587+
"@typescript-eslint/types" "8.29.1"
2588+
"@typescript-eslint/visitor-keys" "8.29.1"
25892589
debug "^4.3.4"
25902590
fast-glob "^3.3.2"
25912591
is-glob "^4.0.3"
25922592
minimatch "^9.0.4"
25932593
semver "^7.6.0"
25942594
ts-api-utils "^2.0.1"
25952595

2596-
"@typescript-eslint/[email protected].0":
2597-
version "8.29.0"
2598-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.29.0.tgz#d6d22b19c8c4812a874f00341f686b45b9fe895f"
2599-
integrity sha512-gX/A0Mz9Bskm8avSWFcK0gP7cZpbY4AIo6B0hWYFCaIsz750oaiWR4Jr2CI+PQhfW1CpcQr9OlfPS+kMFegjXA==
2596+
"@typescript-eslint/[email protected].1":
2597+
version "8.29.1"
2598+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.29.1.tgz#3d206c8c8def3527a8eb0588e94e3e60f7e167c9"
2599+
integrity sha512-QAkFEbytSaB8wnmB+DflhUPz6CLbFWE2SnSCrRMEa+KnXIzDYbpsn++1HGvnfAsUY44doDXmvRkO5shlM/3UfA==
26002600
dependencies:
26012601
"@eslint-community/eslint-utils" "^4.4.0"
2602-
"@typescript-eslint/scope-manager" "8.29.0"
2603-
"@typescript-eslint/types" "8.29.0"
2604-
"@typescript-eslint/typescript-estree" "8.29.0"
2602+
"@typescript-eslint/scope-manager" "8.29.1"
2603+
"@typescript-eslint/types" "8.29.1"
2604+
"@typescript-eslint/typescript-estree" "8.29.1"
26052605

2606-
"@typescript-eslint/[email protected].0":
2607-
version "8.29.0"
2608-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.29.0.tgz#2356336c9efdc3597ffcd2aa1ce95432852b743d"
2609-
integrity sha512-Sne/pVz8ryR03NFK21VpN88dZ2FdQXOlq3VIklbrTYEt8yXtRFr9tvUhqvCeKjqYk5FSim37sHbooT6vzBTZcg==
2606+
"@typescript-eslint/[email protected].1":
2607+
version "8.29.1"
2608+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.29.1.tgz#9b74e5098c71138d42bbf2178fbe4dfad45d6b9a"
2609+
integrity sha512-RGLh5CRaUEf02viP5c1Vh1cMGffQscyHe7HPAzGpfmfflFg1wUz2rYxd+OZqwpeypYvZ8UxSxuIpF++fmOzEcg==
26102610
dependencies:
2611-
"@typescript-eslint/types" "8.29.0"
2611+
"@typescript-eslint/types" "8.29.1"
26122612
eslint-visitor-keys "^4.2.0"
26132613

26142614
"@urql/introspection@^0.3.2":

0 commit comments

Comments
 (0)