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

build(deps): bump guzzlehttp/guzzle from 7.8.0 to 7.9.2 #1138

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2024

Bumps guzzlehttp/guzzle from 7.8.0 to 7.9.2.

Release notes

Sourced from guzzlehttp/guzzle's releases.

Release 7.9.2

Fixed

  • Adjusted handler selection to use cURL if its version is 7.21.2 or higher, rather than 7.34.0

Release 7.9.1

Fixed

  • Fix TLS 1.3 check for HTTP/2 requests

Release 7.9.0

Changed

  • Improve protocol version checks to provide feedback around unsupported protocols
  • Only select the cURL handler by default if 7.34.0 or higher is linked
  • Improved CurlMultiHandler to avoid busy wait if possible
  • Dropped support for EOL guzzlehttp/psr7 v1
  • Improved URI user info redaction in errors

Release 7.8.2

Added

  • Support for PHP 8.4

Release 7.8.1

Changed

  • Updated links in docs to their canonical versions
  • Replaced call_user_func* with native calls
Changelog

Sourced from guzzlehttp/guzzle's changelog.

7.9.2 - 2024-07-24

Fixed

  • Adjusted handler selection to use cURL if its version is 7.21.2 or higher, rather than 7.34.0

7.9.1 - 2024-07-19

Fixed

  • Fix TLS 1.3 check for HTTP/2 requests

7.9.0 - 2024-07-18

Changed

  • Improve protocol version checks to provide feedback around unsupported protocols
  • Only select the cURL handler by default if 7.34.0 or higher is linked
  • Improved CurlMultiHandler to avoid busy wait if possible
  • Dropped support for EOL guzzlehttp/psr7 v1
  • Improved URI user info redaction in errors

7.8.2 - 2024-07-18

Added

  • Support for PHP 8.4

7.8.1 - 2023-12-03

Changed

  • Updated links in docs to their canonical versions
  • Replaced call_user_func* with native calls
Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner July 29, 2024 01:59
@dependabot dependabot bot added dependencies Dependency updates php Pull requests that update Php code labels Jul 29, 2024
@myparcel-bot
Copy link
Contributor

myparcel-bot bot commented Jul 29, 2024

PDK upgrade summary

The following packages were upgraded:

Package Old version New version
@myparcel-pdk/app-builder 1.2.1 1.3.1
myparcelnl/pdk 2.39.2 2.41.0

@myparcel-bot
Copy link
Contributor

myparcel-bot bot commented Jul 29, 2024

✅ Build successful!

You can find a link to the downloadable artifact below.

Name Link
Commit da01637
Logs https://github.com/myparcelnl/woocommerce/actions/runs/10181478588
Download https://github.com/myparcelnl/woocommerce/suites/26641442384/artifacts/1760332093

@myparcel-bot myparcel-bot bot force-pushed the dependabot/composer/guzzlehttp/guzzle-7.9.2 branch from c04f16d to 64c7ee9 Compare July 31, 2024 13:40
Copy link

codecov bot commented Jul 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.47%. Comparing base (9e91553) to head (da01637).
Report is 2 commits behind head on beta.

Additional details and impacted files
@@            Coverage Diff            @@
##               beta    #1138   +/-   ##
=========================================
  Coverage     55.47%   55.47%           
  Complexity      598      598           
=========================================
  Files           102      102           
  Lines          3131     3131           
  Branches         21       21           
=========================================
  Hits           1737     1737           
  Misses         1373     1373           
  Partials         21       21           
Flag Coverage Δ
backend 62.25% <ø> (ø)
checkout 0.00% <ø> (ø)
frontend 0.00% <ø> (ø)
unit 55.47% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.8.0 to 7.9.2.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/7.9/CHANGELOG.md)
- [Commits](guzzle/guzzle@7.8.0...7.9.2)

---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@myparcel-bot myparcel-bot bot force-pushed the dependabot/composer/guzzlehttp/guzzle-7.9.2 branch from 64c7ee9 to da01637 Compare July 31, 2024 13:46
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 31, 2024

Looks like guzzlehttp/guzzle is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jul 31, 2024
@dependabot dependabot bot deleted the dependabot/composer/guzzlehttp/guzzle-7.9.2 branch July 31, 2024 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency updates php Pull requests that update Php code
Development

Successfully merging this pull request may close these issues.

0 participants