Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Updates the requirements on rubocop to permit the latest version.

Release notes

Sourced from rubocop's releases.

RuboCop 0.72

New features

Bug fixes

  • #7121: Fix Style/TernaryParentheses cop to allow safe navigation operator without parentheses. (@​timon)
  • #7063: Fix autocorrect in Style/TernaryParentheses cop. (@​parkerfinch)
  • #7106: Fix an error for Lint/NumberConversion when #to_i called on a variable on a hash. (@​koic)
  • #7107: Fix parentheses offence for numeric arguments with an operator in Style/MethodCallWithArgsParentheses. (@​gsamokovarov)
  • #7119: Fix cache with non UTF-8 offense message. (@​pocke)
  • #7118: Fix Style/WordArray with encoding: binary magic comment and non-ASCII string. (@​pocke)
  • #7159: Fix an error for Lint/DuplicatedKey when using endless range. (@​koic)
  • #7151: Fix Style/WordArray to also consider words containing hyphens. (@​fwitzke)
  • #6893: Handle implicit rescue correctly in Naming/RescuedExceptionsVariableName. (@​pocke, [@​anthony-robin][])
  • #7165: Fix an auto-correct error for Style/ConditionalAssignment when without else branch'. (@​koic)
  • #7171: Fix an error for Style/SafeNavigation when using unless nil? as a safeguarded'. (@​koic)
  • #7113: This PR renames EnforcedStyle: rails to EnabledStyle: outdented_access_modifiers for Layout/IndentationConsistency. (@​koic)
  • #7130: Skip autocorrect in Style/FormatString if second argument to String#% is a variable. (@​tejasbubane)
  • #7171: Fix an error for Style/SafeNavigation when using unless nil? as a safeguarded'. (@​koic)

Changes

  • #5976: Remove Rails cops. (@​koic)
  • #5976: Remove rubocop -R/--rails option. (@​koic)
  • #7113: Rename EnforcedStyle: rails to EnabledStyle: indented_internal_methods for Layout/IndentationConsistency. (@​koic)

[@​anthony-robin]: https://github.com/anthony-robin

Changelog

Sourced from rubocop's changelog.

0.72.0 (2019-06-25)

New features

Bug fixes

  • #7121: Fix Style/TernaryParentheses cop to allow safe navigation operator without parentheses. (@​timon)
  • #7063: Fix autocorrect in Style/TernaryParentheses cop. (@​parkerfinch)
  • #7106: Fix an error for Lint/NumberConversion when #to_i called on a variable on a hash. (@​koic)
  • #7107: Fix parentheses offence for numeric arguments with an operator in Style/MethodCallWithArgsParentheses. (@​gsamokovarov)
  • #7119: Fix cache with non UTF-8 offense message. (@​pocke)
  • #7118: Fix Style/WordArray with encoding: binary magic comment and non-ASCII string. (@​pocke)
  • #7159: Fix an error for Lint/DuplicatedKey when using endless range. (@​koic)
  • #7151: Fix Style/WordArray to also consider words containing hyphens. (@​fwitzke)
  • #6893: Handle implicit rescue correctly in Naming/RescuedExceptionsVariableName. (@​pocke, [@​anthony-robin][])
  • #7165: Fix an auto-correct error for Style/ConditionalAssignment when without else branch'. (@​koic)
  • #7171: Fix an error for Style/SafeNavigation when using unless nil? as a safeguarded'. (@​koic)
  • #7113: This PR renames EnforcedStyle: rails to EnabledStyle: outdented_access_modifiers for Layout/IndentationConsistency. (@​koic)
  • #7130: Skip autocorrect in Style/FormatString if second argument to String#% is a variable. (@​tejasbubane)
  • #7171: Fix an error for Style/SafeNavigation when using unless nil? as a safeguarded'. (@​koic)

Changes

  • #5976: Remove Rails cops. (@​koic)
  • #5976: Remove rubocop -R/--rails option. (@​koic)
  • #7113: Rename EnforcedStyle: rails to EnabledStyle: indented_internal_methods for Layout/IndentationConsistency. (@​koic)

0.71.0 (2019-05-30)

New features

  • #7084: Permit to specify TargetRubyVersion 2.7. (@​koic)
  • #7092: Node patterns can now use *, + and ? for repetitions. ([@​marcandre][])

Bug fixes

  • #7066: Fix Layout/AlignHash when mixed Hash styles are used. ([@​rmm5t][])
  • #7073: Fix false positive in Naming/RescuedExceptionsVariableName cop. (@​tejasbubane)
  • #7090: Fix Layout/EmptyLinesAroundBlockBody for multi-line method calls. ([@​eugeneius][])
  • #6936: Fix Layout/MultilineMethodArgumentLineBreaks when bracket hash assignment on multiple lines. ([@​maxh][])
  • Mark Layout/HeredocArgumentClosingParenthesis incompatible with Style/TrailingCommaInArguments. ([@​maxh][])

Changes

... (truncated)
Commits
  • 4135413 Cut 0.72
  • 445b342 [Fix #6793] Clarify ruby version error
  • ca01b3e [Fix #7171] Fix an error for Style/SafeNavigation
  • c897642 [Fix #7130] Skip autocorrect in Style/FormatString if second argument is va...
  • 97ff421 [Fix #7171] Fix an error for Style/SafeNavigation
  • efe9ab4 [Fix #6893] Handle implicit rescue correctly in Naming/RescuedExceptionsVaria...
  • 239e2b6 Allow safe-navigation in ternary conditions without parenthesis
  • de29e43 Handle URLs in inherit_from
  • 7e5c2b2 Add new cop Style/FloatDivision
  • c595654 [Fix #7165] Fix an error for Style/ConditionalAssignment
  • Additional commits viewable in compare view

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v0.40.0...v0.72.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 26, 2019
@dependabot-preview
Copy link
Contributor Author

Superseded by #89.

@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/rubocop-tw-0.72.0 branch April 10, 2020 05:35
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.

1 participant