Skip to content

chore(deps): bump the dependencies group with 2 updates #4803

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

Merged
merged 1 commit into from
Jun 23, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 23, 2025

Bumps the dependencies group with 2 updates: faraday-retry and rubocop.

Updates faraday-retry from 2.3.1 to 2.3.2

Release notes

Sourced from faraday-retry's releases.

v2.3.2

What's Changed

New Contributors

Full Changelog: lostisland/faraday-retry@v2.3.1...v2.3.2

Commits
  • 9950680 v2.3.2
  • 04bd4ba CI: Ensure Ruby 2.7 can run rubocop
  • 1a51fe0 Unignore .ruby-version and add 3.4.4 into it
  • 4be76d9 CI: Let Publish access bundled gems, and use latest Ruby there
  • e956a6d Prepare Trusted Publisher
  • f91e49a CI: use conventional name for ci.yml
  • See full diff in compare view

Updates rubocop from 1.76.1 to 1.77.0

Release notes

Sourced from rubocop's releases.

RuboCop v1.77.0

New features

Bug fixes

  • #14306: Fix an error for Style/HashConversion when using nested Hash[]. (@​koic)
  • #14298: Fix an error for Style/SoleNestedConditional when autocorrecting nested if/unless/if. (@​ssagara00)
  • #14313: Fix a false positive for Layout/SpaceBeforeBrackets when call desugared Hash#[] to lvar receiver with a space around the dot. (@​koic)
  • #14292: Fix false positives for Style/RedundantParentheses when assigning a parenthesized one-line in pattern matching. (@​koic)
  • #14296: Fix false positives for Style/RedundantSelf when receiver and lvalue have the same name in or-assignment. (@​koic)
  • #14303: Fix Lint/SelfAssignment to allow inline RBS comments. (@​Morriar)
  • #14307: Fix Style/MethodCallWithArgsParentheses false positive on forwarded keyword argument with additional arguments. (@​viralpraxis)
  • #14301: Fix autocorrection syntax error for multiline expressions in Style/RedundantParentheses. (@​lovro-bikic)

Changes

  • #14295: Update Naming/PredicateMethod to consider negation (!/not) as boolean values. (@​dvandersluis)
  • #14255: Update Naming/PredicateMethod to treat returned predicate method calls as boolean values. (@​dvandersluis)

RuboCop v1.76.2

Bug fixes

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

Changes

... (truncated)

Changelog

Sourced from rubocop's changelog.

1.77.0 (2025-06-20)

New features

Bug fixes

  • #14306: Fix an error for Style/HashConversion when using nested Hash[]. ([@​koic][])
  • #14298: Fix an error for Style/SoleNestedConditional when autocorrecting nested if/unless/if. ([@​ssagara00][])
  • #14313: Fix a false positive for Layout/SpaceBeforeBrackets when call desugared Hash#[] to lvar receiver with a space around the dot. ([@​koic][])
  • #14292: Fix false positives for Style/RedundantParentheses when assigning a parenthesized one-line in pattern matching. ([@​koic][])
  • #14296: Fix false positives for Style/RedundantSelf when receiver and lvalue have the same name in or-assignment. ([@​koic][])
  • #14303: Fix Lint/SelfAssignment to allow inline RBS comments. ([@​Morriar][])
  • #14307: Fix Style/MethodCallWithArgsParentheses false positive on forwarded keyword argument with additional arguments. ([@​viralpraxis][])
  • #14301: Fix autocorrection syntax error for multiline expressions in Style/RedundantParentheses. ([@​lovro-bikic][])

Changes

  • #14295: Update Naming/PredicateMethod to consider negation (!/not) as boolean values. ([@​dvandersluis][])
  • #14255: Update Naming/PredicateMethod to treat returned predicate method calls as boolean values. ([@​dvandersluis][])

1.76.2 (2025-06-17)

Bug fixes

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

Changes

  • #14232: Add AllowedPatterns and AllowBangMethods configuration to Naming/PredicateMethod. ([@​dvandersluis][])
  • #14268: Register operator expression range boundaries as offenses in Lint/AmbiguousRange. ([@​lovro-bikic][])
  • #14264: Offend access modifiers used on top-level in Lint/UselessAccessModifier. ([@​lovro-bikic][])
  • #14278: Register conditions wrapped in parentheses as offenses in Style/MinMaxComparison. ([@​lovro-bikic][])
Commits
  • e8e3ae7 Cut 1.77
  • a56b16c Update Changelog
  • 45f1b00 [Fix #14128] Allow long fully-qualified namespace strings to exceed max length
  • bd1690c [Docs] Update a link to Parser's API docs
  • 56d4ebf Fix links in Plugin Configuration docs
  • 37540d2 Enhance Gemspec/RequireMFA cop autocorrect to insert MFA directive after la...
  • 80aff64 [Fix #14306] Fix an error for Style/HashConversion
  • 600d0a2 [Fix #14313] Fix a false positive for Layout/SpaceBeforeBrackets
  • ca09f02 Fix autocorrection syntax error for multiline expressions in Style/RedundantP...
  • 2d86c22 [Fix #14165] Add new DefaultToNil option to Style/FetchEnvVar cop
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 2 updates: [faraday-retry](https://github.com/lostisland/faraday-retry) and [rubocop](https://github.com/rubocop/rubocop).


Updates `faraday-retry` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/lostisland/faraday-retry/releases)
- [Changelog](https://github.com/lostisland/faraday-retry/blob/main/CHANGELOG.md)
- [Commits](lostisland/faraday-retry@v2.3.1...v2.3.2)

Updates `rubocop` from 1.76.1 to 1.77.0
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.76.1...v1.77.0)

---
updated-dependencies:
- dependency-name: faraday-retry
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: rubocop
  dependency-version: 1.77.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@tomthorogood tomthorogood added this pull request to the merge queue Jun 23, 2025
Merged via the queue into main with commit aa3002d Jun 23, 2025
6 checks passed
@tomthorogood tomthorogood deleted the dependabot/bundler/dependencies-55f2124b9f branch June 23, 2025 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant