Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade: Bump erb_lint from 0.5.0 to 0.6.0 (#4703)
Bumps [erb_lint](https://github.com/Shopify/erb-lint) from 0.5.0 to 0.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Shopify/erb-lint/releases">erb_lint's releases</a>.</em></p> <blockquote> <h2>v0.6.0</h2> <h2>What's Changed</h2> <ul> <li>Update README code example for writing Custom linters with correct syntax by <a href="https://github.com/andapopovici"><code>@andapopovici</code></a> in <a href="https://redirect.github.com/Shopify/erb_lint/pull/335">Shopify/erb_lint#335</a></li> <li>Add GitLab reporter by <a href="https://github.com/matteeyah"><code>@matteeyah</code></a> in <a href="https://redirect.github.com/Shopify/erb_lint/pull/343">Shopify/erb_lint#343</a></li> <li>Add <code>--show-linter-names</code> option by <a href="https://github.com/andyw8"><code>@andyw8</code></a> in <a href="https://redirect.github.com/Shopify/erb_lint/pull/340">Shopify/erb_lint#340</a></li> <li>Remove deprecated <code>Cop.all</code> usage by <a href="https://github.com/ryanfb"><code>@ryanfb</code></a> in <a href="https://redirect.github.com/Shopify/erb_lint/pull/358">Shopify/erb_lint#358</a></li> </ul> <h2>Internal changes</h2> <ul> <li>Add Ruby 3.3 to CI matrix by <a href="https://github.com/m-nakamura145"><code>@m-nakamura145</code></a> in <a href="https://redirect.github.com/Shopify/erb_lint/pull/337">Shopify/erb_lint#337</a></li> <li>Centralize Ruby Version to <code>.ruby-version</code> by <a href="https://github.com/george-ma"><code>@george-ma</code></a> in <a href="https://redirect.github.com/Shopify/erb_lint/pull/345">Shopify/erb_lint#345</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/andapopovici"><code>@andapopovici</code></a> made their first contribution in <a href="https://redirect.github.com/Shopify/erb_lint/pull/335">Shopify/erb_lint#335</a></li> <li><a href="https://github.com/m-nakamura145"><code>@m-nakamura145</code></a> made their first contribution in <a href="https://redirect.github.com/Shopify/erb_lint/pull/337">Shopify/erb_lint#337</a></li> <li><a href="https://github.com/matteeyah"><code>@matteeyah</code></a> made their first contribution in <a href="https://redirect.github.com/Shopify/erb_lint/pull/343">Shopify/erb_lint#343</a></li> <li><a href="https://github.com/george-ma"><code>@george-ma</code></a> made their first contribution in <a href="https://redirect.github.com/Shopify/erb_lint/pull/345">Shopify/erb_lint#345</a></li> <li><a href="https://github.com/andyw8"><code>@andyw8</code></a> made their first contribution in <a href="https://redirect.github.com/Shopify/erb_lint/pull/340">Shopify/erb_lint#340</a></li> <li><a href="https://github.com/ryanfb"><code>@ryanfb</code></a> made their first contribution in <a href="https://redirect.github.com/Shopify/erb_lint/pull/358">Shopify/erb_lint#358</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Shopify/erb_lint/compare/v0.5.0...v0.6.0">https://github.com/Shopify/erb_lint/compare/v0.5.0...v0.6.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Shopify/erb_lint/commit/d091313a30bc255308ae17787307a0fd2b510e07"><code>d091313</code></a> v0.6.0 (<a href="https://redirect.github.com/Shopify/erb-lint/issues/365">#365</a>)</li> <li><a href="https://github.com/Shopify/erb_lint/commit/dc678dc21ab7470c4c3bb8da67d624fb127e9d1f"><code>dc678dc</code></a> Bump rexml from 3.2.8 to 3.3.2 in the bundler group (<a href="https://redirect.github.com/Shopify/erb-lint/issues/364">#364</a>)</li> <li><a href="https://github.com/Shopify/erb_lint/commit/0d3944245d816d11dcfee0c010486a62e1872bc2"><code>0d39442</code></a> Remove deprecated <code>Cop.all</code> usage (<a href="https://redirect.github.com/Shopify/erb-lint/issues/358">#358</a>)</li> <li><a href="https://github.com/Shopify/erb_lint/commit/38e1129196ada763cf8ad48e4def8a584bfbf3a2"><code>38e1129</code></a> Drop EOL Ruby versions</li> <li><a href="https://github.com/Shopify/erb_lint/commit/a3f0d44f91bcb86fa66b8a36497820ca91d09c91"><code>a3f0d44</code></a> Stop testing against Rubocop < 0.87</li> <li><a href="https://github.com/Shopify/erb_lint/commit/b303e2a20d3ed0a5df4a1f46cadb5cdc8cc40092"><code>b303e2a</code></a> Switch from deprecated Cop.all API to Rubocop v1 Registry.all</li> <li><a href="https://github.com/Shopify/erb_lint/commit/f82b3f7473dd1a0a966638c7f28b6ea213198b6a"><code>f82b3f7</code></a> Merge pull request <a href="https://redirect.github.com/Shopify/erb-lint/issues/340">#340</a> from andyw8/andyw8/add-linter-names-option</li> <li><a href="https://github.com/Shopify/erb_lint/commit/ba09d0b47e24978d4468b96729536c7547d0b446"><code>ba09d0b</code></a> Add linter names option</li> <li><a href="https://github.com/Shopify/erb_lint/commit/a9c1e642171561fcb1bbe8c45311d14a4e0f2170"><code>a9c1e64</code></a> Bump rexml from 3.2.6 to 3.2.8 in the bundler group across 1 directory (<a href="https://redirect.github.com/Shopify/erb-lint/issues/352">#352</a>)</li> <li><a href="https://github.com/Shopify/erb_lint/commit/f31f10053c17cc88dc969e2be70c9a51dce477fb"><code>f31f100</code></a> Centralize Ruby Version to <code>.ruby-version</code> (<a href="https://redirect.github.com/Shopify/erb-lint/issues/345">#345</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Shopify/erb-lint/compare/v0.5.0...v0.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=erb_lint&package-manager=bundler&previous-version=0.5.0&new-version=0.6.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