Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump rubocop from 1.69.1 to 1.69.2 in /packages/ruby (#1158
) Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.69.1 to 1.69.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 1.69.2</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13553">#13553</a>: Fix an incorrect autocorrect for <code>Style/MultipleComparison</code> when a variable is compared multiple times after a method call. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13562">#13562</a>: Fix <code>Bundler/DuplicatedGem</code> cop error in case of empty branch. (<a href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13573">#13573</a>: Fix <code>Lint/UnescapedBracketInRegexp</code> cop failure with invalid multibyte escape. (<a href="https://github.com/earlopain"><code>@earlopain</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13556">#13556</a>: Fix false positives for <code>Style/FileNull</code> when using <code>'nul'</code> string. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12995">#12995</a>: Fix <code>--disable-uncorrectable</code> to not insert directives inside a string. (<a href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13320">#13320</a>: Fix incorrect autocorrect when <code>Layout/LineContinuationLeadingSpace</code> and <code>Style/StringLiterals</code> autocorrects in the same pass. (<a href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13299">#13299</a>: Fix <code>Style/BlockDelimiters</code> to always accept braces when an operator method argument is chained. (<a href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13565">#13565</a>: Fix <code>Style/RedundantLineContinuation</code> false negatives when a redundant continuation follows a required continuation. (<a href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13551">#13551</a>: Fix an incorrect autocorrect for <code>Style/IfWithSemicolon</code> when using multi value assignment in <code>if</code> with a semicolon is used. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13534">#13534</a>: Fix <code>Layout/LineLength</code> cop failure in case of YARD-comment-like string. (<a href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13558">#13558</a>: Fix <code>Lint/NonAtomicFileOperation</code> cop error in case of implicit receiver. (<a href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13564">#13564</a>: Fix <code>Metrics/ClassLength</code> cop error in case of chained assignments. (<a href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13570">#13570</a>: Fix <code>Naming/RescuedExceptionsVariableName</code> cop error when exception is assigned with writer method. (<a href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13559">#13559</a>: Fix a false positive for <code>Style/RedundantLineContinuation</code> when a method definition is used as an argument for a method call. (<a href="https://github.com/davidrunger"><code>@davidrunger</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13574">#13574</a>: Fix <code>Style/ExactRegexpMatch</code> cop error on invalid regular expression literal. (<a href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13554">#13554</a>: Fix <code>Style/FrozenStringLiteralComment</code> false positive in case of non-downcased value literal. (<a href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13569">#13569</a>: Fix <code>Style/MethodCallWithoutArgsParentheses</code> cop error in case of mass hash assignment. (<a href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13542">#13542</a>: Fix <code>Style/RedundantCondition</code> cop failure in case of empty arguments. (<a href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13509">#13509</a>: Update <code>Layout/ExtraSpacing</code> and <code>Layout/SpaceAroundOperators</code> to handle preceding operators inside strings. (<a href="https://github.com/dvandersluis"><code>@dvandersluis</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.69.2 (2024-12-12)</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13553">#13553</a>: Fix an incorrect autocorrect for <code>Style/MultipleComparison</code> when a variable is compared multiple times after a method call. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13562">#13562</a>: Fix <code>Bundler/DuplicatedGem</code> cop error in case of empty branch. ([<a href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13573">#13573</a>: Fix <code>Lint/UnescapedBracketInRegexp</code> cop failure with invalid multibyte escape. ([<a href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13556">#13556</a>: Fix false positives for <code>Style/FileNull</code> when using <code>'nul'</code> string. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12995">#12995</a>: Fix <code>--disable-uncorrectable</code> to not insert directives inside a string. ([<a href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13320">#13320</a>: Fix incorrect autocorrect when <code>Layout/LineContinuationLeadingSpace</code> and <code>Style/StringLiterals</code> autocorrects in the same pass. ([<a href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13299">#13299</a>: Fix <code>Style/BlockDelimiters</code> to always accept braces when an operator method argument is chained. ([<a href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13565">#13565</a>: Fix <code>Style/RedundantLineContinuation</code> false negatives when a redundant continuation follows a required continuation. ([<a href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13551">#13551</a>: Fix an incorrect autocorrect for <code>Style/IfWithSemicolon</code> when using multi value assignment in <code>if</code> with a semicolon is used. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13534">#13534</a>: Fix <code>Layout/LineLength</code> cop failure in case of YARD-comment-like string. ([<a href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13558">#13558</a>: Fix <code>Lint/NonAtomicFileOperation</code> cop error in case of implicit receiver. ([<a href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13564">#13564</a>: Fix <code>Metrics/ClassLength</code> cop error in case of chained assignments. ([<a href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13570">#13570</a>: Fix <code>Naming/RescuedExceptionsVariableName</code> cop error when exception is assigned with writer method. ([<a href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13559">#13559</a>: Fix a false positive for <code>Style/RedundantLineContinuation</code> when a method definition is used as an argument for a method call. ([<a href="https://github.com/davidrunger"><code>@davidrunger</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13574">#13574</a>: Fix <code>Style/ExactRegexpMatch</code> cop error on invalid regular expression literal. ([<a href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13554">#13554</a>: Fix <code>Style/FrozenStringLiteralComment</code> false positive in case of non-downcased value literal. ([<a href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13569">#13569</a>: Fix <code>Style/MethodCallWithoutArgsParentheses</code> cop error in case of mass hash assignment. ([<a href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13542">#13542</a>: Fix <code>Style/RedundantCondition</code> cop failure in case of empty arguments. ([<a href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13509">#13509</a>: Update <code>Layout/ExtraSpacing</code> and <code>Layout/SpaceAroundOperators</code> to handle preceding operators inside strings. ([<a href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rubocop/rubocop/commit/3ba4aefee5c1da008877a508bee1acc210aa5298"><code>3ba4aef</code></a> Cut 1.69.2</li> <li><a href="https://github.com/rubocop/rubocop/commit/e74cea2543b1d09b3002519c0a4c2a770e2a9984"><code>e74cea2</code></a> Update Changelog</li> <li><a href="https://github.com/rubocop/rubocop/commit/19ee9090b5a4c5a06b178a6de21381ce96f6019e"><code>19ee909</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop/issues/13556">#13556</a>] Fix false positives for <code>Style/FileNull</code></li> <li><a href="https://github.com/rubocop/rubocop/commit/fd13dabcae2ad9fdf228029671dee6f1ee96248a"><code>fd13dab</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop/issues/13299">#13299</a>] Fix <code>Style/BlockDelimiters</code> to always accept braces when an oper...</li> <li><a href="https://github.com/rubocop/rubocop/commit/522950a0c7b1f6a931c63d19b621c18eb1fd315a"><code>522950a</code></a> Fix <code>Style/ExactRegexpMatch</code> cop error on invalid regular expression literal</li> <li><a href="https://github.com/rubocop/rubocop/commit/e0777fff0047f44fb4b48851f549e1fad618d844"><code>e0777ff</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/13539">#13539</a> from dvandersluis/issue/13320</li> <li><a href="https://github.com/rubocop/rubocop/commit/7fbd78a60650649308d7d78537bd5d2a489b564f"><code>7fbd78a</code></a> <code>Net::HTTPSession</code> is deprecated now</li> <li><a href="https://github.com/rubocop/rubocop/commit/bd31b8a8e96af0ff55032aae324a8fe7f89c7380"><code>bd31b8a</code></a> Update RSpec 4 CI to the monorepo</li> <li><a href="https://github.com/rubocop/rubocop/commit/4618790e21b2a8f654398da1c4e5b618a9daa23b"><code>4618790</code></a> Fix <code>Lint/UnescapedBracketInRegexp</code> cop failure with invalid multibyte escape</li> <li><a href="https://github.com/rubocop/rubocop/commit/b00b5f12fab2613314b3c24f32cd7ac7b2a52c54"><code>b00b5f1</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/13570">#13570</a> from viralpraxis/fix-naming-rescue-exceptions-varia...</li> <li>Additional commits viewable in <a href="https://github.com/rubocop/rubocop/compare/v1.69.1...v1.69.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrii Andreiev <129078694+AndriiAndreiev@users.noreply.github.com>
- Loading branch information