Bump rubocop from 1.80.2 to 1.81.1 in the dev-ruby-dependencies group
Open
Number: #173
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Contributor
Comments: 0
Association: Contributor
Comments: 0
Created:
September 29, 2025 at 10:49 PM UTC
(5 months ago)
(5 months ago)
Updated:
September 29, 2025 at 10:49 PM UTC
(5 months ago)
(5 months ago)
Labels:
dependencies ruby
dependencies ruby
Description:
Bumps the dev-ruby-dependencies group with 1 update: rubocop.
Updates rubocop from 1.80.2 to 1.81.1
Release notes
Sourced from rubocop's releases.
RuboCop v1.81.1
Bug fixes
- #14563: Fix incorrect autocorrection for
Lint/DeprecatedOpenSSLConstantwhenCipherappears twice. (@koic)Changes
- #14565: Allow multiline method chain for
Style/NumberedParametersandStyle/ItBlockParameterwithEnforcedStyle: allow_single_linewhen the block itself is on a single line. (@earlopain)RuboCop v1.81.0
New features
- #14512: Add
Style/ArrayIntersectWithSingleElementcop. (@r7kamura)- #10971: Support
EnforcedStyleForMultiline: diff_commainStyle/TrailingCommaInArguments. (@akouryy)Bug fixes
- #14560: Fix an error for
Style/NilComparisoncop when using thevar.==(nil)andvar.===(nil)syntax. (@viralpraxis)- #14535: Fix autocorrect for
Style/ExplicitBlockArgumentwhen there are two methods that share the same implementation. (@earlopain)- #14527: Fix false negatives for
Style/NumberedParametersandStyle/ItBlockParameterwhen using multiline method chain withEnforcedStyle: allow_single_line. (@koic)- #14522: Fix false negatives for
Layout/MultilineOperationIndentationwhen using indented code on LHS of equality operator in modifier method definition. (@koic)- #14496: Fix false negatives for
Layout/EmptyLineBetweenDefsforAllowAdjacentOneLineDefs: falseandDefLikeMacrosthat take no block. (@earlopain)- #14553: Fix false positives when
EnforcedStyle: allowed_in_returnsand!!appears across multiple lines in return position. (@koic)- #14557: Fix false positives for
Style/RedundantParentheseswhen parentheses are used around a one-linerescueexpression as a condition. (@koic)- #14525: Fix false positives for
Style/RedundantRegexpEscapewhen an escaped variable sigil follows#(e.g.,/#\@foo/,/#\@@bar/,/#\$baz/). (@koic)- #14529: Fix false negative in
Layout/RescueEnsureAlignmentwith a block whose send node is split over multiple lines. (@dvandersluis)- #14528: Fix
Style/RedundantFormatwhen the format string has a variable width that isn't given as a literal value. (@dvandersluis)- #14541: Fix gemspec parsing error when
ParserEngine: parser_prismis configured in a base config file. ([@sudoremo][])- #14544: Fix an incorrect autocorrect for
Lint/Voidwhen using a return value in assignment method definition. (@koic)- #14543: Fix an incorrect autocorrect for
Style/RedundantRegexpArgumentwhen using escaped single quote character. (@koic)- #14540: Fix an incorrect autocorrect for
Style/UnlessElsewhen usingunlesswiththen. (@koic)- #14507: Fix the built-in Ruby LSP add-on not restarting when config files (
.rubocop.yml,.rubocop_todo.yml) change. (@earlopain)- #14514: Fix the built-in Ruby LSP add-on not respecting
.rubocopconfig file. (@earlopain)- #14508: Fix the built-in Ruby LSP add-on getting in an irrecoverable state when the config is invalid on startup. (
@earlopain)- #14534: Prevent
Layout/LineLengthautocorrection from splitting a block if its receiver contains a heredoc. (@dvandersluis)- #14497: Fix a false positive for
Lint/ShadowedArgumentwhen assigning inside arescueblock. (@earlopain)Changes
... (truncated)
Changelog
Sourced from rubocop's changelog.
1.81.1 (2025-09-26)
Bug fixes
- #14563: Fix incorrect autocorrection for
Lint/DeprecatedOpenSSLConstantwhenCipherappears twice. ([@koic][])Changes
- #14565: Allow multiline method chain for
Style/NumberedParametersandStyle/ItBlockParameterwithEnforcedStyle: allow_single_linewhen the block itself is on a single line. ([@earlopain][])1.81.0 (2025-09-25)
New features
- #14512: Add
Style/ArrayIntersectWithSingleElementcop. ([@r7kamura][])- #10971: Support
EnforcedStyleForMultiline: diff_commainStyle/TrailingCommaInArguments. ([@akouryy][])Bug fixes
- #14560: Fix an error for
Style/NilComparisoncop when using thevar.==(nil)andvar.===(nil)syntax. ([@viralpraxis][])- #14535: Fix autocorrect for
Style/ExplicitBlockArgumentwhen there are two methods that share the same implementation. ([@earlopain][])- #14527: Fix false negatives for
Style/NumberedParametersandStyle/ItBlockParameterwhen using multiline method chain withEnforcedStyle: allow_single_line. ([@koic][])- #14522: Fix false negatives for
Layout/MultilineOperationIndentationwhen using indented code on LHS of equality operator in modifier method definition. ([@koic][])- #14496: Fix false negatives for
Layout/EmptyLineBetweenDefsforAllowAdjacentOneLineDefs: falseandDefLikeMacrosthat take no block. ([@earlopain][])- #14553: Fix false positives when
EnforcedStyle: allowed_in_returnsand!!appears across multiple lines in return position. ([@koic][])- #14557: Fix false positives for
Style/RedundantParentheseswhen parentheses are used around a one-linerescueexpression as a condition. ([@koic][])- #14525: Fix false positives for
Style/RedundantRegexpEscapewhen an escaped variable sigil follows#(e.g.,/#\@foo/,/#\@@bar/,/#\$baz/). ([@koic][])- #14529: Fix false negative in
Layout/RescueEnsureAlignmentwith a block whose send node is split over multiple lines. ([@dvandersluis][])- #14528: Fix
Style/RedundantFormatwhen the format string has a variable width that isn't given as a literal value. ([@dvandersluis][])- #14541: Fix gemspec parsing error when
ParserEngine: parser_prismis configured in a base config file. ([@sudoremo][])- #14544: Fix an incorrect autocorrect for
Lint/Voidwhen using a return value in assignment method definition. ([@koic][])- #14543: Fix an incorrect autocorrect for
Style/RedundantRegexpArgumentwhen using escaped single quote character. ([@koic][])- #14540: Fix an incorrect autocorrect for
Style/UnlessElsewhen usingunlesswiththen. ([@koic][])- #14507: Fix the built-in Ruby LSP add-on not restarting when config files (
.rubocop.yml,.rubocop_todo.yml) change. ([@earlopain][])- #14514: Fix the built-in Ruby LSP add-on not respecting
.rubocopconfig file. ([@earlopain][])- #14508: Fix the built-in Ruby LSP add-on getting in an irrecoverable state when the config is invalid on startup. ([
@earlopain][])- #14534: Prevent
Layout/LineLengthautocorrection from splitting a block if its receiver contains a heredoc. ([@dvandersluis][])- #14497: Fix a false positive for
Lint/ShadowedArgumentwhen assigning inside arescueblock. ([@earlopain][])Changes
Commits
db58831Cut 1.81.12797207Update Changelog6b2f047[Fix #14563] Fix an incorrect autocorrect forLint/DeprecatedOpenSSLConstant8260fc1Allow implicit block args when the block itself is on one line onlyc1400e7[Docs] Document--editor-modein a comment`d3ef76aReset the docs version386bf10Cut 1.81148250dUpdate Changelogface244Fix an error forStyle/NilComparisoncopd8c1d4cFix an error forInternalAffairsOnSendWithoutOnCSendwithalias_methodan...- Additional commits viewable in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
Pull Request Statistics
Commits:
1
1
Files Changed:
15
15
Additions:
+9
+9
Deletions:
-9
-9
Package Dependencies
Package:
rubocop
Ecosystem:
rubygems
rubygems
Version Change:
1.80.2 → 1.81.1
Update Type:
Minor
Minor
Path:
the dev-ruby-dependencies group
Technical Details
| ID: | 8772024 |
| UUID: | 2872325502 |
| Node ID: | PR_kwDOHdteQc6rNDV- |
| Host: | GitHub |
| Repository: | github/entitlements-github-plugin |
| Merge State: | Unknown |