Skip to content

fix(deps): update dependency guzzlehttp/promises to v3#9366

Open
renovate-bot wants to merge 2 commits into
googleapis:mainfrom
renovate-bot:renovate/guzzlehttp-promises-3.x
Open

fix(deps): update dependency guzzlehttp/promises to v3#9366
renovate-bot wants to merge 2 commits into
googleapis:mainfrom
renovate-bot:renovate/guzzlehttp-promises-3.x

Conversation

@renovate-bot

@renovate-bot renovate-bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
guzzlehttp/promises ^2.0^3.0 age confidence
guzzlehttp/promises ^1.4||^2.03.0.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

guzzle/promises (guzzlehttp/promises)

v3.0.0

Compare Source

Added
  • Added concurrency config support to Utils::all() and Each::of()
  • Added generic PHPDoc annotations to promise APIs and collection callbacks
  • Added recursive and concurrency config support to Utils::settle()
  • Allowed promises to be resolved without passing a value
Changed
  • Changed Utils::inspect() to return actual rejection reasons
  • Changed Utils::inspect() to prefer the settled state over late wait function exceptions
  • Changed late rejection callbacks to follow rejected promises
  • Reject native PHP serialization of in-flight runtime objects
  • Made static helper classes non-instantiable
  • Require iterable inputs for promise collection helpers and EachPromise
  • Iterate IteratorAggregate inputs to collection helpers instead of treating them as a single value
  • Improved recursive Utils::all() handling of dynamically-added settled values and raw values
Removed
  • Dropped support for PHP 7.2 and 7.3

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot
renovate-bot requested a review from a team as a code owner July 20, 2026 18:19
@trusted-contributions-gcf trusted-contributions-gcf Bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 20, 2026
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 20, 2026
@renovate-bot
renovate-bot force-pushed the renovate/guzzlehttp-promises-3.x branch from f8a57de to f41eb38 Compare July 20, 2026 21:02
@trusted-contributions-gcf trusted-contributions-gcf Bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 20, 2026
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 20, 2026
@renovate-bot
renovate-bot force-pushed the renovate/guzzlehttp-promises-3.x branch from f41eb38 to f0895a1 Compare July 20, 2026 21:14
@trusted-contributions-gcf trusted-contributions-gcf Bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 20, 2026
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 20, 2026
@renovate-bot
renovate-bot force-pushed the renovate/guzzlehttp-promises-3.x branch from f0895a1 to 236aad8 Compare July 20, 2026 22:20
@trusted-contributions-gcf trusted-contributions-gcf Bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 20, 2026
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 20, 2026
@renovate-bot
renovate-bot force-pushed the renovate/guzzlehttp-promises-3.x branch from 236aad8 to 4490d17 Compare July 21, 2026 17:20
@trusted-contributions-gcf trusted-contributions-gcf Bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 21, 2026
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 21, 2026
@renovate-bot
renovate-bot force-pushed the renovate/guzzlehttp-promises-3.x branch from 4490d17 to 661a014 Compare July 21, 2026 18:00
@trusted-contributions-gcf trusted-contributions-gcf Bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 21, 2026
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 21, 2026

@bshaffer bshaffer left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment thread Core/composer.json Outdated
Comment thread Gax/composer.json Outdated
Comment thread composer.json Outdated
@renovate-bot
renovate-bot force-pushed the renovate/guzzlehttp-promises-3.x branch from 661a014 to f2c3a84 Compare July 21, 2026 18:55
@trusted-contributions-gcf trusted-contributions-gcf Bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 21, 2026
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 21, 2026
@renovate-bot
renovate-bot force-pushed the renovate/guzzlehttp-promises-3.x branch from f2c3a84 to 341b58d Compare July 21, 2026 19:17
@trusted-contributions-gcf trusted-contributions-gcf Bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 21, 2026
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 21, 2026
Co-authored-by: Brent Shaffer <betterbrent@google.com>
@trusted-contributions-gcf trusted-contributions-gcf Bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 21, 2026
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 21, 2026
@forking-renovate

Copy link
Copy Markdown

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@GrahamCampbell

Copy link
Copy Markdown
Contributor

This PR is incomplete. I've provided a replacement at #9377.

@bshaffer bshaffer added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Jul 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do not merge Indicates a pull request not ready for merge, due to either quality or timing.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants