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

Update rubocop-rspec: 1.44.1 → 2.2.0 (major) #91

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Feb 10, 2021

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.44.1 → 2.2.0) · Repo · Changelog

Release Notes

2.2.0

  • Fix HooksBeforeExamples, LeadingSubject, LetBeforeExamples and ScatteredLet autocorrection to take into account inline comments and comments immediately before the moved node. (@Darhazer)
  • Improve rubocop-rspec performance. (@Darhazer, @bquorning)
  • Include Enabled: true to prevent a mismatched configuration parameter warning when RSpec cops are explicitly enabled in the user configuration. (@pirj)

2.1.0

  • Fix RSpec/FilePath false positive for relative file path runs with long namespaces. (@ahukkanen)
  • Update RSpec/Focus to have auto-correction. (@dvandersluis)

2.0.1

  • Fixed infinite loop in RSpec/ExpectActual autocorrection when both expected and actual values are literals. (@Darhazer)

2.0.0

This a major release, so please consider all changes “potentially breaking”. Read more about upgrading in our Upgrade to Version 2.x document.

  • Remove deprecated class ::RuboCop::Cop::RSpec::Cop. (@bquorning)
  • Retire RSpec/InvalidPredicateMatcher cop. (@pirj)
  • Remove the code responsible for filtering files to inspect. (@pirj)
  • Make RSpec language elements configurable. (@sl4vr)
  • Remove CustomIncludeMethods RSpec/EmptyExampleGroup option in favour of the new RSpec DSL configuration. (@pirj)
  • Enabled pending cop (RSpec/StubbedMock). (@pirj)

See also https://github.com/rubocop-hq/rubocop-rspec/releases/v2.0.0.pre

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

✳️ rubocop (0.93.1 → 1.9.1) · Repo · Changelog

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ ast (indirect, 2.4.1 → 2.4.2) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 5 commits:

↗️ parallel (indirect, 1.20.0 → 1.20.1) · Repo

Commits

See the full diff on Github. The new version differs by 5 commits:

↗️ parser (indirect, 2.7.2.0 → 3.0.0.0) · Repo · Changelog

Release Notes

3.0.0.0 (from changelog)

API modifications:

  • current.rb: bump default branch to parser/ruby30. (#782) (Ilya Bylich)
  • do not emit truncated parts of squiggly heredoc (#774) (Ilya Bylich)
  • Optimize SourceBuffer line and column handling (#755) (Marc-André Lafortune)

Features implemented:

  • ruby30.y: reintroduce expr in pat (#777) (Ilya Bylich)
  • builder: emit implicit hash passed to a method call as kwargs (#769) (Ilya Bylich)
  • lexer.rl: use more specific warning for ambiguous slash. (#768) (Ilya Bylich)
  • ruby30.y: allow endless method without arglist. (#765) (Ilya Bylich)
  • ruby30.y: use => for one-line pattern matching. (#760) (Ilya Bylich)
  • ruby30.y: reject setters in all endless method defs. (#758) (Ilya Bylich)

Bugs fixed:

  • lexer.rl: don't perform lookahead after tASSOC. (#764) (Ilya Bylich)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 22 commits:

↗️ regexp_parser (indirect, 1.8.2 → 2.0.3) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 26 commits:

↗️ rubocop-ast (indirect, 1.1.1 → 1.4.1) · Repo · Changelog

Release Notes

1.4.1 (from changelog)

Changes

1.4.0 (from changelog)

Changes

  • #162: Improve compatibility with parser 3.0. Turn on emit_match_pattern switch. (@marcandre)

1.3.0 (from changelog)

Changes

  • #156: NodePattern now considers constant names to refer to constants (instead of predicate #Example_type?). (@marcandre)

1.2.0 (from changelog)

New features

  • #154: Add ArgNode and Procarg0Node ("modern" mode), and add ArgsNode#argument_list to get only argument type nodes. (@dvandersluis)

Changes

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 35 commits:

↗️ ruby-progressbar (indirect, 1.10.1 → 1.11.0) · Repo · Changelog

Release Notes

1.11.0 (from changelog)

Add

  • RUBY_PROGRESS_BAR_FORMAT Environment Variable

Merge

  • PR #165 - Show Unknown Time Remaining After Timer Reset

Fix

  • Show Unknown Time Remaining After Bar Is Reset

Uncategorized

  • Merge PR #167 - Convert To Github Actions

Does any of this look wrong? Please let us know.

↗️ unicode-display_width (indirect, 1.7.0 → 2.0.0) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by more commits than we can show here.


Depfu Status

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants