Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update rubocop-minitest requirement from 0.31.0 to 0.32.2 (#405)
Updates the requirements on [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rubocop/rubocop-minitest/releases">rubocop-minitest's releases</a>.</em></p> <blockquote> <h2>RuboCop Minitest 0.32.2</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-minitest/pull/263">#263</a>: Fix an error for <code>Minitest/AssertOperator</code> and <code>Minitest/RefuteOperator</code> when using unary operation argument. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> </ul> <h3>Changes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-minitest/pull/264">#264</a>: Make <code>Minitest/AssertOperator</code> and <code>Minitest/RefuteOperator</code> allow index access with <code>[]</code>. (<a href="https://github.com/flavorjones"><code>@flavorjones</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md">rubocop-minitest's changelog</a>.</em></p> <blockquote> <h2>0.32.2 (2023-09-27)</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-minitest/pull/263">#263</a>: Fix an error for <code>Minitest/AssertOperator</code> and <code>Minitest/RefuteOperator</code> when using unary operation argument. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> </ul> <h3>Changes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-minitest/pull/264">#264</a>: Make <code>Minitest/AssertOperator</code> and <code>Minitest/RefuteOperator</code> allow index access with <code>[]</code>. ([<a href="https://github.com/flavorjones"><code>@flavorjones</code></a>][])</li> </ul> <h2>0.32.1 (2023-09-24)</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-minitest/issues/261">#261</a>: Fix an error for <code>Minitest/AssertOperator</code> and <code>Minitest/RefuteOperator</code> when using variable argument. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> </ul> <h2>0.32.0 (2023-09-23)</h2> <h3>New features</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-minitest/issues/255">#255</a>: Add new <code>Minitest/AssertOperator</code> and <code>Minitest/RefuteOperator</code> cops. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> </ul> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-minitest/pull/259">#259</a>: Fix autocorrection for <code>Minitest/LiteralAsActualArgument</code>, <code>Minitest/AssertPathExists</code>, and <code>Minitest/RefutePathExists</code> cops to preserve the presence or absence of argument parentheses. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> </ul> <h2>0.31.1 (2023-09-03)</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-minitest/issues/256">#256</a>: Fix a false positive for <code>Minitest/RefuteEqual</code> when <code>assert(!expected == actual)</code>. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> </ul> <h2>0.31.0 (2023-05-06)</h2> <h3>New features</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-minitest/issues/236">#236</a>: Add new <code>Minitest/ReturnInTestMethod</code> cop. ([<a href="https://github.com/fatkodima"><code>@fatkodima</code></a>][])</li> </ul> <h3>Changes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-minitest/pull/250">#250</a>: <strong>(Breaking)</strong> Drop Ruby 2.6 support. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop-minitest/pull/249">#249</a>: Handle assertions in conditionals branches in <code>Minitest/MultipleAssertions</code> cop. ([<a href="https://github.com/fatkodima"><code>@fatkodima</code></a>][])</li> </ul> <h2>0.30.0 (2023-04-06)</h2> <h3>New features</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-minitest/pull/248">#248</a>: Make <code>Minitest/AssertInstanceOf</code> and <code>Minitest/RefuteInstanceOf</code> aware of <code>assert_equal(Class, object.class)</code> and <code>refute_equal(Class, object.class)</code>. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop-minitest/pull/244">#244</a>: Make <code>Minitest/GlobalExpectations</code> aware of <code>must_pattern_match</code> and <code>wont_pattern_match</code> matchers. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop-minitest/issues/216">#216</a>: Add new <code>Minitest/NoTestCases</code> cop. ([<a href="https://github.com/tejasbubane"><code>@tejasbubane</code></a>][])</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rubocop/rubocop-minitest/commit/263fea7cd8a630c61615866fabd2c232aeb625f6"><code>263fea7</code></a> Cut 0.32.2</li> <li><a href="https://github.com/rubocop/rubocop-minitest/commit/6c8ca637a56d306d07ae3e94e6e10dd86e5e304b"><code>6c8ca63</code></a> Add a changelog entry for <a href="https://redirect.github.com/rubocop/rubocop-minitest/issues/264">#264</a></li> <li><a href="https://github.com/rubocop/rubocop-minitest/commit/cf1eb38f15348eeb5eece5041b65756ad7ec8939"><code>cf1eb38</code></a> Update Changelog</li> <li><a href="https://github.com/rubocop/rubocop-minitest/commit/0bbcb3de6d88a9e375d18fea88a1ad34ba4d7e24"><code>0bbcb3d</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-minitest/issues/263">#263</a> from koic/fix_an_error_for_assert_operator_and_refute...</li> <li><a href="https://github.com/rubocop/rubocop-minitest/commit/01dd517887d4dd04b8be61ce176c4866768b1823"><code>01dd517</code></a> Fix an error for <code>Minitest/AssertOperator</code> and <code>Minitest/RefuteOperator</code></li> <li><a href="https://github.com/rubocop/rubocop-minitest/commit/e5c4eba13718193b1c7385226e76e5702d39bd34"><code>e5c4eba</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-minitest/issues/264">#264</a> from flavorjones/flavorjones-avoid-bracket-operator-i...</li> <li><a href="https://github.com/rubocop/rubocop-minitest/commit/1a7ca4d7d2ea2506940873ac7e2367111978d66e"><code>1a7ca4d</code></a> Update AssertOperator and RefuteOperator to allow :[]</li> <li><a href="https://github.com/rubocop/rubocop-minitest/commit/05da8eafe15d7488cf13a4676ca26a6d3566d18b"><code>05da8ea</code></a> Switch back docs version to master</li> <li><a href="https://github.com/rubocop/rubocop-minitest/commit/039ba38c5c7315c98dddc6926988ba7004293703"><code>039ba38</code></a> Cut 0.32.1</li> <li><a href="https://github.com/rubocop/rubocop-minitest/commit/1f90acf02e58c7dca8fbf7946a074dc75b01fcaa"><code>1f90acf</code></a> Update Changelog</li> <li>Additional commits viewable in <a href="https://github.com/rubocop/rubocop-minitest/compare/v0.31.0...v0.32.2">compare view</a></li> </ul> </details> <br /> 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