Skip to content

Commit

Permalink
Upgrade: Bump rubocop-performance from 1.21.1 to 1.22.0 (#4811)
Browse files Browse the repository at this point in the history
Bumps
[rubocop-performance](https://github.com/rubocop/rubocop-performance)
from 1.21.1 to 1.22.0.
<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.0</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>
</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.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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<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><a
href="https://github.com/rubocop/rubocop-performance/commit/8907a128a7ed39589c539e39997ac270f322c5bc"><code>8907a12</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/385">#385</a>]
Disable <code>Performance/BlockGivenWithExplicitBlock</code> by
default</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/082d63584f404cc815bee201a9c25fc3e23682e6"><code>082d635</code></a>
Add changelog entry for <a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/463">#463</a></li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/0f401f7e6b661ac4b04e4e08df520b17c728b711"><code>0f401f7</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/463">#463</a>
from koic/fix_false_positives_for_performance_big_dec...</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/6f20945899d905344dba76c3cd6a5db614a5d256"><code>6f20945</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/454">#454</a>]
Fix false positives for
<code>Performance/BigDecimalWithNumericArgument</code></li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/b52d821a441f0d93c22505eccf1c2acb8801808f"><code>b52d821</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/459">#459</a>
from Earlopain/rubocop-workaround</li>
<li>Additional commits viewable in <a
href="https://github.com/rubocop/rubocop-performance/compare/v1.21.1...v1.22.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rubocop-performance&package-manager=bundler&previous-version=1.21.1&new-version=1.22.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
dependabot[bot] committed Sep 20, 2024
1 parent d55d12f commit 46dcb26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ group :development do
gem 'lookbook', '~> 2.3.2'
gem 'rack-mini-profiler'
gem 'rubocop', '~> 1.61', require: false
gem 'rubocop-performance', '~> 1.19', require: false
gem 'rubocop-performance', '~> 1.22', require: false
gem 'rubocop-rails', '~> 2.26', require: false
gem 'rubocop-rspec', '~> 2.25', require: false
gem 'web-console', '~> 4.2'
Expand Down
14 changes: 6 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ GEM
parallel (1.26.3)
parallel_tests (4.7.1)
parallel
parser (3.3.4.2)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
pg (1.5.7)
Expand Down Expand Up @@ -435,8 +435,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.3.6)
strscan
rexml (3.3.7)
rotp (6.3.0)
rouge (4.3.0)
rqrcode (2.2.0)
Expand Down Expand Up @@ -482,13 +481,13 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.1)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
rubocop-performance (1.21.1)
rubocop-performance (1.22.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.26.0)
Expand Down Expand Up @@ -552,7 +551,6 @@ GEM
stimulus-rails (1.3.3)
railties (>= 6.0.0)
stringio (3.1.1)
strscan (3.1.0)
thor (1.3.2)
timeout (0.4.1)
turbo-rails (2.0.6)
Expand All @@ -561,7 +559,7 @@ GEM
railties (>= 6.0.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
uri (0.13.0)
vcr (6.2.0)
version_gem (1.1.4)
Expand Down Expand Up @@ -646,7 +644,7 @@ DEPENDENCIES
rspec-snapshot (~> 2.0)
rspec_junit_formatter (~> 0.6)
rubocop (~> 1.61)
rubocop-performance (~> 1.19)
rubocop-performance (~> 1.22)
rubocop-rails (~> 2.26)
rubocop-rspec (~> 2.25)
ruby-progressbar (~> 1.13)
Expand Down

0 comments on commit 46dcb26

Please sign in to comment.