build(deps-dev): update rubocop requirement from = 1.78.0 to = 1.79.0 in the all-dependencies group
Merged
Number: #240
Type: Pull Request
State: Merged
Type: Pull Request
State: Merged
Author:
dependabot[bot]
Association: Contributor
Comments: 0
Association: Contributor
Comments: 0
Created:
July 28, 2025 at 04:13 AM UTC
(10 months ago)
(10 months ago)
Updated:
July 28, 2025 at 04:13 AM UTC
(10 months ago)
(10 months ago)
Merged:
July 28, 2025 at 04:13 AM UTC
(10 months ago)
by github-actions[bot]
(10 months ago)
by github-actions[bot]
Time to Close:
less than a minute
Labels:
ruby dependencies
ruby dependencies
Description:
Updates the requirements on rubocop to permit the latest version.
Updates rubocop from 1.78.0 to 1.79.0
Release notes
Sourced from rubocop's releases.
RuboCop v1.79.0
New features
- #14348: Add new cop
Layout/EmptyLinesAfterModuleInclusion. (@lovro-bikic)- #14374: Enhance
Naming/MethodNamecop to detect offenses withinDatamembers. (@viralpraxis)Bug fixes
- #14373: Fix an error for
Style/ParallelAssignmentwhen a lambda with parallel assignment is used on the RHS. (@koic)- #14370: Fix comment duplication bug in
Style/AccessorGroupingseparated autocorrect. (@r7kamura)- #14377: Fix a false positive for
Lint/UselessAssignmentwhen the assignment is inside a loop body. (@5hun-s)- #14355: Fix a false negative for
Style/RedundantParentheseswhen using parentheses around arescueexpression on a one-line. (@koic)- #14354: Fix incorrect autocorrect for
Style/AccessModifierDeclarationswhen using a grouped access modifier declaration. (@girasquid)- #14367: Fix an incorrect autocorrect for
Style/SingleLineMethodswhen defining a single-line singleton method. (@koic)- #14344: Fix incorrect autocorrect for
Style/SingleLineMethodswhen a single-line method definition contains a modifier. (@koic)- #14350: Fix
Naming/MethodNamecop false positives withdefine_methodand operator names. (@viralpraxis)- #14333: Fix
Naming/PredicateMethodignoring the implicitnilfrom missingelsebranches. (@earlopain)- #14356: Fix
Style/ItBlockParametercop error onalwaysstyle and missing block body. (@viralpraxis)- #14362: Update
Lint/RequireRangeParenthesesto not register false positives when range elements span multiple lines. (@dvandersluis)- #14309: Update
Style/SoleNestedConditionalto properly correct assignments withinand. (@dvandersluis)Changes
- #14358: Add
tsortgem to runtime dependency for Ruby 3.5-dev. (@koic)- #14322: Expand the scope of
Style/ItAssignmentto consider all local variable and method parameter names. (@dvandersluis)- #14378: Change
Layout/SpaceAroundKeywordto offend for missing whitespace betweenreturnand opening parenthesis. (@lovro-bikic)- #14360: Make
Layout/SpaceAroundOperatorsaware of alternative and as pattern matchings. (@koic)- #14375: Make
Lint/RedundantSafeNavigationaware of builtin convert methodsto_s,to_i,to_f,to_a, andto_h. (@koic)- #13835: Add
InferNonNilReceiverconfig toLint/RedundantSafeNavigationto check previous code paths if the receiver is non-nil. (@fatkodima)- #14381: Offend
array1.any? { |elem| array2.member?(elem) }andarray1.none? { |elem| array2.member?(elem) }inStyle/ArrayIntersect. (@lovro-bikic)
Changelog
Sourced from rubocop's changelog.
1.79.0 (2025-07-24)
New features
- #14348: Add new cop
Layout/EmptyLinesAfterModuleInclusion. ([@lovro-bikic][])- #14374: Enhance
Naming/MethodNamecop to detect offenses withinDatamembers. ([@viralpraxis][])Bug fixes
- #14373: Fix an error for
Style/ParallelAssignmentwhen a lambda with parallel assignment is used on the RHS. ([@koic][])- #14370: Fix comment duplication bug in
Style/AccessorGroupingseparated autocorrect. ([@r7kamura][])- #14377: Fix a false positive for
Lint/UselessAssignmentwhen the assignment is inside a loop body. ([@5hun-s][])- #14355: Fix a false negative for
Style/RedundantParentheseswhen using parentheses around arescueexpression on a one-line. ([@koic][])- #14354: Fix incorrect autocorrect for
Style/AccessModifierDeclarationswhen using a grouped access modifier declaration. ([@girasquid][])- #14367: Fix an incorrect autocorrect for
Style/SingleLineMethodswhen defining a single-line singleton method. ([@koic][])- #14344: Fix incorrect autocorrect for
Style/SingleLineMethodswhen a single-line method definition contains a modifier. ([@koic][])- #14350: Fix
Naming/MethodNamecop false positives withdefine_methodand operator names. ([@viralpraxis][])- #14333: Fix
Naming/PredicateMethodignoring the implicitnilfrom missingelsebranches. ([@earlopain][])- #14356: Fix
Style/ItBlockParametercop error onalwaysstyle and missing block body. ([@viralpraxis][])- #14362: Update
Lint/RequireRangeParenthesesto not register false positives when range elements span multiple lines. ([@dvandersluis][])- #14309: Update
Style/SoleNestedConditionalto properly correct assignments withinand. ([@dvandersluis][])Changes
- #14358: Add
tsortgem to runtime dependency for Ruby 3.5-dev. ([@koic][])- #14322: Expand the scope of
Style/ItAssignmentto consider all local variable and method parameter names. ([@dvandersluis][])- #14378: Change
Layout/SpaceAroundKeywordto offend for missing whitespace betweenreturnand opening parenthesis. ([@lovro-bikic][])- #14360: Make
Layout/SpaceAroundOperatorsaware of alternative and as pattern matchings. ([@koic][])- #14375: Make
Lint/RedundantSafeNavigationaware of builtin convert methodsto_s,to_i,to_f,to_a, andto_h. ([@koic][])- #13835: Add
InferNonNilReceiverconfig toLint/RedundantSafeNavigationto check previous code paths if the receiver is non-nil. ([@fatkodima][])- #14381: Offend
array1.any? { |elem| array2.member?(elem) }andarray1.none? { |elem| array2.member?(elem) }inStyle/ArrayIntersect. ([@lovro-bikic][])
Commits
1c543c8Cut 1.79966ece8Update Changelog71350c6Register offense for Array#any? and Array#none? blocks in Style/ArrayIntersec...e92b13aTweak autocorrect code forInternalAffairs/NodeTypeGroup6c522f8Fix a typod4809c1Change Layout/SpaceAroundKeyword to offend for missing whitespace between ret...2013dd6Merge pull request #14377 from 5hun-s/fix_false_negative_for_lint_useless_ass...bfe8ff3Fix a false positive for Lint/UselessAssignment57a4580Merge pull request #14376 from viralpraxis/fix-14375-changelog-entrya4cd639Follow-up to #14375: fix changelog entry- 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:
2
2
Additions:
+9
+9
Deletions:
-7
-7
Package Dependencies
Package:
rubocop
Ecosystem:
rubygems
rubygems
Version Change:
= 1.78.0 → = 1.79.0
Update Type:
Minor
Minor
Path:
the all-dependencies group
Technical Details
| ID: | 4205931 |
| UUID: | 2699054804 |
| Node ID: | PR_kwDOGPnFe86g4E7U |
| Host: | GitHub |
| Repository: | github/erblint-github |
| Merge State: | Unknown |