Skip to content

chore(deps): update ruby dependencies to v1.87.0#179

Merged
github-actions[bot] merged 1 commit into
mainfrom
renovate/ruby-dependencies
May 30, 2026
Merged

chore(deps): update ruby dependencies to v1.87.0#179
github-actions[bot] merged 1 commit into
mainfrom
renovate/ruby-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 30, 2026

This PR contains the following updates:

Package Change Age Confidence
rubocop (source, changelog) 1.86.21.87.0 age confidence
standard (changelog) 1.35.0.11.54.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

rubocop/rubocop (rubocop)

v1.87.0

Compare Source

New features
  • #​15167: Add --enable-all-cops and --disable-all-cops command line options that override AllCops/EnabledByDefault and AllCops/DisabledByDefault in configuration files. ([@​koic][])
  • #​15185: Make Layout/EmptyLineAfterGuardClause accept the new # simplecov:disable and # simplecov:enable directive comments. ([@​koic][])
  • #​15173: Add optional Rubydex integration via AllCops/UseProjectIndex to enable cross-file detection in Lint/ConstantReassignment (experimental). ([@​koic][])
Bug fixes
  • #​15168: Fix false positives in Lint/ParenthesesAsGroupedExpression when the first argument is a call-like expression with its own parentheses, such as yield(...). ([@​koic][])
  • #​15188: Fix false positives in Style/YodaCondition when one side is an array or hash literal containing non-literal elements. ([@​koic][])
  • #​15182: Fix incorrect autocorrect for Style/Alias causing a syntax error when the return value of alias_method is used, such as an argument to public, private, protected, or module_function, or the right-hand side of an assignment. ([@​koic][])
  • #​15174: Fix incorrect autocorrect for Style/ClassAndModuleChildren causing a syntax error when the namespace contains a method call (e.g., class self.class::Foo; end). ([@​koic][])
  • #​15180: Fix incorrect autocorrect for Style/FileWrite causing a syntax error when the written heredoc is chained with another method call. ([@​koic][])
  • #​15186: Fix incorrect autocorrect for Style/HashConversion causing a syntax error when Hash[...] is passed an anonymous splat (*). ([@​koic][])
  • #​15192: Fix incorrect autocorrect for Style/StructInheritance causing a syntax error when the inherited Struct.new is called without parentheses. ([@​koic][])
  • #​15170: Fix an infinite loop for Layout/RedundantLineBreak when a single-line block is chained with a safe navigation method call. ([@​koic][])
  • #​15175: Fix Layout/IndentationWidth to indent block bodies relative to the method selector for trailing-dot multi-line method chains when EnforcedStyleAlignWith is relative_to_receiver. ([@​ddbrendan][])
  • #​15135: Fix incorrect autocorrect for Style/RedundantParentheses that swallowed chained method calls into a trailing inline comment on the line above the closing parenthesis. ([@​hammadxcm][])
  • #​15184: Fix various typos and grammar mistakes in documentation and cop descriptions. ([@​bbatsov][])
Changes
  • #​15171: Cache FilePatterns#match? results per path so cops sharing the same Include/Exclude configuration do not each repeat File.fnmatch? work on every file. ([@​Darhazer][])
standardrb/standard (standard)

v1.54.0

Compare Source

v1.53.0

Compare Source

  • Updates rubocop to 1.82.0
  • Starts support for Ruby 4.0

v1.52.0

Compare Source

v1.51.1

Compare Source

  • Fixes Layout/EmptyLineAfterGuardClause back to false after #​750

v1.51.0

Compare Source

v1.50.0

Compare Source

v1.49.0

Compare Source

  • Updates standard performance to 1.8.0

v1.48.0

Compare Source

v1.47.0

Compare Source

  • Updates standard performance to 1.7.0

v1.46.0

Compare Source

v1.45.0

Compare Source

v1.44.0

Compare Source

v1.43.0

Compare Source

v1.42.1

Compare Source

  • Fixes a very noisy typo!

v1.42.0

Compare Source

  • Updates rubocop to 1.68.0
  • Inherit from RuboCop::Cop::Base fixing deprecation warnings.
  • Add new cops

v1.41.1

Compare Source

  • Adds a stub method to the Ruby LSP add-on to avoid a potential runtime exception
    for range formatting requests #​655

v1.41.0

Compare Source

  • Updates rubocop to 1.66.1
  • Updates standard-performance to 1.5.0

v1.40.1

Compare Source

  • Fix error handling in LSP Server 84ee9f4

v1.40.0

Compare Source

v1.39.2

Compare Source

  • Ensure a URI scheme on file paths from the built-in LSP #​642.

v1.39.1

Compare Source

v1.39.0

Compare Source

  • Add support for LSP Code Actions / Quick Fix under Ruby LSP #​636

v1.38.0

Compare Source

v1.37.0

Compare Source

v1.36.0

Compare Source

  • Updates rubocop to 1.63.5
  • Updates standard-performance to 1.4.0

v1.35.1

Compare Source

  • Corrects rubocop constraint to the patch version, not minor version.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner May 30, 2026 20:01
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

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

Auto-approved bot PR

@renovate renovate Bot force-pushed the renovate/ruby-dependencies branch from 5585853 to 14bfbcf Compare May 30, 2026 20:02
@github-actions github-actions Bot merged commit 3e4545d into main May 30, 2026
16 of 19 checks passed
@github-actions github-actions Bot deleted the renovate/ruby-dependencies branch May 30, 2026 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants