Skip to content

Commit 905feb0

Browse files
Update dependency rubocop to '~> 1.80.0' (#648)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [rubocop](https://rubocop.org/) ([source](https://redirect.github.com/rubocop/rubocop), [changelog](https://redirect.github.com/rubocop/rubocop/releases/tag/v1.80.0)) | `'~> 1.79.0'` -> `'~> 1.80.0'` | [![age](https://developer.mend.io/api/mc/badges/age/rubygems/rubocop/1.80.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/rubocop/1.79.2/1.80.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>rubocop/rubocop (rubocop)</summary> ### [`v1.80.0`](https://redirect.github.com/rubocop/rubocop/blob/HEAD/CHANGELOG.md#1800-2025-08-22) [Compare Source](https://redirect.github.com/rubocop/rubocop/compare/v1.79.2...v1.80.0) ##### Bug fixes - [#&#8203;14469](https://redirect.github.com/rubocop/rubocop/issues/14469): Fix an incorrect autocorrect for `Style/BitwisePredicate` when using `&` with LHS flags in conjunction with `==` for comparisons. (\[[@&#8203;koic](https://redirect.github.com/koic)]\[]) - [#&#8203;14459](https://redirect.github.com/rubocop/rubocop/pull/14459): Fix wrong autocorrect for `Style/For` with save navigation in the collection. (\[[@&#8203;earlopain](https://redirect.github.com/earlopain)]\[]) - [#&#8203;14435](https://redirect.github.com/rubocop/rubocop/issues/14435): Fix false negatives for regexp cops when `Lint/DuplicateRegexpCharacterClassElement` is enabled. (\[[@&#8203;earlopain](https://redirect.github.com/earlopain)]\[]) - [#&#8203;14419](https://redirect.github.com/rubocop/rubocop/issues/14419): Fix false positives for `Lint/UselessAssignment` when duplicate assignments appear in nested `if` branches inside a loop and the variable is used outside `while` loop. (\[[@&#8203;koic](https://redirect.github.com/koic)]\[]) - [#&#8203;14468](https://redirect.github.com/rubocop/rubocop/issues/14468): Fix false positives for `Naming/MethodName` when an operator method is defined using a string. (\[[@&#8203;koic](https://redirect.github.com/koic)]\[]) - [#&#8203;14427](https://redirect.github.com/rubocop/rubocop/pull/14427): Fix false positives for `Style/RedundantParentheses` when `do`...`end` block is wrapped in parentheses as a method argument. (\[[@&#8203;koic](https://redirect.github.com/koic)]\[]) - [#&#8203;14441](https://redirect.github.com/rubocop/rubocop/issues/14441): Better hash access handling in `Style/SafeNavigation`. (\[[@&#8203;issyl0](https://redirect.github.com/issyl0)]\[]) - [#&#8203;14443](https://redirect.github.com/rubocop/rubocop/issues/14443): Fix false positive in `Layout/EmptyLinesAfterModuleInclusion` when `include` does not have exactly one argument. (\[[@&#8203;issyl0](https://redirect.github.com/issyl0)]\[]) - [#&#8203;14424](https://redirect.github.com/rubocop/rubocop/pull/14424): Fix `Style/SafeNavigation` cop to preserve existing safe navigation in fixed code. (\[[@&#8203;martinemde](https://redirect.github.com/martinemde)]\[]) - [#&#8203;14455](https://redirect.github.com/rubocop/rubocop/pull/14455): Follow module inclusion with nonzero args with an empty line. (\[[@&#8203;issyl0](https://redirect.github.com/issyl0)]\[]) - [#&#8203;14445](https://redirect.github.com/rubocop/rubocop/issues/14445): Fix false positives for `Lint/UselessAssignment` with `for` loops when the variable is referenced in the collection. (\[[@&#8203;earlopain](https://redirect.github.com/earlopain)]\[]) - [#&#8203;14447](https://redirect.github.com/rubocop/rubocop/pull/14447): Fix wrong autocorrect for `Style/RedundantCondition` with a parenthesised method call in the condition. (\[[@&#8203;earlopain](https://redirect.github.com/earlopain)]\[]) ##### Changes - [#&#8203;14428](https://redirect.github.com/rubocop/rubocop/pull/14428): Enhance `Lint/SelfAssignment` to handle indexed assignment with multiple arguments. (\[[@&#8203;viralpraxis](https://redirect.github.com/viralpraxis)]\[]) - [#&#8203;14464](https://redirect.github.com/rubocop/rubocop/pull/14464): Exclude `AutoCorrect` and `Include` from configuration parameters. (\[[@&#8203;r7kamura](https://redirect.github.com/r7kamura)]\[]) - [#&#8203;14472](https://redirect.github.com/rubocop/rubocop/pull/14472): Make `Style/RedundantBegin` aware of `case` pattern matching. (\[[@&#8203;koic](https://redirect.github.com/koic)]\[]) - [#&#8203;14448](https://redirect.github.com/rubocop/rubocop/pull/14448): Register array intersection size checks as offenses under `Style/ArrayIntersect`. (\[[@&#8203;lovro-bikic](https://redirect.github.com/lovro-bikic)]\[]) - [#&#8203;14431](https://redirect.github.com/rubocop/rubocop/pull/14431): Support LSP `TextDocumentSyncKind.Incremental`. (\[[@&#8203;tmtm](https://redirect.github.com/tmtm)]\[]) - [#&#8203;14453](https://redirect.github.com/rubocop/rubocop/issues/14453): Update `Style/RedundantBegin` to register `begin` blocks inside `if`, `unless`, `case`, `while` and `until` as redundant. (\[[@&#8203;dvandersluis](https://redirect.github.com/dvandersluis)]\[]) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/line/line-bot-sdk-ruby). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44MS4yIiwidXBkYXRlZEluVmVyIjoiNDEuODEuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmN5IHVwZ3JhZGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cf2477b commit 905feb0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ group :development, :test do
77
gem 'rack', '~> 3.1' # for yard server
88
gem 'rackup', '~> 2.1' # for yard server
99
gem 'rbs', '~> 3.9.3'
10-
gem 'rubocop', '~> 1.79.0', require: false
10+
gem 'rubocop', '~> 1.80.0', require: false
1111
gem 'steep', '~> 1.10.0'
1212
gem 'webrick', '~> 1.9.1'
1313
gem 'yard', '~> 0.9.20' # for yard server

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ GEM
6868
ffi (~> 1.0)
6969
rbs (3.9.4)
7070
logger
71-
regexp_parser (2.10.0)
71+
regexp_parser (2.11.2)
7272
rexml (3.4.1)
7373
rspec (3.13.1)
7474
rspec-core (~> 3.13.0)
@@ -83,7 +83,7 @@ GEM
8383
diff-lcs (>= 1.2.0, < 2.0)
8484
rspec-support (~> 3.13.0)
8585
rspec-support (3.13.4)
86-
rubocop (1.79.2)
86+
rubocop (1.80.0)
8787
json (~> 2.3)
8888
language_server-protocol (~> 3.17.0.2)
8989
lint_roller (~> 1.1.0)
@@ -121,7 +121,7 @@ GEM
121121
unicode-display_width (>= 1.1.1, < 4)
122122
tzinfo (2.0.6)
123123
concurrent-ruby (~> 1.0)
124-
unicode-display_width (3.1.4)
124+
unicode-display_width (3.1.5)
125125
unicode-emoji (~> 4.0, >= 4.0.4)
126126
unicode-emoji (4.0.4)
127127
uri (1.0.3)
@@ -144,7 +144,7 @@ DEPENDENCIES
144144
rake (~> 13.0)
145145
rbs (~> 3.9.3)
146146
rspec (~> 3.13.0)
147-
rubocop (~> 1.79.0)
147+
rubocop (~> 1.80.0)
148148
steep (~> 1.10.0)
149149
webmock (~> 3.25.0)
150150
webrick (~> 1.9.1)

0 commit comments

Comments
 (0)