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

build(deps-dev): bump rubocop-rails from 2.17.4 to 2.25.1 #175

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps rubocop-rails from 2.17.4 to 2.25.1.

Release notes

Sourced from rubocop-rails's releases.

RuboCop Rails 2.25.1

Bug fixes

  • #1280: Look for change_column_null for Rails/BulkChangeTable. (@​ccutrer)
  • #1299: Fix an error for Rails/NotNullColumn when the block for change_table is empty. (@​earlopain)
  • #1281: Fix Rails/WhereRange autocorrect for complex expressions. (@​fatkodima)
  • #1282: Fix Rails/WhereRange to correctly handle template strings with extra spaces. (@​fatkodima)

Changes

RuboCop Rails 2.25.0

New features

Bug fixes

  • #1270: Fix an incorrect autocorrect for Rails/Validation when using validates_size_of. (@​koic)
  • #1278: Fix a false positive for Rails/SkipsModelValidations when using insert or insert! with a safe navigator. (@​tldn0718)
  • #1260: Fix a performance regression caused by Rails/UnknownEnv when using Rails 7.1. (@​lukasfroehlich1)

Changes

RuboCop Rails 2.24.1

Bug fixes

... (truncated)

Changelog

Sourced from rubocop-rails's changelog.

2.25.1 (2024-06-29)

Bug fixes

  • #1280: Look for change_column_null for Rails/BulkChangeTable. ([@​ccutrer][])
  • #1299: Fix an error for Rails/NotNullColumn when the block for change_table is empty. ([@​earlopain][])
  • #1281: Fix Rails/WhereRange autocorrect for complex expressions. ([@​fatkodima][])
  • #1282: Fix Rails/WhereRange to correctly handle template strings with extra spaces. ([@​fatkodima][])

Changes

2.25.0 (2024-05-17)

New features

Bug fixes

  • #1270: Fix an incorrect autocorrect for Rails/Validation when using validates_size_of. ([@​koic][])
  • #1278: Fix a false positive for Rails/SkipsModelValidations when using insert or insert! with a safe navigator. ([@​tldn0718][])
  • #1260: Fix a performance regression caused by Rails/UnknownEnv when using Rails 7.1. ([@​lukasfroehlich1][])

Changes

2.24.1 (2024-03-25)

Bug fixes

  • #1244: Fix a false positive for Rails/ActionControllerFlashBeforeRender when returning redirect_to. ([@​earlopain][])
  • #1255: Fix an error for Rails/UniqBeforePluck with EnforcedStyle: aggressive when no receiver. ([@​earlopain][])
  • #1247: Fix an error for Rails/UnusedIgnoredColumns when without tables in db/schema.rb. ([@​koic][])
  • #1253: Fix an error for Rails/WhereMissing with leading where without receiver. ([@​earlopain][])
  • #1254: Fix an error for Rails/ExpandedDateRange when passing an argument only to the first method call for weeks. ([@​earlopain][])
  • #1256: Fix an error for Rails/ActiveSupportOnLoad when calling without arguments. ([@​earlopain][])
  • #1230: Fix a false positive for Rails/SaveBang if persisted? is checked on parenthesised expression. ([@​earlopain][])
  • #1200: Make Rails/TimeZone aware of safe navigation. ([@​earlopain][])

Changes

... (truncated)

Commits
  • b8409c1 Cut 2.25.1
  • 7a2b993 Update Changelog
  • d0016e8 Use RuboCop RSpec 3.0
  • dec8343 Merge pull request #1297 from ChaelCodes/1295-rails-validations-covers-compar...
  • 7e77248 [Fix #1295] Cover validates_comparison_of in Rails/Validation
  • 906e18c Merge pull request #1300 from Earlopain/changelog-tweaks
  • ec3f284 Consistently specify department in current changelog entries
  • 0259700 Merge pull request #1299 from Earlopain/error-not-null-column
  • 0d318fb Fix an error for Rails/NotNullColumn when the block for change_table is e...
  • d99bbe1 Merge pull request #1289 from fwolfst/1288-let_link_to_blank_find_link_to_if_...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.17.4 to 2.25.1.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rails@v2.17.4...v2.25.1)

---
updated-dependencies:
- dependency-name: rubocop-rails
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants