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

fix(deps): update dependency @whatwg-node/fetch to ^0.5.0 #8706

Merged
merged 2 commits into from Dec 7, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 7, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@whatwg-node/fetch ^0.3.0 -> ^0.5.0 age adoption passing confidence

Release Notes

ardatan/whatwg-node

v0.5.3

Compare Source

Patch Changes

v0.5.2

Compare Source

Patch Changes

v0.5.1

Compare Source

Patch Changes

v0.5.0

Compare Source

Minor Changes

v0.4.7

Compare Source

Patch Changes
  • e59cbb6 Thanks @​ardatan! - Do not patch global Headers if it is native, and support URL as a first parameter of fetch

v0.4.6

Compare Source

Patch Changes
  • c918527 Thanks @​ardatan! - Bump Undici

  • #​148 eb10500 Thanks @​ardatan! - - On Node 14, fix the return method of Response.body's AsyncIterator to close HTTP connection correctly

    • On Node 14, handle ReadableStream's cancel correctly if Response.body is a ReadableStream
    • Do not modify ReadableStream.cancel's behavior but handle it internally
    • On Node 18, do not combine Response.body's return and AbortController which causes a memory leak

v0.4.5

Compare Source

Patch Changes

v0.4.4

Compare Source

Patch Changes

v0.4.3

Compare Source

Patch Changes
  • c9f05f2 Thanks @​ardatan! - Add ponyfills for Response.redirect, Response.json and Response.error

v0.4.2

Compare Source

Patch Changes

v0.4.1

Compare Source

Patch Changes

v0.4.0

Compare Source

Minor Changes

Configuration

📅 Schedule: Branch creation - "after 10pm,before 6:00am" in timezone Europe/Warsaw, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies label Dec 7, 2022
@changeset-bot
Copy link

changeset-bot bot commented Dec 7, 2022

🦋 Changeset detected

Latest commit: d4ebd9f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@graphql-codegen/cli Patch
@graphql-cli/codegen Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Dec 7, 2022

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-cli/codegen 2.4.19-alpha-20221207042805-858684199 npm ↗︎ unpkg ↗︎
@graphql-codegen/cli 2.15.1-alpha-20221207042805-858684199 npm ↗︎ unpkg ↗︎
@graphql-codegen/core 2.6.7-alpha-20221207042805-858684199 npm ↗︎ unpkg ↗︎
@graphql-codegen/add 3.2.2-alpha-20221207042805-858684199 npm ↗︎ unpkg ↗︎
@graphql-codegen/fragment-matcher 3.3.2-alpha-20221207042805-858684199 npm ↗︎ unpkg ↗︎
@graphql-codegen/introspection 2.2.2-alpha-20221207042805-858684199 npm ↗︎ unpkg ↗︎
@graphql-codegen/schema-ast 2.5.2-alpha-20221207042805-858684199 npm ↗︎ unpkg ↗︎
@graphql-codegen/time 3.2.2-alpha-20221207042805-858684199 npm ↗︎ unpkg ↗︎
@graphql-codegen/visitor-plugin-common 2.13.4-alpha-20221207042805-858684199 npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript-document-nodes 2.3.9-alpha-20221207042805-858684199 npm ↗︎ unpkg ↗︎
@graphql-codegen/gql-tag-operations 1.5.10-alpha-20221207042805-858684199 npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript-operations 2.5.9-alpha-20221207042805-858684199 npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript-resolvers 2.7.9-alpha-20221207042805-858684199 npm ↗︎ unpkg ↗︎
@graphql-codegen/typed-document-node 2.3.9-alpha-20221207042805-858684199 npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript 2.8.4-alpha-20221207042805-858684199 npm ↗︎ unpkg ↗︎
@graphql-codegen/client-preset 1.2.2-alpha-20221207042805-858684199 npm ↗︎ unpkg ↗︎
@graphql-codegen/gql-tag-operations-preset 1.7.1-alpha-20221207042805-858684199 npm ↗︎ unpkg ↗︎
@graphql-codegen/graphql-modules-preset 2.5.8-alpha-20221207042805-858684199 npm ↗︎ unpkg ↗︎
@graphql-codegen/testing 1.18.1-alpha-20221207042805-858684199 npm ↗︎ unpkg ↗︎
@graphql-codegen/plugin-helpers 3.0.0-alpha-20221207042805-858684199 npm ↗︎ unpkg ↗︎

@github-actions
Copy link
Contributor

github-actions bot commented Dec 7, 2022

🚀 Website Preview

The latest changes to the website are available as preview in: https://6e1b7847.graphql-code-generator.pages.dev

@renovate
Copy link
Contributor Author

renovate bot commented Dec 7, 2022

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@saihaj saihaj merged commit 8ff9b41 into master Dec 7, 2022
@saihaj saihaj deleted the renovate/whatwg-node-fetch-0.x branch December 7, 2022 04:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant