Skip to content

Commit

Permalink
Merge #529
Browse files Browse the repository at this point in the history
529: Update rubocop requirement from ~> 1.62.1 to ~> 1.63.4 r=curquiza a=dependabot[bot]

Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/rubocop/rubocop/releases">rubocop's releases</a>.</em></p>
<blockquote>
<h2>RuboCop 1.63.4</h2>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://redirect.github.com/rubocop/rubocop/pull/12871">#12871</a>: Fix an error for <code>rubocop -V</code> when <code>.rubocop.yml</code> contains ERB. (<a href="https://github.com/earlopain"><code>`@​earlopain</code></a>)</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/12862">#12862</a>: Fix a false positive for <code>Style/RedundantLineContinuation</code> when line continuations involve <code>return</code> with a return value. (<a href="https://github.com/koic"><code>`@​koic</code></a>)</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/pull/12664">#12664</a>: Fix handling of <code>textDocument/diagnostic</code>. (<a href="https://github.com/muxcmux"><code>`@​muxcmux</code></a>)</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/12865">#12865</a>: Fix Rails Cops, which weren't reporting any violations unless running with <code>bundle exec</code>. (<a href="https://github.com/amomchilov"><code>`@​amomchilov</code></a>)</li>`
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md">rubocop's changelog</a>.</em></p>
<blockquote>
<h2>1.63.4 (2024-04-28)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://redirect.github.com/rubocop/rubocop/pull/12871">#12871</a>: Fix an error for <code>rubocop -V</code> when <code>.rubocop.yml</code> contains ERB. ([<a href="https://github.com/earlopain"><code>`@​earlopain</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/12862">#12862</a>: Fix a false positive for <code>Style/RedundantLineContinuation</code> when line continuations involve <code>return</code> with a return value. ([<a href="https://github.com/koic"><code>`@​koic</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/pull/12664">#12664</a>: Fix handling of <code>textDocument/diagnostic</code>. ([<a href="https://github.com/muxcmux"><code>`@​muxcmux</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/12865">#12865</a>: Fix Rails Cops, which weren't reporting any violations unless running with <code>bundle exec</code>. ([<a href="https://github.com/amomchilov"><code>`@​amomchilov</code></a>][])</li>`
</ul>
<h2>1.63.3 (2024-04-22)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://redirect.github.com/rubocop/rubocop/pull/12857">#12857</a>: Fix false negatives for <code>Lint/UnreachableCode</code> when using pattern matching. ([<a href="https://github.com/koic"><code>`@​koic</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/12852">#12852</a>: Fix an error for <code>Lint/EmptyFile</code> in formatters when using cache. ([<a href="https://github.com/earlopain"><code>`@​earlopain</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/12848">#12848</a>: Fix an error that occurs in <code>RuboCop::Lockfile</code> when the constant Bundler is uninitialized. ([<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/pull/12855">#12855</a>: Set custom program name for the built-in LSP server. ([<a href="https://github.com/koic"><code>`@​koic</code></a>][])</li>`
</ul>
<h2>1.63.2 (2024-04-16)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/12843">#12843</a>: Fix an error for <code>Lint/MixedCaseRange</code> when a character between <code>Z</code> and <code>a</code> is used in the regexp range. ([<a href="https://github.com/koic"><code>`@​koic</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/12846">#12846</a>: Fix an error for <code>RuboCop::Lockfile</code> when there is no Bundler environment. ([<a href="https://github.com/koic"><code>`@​koic</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/12832">#12832</a>: Fix an error for <code>Style/ArgumentsForwarding</code> when using block arg in nested method definitions. ([<a href="https://github.com/koic"><code>`@​koic</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/pull/12841">#12841</a>: Fix false negatives for <code>Lint/UnreachableLoop</code> when using pattern matching. ([<a href="https://github.com/koic"><code>`@​koic</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/12835">#12835</a>: Allow global offenses to be disabled by directive comments. ([<a href="https://github.com/earlopain"><code>`@​earlopain</code></a>][])</li>`
</ul>
<h3>Changes</h3>
<ul>
<li><a href="https://redirect.github.com/rubocop/rubocop/pull/12845">#12845</a>: Exclude <code>debug/open_nonstop</code> from <code>Lint/Debugger</code> by default. ([<a href="https://github.com/koic"><code>`@​koic</code></a>][])</li>`
</ul>
<h2>1.63.1 (2024-04-10)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://redirect.github.com/rubocop/rubocop/pull/12828">#12828</a>: Fix a false positive for <code>Lint/AssignmentInCondition</code> if assigning inside a method call. ([<a href="https://github.com/earlopain"><code>`@​earlopain</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/12823">#12823</a>: Fixed &quot;uninitialized constant <code>RuboCop::Lockfile::Bundler</code>&quot;, caused when running RuboCop without <code>bundler exec</code> on codebases that use <code>rubocop-rails</code>. ([<a href="https://github.com/amomchilov"><code>`@​amomchilov</code></a>][])</li>`
</ul>
<h2>1.63.0 (2024-04-08)</h2>
<h3>New features</h3>
<ul>
<li><a href="https://redirect.github.com/rubocop/rubocop/issues/11878">#11878</a>: Add new <code>Style/MapIntoArray</code> cop. ([<a href="https://github.com/ymap"><code>`@​ymap</code></a>][])</li>`
<li><a href="https://redirect.github.com/rubocop/rubocop/pull/12186">#12186</a>: Add new <code>requires_gem</code> API for declaring which gems a Cop needs. ([<a href="https://github.com/amomchilov"><code>`@​amomchilov</code></a>][])</li>`
</ul>
<h3>Bug fixes</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rubocop/rubocop/commit/941d21b558767de7b54ae5c8b77003d46c7e55b4"><code>941d21b</code></a> Cut 1.63.4</li>
<li><a href="https://github.com/rubocop/rubocop/commit/feb60222d685fce23d568d6e827975cdd36a1bf0"><code>feb6022</code></a> Update Changelog</li>
<li><a href="https://github.com/rubocop/rubocop/commit/81adab52714c26381f5382213632ecade57afec9"><code>81adab5</code></a> Fix an error for <code>rubocop -V</code> when <code>.rubocop.yml</code> contains ERB</li>
<li><a href="https://github.com/rubocop/rubocop/commit/02aebff5fd40225713c3d29d5c54b489e3bdc1ec"><code>02aebff</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/12866">#12866</a> from amomchilov/rescue-GemfileNotFound</li>
<li><a href="https://github.com/rubocop/rubocop/commit/a8ef19c9dcd08d0214682287cbfecff58f741515"><code>a8ef19c</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/12867">#12867</a> from koic/fix_false_positive_for_style_redundant_li...</li>
<li><a href="https://github.com/rubocop/rubocop/commit/45bbf67b2e606c45d6a224481f92a7413238ab48"><code>45bbf67</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop/issues/12865">#12865</a>] <code>require 'bundler'</code> if possible, but…</li>
<li><a href="https://github.com/rubocop/rubocop/commit/2821564bdbaf1d4e08de802f05cf9b50a479cd53"><code>2821564</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop/issues/12862">#12862</a>] Fix a false positive for <code>Style/RedundantLineContinuation</code></li>
<li><a href="https://github.com/rubocop/rubocop/commit/84877a30ef814546b97660c4d8f5d1315e80c326"><code>84877a3</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/12664">#12664</a> from muxcmux/master</li>
<li><a href="https://github.com/rubocop/rubocop/commit/5f4bbaab3f325fc26c3ae5ed58e8b37f3781f677"><code>5f4bbaa</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/12863">#12863</a> from Uaitt/cli-options-missing-periods</li>
<li><a href="https://github.com/rubocop/rubocop/commit/9e4bc4a7284e2082f749e5cddbab652194cdc9b6"><code>9e4bc4a</code></a> Add missing periods on CLI options descriptions</li>
<li>Additional commits viewable in <a href="https://github.com/rubocop/rubocop/compare/v1.62.1...v1.63.4">compare view</a></li>
</ul>
</details>
<br />


You can trigger a rebase of this PR 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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
meili-bors[bot] and dependabot[bot] committed May 13, 2024
2 parents 1d75237 + 7f576c0 commit fbbfebc
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 @@ -18,5 +18,5 @@ group :development, :test do
end

group :development do
gem 'rubocop', '~> 1.62.1', require: false
gem 'rubocop', '~> 1.63.4', require: false
end

0 comments on commit fbbfebc

Please sign in to comment.