Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency rubocop to '~> 1.59.0' #46

Merged
merged 1 commit into from
Dec 11, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 11, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rubocop (source, changelog) '~> 1.58.0' -> '~> 1.59.0' age adoption passing confidence

Release Notes

rubocop/rubocop (rubocop)

v1.59.0

Compare Source

New features
Bug fixes
  • #​12434: Fix a false positive for Lint/LiteralAssignmentInCondition when using interpolated string or xstring literals. ([@​koic][])
  • #​12435: Fix a false positive for Lint/SelfAssignment when using attribute assignment with method call with arguments. ([@​koic][])
  • #​12444: Fix false positive for Style/HashEachMethods when receiver literal is not a hash literal. ([@​koic][])
  • #​12524: Fix a false positive for Style/MethodCallWithArgsParentheses when EnforcedStyle: omit_parentheses and parens in when clause is used to pass an argument. ([@​koic][])
  • #​12505: Fix a false positive for Style/RedundantParentheses when using parenthesized lambda or proc with do...end block. ([@​koic][])
  • #​12442: Fix an incorrect autocorrect for Style/CombinableLoops when looping over the same data as previous loop in do...end and {...} blocks. ([@​koic][])
  • #​12432: Fix a false positive for Lint/LiteralAssignmentInCondition when using parallel assignment with splat operator in block of guard condition. ([@​koic][])
  • #​12441: Fix false positives for Style/HashEachMethods when using destructed block arguments. ([@​koic][])
  • #​12436: Fix false positives for Style/RedundantParentheses when a part of range is a parenthesized condition. ([@​koic][])
  • #​12429: Fix incorrect autocorrect for Style/MapToHash when using dot method calls for to_h. ([@​koic][])
  • #​12488: Make Lint/HashCompareByIdentity aware of safe navigation operator. ([@​koic][])
  • #​12489: Make Lint/NextWithoutAccumulator aware of safe navigation operator. ([@​koic][])
  • #​12490: Make Lint/NumberConversion aware of safe navigation operator. ([@​koic][])
  • #​12491: Make Lint/RedundantWithIndex aware of safe navigation operator. ([@​koic][])
  • #​12492: Make Lint/RedundantWithObject aware of safe navigation operator. ([@​koic][])
  • #​12493: Make Lint/UnmodifiedReduceAccumulator aware of safe navigation operator. ([@​koic][])
  • #​12473: Make Style/ClassCheck aware of safe navigation operator. ([@​koic][])
  • #​12445: Make Style/CollectionCompact aware of safe navigation operator. ([@​koic][])
  • #​12474: Make Style/ConcatArrayLiterals aware of safe navigation operator. ([@​koic][])
  • #​12476: Make Style/DateTime aware of safe navigation operator. ([@​koic][])
  • #​12479: Make Style/EachWithObject aware of safe navigation operator. ([@​koic][])
  • #​12446: Make Style/HashExcept aware of safe navigation operator. ([@​koic][])
  • #​12447: Make Style/MapCompactWithConditionalBlock aware of safe navigation operator. ([@​koic][])
  • #​12484: Make Style/Next aware of safe navigation operator. ([@​koic][])
  • #​12486: Make Style/RedundantArgument aware of safe navigation operator. ([@​koic][])
  • #​12454: Make Style/RedundantFetchBlock aware of safe navigation operator. ([@​koic][])
  • #​12495: Make Layout/RedundantLineBreak aware of safe navigation operator. ([@​koic][])
  • #​12455: Make Style/RedundantSortBy aware of safe navigation operator. ([@​koic][])
  • #​12456: Make Style/RedundantSortBy aware of safe navigation operator. ([@​koic][])
  • #​12480: Make Style/ExactRegexpMatch aware of safe navigation operator. ([@​koic][])
  • #​12457: Make Style/Sample aware of safe navigation operator. ([@​koic][])
  • #​12458: Make Style/SelectByRegexp cops aware of safe navigation operator. ([@​koic][])
  • #​12494: Make Layout/SingleLineBlockChain aware of safe navigation operator. ([@​koic][])
  • #​12461: Make Style/StringChars aware of safe navigation operator. ([@​koic][])
  • #​12468: Make Style/Strip aware of safe navigation operator. ([@​koic][])
  • #​12469: Make Style/UnpackFirst aware of safe navigation operator. ([@​koic][])
Changes
  • #​12522: Make Style/MethodCallWithoutArgsParentheses allow the parenthesized it method in a block. ([@​koic][])
  • #​12523: Make Style/RedundantSelf allow the self.it method in a block. ([@​koic][])

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

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


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

This PR has been generated by Mend Renovate. View repository job log here.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot merged commit c5d0287 into master Dec 11, 2023
2 checks passed
@renovate renovate bot deleted the renovate/rubocop-1.x branch December 11, 2023 13:13
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.

None yet

0 participants