Update rubocop-rails 2.23.1 → 2.24.1 (minor) #1294
Closed
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-rails (2.23.1 → 2.24.1) · Repo · Changelog
Release Notes
2.24.1
2.24.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 44 commits:
Cut 2.24.1
Update Changelog
Merge pull request #1258 from Earlopain/false-positive-for-rails-save-bang
Merge pull request #1255 from Earlopain/fix-error-for-rails-unique-before-pluck
[Fix #1230] Fix a false positive for `Rails/SaveBang` if `persisted?` is checked on parenthesised expression.
Merge pull request #1251 from Earlopain/make-time-zone-aware-of-safe-navigation
[Fix #1200] Make `Rails/TimeZone` aware of safe navigation
Merge pull request #1253 from Earlopain/fix-error-for-rails-where-missing
Merge pull request #1257 from Earlopain/change-add-more-load-hooks
Add more load hooks to `Rails/ActiveSupportOnLoad`
Merge pull request #1256 from Earlopain/fix-error-for-rails-active-support-on-load
Merge pull request #1254 from Earlopain/fix-error-for-rails-expanded-date-range
Fix an error for `Rails/ActiveSupportOnLoad` when calling without arguments
Fix an error for `Rails/UniqBeforePluck` with `EnforcedStyle: aggressive` when no receiver
Fix an error for `Rails/ExpandedDateRange` when passing an argument only to the first method call
Fix an error for `Rails/WhereMissing` without receiver
Fix a typo
Merge pull request #1248 from koic/fix_an_error_for_rails_unused_ignored_column
[Fix #1247] Fix an error for `Rails/UnusedIgnoredColumns`
Merge pull request #1246 from Earlopain/fix-1244
[Fix #1244] Fix a false positive for `Rails/ActionControllerFlashBeforeRender` when returning `redirect_to`
Switch back docs version to master
Cut v2.24.0
Update Changelog
Merge pull request #1245 from koic/support_prism
Support Prism as a Ruby parser
Use RuboCop RSpec 2.27
Use `stub_const`
Merge pull request #1241 from Earlopain/fix-error-for-where-exists
Fix an error for `Rails/WhereExists` with `EnforcedStyle: where` and implicit recievers
Remove redundant `expect_no_offenses` keyword arguments
Merge pull request #1235 from ymap/fix_an_incorrect_autocorrect_for_rails_find_by
[Fix #1234] Fix an incorrect autocorrect for `Rails/FindBy`
Fix an incorrect example for `Rails/ReversibleMigration`
Merge pull request #1231 from r7kamura/dangerous-object-id
Remove `object_id` from `Rails/DangerousColumnNames` targets
Merge pull request #1229 from markokajzer/master
Make `Rails/EnvironmentVariableAccess` aware of initializers.
Use RuboCop RSpec 2.26
Raise an exception if automation task `system` fails
Merge pull request #1176 from masato-bkn/refactor/redundant_active_record_all_method_spec
Merge pull request #1223 from koic/ci_against_ruby_3_3
CI against Ruby 3.3
Switch back docs version to master
✳️ rubocop (1.60.2 → 1.62.1) · Repo · Changelog
Release Notes
1.62.1
1.62.0
1.61.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
1.14.4
1.14.3
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 28 commits:
Bump to 1.14.4
Merge pull request #687 from ruby-i18n/undo-racc-dep
Remove 3.0 x rails-main action run
Use strictly ruby 3 point 0, not latest Ruby 3
undo strict racc dependency on this branch
Bump to 1.14.3
Merge pull request #683 from fatkodima/add-inspect-to-fallbacks
Merge branch 'master' into add-inspect-to-fallbacks
Merge pull request #684 from ruby-i18n/update-workflows
Clearly specify which versions of Ruby + Rails we support
Add back Ruby 3.0 support
Use actions/checkout@v4, as Node 16 actions have been deprecated
Bump Mocha deps to v2 to fix build issue
Specify racc as a dependency
Update workflows
Implement `Fallbacks#inspect` and `Fallbacks#empty?`
Merge pull request #678 from fatkodima/fix-interpolate-reserved-keywords
Raise when translated entry contains interpolations for reserved keywords and no substitutions provided
Merge pull request #677 from fatkodima/update-mocha
Update `mocha` gem
Merge pull request #669 from kbrock/regex2
Merge pull request #668 from kbrock/regex
Bump to 1.14.2
Merge pull request #671 from ruby-i18n/exists-pass-options
Pass options to along to exists? super calls
condense to TOKENIZER
Speed up INTERPOLATION_SYNTAX
Improve TOKENIZER by 23%
Commits
See the full diff on Github. The new version differs by 5 commits:
Branching minitest to version 5.22.3
- Minor changes to tests to pass when tests ran with extra flags (eg -p).
+ MASSIVE improvement of minitest's pride plugin output: Frequencies doubled! Sine waves shifted!! Comments improved!!! Colors rotated!!!! (havenwood)
- Improved wording on Minitest::Test#parallelize_me! to clarify it goes INSIDE your test class/describe.
- Support Ruby 3.4's new error message format. (mame)
Commits
See the full diff on Github. The new version differs by 2 commits:
Bump patch version.
Merge branch '2-2-sec' into 2-2-stable
Commits
See the full diff on Github. The new version differs by 24 commits:
Cut 1.31.2
Improve error message when passing wrong `parser_engine` and accept strings
Restore docs/antora.yml
Cut 1.31.1
Update Changelog
[Fix #282] Remove Prism from runtime dependency
Satisfy rubocop
Restore docs/antora.yml
Cut 1.31
Update Changelog
Remove useless `TARGET_RUBY_VERSION` env var
Make `Node#left_curly_brace?` aware of lambda brace
Support Prism as a Ruby parser
Fix a build error (#280)
Drop Ruby 2.6 runtime support
Fix a build error (#278)
CI against Ruby 3.3 (#274)
Bump actions/setup-python from 4 to 5
Support `Parser::Ruby34`
Suppress false positives of `RSpec/RedundantPredicateMatcher`
Bump actions/checkout from 3 to 4 (#269)
Suppress RuboCop offenses
Fix a few small things in NodeTypes docs (#273)
Suppress a RuboCop offense
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