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 graphql-yoga (major) #9716

Merged
merged 1 commit into from May 8, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 19, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-yoga/plugin-defer-stream (source) ^2.0.0 -> ^3.0.0 age adoption passing confidence
@graphql-yoga/plugin-persisted-operations (source) 2.0.4 -> 3.3.1 age adoption passing confidence
graphql-yoga (source) 4.0.4 -> 5.3.1 age adoption passing confidence

Release Notes

dotansimha/graphql-yoga (@​graphql-yoga/plugin-defer-stream)

v3.3.1

Compare Source

v3.3.0

Compare Source

v3.2.0

Compare Source

v3.1.1

Compare Source

v3.1.0

Compare Source

v3.0.3

Compare Source

v3.0.2

Compare Source

v3.0.1

Compare Source

v3.0.0

Compare Source

v2.0.5

Compare Source

dotansimha/graphql-yoga (@​graphql-yoga/plugin-persisted-operations)

v3.3.1

Compare Source

Patch Changes

v3.3.0

Compare Source

Patch Changes

v3.2.0

Compare Source

Minor Changes
  • #​3183
    6725f8e7
    Thanks @​n1ru4l! - Inject request into extractPersistedOperationId
    function for allowing to extract the ID based on request header, query parameters or request path.
Patch Changes

v3.1.1

Compare Source

Patch Changes
  • Updated dependencies
    [3ef877a7]:
    • graphql-yoga@5.1.1

v3.1.0

Compare Source

Patch Changes
  • Updated dependencies
    [b1f0e3a2]:
    • graphql-yoga@5.1.0

v3.0.2

Compare Source

Patch Changes
  • Updated dependencies
    [77d107fe]:
    • graphql-yoga@5.0.2

v3.0.1

Compare Source

Patch Changes
  • Updated dependencies
    [3fea19f2]:
    • graphql-yoga@5.0.1

v3.0.0

Compare Source

Major Changes
Patch Changes

v2.0.5

Compare Source

Patch Changes
  • Updated dependencies
    [bf602edf]:
    • graphql-yoga@4.0.5
dotansimha/graphql-yoga (graphql-yoga)

v5.3.1

Compare Source

Patch Changes
  • #​3237
    3324bbab
    Thanks @​ardatan! - dependencies updates:

  • #​3237
    3324bbab
    Thanks @​ardatan! - In such environments like CloudFlare Workers, the
    request object in the context always has the initial request object, so it was impossible to
    access the actual Request object from the execution context. Now Yoga ensures that the request
    in the context is the same with the actual Request.

v5.3.0

Compare Source

Minor Changes
  • #​3197
    f775b341
    Thanks @​n1ru4l! - Experimental support for aborting GraphQL execution
    when the HTTP request is canceled.

    The execution of subsequent GraphQL resolvers is now aborted if the incoming HTTP request is
    canceled from the client side. This reduces the load of your API in case incoming requests with
    deep GraphQL operation selection sets are canceled.

    import { createYoga, useExecutionCancellation } from 'graphql-yoga'
    
    const yoga = createYoga({
      plugins: [useExecutionCancellation()]
    })

    Learn more in our docs

    Action Required In order to benefit from this new feature, you need to update your integration
    setup for Fastify, Koa and Hapi.

    - const response = await yoga.handleNodeRequest(req, { ... })
    + const response = await yoga.handleNodeRequestAndResponse(req, res, { ... })

    Please refer to the corresponding integration guides for examples.

Patch Changes

v5.2.0

Compare Source

Minor Changes
Patch Changes

v5.1.1

Compare Source

Patch Changes

v5.1.0

Compare Source

Minor Changes

v5.0.2

Compare Source

Patch Changes

v5.0.1

Compare Source

Patch Changes

v5.0.0

Compare Source

Major Changes
Patch Changes

v4.0.5

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@changeset-bot
Copy link

changeset-bot bot commented Oct 19, 2023

⚠️ No Changeset found

Latest commit: ec751db

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

@github-actions
Copy link
Contributor

github-actions bot commented Oct 19, 2023

🚀 Snapshot Release (alpha)

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

Package Version Info
@graphql-codegen/visitor-plugin-common 5.1.1-alpha-20240508113518-ec751db57faedceb7c47f14af7523f2615c08023 npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript-document-nodes 4.0.7-alpha-20240508113518-ec751db57faedceb7c47f14af7523f2615c08023 npm ↗︎ unpkg ↗︎
@graphql-codegen/gql-tag-operations 4.0.7-alpha-20240508113518-ec751db57faedceb7c47f14af7523f2615c08023 npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript-operations 4.2.1-alpha-20240508113518-ec751db57faedceb7c47f14af7523f2615c08023 npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript-resolvers 4.0.7-alpha-20240508113518-ec751db57faedceb7c47f14af7523f2615c08023 npm ↗︎ unpkg ↗︎
@graphql-codegen/typed-document-node 5.0.7-alpha-20240508113518-ec751db57faedceb7c47f14af7523f2615c08023 npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript 4.0.7-alpha-20240508113518-ec751db57faedceb7c47f14af7523f2615c08023 npm ↗︎ unpkg ↗︎
@graphql-codegen/client-preset 4.2.6-alpha-20240508113518-ec751db57faedceb7c47f14af7523f2615c08023 npm ↗︎ unpkg ↗︎
@graphql-codegen/graphql-modules-preset 4.0.7-alpha-20240508113518-ec751db57faedceb7c47f14af7523f2615c08023 npm ↗︎ unpkg ↗︎

@github-actions
Copy link
Contributor

github-actions bot commented Oct 19, 2023

💻 Website Preview

The latest changes are available as preview in: https://c5ee98a9.graphql-code-generator.pages.dev

@renovate renovate bot force-pushed the renovate/major-graphql-yoga branch from 803b0df to 2355c6e Compare October 24, 2023 13:56
@renovate renovate bot force-pushed the renovate/major-graphql-yoga branch 2 times, most recently from 46ebea9 to c48181e Compare November 30, 2023 17:07
@renovate renovate bot force-pushed the renovate/major-graphql-yoga branch from c48181e to b0dcd25 Compare December 8, 2023 10:22
@renovate renovate bot force-pushed the renovate/major-graphql-yoga branch from b0dcd25 to 48d1ce6 Compare December 22, 2023 13:52
@renovate renovate bot force-pushed the renovate/major-graphql-yoga branch from 48d1ce6 to 64d7e2a Compare January 3, 2024 17:02
@renovate renovate bot force-pushed the renovate/major-graphql-yoga branch from 64d7e2a to bf5424c Compare March 13, 2024 16:05
@renovate renovate bot force-pushed the renovate/major-graphql-yoga branch from bf5424c to f4da65f Compare March 30, 2024 00:32
@renovate renovate bot force-pushed the renovate/major-graphql-yoga branch 2 times, most recently from c5045e9 to cfd92c1 Compare April 25, 2024 13:46
@renovate renovate bot force-pushed the renovate/major-graphql-yoga branch from cfd92c1 to ec751db Compare May 8, 2024 11:33
@ardatan ardatan merged commit 4965fdc into master May 8, 2024
19 checks passed
@ardatan ardatan deleted the renovate/major-graphql-yoga branch May 8, 2024 13:33
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

2 participants