Skip to content

Conversation

@dependabot-preview
Copy link

Bumps rubocop from 0.32.1 to 0.62.0. This update includes security fixes.

Vulnerabilities fixed

Sourced from The Ruby Advisory Database.

RuboCop: insecure use of /tmp
RuboCop 0.48.1 and earlier does not use /tmp in safe way, allowing local
users to exploit this to tamper with cache files belonging to other users.

Patched versions: >= 0.49.0
Unaffected versions: none

Release notes

Sourced from rubocop's releases.

RuboCop 0.62

New features

  • #6580: New cop Rails/LinkToBlank checks for link_to calls with target: '_blank' and no rel: 'noopener'. ([Intrepidd][])

Bug fixes

  • #6560: Consider file count, not offense count, for --exclude-limit in combination with --auto-gen-only-exclude. ([jonas054][])
  • #4229: Fix unexpected Style/HashSyntax consistency offence. ([timon][])
  • #6500: Add offense to use in_time_zone instead of deprecated to_time_in_current_zone. ([nadiyaka][])
  • #6577: Prevent Rails/Blank cop from adding offense when define the blank method. ([jonatas][])
  • #6554: Prevent Layout/RescueEnsureAlignment cop from breaking on block assignment when assignment is on a separate line. ([timmcanty][])
  • #6343: Optimise --auto-gen-config when Metrics/LineLength cop is disabled. ([tom-lord][])
  • #6389: Fix false negative for Style/TrailingCommaInHashLiteral/Style/TrailingCommaInArrayLiteral when there is a comment in the last line. ([bayandin][])
  • #6566: Fix false positive for Layout/EmptyLinesAroundAccessModifier when at the end of specifying a superclass is missing blank line. ([koic][])
  • #6571: Fix a false positive for Layout/TrailingCommaInArguments when a line break before a method call and EnforcedStyleForMultiline is set to consistent_comma. ([koic][])
  • #6573: Make Layout/AccessModifierIndentation work for dynamic module or class definitions. ([deivid-rodriguez][])
  • #6562: Fix a false positive for Style/MethodCallWithArgsParentheses omit_parentheses enforced style after safe navigation call. ([gsamokovarov][])
  • #6570: Fix a false positive for Style/MethodCallWithArgsParentheses omit_parentheses enforced style while splatting the result of a method invocation. ([gsamokovarov][])
  • #6598: Fix a false positive for Style/MethodCallWithArgsParentheses omit_parentheses enforced style for calls with regexp slash literals argument. ([gsamokovarov][])
  • #6598: Fix a false positive for Style/MethodCallWithArgsParentheses omit_parentheses enforced style for default argument value calls. ([gsamokovarov][])
  • #6598: Fix a false positive for Style/MethodCallWithArgsParentheses omit_parentheses enforced style for argument calls with braced blocks. ([gsamokovarov][])
  • #6594: Fix a false positive for Rails/OutputSafety when the receiver is a non-interpolated string literal. ([amatsuda][])
  • #6574: Fix Style/AccessModifierIndentation not handling arbitrary blocks. ([deivid-rodriguez][])
  • #6370: Fix the enforcing style from extend self into module_function when there are private methods. ([Ruffeng][])

Changes

  • #595: Exclude files ignored by git. ([AlexWayfer][])
  • #6429: Fix autocorrect in Rails/Validation to not wrap hash options with braces in an extra set of braces. ([bquorning][])
  • #6533: Improved warning message for unrecognized cop parameters to include Supported parameters. ([MagedMilad][])

[Intrepidd]: https://github.com/Intrepidd
[jonas054]: https://github.com/jonas054
[timon]: https://github.com/timon
[nadiyaka]: https://github.com/nadiyaka
[jonatas]: https://github.com/jonatas
[timmcanty]: https://github.com/timmcanty
[tom-lord]: https://github.com/tom-lord
[bayandin]: https://github.com/bayandin
[koic]: https://github.com/koic
[deivid-rodriguez]: https://github.com/deivid-rodriguez
[gsamokovarov]: https://github.com/gsamokovarov
[amatsuda]: https://github.com/amatsuda
[Ruffeng]: https://github.com/Ruffeng
[AlexWayfer]: https://github.com/AlexWayfer
[bquorning]: https://github.com/bquorning
[MagedMilad]: https://github.com/MagedMilad

RuboCop 0.61.1

... (truncated)
Changelog

Sourced from rubocop's changelog.

0.62.0 (2019-01-01)

New features

  • #6580: New cop Rails/LinkToBlank checks for link_to calls with target: '_blank' and no rel: 'noopener'. ([Intrepidd][])
  • #6586: New cop Style/DisjunctiveAssignmentInConstructor checks constructors for disjunctive assignments that should be plain assignments. ([jaredbeck][])

Bug fixes

  • #6560: Consider file count, not offense count, for --exclude-limit in combination with --auto-gen-only-exclude. ([jonas054][])
  • #4229: Fix unexpected Style/HashSyntax consistency offence. ([timon][])
  • #6500: Add offense to use in_time_zone instead of deprecated to_time_in_current_zone. ([nadiyaka][])
  • #6577: Prevent Rails/Blank cop from adding offense when define the blank method. ([jonatas][])
  • #6554: Prevent Layout/RescueEnsureAlignment cop from breaking on block assignment when assignment is on a separate line. ([timmcanty][])
  • #6343: Optimise --auto-gen-config when Metrics/LineLength cop is disabled. ([tom-lord][])
  • #6389: Fix false negative for Style/TrailingCommaInHashLiteral/Style/TrailingCommaInArrayLiteral when there is a comment in the last line. ([bayandin][])
  • #6566: Fix false positive for Layout/EmptyLinesAroundAccessModifier when at the end of specifying a superclass is missing blank line. ([koic][])
  • #6571: Fix a false positive for Layout/TrailingCommaInArguments when a line break before a method call and EnforcedStyleForMultiline is set to consistent_comma. ([koic][])
  • #6573: Make Layout/AccessModifierIndentation work for dynamic module or class definitions. ([deivid-rodriguez][])
  • #6562: Fix a false positive for Style/MethodCallWithArgsParentheses omit_parentheses enforced style after safe navigation call. ([gsamokovarov][])
  • #6570: Fix a false positive for Style/MethodCallWithArgsParentheses omit_parentheses enforced style while splatting the result of a method invocation. ([gsamokovarov][])
  • #6598: Fix a false positive for Style/MethodCallWithArgsParentheses omit_parentheses enforced style for calls with regexp slash literals argument. ([gsamokovarov][])
  • #6598: Fix a false positive for Style/MethodCallWithArgsParentheses omit_parentheses enforced style for default argument value calls. ([gsamokovarov][])
  • #6598: Fix a false positive for Style/MethodCallWithArgsParentheses omit_parentheses enforced style for argument calls with braced blocks. ([gsamokovarov][])
  • #6594: Fix a false positive for Rails/OutputSafety when the receiver is a non-interpolated string literal. ([amatsuda][])
  • #6574: Fix Style/AccessModifierIndentation not handling arbitrary blocks. ([deivid-rodriguez][])
  • #6370: Fix the enforcing style from extend self into module_function when there are private methods. ([Ruffeng][])

Changes

  • #595: Exclude files ignored by git. ([AlexWayfer][])
  • #6429: Fix autocorrect in Rails/Validation to not wrap hash options with braces in an extra set of braces. ([bquorning][])
  • #6533: Improved warning message for unrecognized cop parameters to include Supported parameters. ([MagedMilad][])

0.61.1 (2018-12-06)

Bug fixes

  • #6550: Prevent Layout/RescueEnsureAlignment cop from breaking on assigned begin-end. ([drenmi][])

0.61.0 (2018-12-05)

New features

  • #6457: Support inner slash correction on Style/RegexpLiteral. ([r7kamura][])
  • #6475: Support brace correction on Style/Lambda. ([r7kamura][])
  • #6469: Enforce no parentheses style in the Style/MethodCallWithArgsParentheses cop. ([gsamokovarov][])
  • New cop Performance/OpenStruct checks for OpenStruct.new calls. ([xlts][])

Bug fixes

... (truncated)
Commits
  • 82c314e Cut 0.62
  • 247c50a Fix incorrect changelog entry
  • 351bc70 Fix bug extend_self with private methods
  • 3a8a552 [Fix #6533] Improve warning message for unrecognized parameters
  • 4026fa6 Specify default EnforcedStyle in Style/MethodCallWithArgsParentheses doc
  • 78881a9 Remove unnecessary Ruby version specification on CI
  • ed20141 CI against Ruby 2.6.0
  • 40d81ef Regenerate RuboCop TODO
  • 70ae6ca Fix offenses for RSpec/MessageSpies in RuboCop
  • 668f18c Merge pull request #6582 from bquorning/braced-options-in-rails-validation
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 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.

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.32.1 to 0.62.0. **This update includes security fixes.**
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v0.32.1...v0.62.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file security Pull requests that address a security vulnerability labels Jan 14, 2019
@dependabot-preview
Copy link
Author

Superseded by #9.

@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/rubocop-0.62.0 branch January 17, 2019 05:42
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 security Pull requests that address a security vulnerability

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant