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.48.0 to 8.48.1

[//]: # (dependabot-start)
⚠️ **Dependabot is rebasing this PR** ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.48.0 to 8.48.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.48.1</h2>
<h2>8.48.1 (2025-12-02)</h2>
<h3>⏪ Reverts</h3>
<ul>
<li><strong>eslint-plugin:</strong> revert &quot;[no-redundant-type-constituents] use assignability checking for redundancy checks (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10744">#10744</a>)&quot; (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11812">#11812</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [consistent-type-exports] check value flag before resolving alias (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11769">#11769</a>)</li>
<li><strong>eslint-plugin:</strong> honor ignored base types on generic classes (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11767">#11767</a>)</li>
<li><strong>eslint-plugin:</strong> [restrict-template-expressions] check base types in allow list (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11764">#11764</a>, <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/11759">#11759</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Josh Goldberg</li>
<li>OleksandraKordonets</li>
<li>SangheeSon <a href="https://github.com/Higangssh"><code>@​Higangssh</code></a></li>
<li>tao</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.48.1 (2025-12-02)</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/8fe34456f75c1d1e8a4dc518306d5ab93422efec"><code>8fe3445</code></a> chore(release): publish 8.48.1</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.48.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.48.0&new-version=8.48.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
d646d90e cd581aaa

+58 -32
+1 -1
package.json
··· 52 52 "prettier-plugin-astro": "^0.14.1", 53 53 "tsx": "^4.21.0", 54 54 "typescript": "^5.9.3", 55 - "typescript-eslint": "^8.48.0" 55 + "typescript-eslint": "^8.48.1" 56 56 } 57 57 }
+57 -31
pnpm-lock.yaml
··· 109 109 specifier: ^5.9.3 110 110 version: 5.9.3 111 111 typescript-eslint: 112 - specifier: ^8.48.0 113 - version: 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 112 + specifier: ^8.48.1 113 + version: 8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 114 114 115 115 packages: 116 116 ··· 1410 1410 eslint: ^8.57.0 || ^9.0.0 1411 1411 typescript: '>=4.8.4 <6.0.0' 1412 1412 1413 - '@typescript-eslint/parser@8.48.0': 1414 - resolution: {integrity: sha512-jCzKdm/QK0Kg4V4IK/oMlRZlY+QOcdjv89U2NgKHZk1CYTj82/RVSx1mV/0gqCVMJ/DA+Zf/S4NBWNF8GQ+eqQ==} 1413 + '@typescript-eslint/eslint-plugin@8.48.1': 1414 + resolution: {integrity: sha512-X63hI1bxl5ohelzr0LY5coufyl0LJNthld+abwxpCoo6Gq+hSqhKwci7MUWkXo67mzgUK6YFByhmaHmUcuBJmA==} 1415 1415 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1416 1416 peerDependencies: 1417 + '@typescript-eslint/parser': ^8.48.1 1417 1418 eslint: ^8.57.0 || ^9.0.0 1418 1419 typescript: '>=4.8.4 <6.0.0' 1419 1420 ··· 1463 1464 eslint: ^8.57.0 || ^9.0.0 1464 1465 typescript: '>=4.8.4 <6.0.0' 1465 1466 1467 + '@typescript-eslint/type-utils@8.48.1': 1468 + resolution: {integrity: sha512-1jEop81a3LrJQLTf/1VfPQdhIY4PlGDBc/i67EVWObrtvcziysbLN3oReexHOM6N3jyXgCrkBsZpqwH0hiDOQg==} 1469 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1470 + peerDependencies: 1471 + eslint: ^8.57.0 || ^9.0.0 1472 + typescript: '>=4.8.4 <6.0.0' 1473 + 1466 1474 '@typescript-eslint/types@8.48.0': 1467 1475 resolution: {integrity: sha512-cQMcGQQH7kwKoVswD1xdOytxQR60MWKM1di26xSUtxehaDs/32Zpqsu5WJlXTtTTqyAVK8R7hvsUnIXRS+bjvA==} 1468 1476 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 1490 1498 eslint: ^8.57.0 || ^9.0.0 1491 1499 typescript: '>=4.8.4 <6.0.0' 1492 1500 1501 + '@typescript-eslint/utils@8.48.1': 1502 + resolution: {integrity: sha512-fAnhLrDjiVfey5wwFRwrweyRlCmdz5ZxXz2G/4cLn0YDLjTapmN4gcCsTBR1N2rWnZSDeWpYtgLDsJt+FpmcwA==} 1503 + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1504 + peerDependencies: 1505 + eslint: ^8.57.0 || ^9.0.0 1506 + typescript: '>=4.8.4 <6.0.0' 1507 + 1493 1508 '@typescript-eslint/visitor-keys@8.48.0': 1494 1509 resolution: {integrity: sha512-T0XJMaRPOH3+LBbAfzR2jalckP1MSG/L9eUtY0DEzUyVaXJ/t6zN0nR7co5kz0Jko/nkSYCBRkz1djvjajVTTg==} 1495 1510 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 3887 3902 resolution: {integrity: sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==} 3888 3903 engines: {node: '>=16'} 3889 3904 3890 - typescript-eslint@8.48.0: 3891 - resolution: {integrity: sha512-fcKOvQD9GUn3Xw63EgiDqhvWJ5jsyZUaekl3KVpGsDJnN46WJTe3jWxtQP9lMZm1LJNkFLlTaWAxK2vUQR+cqw==} 3905 + typescript-eslint@8.48.1: 3906 + resolution: {integrity: sha512-FbOKN1fqNoXp1hIl5KYpObVrp0mCn+CLgn479nmu2IsRMrx2vyv74MmsBLVlhg8qVwNFGbXSp8fh1zp8pEoC2A==} 3892 3907 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 3893 3908 peerDependencies: 3894 3909 eslint: ^8.57.0 || ^9.0.0 ··· 5598 5613 '@types/node': 24.10.1 5599 5614 optional: true 5600 5615 5601 - '@typescript-eslint/eslint-plugin@8.48.0(@typescript-eslint/parser@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': 5616 + '@typescript-eslint/eslint-plugin@8.48.0(@typescript-eslint/parser@8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': 5602 5617 dependencies: 5603 5618 '@eslint-community/regexpp': 4.12.2 5604 - '@typescript-eslint/parser': 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 5619 + '@typescript-eslint/parser': 8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 5605 5620 '@typescript-eslint/scope-manager': 8.48.0 5606 5621 '@typescript-eslint/type-utils': 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 5607 5622 '@typescript-eslint/utils': 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) ··· 5615 5630 transitivePeerDependencies: 5616 5631 - supports-color 5617 5632 5618 - '@typescript-eslint/eslint-plugin@8.48.0(@typescript-eslint/parser@8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': 5633 + '@typescript-eslint/eslint-plugin@8.48.1(@typescript-eslint/parser@8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': 5619 5634 dependencies: 5620 5635 '@eslint-community/regexpp': 4.12.2 5621 5636 '@typescript-eslint/parser': 8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 5622 - '@typescript-eslint/scope-manager': 8.48.0 5623 - '@typescript-eslint/type-utils': 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 5624 - '@typescript-eslint/utils': 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 5625 - '@typescript-eslint/visitor-keys': 8.48.0 5637 + '@typescript-eslint/scope-manager': 8.48.1 5638 + '@typescript-eslint/type-utils': 8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 5639 + '@typescript-eslint/utils': 8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 5640 + '@typescript-eslint/visitor-keys': 8.48.1 5626 5641 eslint: 9.39.1(jiti@2.6.1) 5627 5642 graphemer: 1.4.0 5628 5643 ignore: 7.0.5 ··· 5632 5647 transitivePeerDependencies: 5633 5648 - supports-color 5634 5649 5635 - '@typescript-eslint/parser@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': 5636 - dependencies: 5637 - '@typescript-eslint/scope-manager': 8.48.0 5638 - '@typescript-eslint/types': 8.48.0 5639 - '@typescript-eslint/typescript-estree': 8.48.0(typescript@5.9.3) 5640 - '@typescript-eslint/visitor-keys': 8.48.0 5641 - debug: 4.4.3 5642 - eslint: 9.39.1(jiti@2.6.1) 5643 - typescript: 5.9.3 5644 - transitivePeerDependencies: 5645 - - supports-color 5646 - 5647 5650 '@typescript-eslint/parser@8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': 5648 5651 dependencies: 5649 5652 '@typescript-eslint/scope-manager': 8.48.1 ··· 5658 5661 5659 5662 '@typescript-eslint/project-service@8.48.0(typescript@5.9.3)': 5660 5663 dependencies: 5661 - '@typescript-eslint/tsconfig-utils': 8.48.1(typescript@5.9.3) 5664 + '@typescript-eslint/tsconfig-utils': 8.48.0(typescript@5.9.3) 5662 5665 '@typescript-eslint/types': 8.48.1 5663 5666 debug: 4.4.3 5664 5667 typescript: 5.9.3 ··· 5704 5707 transitivePeerDependencies: 5705 5708 - supports-color 5706 5709 5710 + '@typescript-eslint/type-utils@8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': 5711 + dependencies: 5712 + '@typescript-eslint/types': 8.48.1 5713 + '@typescript-eslint/typescript-estree': 8.48.1(typescript@5.9.3) 5714 + '@typescript-eslint/utils': 8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 5715 + debug: 4.4.3 5716 + eslint: 9.39.1(jiti@2.6.1) 5717 + ts-api-utils: 2.1.0(typescript@5.9.3) 5718 + typescript: 5.9.3 5719 + transitivePeerDependencies: 5720 + - supports-color 5721 + 5707 5722 '@typescript-eslint/types@8.48.0': {} 5708 5723 5709 5724 '@typescript-eslint/types@8.48.1': {} ··· 5744 5759 '@typescript-eslint/scope-manager': 8.48.0 5745 5760 '@typescript-eslint/types': 8.48.0 5746 5761 '@typescript-eslint/typescript-estree': 8.48.0(typescript@5.9.3) 5762 + eslint: 9.39.1(jiti@2.6.1) 5763 + typescript: 5.9.3 5764 + transitivePeerDependencies: 5765 + - supports-color 5766 + 5767 + '@typescript-eslint/utils@8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': 5768 + dependencies: 5769 + '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.1(jiti@2.6.1)) 5770 + '@typescript-eslint/scope-manager': 8.48.1 5771 + '@typescript-eslint/types': 8.48.1 5772 + '@typescript-eslint/typescript-estree': 8.48.1(typescript@5.9.3) 5747 5773 eslint: 9.39.1(jiti@2.6.1) 5748 5774 typescript: 5.9.3 5749 5775 transitivePeerDependencies: ··· 8912 8938 8913 8939 type-fest@4.41.0: {} 8914 8940 8915 - typescript-eslint@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3): 8941 + typescript-eslint@8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3): 8916 8942 dependencies: 8917 - '@typescript-eslint/eslint-plugin': 8.48.0(@typescript-eslint/parser@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 8918 - '@typescript-eslint/parser': 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 8919 - '@typescript-eslint/typescript-estree': 8.48.0(typescript@5.9.3) 8920 - '@typescript-eslint/utils': 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 8943 + '@typescript-eslint/eslint-plugin': 8.48.1(@typescript-eslint/parser@8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 8944 + '@typescript-eslint/parser': 8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 8945 + '@typescript-eslint/typescript-estree': 8.48.1(typescript@5.9.3) 8946 + '@typescript-eslint/utils': 8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) 8921 8947 eslint: 9.39.1(jiti@2.6.1) 8922 8948 typescript: 5.9.3 8923 8949 transitivePeerDependencies: