Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump eslint-plugin-oxlint from 0.11.1 to 0.15.4 (#291)
Bumps [eslint-plugin-oxlint](https://github.com/oxc-project/eslint-plugin-oxlint) from 0.11.1 to 0.15.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/oxc-project/eslint-plugin-oxlint/releases">eslint-plugin-oxlint's releases</a>.</em></p> <blockquote> <h2>v0.15.4</h2> <h3> 🚀 Features</h3> <ul> <li>Support <code>overrides</code> in <code>buildFromOxlintConfig(File)</code> - by <a href="https://github.com/Sysix"><code>@Sysix</code></a> in <a href="https://redirect.github.com/oxc-project/eslint-plugin-oxlint/issues/265">oxc-project/eslint-plugin-oxlint#265</a> <a href="https://github.com/oxc-project/eslint-plugin-oxlint/commit/25d1a67"><!-- raw HTML omitted -->(25d1a)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/oxc-project/eslint-plugin-oxlint/compare/v0.15.2...v0.15.4">View changes on GitHub</a></h5> <h2>v0.15.2</h2> <p><em>No significant changes</em></p> <h5> <a href="https://github.com/oxc-project/eslint-plugin-oxlint/compare/v0.15.1...v0.15.2">View changes on GitHub</a></h5> <h2>v0.15.1</h2> <p><em>No significant changes</em></p> <h5> <a href="https://github.com/oxc-project/eslint-plugin-oxlint/compare/v0.15.0...v0.15.1">View changes on GitHub</a></h5> <h2>v0.15.0</h2> <h3> 🚀 Features</h3> <ul> <li>Support <code>ignorePatterns</code> in <code>buildFromOxlintConfig(File)</code> - by <a href="https://github.com/Sysix"><code>@Sysix</code></a> in <a href="https://redirect.github.com/oxc-project/eslint-plugin-oxlint/issues/270">oxc-project/eslint-plugin-oxlint#270</a> <a href="https://github.com/oxc-project/eslint-plugin-oxlint/commit/9bf4277"><!-- raw HTML omitted -->(9bf42)<!-- raw HTML omitted --></a></li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li>Sync vitest compatible rules with jest rules - by <a href="https://github.com/Sysix"><code>@Sysix</code></a> in <a href="https://redirect.github.com/oxc-project/eslint-plugin-oxlint/issues/241">oxc-project/eslint-plugin-oxlint#241</a> <a href="https://github.com/oxc-project/eslint-plugin-oxlint/commit/fe0537d"><!-- raw HTML omitted -->(fe053)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/oxc-project/eslint-plugin-oxlint/compare/v0.14.1...v0.15.0">View changes on GitHub</a></h5> <h2>v0.14.1</h2> <p><em>No significant changes</em></p> <h5> <a href="https://github.com/oxc-project/eslint-plugin-oxlint/compare/v0.14.0...v0.14.1">View changes on GitHub</a></h5> <h2>v0.14.0</h2> <p><em>No significant changes</em></p> <h5> <a href="https://github.com/oxc-project/eslint-plugin-oxlint/compare/v0.13.2...v0.14.0">View changes on GitHub</a></h5> <h2>v0.13.2</h2> <p><em>No significant changes</em></p> <h5> <a href="https://github.com/oxc-project/eslint-plugin-oxlint/compare/v0.13.1...v0.13.2">View changes on GitHub</a></h5> <h2>v0.13.1</h2> <h3> 🚨 Breaking Changes</h3> <ul> <li>Ignore nursery rules - by <a href="https://github.com/Sysix"><code>@Sysix</code></a> in <a href="https://redirect.github.com/oxc-project/eslint-plugin-oxlint/issues/256">oxc-project/eslint-plugin-oxlint#256</a> <a href="https://github.com/oxc-project/eslint-plugin-oxlint/commit/a7f8847"><!-- raw HTML omitted -->(a7f88)<!-- raw HTML omitted --></a></li> </ul> <h3> 🐞 Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oxc-project/eslint-plugin-oxlint/commit/b4562e38c3eaf9d9281279986f4c97f0d1523bc9"><code>b4562e3</code></a> release: v0.15.4 (<a href="https://redirect.github.com/oxc-project/eslint-plugin-oxlint/issues/293">#293</a>)</li> <li><a href="https://github.com/oxc-project/eslint-plugin-oxlint/commit/75eda50b464f3d37604f7b8ffd57fe094f53f9db"><code>75eda50</code></a> chore(deps): update dependency pnpm to v9.15.2 (<a href="https://redirect.github.com/oxc-project/eslint-plugin-oxlint/issues/292">#292</a>)</li> <li><a href="https://github.com/oxc-project/eslint-plugin-oxlint/commit/44360cf426791173e7772eb2f0bf7c90b673cb1e"><code>44360cf</code></a> chore(deps): update github-actions (<a href="https://redirect.github.com/oxc-project/eslint-plugin-oxlint/issues/291">#291</a>)</li> <li><a href="https://github.com/oxc-project/eslint-plugin-oxlint/commit/5be18ae11bfb1c3e8314711d30f2b779e896b7b2"><code>5be18ae</code></a> build: reenable eslint rules (<a href="https://redirect.github.com/oxc-project/eslint-plugin-oxlint/issues/290">#290</a>)</li> <li><a href="https://github.com/oxc-project/eslint-plugin-oxlint/commit/25d1a6736098e371d1d25d6eda4c00e6e3e7b0f5"><code>25d1a67</code></a> feat: support <code>overrides</code> in <code>buildFromOxlintConfig(File)</code> (<a href="https://redirect.github.com/oxc-project/eslint-plugin-oxlint/issues/265">#265</a>)</li> <li><a href="https://github.com/oxc-project/eslint-plugin-oxlint/commit/15c814307f011e486c5dbed2698b323308b20fb6"><code>15c8143</code></a> chore(deps): update dependency pnpm to v9.15.1 (<a href="https://redirect.github.com/oxc-project/eslint-plugin-oxlint/issues/289">#289</a>)</li> <li><a href="https://github.com/oxc-project/eslint-plugin-oxlint/commit/1b25e3c9aa2cf12f66aead4b543e3b3d61d3bcd7"><code>1b25e3c</code></a> chore(deps): pin dependencies (<a href="https://redirect.github.com/oxc-project/eslint-plugin-oxlint/issues/288">#288</a>)</li> <li><a href="https://github.com/oxc-project/eslint-plugin-oxlint/commit/1da73d0cd51c0b2706513a5785450f075097f301"><code>1da73d0</code></a> ci: fix release (<a href="https://redirect.github.com/oxc-project/eslint-plugin-oxlint/issues/286">#286</a>)</li> <li><a href="https://github.com/oxc-project/eslint-plugin-oxlint/commit/fa7731c7b9b5cef3ca1aa901a75991f6e1d7c6d6"><code>fa7731c</code></a> release: v0.15.3 (<a href="https://redirect.github.com/oxc-project/eslint-plugin-oxlint/issues/285">#285</a>)</li> <li><a href="https://github.com/oxc-project/eslint-plugin-oxlint/commit/2f77f32518550842cccca856027cd2520b965919"><code>2f77f32</code></a> ci: add zizmor for github action security (<a href="https://redirect.github.com/oxc-project/eslint-plugin-oxlint/issues/284">#284</a>)</li> <li>Additional commits viewable in <a href="https://github.com/oxc-project/eslint-plugin-oxlint/compare/v0.11.1...v0.15.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-oxlint&package-manager=npm_and_yarn&previous-version=0.11.1&new-version=0.15.4)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information