connorshea / vglist

A video game library tracking web app built in Rails and powered by Wikidata.
https://vglist.co
MIT License
147 stars 25 forks source link

Bump sentry-rails, sentry-ruby, sorbet-runtime and sorbet #3821

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps sentry-rails, sentry-ruby, sorbet-runtime and sorbet. These dependencies needed to be updated together. Updates sentry-rails from 5.17.3 to 5.19.0

Changelog

Sourced from sentry-rails's changelog.

5.19.0

Features

  • Use Concurrent.available_processor_count instead of Concurrent.usable_processor_count (#2358)

  • Support for tracing Faraday requests (#2345)

    Usage:

    Sentry.init do |config|
      # ...
      config.enabled_patches << :faraday
    end
    
  • Support for attachments (#2357)

    Usage:

    Sentry.add_attachment(path: '/foo/bar.txt')
    Sentry.add_attachment(filename: 'payload.json', bytes: '{"value": 42}'))
    
  • Transaction data are now included in the context (#2365)

  • Inject Sentry meta tags in the Rails application layout automatically in the generator (#2369)

    To turn this behavior off, use

    bin/rails generate sentry --inject-meta false
    

Bug Fixes

  • Fix skipping connect spans in open-telemetry #2364

5.18.2

Bug Fixes

  • Don't overwrite ip_address if already set on user #2350
  • teardown_sentry_test helper should clear global even processors too (#2342)

... (truncated)

Commits


Updates sentry-ruby from 5.17.3 to 5.19.0

Changelog

Sourced from sentry-ruby's changelog.

5.19.0

Features

  • Use Concurrent.available_processor_count instead of Concurrent.usable_processor_count (#2358)

  • Support for tracing Faraday requests (#2345)

    Usage:

    Sentry.init do |config|
      # ...
      config.enabled_patches << :faraday
    end
    
  • Support for attachments (#2357)

    Usage:

    Sentry.add_attachment(path: '/foo/bar.txt')
    Sentry.add_attachment(filename: 'payload.json', bytes: '{"value": 42}'))
    
  • Transaction data are now included in the context (#2365)

  • Inject Sentry meta tags in the Rails application layout automatically in the generator (#2369)

    To turn this behavior off, use

    bin/rails generate sentry --inject-meta false
    

Bug Fixes

  • Fix skipping connect spans in open-telemetry #2364

5.18.2

Bug Fixes

  • Don't overwrite ip_address if already set on user #2350
  • teardown_sentry_test helper should clear global even processors too (#2342)

... (truncated)

Commits


Updates sorbet-runtime from 0.5.11422 to 0.5.11532

Release notes

Sourced from sorbet-runtime's releases.

sorbet 0.5.11531.20240819142144-767615861

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11531', :group => :development
gem 'sorbet-runtime', '0.5.11531'

sorbet 0.5.11530.20240819170304-538a275f5

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11530', :group => :development
gem 'sorbet-runtime', '0.5.11530'

sorbet 0.5.11529.20240819103040-497d9011d

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11529', :group => :development
gem 'sorbet-runtime', '0.5.11529'

sorbet 0.5.11528.20240816122022-263d0ae67

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11528', :group => :development
gem 'sorbet-runtime', '0.5.11528'

sorbet 0.5.11527.20240816120048-5e2f54ce5

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11527', :group => :development
gem 'sorbet-runtime', '0.5.11527'

sorbet 0.5.11526.20240816112035-dcf068783

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11526', :group => :development
gem 'sorbet-runtime', '0.5.11526'

sorbet 0.5.11525.20240815145855-23af543a8

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11525', :group => :development
gem 'sorbet-runtime', '0.5.11525'

sorbet 0.5.11524.20240815134823-73f458eea

... (truncated)

Commits


Updates sorbet from 0.5.11422 to 0.5.11532

Release notes

Sourced from sorbet's releases.

sorbet 0.5.11531.20240819142144-767615861

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11531', :group => :development
gem 'sorbet-runtime', '0.5.11531'

sorbet 0.5.11530.20240819170304-538a275f5

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11530', :group => :development
gem 'sorbet-runtime', '0.5.11530'

sorbet 0.5.11529.20240819103040-497d9011d

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11529', :group => :development
gem 'sorbet-runtime', '0.5.11529'

sorbet 0.5.11528.20240816122022-263d0ae67

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11528', :group => :development
gem 'sorbet-runtime', '0.5.11528'

sorbet 0.5.11527.20240816120048-5e2f54ce5

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11527', :group => :development
gem 'sorbet-runtime', '0.5.11527'

sorbet 0.5.11526.20240816112035-dcf068783

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11526', :group => :development
gem 'sorbet-runtime', '0.5.11526'

sorbet 0.5.11525.20240815145855-23af543a8

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11525', :group => :development
gem 'sorbet-runtime', '0.5.11525'

sorbet 0.5.11524.20240815134823-73f458eea

... (truncated)

Commits


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 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)
dependabot[bot] commented 3 weeks ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.