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.46.0 to 8.46.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/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) 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"><code>@​typescript-eslint/parser</code>'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/parser/CHANGELOG.md"><code>@​typescript-eslint/parser</code>'s changelog</a>.</em></p>
<blockquote>
<h2>8.46.1 (2025-10-13)</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/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/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.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
b65b6d27 d1801f8a

+9 -28
+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.46.0", 46 - "@typescript-eslint/parser": "^8.46.0", 46 + "@typescript-eslint/parser": "^8.46.1", 47 47 "eslint": "^9.37.0", 48 48 "eslint-config-prettier": "^10.1.8", 49 49 "eslint-plugin-astro": "^1.3.1",
+8 -27
pnpm-lock.yaml
··· 80 80 version: 2.16.0 81 81 '@typescript-eslint/eslint-plugin': 82 82 specifier: ^8.46.0 83 - version: 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) 83 + version: 8.46.0(@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) 84 84 '@typescript-eslint/parser': 85 - specifier: ^8.46.0 86 - version: 8.46.0(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3) 85 + specifier: ^8.46.1 86 + version: 8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3) 87 87 eslint: 88 88 specifier: ^9.37.0 89 89 version: 9.37.0(jiti@2.6.1) ··· 1295 1295 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1296 1296 peerDependencies: 1297 1297 '@typescript-eslint/parser': ^8.46.1 1298 - eslint: ^8.57.0 || ^9.0.0 1299 - typescript: '>=4.8.4 <6.0.0' 1300 - 1301 - '@typescript-eslint/parser@8.46.0': 1302 - resolution: {integrity: sha512-n1H6IcDhmmUEG7TNVSspGmiHHutt7iVKtZwRppD7e04wha5MrkV1h3pti9xQLcCMt6YWsncpoT0HMjkH1FNwWQ==} 1303 - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 1304 - peerDependencies: 1305 1298 eslint: ^8.57.0 || ^9.0.0 1306 1299 typescript: '>=4.8.4 <6.0.0' 1307 1300 ··· 5457 5450 '@types/node': 24.8.1 5458 5451 optional: true 5459 5452 5460 - '@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)': 5453 + '@typescript-eslint/eslint-plugin@8.46.0(@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)': 5461 5454 dependencies: 5462 5455 '@eslint-community/regexpp': 4.12.1 5463 - '@typescript-eslint/parser': 8.46.0(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3) 5456 + '@typescript-eslint/parser': 8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3) 5464 5457 '@typescript-eslint/scope-manager': 8.46.0 5465 5458 '@typescript-eslint/type-utils': 8.46.0(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3) 5466 5459 '@typescript-eslint/utils': 8.46.0(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3) ··· 5491 5484 transitivePeerDependencies: 5492 5485 - supports-color 5493 5486 5494 - '@typescript-eslint/parser@8.46.0(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)': 5495 - dependencies: 5496 - '@typescript-eslint/scope-manager': 8.46.0 5497 - '@typescript-eslint/types': 8.46.0 5498 - '@typescript-eslint/typescript-estree': 8.46.0(typescript@5.9.3) 5499 - '@typescript-eslint/visitor-keys': 8.46.0 5500 - debug: 4.4.3 5501 - eslint: 9.37.0(jiti@2.6.1) 5502 - typescript: 5.9.3 5503 - transitivePeerDependencies: 5504 - - supports-color 5505 - 5506 5487 '@typescript-eslint/parser@8.46.1(eslint@9.37.0(jiti@2.6.1))(typescript@5.9.3)': 5507 5488 dependencies: 5508 5489 '@typescript-eslint/scope-manager': 8.46.1 ··· 5517 5498 5518 5499 '@typescript-eslint/project-service@8.46.0(typescript@5.9.3)': 5519 5500 dependencies: 5520 - '@typescript-eslint/tsconfig-utils': 8.46.0(typescript@5.9.3) 5521 - '@typescript-eslint/types': 8.46.0 5501 + '@typescript-eslint/tsconfig-utils': 8.46.1(typescript@5.9.3) 5502 + '@typescript-eslint/types': 8.46.1 5522 5503 debug: 4.4.3 5523 5504 typescript: 5.9.3 5524 5505 transitivePeerDependencies: ··· 5843 5824 astro-eslint-parser@1.2.2: 5844 5825 dependencies: 5845 5826 '@astrojs/compiler': 2.13.0 5846 - '@typescript-eslint/scope-manager': 8.46.0 5827 + '@typescript-eslint/scope-manager': 8.46.1 5847 5828 '@typescript-eslint/types': 8.44.1 5848 5829 astrojs-compiler-sync: 1.1.1(@astrojs/compiler@2.13.0) 5849 5830 debug: 4.4.3