[openstreetmap/openstreetmap-website] Bump rubocop-performance from 1.8.1 to 1.9.0 (#2967)

dependabot[bot] notifications at github.com
Tue Nov 17 05:01:23 UTC 2020


Bumps [rubocop-performance](https://github.com/rubocop-hq/rubocop-performance) from 1.8.1 to 1.9.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/rubocop-hq/rubocop-performance/releases">rubocop-performance's releases</a>.</em></p>
<blockquote>
<h2>RuboCop Performance 1.9.0</h2>
<h3>New features</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/173">#173</a>: Add new <code>Performance/BlockGivenWithExplicitBlock</code> cop. (<a href="https://github.com/fatkodima">@fatkodima</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/136">#136</a>: Add new <code>Performance/MethodObjectAsBlock</code> cop. (<a href="https://github.com/fatkodima">@fatkodima</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/151">#151</a>: Add new <code>Performance/ConstantRegexp</code> cop. (<a href="https://github.com/fatkodima">@fatkodima</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/175">#175</a>: Add new <code>Performance/ArraySemiInfiniteRangeSlice</code> cop. (<a href="https://github.com/fatkodima">@fatkodima</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/189">#189</a>: Support auto-correction for <code>Performance/Caller</code>. (<a href="https://github.com/koic">@koic</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/171">#171</a>: Extend auto-correction support for <code>Performance/Sum</code>. (<a href="https://github.com/koic">@koic</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/194">#194</a>: Support auto-correction for <code>Performance/UnfreezeString</code>. (<a href="https://github.com/koic">@koic</a>)</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/181">#181</a>: Change default configuration for <code>Performance/CollectionLiteralInLoop</code> to <code>Enabled: 'pending'</code>. (<a href="https://github.com/ghiculescu">@ghiculescu</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/170">#170</a>: Extend <code>Performance/Sum</code> to register an offense for <code>map { ... }.sum</code>. (<a href="https://github.com/eugeneius">@eugeneius</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/179">#179</a>: Change <code>Performance/Sum</code> to warn about empty arrays, and not register an offense on empty array literals. (<a href="https://github.com/ghiculescu">@ghiculescu</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/180">#180</a>: Require RuboCop 0.90 or higher. (<a href="https://github.com/koic">@koic</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rubocop-hq/rubocop-performance/blob/master/CHANGELOG.md">rubocop-performance's changelog</a>.</em></p>
<blockquote>
<h2>1.9.0 (2020-11-17)</h2>
<h3>New features</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/173">#173</a>: Add new <code>Performance/BlockGivenWithExplicitBlock</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/136">#136</a>: Add new <code>Performance/MethodObjectAsBlock</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/151">#151</a>: Add new <code>Performance/ConstantRegexp</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/175">#175</a>: Add new <code>Performance/ArraySemiInfiniteRangeSlice</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/189">#189</a>: Support auto-correction for <code>Performance/Caller</code>. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/171">#171</a>: Extend auto-correction support for <code>Performance/Sum</code>. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/194">#194</a>: Support auto-correction for <code>Performance/UnfreezeString</code>. ([<a href="https://github.com/koic">@koic</a>][])</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/181">#181</a>: Change default configuration for <code>Performance/CollectionLiteralInLoop</code> to <code>Enabled: 'pending'</code>. ([<a href="https://github.com/ghiculescu">@ghiculescu</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/170">#170</a>: Extend <code>Performance/Sum</code> to register an offense for <code>map { ... }.sum</code>. ([<a href="https://github.com/eugeneius">@eugeneius</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/179">#179</a>: Change <code>Performance/Sum</code> to warn about empty arrays, and not register an offense on empty array literals. ([<a href="https://github.com/ghiculescu">@ghiculescu</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/180">#180</a>: Require RuboCop 0.90 or higher. ([<a href="https://github.com/koic">@koic</a>][])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/36c45f9bce3880e54938b56fee2f6cd1bc769d4c"><code>36c45f9</code></a> Cut 1.9.0</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/3a7024e8683ca20c938658131d5af76d97fe9576"><code>3a7024e</code></a> Prepare for incompatible APIs in RuboCop 2.0</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/f07d908f4a69c067302b7b1e0afcf23d7442bcf2"><code>f07d908</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/194">#194</a> from koic/support_autocorrect_for_performance_unfreez...</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/60551d8d8622a426d166939c63e443be615320da"><code>60551d8</code></a> Support auto-correction for <code>Performance/UnfreezeString</code></li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/2fe6f676b65110c94c03eedc269d7c8144faf2a3"><code>2fe6f67</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/188">#188</a> from koic/extend_support_autocorrect_for_performance_sum</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/591c7119f5020ff46cf759ee9dcd2e8273297399"><code>591c711</code></a> [Fix <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/171">#171</a>] Extend auto-correction support for <code>Performance/Sum</code></li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/965ca591369f1f3fc91fede551a616cf6bc99504"><code>965ca59</code></a> Suppress an offenses</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/392ac0cb552f6851519cf4be0bdd4f135c1edf86"><code>392ac0c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/189">#189</a> from koic/support_autocorrect_for_performance_caller</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/eccc62a6d3dca45acd367c4600e133847b0860b4"><code>eccc62a</code></a> Support auto-correction for <code>Performance/Caller</code></li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/eb26b4ae942704be1dd2b5c14ef613692c1747d1"><code>eb26b4a</code></a> Move development dependency to Gemfile</li>
<li>Additional commits viewable in <a href="https://github.com/rubocop-hq/rubocop-performance/compare/v1.8.1...v1.9.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.8.1&new-version=1.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)

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>
You can view, comment on, or merge this pull request online at:

  https://github.com/openstreetmap/openstreetmap-website/pull/2967

-- Commit Summary --

  * Bump rubocop-performance from 1.8.1 to 1.9.0

-- File Changes --

    M Gemfile.lock (8)

-- Patch Links --

https://github.com/openstreetmap/openstreetmap-website/pull/2967.patch
https://github.com/openstreetmap/openstreetmap-website/pull/2967.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/2967
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20201116/fefac7ed/attachment-0001.htm>


More information about the rails-dev mailing list