Skip to content

Commit

Permalink
Update rubocop-performance requirement from 1.16.0 to 1.17.1 (#379)
Browse files Browse the repository at this point in the history
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.17.1</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>
</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.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>
<h2>1.15.2 (2022-12-25)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/313">#313</a>:
Fix a false negative for <code>Performance/RedundantStringChars</code>
when using <code>str.chars.last</code> without argument. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop-performance/pull/321">#321</a>:
Fix a false positive for <code>Performance/Sum</code> when using
<code>TargetRubyVersion</code> is 2.3 or lower. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/314">#314</a>:
Fix <code>Performance/RegexpMatch</code> to handle
<code>::Regexp</code>. ([<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/issues/318">#318</a>:
Extend <code>Performance/StringInclude</code> to handle <code>!~</code>.
([<a
href="https://github.com/fatkodima"><code>@​fatkodima</code></a>][])</li>
</ul>
<h2>1.15.1 (2022-11-16)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/309">#309</a>:
Fix an error for <code>Performance/MapCompact</code> when using
<code>map(&amp;:do_something).compact</code> and there is a line break
after <code>map.compact</code> and assigning with <code>||=</code>. ([<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-performance/pull/307">#307</a>:
Support autocorrection even if <code>reject</code> is used on
<code>Performance/Count</code>. ([<a
href="https://github.com/r7kamura"><code>@​r7kamura</code></a>][])</li>
</ul>
<h2>1.15.0 (2022-09-10)</h2>
<h3>New features</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-performance/pull/305">#305</a>:
Support numbered parameter for
<code>Performance/RedundantSortBlock</code>,
<code>Performance/SortReverse</code>, and
<code>Performance/TimesMap</code> cops. ([<a
href="https://github.com/koic"><code>@​koic</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/e9f0cb8ab191dd54778bcc2750b21006a7786756"><code>e9f0cb8</code></a>
Cut 1.17.1</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/40f465f883e05ad9b18403123704cbd3aa0d4440"><code>40f465f</code></a>
Update Changelog</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/d9d53b1835389480b850f6daae9f0afb9b61c3ba"><code>d9d53b1</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/352">#352</a>
from koic/fix_default_config_of_redundant_equality_co...</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/91b35bad41f534dc7d3b429336973491f74f54f1"><code>91b35ba</code></a>
Fix <code>AllowRegexpMatch</code> of
<code>Performance/RedundantEqualityComparisonBlock</code> by d...</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/c6abfddd5e91cbe47cf6ede49f68f750057ff65e"><code>c6abfdd</code></a>
Switch back docs version to master</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/3fa6f672b08311842e43478598726d6bf2845e96"><code>3fa6f67</code></a>
Cut 1.17.0</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/f6fa98ba6a7f70fa484c9b51dab1be6db2a3e77b"><code>f6fa98b</code></a>
Update Changelog</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/8c6ed49f2bdce43a4194a4fba5b06b8de98c625a"><code>8c6ed49</code></a>
Suppress new <code>Style/MapToSet</code> offense</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/0971b54b7b2612618d7df8b29694a201aae35711"><code>0971b54</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/350">#350</a>
from koic/sync_spell_checking_workflow</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/901e1552f441f364a7dce9192ef951f67d3b53e0"><code>901e155</code></a>
Use Codespell GitHub Actions</li>
<li>Additional commits viewable in <a
href="https://github.com/rubocop/rubocop-performance/compare/v1.16.0...v1.17.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 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
dependabot[bot] authored Apr 22, 2023
1 parent 35d1d49 commit 9a1a42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ gem "rubocop", "1.50.2"
gem "rubocop-md", "1.2.0"
gem "rubocop-minitest", "0.29.0"
gem "rubocop-packaging", "0.5.2"
gem "rubocop-performance", "1.16.0"
gem "rubocop-performance", "1.17.1"
gem "rubocop-rake", "0.6.0"

0 comments on commit 9a1a42b

Please sign in to comment.