Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rubocop (0.80.1 → 0.81.0) · Repo · Changelog
Release Notes
0.81.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 66 commits:
Cut 0.81
Fix Style/NestedParenthesizedCalls docs (#7822)
[Fix #7831] Fix a false positive for `Style/HashEachMethods`
[Fix #7829] Fix an error for `Style/OneLineConditional`
Merge pull request #7828 from tejasbubane/fix-7825
[Fix #7825] Fix crash for `Layout/MultilineMethodCallIndentation`
Merge pull request #7729 from koic/fix_an_error_for_style_one_line_conditional
Merge pull request #7816 from koic/support_numblock_type
Support Ruby 2.7's numbered parameter for `Style/Lambda`
Support IgnoredMethod configuration in method complexity cops
[Fix #7728] Fix an error for `Style/OneLineConditional`
Move a changelog entry
[Fix #7814] Fix a false positive for `Migrate/DepartmentName` cop
Merge pull request #7812 from tejasbubane/style-boolean-symbol-autocorrect
Add auto-correction for `Lint/BooleanSymbol` cop
Merge pull request #7817 from tejasbubane/fix-7813
Remove `Lint/EndInMethod` cop
Fix "good" examples for Lint/Loop cop
[Fix #7740] Make `Style/AccessModifierDeclarations` not flag symbol method-name
[Fix #7492] Add Style/TrailingCommaInBlockArgs (#7637)
[Fix #7739] Allow methods raising NotImplementedError in `Lint/UnusedMethodArgument`
Merge pull request #7809 from tejasbubane/style-endblock-autocorrect
Add auto-correction for `Style/EndBlock` cop
Remove a redundant changelog entry
[Fix #7680] Add new `Lint/StructNewOverride` cop (#7699)
Move a changelog entry
[Fix #7236] Prevent bad auto-correction from Style/InverseMethods and Style/SymbolProc (#7243)
Move a changelog entry
[Fix #7144] Extend the namespaces definition for Style/Documentation cop (#7147)
Merge pull request #7807 from koic/fix_ci_errors
Fix a CI error
Update the metadata for `Lint/RaiseException`
Tweak a changelog entry
[Fix #7320] Add support in Naming/MethodName for checking attribute names (#7372)
Tweak the changelog
Update the metadata for Lint/RaiseException
[Fix #7299] Implement Lint/RaiseException cop (#7325)
Move a changelog entry
[Fix #7331] Add 'forbidden' option to Style/ModuleFunction cop (#7451)
Fix an error for `Lint/ErbNewArguments` cop
Fix incorrect examples (#7804)
[Fix #7536] Updated Style/TrailingComma doc & default.yml comments
Merge pull request #7784 from koic/fix_a_false_negative_for_lint_safe_navigation_chain
Support Ruby 2.7's numbered parameter for `Lint/SafeNavigationChain`
Merge pull request #7786 from koic/add_case_match_node
Merge pull request #7794 from koic/fix_a_false_positive_for_end_keyword_alignment
Support Ruby 2.7's pattern match for `Layout/ElseAlignment` cop
[Fix #7778] Fix a false positive for `Layout/EndAlignment`
Merge pull request #7796 from koic/make_empty_line_after_guard_clause_aware_of_and_return
[Fix #7795] Make `Layout/EmptyLineAfterGuardClause` aware of `and return`
[Fix #7791] Fix an error for `Layout/BlockEndNewline`
Support Ruby 2.7's numbered parameter for `Style/RedundantSort`
Change `AllowComments` of `Lint/SuppressedException` to true by default
Add `VersionAdded` metadata to cops who missing the version
Merge pull request #7797 from yuritomanek/bugfix/allow-unicode-display_width-1.7.0
Allow unicode-display_width 1.7.0
Merge pull request #7793 from dmolesUC/master
Prefer `include?` over `member?` in `Style/CollectionMethods`
Merge pull request #7787 from tejasbubane/fix-7767
[Fix #7767] Skip array literals in `Style/HashTransformValues` and `Style/HashTransformKeys`
[Fix #7779] Fix a false positive for `Style/MultilineMethodCallIndentation` (#7782)
[Fix #7733] Fix rubocop-junit-formatter imcompatibility XML
Remove deprecated development Rake tasks
Move a changelog entry where it belongs
[Fix #7654] Support with_fixed_indentation for Layout/ArrayAlignment
Add `--safe` command-line flag to Basic Usage
↗️ parser (indirect, 2.7.0.3 → 2.7.0.5) · Repo · Changelog
Release Notes
2.7.0.5 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 8 commits:
Update changelog.
Bump version.
- builder.rb: fix constant_pattern source map (#660)
+ ruby27.y: fix array pattern with tail source map (#659)
Fix modern documentation to mention emit_arg_inside_procarg0 (#658)
Update changelog.
Bump version.
- lexer.rl: allow spaces before comments-before-leading-dot. (#654)
↗️ unicode-display_width (indirect, 1.6.1 → 1.7.0) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 2 commits:
Release v1.7.0
Unicode 13
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands