Skip to content

Commit e7da118

Browse files
authored
chore(deps-dev): bump rubocop from 1.80.0 to 1.80.1 (#1066)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.80.0 to 1.80.1. <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.1</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14479">#14479</a>: Don't invalidate cache when <code>--display-time</code> option is used on the CLI. (<a href="https://github.com/lovro-bikic"><code>@​lovro-bikic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14473">#14473</a>: Fix a false negative for <code>Style/RedundantBegin</code> using <code>begin</code> with multiple statements without <code>rescue</code> or <code>ensure</code>. (<a href="https://github.com/koic"><code>@​koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14475">#14475</a>: Fix cop errors during autocorrect for the build in LSP when analyzing as Ruby 3.4. (<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/14474">#14474</a>: Fix false negative for <code>Layout/EndAlignment</code> when <code>end</code> is not on a separate line. (<a href="https://github.com/lovro-bikic"><code>@​lovro-bikic</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.1 (2025-08-27)</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14479">#14479</a>: Don't invalidate cache when <code>--display-time</code> option is used on the CLI. ([<a href="https://github.com/lovro-bikic"><code>@​lovro-bikic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14473">#14473</a>: Fix a false negative for <code>Style/RedundantBegin</code> using <code>begin</code> with multiple statements without <code>rescue</code> or <code>ensure</code>. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14475">#14475</a>: Fix cop errors during autocorrect for the build in LSP when analyzing as Ruby 3.4. ([<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/14474">#14474</a>: Fix false negative for <code>Layout/EndAlignment</code> when <code>end</code> is not on a separate line. ([<a href="https://github.com/lovro-bikic"><code>@​lovro-bikic</code></a>][])</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rubocop/rubocop/commit/d56f11a111dd9c5cebb17a290d079c108d9e5c8f"><code>d56f11a</code></a> Cut 1.80.1</li> <li><a href="https://github.com/rubocop/rubocop/commit/3ac19eb5ad9571957dae9eaf210f8b96afed8383"><code>3ac19eb</code></a> Update Changelog</li> <li><a href="https://github.com/rubocop/rubocop/commit/f5c5e7556588e192e14e3c1797f8e147fd4e7129"><code>f5c5e75</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/14479">#14479</a> from lovro-bikic/display-time-shouldnt-impact-cache</li> <li><a href="https://github.com/rubocop/rubocop/commit/d500cc9975609256ab7227e46401b73f2fc85c21"><code>d500cc9</code></a> Prevent display-time CLI option from invalidating cache</li> <li><a href="https://github.com/rubocop/rubocop/commit/161ba2652849998e65c06023cfa5bb0793f0ebb7"><code>161ba26</code></a> Don't use keyword argument for <code>get_processed_source</code></li> <li><a href="https://github.com/rubocop/rubocop/commit/d7972b643efd159d070e61855d65ac15b9133aa3"><code>d7972b6</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop/issues/14475">#14475</a>] Fix cop errors during autocorrect for the buildin LSP when analy...</li> <li><a href="https://github.com/rubocop/rubocop/commit/6e5c5995310dd07605cc1a10a16a26279fd5d70f"><code>6e5c599</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/14474">#14474</a> from lovro-bikic/false-negative-end-alignment</li> <li><a href="https://github.com/rubocop/rubocop/commit/49b72482bd21141765a228aa898a62704a29c631"><code>49b7248</code></a> Fix false negative for Layout/EndAlignment when end is not on a separate line</li> <li><a href="https://github.com/rubocop/rubocop/commit/103f3ab4ddf3b2d4d074513bffb9199fad4663ed"><code>103f3ab</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/14473">#14473</a> from koic/fix_false_negative_for_style_redundant_begin</li> <li><a href="https://github.com/rubocop/rubocop/commit/6b5c6ac0e40df321289bee021047952fb598fffd"><code>6b5c6ac</code></a> Fix a false negative for <code>Style/RedundantBegin</code></li> <li>Additional commits viewable in <a href="https://github.com/rubocop/rubocop/compare/v1.80.0...v1.80.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rubocop&package-manager=bundler&previous-version=1.80.0&new-version=1.80.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>
2 parents 8acb8db + 28c490b commit e7da118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ GEM
668668
rswag-ui (2.16.0)
669669
actionpack (>= 5.2, < 8.1)
670670
railties (>= 5.2, < 8.1)
671-
rubocop (1.80.0)
671+
rubocop (1.80.1)
672672
json (~> 2.3)
673673
language_server-protocol (~> 3.17.0.2)
674674
lint_roller (~> 1.1.0)

0 commit comments

Comments
 (0)