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 group with 6 updates #622

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2024

Bumps the ruby group with 6 updates:

Package From To
propshaft 1.0.0 1.1.0
puma 6.4.2 6.4.3
sentry-rails 5.19.0 5.20.1
webmock 3.23.1 3.24.0
turbo-rails 2.0.7 2.0.10
view_component 3.14.0 3.15.1

Updates propshaft from 1.0.0 to 1.1.0

Release notes

Sourced from propshaft's releases.

v1.1.0

What's Changed

New Contributors

Full Changelog: rails/propshaft@v1.0.1...v1.1.0

v1.0.1

What's Changed

New Contributors

Full Changelog: rails/propshaft@v1.0.0...v1.0.1

Commits

Updates puma from 6.4.2 to 6.4.3

Release notes

Sourced from puma's releases.

6.4.3

  • Security
    • Discards any headers using underscores if the non-underscore version also exists. Without this, an attacker could overwrite values set by intermediate proxies (e.g. X-Forwarded-For). (CVE-2024-45614/GHSA-9hf4-67fc-4vf4)
Changelog

Sourced from puma's changelog.

6.4.3 / 2024-09-19

  • Security
    • Discards any headers using underscores if the non-underscore version also exists. Without this, an attacker could overwrite values set by intermediate proxies (e.g. X-Forwarded-For). (CVE-2024-45614/GHSA-9hf4-67fc-4vf4)
Commits

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 webmock from 3.23.1 to 3.24.0

Changelog

Sourced from webmock's changelog.

3.24.0

  • Ignore parsing errors when parsing invalid JSON or XML body to match against body pattern #1066

    Thanks to Christian Schmidt

  • Added support for mocked HTTP::Connection#finished_request? method #1065

    Thanks to Christian Schmidt

  • Detect if Patron is loaded by checking if Patron::Session constant is defined #1068

    Thanks to Rodrigo Argumedo

  • Raising an ArgumentError when uri is passed as a Pathname object to stub_request or request expectation declaration.

  • Dropped support for em-http-request on Ruby 3.4. The current version of em-http-request (1.1.7) is incompatible with Ruby 3.4 due to an unresolved issue (igrigorik/em-http-request#365). Support for em-http-request will be re-enabled once the compatibility issue is resolved.

    Thanks to Christian Schmidt

Commits
  • 9ff63ac Version 3.24.0
  • 11a3deb .gitignore .tool-versions
  • cd84c06 Merge pull request #1070 from c960657/em-http-ruby-head
  • 4fd657a Whitespace
  • 9577924 Revert JRuby change
  • 9a957a2 Do not speculate about em-http-request version
  • 34d1628 Exclude em-http-request on Ruby 3.4
  • f4bfa73 Handle URI::Generic in RequestPattern uri
  • 276456d Merge branch 'master' of github.com:bblimke/webmock
  • 7087546 Merge pull request #1068 from rodrigoargumedo/patron-fix
  • Additional commits viewable in compare view

Updates turbo-rails from 2.0.7 to 2.0.10

Release notes

Sourced from turbo-rails's releases.

v2.0.10

What's Changed

New Contributors

Full Changelog: hotwired/turbo-rails@v2.0.9...v2.0.10

v2.0.9

What's Changed

Full Changelog: hotwired/turbo-rails@v2.0.8...v2.0.9

v2.0.8

What's Changed

New Contributors

Full Changelog: hotwired/turbo-rails@v2.0.6...v2.0.8

Commits

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 group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [propshaft](https://github.com/rails/propshaft) | `1.0.0` | `1.1.0` |
| [puma](https://github.com/puma/puma) | `6.4.2` | `6.4.3` |
| [sentry-rails](https://github.com/getsentry/sentry-ruby) | `5.19.0` | `5.20.1` |
| [webmock](https://github.com/bblimke/webmock) | `3.23.1` | `3.24.0` |
| [turbo-rails](https://github.com/hotwired/turbo-rails) | `2.0.7` | `2.0.10` |
| [view_component](https://github.com/viewcomponent/view_component) | `3.14.0` | `3.15.1` |


Updates `propshaft` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/rails/propshaft/releases)
- [Commits](rails/propshaft@v1.0.0...v1.1.0)

Updates `puma` from 6.4.2 to 6.4.3
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v6.4.2...v6.4.3)

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 `webmock` from 3.23.1 to 3.24.0
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](bblimke/webmock@v3.23.1...v3.24.0)

Updates `turbo-rails` from 2.0.7 to 2.0.10
- [Release notes](https://github.com/hotwired/turbo-rails/releases)
- [Commits](hotwired/turbo-rails@v2.0.7...v2.0.10)

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: propshaft
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: puma
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: sentry-rails
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: webmock
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: turbo-rails
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: view_component
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Oct 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 1, 2024
@dependabot dependabot bot deleted the dependabot/bundler/ruby-4e13b04889 branch November 1, 2024 03:25
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants