Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 14, 2026

This PR contains the following updates:

Package Change Age Confidence
bootsnap 1.20.11.21.1 age confidence
graphql (source, changelog) 2.5.162.5.18 age confidence
pagy (source, changelog) 43.2.343.2.8 age confidence
parser (changelog) 3.3.10.03.3.10.1 age confidence
puma 7.1.07.2.0 age confidence
selenium-webdriver (source, changelog) 4.39.04.40.0 age confidence
sentry-rails (source, changelog) 6.2.06.3.0 age confidence
sentry-ruby (source, changelog) 6.2.06.3.0 age confidence
sqlite3 2.9.0-aarch64-linux-gnu2.9.0 age confidence
turbo-rails (changelog) 2.0.202.0.21 age confidence

Release Notes

rmosolgo/graphql-ruby (graphql)

v2.5.18

Compare Source

  • GraphQL::Dashboard: properly require action_controller before using it #​5510
  • GraphQL::Dashboard: don't use config.asset_host for Dashboard assets since they're handled by the dashboard itself #​5511

v2.5.17

Compare Source

Bug fixes
  • GraphQL::Dashboard: fix routes compatibility with Devise #​5505
  • GraphQL::Dashboard: fix HTML/erb lint issues #​5497
  • Parser: improve check for invalid number followed by name #​5492 #​5492
  • GraphQL::Field: optimize boot memory by removing Field.from_options #​5495
  • field, argument: improve API documentation for DSL methods #​5491
whitequark/parser (parser)

v3.3.10.1

Compare Source

API modifications:

  • Bump maintenance branches to 3.2.10 (#​1085) (Koichi ITO)
SeleniumHQ/selenium (selenium-webdriver)

v4.40.0

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

  • add synchronization and error handling for socket interactions (#​16487)
  • mark low level bidi implementation as private api (#​16475)
  • ensure driver process is always stopped (#​15635)
  • create user-friendly method for enabling bidi (#​14284)
  • Add force encoding to remove warnings caused by json 3.0 (#​16728)
  • use SE_DEBUG to enable debugging (#​16816)
  • ensure the grid is properly restarted in tests when there is a problem (#​16842)
  • wait for grid to be ready when starting server (#​16896)
  • check driver status endpoint rather than socket connection (#​16877)
  • [build] update ruby gems with bazel (#​16924)
getsentry/sentry-ruby (sentry-rails)

v6.3.0

Compare Source

Features
  • Implement new Sentry.metrics functionality (#​2818)

    The SDK now supports Sentry's new Trace Connected Metrics product.

     Sentry.metrics.count("button.click", 1, attributes: { button_id: "submit" })
     Sentry.metrics.distribution("response.time", 120.5, unit: "millisecond")
     Sentry.metrics.gauge("cpu.usage", 75.2, unit: "percent")
    

    Metrics is enabled by default and only activates once you use the above APIs. To disable completely:

    Sentry.init do |config|
      # ...
      config.enable_metrics = false
    end
    
  • Support for tracing Sequel queries (#​2814)

    require "sentry"
    require "sentry/sequel"
    
    Sentry.init do |config|
      config.enabled_patches << :sequel
    end
    
    DB = Sequel.sqlite
    DB.extension(:sentry)
    
  • Add support for OpenTelemetry messaging/queue system spans (#​2685)

  • Add support for config.std_lib_logger_filter proc (#​2829)

    Sentry.init do |config|
      config.std_lib_logger_filter = proc do |logger, message, severity|
        # Only send ERROR and above messages
        severity == :error || severity == :fatal
      end
    
      config.enabled_patches = [:std_lib_logger]
    end
    
Bug Fixes
  • Handle empty frames case gracefully with local vars (#​2807)
  • Handle more extra attribute types when using extra attributes for structured logging (#​2815)
    # This now works too and the nested hash is dumped to JSON string
    Sentry.logger.info("Hello World", extra: { today: Date.today, user_id: user.id })
    
  • Prevent SDK crash when SDK logging fails (#​2817)
Internal
  • Unify Logs and Metrics implementations (#​2826)
  • Unify LogEventBuffer and MetricEventBuffer logic (#​2830)
  • Add maximum limits on LogEventBuffer (1k) and MetricEventBuffer (10k) for protection from memory blowup (#​2831)
  • Lazily start LogEventBuffer and MetricEventBuffer threads (#​2832)
hotwired/turbo-rails (turbo-rails)

v2.0.21

Compare Source

What's Changed

New Contributors

Full Changelog: hotwired/turbo-rails@v2.0.20...v2.0.21


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 tacos-api-pipeline-pr-306 January 14, 2026 01:48 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from b9bdcdc to 851d954 Compare January 14, 2026 16:34
@mitlib mitlib temporarily deployed to tacos-api-pipeline-pr-306 January 14, 2026 16:34 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from 851d954 to c7bef13 Compare January 14, 2026 22:37
@renovate renovate bot changed the title Update bundler non-major dependencies to v1.21.0 Update bundler non-major dependencies to v1.21.1 Jan 14, 2026
@mitlib mitlib temporarily deployed to tacos-api-pipeline-pr-306 January 14, 2026 22:37 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from c7bef13 to 2603820 Compare January 15, 2026 14:11
@mitlib mitlib temporarily deployed to tacos-api-pipeline-pr-306 January 15, 2026 14:12 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from 2603820 to bd6e4f1 Compare January 16, 2026 08:42
@mitlib mitlib temporarily deployed to tacos-api-pipeline-pr-306 January 16, 2026 08:43 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from bd6e4f1 to 2e4091a Compare January 16, 2026 14:48
@mitlib mitlib temporarily deployed to tacos-api-pipeline-pr-306 January 16, 2026 14:49 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from 2e4091a to 1930adb Compare January 16, 2026 17:52
@mitlib mitlib temporarily deployed to tacos-api-pipeline-pr-306 January 16, 2026 17:52 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from 1930adb to e2fc5d8 Compare January 19, 2026 02:56
@mitlib mitlib temporarily deployed to tacos-api-pipeline-pr-306 January 19, 2026 02:56 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from e2fc5d8 to bdbe633 Compare January 20, 2026 13:58
@mitlib mitlib temporarily deployed to tacos-api-pipeline-pr-306 January 20, 2026 13:58 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from bdbe633 to 15ec39b Compare January 21, 2026 09:06
@renovate renovate bot changed the title Update bundler non-major dependencies to v1.21.1 Update bundler non-major dependencies Jan 21, 2026
@mitlib mitlib temporarily deployed to tacos-api-pipeline-pr-306 January 21, 2026 09:06 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from 15ec39b to 0183a3b Compare January 21, 2026 14:09
@mitlib mitlib temporarily deployed to tacos-api-pipeline-pr-306 January 21, 2026 14:09 Inactive
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from 0183a3b to 82cf2cb Compare January 22, 2026 17:06
@mitlib mitlib temporarily deployed to tacos-api-pipeline-pr-306 January 22, 2026 17:06 Inactive
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.

2 participants