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 http from 4.4.1 to 5.1.0 in /updater #5701

Merged
merged 1 commit into from
Oct 9, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 13, 2022

Bumps http from 4.4.1 to 5.1.0.

Changelog

Sourced from http's changelog.

5.1.0 (2022-06-17)

5.0.4 (2021-10-07)

5.0.3 (2021-10-06)

5.0.2 (2021-09-10)

  • #686 Correctly reset the parser. ([@​bryanp])

  • #684 Don't set Content-Length for GET, HEAD, DELETE, or CONNECT requests without a BODY. ([@​jyn514])

  • #679 Use features on redirected requests. ([@​nomis])

  • #678 Restore HTTP::Response :uri option for backwards compatibility. ([@​schwern])

... (truncated)

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 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 September 13, 2022 06:40
@dependabot dependabot bot added dependencies ruby Dependabot pull requests that update Ruby code labels Sep 13, 2022
@dependabot dependabot bot force-pushed the dependabot/bundler/updater/http-5.1.0 branch 8 times, most recently from 65b9fce to 4119ad2 Compare September 15, 2022 18:03
@dependabot dependabot bot force-pushed the dependabot/bundler/updater/http-5.1.0 branch 8 times, most recently from e107dee to 98a4dff Compare September 22, 2022 20:06
@dependabot dependabot bot force-pushed the dependabot/bundler/updater/http-5.1.0 branch 10 times, most recently from d77959d to ee3b9d0 Compare September 29, 2022 16:47
@dependabot dependabot bot force-pushed the dependabot/bundler/updater/http-5.1.0 branch 12 times, most recently from 868d527 to 7d56829 Compare October 6, 2022 14:36
@dependabot dependabot bot force-pushed the dependabot/bundler/updater/http-5.1.0 branch 4 times, most recently from 5a4ec4a to b4567a7 Compare October 7, 2022 22:26
@jeffwidman
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/bundler/updater/http-5.1.0 branch 7 times, most recently from f4522b1 to f800e01 Compare October 8, 2022 15:05
Bumps [http](https://github.com/httprb/http) from 4.4.1 to 5.1.0.
- [Release notes](https://github.com/httprb/http/releases)
- [Changelog](https://github.com/httprb/http/blob/main/CHANGES.md)
- [Commits](httprb/http@v4.4.1...v5.1.0)

---
updated-dependencies:
- dependency-name: http
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/updater/http-5.1.0 branch from f800e01 to f3e72b9 Compare October 8, 2022 20:04
Copy link
Member

@jeffwidman jeffwidman left a comment

Choose a reason for hiding this comment

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

I spent a while poking through the changelog and the listed breaking changes for 5.0.0 don't appear to affect us, plus a number of of them were reverted in subsequent minor/patch releases and then added deprecation warnings. So I think we'll be fine with this, plus unit/smoke tests provide some measure of safety.

@jeffwidman jeffwidman merged commit bc6e053 into main Oct 9, 2022
@jeffwidman jeffwidman deleted the dependabot/bundler/updater/http-5.1.0 branch October 9, 2022 00:58
@pavera pavera mentioned this pull request Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies ruby Dependabot pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants