Update rubocop-rspec 2.27.1 → 2.29.2 (minor) #133
Merged
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 (2.27.1 → 2.29.2) · Repo · Changelog
Release Notes
2.29.2
2.29.1
2.29.0
2.28.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 57 commits:
Merge pull request #1875 from rubocop/release
Bump to v2.29.1
Merge pull request #1873 from rubocop/rubocop-offenses
Fix some rubocop offenses
Merge pull request #1871 from K-S-A/master
Fix changelog
RSpec/RepeatedSubjectCall: do not report if subject is an argument to a function call
Merge pull request #1869 from rubocop/improve-release
Improve release workflow
Merge pull request #1867 from hasghari/range-bug
Fix bug with range in RepeatedIncludeExample cop
Merge pull request #1864 from rubocop/improve-publish-workflow
Publishing: Only push antora.yml if it's changed
Merge pull request #1863 from rubocop/release
Bump to v2.29.1
Merge pull request #1862 from rubocop/improve-release-notes-workflow
Switch docs version back
Merge pull request #1861 from rubocop/follow
When creating a release, automatically add a title
Add VersionAdd for `RSpec/EmptyOutput`
Merge pull request #1860 from rubocop/release
Bump to v2.29.0
Merge pull request #1854 from rubocop/empty-output
Merge pull request #1859 from rubocop/automatically-create-release-notes
Create GH release with notes on CI gem publishing
Merge pull request #1829 from rubocop/trusted-publishing
Use Rubygems Trusted Publishers to publish
Add new RSpec/EmptyOutput cop
Merge pull request #1796 from rubocop/add-xstr-only
Add new `RSpec/UndescriptiveLiterals` cop
Merge pull request #1856 from rubocop/expect-actual-autocorrect-with-hash
Fix #1834 autocorrect error for RSpec/ExpectActual
Merge pull request #1855 from rubocop/fix-flaky
Fix a flaky test for spec/project/default_config_spec.rb
Merge pull request #1853 from rubocop/fix-comment-indentations
Fix indentation of some comments
Merge pull request #1851 from rubocop/fix-invalid-comment
Fix a invalid base class comment for rubocop-rspec_rails
Merge pull request #1845 from rubocop/switch-docs
Switch docs version back
Merge pull request #1844 from rubocop/release
Bump version to v2.28.0
Merge pull request #1842 from rubocop/add-test2
Merge pull request #1830 from rubocop/extract-rspec-rails
Extract RSpec Rails cops
Add test to ensure unsafe cops are properly configured
Merge pull request #1841 from rubocop/add-test
Add test case for detect redundant `SafeAutoCorrect: false` config
Merge pull request #1839 from rubocop/use-registers-no-offense
Use 'registers no offense' instead of 'register no offense'
Merge pull request #1837 from Skipants/fix-assignment-only-doc
Fix AssignmentOnly saying false instead of true in documentation
Merge pull request #1836 from rubocop/use-rubocop-rubocop
Use rubocop/rubocop instead of rubocop-hq/rubocop
Merge pull request #1831 from rubocop/remove-node-matcher-directive-disables
Fix YARD documentation for class methods
Switch docs version back
✳️ rubocop (1.61.0 → 1.63.4) · Repo · Changelog
Release Notes
1.63.4
1.63.3
1.63.2
1.63.1
1.63.0
1.62.1
1.62.0
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
2.7.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 21 commits:
Bump up 2.7.2
Merge pull request #578 from flori/warn-bundled-gems
Warn to install ostruct if json couldn't load it
Merge pull request #577 from tompng/autoload_generic_object
Merge pull request #576 from headius/no_19_jruby_methods
Autoload GenericObject to avoid require ostruct warning in Ruby 3.4
Remove references to "19" methods in JRuby
Merge pull request #575 from flori/refine-ci
Exclude 2.3-2.5 on macos-14 iamge
Added JRuby 9.4
TruffleRuby 24 is broken
Added latest stable versions of macOS
macOS 11 is EOL today
Merge pull request #574 from peterzhu2118/generator-mem-leak
Fix memory leak when exception is raised during JSON generation
Merge pull request #571 from mperham/patch-1
Update README.md
Merge pull request #565 from flori/optional-ostruct
Make OpenStruct support as optional
Merge pull request #561 from jhawthorn/rb_sym2str
Use rb_sym2str instead of SYM2ID
Commits
See the full diff on Github. The new version differs by 9 commits:
Update changelog.
Bump version.
* Bump parser branches to 3.0.7, 3.1.5, 3.2.4, 3.3.1 (#1011)
+ ruby{33,34}.y: allow blocks inherit anonymous args. (#1010)
`action.rb` doc fixes (#1008)
* Use `require_relative` in the Parser codebase (#1003)
Use `AST::Processor::Mixin` instead of deprecated `AST::Processor` (#1000)
+ Raise a more specific error when encountering an unknown magic comment encoding (#999)
Update changelog.
Commits
See the full diff on Github. The new version differs by 11 commits:
Cut 1.31.3
Update Changelog
Handle encoding error from the parser gem
Workaround for incompatibilities between Prism 0.24.0 and 0.25.0 (#290)
Update org name from rubocop-hq to rubocop
Suppress a RuboCop's offense
Add CHANGELOG entry.
Restore docs/antora.yml
Cut 1.31.2
Improve error message when passing wrong `parser_engine` and accept strings
Restore docs/antora.yml
🆕 rubocop-rspec_rails (added, 2.28.3)
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