-
Notifications
You must be signed in to change notification settings - Fork 25
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
chore(deps): Bump gaxios
#649
base: main
Are you sure you want to change the base?
Conversation
@@ -47,7 +46,7 @@ export const METADATA_SERVER_DETECTION = Object.freeze({ | |||
export interface Options { | |||
params?: {[index: string]: string}; | |||
property?: string; | |||
headers?: OutgoingHttpHeaders; | |||
headers?: HeadersInit; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HeadersInit
is a broader, spec-compliant type when compared to OutgoingHttpHeaders
.
|
||
if (typeof type === 'object') { | ||
const metadataAccessor: MetadataAccessor = type; | ||
|
||
new Headers(metadataAccessor.headers).forEach((value, key) => |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merging headers; matching existing behavior (as seen on line 159 on the current state).
Note: system test failures exist outside from this PR: Investigating... |
Updating
gaxios
to its release candidate.🦕