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 4 updates #438

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 15, 2024

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

Updates fiddle from 1.1.4 to 1.1.5

Release notes

Sourced from fiddle's releases.

Fiddle 1.1.5 - 2024-11-09

Improvements

  • Removed the "Fiddle::Function(name:) must be String" limitation that is introduced by 1.1.3.
    • GH-159
    • Reported by Mamoru TASAKA

Thanks

  • Mamoru TASAKA
Changelog

Sourced from fiddle's changelog.

1.1.5 - 2024-11-09

Improvements

  • Removed the "Fiddle::Function(name:) must be String" limitation that is introduced by 1.1.3.
    • GH-159
    • Reported by Mamoru TASAKA

Thanks

  • Mamoru TASAKA
Commits

Updates excon from 0.112.0 to 1.2.1

Changelog

Sourced from excon's changelog.

1.2.1 2024-11-14

  • fix for socket error edge case

1.2.0 2024-11-07

  • convert query to query string for stubs and stub matching for consistency
  • fix default port handling for proxy connect requests

1.1.1 2024-10-30

  • just split query params for stubs and stub matching, avoid escape/unescape

1.1.0 2024-10-29

  • handle empty content-encoding header in decompress middleware
  • use casecmp? instead of casecmp().zero? for ease of reading/usage
  • allow connections to be instantiated without parameters

1.0.0 2024-10-24

  • drop default ports by default
  • deprecate omit_default_port and add include_default_port option
  • remove most client errors from defaults to retry with idempotent
  • add decompress middleware to default middlewares
Commits

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.2.1.2 to 7.2.2

Release notes

Sourced from activesupport's releases.

7.2.2

Active Support

  • Include options when instrumenting ActiveSupport::Cache::Store#delete and ActiveSupport::Cache::Store#delete_multi.

    Adam Renberg Tamm

  • Print test names when running rails test -v for parallel tests.

    John Hawthorn, Abeid Ahmed

Active Model

  • Fix regression in alias_attribute to work with user defined methods.

    alias_attribute would wrongly assume the attribute accessor was generated by Active Model.

    class Person
      include ActiveModel::AttributeMethods
    define_attribute_methods :name
    attr_accessor :name
    alias_attribute :full_name, :name
    end
    person.full_name # => NoMethodError: undefined method `attribute' for an instance of Person

    Jean Boussier

Active Record

  • Fix support for query_cache: false in database.yml.

    query_cache: false would no longer entirely disable the Active Record query cache.

    zzak

  • Set .attributes_for_inspect to :all by default.

    For new applications it is set to [:id] in config/environment/production.rb.

    In the console all the attributes are always shown.

    Andrew Novoselac

... (truncated)

Commits
  • d0dcb8f Preparing for 7.2.2 release
  • 7dd2248 Avoid redefining IpAddr#as_json if it already exist
  • 2975a88 Merge remote-tracking branch 'origin/7-2-sec' into 7-2-stable
  • 87fed5a Merge pull request #53376 from jeromedalbert/fix-api-docs-wrong-links
  • 812f3e7 Merge pull request #53367 from seanpdoyle/time-zone-api-docs-class-inference
  • 5f5349f Merge remote-tracking branch 'origin/7-2-sec' into 7-2-stable
  • 6637543 Merge pull request #53202 from byroot/ruby-3.4-hash-inspect
  • ac4dfd2 Merge pull request #52912 from tgwizard/as-cache-intstrument-delete-options
  • b4d424e Merge pull request #52917 from jhawthorn/prerecorded_option1
  • ed265be Do not populate CurrentAttributes#attributes when not using defaults
  • 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 4 updates in the / directory: [fiddle](https://github.com/ruby/fiddle), [excon](https://github.com/excon/excon), [hyperclient](https://github.com/codegram/hyperclient) and [activesupport](https://github.com/rails/rails).


Updates `fiddle` from 1.1.4 to 1.1.5
- [Release notes](https://github.com/ruby/fiddle/releases)
- [Changelog](https://github.com/ruby/fiddle/blob/master/NEWS.md)
- [Commits](ruby/fiddle@v1.1.4...v1.1.5)

Updates `excon` from 0.112.0 to 1.2.1
- [Changelog](https://github.com/excon/excon/blob/master/changelog.txt)
- [Commits](excon/excon@v0.112.0...v1.2.1)

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.2.1.2 to 7.2.2
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v8.0.0/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v7.2.1.2...v7.2.2)

---
updated-dependencies:
- dependency-name: fiddle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: excon
  dependency-type: direct:production
  update-type: version-update:semver-major
  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-patch
  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 Nov 15, 2024
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