Update rubocop-rspec 3.2.0 → 3.3.0 (minor) #1509
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 (3.2.0 → 3.3.0) · Repo · Changelog
Release Notes
3.3.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 30 commits:
Merge pull request #2007 from rubocop/release
Merge pull request #2006 from Earlopain/rspec-monorepo
Release v3.3.0
CI: Add actions:write to gem-publish workflow
Update RSpec 4 CI to the monorepo
Merge pull request #2005 from rubocop/fix-empty-metadata-for-kwargs-splat
Fix EmptyMetadata for splat kwargs
Merge pull request #1998 from rubocop/use-node-extensions-instead-of-splat
Use Node extensions instead of *splat
Merge pull request #2003 from rubocop/fix-markdown
Fix formatting in some markdown files
Merge pull request #1994 from corsonknowles/use_simple_lookup_table_for_replacements
Add an else condition to correct `StubbedMock` behavior
Merge pull request #1990 from corsonknowles/continue_branch_coverage_quest
Complete branch coverage for more files
Merge pull request #1991 from corsonknowles/cover_one_more_branch
Cover and then remove `ancestor.send_type?` branch in `UnspecifiedException`
Merge pull request #1993 from corsonknowles/demonstrate_trailing_empty_line_behavior
Experiment with trailing empty lines
Merge pull request #1980 from rubocop/bquorning/prism
Add job for CI using Prism parser
Merge pull request #1989 from rubocop/improve-branch-coverage
Improve branch coverage
Merge pull request #1971 from corsonknowles/require_full_line_coverage
Increase branch coverage value
Update .simplecov
Merge pull request #1976 from corsonknowles/test_and_deprecate_top_level_group_mixin_method
Merge branch 'master' into test_and_deprecate_top_level_group_mixin_method
Merge pull request #1988 from rubocop/switch-docs-version-v3.2.0
Switch docs version back
✳️ rubocop (1.68.0 → 1.69.2) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
2.9.0
2.8.2
2.8.1
2.8.0
2.7.6
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.
Release Notes
3.3.6.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 4 commits:
Update changelog.
Bump version.
* Bump maintenance branches to 3.3.6 (#1045)
Update changelog.
Release Notes
2.9.3 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 5 commits:
Release v2.9.3
Test some more edge cases
Merge pull request #94 from dvandersluis/dvandersluis-patch-1
Disable brittle cop
Update scanner.rl to not treat lookbehinds with literal `<` characters as named groups.
Release Notes
1.36.2 (from changelog)
1.36.1 (from changelog)
1.36.0 (from changelog)
1.35.0 (from changelog)
1.34.1 (from changelog)
1.34.0 (from changelog)
1.33.1 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 46 commits:
Cut 1.37.0
Update Changelog
Make `RuboCop::AST::IfNode` support `then?`
Add `StrNode#single_quoted?`, `StrNode#double_quoted?` and `StrNode#percent_literal?` to simplify checking for string delimiters
Add missing Changelog entry
Use `loc_is?`
Add `Node#loc_is?` for easier test of locations
Improve doc
Fix doc
Restore docs/antora.yml
Cut 1.36.2
Update Changelog
Handle anonymous splats in `MlhsNode`
Avoid a RuboCop's error when running `rubocop`
Restore docs/antora.yml
Cut 1.36.1
Update Changelog
Don't show a deprecation warning for `EnsureNode#branch` just yet
Fix typo in node_pattern_compiler.adoc (#338)
Restore docs/antora.yml
Cut 1.36.0
Update Changelog
Deprecate `EnsureNode#body` in favour of `EnsureNode#branch`.
Restore docs/antora.yml
Cut 1.35.0
Update Changelog
Add `BeginNode` for `kwbegin` nodes.
Add `EnsureNode#rescue_node`.
Restore docs/antora.yml
Cut 1.34.1
Update Changelog
[Fix #331] Fix crash in `OpAsgnNode#name` when the lhs is a `send` or `csend` node.
Fix docs for `masgn`.
Add `Node#type?` to reduce complexity of checking against multiple node types.
Define `GROUP_FOR_TYPE` for specifying the node types for each group predicate (`argument_type?`, etc.).
Extend `Node#const_name` to `casgn` nodes.
Restore docs/antora.yml
Cut 1.34.0
Update Changelog
Introduce `lhs` and `rhs` aliases to assignment nodes for consistency.
Restore docs/antora.yml
Cut 1.33.1
Add Changelog entry
Allow `non_bare_access_modifier_declaration?` to handle modifiers with multiple arguments.
Enable JRuby
Restore docs/antora.yml
Release Notes
3.1.2 (from changelog)
3.1.1 (from changelog)
3.1.0 (from changelog)
3.0.1 (from changelog)
3.0.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 47 commits:
Release v3.1.2
Use :all regex for Emoji pre-selection
Performance: Use bytesize for an extra boost when string is only ASCII
Performance: Speed up if string is only common narrow characters
Refactor: Improve code quality, handle overwrite option differently
Release v3.1.1
Improve VS16 matching
README: rgi_at uses EAW
Release v3.1.0
Don't mix raw and escapd Unicode chars in regex
Implement :rgi_at mode for Apple_Terminal
Rename :basic mode to :vs16
Improve README Emoji mode table
Remove RGI qualification stuff to make things simpler
Add script to visually measure/compare Emoji widths
Improve Emoji handling:
Release v3.0.1
Add foot
Add WezTerm to Emoji support list
Release v3.0.0
Bump unicode-emoji to 4.0 since REGEX_EMOJI_KEYCAP is used …
Release v3.0.0.pre
Improve README intro
Include keycaps in direct basic emoji check
Try to detect terminal's Emoji support level automatically (from ENV vars)
Improve CHANGELOG
Add link to CHANGELOG
Deprecate third and fourth parameter
Finish keyword arguments API
Improve README
Moving display width args slowly to kwargs
Simplify Emoji handling in :basic mode
Simplify Emoji option
Add reline_ext
Tweak README
Properly set default hash
Remain compatible with older Ruby
Remove defined check when requiring from string_ext
Fix gemspec to only require version/constants
Add LINE SEPARATOR and PARAGRAPH SEPARATOR as zero-width
Performance tweaks
Use two different indexes for both ambiguous widths
Private-use characters are considered ambiguous (were given width 1 before)
Fix that a few ignorables were not part of the index
Rework Emoji support …
Reactivate Windows CI for Ruby 3.3
Simplify README
🆕 unicode-emoji (added, 4.0.4)
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