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.42.0 to 1.43.0 #3230

Merged
merged 1 commit into from
Jan 19, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 11, 2023

Bumps rubocop from 1.42.0 to 1.43.0.

Release notes

Sourced from rubocop's releases.

RuboCop 1.43

New features

Bug fixes

  • #11386: Fix a false positive for Style/OperatorMethodCall when using anonymous forwarding. (@​koic)
  • #11409: Fix an incorrect autocorrect for Style/HashSyntax when using hash value omission and EnforcedStyle: no_mixed_keys. (@​koic)
  • #11405: Fix undefined method `range_between' for Style/WhileUntilModifier. (@​such)
  • #11374: Fix an error for Style/StringHashKeys when using invalid symbol in encoding UTF-8 as keys. (@​koic)
  • #11392: Fix an incorrect autocorrect for Style/RedundantDoubleSplatHashBraces using double splat in double splat hash braces. (@​koic)
  • #8990: Make Style/HashEachMethods aware of built-in Thread.current. (@​koic)
  • #11390: Fix an incorrect autocorrect for Style/HashSyntax when hash first argument key and hash value only are the same which has a method call on the next line. (@​koic)
  • #11379: Fix a false negative for Style/OperatorMethodCall when using a.+ b.something. (@​koic)
  • #11180: Fix an error for Style/RedundantRegexpEscape when using %r to provide regexp expressions. (@​si-lens)
  • #11403: Fix bad offense for parenthesised calls in literals for omit_parentheses style in Style/MethodCallWithArgsParentheses. (@​gsamokovarov)
  • #11407: Fix an error for Style/HashSyntax when expression follows hash key assignment. (@​fatkodima)
  • #11377: Fix Style/OperatorMethodCall when forwarding arguments. (@​sambostock)

Changes

Changelog

Sourced from rubocop's changelog.

1.43.0 (2023-01-10)

New features

Bug fixes

  • #11386: Fix a false positive for Style/OperatorMethodCall when using anonymous forwarding. ([@​koic][])
  • #11409: Fix an incorrect autocorrect for Style/HashSyntax when using hash value omission and EnforcedStyle: no_mixed_keys. ([@​koic][])
  • #11405: Fix undefined method `range_between' for Style/WhileUntilModifier. ([@​such][])
  • #11374: Fix an error for Style/StringHashKeys when using invalid symbol in encoding UTF-8 as keys. ([@​koic][])
  • #11392: Fix an incorrect autocorrect for Style/RedundantDoubleSplatHashBraces using double splat in double splat hash braces. ([@​koic][])
  • #8990: Make Style/HashEachMethods aware of built-in Thread.current. ([@​koic][])
  • #11390: Fix an incorrect autocorrect for Style/HashSyntax when hash first argument key and hash value only are the same which has a method call on the next line. ([@​koic][])
  • #11379: Fix a false negative for Style/OperatorMethodCall when using a.+ b.something. ([@​koic][])
  • #11180: Fix an error for Style/RedundantRegexpEscape when using %r to provide regexp expressions. ([@​si-lens][])
  • #11403: Fix bad offense for parenthesised calls in literals for omit_parentheses style in Style/MethodCallWithArgsParentheses. ([@​gsamokovarov][])
  • #11407: Fix an error for Style/HashSyntax when expression follows hash key assignment. ([@​fatkodima][])
  • #11377: Fix Style/OperatorMethodCall when forwarding arguments. ([@​sambostock][])

Changes

Commits
  • c311137 Cut 1.43
  • d1e7287 Update Changelog
  • 2f29892 Add autocorrect for Style/MissingElse
  • 73a4121 [Fix #11303] Make Metrics/ParameterLists aware of Struct.new and `Data.de...
  • 46963bd [Fix #11409] Fix an incorrect autocorrect for Style/HashSyntax
  • 1e5f19a [Fix #8990] Make Style/HashEachMethods aware of Thread.current
  • de30af8 Fix an error for Style/HashSyntax when expression follows hash key assignment
  • 52a448f Merge pull request #11406 from sorare/11405
  • 1ac1ce7 [Fix #11405] Fix Style/WhileUntilModifier with ruby 3.1
  • 3ce55d0 Merge pull request #11403 from gsamokovarov/omit-parentheses-call-with-block-...
  • 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 will merge this PR once it's up-to-date and CI passes on it, as requested by @CloCkWeRX.


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)

@dependabot dependabot bot added dependencies ruby Pull requests that update Ruby code labels Jan 11, 2023
Copy link
Collaborator

@CloCkWeRX CloCkWeRX left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot force-pushed the dependabot/bundler/rubocop-1.43.0 branch 2 times, most recently from 18ce8cd to f1ce194 Compare January 19, 2023 10:48
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.42.0 to 1.43.0.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.42.0...v1.43.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/rubocop-1.43.0 branch from f1ce194 to 218da85 Compare January 19, 2023 11:08
@dependabot dependabot bot merged commit d6c75f5 into dev Jan 19, 2023
@dependabot dependabot bot deleted the dependabot/bundler/rubocop-1.43.0 branch January 19, 2023 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant