Skip to content
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

Bump the ruby-minor-patch group with 5 updates #3283

Merged
merged 2 commits into from
Sep 30, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Bumps the ruby-minor-patch group with 5 updates:

Package From To
rexml 3.3.7 3.3.8
sentry-ruby 5.19.0 5.20.1
sentry-rails 5.19.0 5.20.1
twilio-ruby 7.3.1 7.3.2
view_component 3.14.0 3.15.1

Updates rexml from 3.3.7 to 3.3.8

Release notes

Sourced from rexml's releases.

REXML 3.3.8 - 2024-09-29

Improvements

  • SAX2: Improve parse performance.

Fixes

  • Fixed a bug that unexpected attribute namespace conflict error for the predefined "xml" namespace is reported.
    • GH-208
    • Patch by KITAITI Makoto

Thanks

  • NAITOH Jun

  • KITAITI Makoto

Changelog

Sourced from rexml's changelog.

3.3.8 - 2024-09-29 {#version-3-3-8}

Improvements

  • SAX2: Improve parse performance.

Fixes

  • Fixed a bug that unexpected attribute namespace conflict error for the predefined "xml" namespace is reported.
    • GH-208
    • Patch by KITAITI Makoto

Thanks

  • NAITOH Jun

  • KITAITI Makoto

Commits

Updates sentry-ruby from 5.19.0 to 5.20.1

Changelog

Sourced from sentry-ruby's changelog.

5.20.1

Bug Fixes

  • Skip rubocop.yml in spec.files (#2420)

5.20.0

  • Add support for $SENTRY_DEBUG and $SENTRY_SPOTLIGHT (#2374)
  • Support human readable intervals in sidekiq-cron (#2387)
  • Set default app dirs pattern (#2390)
  • Add new strip_backtrace_load_path boolean config (default true) to enable disabling load path stripping (#2409)

Bug Fixes

  • Fix error events missing a DSC when there's an active span (#2408)
  • Verifies presence of client before adding a breadcrumb (#2394)
  • Fix Net:HTTP integration for non-ASCII URI's (#2417)
  • Prevent Hub from having nil scope and client (#2402)
Commits
  • 84bf2cf release: 5.20.1
  • d96e8e1 Ignore rubocop file in spec files (#2420)
  • 34ba320 release: 5.20.0
  • af8fcdd Prevent Hub from having nil scope and client (#2402)
  • 152eb5e fix: Unable to use sentry when URI contains non-ascii symbols on Net::HTTP tr...
  • 0c875e4 Skip concurrent threaded test on jruby (#2415)
  • ab8361f Add new strip_backtrace_load_path boolean config (default true) to enable d...
  • 05c4675 Fix error events missing a DSC when there's an active span (#2408)
  • 0c56e1c Verifies that client is available before sending breadcrumbs (#2394)
  • c3bcfa0 Minor refactors (#2392)
  • Additional commits viewable in compare view

Updates sentry-rails from 5.19.0 to 5.20.1

Changelog

Sourced from sentry-rails's changelog.

5.20.1

Bug Fixes

  • Skip rubocop.yml in spec.files (#2420)

5.20.0

  • Add support for $SENTRY_DEBUG and $SENTRY_SPOTLIGHT (#2374)
  • Support human readable intervals in sidekiq-cron (#2387)
  • Set default app dirs pattern (#2390)
  • Add new strip_backtrace_load_path boolean config (default true) to enable disabling load path stripping (#2409)

Bug Fixes

  • Fix error events missing a DSC when there's an active span (#2408)
  • Verifies presence of client before adding a breadcrumb (#2394)
  • Fix Net:HTTP integration for non-ASCII URI's (#2417)
  • Prevent Hub from having nil scope and client (#2402)
Commits

Updates twilio-ruby from 7.3.1 to 7.3.2

Release notes

Sourced from twilio-ruby's releases.

7.3.2

Release Notes

Accounts

  • Update docs and mounts.
  • Change library visibility to public
  • Enable consent and contact bulk upsert APIs in prod.

Serverless

  • Add is_plugin parameter in deployments api to check if it is plugins deployment

Docs

Changelog

Sourced from twilio-ruby's changelog.

[2024-09-25] Version 7.3.2

Accounts

  • Update docs and mounts.
  • Change library visibility to public
  • Enable consent and contact bulk upsert APIs in prod.

Serverless

  • Add is_plugin parameter in deployments api to check if it is plugins deployment
Commits
  • 198c114 Release 7.3.2
  • 905f3f3 [Librarian] Regenerated @ 08245333f4a8c9235d547b189cd9c422f73e0e7e 7bb98153c2...
  • See full diff in compare view

Updates view_component from 3.14.0 to 3.15.1

Release notes

Sourced from view_component's releases.

v3.15.1

  • Re-add @private, undocumented .identifier method that was only meant for internal framework use but was used by some downstream consumers. This method will be removed in a coming minor release.

    Joel Hawksley

v3.15.0

  • Add basic internal testing for memory allocations.

    Joel Hawksley

  • Add support for request formats.

    Joel Hawksley

  • Add rendered_json test helper.

    Joel Hawksley

  • Add with_format test helper.

    Joel Hawksley

  • Warn if using Ruby < 3.2 or Rails < 7.1, which won't be supported by ViewComponent v4, to be released no earlier than April 1, 2025.

    Joel Hawksley

  • Add Kicksite to list of companies using ViewComponent.

    Adil Lari

  • Allow overridden slot methods to use super.

    Andrew Schwartz

  • Add Rails engine support to generators.

    Tomasz Kowalewski

  • Register stats directories with Rails::CodeStatistics.register_directory to support rails stats in Rails 8.

    Petrik de Heus

  • Fixed type declaration for ViewComponent::TestHelpers.with_controller_class parameter.

    Graham Rogers

Changelog

Sourced from view_component's changelog.

3.15.1

  • Re-add @private, undocumented .identifier method that was only meant for internal framework use but was used by some downstream consumers. This method will be removed in a coming minor release.

    Joel Hawksley

3.15.0

  • Add basic internal testing for memory allocations.

    Joel Hawksley

  • Add support for request formats.

    Joel Hawksley

  • Add rendered_json test helper.

    Joel Hawksley

  • Add with_format test helper.

    Joel Hawksley

  • Warn if using Ruby < 3.2 or Rails < 7.1, which won't be supported by ViewComponent v4, to be released no earlier than April 1, 2025.

    Joel Hawksley

  • Add Kicksite to list of companies using ViewComponent.

    Adil Lari

  • Allow overridden slot methods to use super.

    Andrew Schwartz

  • Add Rails engine support to generators.

    Tomasz Kowalewski

  • Register stats directories with Rails::CodeStatistics.register_directory to support rails stats in Rails 8.

    Petrik de Heus

  • Fixed type declaration for ViewComponent::TestHelpers.with_controller_class parameter.

    Graham Rogers

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 <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 ruby-minor-patch group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [rexml](https://github.com/ruby/rexml) | `3.3.7` | `3.3.8` |
| [sentry-ruby](https://github.com/getsentry/sentry-ruby) | `5.19.0` | `5.20.1` |
| [sentry-rails](https://github.com/getsentry/sentry-ruby) | `5.19.0` | `5.20.1` |
| [twilio-ruby](https://github.com/twilio/twilio-ruby) | `7.3.1` | `7.3.2` |
| [view_component](https://github.com/viewcomponent/view_component) | `3.14.0` | `3.15.1` |


Updates `rexml` from 3.3.7 to 3.3.8
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](ruby/rexml@v3.3.7...v3.3.8)

Updates `sentry-ruby` from 5.19.0 to 5.20.1
- [Release notes](https://github.com/getsentry/sentry-ruby/releases)
- [Changelog](https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-ruby@5.19.0...5.20.1)

Updates `sentry-rails` from 5.19.0 to 5.20.1
- [Release notes](https://github.com/getsentry/sentry-ruby/releases)
- [Changelog](https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-ruby@5.19.0...5.20.1)

Updates `twilio-ruby` from 7.3.1 to 7.3.2
- [Release notes](https://github.com/twilio/twilio-ruby/releases)
- [Changelog](https://github.com/twilio/twilio-ruby/blob/main/CHANGES.md)
- [Commits](twilio/twilio-ruby@7.3.1...7.3.2)

Updates `view_component` from 3.14.0 to 3.15.1
- [Release notes](https://github.com/viewcomponent/view_component/releases)
- [Changelog](https://github.com/ViewComponent/view_component/blob/main/docs/CHANGELOG.md)
- [Commits](ViewComponent/view_component@v3.14.0...v3.15.1)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-minor-patch
- dependency-name: sentry-ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-minor-patch
- dependency-name: sentry-rails
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-minor-patch
- dependency-name: twilio-ruby
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-minor-patch
- dependency-name: view_component
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 30, 2024
@dependabot dependabot bot requested a review from xmunoz September 30, 2024 20:31
@xmunoz xmunoz merged commit bf1f95c into main Sep 30, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/bundler/ruby-minor-patch-8253922775 branch September 30, 2024 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant