Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 5, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
graphql (source, changelog) 2.5.8 -> 2.5.9 age adoption passing confidence
jwt (changelog) 2.10.1 -> 2.10.2 age adoption passing confidence
rubocop (source, changelog) 1.75.8 -> 1.77.0 age adoption passing confidence
selenium-webdriver (source, changelog) 4.33.0 -> 4.34.0 age adoption passing confidence
sentry-rails (source, changelog) 5.24.0 -> 5.26.0 age adoption passing confidence
sentry-ruby (source, changelog) 5.24.0 -> 5.26.0 age adoption passing confidence
sqlite3 2.6.0 -> 2.7.1 age adoption passing confidence

Release Notes

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
jwt/ruby-jwt (jwt)

v2.10.2: jwt-2.10.2

Compare Source

v2.10.2 (2025-06-29)

Full Changelog

Fixes and enhancements:

  • Avoid using the same digest across calls in JWT::JWA::Ecdsa and JWT::JWA::Rsa #​697
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)

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-pr-889 June 5, 2025 01:01 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from 6f9008e to bb2f947 Compare June 6, 2025 19:07
@renovate renovate bot changed the title Update dependency rubocop to v1.76.0 Update bundler non-major dependencies to v2.5.9 Jun 6, 2025
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch 3 times, most recently from 29d30c3 to 385dc61 Compare June 12, 2025 14:05
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch 2 times, most recently from c2be7aa to 931186d Compare June 20, 2025 08:01
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch 2 times, most recently from 36a0682 to b6f09fd Compare June 30, 2025 17:10
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from b6f09fd to 34ff733 Compare June 30, 2025 19:41
@jazairi jazairi self-assigned this Jun 30, 2025
@jazairi jazairi merged commit 5d507af into main Jun 30, 2025
1 check passed
@jazairi jazairi deleted the renovate/bundler-minor-patch branch June 30, 2025 19:47
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