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 got from 11.8.5 to 11.8.6 #492

Merged
merged 2 commits into from
Nov 1, 2023
Merged

Bump got from 11.8.5 to 11.8.6 #492

merged 2 commits into from
Nov 1, 2023

Conversation

nafarlee
Copy link
Contributor

@nafarlee nafarlee commented Sep 18, 2023

Closes #445

The cause was an underlying issue in got (sindresorhus/got#1489) which was addressed by a PR back in November (sindresorhus/got#2187). [email protected] contains the fix and is a simple upgrade, especially when compared to upgrading to [email protected] or [email protected] (as recommended by #457).

@hashicorp-cla
Copy link

hashicorp-cla commented Sep 18, 2023

CLA assistant check
All committers have signed the CLA.

@askalski85
Copy link

Hi @calvn , could you please take a look on this PR? Since all check are green it would be nice to drop this in :-)

dist/index.js Outdated
@@ -3702,6 +3702,7 @@ function asPromise(normalizedOptions) {
request._beforeError(new types_1.HTTPError(response));
return;
}
request.destroy();
Copy link
Contributor

Choose a reason for hiding this comment

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

Please revert the changes to dist/index.js. We do not commit directly to this file except when the team is doing a release.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah, my apologies, I didn't realize! I pushed a commit removing this particular change

Copy link
Contributor

@maxcoulombe maxcoulombe left a comment

Choose a reason for hiding this comment

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

Hey @nafarlee thanks for taking care of this! The fix will be included in the upcoming release which will hopefully address the issue for good for everyone. Cheers.

@maxcoulombe maxcoulombe merged commit caba6ef into hashicorp:main Nov 1, 2023
1 check passed
@nafarlee
Copy link
Contributor Author

nafarlee commented Nov 1, 2023

@maxcoulombe Glad I could help!

@ReinAchten-TomTom
Copy link

Hey @nafarlee thanks for taking care of this! The fix will be included in the upcoming release which will hopefully address the issue for good for everyone. Cheers.

Hi @maxcoulombe (apologies for "reviving" a closed pull request), when is the next upcoming release planned? We're bit by the problem solved by this change regularly, and it'd be great if we could benefit from this change. Thnx!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] oncancel handler error on macos-latest
6 participants