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

Update dependency rubocop-rails to v2.24.0 - autoclosed #29495

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 3, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rubocop-rails (source, changelog) 2.23.1 -> 2.24.0 age adoption passing confidence

Release Notes

rubocop/rubocop-rails (rubocop-rails)

v2.24.0

Compare Source

New features
Bug fixes
  • #​1234: Fix an incorrect autocorrect for Rails/FindBy when using multi-line leading dot method calls. ([@​ymap][])
  • #​1241: Fix an error for Rails/WhereExists with EnforcedStyle: where and implicit receivers. ([@​earlopain][])
Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Mar 3, 2024
@renovate renovate bot force-pushed the renovate/rubocop-rails-2.x-lockfile branch from e61f00c to abe2fc4 Compare March 7, 2024 11:27
@mjankowski
Copy link
Contributor

This PR also bumps the i18n gem in addition to rubocop-rails.

The CI failure here seems related to this feature added in i18n 1.14.3 - ruby-i18n/i18n#678

My guess is we are using one or more of the reserved keys - https://github.com/fatkodima/i18n/blob/7cf09474b77fd41e65d979134b0525f67cf371b0/lib/i18n.rb#L19-L33 - in an interpolation somewhere.

We can probably either a) track down and change whatever those are (probably a good idea!) before updating i18n and let this PR rebase, b) update rubocop-rails in a way that doesnt bump i18n as well, if possible.

@mjankowski
Copy link
Contributor

mjankowski commented Mar 7, 2024

Actually, I think the error in the CI failure is coming from the i18n-tasks gem itself, and not anything in the app. Opened glebm/i18n-tasks#552

@renovate renovate bot changed the title Update dependency rubocop-rails to v2.24.0 chore(deps): update dependency rubocop-rails to v2.24.0 Mar 12, 2024
@renovate renovate bot changed the title chore(deps): update dependency rubocop-rails to v2.24.0 Update dependency rubocop-rails to v2.24.0 Mar 13, 2024
@renovate renovate bot force-pushed the renovate/rubocop-rails-2.x-lockfile branch from abe2fc4 to b6cf50b Compare March 18, 2024 09:23
@renovate renovate bot changed the title Update dependency rubocop-rails to v2.24.0 Update dependency rubocop-rails to v2.24.0 - autoclosed Mar 21, 2024
@renovate renovate bot closed this Mar 21, 2024
@renovate renovate bot deleted the renovate/rubocop-rails-2.x-lockfile branch March 21, 2024 10:43
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant