Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade: [dependabot] - bump @typescript-eslint/eslint-plugin from 8.…
…4.0 to 8.5.0 (#210) Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.4.0 to 8.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v8.5.0</h2> <h2>8.5.0 (2024-09-09)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-duplicate-type-constituents] prevent unnecessary <code>| undefined</code> for optional parameters (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9479">#9479</a>)</li> <li><strong>eslint-plugin:</strong> [no-unsafe-argument] differentiate error types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9920">#9920</a>)</li> <li><strong>typescript-estree:</strong> default projectService.defaultProject to 'tsconfig.json' (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9893">#9893</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>deps:</strong> update dependency prism-react-renderer to v2.4.0 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9943">#9943</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] fix TSNonNullExpression fixer (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9898">#9898</a>)</li> <li><strong>eslint-plugin:</strong> [no-misused-promises] handle static method (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9951">#9951</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters] fix AST quick path scope analysis (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9900">#9900</a>)</li> <li><strong>eslint-plugin:</strong> [consistent-type-assertions] access parser services lazily (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9921">#9921</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Abraham Guo</li> <li>Josh Goldberg ✨</li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@yeonjuan</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/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/eslint-plugin/CHANGELOG.md"><code>@typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p> <blockquote> <h2>8.5.0 (2024-09-09)</h2> <h3>🚀 Features</h3> <ul> <li> <p><strong>eslint-plugin:</strong> [no-duplicate-type-constituents] prevent unnecessary `</p> </li> <li> <p><strong>eslint-plugin:</strong> [no-unsafe-argument] differentiate error types</p> </li> </ul> <h3>🩹 Fixes</h3> <ul> <li> <p><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] fix TSNonNullExpression fixer</p> </li> <li> <p><strong>eslint-plugin:</strong> [no-misused-promises] handle static method</p> </li> <li> <p><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters] fix AST quick path scope analysis</p> </li> <li> <p><strong>eslint-plugin:</strong> [consistent-type-assertions] access parser services lazily</p> </li> </ul> <h3>❤️ Thank You</h3> <ul> <li>f44da958e</li> <li>Josh Goldberg ✨</li> <li>Kirk Waiblinger</li> <li>YeonJuan</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/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/4d31ebe71ac26612a129ac4be98692b11387145e"><code>4d31ebe</code></a> chore(release): publish 8.5.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/918bdf467694857cc343d5e7b384827c3ddc738c"><code>918bdf4</code></a> fix(eslint-plugin): [consistent-type-assertions] access parser services lazil...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4f6a97bc92a258ecd6d772b528c9d636e6f61a24"><code>4f6a97b</code></a> fix(eslint-plugin): [no-unnecessary-type-parameters] fix AST quick path scope...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/dbcade8d30121022fb1fd19b3b7cb793ada8e1cb"><code>dbcade8</code></a> docs: [no-floating-promises] add MDN link regarding void operator (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9953">#9953</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/ead85a3e4de7bcbbda27672a62e1d5cff06aa7bb"><code>ead85a3</code></a> fix(eslint-plugin): [no-misused-promises] handle static method (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9951">#9951</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c49b91fad3b9663153491fdc86265578c14096d8"><code>c49b91f</code></a> feat(eslint-plugin): [no-unsafe-argument] differentiate error types (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9920">#9920</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/04d1bd05830835eeefcda03316b328f46c7e8e81"><code>04d1bd0</code></a> docs: mark allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing options as ...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/cafed6df463a92ac7bdd94cee9bb4220f79a19f3"><code>cafed6d</code></a> chore: enable <code>unicorn/prefer-array-some</code> (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9932">#9932</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/bee8c9df739264740b1eb7b49acfc289b29cbba1"><code>bee8c9d</code></a> chore: enable unicorn/prefer-spread (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9834">#9834</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/fe2a16e495a8352e8703b5570427d67f5e9d84f3"><code>fe2a16e</code></a> fix(eslint-plugin): [no-unnecessary-type-assertion] fix TSNonNullExpression f...</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.5.0/packages/eslint-plugin">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=8.4.0&new-version=8.5.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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information