Skip to content

Commit

Permalink
chore(deps): update dependency rubocop to '~> 1.65.0' (#330)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [rubocop](https://rubocop.org/)
([source](https://togithub.com/rubocop/rubocop),
[changelog](https://togithub.com/rubocop/rubocop/releases/tag/v1.65.0))
| `'~> 1.64.0'` -> `'~> 1.65.0'` |
[![age](https://developer.mend.io/api/mc/badges/age/rubygems/rubocop/1.65.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/rubygems/rubocop/1.65.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/rubygems/rubocop/1.64.1/1.65.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/rubocop/1.64.1/1.65.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>rubocop/rubocop (rubocop)</summary>

###
[`v1.65.0`](https://togithub.com/rubocop/rubocop/blob/HEAD/CHANGELOG.md#1650-2024-07-10)

[Compare
Source](https://togithub.com/rubocop/rubocop/compare/v1.64.1...v1.65.0)

##### New features

- [#&#8203;13030](https://togithub.com/rubocop/rubocop/pull/13030): Add
new `Gemspec/AddRuntimeDependency` cop.
(\[[@&#8203;koic](https://togithub.com/koic)]\[])

##### Bug fixes

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

##### Changes

- [#&#8203;12970](https://togithub.com/rubocop/rubocop/issues/12970):
Add `CountModifierForms` option to `Metrics/BlockNesting` and set it to
`false` by default. (\[[@&#8203;koic](https://togithub.com/koic)]\[])
- [#&#8203;13032](https://togithub.com/rubocop/rubocop/pull/13032):
Display warning messages for deprecated APIs.
(\[[@&#8203;koic](https://togithub.com/koic)]\[])
- [#&#8203;13031](https://togithub.com/rubocop/rubocop/pull/13031):
Enable YJIT by default in server mode.
(\[[@&#8203;koic](https://togithub.com/koic)]\[])
- [#&#8203;12557](https://togithub.com/rubocop/rubocop/issues/12557):
Make server mode aware of auto-restart for `bundle update`.
(\[[@&#8203;koic](https://togithub.com/koic)]\[])
- [#&#8203;12616](https://togithub.com/rubocop/rubocop/issues/12616):
Make `Style/MapCompactWithConditionalBlock` aware of `filter_map`.
(\[[@&#8203;koic](https://togithub.com/koic)]\[])
- [#&#8203;13035](https://togithub.com/rubocop/rubocop/issues/13035):
Support autocorrect for `Lint/ImplicitStringConcatenation`.
(\[[@&#8203;koic](https://togithub.com/koic)]\[])

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/line/line-bot-sdk-ruby).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 10, 2024
1 parent d02c8dc commit f05aef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ gemspec

group :development, :test do
# ref: http://docs.rubocop.org/en/latest/installation/
gem 'rubocop', '~> 1.64.0', require: false
gem 'rubocop', '~> 1.65.0', require: false
gem 'yard', '~> 0.9.20'
end

0 comments on commit f05aef5

Please sign in to comment.