Bump @antfu/eslint-config from 4.3.0 to 4.13.1 #44

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/antfu/eslint-config-4.13.1 into main
dependabot[bot] commented 2025-05-19 06:58:19 -04:00 (Migrated from github.com)

Bumps @antfu/eslint-config from 4.3.0 to 4.13.1.

Release notes

Sourced from @​antfu/eslint-config's releases.

v4.13.1

No significant changes

    View changes on GitHub

v4.13.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v4.12.1

No significant changes

    View changes on GitHub

v4.12.0

   🚀 Features

    View changes on GitHub

v4.11.0

   🚀 Features

    View changes on GitHub

v4.10.2

   🐞 Bug Fixes

    View changes on GitHub

v4.10.1

No significant changes

    View changes on GitHub

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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)
Bumps [@antfu/eslint-config](https://github.com/antfu/eslint-config) from 4.3.0 to 4.13.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/antfu/eslint-config/releases"><code>@​antfu/eslint-config</code>'s releases</a>.</em></p> <blockquote> <h2>v4.13.1</h2> <p><em>No significant changes</em></p> <h5>    <a href="https://github.com/antfu/eslint-config/compare/v4.13.0...v4.13.1">View changes on GitHub</a></h5> <h2>v4.13.0</h2> <h3>   🚀 Features</h3> <ul> <li>Upgrade <code>unicorn</code> to v59  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/antfu/eslint-config/commit/e545c00"><!-- raw HTML omitted -->(e545c)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>sort</strong>: Add imports key before exports for pkg.json  -  by <a href="https://github.com/johannpinson"><code>@​johannpinson</code></a> in <a href="https://redirect.github.com/antfu/eslint-config/issues/712">antfu/eslint-config#712</a> <a href="https://github.com/antfu/eslint-config/commit/dc6288a"><!-- raw HTML omitted -->(dc628)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/antfu/eslint-config/compare/v4.12.1...v4.13.0">View changes on GitHub</a></h5> <h2>v4.12.1</h2> <p><em>No significant changes</em></p> <h5>    <a href="https://github.com/antfu/eslint-config/compare/v4.12.0...v4.12.1">View changes on GitHub</a></h5> <h2>v4.12.0</h2> <h3>   🚀 Features</h3> <ul> <li>Sync the recommended rules of react plugins  -  by <a href="https://github.com/Rel1cx"><code>@​Rel1cx</code></a> in <a href="https://redirect.github.com/antfu/eslint-config/issues/697">antfu/eslint-config#697</a> <a href="https://github.com/antfu/eslint-config/commit/7c24ce7"><!-- raw HTML omitted -->(7c24c)<!-- raw HTML omitted --></a></li> <li>Allow <code>unicorn</code> and <code>svelte</code> to overrides rules  -  by <a href="https://github.com/oliver139"><code>@​oliver139</code></a> in <a href="https://redirect.github.com/antfu/eslint-config/issues/701">antfu/eslint-config#701</a> <a href="https://github.com/antfu/eslint-config/commit/af93c10"><!-- raw HTML omitted -->(af93c)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/antfu/eslint-config/compare/v4.11.0...v4.12.0">View changes on GitHub</a></h5> <h2>v4.11.0</h2> <h3>   🚀 Features</h3> <ul> <li>Support type augmentation for rule options  -  by <a href="https://github.com/nwidynski"><code>@​nwidynski</code></a> in <a href="https://redirect.github.com/antfu/eslint-config/issues/695">antfu/eslint-config#695</a> <a href="https://github.com/antfu/eslint-config/commit/898828d"><!-- raw HTML omitted -->(89882)<!-- raw HTML omitted --></a></li> <li>Add ts 5.8 flags for tsconfig sorting  -  by <a href="https://github.com/nwidynski"><code>@​nwidynski</code></a> in <a href="https://redirect.github.com/antfu/eslint-config/issues/694">antfu/eslint-config#694</a> <a href="https://github.com/antfu/eslint-config/commit/99470cc"><!-- raw HTML omitted -->(99470)<!-- raw HTML omitted --></a></li> <li>Sync the recommended rules of react plugins  -  by <a href="https://github.com/Rel1cx"><code>@​Rel1cx</code></a> in <a href="https://redirect.github.com/antfu/eslint-config/issues/693">antfu/eslint-config#693</a> <a href="https://github.com/antfu/eslint-config/commit/ea15e1d"><!-- raw HTML omitted -->(ea15e)<!-- raw HTML omitted --></a></li> <li><strong>vue-a11y</strong>: Add vue accessibility plugin support  -  by <a href="https://github.com/oliver139"><code>@​oliver139</code></a> in <a href="https://redirect.github.com/antfu/eslint-config/issues/686">antfu/eslint-config#686</a> <a href="https://github.com/antfu/eslint-config/commit/6e483d5"><!-- raw HTML omitted -->(6e483)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/antfu/eslint-config/compare/v4.10.2...v4.11.0">View changes on GitHub</a></h5> <h2>v4.10.2</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>cli</strong>: Version infer, close <a href="https://redirect.github.com/antfu/eslint-config/issues/687">#687</a>  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/antfu/eslint-config/issues/687">antfu/eslint-config#687</a> <a href="https://github.com/antfu/eslint-config/commit/fcdfb8f"><!-- raw HTML omitted -->(fcdfb)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/antfu/eslint-config/compare/v4.10.1...v4.10.2">View changes on GitHub</a></h5> <h2>v4.10.1</h2> <p><em>No significant changes</em></p> <h5>    <a href="https://github.com/antfu/eslint-config/compare/v4.10.0...v4.10.1">View changes on GitHub</a></h5> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/antfu/eslint-config/commit/6a4394e1d812aa4f6b0852df04c089f30521d6c8"><code>6a4394e</code></a> chore: release v4.13.1</li> <li><a href="https://github.com/antfu/eslint-config/commit/64bcd9688f59dd373c7ec1a1f5382d54b1f0fdfc"><code>64bcd96</code></a> chore: update deps</li> <li><a href="https://github.com/antfu/eslint-config/commit/de6a2a0deafd115000572ac5831a0a1dc8186e38"><code>de6a2a0</code></a> refactor: migrate to tsdown (<a href="https://redirect.github.com/antfu/eslint-config/issues/709">#709</a>)</li> <li><a href="https://github.com/antfu/eslint-config/commit/6904940f3a058acd7c91f5fc16e4f9fe40de2301"><code>6904940</code></a> chore: release v4.13.0</li> <li><a href="https://github.com/antfu/eslint-config/commit/e545c00a75cdfe2575861c16433301e6e80e2384"><code>e545c00</code></a> feat: upgrade <code>unicorn</code> to v59</li> <li><a href="https://github.com/antfu/eslint-config/commit/dc6288a3eb0dccf5c35e506ba432a7d5b97367da"><code>dc6288a</code></a> fix(sort): add imports key before exports for pkg.json (<a href="https://redirect.github.com/antfu/eslint-config/issues/712">#712</a>)</li> <li><a href="https://github.com/antfu/eslint-config/commit/9a065c7271a3480208b1c0da1d7c8f35397fc2a5"><code>9a065c7</code></a> chore: release v4.12.1</li> <li><a href="https://github.com/antfu/eslint-config/commit/d674cbfa48511d820368ad66c97ba9daec4182dd"><code>d674cbf</code></a> chore: update deps</li> <li><a href="https://github.com/antfu/eslint-config/commit/04ae86dd43e86d8b925555d85adf080494efeab3"><code>04ae86d</code></a> chore: release v4.12.0</li> <li><a href="https://github.com/antfu/eslint-config/commit/6dc3937875af434674f03ca5b48f451b9f5d5343"><code>6dc3937</code></a> chore: update deps</li> <li>Additional commits viewable in <a href="https://github.com/antfu/eslint-config/compare/v4.3.0...v4.13.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@antfu/eslint-config&package-manager=npm_and_yarn&previous-version=4.3.0&new-version=4.13.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>
dependabot[bot] commented 2025-06-21 21:32:47 -04:00 (Migrated from github.com)

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file. If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Pull request closed

Sign in to join this conversation.
No description provided.