Fork of Chiri for Astro for my blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

dev(deps-dev): bump typescript-eslint from 8.44.1 to 8.45.0

Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.44.1 to 8.45.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's releases</a>.</em></p>
<blockquote>
<h2>v8.45.0</h2>
<h2>8.45.0 (2025-09-29)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> expose rule name via RuleModule interface (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11616">#11616</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li>disable generating declaration maps (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11627">#11627</a>)</li>
<li><strong>ast-spec:</strong> narrow ArrowFunctionExpression.generator to false (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11636">#11636</a>)</li>
<li><strong>eslint-plugin:</strong> [no-base-to-string] check if superclass is ignored (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11617">#11617</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] ignoreBooleanCoercion should not apply to top-level ternary expressions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11614">#11614</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Bjorn Lu</li>
<li>Josh Goldberg ✨</li>
<li>mdm317</li>
<li>Moses Odutusin <a href="https://github.com/thebolarin"><code>@​thebolarin</code></a></li>
<li>Yukihiro Hasegawa <a href="https://github.com/y-hsgw"><code>@​y-hsgw</code></a></li>
</ul>
<p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md">typescript-eslint's changelog</a>.</em></p>
<blockquote>
<h2>8.45.0 (2025-09-29)</h2>
<p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p>
<p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/255e9e274b24f86f3179146c20c156506312c92c"><code>255e9e2</code></a> chore(release): publish 8.45.0</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.45.0/packages/typescript-eslint">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typescript-eslint&package-manager=npm_and_yarn&previous-version=8.44.1&new-version=8.45.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>

authored by

dependabot[bot] and committed by
GitHub
6c796561 659011ce

+163 -11
+1 -1
package.json
··· 52 52 "prettier-plugin-astro": "^0.14.1", 53 53 "tsx": "^4.20.6", 54 54 "typescript": "^5.9.2", 55 - "typescript-eslint": "^8.44.1" 55 + "typescript-eslint": "^8.45.0" 56 56 } 57 57 }
+162 -10
pnpm-lock.yaml
··· 109 109 specifier: ^5.9.2 110 110 version: 5.9.2 111 111 typescript-eslint: 112 - specifier: ^8.44.1 113 - version: 8.44.1(eslint@9.36.0(jiti@2.6.0))(typescript@5.9.2) 112 + specifier: ^8.45.0 113 + version: 8.45.0(eslint@9.36.0(jiti@2.6.0))(typescript@5.9.2) 114 114 115 115 packages: 116 116 ··· 1005 1005 eslint: ^8.57.0 || ^9.0.0 1006 1006 typescript: '>=4.8.4 <6.0.0' 1007 1007 1008 + '@typescript-eslint/eslint-plugin@8.45.0': 1009 + resolution: {integrity: sha512-HC3y9CVuevvWCl/oyZuI47dOeDF9ztdMEfMH8/DW/Mhwa9cCLnK1oD7JoTVGW/u7kFzNZUKUoyJEqkaJh5y3Wg==} 1010 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1011 + peerDependencies: 1012 + '@typescript-eslint/parser': ^8.45.0 1013 + eslint: ^8.57.0 || ^9.0.0 1014 + typescript: '>=4.8.4 <6.0.0' 1015 + 1008 1016 '@typescript-eslint/parser@8.44.1': 1009 1017 resolution: {integrity: sha512-EHrrEsyhOhxYt8MTg4zTF+DJMuNBzWwgvvOYNj/zm1vnaD/IC5zCXFehZv94Piqa2cRFfXrTFxIvO95L7Qc/cw==} 1010 1018 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 1012 1020 eslint: ^8.57.0 || ^9.0.0 1013 1021 typescript: '>=4.8.4 <6.0.0' 1014 1022 1023 + '@typescript-eslint/parser@8.45.0': 1024 + resolution: {integrity: sha512-TGf22kon8KW+DeKaUmOibKWktRY8b2NSAZNdtWh798COm1NWx8+xJ6iFBtk3IvLdv6+LGLJLRlyhrhEDZWargQ==} 1025 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1026 + peerDependencies: 1027 + eslint: ^8.57.0 || ^9.0.0 1028 + typescript: '>=4.8.4 <6.0.0' 1029 + 1015 1030 '@typescript-eslint/project-service@8.44.1': 1016 1031 resolution: {integrity: sha512-ycSa60eGg8GWAkVsKV4E6Nz33h+HjTXbsDT4FILyL8Obk5/mx4tbvCNsLf9zret3ipSumAOG89UcCs/KRaKYrA==} 1017 1032 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1018 1033 peerDependencies: 1019 1034 typescript: '>=4.8.4 <6.0.0' 1020 1035 1036 + '@typescript-eslint/project-service@8.45.0': 1037 + resolution: {integrity: sha512-3pcVHwMG/iA8afdGLMuTibGR7pDsn9RjDev6CCB+naRsSYs2pns5QbinF4Xqw6YC/Sj3lMrm/Im0eMfaa61WUg==} 1038 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1039 + peerDependencies: 1040 + typescript: '>=4.8.4 <6.0.0' 1041 + 1021 1042 '@typescript-eslint/scope-manager@8.44.1': 1022 1043 resolution: {integrity: sha512-NdhWHgmynpSvyhchGLXh+w12OMT308Gm25JoRIyTZqEbApiBiQHD/8xgb6LqCWCFcxFtWwaVdFsLPQI3jvhywg==} 1044 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1045 + 1046 + '@typescript-eslint/scope-manager@8.45.0': 1047 + resolution: {integrity: sha512-clmm8XSNj/1dGvJeO6VGH7EUSeA0FMs+5au/u3lrA3KfG8iJ4u8ym9/j2tTEoacAffdW1TVUzXO30W1JTJS7dA==} 1023 1048 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1024 1049 1025 1050 '@typescript-eslint/tsconfig-utils@8.44.1': ··· 1028 1053 peerDependencies: 1029 1054 typescript: '>=4.8.4 <6.0.0' 1030 1055 1056 + '@typescript-eslint/tsconfig-utils@8.45.0': 1057 + resolution: {integrity: sha512-aFdr+c37sc+jqNMGhH+ajxPXwjv9UtFZk79k8pLoJ6p4y0snmYpPA52GuWHgt2ZF4gRRW6odsEj41uZLojDt5w==} 1058 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1059 + peerDependencies: 1060 + typescript: '>=4.8.4 <6.0.0' 1061 + 1031 1062 '@typescript-eslint/type-utils@8.44.1': 1032 1063 resolution: {integrity: sha512-KdEerZqHWXsRNKjF9NYswNISnFzXfXNDfPxoTh7tqohU/PRIbwTmsjGK6V9/RTYWau7NZvfo52lgVk+sJh0K3g==} 1033 1064 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 1035 1066 eslint: ^8.57.0 || ^9.0.0 1036 1067 typescript: '>=4.8.4 <6.0.0' 1037 1068 1069 + '@typescript-eslint/type-utils@8.45.0': 1070 + resolution: {integrity: sha512-bpjepLlHceKgyMEPglAeULX1vixJDgaKocp0RVJ5u4wLJIMNuKtUXIczpJCPcn2waII0yuvks/5m5/h3ZQKs0A==} 1071 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1072 + peerDependencies: 1073 + eslint: ^8.57.0 || ^9.0.0 1074 + typescript: '>=4.8.4 <6.0.0' 1075 + 1038 1076 '@typescript-eslint/types@8.44.1': 1039 1077 resolution: {integrity: sha512-Lk7uj7y9uQUOEguiDIDLYLJOrYHQa7oBiURYVFqIpGxclAFQ78f6VUOM8lI2XEuNOKNB7XuvM2+2cMXAoq4ALQ==} 1040 1078 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1041 1079 1080 + '@typescript-eslint/types@8.45.0': 1081 + resolution: {integrity: sha512-WugXLuOIq67BMgQInIxxnsSyRLFxdkJEJu8r4ngLR56q/4Q5LrbfkFRH27vMTjxEK8Pyz7QfzuZe/G15qQnVRA==} 1082 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1083 + 1042 1084 '@typescript-eslint/typescript-estree@8.44.1': 1043 1085 resolution: {integrity: sha512-qnQJ+mVa7szevdEyvfItbO5Vo+GfZ4/GZWWDRRLjrxYPkhM+6zYB2vRYwCsoJLzqFCdZT4mEqyJoyzkunsZ96A==} 1044 1086 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1045 1087 peerDependencies: 1046 1088 typescript: '>=4.8.4 <6.0.0' 1047 1089 1090 + '@typescript-eslint/typescript-estree@8.45.0': 1091 + resolution: {integrity: sha512-GfE1NfVbLam6XQ0LcERKwdTTPlLvHvXXhOeUGC1OXi4eQBoyy1iVsW+uzJ/J9jtCz6/7GCQ9MtrQ0fml/jWCnA==} 1092 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1093 + peerDependencies: 1094 + typescript: '>=4.8.4 <6.0.0' 1095 + 1048 1096 '@typescript-eslint/utils@8.44.1': 1049 1097 resolution: {integrity: sha512-DpX5Fp6edTlocMCwA+mHY8Mra+pPjRZ0TfHkXI8QFelIKcbADQz1LUPNtzOFUriBB2UYqw4Pi9+xV4w9ZczHFg==} 1050 1098 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 1052 1100 eslint: ^8.57.0 || ^9.0.0 1053 1101 typescript: '>=4.8.4 <6.0.0' 1054 1102 1103 + '@typescript-eslint/utils@8.45.0': 1104 + resolution: {integrity: sha512-bxi1ht+tLYg4+XV2knz/F7RVhU0k6VrSMc9sb8DQ6fyCTrGQLHfo7lDtN0QJjZjKkLA2ThrKuCdHEvLReqtIGg==} 1105 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1106 + peerDependencies: 1107 + eslint: ^8.57.0 || ^9.0.0 1108 + typescript: '>=4.8.4 <6.0.0' 1109 + 1055 1110 '@typescript-eslint/visitor-keys@8.44.1': 1056 1111 resolution: {integrity: sha512-576+u0QD+Jp3tZzvfRfxon0EA2lzcDt3lhUbsC6Lgzy9x2VR4E+JUiNyGHi5T8vk0TV+fpJ5GLG1JsJuWCaKhw==} 1112 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1113 + 1114 + '@typescript-eslint/visitor-keys@8.45.0': 1115 + resolution: {integrity: sha512-qsaFBA3e09MIDAGFUrTk+dzqtfv1XPVz8t8d1f0ybTzrCY7BKiMC5cjrl1O/P7UmHsNyW90EYSkU/ZWpmXelag==} 1057 1116 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1058 1117 1059 1118 '@ungap/structured-clone@1.3.0': ··· 3426 3485 resolution: {integrity: sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==} 3427 3486 engines: {node: '>=16'} 3428 3487 3429 - typescript-eslint@8.44.1: 3430 - resolution: {integrity: sha512-0ws8uWGrUVTjEeN2OM4K1pLKHK/4NiNP/vz6ns+LjT/6sqpaYzIVFajZb1fj/IDwpsrrHb3Jy0Qm5u9CPcKaeg==} 3488 + typescript-eslint@8.45.0: 3489 + resolution: {integrity: sha512-qzDmZw/Z5beNLUrXfd0HIW6MzIaAV5WNDxmMs9/3ojGOpYavofgNAAD/nC6tGV2PczIi0iw8vot2eAe/sBn7zg==} 3431 3490 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3432 3491 peerDependencies: 3433 3492 eslint: ^8.57.0 || ^9.0.0 ··· 4888 4947 transitivePeerDependencies: 4889 4948 - supports-color 4890 4949 4950 + '@typescript-eslint/eslint-plugin@8.45.0(@typescript-eslint/parser@8.45.0(eslint@9.36.0(jiti@2.6.0))(typescript@5.9.2))(eslint@9.36.0(jiti@2.6.0))(typescript@5.9.2)': 4951 + dependencies: 4952 + '@eslint-community/regexpp': 4.12.1 4953 + '@typescript-eslint/parser': 8.45.0(eslint@9.36.0(jiti@2.6.0))(typescript@5.9.2) 4954 + '@typescript-eslint/scope-manager': 8.45.0 4955 + '@typescript-eslint/type-utils': 8.45.0(eslint@9.36.0(jiti@2.6.0))(typescript@5.9.2) 4956 + '@typescript-eslint/utils': 8.45.0(eslint@9.36.0(jiti@2.6.0))(typescript@5.9.2) 4957 + '@typescript-eslint/visitor-keys': 8.45.0 4958 + eslint: 9.36.0(jiti@2.6.0) 4959 + graphemer: 1.4.0 4960 + ignore: 7.0.5 4961 + natural-compare: 1.4.0 4962 + ts-api-utils: 2.1.0(typescript@5.9.2) 4963 + typescript: 5.9.2 4964 + transitivePeerDependencies: 4965 + - supports-color 4966 + 4891 4967 '@typescript-eslint/parser@8.44.1(eslint@9.36.0(jiti@2.6.0))(typescript@5.9.2)': 4892 4968 dependencies: 4893 4969 '@typescript-eslint/scope-manager': 8.44.1 ··· 4900 4976 transitivePeerDependencies: 4901 4977 - supports-color 4902 4978 4979 + '@typescript-eslint/parser@8.45.0(eslint@9.36.0(jiti@2.6.0))(typescript@5.9.2)': 4980 + dependencies: 4981 + '@typescript-eslint/scope-manager': 8.45.0 4982 + '@typescript-eslint/types': 8.45.0 4983 + '@typescript-eslint/typescript-estree': 8.45.0(typescript@5.9.2) 4984 + '@typescript-eslint/visitor-keys': 8.45.0 4985 + debug: 4.4.3 4986 + eslint: 9.36.0(jiti@2.6.0) 4987 + typescript: 5.9.2 4988 + transitivePeerDependencies: 4989 + - supports-color 4990 + 4903 4991 '@typescript-eslint/project-service@8.44.1(typescript@5.9.2)': 4904 4992 dependencies: 4905 4993 '@typescript-eslint/tsconfig-utils': 8.44.1(typescript@5.9.2) 4906 4994 '@typescript-eslint/types': 8.44.1 4995 + debug: 4.4.3 4996 + typescript: 5.9.2 4997 + transitivePeerDependencies: 4998 + - supports-color 4999 + 5000 + '@typescript-eslint/project-service@8.45.0(typescript@5.9.2)': 5001 + dependencies: 5002 + '@typescript-eslint/tsconfig-utils': 8.45.0(typescript@5.9.2) 5003 + '@typescript-eslint/types': 8.45.0 4907 5004 debug: 4.4.3 4908 5005 typescript: 5.9.2 4909 5006 transitivePeerDependencies: ··· 4914 5011 '@typescript-eslint/types': 8.44.1 4915 5012 '@typescript-eslint/visitor-keys': 8.44.1 4916 5013 5014 + '@typescript-eslint/scope-manager@8.45.0': 5015 + dependencies: 5016 + '@typescript-eslint/types': 8.45.0 5017 + '@typescript-eslint/visitor-keys': 8.45.0 5018 + 4917 5019 '@typescript-eslint/tsconfig-utils@8.44.1(typescript@5.9.2)': 5020 + dependencies: 5021 + typescript: 5.9.2 5022 + 5023 + '@typescript-eslint/tsconfig-utils@8.45.0(typescript@5.9.2)': 4918 5024 dependencies: 4919 5025 typescript: 5.9.2 4920 5026 ··· 4930 5036 transitivePeerDependencies: 4931 5037 - supports-color 4932 5038 5039 + '@typescript-eslint/type-utils@8.45.0(eslint@9.36.0(jiti@2.6.0))(typescript@5.9.2)': 5040 + dependencies: 5041 + '@typescript-eslint/types': 8.45.0 5042 + '@typescript-eslint/typescript-estree': 8.45.0(typescript@5.9.2) 5043 + '@typescript-eslint/utils': 8.45.0(eslint@9.36.0(jiti@2.6.0))(typescript@5.9.2) 5044 + debug: 4.4.3 5045 + eslint: 9.36.0(jiti@2.6.0) 5046 + ts-api-utils: 2.1.0(typescript@5.9.2) 5047 + typescript: 5.9.2 5048 + transitivePeerDependencies: 5049 + - supports-color 5050 + 4933 5051 '@typescript-eslint/types@8.44.1': {} 5052 + 5053 + '@typescript-eslint/types@8.45.0': {} 4934 5054 4935 5055 '@typescript-eslint/typescript-estree@8.44.1(typescript@5.9.2)': 4936 5056 dependencies: ··· 4948 5068 transitivePeerDependencies: 4949 5069 - supports-color 4950 5070 5071 + '@typescript-eslint/typescript-estree@8.45.0(typescript@5.9.2)': 5072 + dependencies: 5073 + '@typescript-eslint/project-service': 8.45.0(typescript@5.9.2) 5074 + '@typescript-eslint/tsconfig-utils': 8.45.0(typescript@5.9.2) 5075 + '@typescript-eslint/types': 8.45.0 5076 + '@typescript-eslint/visitor-keys': 8.45.0 5077 + debug: 4.4.3 5078 + fast-glob: 3.3.3 5079 + is-glob: 4.0.3 5080 + minimatch: 9.0.5 5081 + semver: 7.7.2 5082 + ts-api-utils: 2.1.0(typescript@5.9.2) 5083 + typescript: 5.9.2 5084 + transitivePeerDependencies: 5085 + - supports-color 5086 + 4951 5087 '@typescript-eslint/utils@8.44.1(eslint@9.36.0(jiti@2.6.0))(typescript@5.9.2)': 4952 5088 dependencies: 4953 5089 '@eslint-community/eslint-utils': 4.9.0(eslint@9.36.0(jiti@2.6.0)) ··· 4959 5095 transitivePeerDependencies: 4960 5096 - supports-color 4961 5097 5098 + '@typescript-eslint/utils@8.45.0(eslint@9.36.0(jiti@2.6.0))(typescript@5.9.2)': 5099 + dependencies: 5100 + '@eslint-community/eslint-utils': 4.9.0(eslint@9.36.0(jiti@2.6.0)) 5101 + '@typescript-eslint/scope-manager': 8.45.0 5102 + '@typescript-eslint/types': 8.45.0 5103 + '@typescript-eslint/typescript-estree': 8.45.0(typescript@5.9.2) 5104 + eslint: 9.36.0(jiti@2.6.0) 5105 + typescript: 5.9.2 5106 + transitivePeerDependencies: 5107 + - supports-color 5108 + 4962 5109 '@typescript-eslint/visitor-keys@8.44.1': 4963 5110 dependencies: 4964 5111 '@typescript-eslint/types': 8.44.1 5112 + eslint-visitor-keys: 4.2.1 5113 + 5114 + '@typescript-eslint/visitor-keys@8.45.0': 5115 + dependencies: 5116 + '@typescript-eslint/types': 8.45.0 4965 5117 eslint-visitor-keys: 4.2.1 4966 5118 4967 5119 '@ungap/structured-clone@1.3.0': {} ··· 5630 5782 5631 5783 detective-typescript@14.0.0(typescript@5.9.2): 5632 5784 dependencies: 5633 - '@typescript-eslint/typescript-estree': 8.44.1(typescript@5.9.2) 5785 + '@typescript-eslint/typescript-estree': 8.45.0(typescript@5.9.2) 5634 5786 ast-module-types: 6.0.1 5635 5787 node-source-walk: 7.0.1 5636 5788 typescript: 5.9.2 ··· 8052 8204 8053 8205 type-fest@4.41.0: {} 8054 8206 8055 - typescript-eslint@8.44.1(eslint@9.36.0(jiti@2.6.0))(typescript@5.9.2): 8207 + typescript-eslint@8.45.0(eslint@9.36.0(jiti@2.6.0))(typescript@5.9.2): 8056 8208 dependencies: 8057 - '@typescript-eslint/eslint-plugin': 8.44.1(@typescript-eslint/parser@8.44.1(eslint@9.36.0(jiti@2.6.0))(typescript@5.9.2))(eslint@9.36.0(jiti@2.6.0))(typescript@5.9.2) 8058 - '@typescript-eslint/parser': 8.44.1(eslint@9.36.0(jiti@2.6.0))(typescript@5.9.2) 8059 - '@typescript-eslint/typescript-estree': 8.44.1(typescript@5.9.2) 8060 - '@typescript-eslint/utils': 8.44.1(eslint@9.36.0(jiti@2.6.0))(typescript@5.9.2) 8209 + '@typescript-eslint/eslint-plugin': 8.45.0(@typescript-eslint/parser@8.45.0(eslint@9.36.0(jiti@2.6.0))(typescript@5.9.2))(eslint@9.36.0(jiti@2.6.0))(typescript@5.9.2) 8210 + '@typescript-eslint/parser': 8.45.0(eslint@9.36.0(jiti@2.6.0))(typescript@5.9.2) 8211 + '@typescript-eslint/typescript-estree': 8.45.0(typescript@5.9.2) 8212 + '@typescript-eslint/utils': 8.45.0(eslint@9.36.0(jiti@2.6.0))(typescript@5.9.2) 8061 8213 eslint: 9.36.0(jiti@2.6.0) 8062 8214 typescript: 5.9.2 8063 8215 transitivePeerDependencies: