Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump rubocop from 1.57.2 to 1.76.2#518

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
dependabot wants to merge1 commit intomainfromdependabot/bundler/rubocop-1.76.2

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubJun 17, 2025

Bumpsrubocop from 1.57.2 to 1.76.2.

Release notes

Sourced fromrubocop's releases.

RuboCop v1.76.2

Bug fixes

  • #14273: Fix an error forLint/EmptyInterpolation when using a boolean literal inside interpolation. (@​koic)
  • #14260: Fix an error forLint/UselessDefaultValueArgument whenfetch call without a receiver. (@​koic)
  • #14267: Fix an error forStyle/ConditionalAssignment cop when using one-line branches. (@​viralpraxis)
  • #14275: Fix false positives forStyle/RedundantParentheses when using parenthesized one-line pattern matching in endless method definition. (@​koic)
  • #14269: Fix false positives forStyle/RedundantSelf when local variable assignment name is used in nestedif. (@​koic)
  • #14286: Fix incorrect autocorrect forLint/SafeNavigationChain when a safe navigation is used on the left-hand side of a- operator when inside an array. (@​koic)

Changes

RuboCop v1.76.1

Bug fixes

  • #14245: Fix an error forLint/EmptyInterpolation when using primitives in interpolation. (@​ka8725)
  • #14233: Fix an error forStyle/SafeNavigation when using ternary expression with index access call. (@​koic)
  • #14236: Fix an error forStyle/SafeNavigation when using ternary expression with operator method call. (@​koic)
  • #14249: Fix false positives forStyle/RedundantArrayFlatten whenArray#join is used with an argument other than the defaultnil. (@​koic)
  • #14239: Fix false positives forStyle/RedundantParentheses when using one-linein pattern matching in operator. (@​koic)
  • #14240: FixNaming/PredicateMethod cop error on empty parentheses method body. (@​viralpraxis)
  • #14235: FixStyle/SafeNavigation cop error on indexed assignment in ternary expression. (@​viralpraxis)
  • #14247: FixStyle/SafeNavigation invalid autocorrection on double colon method call. (@​viralpraxis)

RuboCop v1.76.0

New features

Bug fixes

... (truncated)

Changelog

Sourced fromrubocop's changelog.

1.76.2 (2025-06-17)

Bug fixes

  • #14273: Fix an error forLint/EmptyInterpolation when using a boolean literal inside interpolation. ([@​koic][])
  • #14260: Fix an error forLint/UselessDefaultValueArgument whenfetch call without a receiver. ([@​koic][])
  • #14267: Fix an error forStyle/ConditionalAssignment cop when using one-line branches. ([@​viralpraxis][])
  • #14275: Fix false positives forStyle/RedundantParentheses when using parenthesized one-line pattern matching in endless method definition. ([@​koic][])
  • #14269: Fix false positives forStyle/RedundantSelf when local variable assignment name is used in nestedif. ([@​koic][])
  • #14286: Fix incorrect autocorrect forLint/SafeNavigationChain when a safe navigation is used on the left-hand side of a- operator when inside an array. ([@​koic][])

Changes

  • #14232: AddAllowedPatterns andAllowBangMethods configuration toNaming/PredicateMethod. ([@​dvandersluis][])
  • #14268: Register operator expression range boundaries as offenses inLint/AmbiguousRange. ([@​lovro-bikic][])
  • #14264: Offend access modifiers used on top-level inLint/UselessAccessModifier. ([@​lovro-bikic][])
  • #14278: Register conditions wrapped in parentheses as offenses inStyle/MinMaxComparison. ([@​lovro-bikic][])

1.76.1 (2025-06-09)

Bug fixes

  • #14245: Fix an error forLint/EmptyInterpolation when using primitives in interpolation. ([@​ka8725][])
  • #14233: Fix an error forStyle/SafeNavigation when using ternary expression with index access call. ([@​koic][])
  • #14236: Fix an error forStyle/SafeNavigation when using ternary expression with operator method call. ([@​koic][])
  • #14249: Fix false positives forStyle/RedundantArrayFlatten whenArray#join is used with an argument other than the defaultnil. ([@​koic][])
  • #14239: Fix false positives forStyle/RedundantParentheses when using one-linein pattern matching in operator. ([@​koic][])
  • #14240: FixNaming/PredicateMethod cop error on empty parentheses method body. ([@​viralpraxis][])
  • #14235: FixStyle/SafeNavigation cop error on indexed assignment in ternary expression. ([@​viralpraxis][])
  • #14247: FixStyle/SafeNavigation invalid autocorrection on double colon method call. ([@​viralpraxis][])

1.76.0 (2025-06-04)

New features

Bug fixes

  • #14228: Fix a false positive forStyle/RedundantParentheses when using a one-linerescue expression as a method argument. ([@​koic][])
  • #14224: Fix false negatives forStyle/RedundantParentheses when using one-line pattern matching. ([@​koic][])
  • #14205: False negatives inStyle/SafeNavigation when a ternary expression is used in a method argument. ([@​steiley][])
  • #14226: FixLint/LiteralAsCondition autocorrect when branches of a condition have comments. ([@​zopolis4][])

Changes

... (truncated)

Commits
  • 3676d66 Cut 1.76.2
  • 137e991 Update Changelog
  • fa9946a Fix typos in Configuration docs
  • f242a4a Merge pull request#14290 from kozy4324/fix-misleading-message-in-it_block_pa...
  • a509757 Fix misleading message for using multi-lineit parameter in Style/ItBlockPa...
  • 391837c Merge pull request#14289 from duffuniverse/fix-typos-in-cops-docs
  • d8fd303 Fix typos in Cops docs
  • b7618fc [Doc] Tweak the doc forNaming/PredicateMethod
  • 88859b1 Merge pull request#14287 from koic/fix_incorrect_autocorrect_for_lint_safe_n...
  • d7072a4 [Fix#14286] Fix incorrect autocorrect forLint/SafeNavigationChain
  • Additional commits viewable incompare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting@dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.57.2 to 1.76.2.- [Release notes](https://github.com/rubocop/rubocop/releases)- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)- [Commits](rubocop/rubocop@v1.57.2...v1.76.2)---updated-dependencies:- dependency-name: rubocop  dependency-version: 1.76.2  dependency-type: direct:development  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added dependenciesPull requests that update a dependency file rubyPull requests that update Ruby code labelsJun 17, 2025
@dependabotDependabot
Copy link
ContributorAuthor

dependabotbot commented on behalf ofgithubJun 20, 2025

Superseded by#519.

@dependabotdependabotbot closed thisJun 20, 2025
auto-merge was automatically disabledJune 20, 2025 17:18

Pull request was closed

@dependabotdependabotbot deleted the dependabot/bundler/rubocop-1.76.2 branchJune 20, 2025 17:18
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
dependenciesPull requests that update a dependency filerubyPull requests that update Ruby code
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

0 participants

[8]ページ先頭

©2009-2025 Movatter.jp