Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 11, 2025

Bumps rubocop from 1.75.4 to 1.75.5.

Release notes

Sourced from rubocop's releases.

RuboCop v1.75.5

Bug fixes

  • #14148: Fix an infinite loop error for Layout/SpaceAfterSemicolon with Layout/SpaceBeforeSemicolon when a sequence of semicolons appears. (@​koic)
  • #14145: Fix Lint/ArrayLiteralInRegexp cop error on empty interpolation. (@​viralpraxis)
  • #14072: Fix autocorrect issue in Layout/HashAlignment. (@​jonas054)
  • #14131: Fix false positives for Style/ArgumentsForwarding when using anonymous block argument forwarding to a method with a block. (@​koic)
  • #14140: Fix Layout/LeadingCommentSpace to allow splitting long inline RBS comment signatures across multiple lines. (@​Morriar)
  • #14147: Fix Lint/LiteralAsCondition cop error on if without body. (@​viralpraxis)
  • #14151: Fix Lint/Void cop error on nested empty begin. (@​viralpraxis)
  • #13547: Fix Style/IdenticalConditionalBranches cop failure in case of if node with implicit then. (@​viralpraxis)
  • #14146: Fix Style/MethodCallWithArgsParentheses cop error on complex numbers when EnforcedStyle is set to omit_parentheses. (@​viralpraxis)
  • #14137: Fix Style/TrailingCommaInArguments cop error if EnforcedStyleForMultiline is set to comma. (@​viralpraxis)

Changes

  • #14144: Layout/SpaceInsideArrayLiteralBrackets make aware of array pattern matching. (@​koic)
  • #14142: Layout/SpaceInsideHashLiteralBraces make aware of hash pattern matching. (@​koic)
Changelog

Sourced from rubocop's changelog.

1.75.5 (2025-05-05)

Bug fixes

  • #14148: Fix an infinite loop error for Layout/SpaceAfterSemicolon with Layout/SpaceBeforeSemicolon when a sequence of semicolons appears. ([@​koic][])
  • #14145: Fix Lint/ArrayLiteralInRegexp cop error on empty interpolation. ([@​viralpraxis][])
  • #14072: Fix autocorrect issue in Layout/HashAlignment. ([@​jonas054][])
  • #14131: Fix false positives for Style/ArgumentsForwarding when using anonymous block argument forwarding to a method with a block. ([@​koic][])
  • #14140: Fix Layout/LeadingCommentSpace to allow splitting long inline RBS comment signatures across multiple lines. ([@​Morriar][])
  • #14147: Fix Lint/LiteralAsCondition cop error on if without body. ([@​viralpraxis][])
  • #14151: Fix Lint/Void cop error on nested empty begin. ([@​viralpraxis][])
  • #13547: Fix Style/IdenticalConditionalBranches cop failure in case of if node with implicit then. ([@​viralpraxis][])
  • #14146: Fix Style/MethodCallWithArgsParentheses cop error on complex numbers when EnforcedStyle is set to omit_parentheses. ([@​viralpraxis][])
  • #14137: Fix Style/TrailingCommaInArguments cop error if EnforcedStyleForMultiline is set to comma. ([@​viralpraxis][])

Changes

  • #14144: Layout/SpaceInsideArrayLiteralBrackets make aware of array pattern matching. ([@​koic][])
  • #14142: Layout/SpaceInsideHashLiteralBraces make aware of hash pattern matching. ([@​koic][])
Commits
  • 4c07aa6 Cut 1.75.5
  • 12c3e0a Update Changelog
  • 8f7c4cd Follow-up to #14146
  • ddbb2a1 Merge pull request #14151 from viralpraxis/fix-lint-void-cop-error-on-nested-...
  • ac3b746 [Fix #14072] Resolve autocorrect issue in Layout/HashAlignment
  • 187a663 Fix an infinite loop error for Layout/SpaceAfterSemicolon with `Layout/Spac...
  • 1f95def Layout/SpaceInsideArrayLiteralBrackets make aware of array pattern matching
  • 30d8275 [Fix #14142] Layout/SpaceInsideHashLiteralBraces make aware of hash pattern...
  • 7bc3762 Fix Lint/Void cop error on nested empty begin
  • d6e40f0 Merge pull request #14147 from viralpraxis/fix-lint-literal-as-condition-cop-...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 will merge this PR once CI passes on it, as requested by @sue445.


Dependabot commands and options

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)

Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.75.4 to 1.75.5.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.75.4...v1.75.5)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-version: 1.75.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels May 11, 2025
Copy link
Collaborator

@sue445 sue445 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot merged commit 16d7d35 into main May 11, 2025
30 checks passed
@dependabot dependabot bot deleted the dependabot/bundler/rubocop-1.75.5 branch May 11, 2025 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant