Bump the dev-ruby-dependencies group with 2 updates
Open
Number: #158
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Contributor
Comments: 0
Association: Contributor
Comments: 0
Created:
July 28, 2025 at 11:21 PM UTC
(7 months ago)
(7 months ago)
Updated:
August 08, 2025 at 09:16 AM UTC
(7 months ago)
(7 months ago)
Labels:
dependencies ruby
dependencies ruby
Description:
Updates the requirements on rubocop and ruby-lsp 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
Updates ruby-lsp from 0.25.0 to 0.26.1
Release notes
Sourced from ruby-lsp's releases.
v0.26.1
🐛 Bug Fixes
- Avoid keeping empty arrays inside constant completion candidates (Shopify/ruby-lsp#3680) by
@vinistock📦 Other Changes
- Avoid sending invalid location errors to telemetry (Shopify/ruby-lsp#3682) by
@vinistockv0.26.0
🚧 Breaking Changes
- Use -r instead of RUBYOPT to require LSP reporters (Shopify/ruby-lsp#3661) by
@vinistock🐛 Bug Fixes
- Avoid writing error file if client is closed during bundle compose (Shopify/ruby-lsp#3649) by
@vinistock- Prevent workspace dependencies from failing if there's no bundle (Shopify/ruby-lsp#3655) by
@vinistock- Prevent relative require completion for unsaved files (Shopify/ruby-lsp#3656) by
@vinistock- Filter constant completion suggestions to only include constants (Shopify/ruby-lsp#3654) by
@vinistock- Avoid requiring add-ons that are copied into the workspace (Shopify/ruby-lsp#3669) by
@vinistock- Stop reusing the Prism result for RuboCop for now (Shopify/ruby-lsp#3672) by
@vinistock📦 Other Changes
- Remove excessive mutex synchronization (Shopify/ruby-lsp#3637) by
@vinistock- Remove RUBYOPT from ruby-lsp-test-exec (Shopify/ruby-lsp#3673) by
@vinistock
Commits
fca9e21Bump extension version to v0.9.31be9cea2Avoid sending invalid location errors to telemetry (#3682)c9c4272Merge pull request #3681 from Shopify/dependabot/npm_and_yarn/vscode/form-dat...f2ab50bBump form-data from 4.0.0 to 4.0.4 in /vscode438e73fAvoid keeping empty arrays inside constant completion candidates (#3680)eaf2801Retain editor focus after Run In Terminal (#3679)146088aBump@types/globfrom 8.1.0 to 9.0.0 in /vscode (#3678)1db94b7Merge pull request #3676 from Shopify/dependabot/github_actions/ruby/setup-ru...7d92c93Merge pull request #3675 from Shopify/dependabot/submodules/test/fixtures/pri...7f5eb66Merge pull request #3677 from Shopify/dependabot/npm_and_yarn/vscode/minor-an...- 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:
13
13
Additions:
+10
+10
Deletions:
-8
-8
Technical Details
| ID: | 4262017 |
| UUID: | 2702231943 |
| Node ID: | PR_kwDOHdteQc6hEMmH |
| Host: | GitHub |
| Repository: | github/entitlements-github-plugin |
| Merge State: | Unknown |