Skip to content

Bump rubocop from 1.5.0 to 1.5.2 - #3

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/rubocop-1.5.2
Closed

Bump rubocop from 1.5.0 to 1.5.2#3
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/rubocop-1.5.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 4, 2020

Copy link
Copy Markdown

Bumps rubocop from 1.5.0 to 1.5.2.

Release notes

Sourced from rubocop's releases.

RuboCop 1.5.2

Bug fixes

  • #9152: Fix an incorrect auto-correct for Style/SoleNestedConditional when nested || operator modifier condition. (@koic)
  • #9161: Fix a false positive for Layout/HeredocArgumentClosingParenthesis when using subsequence closing parentheses in the same line. (@koic)
  • #9151: Fix SuggestExtensions to not suggest extensions that are installed but not direct dependencies. (@dvandersluis)
  • #8985: Fix Style/StringConcatenation autocorrect generating invalid ruby. (@tejasbubane)
  • #9155: Fix a false positive for Layout/MultilineMethodCallIndentation when multiline method chain has expected indent width and the method is preceded by splat for EnforcedStyle: indented_relative_to_receiver. (@koic)

Changes

RuboCop 1.5.1

Bug fixes

  • #8684: Fix an error for Lint/InterpolationCheck cop. (@tejasbubane)
  • #9145: Fix issues with SuggestExtensions when bundler is not available, or when there is no gemfile. (@dvandersluis)
  • #9140: Fix an error for Layout/EmptyLinesAroundArguments when multiline style argument for method call without selector. (@koic)
  • #9136: Fix AllowedIdentifiers in Naming/VariableNumber to include variable assignments. (@PhilCoggins)
Changelog

Sourced from rubocop's changelog.

1.5.2 (2020-12-04)

Bug fixes

  • #9152: Fix an incorrect auto-correct for Style/SoleNestedConditional when nested || operator modifier condition. ([@koic][])
  • #9161: Fix a false positive for Layout/HeredocArgumentClosingParenthesis when using subsequence closing parentheses in the same line. ([@koic][])
  • #9151: Fix SuggestExtensions to not suggest extensions that are installed but not direct dependencies. ([@dvandersluis][])
  • #8985: Fix Style/StringConcatenation autocorrect generating invalid ruby. ([@tejasbubane][])
  • #9155: Fix a false positive for Layout/MultilineMethodCallIndentation when multiline method chain has expected indent width and the method is preceded by splat for EnforcedStyle: indented_relative_to_receiver. ([@koic][])

Changes

1.5.1 (2020-12-02)

Bug fixes

  • #8684: Fix an error for Lint/InterpolationCheck cop. ([@tejasbubane][])
  • #9145: Fix issues with SuggestExtensions when bundler is not available, or when there is no gemfile. ([@dvandersluis][])
  • #9140: Fix an error for Layout/EmptyLinesAroundArguments when multiline style argument for method call without selector. ([@koic][])
  • #9136: Fix AllowedIdentifiers in Naming/VariableNumber to include variable assignments. ([@PhilCoggins][])
Commits
  • e5907da Cut 1.5.2
  • 2cc844f Update Changelog
  • a1ee8eb [Fix #9151] Don't suggest extensions that are installed but not direct depend...
  • ede8887 [Fix #9161] Fix a false positive for Layout/HeredocArgumentClosingParenthesis
  • 11b30cb Support regexp_parser 1.8 and 2.x series
  • 1b9df89 [Fix #9152] Fix an incorrect auto-correct for Style/SoleNestedConditional
  • 4336f72 [Fix #9155] Fix a false positive for Layout/MultilineMethodCallIndentation
  • a18ffc1 Tighten the RuboCop AST dependency (#9158)
  • d58d248 [Fix #8985] Fix Style/StringConcatenation autocorrect generating invalid ruby
  • 2472e1c Relax regexp_parser requirement.
  • 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 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)

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 1.5.0 to 1.5.2.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.5.0...v1.5.2)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Dec 4, 2020
@dependabot @github

dependabot Bot commented on behalf of github Dec 10, 2020

Copy link
Copy Markdown
Author

Superseded by #7.

@dependabot dependabot Bot closed this Dec 10, 2020
@dependabot
dependabot Bot deleted the dependabot/bundler/rubocop-1.5.2 branch December 10, 2020 07:07
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants