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

Bump guzzlehttp/guzzle from 6.5.2 to 6.5.5 #557

Merged
merged 1 commit into from
Dec 30, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Dec 23, 2020

Bumps guzzlehttp/guzzle from 6.5.2 to 6.5.5.

Changelog

Sourced from guzzlehttp/guzzle's changelog.

6.5.5 - 2020-06-16

  • Unpin version constraint for symfony/polyfill-intl-idn #2678

6.5.4 - 2020-05-25

  • Fix various intl icu issues #2626

6.5.3 - 2020-04-18

  • Use Symfony intl-idn polyfill #2550
  • Remove use of internal functions #2548
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 will merge this PR once CI passes on it, as requested by @rullzer.


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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@LorbusChris
Copy link
Contributor

Possibly fixes nextcloud/server#24448

@dependabot-preview
Copy link
Contributor Author

Looks like guzzlehttp/guzzle is no longer updatable, so this is no longer needed.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/guzzlehttp/guzzle-6.5.5 branch December 28, 2020 11:58
@ChristophWurst
Copy link
Member

@dependabot recreate

@dependabot-preview
Copy link
Contributor Author

Looks like this PR is closed. If you re-open it I'll rebase it as long as no-one else has edited it (you can use @dependabot reopen if the branch has been deleted).

@ChristophWurst
Copy link
Member

@dependabot reopen

@dependabot-preview dependabot-preview bot reopened this Dec 29, 2020
@dependabot-preview dependabot-preview bot restored the dependabot/composer/guzzlehttp/guzzle-6.5.5 branch December 29, 2020 14:03
@dependabot-preview dependabot-preview bot force-pushed the dependabot/composer/guzzlehttp/guzzle-6.5.5 branch from cb4c372 to 458cdc3 Compare December 29, 2020 14:04
@ChristophWurst ChristophWurst force-pushed the dependabot/composer/guzzlehttp/guzzle-6.5.5 branch from 458cdc3 to 339d6d6 Compare December 29, 2020 15:55
@LorbusChris
Copy link
Contributor

Thank you for looking into this! I had to also update the symfony/polifilll-intl-idn peer dep to make composer happy, but I'm not sure that's really required though (see #561)

@LorbusChris
Copy link
Contributor

LorbusChris commented Dec 29, 2020

Nvmd, it looks like that's inlcuded here too.
Nope, that seems to be missing here. Also, the files for new Guzzle/Utils lib weren't added and make tests fail in nextcloud/server#24886.

Weirdly for #561, I had to run composer twice to make it do the proper changes.

@ChristophWurst
Copy link
Member

update the symfony/polifilll-intl-idn peer dep to make composer happy

Done via the Symfony bump: https://github.com/nextcloud/3rdparty/tree/master/symfony/polyfill-intl-idn

@ChristophWurst ChristophWurst force-pushed the dependabot/composer/guzzlehttp/guzzle-6.5.5 branch from 339d6d6 to b5b7026 Compare December 30, 2020 12:26
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 6.5.2 to 6.5.5.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/6.5.5/CHANGELOG.md)
- [Commits](guzzle/guzzle@6.5.2...6.5.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
@ChristophWurst ChristophWurst force-pushed the dependabot/composer/guzzlehttp/guzzle-6.5.5 branch from b5b7026 to c3d7b26 Compare December 30, 2020 13:13
@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@ChristophWurst ChristophWurst merged commit fbe5518 into master Dec 30, 2020
@delete-merged-branch delete-merged-branch bot deleted the dependabot/composer/guzzlehttp/guzzle-6.5.5 branch December 30, 2020 13:15
@rullzer rullzer mentioned this pull request Dec 30, 2020
39 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants