Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump rubocop-performance from 1.21.1 to 1.22.1 (#67)
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.21.1 to 1.22.1. <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> <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.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> </blockquote> </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 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.1)](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>
- Loading branch information