Skip to content

Bump got from 11.8.5 to 11.8.6#492

Merged
maxcoulombe merged 2 commits intohashicorp:mainfrom
colpal:main
Nov 1, 2023
Merged

Bump got from 11.8.5 to 11.8.6#492
maxcoulombe merged 2 commits intohashicorp:mainfrom
colpal:main

Conversation

@nafarlee
Copy link
Copy Markdown
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). got@v11.8.6 contains the fix and is a simple upgrade, especially when compared to upgrading to got@12.x or got@13.x (as recommended by #457).

@hashicorp-cla
Copy link
Copy Markdown

hashicorp-cla commented Sep 18, 2023

CLA assistant check
All committers have signed the CLA.

@askalski85
Copy link
Copy Markdown

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
request._beforeError(new types_1.HTTPError(response));
return;
}
request.destroy();
Copy link
Copy Markdown
Collaborator

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
Copy Markdown
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
Copy Markdown
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
@nafarlee
Copy link
Copy Markdown
Contributor Author

nafarlee commented Nov 1, 2023

@maxcoulombe Glad I could help!

@ReinAchten-TomTom
Copy link
Copy Markdown

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