[openstreetmap/openstreetmap-website] Bump rubocop-performance from 1.7.1 to 1.8.0 (#2818)

dependabot[bot] notifications at github.com
Mon Sep 7 05:02:27 UTC 2020


Bumps [rubocop-performance](https://github.com/rubocop-hq/rubocop-performance) from 1.7.1 to 1.8.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.8.0</h2>
<h3>New features</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/140">#140</a>: Add new <code>Performance/CollectionLiteralInLoop</code> cop. (<a href="https://github.com/fatkodima">@fatkodima</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/137">#137</a>: Add new <code>Performance/Sum</code> cop. (<a href="https://github.com/fatkodima">@fatkodima</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/159">#159</a>: Fix a false positive for <code>Performance/AncestorsInclude</code> when receiver is a variable. (<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/157">#157</a>: Extend <code>Performance/Detect</code> cop with check for <code>filter</code> method and <code>Performance/Count</code> cop with checks for <code>find_all</code> and <code>filter</code> methods. (<a href="https://github.com/fatkodima">@fatkodima</a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/154">#154</a>: Require RuboCop 0.87 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.8.0 (2020-09-04)</h2>
<h3>New features</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/140">#140</a>: Add new <code>Performance/CollectionLiteralInLoop</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/137">#137</a>: Add new <code>Performance/Sum</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/159">#159</a>: Fix a false positive for <code>Performance/AncestorsInclude</code> when receiver is a variable. ([<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/157">#157</a>: Extend <code>Performance/Detect</code> cop with check for <code>filter</code> method and <code>Performance/Count</code> cop with checks for <code>find_all</code> and <code>filter</code> methods. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/pull/154">#154</a>: Require RuboCop 0.87 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/caef1c158089d41b5ae13f9462bc12b1e7433cd5"><code>caef1c1</code></a> Cut 1.8.0</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/8bf09deca7413098b2476c922797578cb734f8bb"><code>8bf09de</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/157">#157</a> from fatkodima/add-filter-to-detect-and-count-cops</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/5792ef05cf333253d87432855e33af7d687d74ca"><code>5792ef0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/160">#160</a> from koic/fix_false_positive_for_performance_ancestor...</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/e973c7ceb7323039dc3217516d5418426db1ee30"><code>e973c7c</code></a> Use <code>Registry.global</code> instead of <code>Cop.registry</code></li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/e69d5867af278d317c5e1515b33cd046da2419f3"><code>e69d586</code></a> [Fix <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/159">#159</a>] Fix a false positive for <code>Performance/AncestorsInclude</code></li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/bab73a6a62f3dcec7b04a97c7ba13c63e7b2619f"><code>bab73a6</code></a> Extend <code>Performance/Detect</code> cop with check for <code>filter</code> method and `Performan...</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/9fbed458c5e72740aa070a98a884392c3af6411e"><code>9fbed45</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/156">#156</a> from koic/add_documentation_checks_on_ci</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/8fb7cf0b523f575ea54561087f383fa4f9673b89"><code>8fb7cf0</code></a> Add documentation checks on CI</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/30f827fc2bae58ee3ba38b064d21a8b811a77495"><code>30f827f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop-performance/issues/155">#155</a> from koic/use_cop_base_api_for_performance_department</li>
<li><a href="https://github.com/rubocop-hq/rubocop-performance/commit/bb8017f9efd9906f26c389cf9e6ccaa9dbcfd4a2"><code>bb8017f</code></a> Use <code>Cop::Base</code> API for <code>Performance</code> department</li>
<li>Additional commits viewable in <a href="https://github.com/rubocop-hq/rubocop-performance/compare/v1.7.1...v1.8.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.7.1&new-version=1.8.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/2818

-- Commit Summary --

  * Bump rubocop-performance from 1.7.1 to 1.8.0

-- File Changes --

    M Gemfile.lock (4)

-- Patch Links --

https://github.com/openstreetmap/openstreetmap-website/pull/2818.patch
https://github.com/openstreetmap/openstreetmap-website/pull/2818.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/2818
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20200906/2d45bf43/attachment-0001.htm>


More information about the rails-dev mailing list