Skip to content

chore(deps): update ruby dependencies to v1.86.0#135

Merged
github-actions[bot] merged 1 commit intomainfrom
renovate/ruby-dependencies
Mar 23, 2026
Merged

chore(deps): update ruby dependencies to v1.86.0#135
github-actions[bot] merged 1 commit intomainfrom
renovate/ruby-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 23, 2026

This PR contains the following updates:

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

Release Notes

rubocop/rubocop (rubocop)

v1.86.0

Compare Source

New features
Bug fixes
  • #​15015: Fix Style/ConcatArrayLiterals autocorrect deleting code for percent literals with interpolation. ([@​bbatsov][])
  • #​14897: Detect constant reassignment after class/module definition in Lint/ConstantReassignment. ([@​ydakuka][])
  • #​11829: Fix false negatives for Lint/DuplicateMethods when duplicate methods are defined in anonymous classes and modules not assigned to a constant. ([@​Darhazer][])
  • #​14988: Fix false negative in Style/RedundantParentheses when redundant parentheses around range literals in block body. ([@​koic][])
  • #​14916: Fix false positive for Layout/MultilineMethodCallIndentation when method chain is inside a hash pair value passed to a multiline chained method call. ([@​ydakuka][])
  • #​15010: Fix a false positive for Lint/DuplicateMethods when modules blocks are passed as method arguments. ([@​5hun-s][])
  • #​15028: Fix a false positive for Lint/DuplicateMethods when the same method is defined in different anonymous module blocks passed to a no-receiver call (e.g. stub_const). ([@​Darhazer][])
  • #​15021: Fix false positives in Layout/EmptyLineAfterGuardClause when using a guard clause followed by a multi-line guard clause with raise, fail, return, break, or next. ([@​koic][])
  • #​15001: Fix false positives in Layout/RedundantLineBreak when setting InspectBlocks: true and using rescue or ensure in the block. ([@​koic][])
  • #​14997: Fix false positives in Style/FileOpen when assigning File.open to an instance variable, class variable, global variable, or constant. ([@​koic][])
  • #​15019: Fix false positives in Lint/DuplicateMethods when the same method is defined in anonymous module blocks passed to different receivers. ([@​koic][])
  • #​14987: Complete ERB and Haml autocorrection in a single run. ([@​alpaca-tc][])
  • #​15039: Fix incorrect autocorrect in Style/IfWithSemicolon when return with value is in the else branch. ([@​koic][])
  • #​14930: Fix incorrect autocorrection for Style/IfUnlessModifier when multiple if/unless modifier forms are on the same line inside a collection. ([@​ydakuka][])
  • #​14985: Fix incorrect autocorrection in Lint/SafeNavigationChain when chaining a method call after safe navigation in the if branch of a ternary. ([@​koic][])
  • #​15009: Fix infinite loop in Layout/EndAlignment when end is followed by || or &&. ([@​koic][])
  • #​14981: Fix spurious warning "does not support Safe/SafeAutoCorrect parameter" when those parameters are set for cops that don't have them in their default configuration. ([@​dduugg][])
  • #​15043: Fix an error for Lint/UselessDefaultValueArgument when fetch without a receiver is inside a fetch block. ([@​koic][])
  • #​15034: Fix incorrect autocorrection in Style/IfWithSemicolon when using single-line unless / ; / end. ([@​koic][])
  • #​15015: Fix Style/NonNilCheck autocorrect for receivers containing spaces. ([@​bbatsov][])
  • #​15015: Fix Style/RaiseArgs to allow anonymous keyword forwarding (raise Ex.new(**)). ([@​bbatsov][])
  • #​14890: Fix a false positive for Lint/RedundantCopDisableDirective when a rubocop:disable comment is used to suppress Lint/EmptyWhen, Lint/EmptyConditionalBody, Lint/EmptyInPattern, or Style/SymbolProc. ([@​eugeneius][])
  • #​15015: Fix false negative in Style/RedundantPercentQ for %q strings with interpolation-like syntax. ([@​bbatsov][])
  • #​14984: Fix Style/AndOr adding unnecessary parentheses around return without arguments. ([@​eugeneius][])
  • #​14945: Support files with multiple modifiers in Lint/UselessConstantScoping. ([@​h-lame][])
  • #​15015: Fix Style/TrailingMethodEndStatement to detect singleton methods (def self.foo). ([@​bbatsov][])
  • #​10822: Don't store results in cache if there are warnings. ([@​jonas054][])
Changes
  • #​14718: Allow setting MaxFilesInCache to false to entirely disable cache pruning. ([@​byroot][])
  • #​14989: Make Lint/RedundantSafeNavigation aware of safe navigation in conditional true branch. ([@​koic][])
  • #​15041: Remove mcp gem from runtime dependencies. ([@​koic][])
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: 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.

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

@github-actions github-actions bot merged commit c67c5b9 into main Mar 23, 2026
22 checks passed
@github-actions github-actions bot deleted the renovate/ruby-dependencies branch March 23, 2026 12:29
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