-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(deps): update dependency rubocop-rails to v2.29.1 #232
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/rubocop-rails-2.x-lockfile
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/rubocop-rails-2.x-lockfile
branch
8 times, most recently
from
September 7, 2024 09:59
cf7ddfc
to
b2ad98b
Compare
renovate
bot
changed the title
chore(deps): update dependency rubocop-rails to v2.26.0
chore(deps): update dependency rubocop-rails to v2.26.1
Sep 7, 2024
renovate
bot
force-pushed
the
renovate/rubocop-rails-2.x-lockfile
branch
5 times, most recently
from
September 21, 2024 08:16
0c8096e
to
eb17731
Compare
renovate
bot
changed the title
chore(deps): update dependency rubocop-rails to v2.26.1
chore(deps): update dependency rubocop-rails to v2.26.2
Sep 21, 2024
renovate
bot
force-pushed
the
renovate/rubocop-rails-2.x-lockfile
branch
4 times, most recently
from
September 29, 2024 16:01
d3c1430
to
39f5225
Compare
renovate
bot
force-pushed
the
renovate/rubocop-rails-2.x-lockfile
branch
3 times, most recently
from
October 13, 2024 16:04
abb0f36
to
732cae3
Compare
renovate
bot
force-pushed
the
renovate/rubocop-rails-2.x-lockfile
branch
from
October 16, 2024 00:21
732cae3
to
8b1c2a2
Compare
renovate
bot
force-pushed
the
renovate/rubocop-rails-2.x-lockfile
branch
4 times, most recently
from
October 25, 2024 17:16
2e6f94b
to
f4f9e87
Compare
renovate
bot
changed the title
chore(deps): update dependency rubocop-rails to v2.26.2
chore(deps): update dependency rubocop-rails to v2.27.0
Oct 26, 2024
renovate
bot
force-pushed
the
renovate/rubocop-rails-2.x-lockfile
branch
3 times, most recently
from
October 31, 2024 03:14
11661a7
to
2fbb05e
Compare
renovate
bot
force-pushed
the
renovate/rubocop-rails-2.x-lockfile
branch
2 times, most recently
from
November 9, 2024 19:47
5e161fe
to
bc0d975
Compare
renovate
bot
force-pushed
the
renovate/rubocop-rails-2.x-lockfile
branch
2 times, most recently
from
November 23, 2024 06:50
df1c754
to
74a0dc1
Compare
renovate
bot
force-pushed
the
renovate/rubocop-rails-2.x-lockfile
branch
3 times, most recently
from
December 11, 2024 01:26
2ee467d
to
c547938
Compare
renovate
bot
force-pushed
the
renovate/rubocop-rails-2.x-lockfile
branch
6 times, most recently
from
December 19, 2024 00:16
5e2779a
to
787d934
Compare
renovate
bot
force-pushed
the
renovate/rubocop-rails-2.x-lockfile
branch
from
December 25, 2024 14:13
787d934
to
6da4af7
Compare
renovate
bot
changed the title
chore(deps): update dependency rubocop-rails to v2.27.0
chore(deps): update dependency rubocop-rails to v2.28.0
Dec 25, 2024
renovate
bot
force-pushed
the
renovate/rubocop-rails-2.x-lockfile
branch
from
January 19, 2025 08:42
6da4af7
to
ad5afd3
Compare
renovate
bot
changed the title
chore(deps): update dependency rubocop-rails to v2.28.0
chore(deps): update dependency rubocop-rails to v2.29.0
Jan 19, 2025
renovate
bot
force-pushed
the
renovate/rubocop-rails-2.x-lockfile
branch
from
January 24, 2025 17:02
ad5afd3
to
c9d8496
Compare
renovate
bot
changed the title
chore(deps): update dependency rubocop-rails to v2.29.0
chore(deps): update dependency rubocop-rails to v2.29.1
Jan 25, 2025
renovate
bot
force-pushed
the
renovate/rubocop-rails-2.x-lockfile
branch
2 times, most recently
from
January 29, 2025 04:59
9902577
to
b261335
Compare
renovate
bot
force-pushed
the
renovate/rubocop-rails-2.x-lockfile
branch
from
January 29, 2025 17:55
b261335
to
b29a31b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
2.25.1
->2.29.1
Release Notes
rubocop/rubocop-rails (rubocop-rails)
v2.29.1
Compare Source
Bug fixes
Rails/StrongParametersExpect
when usingpermit
with no arguments. ([@koic][])Rails/StrongParametersExpect
when using a leading dot multiline call torequire
withpermit
. ([@koic][])Rails/DuplicateAssociation
to handle alias. ([@ydakuka][])TypeError
caused by passing array literals as arguments toFile
methods inRails/FilePath
cop. ([@ydakuka][])TypeError
caused by passing array literals as arguments toFile
methods inRails/RootPathnameMethods
cop. ([@ydakuka][])Rails/SaveBang
to properly handle instance variables. ([@ydakuka][])v2.29.0
Compare Source
New features
Rails/MultipleRoutePaths
cop. ([@koic][])Rails/StrongParametersExpect
cop. ([@koic][])Bug fixes
Rails/ReversibleMigration
when callingdrop_table
without any arguments. ([@earlopain][])Rails/TimeZone
when Time.new has a string argument. ([@mterada1228][])Rails/IndexBy
andRails/IndexWith
whenmap { ... }.to_h
is enclosed in another block. ([@franzliedke][], [@eugeneius][])Rails/IndexBy
andRails/IndexWith
to support numbered block parameters. ([@eugeneius][])Rails/IndexWith
when the value is a hash literal without braces. ([@koic][], [@eugeneius][])Rails/HttpPositionalArguments
cop false positives with arguments forwarding. ([@viralpraxis][])Changes
AllCops: MigratedSchemaVersion
. ([@koic][])v2.28.0
Compare Source
New features
AllCops: MigratedSchemaVersion
config. ([@koic][])Bug fixes
Rails/SelectMap
whenselect
has no receiver and method chains are used. ([@masato-bkn][])Rails/RedundantActiveRecordAllMethod
when usingall
method in block. ([@masato-bkn][])Rails/FilePath
cop error onjoin
method with implicit receiver. ([@viralpraxis][])Rails/FilePath
cop error in case of extra operations inRails.root
interpolation. ([@viralpraxis][])Rails/FilePath
cop error with rescuedRails.root
. ([@viralpraxis][])Changes
Rails/Pluck
to ignoremap/collect
when used inside blocks to prevent potential N+1 queries. ([@masato-bkn][])v2.27.0
Compare Source
Bug fixes
Rails/EnumSyntax
when positional arguments are used and options are not passed as keyword arguments. ([@koic][])Rails/TimeZone
should not report offense onString#to_time
with timezone specifier. ([@armandmgt][])Changes
Rails/TransactionExitStatement
on Rails >= 7.2. ([@earlopain][])Rails/EnvLocal
to handle negated conditions. ([@fatkodima][])Rails/SelectMap
to handle safe navigation operators. ([@fatkodima][])v2.26.2
Compare Source
Bug fixes
Rails/EnumSyntax
when using Ruby 2.7. ([@koic][])Rails/ActionControllerFlashBeforeRender
in combination with implicit returns. ([@earlopain][])Rails/FilePath
when passing an array toFile.join
. ([@earlopain][])Changes
filter
inRails/CompactBlank
. ([@masato-bkn][])v2.26.1
Compare Source
Bug fixes
Rails/EnumSyntax
for non-literal mappings. ([@earlopain][])Rails/WhereEquals
,Rails/WhereNot
, andRails/WhereRange
when qualifying the database name. ([@earlopain][])Changes
Rails/ApplicationRecord
to ignore migrations. ([@fatkodima][])Rails/EnumSyntax
to autocorrect underscored options. ([@fatkodima][])v2.26.0
Compare Source
New features
Rails/EnumSyntax
cop. ([@maxprokopiev][], [@koic][])Rails/EnumHash
cop. ([@ytjmt][])Rails/EnumUniqueness
cop. ([@ytjmt][])Bug fixes
Rails/BulkChangeTable
when the block forchange_table
is empty. ([@earlopain][])Rails/RenderPlainText
when the content type is passed as a constant. ([@earlopain][])Rails/Validation
when passing no arguments. ([@earlopain][])Rails/WhereNot
when using placeholder without second argument. ([@earlopain][])Rails/ActionControllerFlashBeforeRender
when using implicit render or rescue blocks. ([@tldn0718][])Rails/CompactBlank
when usingcollection.reject!
. ([@koic][])Rails/RedundantPresenceValidationOnBelongsTo
when removingpresence
would leave other non-validation options likeallow_blank
without validations. ([@earlopain][])Rails/PluralizationGrammar
aware of byte methods. ([@earlopain][])params
receiver by default forStyle/CollectionMethods
. ([@koic][])Rails/WhereEquals
when the second argument is not yet typed (where("foo = ?", )
). ([@earlopain][])Changes
Rails/CompactBlank
to handleselect(&:present?)
. ([@fatkodima][])Rails/IgnoredSkipActionFilterOption
to handle multiple callbacks. ([@fatkodima][])Rails/WhereEquals
aware ofwhere.not(...)
. ([@earlopain][])Rails/RootPathnameMethods
to detect offenses onDir.[]
. ([@r7kamura][])Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.