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 to v1.65.1 - autoclosed #1623

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 11, 2024

Mend Renovate

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

rubocop/rubocop (rubocop)

v1.65.1

Compare Source

New features
  • #​13068: Add config validation to Naming/PredicateName to check that all ForbiddenPrefixes are being checked. ([@​maxjacobson][])
Bug fixes
  • #​13051: Fix an error for Lint/FloatComparison when comparing with rational literal. ([@​koic][])
  • #​13065: Fix an error for Lint/UselessAssignment when same name variables are assigned using chained assignment. ([@​koic][])
  • #​13062: Fix an error for Style/InvertibleUnlessCondition when using empty parenthesis as condition. ([@​earlopain][])
  • #​11438: Explicitly load fileutils before calculating before_us. ([@​r7kamura][])
  • #​13044: Fix false negatives for Lint/ImplicitStringConcatenation when using adjacent string interpolation literals on the same line. ([@​koic][])
  • #​13083: Fix a false positive for Style/GlobalStdStream when using namespaced constants like Foo::STDOUT. ([@​earlopain][])
  • #​13081: Fix a false positive for Style/ZeroLengthPredicate when using safe navigation and non-zero comparison. ([@​fatkodima][])
  • #​13041: Fix false positives for Lint/UselessAssignment when pattern match variable is assigned and used in a block. ([@​koic][])
  • #​13076: Fix an incorrect autocorrect for Naming/RescuedExceptionsVariableName when using hash value omission. ([@​koic][])

v1.65.0

Compare Source

New features
Bug fixes
  • #​12954: Fix a false negative for Style/ArgumentsForwarding when arguments forwarding in yield. ([@​koic][])
  • #​13033: Fix a false positive for Layout/SpaceAroundOperators when using multiple spaces between an operator and a tailing comment. ([@​koic][])
  • #​12885: Fix a false positive for Lint/ToEnumArguments when enumerator is created for another method. ([@​koic][])
  • #​13018: Fix a false positive for Style/MethodCallWithArgsParentheses when EnforcedStyle: omit_parentheses is set and parenthesized method call is used before constant resolution. ([@​koic][])
  • #​12986: Fix a false positive for Style/RedundantBegin when endless method definition with rescue. ([@​koic][])
  • #​12985: Fix an error for Style/RedundantRegexpCharacterClass when using regexp_parser gem 2.3.1 or older. ([@​koic][])
  • #​13010: Fix an error for Style/SuperArguments when the hash argument is or-assigned. ([@​koic][])
  • #​13023: Fix an error for Style/SymbolProc when using lambda -> with one argument and multiline do...end block. ([@​koic][])
  • #​12989: Fix an error for the inherit_gem config when the Gemfile contains an uninstalled git gem. ([@​earlopain][])
  • #​12975: Fix an error for the inherit_gem config when running RuboCop without bundler and no Gemfile exists. ([@​earlopain][])
  • #​12997: Fix an error for Lint/UnmodifiedReduceAccumulator when the block is empty. ([@​earlopain][])
  • #​12979: Fix false negatives for Lint/Void when void expression with guard clause is not on last line. ([@​koic][])
  • #​12716: Fix false negatives for Lint/Void when using parenthesized void operators. ([@​koic][])
  • #​12471: Fix false negatives for Style/ZeroLengthPredicate when using safe navigation operator. ([@​koic][])
  • #​12960: Fix false positives for Lint/NestedMethodDefinition when definition of method on variable. ([@​koic][])
  • #​13012: Fix false positives for Style/HashExcept when using reject and calling include? method with bang. ([@​koic][])
  • #​12983: Fix false positives for Style/SendWithLiteralMethodName using send with writer method name. ([@​koic][])
  • #​12957: Fix false positives for Style/SuperArguments when calling super in a block. ([@​koic][])
Changes

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][])

v1.63.1

Compare Source

Bug fixes
  • #​12828: Fix a false positive for Lint/AssignmentInCondition if assigning inside a method call. ([@​earlopain][])
  • #​12823: Fixed "uninitialized constant RuboCop::Lockfile::Bundler", caused when running RuboCop without bundler exec on codebases that use rubocop-rails. ([@​amomchilov][])

Configuration

📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, 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 added the dependencies Pull requests that update a dependency file label Apr 11, 2024
@renovate renovate bot force-pushed the renovate/rubocop-1.x-lockfile branch from 655d86a to a5a1e9e Compare April 16, 2024 12:11
@renovate renovate bot changed the title Update dependency rubocop to v1.63.1 Update dependency rubocop to v1.63.2 Apr 16, 2024
@renovate renovate bot changed the title Update dependency rubocop to v1.63.2 Update dependency rubocop to v1.63.3 Apr 22, 2024
@renovate renovate bot force-pushed the renovate/rubocop-1.x-lockfile branch from a5a1e9e to 7368d19 Compare April 22, 2024 17:36
@renovate renovate bot changed the title Update dependency rubocop to v1.63.3 Update dependency rubocop to v1.63.4 Apr 28, 2024
@renovate renovate bot force-pushed the renovate/rubocop-1.x-lockfile branch from 7368d19 to 41888c9 Compare April 28, 2024 07:47
@renovate renovate bot force-pushed the renovate/rubocop-1.x-lockfile branch from 41888c9 to 6a1a3a3 Compare May 9, 2024 09:53
@renovate renovate bot changed the title Update dependency rubocop to v1.63.4 Update dependency rubocop to v1.63.5 May 9, 2024
@hmcts-jenkins-d-to-i hmcts-jenkins-d-to-i bot requested a deployment to preview May 9, 2024 10:02 Abandoned
@renovate renovate bot force-pushed the renovate/rubocop-1.x-lockfile branch from 6a1a3a3 to f4e4e85 Compare May 23, 2024 09:58
@renovate renovate bot changed the title Update dependency rubocop to v1.63.5 Update dependency rubocop to v1.64.0 May 23, 2024
@renovate renovate bot force-pushed the renovate/rubocop-1.x-lockfile branch from f4e4e85 to e3464e9 Compare May 31, 2024 05:11
@renovate renovate bot changed the title Update dependency rubocop to v1.64.0 Update dependency rubocop to v1.64.1 May 31, 2024
@renovate renovate bot force-pushed the renovate/rubocop-1.x-lockfile branch 2 times, most recently from 6fb1d31 to 47fc949 Compare June 4, 2024 11:51
@renovate renovate bot force-pushed the renovate/rubocop-1.x-lockfile branch from 47fc949 to 7129371 Compare July 10, 2024 10:02
@renovate renovate bot changed the title Update dependency rubocop to v1.64.1 Update dependency rubocop to v1.65.0 Jul 10, 2024
@renovate renovate bot changed the title Update dependency rubocop to v1.65.0 Update dependency rubocop to v1.65.0 - autoclosed Jul 13, 2024
@renovate renovate bot closed this Jul 13, 2024
@renovate renovate bot deleted the renovate/rubocop-1.x-lockfile branch July 13, 2024 14:18
@renovate renovate bot changed the title Update dependency rubocop to v1.65.0 - autoclosed Update dependency rubocop to v1.65.0 Jul 14, 2024
@renovate renovate bot reopened this Jul 14, 2024
@renovate renovate bot restored the renovate/rubocop-1.x-lockfile branch July 14, 2024 10:48
@renovate renovate bot force-pushed the renovate/rubocop-1.x-lockfile branch from 7129371 to 0b31247 Compare August 1, 2024 11:12
@renovate renovate bot changed the title Update dependency rubocop to v1.65.0 Update dependency rubocop to v1.65.1 Aug 1, 2024
@renovate renovate bot changed the title Update dependency rubocop to v1.65.1 Update dependency rubocop to v1.65.1 - autoclosed Aug 20, 2024
@renovate renovate bot closed this Aug 20, 2024
@renovate renovate bot deleted the renovate/rubocop-1.x-lockfile branch August 20, 2024 03:34
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 ns:et-pet prd:et-pet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants