Closed renovate[bot] closed 3 weeks ago
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.
This PR contains the following updates:
2.23.1
->2.25.0
Release Notes
rubocop/rubocop-rails (rubocop-rails)
### [`v2.25.0`](https://togithub.com/rubocop/rubocop-rails/blob/HEAD/CHANGELOG.md#2250-2024-05-17) [Compare Source](https://togithub.com/rubocop/rubocop-rails/compare/v2.24.1...v2.25.0) ##### New features - [#1272](https://togithub.com/rubocop/rubocop-rails/pull/1272): Add new `Rails/WhereRange` cop. (\[[@fatkodima](https://togithub.com/fatkodima)]\[]) ##### Bug fixes - [#1270](https://togithub.com/rubocop/rubocop-rails/issues/1270): Fix an incorrect autocorrect for `Rails/Validation` when using `validates_size_of`. (\[[@koic](https://togithub.com/koic)]\[]) - [#1278](https://togithub.com/rubocop/rubocop-rails/issues/1278): Fix a false positive for `Rails/SkipsModelValidations` when using `insert` or `insert!` with a safe navigator. (\[[@tldn0718](https://togithub.com/tldn0718)]\[]) - [#1260](https://togithub.com/rubocop/rubocop-rails/issues/1260): Fix a performance regression caused by `Rails/UnknownEnv` when using Rails 7.1. (\[[@lukasfroehlich1](https://togithub.com/lukasfroehlich1)]\[]) ##### Changes - [#1249](https://togithub.com/rubocop/rubocop-rails/issues/1249): Disable `Rails/UnusedIgnoredColumns` by default. (\[[@earlopain](https://togithub.com/earlopain)]\[]) - [#1266](https://togithub.com/rubocop/rubocop-rails/pull/1266): Check `change_table` calls for offenses. (\[[@ccutrer](https://togithub.com/ccutrer)]\[]) - [#1267](https://togithub.com/rubocop/rubocop-rails/pull/1267): Make `Rails/HttpStatus` aware of Rails-specific response assertions. (\[[@tldn0718](https://togithub.com/tldn0718)]\[]) - [#1137](https://togithub.com/rubocop/rubocop-rails/pull/1137): Migrate to `TargetRailsVersion` the new [`requires_gem` API](https://togithub.com/rubocop/rubocop/pull/12186). (\[[@amomchilov](https://togithub.com/amomchilov)]\[]) ### [`v2.24.1`](https://togithub.com/rubocop/rubocop-rails/blob/HEAD/CHANGELOG.md#2241-2024-03-25) [Compare Source](https://togithub.com/rubocop/rubocop-rails/compare/v2.24.0...v2.24.1) ##### Bug fixes - [#1244](https://togithub.com/rubocop/rubocop-rails/issues/1244): Fix a false positive for `Rails/ActionControllerFlashBeforeRender` when returning `redirect_to`. (\[[@earlopain](https://togithub.com/earlopain)]\[]) - [#1255](https://togithub.com/rubocop/rubocop-rails/pull/1255): Fix an error for `Rails/UniqBeforePluck` with `EnforcedStyle: aggressive` when no receiver. (\[[@earlopain](https://togithub.com/earlopain)]\[]) - [#1247](https://togithub.com/rubocop/rubocop-rails/issues/1247): Fix an error for `Rails/UnusedIgnoredColumns` when without tables in db/schema.rb. (\[[@koic](https://togithub.com/koic)]\[]) - [#1253](https://togithub.com/rubocop/rubocop-rails/pull/1253): Fix an error for `Rails/WhereMissing` with leading `where` without receiver. (\[[@earlopain](https://togithub.com/earlopain)]\[]) - [#1254](https://togithub.com/rubocop/rubocop-rails/pull/1254): Fix an error for `Rails/ExpandedDateRange` when passing an argument only to the first method call for weeks. (\[[@earlopain](https://togithub.com/earlopain)]\[]) - [#1256](https://togithub.com/rubocop/rubocop-rails/pull/1256): Fix an error for `Rails/ActiveSupportOnLoad` when calling without arguments. (\[[@earlopain](https://togithub.com/earlopain)]\[]) - [#1230](https://togithub.com/rubocop/rubocop-rails/issues/1230): Fix a false positive for `Rails/SaveBang` if `persisted?` is checked on parenthesised expression. (\[[@earlopain](https://togithub.com/earlopain)]\[]) - [#1200](https://togithub.com/rubocop/rubocop-rails/issues/1200): Make `Rails/TimeZone` aware of safe navigation. (\[[@earlopain](https://togithub.com/earlopain)]\[]) ##### Changes - [#1257](https://togithub.com/rubocop/rubocop-rails/pull/1257): Add Rails 7.1 load hooks and `active_record_sqlite3adapter` to `Rails/ActiveSupportOnLoad`. (\[[@earlopain](https://togithub.com/earlopain)]\[]) ### [`v2.24.0`](https://togithub.com/rubocop/rubocop-rails/blob/HEAD/CHANGELOG.md#2240-2024-03-03) [Compare Source](https://togithub.com/rubocop/rubocop-rails/compare/v2.23.1...v2.24.0) ##### New features - [#1245](https://togithub.com/rubocop/rubocop-rails/pull/1245): Support Prism as a Ruby parser (experimental). (\[[@koic](https://togithub.com/koic)]\[]) ##### Bug fixes - [#1234](https://togithub.com/rubocop/rubocop-rails/issues/1234): Fix an incorrect autocorrect for `Rails/FindBy` when using multi-line leading dot method calls. (\[[@ymap](https://togithub.com/ymap)]\[]) - [#1241](https://togithub.com/rubocop/rubocop-rails/pull/1241): Fix an error for `Rails/WhereExists` with `EnforcedStyle: where` and implicit receivers. (\[[@earlopain](https://togithub.com/earlopain)]\[]) ##### Changes - [#1229](https://togithub.com/rubocop/rubocop-rails/pull/1229): Make `Rails/EnvironmentVariableAccess` aware of initializers. (\[[@markokajzer](https://togithub.com/markokajzer)]\[]) - [#1231](https://togithub.com/rubocop/rubocop-rails/pull/1231): Remove `object_id` from `Rails/DangerousColumnNames` targets. (\[[@r7kamura](https://togithub.com/r7kamura)]\[])Configuration
📅 Schedule: Branch creation - " 8-20 1 *" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.