Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 27, 2024

This PR contains the following updates:

Package Change Age Confidence
rubocop-performance (source, changelog) 1.19.1 -> 1.26.0 age confidence

Release Notes

rubocop/rubocop-performance (rubocop-performance)

v1.26.0

Compare Source

Bug fixes
  • #​444: Fix an incorrect autocorrect for Performance/BlockGivenWithExplicitBlock when using Naming/BlockForwarding's autocorrection together. ([@​a-lavis][])
  • #​500: Mark Performance/MapCompact cop as unsafe. ([@​jbpextra][])
  • #​498: Fix Performance/Count cop error on empty selector block. ([@​viralpraxis][])
  • #​504: Fix autocorrection syntax error for Performance/Count with multiline calls. ([@​lovro-bikic][])
Changes
  • #​512: Detect negated conditions like !foo.start_with('bar') && !foo.start_with('baz') with Performance/DoubleStartEndWith. ([@​earlopain][])

v1.25.0

Compare Source

New features
Bug fixes
  • #​494: Fix Performance/FixedSize false positive when count is called with a numblock. ([@​dvandersluis][])
  • #​492: Fix false positives for Performance/StringIdentifierArgument when using interpolated string argument. ([@​koic][])
Changes
  • #​482: Change Performance/CollectionLiteralInLoop to not register offenses for Array#include? that are optimized directly in Ruby. ([@​earlopain][])

v1.24.0

Compare Source

New features
  • #​490: Pluginfy RuboCop Performance. ([@​koic][])
  • #​462: Add new Performance/ZipWithoutBlock cop that checks patterns like .map { |id| [id] } or .map { [_1] } and can replace them with .zip. ([@​corsonknowles][])
Bug fixes

v1.23.1

Compare Source

Bug fixes

v1.23.0

Compare Source

New features

v1.22.1

Compare Source

Bug fixes
  • #​468: Fix false positives for Performance/BigDecimalWithNumericArgument when using float argument for BigDecimal. ([@​koic][])

v1.22.0

Compare Source

Bug fixes
  • #​454: Fix false positives for Performance/BigDecimalWithNumericArgument when using BigDecimal 3.1+. ([@​koic][])
Changes

v1.21.1

Compare Source

Bug fixes
  • #​452: Fix an error for Performance/RedundantEqualityComparisonBlock when the block is empty. ([@​earlopain][])

v1.21.0

Compare Source

New features
Bug fixes
  • #​437: Fix a false positive for Performance/ChainArrayAllocation when using select with block argument after select. ([@​koic][])
  • #​448: Fix a false positive for Performance/RedundantBlockCall when using block.call with block argument. ([@​koic][])
Changes

v1.20.2

Compare Source

Bug fixes
  • #​425: Fix a false positive for Performance/StringIdentifierArgument when using string interpolation with methods that don't support symbols with :: inside them. ([@​earlopain][])

v1.20.1

Compare Source

Bug fixes
  • #​428: Fix false negatives for Performance/StringIdentifierArgument when using multiple string arguments. ([@​koic][])

v1.20.0

Compare Source

New features
  • #​384: Support optimized String#dup for Performance/UnfreezeString when Ruby 3.3+. ([@​koic][])
Bug fixes
  • #​374: Fix an error for Performance/MapMethodChain when using map method chain without receiver. ([@​koic][])
  • #​386: Fix a false negative for Performance/StringIdentifierArgument when using string interpolation. ([@​earlopain][])
  • #​419: Make Performance/Count, Performance/FixedSize, Performance/FlatMap, Performance/InefficientHashSearch, Performance/RangeInclude, Performance/RedundantSortBlock, Performance/ReverseFirst, Performance/SelectMap, Performance/Size, Performance/SortReverse, and Performance/TimesMap cops aware of safe navigation operator. ([@​koic][])
  • #​390: Fix a false negative for Performance/ReverseEach when safe navigation is between reverse and each. ([@​fatkodima][])
  • #​401: Make Performance/Sum aware of safe navigation operator. ([@​koic][])
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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from proelbtn January 27, 2024 08:36
@renovate renovate bot force-pushed the renovate/rubocop-performance-1.x-lockfile branch 2 times, most recently from 5a49230 to 6e19253 Compare January 28, 2024 02:04
@renovate renovate bot force-pushed the renovate/rubocop-performance-1.x-lockfile branch from 6e19253 to 49bb1f7 Compare March 30, 2024 11:23
@renovate renovate bot changed the title Update dependency rubocop-performance to v1.20.2 Update dependency rubocop-performance to v1.21.0 Mar 30, 2024
@renovate renovate bot changed the title Update dependency rubocop-performance to v1.21.0 Update dependency rubocop-performance to v1.21.1 Jun 16, 2024
@renovate renovate bot force-pushed the renovate/rubocop-performance-1.x-lockfile branch from 49bb1f7 to 9ed54e2 Compare June 16, 2024 10:30
@renovate renovate bot force-pushed the renovate/rubocop-performance-1.x-lockfile branch from 9ed54e2 to bb8d202 Compare September 16, 2024 11:13
@renovate renovate bot changed the title Update dependency rubocop-performance to v1.21.1 Update dependency rubocop-performance to v1.22.0 Sep 16, 2024
@renovate renovate bot changed the title Update dependency rubocop-performance to v1.22.0 Update dependency rubocop-performance to v1.22.1 Sep 17, 2024
@renovate renovate bot force-pushed the renovate/rubocop-performance-1.x-lockfile branch from bb8d202 to 48dcdc1 Compare September 17, 2024 07:17
@renovate renovate bot changed the title Update dependency rubocop-performance to v1.22.1 Update dependency rubocop-performance to v1.23.0 Nov 14, 2024
@renovate renovate bot force-pushed the renovate/rubocop-performance-1.x-lockfile branch from 48dcdc1 to 02282e3 Compare November 14, 2024 19:05
@renovate renovate bot changed the title Update dependency rubocop-performance to v1.23.0 Update dependency rubocop-performance to v1.23.1 Jan 4, 2025
@renovate renovate bot force-pushed the renovate/rubocop-performance-1.x-lockfile branch from 02282e3 to f7a45f2 Compare January 4, 2025 10:22
@renovate renovate bot force-pushed the renovate/rubocop-performance-1.x-lockfile branch from f7a45f2 to 4ea3b93 Compare February 15, 2025 19:07
@renovate renovate bot changed the title Update dependency rubocop-performance to v1.23.1 Update dependency rubocop-performance to v1.24.0 Feb 15, 2025
@renovate renovate bot force-pushed the renovate/rubocop-performance-1.x-lockfile branch from 4ea3b93 to 78faff6 Compare April 1, 2025 05:38
@renovate renovate bot changed the title Update dependency rubocop-performance to v1.24.0 Update dependency rubocop-performance to v1.25.0 Apr 1, 2025
@renovate renovate bot force-pushed the renovate/rubocop-performance-1.x-lockfile branch from 78faff6 to 2ebb743 Compare August 10, 2025 13:26
@renovate renovate bot changed the title Update dependency rubocop-performance to v1.25.0 Update dependency rubocop-performance to v1.26.0 Sep 6, 2025
@renovate renovate bot force-pushed the renovate/rubocop-performance-1.x-lockfile branch from 2ebb743 to 3efe6e4 Compare September 6, 2025 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants