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

chore(deps): update dependency rubocop-rails to v2.30.3 #465

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 29, 2024

This PR contains the following updates:

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

Release Notes

rubocop/rubocop-rails (rubocop-rails)

v2.30.3

Compare Source

Bug fixes
Changes
  • #​1179: Rails/ReflectionClassName: Accept method calls on local variables. ([@​exterm][])
  • #​1385: Make Lint/UselessAccessModifier aware of ActiveSupport::Concern and Module#concerning/Module#concern core extensions. ([@​earlopain][])
  • #​1454: Disable Rails/Delegate for controllers. ([@​earlopain][])

v2.30.2

Compare Source

Bug fixes
  • #​1447: Fix false positive for Rails/LexicallyScopedActionFilter when action methods are delegated. ([@​vlad-pisanov][])
  • #​1446: Fix false positives for Rails/Delegate when module_function is used. ([@​ydakuka][])
  • #​1427: Fix an error for Rails/UniqBeforePluck when pluck and unique are on different lines. ([@​earlopain][])

v2.30.1

Compare Source

Bug fixes
  • #​1442: Fix an incorrect behavior when using AllCops: TargetRailsVersion. ([@​koic][])
  • #​1444: Fix an incorrect behavior when using AllCops: MigratedSchemaVersion. ([@​koic][])

v2.30.0

Compare Source

New features
Bug fixes
  • #​1071: Fix Rails/FilePath cop to correctly handle File.join with variables and ignore leading and multiple slashes in string literal arguments for Rails.root.join and File.join. ([@​ydakuka][])
  • #​912: Enhance Rails/Delegate by adding delegation detection for self.class, constants, class variables, global variables, and instance variables. ([@​ydakuka][])

v2.29.1

Compare Source

Bug fixes
  • #​1423: Fix an error for Rails/StrongParametersExpect when using permit with no arguments. ([@​koic][])
  • #​1417: Fix an incorrect autocorrect for Rails/StrongParametersExpect when using a leading dot multiline call to require with permit. ([@​koic][])
  • #​1356: Enhance Rails/DuplicateAssociation to handle alias. ([@​ydakuka][])
  • #​1389: Handle TypeError caused by passing array literals as arguments to File methods in Rails/FilePath cop. ([@​ydakuka][])
  • #​1389: Handle TypeError caused by passing array literals as arguments to File methods in Rails/RootPathnameMethods cop. ([@​ydakuka][])
  • #​1228: Enhance Rails/SaveBang to properly handle instance variables. ([@​ydakuka][])

v2.29.0

Compare Source

New features
Bug fixes
Changes
  • #​1410: Make registered cops aware of AllCops: MigratedSchemaVersion. ([@​koic][])

v2.28.0

Compare Source

New features
Bug fixes
  • #​1390: Fix an incorrect autocorrect for Rails/SelectMap when select has no receiver and method chains are used. ([@​masato-bkn][])
  • #​1382: Fix false negatives for Rails/RedundantActiveRecordAllMethod when using all method in block. ([@​masato-bkn][])
  • #​1397: Fix Rails/FilePath cop error on join method with implicit receiver. ([@​viralpraxis][])
  • #​1398: Fix Rails/FilePath cop error in case of extra operations in Rails.root interpolation. ([@​viralpraxis][])
  • #​1392: Fix Rails/FilePath cop error with rescued Rails.root. ([@​viralpraxis][])
Changes
  • #​1388: Modify Rails/Pluck to ignore map/collect when used inside blocks to prevent potential N+1 queries. ([@​masato-bkn][])

v2.27.0

Compare Source

Bug fixes
  • #​1377: Fix an error for Rails/EnumSyntax when positional arguments are used and options are not passed as keyword arguments. ([@​koic][])
  • #​1367: Fix Rails/TimeZone should not report offense on String#to_time with timezone specifier. ([@​armandmgt][])
Changes

v2.26.2

Compare Source

Bug fixes
  • #​1362: Fix false positives for Rails/EnumSyntax when using Ruby 2.7. ([@​koic][])
  • #​1269: Fix false positives for Rails/ActionControllerFlashBeforeRender in combination with implicit returns. ([@​earlopain][])
  • #​1326: Fix wrong autocorrect for Rails/FilePath when passing an array to File.join. ([@​earlopain][])
Changes

v2.26.1

Compare Source

Bug fixes
  • #​1343: Fix false negatives for Rails/EnumSyntax for non-literal mappings. ([@​earlopain][])
  • #​1340: Fix a false positive for Rails/WhereEquals, Rails/WhereNot, and Rails/WhereRange when qualifying the database name. ([@​earlopain][])
Changes

v2.26.0

Compare Source

New features
Bug fixes
  • #​1335: Fix an error for Rails/BulkChangeTable when the block for change_table is empty. ([@​earlopain][])
  • #​1325: Fix an error for Rails/RenderPlainText when the content type is passed as a constant. ([@​earlopain][])
  • #​1337: Fix an error for Rails/Validation when passing no arguments. ([@​earlopain][])
  • #​1330: Fix an error for Rails/WhereNot when using placeholder without second argument. ([@​earlopain][])
  • #​1311: Fix false negatives for Rails/ActionControllerFlashBeforeRender when using implicit render or rescue blocks. ([@​tldn0718][])
  • #​1313: Fix false positives for Rails/CompactBlank when using collection.reject!. ([@​koic][])
  • #​1319: Fix a false positive for Rails/RedundantPresenceValidationOnBelongsTo when removing presence would leave other non-validation options like allow_blank without validations. ([@​earlopain][])
  • #​1306: Make Rails/PluralizationGrammar aware of byte methods. ([@​earlopain][])
  • #​1302: Allow params receiver by default for Style/CollectionMethods. ([@​koic][])
  • #​1321: Fix an error for Rails/WhereEquals when the second argument is not yet typed (where("foo = ?", )). ([@​earlopain][])
Changes

v2.25.1

Compare Source

Bug fixes
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 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.


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

This PR was generated by Mend Renovate. View the repository job log.

Copy link

codecov bot commented Jun 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (a636755) to head (5b4db0b).

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #465   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           48        48           
  Lines          670       670           
  Branches        53        53           
=========================================
  Hits           670       670           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot changed the title Update dependency rubocop-rails to v2.25.1 chore(deps): update dependency rubocop-rails to v2.25.1 Jul 10, 2024
@renovate renovate bot force-pushed the renovate/rubocop-rails-2.x-lockfile branch from ed92f8c to 93830c7 Compare July 10, 2024 12:10
@renovate renovate bot changed the title chore(deps): update dependency rubocop-rails to v2.25.1 chore(deps): update dependency rubocop-rails to v2.26.0 Aug 24, 2024
@renovate renovate bot force-pushed the renovate/rubocop-rails-2.x-lockfile branch from 93830c7 to efe9fb1 Compare August 24, 2024 09:59
@renovate 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 renovate bot force-pushed the renovate/rubocop-rails-2.x-lockfile branch from efe9fb1 to 8dc3b42 Compare September 7, 2024 09:16
@renovate 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 renovate bot force-pushed the renovate/rubocop-rails-2.x-lockfile branch from 8dc3b42 to 99d527a Compare September 21, 2024 07:48
@renovate renovate bot force-pushed the renovate/rubocop-rails-2.x-lockfile branch from 99d527a to bacce02 Compare October 26, 2024 10:38
@renovate 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 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 renovate bot force-pushed the renovate/rubocop-rails-2.x-lockfile branch from bacce02 to b7aec93 Compare December 25, 2024 10:29
@renovate 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 renovate bot force-pushed the renovate/rubocop-rails-2.x-lockfile branch from b7aec93 to 0bf007a Compare January 19, 2025 09:01
@renovate 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 renovate bot force-pushed the renovate/rubocop-rails-2.x-lockfile branch from 0bf007a to c4113fb Compare January 25, 2025 05:31
@renovate renovate bot force-pushed the renovate/rubocop-rails-2.x-lockfile branch from c4113fb to 86e0a4b Compare February 15, 2025 17:57
@renovate renovate bot changed the title chore(deps): update dependency rubocop-rails to v2.29.1 chore(deps): update dependency rubocop-rails to v2.30.0 Feb 15, 2025
@renovate renovate bot changed the title chore(deps): update dependency rubocop-rails to v2.30.0 chore(deps): update dependency rubocop-rails to v2.30.1 Feb 17, 2025
@renovate renovate bot force-pushed the renovate/rubocop-rails-2.x-lockfile branch from 86e0a4b to 37c3039 Compare February 17, 2025 12:04
@renovate renovate bot force-pushed the renovate/rubocop-rails-2.x-lockfile branch from 37c3039 to 7e0e0d3 Compare February 24, 2025 12:43
@renovate renovate bot changed the title chore(deps): update dependency rubocop-rails to v2.30.1 chore(deps): update dependency rubocop-rails to v2.30.2 Feb 24, 2025
@renovate renovate bot force-pushed the renovate/rubocop-rails-2.x-lockfile branch from 7e0e0d3 to 5fbe926 Compare March 3, 2025 06:16
@renovate renovate bot changed the title chore(deps): update dependency rubocop-rails to v2.30.2 chore(deps): update dependency rubocop-rails to v2.30.3 Mar 3, 2025
@renovate renovate bot force-pushed the renovate/rubocop-rails-2.x-lockfile branch from 5fbe926 to 5b4db0b Compare March 19, 2025 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In progress
Development

Successfully merging this pull request may close these issues.

0 participants