Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 6, 2025

This PR contains the following updates:

Package Change Age Confidence
debug (changelog) 1.10.0 -> 1.11.0 age confidence
graphql (source, changelog) 2.5.8 -> 2.5.9 age confidence
http (changelog) 5.2.0 -> 5.3.1 age confidence
rubocop (source, changelog) 1.75.8 -> 1.77.0 age confidence
selenium-webdriver (source, changelog) 4.33.0 -> 4.34.0 age confidence
sentry-rails (source, changelog) 5.24.0 -> 5.26.0 age confidence
sentry-ruby (source, changelog) 5.24.0 -> 5.26.0 age confidence
sqlite3 2.6.0-arm64-darwin -> 2.7.1 age confidence
turbo-rails (changelog) 2.0.13 -> 2.0.16 age confidence

Release Notes

ruby/debug (debug)

v1.11.0

Compare Source

What's Changed

New Contributors

Full Changelog: ruby/debug@v1.10.0...v1.11.0

rmosolgo/graphql-ruby (graphql)

v2.5.9

Compare Source

New features
  • Improve metadata on Scalar coercion errors #​5375
Bug fixes
  • Directives: fix validation of Ruby values on definition directive arguments #​5377
  • loads:: fix typechecking of Interface loads: values #​5379
httprb/http (http)

v5.3.1

Compare Source

v5.3.0

Compare Source

rubocop/rubocop (rubocop)

v1.77.0

Compare Source

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

v1.76.2

Compare Source

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

v1.76.1

Compare Source

Bug fixes
  • #​14245: Fix an error for Lint/EmptyInterpolation when using primitives in interpolation. ([@​ka8725][])
  • #​14233: Fix an error for Style/SafeNavigation when using ternary expression with index access call. ([@​koic][])
  • #​14236: Fix an error for Style/SafeNavigation when using ternary expression with operator method call. ([@​koic][])
  • #​14249: Fix false positives for Style/RedundantArrayFlatten when Array#join is used with an argument other than the default nil. ([@​koic][])
  • #​14239: Fix false positives for Style/RedundantParentheses when using one-line in pattern matching in operator. ([@​koic][])
  • #​14240: Fix Naming/PredicateMethod cop error on empty parentheses method body. ([@​viralpraxis][])
  • #​14235: Fix Style/SafeNavigation cop error on indexed assignment in ternary expression. ([@​viralpraxis][])
  • #​14247: Fix Style/SafeNavigation invalid autocorrection on double colon method call. ([@​viralpraxis][])

v1.76.0

Compare Source

New features
Bug fixes
  • #​14228: Fix a false positive for Style/RedundantParentheses when using a one-line rescue expression as a method argument. ([@​koic][])
  • #​14224: Fix false negatives for Style/RedundantParentheses when using one-line pattern matching. ([@​koic][])
  • #​14205: False negatives in Style/SafeNavigation when a ternary expression is used in a method argument. ([@​steiley][])
  • #​14226: Fix Lint/LiteralAsCondition autocorrect when branches of a condition have comments. ([@​zopolis4][])
Changes
SeleniumHQ/selenium (selenium-webdriver)

v4.34.0

=========================

  • Add CDP for Chrome 138 and remove 135
  • Fix child process terminate method when a process is already terminated (#​15789)
  • Deprecate ftp proxy (#​15926)
  • Add macOS key mappings for Options and Function keys (#​15959)
getsentry/sentry-ruby (sentry-rails)

v5.26.0

Compare Source

Feature
  • Support for :logger patch which enables sending logs to Sentry when enabled_logs is set to true (#​2657)

    Here's a sample config:

    Sentry.init do |config|
... your setup ...
config.enable_logs = true
config.enabled_patches = [:logger]

end


##### Bug Fixes
- Skip creating `LogEventBuffer` if logging is not enabled ([#​2652](https://redirect.github.com/getsentry/sentry-ruby/pull/2652))

v5.25.0

Compare Source

Features
  • Support for before_send_log (#​2634)
  • Default user attributes are now automatically added to logs (#​2647)
Bug Fixes
  • Structured logging consumes way less memory now (#​2643)
hotwired/turbo-rails (turbo-rails)

v2.0.16

Compare Source

v2.0.14

Compare Source

What's Changed

New Contributors

Full Changelog: hotwired/turbo-rails@v2.0.13...v2.0.14


Configuration

📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@mitlib mitlib temporarily deployed to timdex-ui-pi-renovate-b-uhrx6l June 6, 2025 05:00 Inactive
@coveralls
Copy link

coveralls commented Jun 6, 2025

Pull Request Test Coverage Report for Build 16026635739

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 98.658%

Totals Coverage Status
Change from base Build 15346118760: 0.0%
Covered Lines: 588
Relevant Lines: 596

💛 - Coveralls

@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from 524eb14 to 8cdf9f4 Compare June 6, 2025 23:43
@renovate renovate bot changed the title Update bundler non-major dependencies to v1.76.0 Update bundler non-major dependencies to v2.5.9 Jun 6, 2025
@mitlib mitlib temporarily deployed to timdex-ui-pi-renovate-b-uhrx6l June 6, 2025 23:43 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from 8cdf9f4 to 0ffc5e7 Compare June 9, 2025 07:12
@mitlib mitlib temporarily deployed to timdex-ui-pi-renovate-b-uhrx6l June 9, 2025 07:13 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from 0ffc5e7 to 5001862 Compare June 9, 2025 10:46
@mitlib mitlib temporarily deployed to timdex-ui-pi-renovate-b-uhrx6l June 9, 2025 10:47 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from 5001862 to 7459402 Compare June 9, 2025 15:13
@mitlib mitlib temporarily deployed to timdex-ui-pi-renovate-b-uhrx6l June 9, 2025 15:13 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from 7459402 to b59c49e Compare June 9, 2025 23:30
@mitlib mitlib temporarily deployed to timdex-ui-pi-renovate-b-uhrx6l June 9, 2025 23:30 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from b59c49e to 0f15e19 Compare June 12, 2025 13:03
@mitlib mitlib temporarily deployed to timdex-ui-pi-renovate-b-uhrx6l June 12, 2025 13:04 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from 0f15e19 to 390e558 Compare June 29, 2025 03:43
@renovate renovate bot changed the title Update bundler non-major dependencies to v2.5.9 Update bundler non-major dependencies to v1.11.0 Jun 29, 2025
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch 2 times, most recently from 60e213e to eb8a7ef Compare June 30, 2025 20:38
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from eb8a7ef to cbbbf11 Compare July 2, 2025 13:34
@jazairi jazairi merged commit 598e3da into main Jul 2, 2025
5 checks passed
@jazairi jazairi deleted the renovate/bundler-minor-patch branch July 2, 2025 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants