Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 28, 2023

Bumps rubocop from 0.40.0 to 0.57.2.

Release notes

Sourced from rubocop's releases.

RuboCop 1.28 (a.k.a. The 10th Anniversary Edition)

New features

Bug fixes

  • #10528: Fix an infinite loop at autocorrect for Layout/CaseIndentation. (@​ydah)
  • #10537: Fix an incorrect auto-correct for Style/MultilineTernaryOperator when returning a multiline ternary operator expression with break, next, or method call. (@​koic)
  • #10529: Fix autocorrect for Style/SoleNestedConditional causes logical error when using a outer condition of method call by omitting parentheses for method arguments. (@​nobuyo)
  • #10530: Fix a false positive for Style/RedundantRegexpCharacterClass when using regexp character class with a character class containing multiple unicode code-points. (@​koic)
  • #10518: Fix a false positive for Style/DoubleNegation when inside returned conditional clauses with Ruby 2.7's pattern matching. (@​koic)
  • #10510: Fix an error for Style/SingleArgumentDig when using multiple dig in a method chain. (@​koic)
  • #10553: Fix crash with trailing tabs in heredocs for Layout/TrailingWhitespace. (@​dvandersluis)
  • #10488: Fix autocorrection for Layout/MultilineMethodCallIndentation breaks indentation for nesting of method calls. (@​nobuyo)
  • #10543: Fix incorrect code length calculation for few more patterns of hash folding asked. (@​nobuyo)
  • #10541: Fix an incorrect autocorrect for Style/SpecialGlobalVars when global variable as Perl name is used multiple times. (@​koic)
  • #10514: Fix an error for Lint/EmptyConditionalBody when missing second elsif body. (@​koic)
  • #10469: Fix code length calculation when kwargs written in single line. (@​nobuyo)

Changes

  • #10555: Deprecate IgnoredPatterns in favour of AllowedPatterns. (@​dvandersluis)
  • #10356: Add AllowConsecutiveConditionals option to Style/GuardClause and the option is false by default. (@​ydah)
  • #10524: Mark Style/RedundantInitialize as unsafe. (@​koic)
  • #10280: Add AllowComments option to Style/SymbolProc and the option is false by default. (@​ydah)
Changelog

Sourced from rubocop's changelog.

0.57.2 (2018-06-12)

Bug fixes

  • #5968: Prevent Layout/ClosingHeredocIndentation from raising an error on << heredocs. ([@​dvandersluis][])
  • #5965: Prevent Layout/ClosingHeredocIndentation from raising an error on heredocs containing only a newline. ([@​drenmi][])
  • Prevent a crash in Layout/IndentationConsistency cop triggered by an empty expression string interpolation. ([@​alexander-lazarov][])
  • #5951: Prevent Style/MethodCallWithArgsParentheses from raising an error in certain cases. ([@​drenmi][])

0.57.1 (2018-06-07)

Bug fixes

  • #5963: Allow Performance/ReverseEach to apply to any receiver. ([@​dvandersluis][])
  • #5917: Fix erroneous warning for inherit_mode directive. ([@​jonas054][])
  • #5380: Fix false negative in Layout/IndentationWidth when an access modifier section has an invalid indentation body. ([@​tatsuyafw][])
  • #5909: Even when a module has no public methods, Layout/IndentationConsistency should still register an offense for private methods. ([@​jaredbeck][])
  • #5958: Handle empty method body in Rails/BulkChangeTable. ([@​wata727][])
  • #5954: Make Style/UnneededCondition cop accepts a case of condition and if_branch are same when using elsif branch. ([@​koic][])

0.57.0 (2018-06-06)

New features

Bug fixes

  • #5897: Fix Style/SymbolArray and Style/WordArray not working on arrays of size 1. ([@​TikiTDO][])
  • #5894: Fix Rails/AssertNot to allow it to have failure message. ([@​koic][])
  • #5888: Do not register an offense for headers or env keyword arguments in Rails/HttpPositionalArguments. ([@​rrosenblum][])
  • Fix the indentation of auto-corrected closing squiggly heredocs. ([@​garettarrowood][])
  • #5908: Fix Style/BracesAroundHashParameters auto-correct going past the end of the file when the closing curly brace is on the last line of a file. ([@​EiNSTeiN-][])
  • Fix a bug where Style/FrozenStringLiteralComment would be added to the second line if the first line is empty. ([@​rrosenblum][])
  • #5914: Make Layout/SpaceInsideReferenceBrackets aware of no_space when using nested reference brackets. ([@​koic][])
  • #5799: Fix false positive in Style/MixinGrouping when method named include accepts block. ([@​Darhazer][])

Changes

... (truncated)

Commits
  • 57565ec Cut 0.57.2
  • 2ad683b [Fix #5968] Don't consider << heredocs for Layout/ClosingHeredocIndentation
  • ecb8349 Restyle example formatting for Layout/FirstParameterIndentation
  • aa6804e [Fix #5951] Prevent Style/MethodCallWithArgsParentheses from raising error in...
  • aab0516 Improve usage of offense matchers and heredocs in specs
  • ded14d8 Change the URL of "About pull requests" [ci skip]
  • cffc20e Prevent a crash in Layout/IndentationConsistency cop
  • c7f41e7 [Fix #5965] Prevent Layout/ClosingHeredocIndentation from raising an error ...
  • bef6666 Merge pull request #5969 from alfonsojimenez/master
  • cd5514f Fixing typo in Layout/ClosingHeredocIndentation
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [rubocop](https://github.com/rubocop/rubocop) from 0.40.0 to 0.57.2.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v0.40.0...v0.57.2)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 28, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 28, 2024

Superseded by #5.

@dependabot dependabot bot closed this Feb 28, 2024
@dependabot dependabot bot deleted the dependabot/bundler/rubocop-0.57.2 branch February 28, 2024 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Development

Successfully merging this pull request may close these issues.

0 participants