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 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-rspec (1.35.0 → 1.36.0) · Repo · Changelog
Release Notes
1.36.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 34 commits:
Merge pull request #824 from rubocop-hq/release
Bump version to 1.36.0
Fix Changelog
Merge pull request #777 from rubocop-hq/improve-focus-cop
Add Changelog entries for RSpec/Focus cop changes
Add pending examples to what Focus cop can detect
Fix focus detection for mixed array/hash metadata
Merge pull request #819 from skillsmatter/auto-correct-CurrentPathExpectation
Improve autocorrect for Capybara/CurrentPathExpectation
Merge pull request #823 from pirj/empty-line-after-example
Add RSpec/EmptyLineAfterExample cop
Merge pull request #821 from pirj/edge-rubocop-dependency-check
Add edge RuboCop support CI check
Merge pull request #804 from pirj/update-rubocop-and-use-children-matching
Merge pull request #812 from pirj/improve-instance_variable-cop-message
Merge pull request #816 from pirj/fix-expect_change-docs-and-specs-syntax-errors
Fix syntax errors in RSpec/ExpectChange docs/specs
Improve RSpec/InstanceVariable offence message
Merge pull request #810 from pirj/drop-specs-from-gem
Use child matching in MultipleExpectations cop
Use children matching in AttributeDefinedStatically cop
Use children matching in Pending cop
Use children matching in DescribeClass cop
Update minimum required RuboCop version
Remove redundant files from gem distribution
Merge pull request #805 from pirj/417_context_method
Add ContextWorking cop
Merge pull request #802 from pirj/add-described-class-skip_blocks-documentation
Add missing `SkipBlocks` option documentation
Merge pull request #797 from pirj/fix-example-wording-cop-multiline-literal
Fix autocorrect in RSpec/ExampleWording
Merge pull request #800 from pirj/fix-described_class-described_class-as-namespace-variable
Remove excessive indentation in spec code example
Ignore `described_class` being used in constant
↗️ parser (indirect, 2.6.3.0 → 2.6.4.1) · Repo · Changelog
Release Notes
2.6.4.1 (from changelog)
2.6.4.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 23 commits:
Cut 2.6.4.1
Follow "Separate Keyword Arguments from Positional Arguments"
Add `kwnilarg` for `**nil` argument (#606)
- lexer.rl: fix parsing of 'm a + b do end' (#605)
Update changelog.
Update changelog.
Bump version.
+ ruby27.y: Revert "pipeline operator" (#601)
+ ruby27.y: Fix parsing of mutiple assignment with rescue modifier (#600)
Bump racc dependency to 1.4.15
Bump maintenance branches to 2.6.3, 2.5.6, and 2.4.7 (#598)
+ ruby27.y: hoisted out f_rest_marg. (#594)
+ ruby27.y: added pipeline operator. (#592)
- ruby-parse: print empty string when --emit-json and empty input are given. (#590)
- AST_FORMAT: fixed documentation of the string with interpolation. (#589)
- builder.rb, processor.rb: Changed format of the procarg0 node. (#587)
+ ruby27.y: reject safe navigator in LHS of mass-assignment. (#586)
+ lexer.rl: reject whitespaces in meta and control chars. (#585)
+ lexer.rl: Reject numparams as symbol literals. (#582)
* Added specs for heredocs with mixed encoding. (#581)
+ ruby27.y: Added numbered parameters support. (#565)
+ lexer.rl: Reject \n and \r in heredoc identifiers starting from 2.7. (#575)
Update changelog.
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