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 5 updates #450

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 Dec 19, 2024

Bumps the deps group with 5 updates in the / directory:

Package From To
fiddle 1.1.4 1.1.6
rdoc 6.7.0 6.10.0
activesupport 7.2.1.2 7.2.2.1
excon 0.112.0 1.2.2
hyperclient 1.0.1 2.0.0

Updates fiddle from 1.1.4 to 1.1.6

Release notes

Sourced from fiddle's releases.

Fiddle 1.1.6 - 2024-12-12

Improvements

  • JRuby, TruffleRuby: Added Fiddle::Pointer.read and Fiddle::Pointer.write.

  • CRuby: Added support for INPUT(-lXXX) .so. For example, Arch Linux's libncurses.so uses this style.

  • JRuby, TruffleRuby: Added support for accepting numeric value as a void * argument.

Thanks

  • Lars Kanis

  • Dani Smith

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.6 - 2024-12-12

Improvements

  • JRuby, TruffleRuby: Added Fiddle::Pointer.read and Fiddle::Pointer.write.

  • CRuby: Added support for INPUT(-lXXX) .so. For example, Arch Linux's libncurses.so uses this style.

  • JRuby, TruffleRuby: Added support for accepting numeric value as a void * argument.

Thanks

  • Lars Kanis

  • Dani Smith

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
  • 1ddcafa Add 1.1.6 entry
  • 7380b74 release: add support for Trusted Publishing
  • e2f0952 ffi_backend: convert numeric function args to pointers (#162)
  • 77d3dc9 dlopen: add support for INPUT(-lXXX)
  • 0bd963d Implement Fiddle::Pointer.read and .write on the FFI backend (#165)
  • 481651e Fix the glob pattern to include /usr/lib (#164)
  • cd69df8 Forward-port from ruby/ruby (#163)
  • 444774c Fix test_dlopen_linker_script_input_linux being omitted on Fedora 40 aarch64 ...
  • e1f90f9 Bump version
  • 33f6f25 Add 1.1.5 entry
  • Additional commits viewable in compare view

Updates rdoc from 6.7.0 to 6.10.0

Release notes

Sourced from rdoc's releases.

v6.10.0

What's Changed

✨ Enhancements

🐛 Bug Fixes

🛠 Other Changes

Full Changelog: ruby/rdoc@v6.9.1...v6.10.0

v6.9.1

What's Changed

🐛 Bug Fixes

📚 Documentation

New Contributors

Full Changelog: ruby/rdoc@v6.9.0...v6.9.1

v6.9.0

What's Changed

✨ Enhancements

🐛 Bug Fixes

🛠 Other Changes

... (truncated)

Commits

Updates activesupport from 7.2.1.2 to 7.2.2.1

Release notes

Sourced from activesupport's releases.

7.2.2.1

Active Support

  • No changes.

Active Model

  • No changes.

Active Record

  • No changes.

Action View

  • No changes.

Action Pack

  • Add validation to content security policies to disallow spaces and semicolons. Developers should use multiple arguments, and different directive methods instead.

    [CVE-2024-54133]

    Gannon McGibbon

Active Job

  • No changes.

Action Mailer

  • No changes.

Action Cable

  • No changes.

Active Storage

  • No changes.

... (truncated)

Commits
  • 33beb0a Preparing for 7.2.2.1 release
  • 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
  • Additional commits viewable in compare view

Updates excon from 0.112.0 to 1.2.2

Changelog

Sourced from excon's changelog.

1.2.2 2024-11-17

  • update bundled certs

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

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 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [fiddle](https://github.com/ruby/fiddle) | `1.1.4` | `1.1.6` |
| [rdoc](https://github.com/ruby/rdoc) | `6.7.0` | `6.10.0` |
| [activesupport](https://github.com/rails/rails) | `7.2.1.2` | `7.2.2.1` |
| [excon](https://github.com/excon/excon) | `0.112.0` | `1.2.2` |
| [hyperclient](https://github.com/codegram/hyperclient) | `1.0.1` | `2.0.0` |



Updates `fiddle` from 1.1.4 to 1.1.6
- [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.6)

Updates `rdoc` from 6.7.0 to 6.10.0
- [Release notes](https://github.com/ruby/rdoc/releases)
- [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc)
- [Commits](ruby/rdoc@v6.7.0...v6.10.0)

Updates `activesupport` from 7.2.1.2 to 7.2.2.1
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v8.0.1/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v7.2.1.2...v7.2.2.1)

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

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)

---
updated-dependencies:
- dependency-name: fiddle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: rdoc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: activesupport
  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
...

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 Dec 19, 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