Skip to content

Bump rubocop from 0.64.0 to 0.65.0 in /Library/Homebrew/test#5768

Merged
MikeMcQuaid merged 5 commits intomasterfrom
dependabot/bundler/Library/Homebrew/test/rubocop-0.65.0
Feb 21, 2019
Merged

Bump rubocop from 0.64.0 to 0.65.0 in /Library/Homebrew/test#5768
MikeMcQuaid merged 5 commits intomasterfrom
dependabot/bundler/Library/Homebrew/test/rubocop-0.65.0

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

Bumps rubocop from 0.64.0 to 0.65.0.

Release notes

Sourced from rubocop's releases.

RuboCop 0.65

New features

  • #6126: Add an experimental strict mode to Style/MutableConstant that will freeze all constants, rather than just literals. (@​rrosenblum)

Bug fixes

  • #6765: Fix false positives in keyword arguments for Style/MethodCallWithArgsParentheses omit_parentheses. (@​gsamokovarov)
  • #6763: Fix false positives in range literals for Style/MethodCallWithArgsParentheses omit_parentheses. (@​gsamokovarov)
  • #6748: Fix Style/RaiseArgs auto-correction breaking in contexts that require parentheses. (@​drenmi)
  • #6751: Prevent Style/OneLineConditional from breaking on retry and break keywords. (@​drenmi)
  • #6755: Prevent Style/TrailingCommaInArgument from breaking when a safe method call is chained on the offending method. (@​drenmi, @​hoshinotsuyoshi)

Changes

  • #6766: Drop support for Ruby 2.2.0 and 2.2.1. (@​pocke)
  • #6733: Warn duplicated keys in .rubocop.yml. (@​pocke)
  • #6613: Mark Style/ModuleFunction as SafeAutocorrect: false and disable autocorrect by default. (@​dduugg)
Changelog

Sourced from rubocop's changelog.

0.65.0 (2019-02-19)

New features

  • #6126: Add an experimental strict mode to Style/MutableConstant that will freeze all constants, rather than just literals. (@​rrosenblum)

Bug fixes

  • #6765: Fix false positives in keyword arguments for Style/MethodCallWithArgsParentheses omit_parentheses. (@​gsamokovarov)
  • #6763: Fix false positives in range literals for Style/MethodCallWithArgsParentheses omit_parentheses. (@​gsamokovarov)
  • #6748: Fix Style/RaiseArgs auto-correction breaking in contexts that require parentheses. (@​drenmi)
  • #6751: Prevent Style/OneLineConditional from breaking on retry and break keywords. (@​drenmi)
  • #6755: Prevent Style/TrailingCommaInArgument from breaking when a safe method call is chained on the offending method. (@​drenmi, @​hoshinotsuyoshi)

Changes

  • #6766: Drop support for Ruby 2.2.0 and 2.2.1. (@​pocke)
  • #6733: Warn duplicated keys in .rubocop.yml. (@​pocke)
  • #6613: Mark Style/ModuleFunction as SafeAutocorrect: false and disable autocorrect by default. (@​dduugg)
Commits
  • 2e52af0 Merge pull request #6776 from Drenmi/release/0-65-0
  • a1796a1 Cut 0.65.0
  • 8fe4946 Merge pull request #6757 from Drenmi/bugfix/trailing-comma-in-arguments-cop
  • e81e7a2 [Fix #6755] Prevent Style/TrailingCommaInArgument from breaking when a safe m...
  • 1f51e4c Merge pull request #6775 from pocke/fix-changelog-stype
  • ff34759 Fix invalid links in CHANGELOG
  • b10af4f Merge pull request #6773 from koic/add_range_type_predicate_method
  • 4105b22 Add range_type? which means irange_type? and erange_type?
  • 333d650 Merge pull request #6756 from Drenmi/bugfix/retry-node
  • 508b051 Merge pull request #6765 from gsamokovarov/omit-parentheses-kwargs
  • 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
  • @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.

@dependabot-preview dependabot-preview bot added the dependencies Bumping Gemfile dependencies label Feb 19, 2019
@MikeMcQuaid MikeMcQuaid force-pushed the dependabot/bundler/Library/Homebrew/test/rubocop-0.65.0 branch from a65d790 to 46bf889 Compare February 19, 2019 13:23
@MikeMcQuaid MikeMcQuaid force-pushed the dependabot/bundler/Library/Homebrew/test/rubocop-0.65.0 branch 10 times, most recently from f061d26 to 8a3515e Compare February 21, 2019 12:28
dependabot-support and others added 5 commits February 21, 2019 12:55
Also, don’t use any non-standard Ruby functionality to avoid needing any `requires.
This is needed to avoid gem conflicts when `global.rb` is loaded for some commands.
@MikeMcQuaid MikeMcQuaid force-pushed the dependabot/bundler/Library/Homebrew/test/rubocop-0.65.0 branch from 8a3515e to b3c33d6 Compare February 21, 2019 12:56
@MikeMcQuaid MikeMcQuaid merged commit d878af6 into master Feb 21, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/Library/Homebrew/test/rubocop-0.65.0 branch February 21, 2019 13:24
@lock lock bot added the outdated PR was locked due to age label Mar 23, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Mar 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Bumping Gemfile dependencies outdated PR was locked due to age

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants