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

minor(deps): update dependency rubocop to v1.65.1 #70

Merged
merged 1 commit into from
Aug 24, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 5, 2024

Mend Renovate

This PR contains the following updates:

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

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled because a matching PR was automerged previously.

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 renovate Automated action from Renovate label Aug 5, 2024
@renovate renovate bot force-pushed the renovate/minor-versions branch 5 times, most recently from 5e57639 to 3cbc898 Compare August 9, 2024 07:01
@renovate renovate bot changed the title minor(deps): update dependency rubocop to v1.65.1 minor(deps): update dependency rubocop to v1.65.1 - autoclosed Aug 9, 2024
@renovate renovate bot closed this Aug 9, 2024
@renovate renovate bot deleted the renovate/minor-versions branch August 9, 2024 18:09
@renovate renovate bot restored the renovate/minor-versions branch August 10, 2024 08:05
@renovate renovate bot changed the title minor(deps): update dependency rubocop to v1.65.1 - autoclosed minor(deps): update dependency rubocop to v1.65.1 Aug 10, 2024
@renovate renovate bot reopened this Aug 10, 2024
@renovate renovate bot force-pushed the renovate/minor-versions branch 3 times, most recently from 82797d2 to 4b38971 Compare August 12, 2024 08:12
@renovate renovate bot changed the title minor(deps): update dependency rubocop to v1.65.1 minor(deps): update dependency rubocop to v1.65.1 - autoclosed Aug 12, 2024
@renovate renovate bot closed this Aug 12, 2024
@renovate renovate bot deleted the renovate/minor-versions branch August 12, 2024 17:35
@renovate renovate bot restored the renovate/minor-versions branch August 13, 2024 06:50
@renovate renovate bot changed the title minor(deps): update dependency rubocop to v1.65.1 - autoclosed minor(deps): update dependency rubocop to v1.65.1 Aug 13, 2024
@renovate renovate bot reopened this Aug 13, 2024
@renovate renovate bot force-pushed the renovate/minor-versions branch 7 times, most recently from eeb8179 to 284435c Compare August 19, 2024 08:12
@renovate renovate bot force-pushed the renovate/minor-versions branch 2 times, most recently from a070cfa to 27ab377 Compare August 20, 2024 22:10
@renovate renovate bot force-pushed the renovate/minor-versions branch 3 times, most recently from 2a1e42b to bc5d218 Compare August 23, 2024 06:08
@tboerger tboerger merged commit adf0f5f into master Aug 24, 2024
4 checks passed
@tboerger tboerger deleted the renovate/minor-versions branch August 24, 2024 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate Automated action from Renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant