Skip to content

Commit

Permalink
Update rubocop-performance requirement from 1.21.1 to 1.22.1 (#54)
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.22.1</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/468">#468</a>:
Fix false positives for
<code>Performance/BigDecimalWithNumericArgument</code> when using float
argument for <code>BigDecimal</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.22.1 (2024-09-17)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/468">#468</a>:
Fix false positives for
<code>Performance/BigDecimalWithNumericArgument</code> when using float
argument for <code>BigDecimal</code>. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
</ul>
<h2>1.22.0 (2024-09-16)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/454">#454</a>:
Fix false positives for
<code>Performance/BigDecimalWithNumericArgument</code> when using
BigDecimal 3.1+. ([<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/issues/385">#385</a>:
Disable <code>Performance/BlockGivenWithExplicitBlock</code> by default.
([<a
href="https://github.com/earlopain"><code>@​earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/407">#407</a>:
Make <code>Performance/DoubleStartEndWith</code> aware of safe
navigation. ([<a
href="https://github.com/earlopain"><code>@​earlopain</code></a>][])</li>
</ul>
<h2>1.21.1 (2024-06-16)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-performance/pull/452">#452</a>:
Fix an error for
<code>Performance/RedundantEqualityComparisonBlock</code> when the block
is empty. ([<a
href="https://github.com/earlopain"><code>@​earlopain</code></a>][])</li>
</ul>
<h2>1.21.0 (2024-03-30)</h2>
<h3>New features</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-performance/pull/446">#446</a>:
Support Prism as a Ruby parser (experimental). ([<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/437">#437</a>:
Fix a false positive for <code>Performance/ChainArrayAllocation</code>
when using <code>select</code> with block argument after
<code>select</code>. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/448">#448</a>:
Fix a false positive for <code>Performance/RedundantBlockCall</code>
when using <code>block.call</code> with block 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-performance/issues/240">#240</a>:
Disable <code>Performance/Casecmp</code> cop by default. ([<a
href="https://github.com/parkerfinch"><code>@​parkerfinch</code></a>][])</li>
</ul>
<h2>1.20.2 (2024-01-08)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/425">#425</a>:
Fix a false positive for
<code>Performance/StringIdentifierArgument</code> when using string
interpolation with methods that don't support symbols with
<code>::</code> inside them. ([<a
href="https://github.com/earlopain"><code>@​earlopain</code></a>][])</li>
</ul>
<h2>1.20.1 (2023-12-25)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-performance/pull/428">#428</a>:
Fix false negatives for
<code>Performance/StringIdentifierArgument</code> when using multiple
string arguments. ([<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/69c5abc794ac73d9e50d9ba87d2a9746206fecf1"><code>69c5abc</code></a>
Cut 1.22.1</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/318897488add10a04ca00236fc7ce71d674fe416"><code>3188974</code></a>
Update Changelog</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/100cdfe58c6218e6066b75c19022a17afb805a3b"><code>100cdfe</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/469">#469</a>
from koic/fix_false_positives_for_performance_big_dec...</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/6bb06b26d3a0b7ead18afc85d9e72cc3013593cc"><code>6bb06b2</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/468">#468</a>]
Fix false positives for
<code>Performance/BigDecimalWithNumericArgument</code></li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/f74a89056f7619a2155c63a974b9b0fc456aebc6"><code>f74a890</code></a>
Switch back docs version to master</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/bf5f64f33a3cfbd369a9245e087aa25ee6bbf983"><code>bf5f64f</code></a>
Cut 1.22.0</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/d26b4412751da6e29073f436ec4378d3eca51b8b"><code>d26b441</code></a>
Update Changelog</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/723300585b1937db73ed85562846178ba756dc98"><code>7233005</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/465">#465</a>
from Earlopain/start-end-safe-navigation</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/767f2c9b67d28b2155adf1da783293066683f2a6"><code>767f2c9</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/407">#407</a>]
Make <code>Performance/DoubleStartEndWith</code> aware of safe
navigation</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/f28d18ded31852c76e52f165deb942725ed5c56a"><code>f28d18d</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/466">#466</a>
from Earlopain/block-given-disable</li>
<li>Additional commits viewable in <a
href="https://github.com/rubocop/rubocop-performance/compare/v1.21.1...v1.22.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
dependabot[bot] authored Oct 1, 2024
1 parent 4fe7323 commit b47d7f9
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 @@ -19,6 +19,6 @@ if RUBY_VERSION >= "3.3"
gem "rubocop-factory_bot", "2.26.1"
gem "rubocop-minitest", "0.36.0"
gem "rubocop-packaging", "0.5.2"
gem "rubocop-performance", "1.21.1"
gem "rubocop-performance", "1.22.1"
gem "rubocop-rake", "0.6.0"
end

0 comments on commit b47d7f9

Please sign in to comment.