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.46.0 to 8.46.1

Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.46.0 to 8.46.1.
<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.46.1</h2>
<h2>8.46.1 (2025-10-13)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>ast-spec:</strong> cleanup <code>TSLiteralType</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11624">#11624</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-optional-chain] include mixed &quot;nullish comparison style&quot; chains in checks (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11533">#11533</a>)</li>
<li><strong>eslint-plugin:</strong> [no-misused-promises] special-case <code>.finally</code> not to report when a promise returning function is provided as an argument (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11667">#11667</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Abraham Guo</li>
<li>mdm317</li>
<li>Ronen Amiel</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.46.1 (2025-10-13)</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/3f5fbf698e75ddd87874885ffbf937913761cdb0"><code>3f5fbf6</code></a> chore(release): publish 8.46.1</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.1/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.46.0&new-version=8.46.1)](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
8ca5f136 06e27575

+100 -10
+1 -1
package.json
··· 52 52 "prettier-plugin-astro": "^0.14.1", 53 53 "tsx": "^4.20.6", 54 54 "typescript": "^5.9.3", 55 - "typescript-eslint": "^8.46.0" 55 + "typescript-eslint": "^8.46.1" 56 56 } 57 57 }
+99 -9
pnpm-lock.yaml
··· 109 109 specifier: ^5.9.3 110 110 version: 5.9.3 111 111 typescript-eslint: 112 - specifier: ^8.46.0 113 - version: 8.46.0(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3) 112 + specifier: ^8.46.1 113 + version: 8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3) 114 114 115 115 packages: 116 116 ··· 1290 1290 eslint: ^8.57.0 || ^9.0.0 1291 1291 typescript: '>=4.8.4 <6.0.0' 1292 1292 1293 + '@typescript-eslint/eslint-plugin@8.46.1': 1294 + resolution: {integrity: sha512-rUsLh8PXmBjdiPY+Emjz9NX2yHvhS11v0SR6xNJkm5GM1MO9ea/1GoDKlHHZGrOJclL/cZ2i/vRUYVtjRhrHVQ==} 1295 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1296 + peerDependencies: 1297 + '@typescript-eslint/parser': ^8.46.1 1298 + eslint: ^8.57.0 || ^9.0.0 1299 + typescript: '>=4.8.4 <6.0.0' 1300 + 1293 1301 '@typescript-eslint/parser@8.46.0': 1294 1302 resolution: {integrity: sha512-n1H6IcDhmmUEG7TNVSspGmiHHutt7iVKtZwRppD7e04wha5MrkV1h3pti9xQLcCMt6YWsncpoT0HMjkH1FNwWQ==} 1295 1303 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 1297 1305 eslint: ^8.57.0 || ^9.0.0 1298 1306 typescript: '>=4.8.4 <6.0.0' 1299 1307 1308 + '@typescript-eslint/parser@8.46.1': 1309 + resolution: {integrity: sha512-6JSSaBZmsKvEkbRUkf7Zj7dru/8ZCrJxAqArcLaVMee5907JdtEbKGsZ7zNiIm/UAkpGUkaSMZEXShnN2D1HZA==} 1310 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1311 + peerDependencies: 1312 + eslint: ^8.57.0 || ^9.0.0 1313 + typescript: '>=4.8.4 <6.0.0' 1314 + 1300 1315 '@typescript-eslint/project-service@8.46.0': 1301 1316 resolution: {integrity: sha512-OEhec0mH+U5Je2NZOeK1AbVCdm0ChyapAyTeXVIYTPXDJ3F07+cu87PPXcGoYqZ7M9YJVvFnfpGg1UmCIqM+QQ==} 1302 1317 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 1313 1328 resolution: {integrity: sha512-lWETPa9XGcBes4jqAMYD9fW0j4n6hrPtTJwWDmtqgFO/4HF4jmdH/Q6wggTw5qIT5TXjKzbt7GsZUBnWoO3dqw==} 1314 1329 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1315 1330 1331 + '@typescript-eslint/scope-manager@8.46.1': 1332 + resolution: {integrity: sha512-weL9Gg3/5F0pVQKiF8eOXFZp8emqWzZsOJuWRUNtHT+UNV2xSJegmpCNQHy37aEQIbToTq7RHKhWvOsmbM680A==} 1333 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1334 + 1316 1335 '@typescript-eslint/tsconfig-utils@8.46.0': 1317 1336 resolution: {integrity: sha512-WrYXKGAHY836/N7zoK/kzi6p8tXFhasHh8ocFL9VZSAkvH956gfeRfcnhs3xzRy8qQ/dq3q44v1jvQieMFg2cw==} 1318 1337 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 1332 1351 eslint: ^8.57.0 || ^9.0.0 1333 1352 typescript: '>=4.8.4 <6.0.0' 1334 1353 1354 + '@typescript-eslint/type-utils@8.46.1': 1355 + resolution: {integrity: sha512-+BlmiHIiqufBxkVnOtFwjah/vrkF4MtKKvpXrKSPLCkCtAp8H01/VV43sfqA98Od7nJpDcFnkwgyfQbOG0AMvw==} 1356 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1357 + peerDependencies: 1358 + eslint: ^8.57.0 || ^9.0.0 1359 + typescript: '>=4.8.4 <6.0.0' 1360 + 1335 1361 '@typescript-eslint/types@8.44.1': 1336 1362 resolution: {integrity: sha512-Lk7uj7y9uQUOEguiDIDLYLJOrYHQa7oBiURYVFqIpGxclAFQ78f6VUOM8lI2XEuNOKNB7XuvM2+2cMXAoq4ALQ==} 1337 1363 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 1358 1384 1359 1385 '@typescript-eslint/utils@8.46.0': 1360 1386 resolution: {integrity: sha512-nD6yGWPj1xiOm4Gk0k6hLSZz2XkNXhuYmyIrOWcHoPuAhjT9i5bAG+xbWPgFeNR8HPHHtpNKdYUXJl/D3x7f5g==} 1387 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1388 + peerDependencies: 1389 + eslint: ^8.57.0 || ^9.0.0 1390 + typescript: '>=4.8.4 <6.0.0' 1391 + 1392 + '@typescript-eslint/utils@8.46.1': 1393 + resolution: {integrity: sha512-vkYUy6LdZS7q1v/Gxb2Zs7zziuXN0wxqsetJdeZdRe/f5dwJFglmuvZBfTUivCtjH725C1jWCDfpadadD95EDQ==} 1361 1394 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1362 1395 peerDependencies: 1363 1396 eslint: ^8.57.0 || ^9.0.0 ··· 3755 3788 resolution: {integrity: sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==} 3756 3789 engines: {node: '>=16'} 3757 3790 3758 - typescript-eslint@8.46.0: 3759 - resolution: {integrity: sha512-6+ZrB6y2bT2DX3K+Qd9vn7OFOJR+xSLDj+Aw/N3zBwUt27uTw2sw2TE2+UcY1RiyBZkaGbTkVg9SSdPNUG6aUw==} 3791 + typescript-eslint@8.46.1: 3792 + resolution: {integrity: sha512-VHgijW803JafdSsDO8I761r3SHrgk4T00IdyQ+/UsthtgPRsBWQLqoSxOolxTpxRKi1kGXK0bSz4CoAc9ObqJA==} 3760 3793 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3761 3794 peerDependencies: 3762 3795 eslint: ^8.57.0 || ^9.0.0 ··· 5441 5474 transitivePeerDependencies: 5442 5475 - supports-color 5443 5476 5477 + '@typescript-eslint/eslint-plugin@8.46.1(@typescript-eslint/parser@8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3))(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)': 5478 + dependencies: 5479 + '@eslint-community/regexpp': 4.12.1 5480 + '@typescript-eslint/parser': 8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3) 5481 + '@typescript-eslint/scope-manager': 8.46.1 5482 + '@typescript-eslint/type-utils': 8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3) 5483 + '@typescript-eslint/utils': 8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3) 5484 + '@typescript-eslint/visitor-keys': 8.46.1 5485 + eslint: 9.37.0(jiti@2.6.1) 5486 + graphemer: 1.4.0 5487 + ignore: 7.0.5 5488 + natural-compare: 1.4.0 5489 + ts-api-utils: 2.1.0(typescript@5.9.3) 5490 + typescript: 5.9.3 5491 + transitivePeerDependencies: 5492 + - supports-color 5493 + 5444 5494 '@typescript-eslint/parser@8.46.0(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)': 5445 5495 dependencies: 5446 5496 '@typescript-eslint/scope-manager': 8.46.0 ··· 5453 5503 transitivePeerDependencies: 5454 5504 - supports-color 5455 5505 5506 + '@typescript-eslint/parser@8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)': 5507 + dependencies: 5508 + '@typescript-eslint/scope-manager': 8.46.1 5509 + '@typescript-eslint/types': 8.46.1 5510 + '@typescript-eslint/typescript-estree': 8.46.1(typescript@5.9.3) 5511 + '@typescript-eslint/visitor-keys': 8.46.1 5512 + debug: 4.4.3 5513 + eslint: 9.37.0(jiti@2.6.1) 5514 + typescript: 5.9.3 5515 + transitivePeerDependencies: 5516 + - supports-color 5517 + 5456 5518 '@typescript-eslint/project-service@8.46.0(typescript@5.9.3)': 5457 5519 dependencies: 5458 5520 '@typescript-eslint/tsconfig-utils': 8.46.0(typescript@5.9.3) ··· 5476 5538 '@typescript-eslint/types': 8.46.0 5477 5539 '@typescript-eslint/visitor-keys': 8.46.0 5478 5540 5541 + '@typescript-eslint/scope-manager@8.46.1': 5542 + dependencies: 5543 + '@typescript-eslint/types': 8.46.1 5544 + '@typescript-eslint/visitor-keys': 8.46.1 5545 + 5479 5546 '@typescript-eslint/tsconfig-utils@8.46.0(typescript@5.9.3)': 5480 5547 dependencies: 5481 5548 typescript: 5.9.3 ··· 5496 5563 transitivePeerDependencies: 5497 5564 - supports-color 5498 5565 5566 + '@typescript-eslint/type-utils@8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)': 5567 + dependencies: 5568 + '@typescript-eslint/types': 8.46.1 5569 + '@typescript-eslint/typescript-estree': 8.46.1(typescript@5.9.3) 5570 + '@typescript-eslint/utils': 8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3) 5571 + debug: 4.4.3 5572 + eslint: 9.37.0(jiti@2.6.1) 5573 + ts-api-utils: 2.1.0(typescript@5.9.3) 5574 + typescript: 5.9.3 5575 + transitivePeerDependencies: 5576 + - supports-color 5577 + 5499 5578 '@typescript-eslint/types@8.44.1': {} 5500 5579 5501 5580 '@typescript-eslint/types@8.46.0': {} ··· 5540 5619 '@typescript-eslint/scope-manager': 8.46.0 5541 5620 '@typescript-eslint/types': 8.46.0 5542 5621 '@typescript-eslint/typescript-estree': 8.46.0(typescript@5.9.3) 5622 + eslint: 9.37.0(jiti@2.6.1) 5623 + typescript: 5.9.3 5624 + transitivePeerDependencies: 5625 + - supports-color 5626 + 5627 + '@typescript-eslint/utils@8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)': 5628 + dependencies: 5629 + '@eslint-community/eslint-utils': 4.9.0(eslint@9.37.0(jiti@2.6.1)) 5630 + '@typescript-eslint/scope-manager': 8.46.1 5631 + '@typescript-eslint/types': 8.46.1 5632 + '@typescript-eslint/typescript-estree': 8.46.1(typescript@5.9.3) 5543 5633 eslint: 9.37.0(jiti@2.6.1) 5544 5634 typescript: 5.9.3 5545 5635 transitivePeerDependencies: ··· 8686 8776 8687 8777 type-fest@4.41.0: {} 8688 8778 8689 - typescript-eslint@8.46.0(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3): 8779 + typescript-eslint@8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3): 8690 8780 dependencies: 8691 - '@typescript-eslint/eslint-plugin': 8.46.0(@typescript-eslint/parser@8.46.0(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3))(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3) 8692 - '@typescript-eslint/parser': 8.46.0(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3) 8693 - '@typescript-eslint/typescript-estree': 8.46.0(typescript@5.9.3) 8694 - '@typescript-eslint/utils': 8.46.0(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3) 8781 + '@typescript-eslint/eslint-plugin': 8.46.1(@typescript-eslint/parser@8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3))(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3) 8782 + '@typescript-eslint/parser': 8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3) 8783 + '@typescript-eslint/typescript-estree': 8.46.1(typescript@5.9.3) 8784 + '@typescript-eslint/utils': 8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3) 8695 8785 eslint: 9.37.0(jiti@2.6.1) 8696 8786 typescript: 5.9.3 8697 8787 transitivePeerDependencies: