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.85.0 → 0.85.1) · Repo · Changelog
Release Notes
0.85.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 33 commits:
Cut 0.85.1
Ignore bundle binstubs
Add offense to Lint::FormatParameterMismatch about invalid format string
Fix Lint::FormatParameterMismatch cop
[Fix #7472] Adopt Ruby's COC
Merge pull request #8109 from jonas054/8108_heredoc_trailing_ws_infinite_loop
[Fix #8108] Disregard whitespace lines in HeredocIndentation
Refactor cop; call to_a on COMPARISON_OPERATORS
[Docs] Kill the last remaining legacy pages
[Docs] Kill a few more legacy pages
[Docs] Migrate a legacy page that got forgotten
[Docs] Remove a few legacy pages to test that the page redirects are working
Merge pull request #8104 from pirj/fix-leaky-constant-declarations
Fix leaky constant declarations
Add Registry#dismiss with lazier registry enrolling
Move Registry stuff to Registry. Make Registry cloneable. Add `with_temporary_global`
Fix Team.new when not given options
Always loop when testing autocorrection
Fix two bugs in #expect_correction
[Fix #8096] Fix a false positive for `Lint/SuppressedException`
Tweak a changelog entry
Merge pull request #8082 from koic/fix_false_positive_for_lint_suppressed_exception
[Fix #8081] Fix an error for `Lint/SuppressedException`
Tweak the changelog
[Fix #8083] Fix an error for `Lint/MixedRegexpCaptureTypes`
Restructure a bit the badges in the README
Tweak some wording
Use version without patch in antora's config
Remove the gitter badge from the README
[Fixes #8077] Restore compatibility for Team.new
Update the gem description
[Fix #8077] Make Registry enumerable (#8079)
Switch back docs version to master
↗️ regexp_parser (indirect, 1.7.0 → 1.7.1) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 3 commits:
Release v1.7.1
Support informal delimiter literals (#64)
Fix typo
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