Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update rubocop-performance requirement from 1.19.0 to 1.19.1 (#406)
Updates the requirements on [rubocop-performance](https://github.com/rubocop/rubocop-performance) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rubocop/rubocop-performance/releases">rubocop-performance's releases</a>.</em></p> <blockquote> <h2>RuboCop Performance 1.19.1</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-performance/issues/367">#367</a>: Fix an incorrect autocorrect for <code>Performance/BlockGivenWithExplicitBlock</code> when using <code>Lint/UnusedMethodArgument</code>'s autocorrection together. (<a href="https://github.com/ymap"><code>@ymap</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop-performance/issues/370">#370</a>: Fix an incorrect autocorrect for <code>Performance/RedundantMatch</code> when expressions with lower precedence than <code>=~</code> are used as an argument. (<a href="https://github.com/ymap"><code>@ymap</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop-performance/issues/365">#365</a>: Fix false positives for <code>Performance/ArraySemiInfiniteRangeSlice</code> when using <code>[]</code> with string literals. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop-performance/pull/373">#373</a>: Set target version for <code>Performance/UnfreezeString</code>. (<a href="https://github.com/tagliala"><code>@tagliala</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md">rubocop-performance's changelog</a>.</em></p> <blockquote> <h2>1.19.1 (2023-09-17)</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-performance/issues/367">#367</a>: Fix an incorrect autocorrect for <code>Performance/BlockGivenWithExplicitBlock</code> when using <code>Lint/UnusedMethodArgument</code>'s autocorrection together. ([<a href="https://github.com/ymap"><code>@ymap</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop-performance/issues/370">#370</a>: Fix an incorrect autocorrect for <code>Performance/RedundantMatch</code> when expressions with lower precedence than <code>=~</code> are used as an argument. ([<a href="https://github.com/ymap"><code>@ymap</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop-performance/issues/365">#365</a>: Fix false positives for <code>Performance/ArraySemiInfiniteRangeSlice</code> when using <code>[]</code> with string literals. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop-performance/pull/373">#373</a>: Set target version for <code>Performance/UnfreezeString</code>. ([<a href="https://github.com/tagliala"><code>@tagliala</code></a>][])</li> </ul> <h2>1.19.0 (2023-08-13)</h2> <h3>New features</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-performance/pull/364">#364</a>: Add new <code>Performance/MapMethodChain</code> cop. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop-performance/pull/363">#363</a>: Support safe navigation operator for <code>Performance/ArraySemiInfiniteRangeSlice</code>, <code>Performance/DeletePrefix</code>, <code>Performance/DeleteSuffix</code>, <code>Performance/Detect</code>, <code>Performance/EndWith</code>, <code>Performance/InefficientHashSearch</code>, <code>Performance/MapCompact</code>, <code>Performance/RedundantSplitRegexpArgument</code>, <code>Performance/ReverseEach</code>, <code>Performance/ReverseFirst</code>, <code>Performance/SelectMap</code>, <code>Performance/Squeeze</code>, <code>Performance/StartWith</code>, <code>Performance/StringInclude</code>, and <code>Performance/StringReplacement</code> cops. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> </ul> <h2>1.18.0 (2023-05-21)</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-performance/issues/359">#359</a>: Fix a false positive for <code>Performance/RedundantEqualityComparisonBlock</code> when the block variable is used on both sides of <code>==</code>. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop-performance/issues/351">#351</a>: Fix an incorrect autocorrect for <code>Performance/ConstantRegexp</code> and <code>Performance/RegexpMatch</code> when autocorrecting both at the same time. ([<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-performance/pull/357">#357</a>: Add <code>sort!</code> and <code>minmax</code> to <code>Performance/CompareWithBlock</code>. ([<a href="https://github.com/vlad-pisanov"><code>@vlad-pisanov</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop-performance/pull/353">#353</a>: <strong>(Breaking)</strong> Drop Ruby 2.6 support. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> </ul> <h2>1.17.1 (2023-04-09)</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-performance/pull/352">#352</a>: Fix the default config for <code>AllowRegexpMatch</code> option of <code>Performance/RedundantEqualityComparisonBlock</code>. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> </ul> <h2>1.17.0 (2023-04-09)</h2> <h3>New features</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-performance/pull/347">#347</a>: Add <code>AllowRegexpMatch</code> option to <code>Performance/RedundantEqualityComparisonBlock</code>. ([<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-performance/issues/346">#346</a>: Fix a false positive for <code>Performance/StringIdentifierArgument</code> when using a command method with receiver. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop-performance/issues/344">#344</a>: Fix <code>Performance/FlatMap</code> autocorrection for chained methods on separate lines. ([<a href="https://github.com/fatkodima"><code>@fatkodima</code></a>][])</li> </ul> <h2>1.16.0 (2023-02-06)</h2> <h3>Changes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-performance/pull/332">#332</a>: Register offenses for variables against regexes in <code>Performance/StringInclude</code>. ([<a href="https://github.com/fatkodima"><code>@fatkodima</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-performance/commit/83cadd6e02735c1c9c6bf5eab0550f26f4de41e4"><code>83cadd6</code></a> Cut 1.19.1</li> <li><a href="https://github.com/rubocop/rubocop-performance/commit/e78d6aa9492ef1c3ff5945da1d774f91d2d3492b"><code>e78d6aa</code></a> Update Changelog</li> <li><a href="https://github.com/rubocop/rubocop-performance/commit/1b8df404b49d3fb9d850107d1bff13547bfbd78c"><code>1b8df40</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-performance/issues/373">#373</a> from tagliala/bugfix/fix-target-ruby-version-of-unfre...</li> <li><a href="https://github.com/rubocop/rubocop-performance/commit/e6e20e3030863614ae8405fdd687dd33c5d0e5b2"><code>e6e20e3</code></a> Set target version for <code>Performance/UnfreezeString</code></li> <li><a href="https://github.com/rubocop/rubocop-performance/commit/0781febbbcfa2e759fc88c4e5e32a723cc06faad"><code>0781feb</code></a> Add a project spec to prevent error when running <code>rake changelog:merge</code></li> <li><a href="https://github.com/rubocop/rubocop-performance/commit/cde0912abc651712f8d85947af2d854a8ca4b794"><code>cde0912</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-performance/issues/371">#371</a> from ymap/fix_an_incorrect_autocorrect_for_performanc...</li> <li><a href="https://github.com/rubocop/rubocop-performance/commit/563e8f915eb2b862b4944ce0e1c0014763eea514"><code>563e8f9</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop-performance/issues/370">#370</a>] Fix an incorrect autocorrect for <code>Performance/RedundantMatch</code></li> <li><a href="https://github.com/rubocop/rubocop-performance/commit/ded9641e2dba3b49143384a3f3ba2f17c65f3af7"><code>ded9641</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-performance/issues/368">#368</a> from ymap/fix_an_incorrect_autocorrect_for_performanc...</li> <li><a href="https://github.com/rubocop/rubocop-performance/commit/0dc9a18a7ccbc0522efe89c35290852ece8942bd"><code>0dc9a18</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop-performance/issues/367">#367</a>] Fix an incorrect autocorrect for `Performance/BlockGivenWithExplic...</li> <li><a href="https://github.com/rubocop/rubocop-performance/commit/4a58fbcfcd979bf10560852538737678a36b948e"><code>4a58fbc</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-performance/issues/369">#369</a> from rubocop/dependabot/github_actions/actions/checko...</li> <li>Additional commits viewable in <a href="https://github.com/rubocop/rubocop-performance/compare/v1.19.0...v1.19.1">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