Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rubocop from 1.19.0 to 1.19.1 #198

Merged
merged 1 commit into from
Aug 20, 2021
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2021

Bumps rubocop from 1.19.0 to 1.19.1.

Changelog

Sourced from rubocop's changelog.

1.19.1 (2021-08-19)

Bug fixes

  • #10017: Fixan error for Layout/RescueEnsureAlignment when using zsuper with block. ([@​koic][])
  • #10011: Fix a false positive for Style/RedundantSelfAssignmentBranch when using instance variable, class variable, and global variable. ([@​koic][])
  • #10010: Fix a false positive for Style/DoubleNegation when !! is used at return location and before rescue keyword. ([@​koic][])
  • #10014: Fix Style/Encoding to handle more situations properly. ([@​dvandersluis][])
  • #10016: Fix conflict between Style/SoleNestedConditional and Style/NegatedIf/Style/NegatedUnless. ([@​dvandersluis][])
  • #10024: Fix an incorrect auto-correct for Style/RedundantSelfAssignmentBranch when using multiline if / else conditional assignment. ([@​koic][])
  • #10004: Fix a false positive for Style/RedundantBegin when using one-liner with semicolon. ([@​koic][])
Commits
  • 9a48e71 Cut 1.19.1
  • 064a66c Update Changelog
  • d9c2330 [Fix #9939] Fix/hash as last array item (#9943)
  • 8e885c0 [Fix #10024] Fix an incorrect auto-correct for `Style/RedundantSelfAssignment...
  • 85219e5 [Fix #10014] Fix Style/Encoding to handle more situations properly.
  • a2730c3 [Fix #10004] Fix a false positive for Style/RedundantBegin
  • 4addf09 [Fix #10011] Fix a false positive for Style/RedundantSelfAssignmentBranch
  • 1c9bff0 [Fix #10010] Fix a false positive for Style/DoubleNegation
  • 016f38e Fix an error for Layout/RescueEnsureAlignment
  • 4a52615 Bump RuboCop Performance to 1.11
  • 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/rubocop) from 1.19.0 to 1.19.1.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.19.0...v1.19.1)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from kakipo and tknzk as code owners August 19, 2021 22:08
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 19, 2021
@tknzk tknzk merged commit b6e6025 into master Aug 20, 2021
@tknzk tknzk deleted the dependabot/bundler/rubocop-1.19.1 branch August 20, 2021 01:41
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