-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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-tools #9848
Conversation
308a5bb
to
46e1d07
Compare
|
|
46e1d07
to
b00eebf
Compare
🚀 Snapshot Release (
|
Package | Version | Info |
---|---|---|
@graphql-codegen/visitor-plugin-common |
5.0.1-alpha-20240220204125-b00eebf08e4b2e055e220684ccac9325629b6585 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typescript-document-nodes |
4.0.6-alpha-20240220204125-b00eebf08e4b2e055e220684ccac9325629b6585 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/gql-tag-operations |
4.0.6-alpha-20240220204125-b00eebf08e4b2e055e220684ccac9325629b6585 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typescript-operations |
4.1.4-alpha-20240220204125-b00eebf08e4b2e055e220684ccac9325629b6585 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typescript-resolvers |
4.0.6-alpha-20240220204125-b00eebf08e4b2e055e220684ccac9325629b6585 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typed-document-node |
5.0.6-alpha-20240220204125-b00eebf08e4b2e055e220684ccac9325629b6585 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/typescript |
4.0.6-alpha-20240220204125-b00eebf08e4b2e055e220684ccac9325629b6585 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/client-preset |
4.2.4-alpha-20240220204125-b00eebf08e4b2e055e220684ccac9325629b6585 |
npm ↗︎ unpkg ↗︎ |
@graphql-codegen/graphql-modules-preset |
4.0.6-alpha-20240220204125-b00eebf08e4b2e055e220684ccac9325629b6585 |
npm ↗︎ unpkg ↗︎ |
💻 Website PreviewThe latest changes are available as preview in: https://077bae24.graphql-code-generator.pages.dev |
This PR contains the following updates:
8.0.0
->8.1.0
1.0.0
->1.0.8
8.0.0
->8.0.4
8.0.0
->8.0.1
9.0.0
->9.0.2
8.0.0
->8.0.2
10.0.0
->10.0.2
8.0.0
->8.0.1
10.0.0
->10.0.13
Release Notes
ardatan/graphql-tools (@graphql-tools/code-file-loader)
v8.1.0
Compare Source
Minor Changes
2c6c1d6
Thanks @XiNiHa! - Add .astro file supportPatch Changes
f85c093
,2c6c1d6
]:v8.0.3
Compare Source
Patch Changes
[
a7c512fd
]:v8.0.2
Compare Source
Patch Changes
[
3ef8e9f0
]:v8.0.1
Compare Source
Patch Changes
[
c7fc12cc
]:ardatan/graphql-tools (@graphql-tools/executor-http)
v1.0.8
Compare Source
Patch Changes
9d18cce
Thanks @enisdenjo! - Error when both data and errors fields are emptyv1.0.7
Compare Source
Patch Changes
12b578e
Thanks @felamaslen! - Fixed http executor to allow custom content-type headerv1.0.6
Compare Source
Patch Changes
b798b3b
Thanks @ardatan! - Memoize the print result automatically, and able to accept a custom print functionv1.0.5
Compare Source
Patch Changes
a4463d3
Thanks @ardatan! - Remove headers from extensions in the GraphQL
request
v1.0.4
Compare Source
Patch Changes
cfbd2e07
Thanks @enisdenjo! - Handle chunked and no-space messages in SSE
v1.0.3
Compare Source
Patch Changes
fb5f9ae3
Thanks @ardatan! - Respect `method` for SSE subscriptions
v1.0.2
Compare Source
Patch Changes
5c174cc9
Thanks @ardatan! - Avoid object spread for better performance in
Node
v1.0.1
Compare Source
Patch Changes
#5396
bb8f169e
Thanks @ardatan! - dependencies updates:
dset@^3.1.2
↗︎ (fromdependencies
)#5396
bb8f169e
Thanks @ardatan! - Move the merging logic of incremental results to
the utils package
Updated dependencies
[
bb8f169e
,bb8f169e
]:ardatan/graphql-tools (@graphql-tools/git-loader)
v8.0.4
Compare Source
Patch Changes
f85c093
,2c6c1d6
]:v8.0.3
Compare Source
Patch Changes
[
a7c512fd
]:v8.0.2
Compare Source
Patch Changes
[
3ef8e9f0
]:v8.0.1
Compare Source
Patch Changes
[
c7fc12cc
]:ardatan/graphql-tools (@graphql-tools/load)
v8.0.1
Compare Source
Patch Changes
#4886
d3fe8d8c
Thanks @ldiqual! - Print debug timer logs by respecting the filters
in DEBUG env var
Updated dependencies
[
d3fe8d8c
]:ardatan/graphql-tools (@graphql-tools/merge)
v9.0.2
Compare Source
Patch Changes
8880c78
Thanks @ardatan! - Merge directive argumentsv9.0.1
Compare Source
Patch Changes
a570a601
Thanks @ardatan! - Add respectArrays flag to extensions merging
Updated dependencies
[
a570a601
]:ardatan/graphql-tools (@graphql-tools/prisma-loader)
v8.0.2
Compare Source
Patch Changes
75a94362
Thanks @renovate! - dependencies updates:
jose@^5.0.0
↗︎ (from^4.11.4
, independencies
)[
accd58fd
]:v8.0.1
Compare Source
Patch Changes
#5304
a97b78f2
Thanks @renovate! - dependencies updates:
http-proxy-agent@^7.0.0
↗︎ (from^6.0.0
, independencies
)#5305
cfd44c61
Thanks @renovate! - dependencies updates:
https-proxy-agent@^7.0.0
↗︎ (from^6.0.0
, independencies
)ardatan/graphql-tools (@graphql-tools/schema)
v10.0.2
Compare Source
Patch Changes
a570a601
Thanks @ardatan! - Add respectArrays flag to extensions merging
Updated dependencies
[
a570a601
]:v10.0.1
Compare Source
Patch Changes
e1fb8bb8
Thanks @ardatan! - Merge directives in the extensions
Updated dependencies
[
e1fb8bb8
]:ardatan/graphql-tools (@graphql-tools/url-loader)
v8.0.1
Compare Source
Patch Changes
a4463d3
Thanks @ardatan! - Remove headers from extensions in the GraphQL
request
Updated dependencies
[
a4463d3
]:ardatan/graphql-tools (@graphql-tools/utils)
v10.0.13
Compare Source
Patch Changes
f85c093
Thanks @shYkiSto! - prevent race conditions when validating documentsv10.0.12
Compare Source
Patch Changes
5ae0394
Thanks @ardatan! - Print comments as blocksv10.0.11
Compare Source
Patch Changes
d3fe8d8c
Thanks @ldiqual! - Print debug timer logs by respecting the filters
in DEBUG env var
v10.0.10
Compare Source
Patch Changes
a570a601
Thanks @ardatan! - Add respectArrays flag to extensions merging
v10.0.9
Compare Source
Patch Changes
e1fb8bb8
Thanks @ardatan! - Merge directives in the extensions
v10.0.8
Compare Source
Patch Changes
accd58fd
Thanks @ardatan! - Extract
inspect
into the newcross-inspect
package
Updated dependencies
[
accd58fd
]:v10.0.7
Compare Source
Patch Changes
b4c17591
Thanks @ardatan! - Convert GraphQLError like originalError property
to a GraphQLError
v10.0.6
Compare Source
Patch Changes
c52de863
Thanks @ardatan! - fix isValid path regex for paths including =
#5551
v10.0.5
Compare Source
Patch Changes
a59fb765
Thanks @ardatan! - Optimizations to get better performance in query
planning
v10.0.4
Compare Source
Patch Changes
c1afb545
Thanks @kennyjwilli! - Exports the
DirectableGraphQLObject
type.
v10.0.3
Compare Source
Patch Changes
be3411c7
Thanks @EmrysMyrddin! - incremental merge also merges
extensions
v10.0.2
Compare Source
Patch Changes
#5396
bb8f169e
Thanks @ardatan! - dependencies updates:
dset@^3.1.2
↗︎ (todependencies
)#5396
bb8f169e
Thanks @ardatan! - Move the merging logic of incremental results to
the utils package
v10.0.1
Compare Source
Patch Changes
dcdc6eb7
Thanks @ardatan! - Support BigInt values
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.