-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Conversation
|
🚀 Snapshot Release (
|
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 ↗︎ |
💻 Website PreviewThe latest changes are available as preview in: https://c5ee98a9.graphql-code-generator.pages.dev |
803b0df
to
2355c6e
Compare
46ebea9
to
c48181e
Compare
c48181e
to
b0dcd25
Compare
b0dcd25
to
48d1ce6
Compare
48d1ce6
to
64d7e2a
Compare
64d7e2a
to
bf5424c
Compare
bf5424c
to
f4da65f
Compare
c5045e9
to
cfd92c1
Compare
cfd92c1
to
ec751db
Compare
This PR contains the following updates:
^2.0.0
->^3.0.0
2.0.4
->3.3.1
4.0.4
->5.3.1
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
[
3324bbab
,3324bbab
]:v3.3.0
Compare Source
Patch Changes
[
f775b341
,f775b341
,f89a1aa2
]:v3.2.0
Compare Source
Minor Changes
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
[
71db7548
,71db7548
]:v3.1.1
Compare Source
Patch Changes
[
3ef877a7
]:v3.1.0
Compare Source
Patch Changes
[
b1f0e3a2
]:v3.0.2
Compare Source
Patch Changes
[
77d107fe
]:v3.0.1
Compare Source
Patch Changes
[
3fea19f2
]:v3.0.0
Compare Source
Major Changes
01430e03
Thanks @EmrysMyrddin! - Breaking Change: Drop support of
Node.js 16
Patch Changes
[
01430e03
,5b615478
,350bb851
]:v2.0.5
Compare Source
Patch Changes
[
bf602edf
]:dotansimha/graphql-yoga (graphql-yoga)
v5.3.1
Compare Source
Patch Changes
#3237
3324bbab
Thanks @ardatan! - dependencies updates:
@whatwg-node/server@^0.9.33
↗︎(from
^0.9.32
, independencies
)#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 toaccess the actual
Request
object from the execution context. Now Yoga ensures that therequest
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.
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.
Please refer to the corresponding integration guides for examples.
Patch Changes
#3197
f775b341
Thanks @n1ru4l! - dependencies updates:
@graphql-tools/executor@^1.2.5
↗︎(from
^1.2.2
, independencies
)@whatwg-node/fetch@^0.9.17
↗︎(from
^0.9.7
, independencies
)@whatwg-node/server@^0.9.32
↗︎(from
^0.9.1
, independencies
)#3214
f89a1aa2
Thanks @n1ru4l! - Always include empty data payload for final
complete
event of SSE stream responses to ensureEventSource
compatibility. Seethe
GraphQL over SSE protocol
for more information.
v5.2.0
Compare Source
Minor Changes
71db7548
Thanks @n1ru4l! - Allow setting async iterable within
onParams
hooksetResult
functionPatch Changes
71db7548
Thanks @n1ru4l! - dependencies updates:
@graphql-tools/executor@^1.2.2
↗︎(from
^1.0.0
, independencies
)@graphql-tools/utils@^10.1.0
↗︎(from
^10.0.0
, independencies
)v5.1.1
Compare Source
Patch Changes
3ef877a7
Thanks @ardatan! - Support errors with extensions set undefined
v5.1.0
Compare Source
Minor Changes
b1f0e3a2
Thanks @magrinj! - Export YogaSchemaDefinition and mergeSchemas
v5.0.2
Compare Source
Patch Changes
77d107fe
Thanks @ardatan! - Update HTTP Executor and add
method
anduseGETForQueries
to GraphiQL optionsv5.0.1
Compare Source
Patch Changes
3fea19f2
Thanks @antonio-iodice! - Do not return 404 when using query
params or trailing slashes
v5.0.0
Compare Source
Major Changes
#3063
01430e03
Thanks @EmrysMyrddin! - Breaking Change: Drop support of
Node.js 16
#3070
5b615478
Thanks @renovate! - dependencies updates:
@envelop/core@^5.0.0
↗︎ (from^4.0.0
, independencies
)Patch Changes
#3051
350bb851
Thanks @ardatan! - Use the same context object in the entire
pipeline
Updated dependencies
[
01430e03
]:v4.0.5
Compare Source
Patch Changes
bf602edf
Thanks @EmrysMyrddin! - Fix dynamic schema function type and
documentation
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.
This PR has been generated by Mend Renovate. View repository job log here.