Commit f817131
authored
chore(deps-dev): bump rubocop from 1.80.1 to 1.80.2 (#1075)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.80.1 to
1.80.2.
<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 v1.80.2</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14477">#14477</a>:
Fix a false positive for <code>Style/SafeNavigation</code> when using
ternary expression with index access call with method chain. (<a
href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14486">#14486</a>:
Fix false positives for <code>Style/RedundantParentheses</code> with
unary operators and <code>yield</code>, <code>super</code>, or
<code>defined?</code>. (<a
href="https://github.com/earlopain"><code>@earlopain</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14489">#14489</a>:
Fix false negatives for <code>Style/RedundantParentheses</code> with
method calls taking argument without parentheses like <code>return (x y)
if z</code>. (<a
href="https://github.com/earlopain"><code>@earlopain</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14499">#14499</a>:
Fix wrong autocorrect for <code>Style/StringConcatenation</code> when a
double-quoted string contains escaped quotes and interpolation. (<a
href="https://github.com/earlopain"><code>@earlopain</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14502">#14502</a>:
Fix wrong autocorrect for <code>Style/StringConcatenation</code> when a
single-quoted string contains interpolation like <code>'#{foo}'</code>.
(<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/issues/14493">#14493</a>:
Make <code>Naming/PredicateMethod</code> allow the
<code>initialize</code> method. (<a
href="https://github.com/koic"><code>@koic</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.80.2 (2025-09-03)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14477">#14477</a>:
Fix a false positive for <code>Style/SafeNavigation</code> when using
ternary expression with index access call with method chain. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14486">#14486</a>:
Fix false positives for <code>Style/RedundantParentheses</code> with
unary operators and <code>yield</code>, <code>super</code>, or
<code>defined?</code>. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14489">#14489</a>:
Fix false negatives for <code>Style/RedundantParentheses</code> with
method calls taking argument without parentheses like <code>return (x y)
if z</code>. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14499">#14499</a>:
Fix wrong autocorrect for <code>Style/StringConcatenation</code> when a
double-quoted string contains escaped quotes and interpolation. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14502">#14502</a>:
Fix wrong autocorrect for <code>Style/StringConcatenation</code> when a
single-quoted string contains interpolation like <code>'#{foo}'</code>.
([<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/issues/14493">#14493</a>:
Make <code>Naming/PredicateMethod</code> allow the
<code>initialize</code> method. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rubocop/rubocop/commit/e2afd61ffd4e2f56537d8f3c925eda2d3919aa29"><code>e2afd61</code></a>
Cut 1.80.2</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/02d4593bcf0e0aa2dbd1df45dfa8c4b4215a8596"><code>02d4593</code></a>
Update Changelog</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/ca1b8136837ac20866ca756245b6db6c697865fb"><code>ca1b813</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop/issues/14502">#14502</a>]
Fix wrong autocorrect for <code>Style/StringConcatenation</code> when a
sin...</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/06e1b4f8e4ef69b080c8eccd4440a386f9cb931c"><code>06e1b4f</code></a>
Remove some boilerplate when testing the lsp addon</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/9a82957e5c0b8bc8e039565d57d3ade6fe0dca89"><code>9a82957</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop/issues/14500">#14500</a>
from Earlopain/string-concat-escaped</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/2f2f63abebfe17f8e1db65a09ebc08a824061886"><code>2f2f63a</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop/issues/14499">#14499</a>]
Fix wrong autocorrect for <code>Style/StringConcatenation</code> with
escap...</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/cc4d7a1f5cd74b2cda4837bfcb678ebd7dba9aa9"><code>cc4d7a1</code></a>
Use RuboCop RSpec 3.7 for development</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/819ea466c2efa6dd5537c6b86fcf28f763267ac4"><code>819ea46</code></a>
Reset the docs version</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/2271a78fb230a49cd44255ed31a2411d950d03f8"><code>2271a78</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop/issues/14489">#14489</a>
from Earlopain/redundant-parens-yield-etc</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/6bdff54c2946e2f6e9f7a41e0e4e3e7929f109df"><code>6bdff54</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop/issues/14495">#14495</a>
from koic/make_naming_predicate_method_allow_initia...</li>
<li>Additional commits viewable in <a
href="https://github.com/rubocop/rubocop/compare/v1.80.1...v1.80.2">compare
view</a></li>
</ul>
</details>
<br />
[](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>1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
668 | 668 | | |
669 | 669 | | |
670 | 670 | | |
671 | | - | |
| 671 | + | |
672 | 672 | | |
673 | 673 | | |
674 | 674 | | |
| |||
0 commit comments