Bumps the rubocop group with 1 update: [rubocop](https://github.com/rubocop/rubocop).
Updates `rubocop` from 1.82.0 to 1.82.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.82.1</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14736">#14736</a>: Fix an error for <code>Style/TrailingCommaInArguments</code> when <code>EnforcedStyleForMultiline</code> is <code>consistent_comma</code> and keyword arguments use a trailing comma. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14737">#14737</a>: Fix crash in <code>Layout/RedundantLineBreak</code> when <code>Layout/LineLength</code> is disabled. (<a href="https://github.com/ydakuka"><code>@ydakuka</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14719">#14719</a>: Fix crash on long lines when <code>Layout/LineLength</code> is disabled. (<a href="https://github.com/floriandejonckheere"><code>@floriandejonckheere</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14743">#14743</a>: Fix false positives for <code>Layout/MultilineMethodCallIndentation</code> when multiline method chain with block has expected indent width and the method is preceded by splat or double splat. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12297">#12297</a>: Fix false negative in <code>Layout/IndentationWidth</code> for multiline method chain blocks. (<a href="https://github.com/rscq"><code>@rscq</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14730">#14730</a>: Fix the cache implementation to use consistent cache keys across workers. (<a href="https://github.com/byroot"><code>@byroot</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14559">#14559</a>: Fix false positives for <code>Lint/UselessAssignment</code> when a variable is assigned in loop body and used in loop condition. (<a href="https://github.com/ydakuka"><code>@ydakuka</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.82.1 (2025-12-24)</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14736">#14736</a>: Fix an error for <code>Style/TrailingCommaInArguments</code> when <code>EnforcedStyleForMultiline</code> is <code>consistent_comma</code> and keyword arguments use a trailing comma. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14737">#14737</a>: Fix crash in <code>Layout/RedundantLineBreak</code> when <code>Layout/LineLength</code> is disabled. ([<a href="https://github.com/ydakuka"><code>@ydakuka</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14719">#14719</a>: Fix crash on long lines when <code>Layout/LineLength</code> is disabled. ([<a href="https://github.com/floriandejonckheere"><code>@floriandejonckheere</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14743">#14743</a>: Fix false positives for <code>Layout/MultilineMethodCallIndentation</code> when multiline method chain with block has expected indent width and the method is preceded by splat or double splat. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12297">#12297</a>: Fix false negative in <code>Layout/IndentationWidth</code> for multiline method chain blocks. ([<a href="https://github.com/rscq"><code>@rscq</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/14730">#14730</a>: Fix the cache implementation to use consistent cache keys across workers. ([<a href="https://github.com/byroot"><code>@byroot</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/14559">#14559</a>: Fix false positives for <code>Lint/UselessAssignment</code> when a variable is assigned in loop body and used in loop condition. ([<a href="https://github.com/ydakuka"><code>@ydakuka</code></a>][])</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rubocop/rubocop/commit/5711dcb9850c5adb3df9e5142fa9a1ae4e987c3f"><code>5711dcb</code></a> Cut 1.82.1</li> <li><a href="https://github.com/rubocop/rubocop/commit/49180026b5f92ef39aa8702a2a815f883d9f4f6c"><code>4918002</code></a> Update Changelog</li> <li><a href="https://github.com/rubocop/rubocop/commit/04791193e9ffc57e48185d9ffe9ad8cca8e69ec1"><code>0479119</code></a> [Fix rubocop#14559] Fix false positives for <code>Lint/UselessAssignment</code> when a v...</li> <li><a href="https://github.com/rubocop/rubocop/commit/990121b5242a7338e7636f2937751f001fb2a186"><code>990121b</code></a> Optimize cache cleanup routine</li> <li><a href="https://github.com/rubocop/rubocop/commit/e06d0c1436a1dfdc525626c6459daa0f30992c2a"><code>e06d0c1</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop/issues/14743">#14743</a>] Fix false positives for <code>Layout/MultilineMethodCallIndentation</code></li> <li><a href="https://github.com/rubocop/rubocop/commit/a6e4adfe1a027a50b46bdb6d33a54f6b0f39448a"><code>a6e4adf</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/14742">#14742</a> from ydakuka/14737/fix_crash_in_layout_redundant_li...</li> <li><a href="https://github.com/rubocop/rubocop/commit/18738369935c1a7d358eed48af5e8afdfc977daa"><code>1873836</code></a> [Fix rubocop#14737] Fix crash in <code>Layout/RedundantLineBreak</code> when `Layout/Lin...</li> <li><a href="https://github.com/rubocop/rubocop/commit/bb2fb487f4929567f17b34aa1b8c39ae1e77571e"><code>bb2fb48</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/14738">#14738</a> from koic/fix_an_error_for_style_trailing_comma_in_...</li> <li><a href="https://github.com/rubocop/rubocop/commit/d08ff2e6ed68d022206a1e99454ae10f2708050a"><code>d08ff2e</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop/issues/14736">#14736</a>] Fix an error for <code>Style/TrailingCommaInArguments</code></li> <li><a href="https://github.com/rubocop/rubocop/commit/edca36ebb82b39e21d642b016438118d7b6589fe"><code>edca36e</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/14725">#14725</a> from viralpraxis/fix-layout-line-length-cop-error-i...</li> <li>Additional commits viewable in <a href="https://github.com/rubocop/rubocop/compare/v1.82.0...v1.82.1">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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> You can view, comment on, or merge this pull request online at: https://github.com/openstreetmap/openstreetmap-website/pull/6653 -- Commit Summary -- * Bump rubocop from 1.82.0 to 1.82.1 in the rubocop group -- File Changes -- M Gemfile.lock (2) -- Patch Links -- https://github.com/openstreetmap/openstreetmap-website/pull/6653.patch https://github.com/openstreetmap/openstreetmap-website/pull/6653.diff -- Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/openstreetmap-website/pull/6653 You are receiving this because you are subscribed to this thread. Message ID: <openstreetmap/openstreetmap-website/pull/[email protected]>
_______________________________________________ rails-dev mailing list [email protected] https://lists.openstreetmap.org/listinfo/rails-dev
