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

chore(deps): bump the deps group across 1 directory with 3 updates #422

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2024

Bumps the deps group with 3 updates in the / directory: excon, hyperclient and activesupport.

Updates excon from 0.109.0 to 0.111.0

Changelog

Sourced from excon's changelog.

0.111.0 2024-07-08

  • lint fixes
  • fixes related to rackup for testing
  • update bundled certs

0.110.0 2024-03-12

  • update bundled default certificates
Commits
  • 5d0fad8 v0.111.0
  • c142e97 update bundled certs
  • 41e1b34 fix tests to use Rackup::Handler instead of Rack::Handler
  • d109e36 tweak redirecting rackup to use .env to access content_length
  • 7f8c949 relocate require to lib/excon from connection
  • 8d8edd0 more progress on lints
  • 2fc0bd8 progress on rubocop/lints in lib/excon
  • 1970dee v0.109.0
  • 8751208 update bundled certs
  • 7451fcd remove stale action
  • Additional commits viewable in compare view

Updates hyperclient from 1.0.1 to 2.0.0

Changelog

Sourced from hyperclient's changelog.

2.0.0 (2024/02/01)

Commits
  • f7cbfc2 Preparing for release, 2.0.
  • 38bc864 Merge pull request #287 from dblock/follow-redirects
  • 180e888 Require faraday-follow_redirects.
  • d333203 Merge pull request #285 from dblock/faraday-2
  • f2c856c Add support for Faraday 2.x.
  • e446423 Update rubocop requirement from ~> 1.46.0 to ~> 1.48.0
  • 4b3064b Update rubocop requirement from ~> 1.45.1 to ~> 1.46.0
  • 10a0b41 Merge pull request #271 from dblock/ruby-3.2.0
  • 90bab91 Added Ruby 3.2.
  • f9374aa Merge pull request #270 from dblock/upgrade-rubocop
  • Additional commits viewable in compare view

Updates activesupport from 7.1.3 to 7.2.0

Release notes

Sourced from activesupport's releases.

7.2.0

Active Support

  • Fix delegate_missing_to allow_nil: true when called with implict self

    class Person
      delegate_missing_to :address, allow_nil: true
    def address
    nil
    end
    def berliner?
    city == "Berlin"
    end
    end
    Person.new.city # => nil
    Person.new.berliner? # undefined local variable or method `city' for an instance of Person (NameError)

    Jean Boussier

  • Add logger as a dependency since it is a bundled gem candidate for Ruby 3.5

    Earlopain

  • Define Digest::UUID.nil_uuid, which returns the so-called nil UUID.

    Xavier Noria

  • Support duration type in ActiveSupport::XmlMini.

    heka1024

  • Remove deprecated ActiveSupport::Notifications::Event#children and ActiveSupport::Notifications::Event#parent_of?.

    Rafael Mendonça França

  • Remove deprecated support to call the following methods without passing a deprecator:

    • deprecate
    • deprecate_constant
    • ActiveSupport::Deprecation::DeprecatedObjectProxy.new
    • ActiveSupport::Deprecation::DeprecatedInstanceVariableProxy.new
    • ActiveSupport::Deprecation::DeprecatedConstantProxy.new
    • assert_deprecated
    • assert_not_deprecated

... (truncated)

Changelog

Sourced from activesupport's changelog.

Rails 7.2.0 (August 09, 2024)

  • Fix delegate_missing_to allow_nil: true when called with implict self

    class Person
      delegate_missing_to :address, allow_nil: true
    def address
    nil
    end
    def berliner?
    city == "Berlin"
    end
    end
    Person.new.city # => nil
    Person.new.berliner? # undefined local variable or method `city' for an instance of Person (NameError)

    Jean Boussier

  • Add logger as a dependency since it is a bundled gem candidate for Ruby 3.5

    Earlopain

  • Define Digest::UUID.nil_uuid, which returns the so-called nil UUID.

    Xavier Noria

  • Support duration type in ActiveSupport::XmlMini.

    heka1024

  • Remove deprecated ActiveSupport::Notifications::Event#children and ActiveSupport::Notifications::Event#parent_of?.

    Rafael Mendonça França

  • Remove deprecated support to call the following methods without passing a deprecator:

    • deprecate
    • deprecate_constant
    • ActiveSupport::Deprecation::DeprecatedObjectProxy.new
    • ActiveSupport::Deprecation::DeprecatedInstanceVariableProxy.new
    • ActiveSupport::Deprecation::DeprecatedConstantProxy.new
    • assert_deprecated
    • assert_not_deprecated
    • collect_deprecations

... (truncated)

Commits
  • fb6c430 Preparing for 7.2.0 release
  • 41d50f4 Preparing for 7.2.0.rc1 release
  • 9fb8863 Merge pull request #52473 from r7kamura/securerandom-base36
  • 0c3f838 Fix delegate_missing_to allow_nil: true when called with implict self
  • bf9c923 Polish the new deprecate_constant API docs
  • 91984d0 Improvements to deprecate_constant
  • 9b63450 Preparing for 7.2.0.beta3 release
  • 671e853 Merge pull request #52132 from skipkayhil/hm-rm-logger-predicates
  • 2d4061f Merge pull request #52031 from matthewd/quieter-to_time
  • e564f29 Merge pull request #52118 from Shopify/fix-code-generator-bloat
  • Additional commits viewable in compare view

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 deps group with 3 updates in the / directory: [excon](https://github.com/excon/excon), [hyperclient](https://github.com/codegram/hyperclient) and [activesupport](https://github.com/rails/rails).


Updates `excon` from 0.109.0 to 0.111.0
- [Changelog](https://github.com/excon/excon/blob/master/changelog.txt)
- [Commits](excon/excon@v0.109.0...v0.111.0)

Updates `hyperclient` from 1.0.1 to 2.0.0
- [Release notes](https://github.com/codegram/hyperclient/releases)
- [Changelog](https://github.com/codegram/hyperclient/blob/master/CHANGELOG.md)
- [Commits](codegram/hyperclient@v1.0.1...v2.0.0)

Updates `activesupport` from 7.1.3 to 7.2.0
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.2.0/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v7.1.3...v7.2.0)

---
updated-dependencies:
- dependency-name: excon
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: hyperclient
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: deps
- dependency-name: activesupport
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
...

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 Aug 12, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 23, 2024

Superseded by #427.

@dependabot dependabot bot closed this Aug 23, 2024
@dependabot dependabot bot deleted the dependabot/bundler/deps-56ad2aec4a branch August 23, 2024 06:29
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