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/parser from 8.48.1 to 8.49.0

[//]: # (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/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.48.1 to 8.49.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/parser</code>'s releases</a>.</em></p>
<blockquote>
<h2>v8.49.0</h2>
<h2>8.49.0 (2025-12-08)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> use <code>Intl.Segmenter</code> instead of <code>graphemer</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11804">#11804</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>deps:</strong> update dependency prettier to v3.7.2 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11820">#11820</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Justin McBride</li>
<li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</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/parser/CHANGELOG.md"><code>@​typescript-eslint/parser</code>'s changelog</a>.</em></p>
<blockquote>
<h2>8.49.0 (2025-12-08)</h2>
<p>This was a version bump only for parser 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/864595a44b56beb9870bf0f41d59cf7f8f48276a"><code>864595a</code></a> chore(release): publish 8.49.0</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/32b7e891bd60ae993e85018ceefa2a0c07590688"><code>32b7e89</code></a> chore(deps): update dependency <code>@​vitest/eslint-plugin</code> to v1.5.1 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/11816">#11816</a>)</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.49.0/packages/parser">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=8.48.1&new-version=8.49.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
5b99cf33 e67947f5

+4 -109
+1 -1
package.json
··· 43 43 "@types/markdown-it": "^14.1.2", 44 44 "@types/sanitize-html": "^2.16.0", 45 45 "@typescript-eslint/eslint-plugin": "^8.48.1", 46 - "@typescript-eslint/parser": "^8.48.1", 46 + "@typescript-eslint/parser": "^8.49.0", 47 47 "eslint": "^9.39.2", 48 48 "eslint-config-prettier": "^10.1.8", 49 49 "eslint-plugin-astro": "^1.5.0",
+3 -108
pnpm-lock.yaml
··· 80 80 version: 2.16.0 81 81 '@typescript-eslint/eslint-plugin': 82 82 specifier: ^8.48.1 83 - version: 8.49.0(@typescript-eslint/parser@8.48.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 83 + version: 8.49.0(@typescript-eslint/parser@8.49.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 84 84 '@typescript-eslint/parser': 85 - specifier: ^8.48.1 86 - version: 8.48.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 85 + specifier: ^8.49.0 86 + version: 8.49.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 87 87 eslint: 88 88 specifier: ^9.39.2 89 89 version: 9.39.2(jiti@2.6.1) ··· 1413 1413 eslint: ^8.57.0 || ^9.0.0 1414 1414 typescript: '>=4.8.4 <6.0.0' 1415 1415 1416 - '@typescript-eslint/parser@8.48.1': 1417 - resolution: {integrity: sha512-PC0PDZfJg8sP7cmKe6L3QIL8GZwU5aRvUFedqSIpw3B+QjRSUZeeITC2M5XKeMXEzL6wccN196iy3JLwKNvDVA==} 1418 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1419 - peerDependencies: 1420 - eslint: ^8.57.0 || ^9.0.0 1421 - typescript: '>=4.8.4 <6.0.0' 1422 - 1423 1416 '@typescript-eslint/parser@8.49.0': 1424 1417 resolution: {integrity: sha512-N9lBGA9o9aqb1hVMc9hzySbhKibHmB+N3IpoShyV6HyQYRGIhlrO5rQgttypi+yEeKsKI4idxC8Jw6gXKD4THA==} 1425 1418 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 1427 1420 eslint: ^8.57.0 || ^9.0.0 1428 1421 typescript: '>=4.8.4 <6.0.0' 1429 1422 1430 - '@typescript-eslint/project-service@8.48.1': 1431 - resolution: {integrity: sha512-HQWSicah4s9z2/HifRPQ6b6R7G+SBx64JlFQpgSSHWPKdvCZX57XCbszg/bapbRsOEv42q5tayTYcEFpACcX1w==} 1432 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1433 - peerDependencies: 1434 - typescript: '>=4.8.4 <6.0.0' 1435 - 1436 1423 '@typescript-eslint/project-service@8.49.0': 1437 1424 resolution: {integrity: sha512-/wJN0/DKkmRUMXjZUXYZpD1NEQzQAAn9QWfGwo+Ai8gnzqH7tvqS7oNVdTjKqOcPyVIdZdyCMoqN66Ia789e7g==} 1438 1425 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1439 1426 peerDependencies: 1440 1427 typescript: '>=4.8.4 <6.0.0' 1441 1428 1442 - '@typescript-eslint/scope-manager@8.48.1': 1443 - resolution: {integrity: sha512-rj4vWQsytQbLxC5Bf4XwZ0/CKd362DkWMUkviT7DCS057SK64D5lH74sSGzhI6PDD2HCEq02xAP9cX68dYyg1w==} 1444 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1445 - 1446 1429 '@typescript-eslint/scope-manager@8.49.0': 1447 1430 resolution: {integrity: sha512-npgS3zi+/30KSOkXNs0LQXtsg9ekZ8OISAOLGWA/ZOEn0ZH74Ginfl7foziV8DT+D98WfQ5Kopwqb/PZOaIJGg==} 1448 1431 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1449 1432 1450 - '@typescript-eslint/tsconfig-utils@8.48.1': 1451 - resolution: {integrity: sha512-k0Jhs4CpEffIBm6wPaCXBAD7jxBtrHjrSgtfCjUvPp9AZ78lXKdTR8fxyZO5y4vWNlOvYXRtngSZNSn+H53Jkw==} 1452 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1453 - peerDependencies: 1454 - typescript: '>=4.8.4 <6.0.0' 1455 - 1456 1433 '@typescript-eslint/tsconfig-utils@8.49.0': 1457 1434 resolution: {integrity: sha512-8prixNi1/6nawsRYxet4YOhnbW+W9FK/bQPxsGB1D3ZrDzbJ5FXw5XmzxZv82X3B+ZccuSxo/X8q9nQ+mFecWA==} 1458 1435 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 1470 1447 resolution: {integrity: sha512-cQMcGQQH7kwKoVswD1xdOytxQR60MWKM1di26xSUtxehaDs/32Zpqsu5WJlXTtTTqyAVK8R7hvsUnIXRS+bjvA==} 1471 1448 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1472 1449 1473 - '@typescript-eslint/types@8.48.1': 1474 - resolution: {integrity: sha512-+fZ3LZNeiELGmimrujsDCT4CRIbq5oXdHe7chLiW8qzqyPMnn1puNstCrMNVAqwcl2FdIxkuJ4tOs/RFDBVc/Q==} 1475 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1476 - 1477 1450 '@typescript-eslint/types@8.49.0': 1478 1451 resolution: {integrity: sha512-e9k/fneezorUo6WShlQpMxXh8/8wfyc+biu6tnAqA81oWrEic0k21RHzP9uqqpyBBeBKu4T+Bsjy9/b8u7obXQ==} 1479 1452 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1480 1453 1481 - '@typescript-eslint/typescript-estree@8.48.1': 1482 - resolution: {integrity: sha512-/9wQ4PqaefTK6POVTjJaYS0bynCgzh6ClJHGSBj06XEHjkfylzB+A3qvyaXnErEZSaxhIo4YdyBgq6j4RysxDg==} 1483 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1484 - peerDependencies: 1485 - typescript: '>=4.8.4 <6.0.0' 1486 - 1487 1454 '@typescript-eslint/typescript-estree@8.49.0': 1488 1455 resolution: {integrity: sha512-jrLdRuAbPfPIdYNppHJ/D0wN+wwNfJ32YTAm10eJVsFmrVpXQnDWBn8niCSMlWjvml8jsce5E/O+86IQtTbJWA==} 1489 1456 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} ··· 1496 1463 peerDependencies: 1497 1464 eslint: ^8.57.0 || ^9.0.0 1498 1465 typescript: '>=4.8.4 <6.0.0' 1499 - 1500 - '@typescript-eslint/visitor-keys@8.48.1': 1501 - resolution: {integrity: sha512-BmxxndzEWhE4TIEEMBs8lP3MBWN3jFPs/p6gPm/wkv02o41hI6cq9AuSmGAaTTHPtA1FTi2jBre4A9rm5ZmX+Q==} 1502 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1503 1466 1504 1467 '@typescript-eslint/visitor-keys@8.49.0': 1505 1468 resolution: {integrity: sha512-LlKaciDe3GmZFphXIc79THF/YYBugZ7FS1pO581E/edlVVNbZKDy93evqmrfQ9/Y4uN0vVhX4iuchq26mK/iiA==} ··· 5628 5591 '@types/node': 25.0.2 5629 5592 optional: true 5630 5593 5631 - '@typescript-eslint/eslint-plugin@8.49.0(@typescript-eslint/parser@8.48.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 5632 - dependencies: 5633 - '@eslint-community/regexpp': 4.12.2 5634 - '@typescript-eslint/parser': 8.48.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 5635 - '@typescript-eslint/scope-manager': 8.49.0 5636 - '@typescript-eslint/type-utils': 8.49.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 5637 - '@typescript-eslint/utils': 8.49.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) 5638 - '@typescript-eslint/visitor-keys': 8.49.0 5639 - eslint: 9.39.2(jiti@2.6.1) 5640 - ignore: 7.0.5 5641 - natural-compare: 1.4.0 5642 - ts-api-utils: 2.1.0(typescript@5.9.3) 5643 - typescript: 5.9.3 5644 - transitivePeerDependencies: 5645 - - supports-color 5646 - 5647 5594 '@typescript-eslint/eslint-plugin@8.49.0(@typescript-eslint/parser@8.49.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 5648 5595 dependencies: 5649 5596 '@eslint-community/regexpp': 4.12.2 ··· 5660 5607 transitivePeerDependencies: 5661 5608 - supports-color 5662 5609 5663 - '@typescript-eslint/parser@8.48.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 5664 - dependencies: 5665 - '@typescript-eslint/scope-manager': 8.48.1 5666 - '@typescript-eslint/types': 8.48.1 5667 - '@typescript-eslint/typescript-estree': 8.48.1(typescript@5.9.3) 5668 - '@typescript-eslint/visitor-keys': 8.48.1 5669 - debug: 4.4.3 5670 - eslint: 9.39.2(jiti@2.6.1) 5671 - typescript: 5.9.3 5672 - transitivePeerDependencies: 5673 - - supports-color 5674 - 5675 5610 '@typescript-eslint/parser@8.49.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': 5676 5611 dependencies: 5677 5612 '@typescript-eslint/scope-manager': 8.49.0 ··· 5684 5619 transitivePeerDependencies: 5685 5620 - supports-color 5686 5621 5687 - '@typescript-eslint/project-service@8.48.1(typescript@5.9.3)': 5688 - dependencies: 5689 - '@typescript-eslint/tsconfig-utils': 8.48.1(typescript@5.9.3) 5690 - '@typescript-eslint/types': 8.49.0 5691 - debug: 4.4.3 5692 - typescript: 5.9.3 5693 - transitivePeerDependencies: 5694 - - supports-color 5695 - 5696 5622 '@typescript-eslint/project-service@8.49.0(typescript@5.9.3)': 5697 5623 dependencies: 5698 5624 '@typescript-eslint/tsconfig-utils': 8.49.0(typescript@5.9.3) ··· 5702 5628 transitivePeerDependencies: 5703 5629 - supports-color 5704 5630 5705 - '@typescript-eslint/scope-manager@8.48.1': 5706 - dependencies: 5707 - '@typescript-eslint/types': 8.48.1 5708 - '@typescript-eslint/visitor-keys': 8.48.1 5709 - 5710 5631 '@typescript-eslint/scope-manager@8.49.0': 5711 5632 dependencies: 5712 5633 '@typescript-eslint/types': 8.49.0 5713 5634 '@typescript-eslint/visitor-keys': 8.49.0 5714 5635 5715 - '@typescript-eslint/tsconfig-utils@8.48.1(typescript@5.9.3)': 5716 - dependencies: 5717 - typescript: 5.9.3 5718 - 5719 5636 '@typescript-eslint/tsconfig-utils@8.49.0(typescript@5.9.3)': 5720 5637 dependencies: 5721 5638 typescript: 5.9.3 ··· 5734 5651 5735 5652 '@typescript-eslint/types@8.48.0': {} 5736 5653 5737 - '@typescript-eslint/types@8.48.1': {} 5738 - 5739 5654 '@typescript-eslint/types@8.49.0': {} 5740 5655 5741 - '@typescript-eslint/typescript-estree@8.48.1(typescript@5.9.3)': 5742 - dependencies: 5743 - '@typescript-eslint/project-service': 8.48.1(typescript@5.9.3) 5744 - '@typescript-eslint/tsconfig-utils': 8.48.1(typescript@5.9.3) 5745 - '@typescript-eslint/types': 8.48.1 5746 - '@typescript-eslint/visitor-keys': 8.48.1 5747 - debug: 4.4.3 5748 - minimatch: 9.0.5 5749 - semver: 7.7.3 5750 - tinyglobby: 0.2.15 5751 - ts-api-utils: 2.1.0(typescript@5.9.3) 5752 - typescript: 5.9.3 5753 - transitivePeerDependencies: 5754 - - supports-color 5755 - 5756 5656 '@typescript-eslint/typescript-estree@8.49.0(typescript@5.9.3)': 5757 5657 dependencies: 5758 5658 '@typescript-eslint/project-service': 8.49.0(typescript@5.9.3) ··· 5778 5678 typescript: 5.9.3 5779 5679 transitivePeerDependencies: 5780 5680 - supports-color 5781 - 5782 - '@typescript-eslint/visitor-keys@8.48.1': 5783 - dependencies: 5784 - '@typescript-eslint/types': 8.48.1 5785 - eslint-visitor-keys: 4.2.1 5786 5681 5787 5682 '@typescript-eslint/visitor-keys@8.49.0': 5788 5683 dependencies: