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 to v1.64.1 #2626

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 16, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rubocop (source, changelog) 1.63.1 -> 1.64.1 age adoption passing confidence

Release Notes

rubocop/rubocop (rubocop)

v1.64.1

Compare Source

Bug fixes
  • #​12951: Fix an error for Style/Copyright when AutocorrectNotice is missing. ([@​koic][])
  • #​12932: Fix end position of diagnostic for LSP. ([@​ksss][])
  • #​12926: Fix a false positive for Style/SuperArguments when the methods block argument is reassigned before super. ([@​earlopain][])
  • #​12931: Fix false positives for Style/RedundantLineContinuation when line continuations involve break, next, or yield with a return value. ([@​koic][])
  • #​12924: Fix false positives for Style/SendWithLiteralMethodName when public_send argument is a method name that cannot be autocorrected. ([@​koic][])

v1.64.0

Compare Source

New features
Bug fixes
  • #​7189: Fix a false positive for Style/Copyright when using multiline copyright notice. ([@​koic][])
  • #​12914: Fix a false negative for Layout/EmptyComment when using an empty comment next to code after comment line. ([@​koic][])
  • #​12919: Fix false negatives for Style/ArgumentsForwarding when forward target is super. ([@​koic][])
  • #​12923: Fix false negatives for Style/ArgumentsForwarding when forward target is safe navigation method. ([@​koic][])
  • #​12894: Fix false positives for Style/MapIntoArray when using each without receiver with << to build an array. ([@​koic][])
  • #​12876: Fix an error for the lockfile parser if a gemfile exists but a lockfile doesn't. ([@​earlopain][])
  • #​12888: Fix --no-exclude-limit generating a todo with Max config instead of listing everything out with Exclude. ([@​earlopain][])
  • #​12898: Fix an error for TargetRailsVersion when parsing from the lockfile with prerelease rails. ([@​earlopain][])
Changes
  • #​12908: Add rubocop-rspec back to suggested extensions when rspec-rails is in use. ([@​pirj][])
  • #​12884: Align output from cop.documentation_url with --show-docs-url when passing a config as argument. ([@​earlopain][])
  • #​12905: Support ActiveSupportExtensionsEnabled for Style/SymbolProc. ([@​koic][])
  • #​12897: Respect user's intentions with workspace/executeCommand LSP method. ([@​koic][])

v1.63.5

Compare Source

Bug fixes
  • #​12877: Fix an infinite loop error for Layout/FirstArgumentIndentation when specifying EnforcedStyle: with_fixed_indentation of Layout/ArrayAlignment. ([@​koic][])
  • #​12873: Fix an error for Metrics/BlockLength when the CountAsOne config is invalid. ([@​koic][])
  • #​12881: Fix incorrect autocorrect when Style/NumericPredicate is used with negations. ([@​fatkodima][])
  • #​12882: Fix Layout/CommentIndentation for comment-only pattern matching. ([@​nekketsuuu][])

v1.63.4

Compare Source

Bug fixes
  • #​12871: Fix an error for rubocop -V when .rubocop.yml contains ERB. ([@​earlopain][])
  • #​12862: Fix a false positive for Style/RedundantLineContinuation when line continuations involve return with a return value. ([@​koic][])
  • #​12664: Fix handling of textDocument/diagnostic. ([@​muxcmux][])
  • #​12865: Fix Rails Cops, which weren't reporting any violations unless running with bundle exec. ([@​amomchilov][])

v1.63.3

Compare Source

Bug fixes
  • #​12857: Fix false negatives for Lint/UnreachableCode when using pattern matching. ([@​koic][])
  • #​12852: Fix an error for Lint/EmptyFile in formatters when using cache. ([@​earlopain][])
  • #​12848: Fix an error that occurs in RuboCop::Lockfile when the constant Bundler is uninitialized. ([@​koic][])
Changes

v1.63.2

Compare Source

Bug fixes
  • #​12843: Fix an error for Lint/MixedCaseRange when a character between Z and a is used in the regexp range. ([@​koic][])
  • #​12846: Fix an error for RuboCop::Lockfile when there is no Bundler environment. ([@​koic][])
  • #​12832: Fix an error for Style/ArgumentsForwarding when using block arg in nested method definitions. ([@​koic][])
  • #​12841: Fix false negatives for Lint/UnreachableLoop when using pattern matching. ([@​koic][])
  • #​12835: Allow global offenses to be disabled by directive comments. ([@​earlopain][])
Changes
  • #​12845: Exclude debug/open_nonstop from Lint/Debugger by default. ([@​koic][])

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 requested a review from jbampton as a code owner April 16, 2024 11:41
@renovate renovate bot added the renovate label Apr 16, 2024
@renovate renovate bot force-pushed the renovate/rubocop-1.x-lockfile branch from 2b6ad41 to 56d10dc Compare April 22, 2024 17:36
@renovate renovate bot changed the title chore(deps): update dependency rubocop to v1.63.2 chore(deps): update dependency rubocop to v1.63.3 Apr 22, 2024
@renovate renovate bot force-pushed the renovate/rubocop-1.x-lockfile branch 2 times, most recently from b5b6fd8 to aa10660 Compare April 28, 2024 06:20
@renovate renovate bot changed the title chore(deps): update dependency rubocop to v1.63.3 chore(deps): update dependency rubocop to v1.63.4 Apr 28, 2024
@renovate renovate bot force-pushed the renovate/rubocop-1.x-lockfile branch from aa10660 to 18ddacc Compare May 9, 2024 10:40
@renovate renovate bot changed the title chore(deps): update dependency rubocop to v1.63.4 chore(deps): update dependency rubocop to v1.63.5 May 9, 2024
@pull-request-size pull-request-size bot added size/S and removed size/XS labels May 9, 2024
@renovate renovate bot force-pushed the renovate/rubocop-1.x-lockfile branch from 18ddacc to de66046 Compare May 23, 2024 11:00
@renovate renovate bot changed the title chore(deps): update dependency rubocop to v1.63.5 chore(deps): update dependency rubocop to v1.64.0 May 23, 2024
@pull-request-size pull-request-size bot added size/M and removed size/S labels May 23, 2024
@renovate renovate bot force-pushed the renovate/rubocop-1.x-lockfile branch 4 times, most recently from f2f93c6 to a83d9be Compare May 31, 2024 05:12
@renovate renovate bot changed the title chore(deps): update dependency rubocop to v1.64.0 chore(deps): update dependency rubocop to v1.64.1 May 31, 2024
@renovate renovate bot force-pushed the renovate/rubocop-1.x-lockfile branch 6 times, most recently from 1ce1116 to 63b192b Compare June 21, 2024 01:21
@renovate renovate bot force-pushed the renovate/rubocop-1.x-lockfile branch 3 times, most recently from 3b3d546 to 1890c22 Compare June 21, 2024 02:41
@pull-request-size pull-request-size bot added size/S and removed size/M labels Jun 21, 2024
@renovate renovate bot force-pushed the renovate/rubocop-1.x-lockfile branch from 1890c22 to e397f6b Compare June 21, 2024 02:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant