Skip to content

chore(deps): update pre-commit non-major hooks#490

Merged
renovate[bot] merged 1 commit intomasterfrom
renovate/pre-commit-non-major-hooks
Apr 14, 2026
Merged

chore(deps): update pre-commit non-major hooks#490
renovate[bot] merged 1 commit intomasterfrom
renovate/pre-commit-non-major-hooks

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 14, 2026

This PR contains the following updates:

Package Type Update Change
renovatebot/pre-commit-hooks repository minor 43.104.843.113.0
rubocop-hq/rubocop repository patch v1.86.0v1.86.1

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

renovatebot/pre-commit-hooks (renovatebot/pre-commit-hooks)

v43.113.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.113.0 for more changes

v43.112.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.112.1 for more changes

v43.112.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.112.0 for more changes

v43.111.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.111.3 for more changes

v43.111.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.111.2 for more changes

v43.111.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.111.1 for more changes

v43.111.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.111.0 for more changes

v43.110.17

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.110.17 for more changes

v43.110.16

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.110.16 for more changes

v43.110.15

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.110.15 for more changes

v43.110.14

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.110.14 for more changes

v43.110.13

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.110.13 for more changes

v43.110.12

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.110.12 for more changes

v43.110.11

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.110.11 for more changes

v43.110.10

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.110.10 for more changes

v43.110.9

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.110.9 for more changes

v43.110.8

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.110.8 for more changes

v43.110.7

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.110.7 for more changes

v43.110.6

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.110.6 for more changes

v43.110.5

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.110.5 for more changes

v43.110.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.110.4 for more changes

v43.110.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.110.3 for more changes

v43.110.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.110.2 for more changes

v43.109.5

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.109.5 for more changes

v43.109.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.109.4 for more changes

v43.109.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.109.3 for more changes

v43.109.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.109.2 for more changes

v43.109.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.109.1 for more changes

v43.109.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.109.0 for more changes

v43.108.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.108.1 for more changes

v43.108.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.108.0 for more changes

v43.106.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.106.0 for more changes

v43.104.10

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/43.104.10 for more changes

rubocop-hq/rubocop (rubocop-hq/rubocop)

v1.86.1: RuboCop v1.86.1

Compare Source

Bug fixes
  • #​11051: Fix Style/AccessModifierDeclarations inline autocorrect dropping comments between the access modifier and the following method definition. (@​dduugg)
  • #​14665: Cache plugin integration in CopHelper to avoid repeated loading. (@​55728)
  • #​15091: Fix Lint/DuplicateMethods false positives for anonymous classes in constant assignments and method return values. (@​eugeneius)
  • #​15055: Fix Lint/DuplicateMethods false positives with anonymous classes inside blocks (e.g. RSpec let, describe). (@​ShkumbinDelija)
  • #​15035: Exclude included_modules from Style/ModuleMemberExistenceCheck. (@​koic)
  • #​15087: Fix false positive for Style/RedundantLineContinuation when using interpolated string literals. (@​koic)
  • #​14361: Fix false positive in file_to_include? when a relative Include pattern matches a parent directory name in the absolute file path. (@​jonas054)
  • #​15090: Fix false positives for Layout/EmptyLineAfterGuardClause when consecutive guard clauses use and return. (@​eugeneius)
  • #​15070: Fix false positive for Lint/RedundantSafeNavigation when chained safe navigation is used in a conditional expression with InferNonNilReceiver enabled. (@​koic)
  • #​15074: Fix false positives in Style/RedundantParentheses when using parentheses around an endless range in assignment. (@​koic)
  • #​15048: Fix issue where the url_for is missing for Cops without instance methods. (@​Fryguy)
  • #​15051: Fix Style/RedundantParentheses handling of beginless ranges. (@​oggy)
  • #​14980: Fix Lint/Syntax zero-length diagnostic range for syntax errors at EOF. (@​55728)
  • #​15084: Handle heredocs with methods calls correctly when fixing guard clauses. (@​G-Rath)
  • #​11398: Fix incorrect Include path adjustment when local config overrides an inherited Include. (@​jonas054)
  • #​15092: Fix Layout/EndAlignment cop error on an empty begin. (@​viralpraxis)
  • #​15059: Fix an error in Layout/LineLength when SplitStrings option is enabled and __FILE__ is used. (@​jeromedalbert)
  • #​5876: Fix Lint/UnusedMethodArgument false positive when block argument is used via yield. (@​dduugg)
  • #​15093: Return tool execution errors instead of protocol errors in MCP server. (@​koic)
Changes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 05:59 AM, only on Tuesday (* 0-5 * * 2)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 April 14, 2026 00:49
@renovate renovate bot enabled auto-merge April 14, 2026 00:49
@renovate renovate bot merged commit e815e1a into master Apr 14, 2026
38 checks passed
@renovate renovate bot deleted the renovate/pre-commit-non-major-hooks branch April 14, 2026 05:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants