chore(deps): update graphqlcodegenerator monorepo #552
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.0.9
->4.1.6
4.2.3
->4.6.1
4.2.1
->4.5.1
Release Notes
dotansimha/graphql-code-generator (@graphql-codegen/typescript)
v4.1.6
Compare Source
Patch Changes
f6909d1
]:v4.1.5
Compare Source
Patch Changes
d8566c0
]:v4.1.4
Compare Source
Patch Changes
6d7c1d7
]:v4.1.3
Compare Source
Patch Changes
60dd72f
]:v4.1.2
Compare Source
Patch Changes
1617e3c
,fa64fbf
]:v4.1.1
Compare Source
Patch Changes
55a1e9e
,a235051
]:v4.1.0
Compare Source
Minor Changes
#10077
3f4f546
Thanks @eddeee888! - Extendconfig.avoidOptions
to support query, mutation and subscriptionPreviously,
config.avoidOptions.resolvers
was being used to make query, mutation and subscription fields non-optional.Now,
config.avoidOptions.query
,config.avoidOptions.mutation
andconfig.avoidOptions.subscription
can be used to target the respective types.Patch Changes
3f4f546
]:dotansimha/graphql-code-generator (@graphql-codegen/typescript-operations)
v4.6.1
Compare Source
Patch Changes
c5efba3
Thanks @jnoordsij! - Make graphql-sock optional peerDepv4.6.0
Compare Source
Minor Changes
f3cf4df
Thanks @eddeee888! - Add support fornullability.errorHandlingClient
. This allows clients to get stronger types with semantic nullability-enabled schemas.Patch Changes
f6909d1
]:v4.5.1
Compare Source
Patch Changes
#10302
d8566c0
Thanks @eddeee888! - Fix Apollo unmask directive incorrectly generating fragmentRefsUpdated dependencies [
d8566c0
]:v4.5.0
Compare Source
Minor Changes
6d7c1d7
Thanks @adapap! - feat: implementincludeExternalFragments: boolean
optionPatch Changes
6d7c1d7
]:v4.4.1
Compare Source
Patch Changes
60dd72f
]:v4.4.0
Compare Source
Minor Changes
fa64fbf
Thanks @jerelmiller! - Add support for Apollo Client@unmask
directive with fragment masking.Patch Changes
1617e3c
,fa64fbf
]:v4.3.1
Compare Source
Patch Changes
55a1e9e
,a235051
]:v4.3.0
Compare Source
Minor Changes
#10077
3f4f546
Thanks @eddeee888! - Extendconfig.avoidOptions
to support query, mutation and subscriptionPreviously,
config.avoidOptions.resolvers
was being used to make query, mutation and subscription fields non-optional.Now,
config.avoidOptions.query
,config.avoidOptions.mutation
andconfig.avoidOptions.subscription
can be used to target the respective types.Patch Changes
3f4f546
]:dotansimha/graphql-code-generator (@graphql-codegen/typescript-resolvers)
v4.5.1
Compare Source
Patch Changes
c5efba3
Thanks @jnoordsij! - Make graphql-sock optional peerDepv4.5.0
Compare Source
Minor Changes
f6909d1
Thanks @eddeee888! - Implement semanticNonNull custom directivePatch Changes
f6909d1
]:v4.4.4
Compare Source
Patch Changes
d8566c0
]:v4.4.3
Compare Source
Patch Changes
6d7c1d7
]:v4.4.2
Compare Source
Patch Changes
#10230
60dd72f
Thanks @eddeee888! - Fix generateInternalResolversIfNeeded.__resolveReference making the resolver required__resolveReference
's default behaviour when not declared is to pass the ref to subsequent resolvers i.e. becoming theparent
. So, it means we don't have to make this resolver required.This patch makes
__resolveReference
optional whengenerateInternalResolversIfNeeded.__resolveReference
is set to true.Updated dependencies [
60dd72f
]:v4.4.1
Compare Source
Patch Changes
#10187
1617e3c
Thanks @gilgardosh! - Fix: type naming for imported enumsUpdated dependencies [
1617e3c
,fa64fbf
]:v4.4.0
Compare Source
Minor Changes
#9989
55a1e9e
Thanks @eddeee888! - AddgenerateInternalResolversIfNeeded
optionThis option can be used to generate more correct types for internal resolvers. For example, only generate
__resolveReference
if the federation object has a resolvable@key
.In the future, this option can be extended to support other internal resolvers e.g.
__isTypeOf
is only generated for implementing types and union members.#10141
a235051
Thanks @eddeee888! - Add avoidCheckingAbstractTypesRecursively to avoid checking and generating abstract types recursivelyFor users that already sets recursive default mappers e.g.
Partial<{T}>
orDeepPartial<{T}>
, having both options on will cause a nested loop which eventually crashes Codegen. In such case, settingavoidCheckingAbstractTypesRecursively: true
allows users to continue to use recursive default mappers as before.Patch Changes
55a1e9e
,a235051
]:v4.3.0
Compare Source
Minor Changes
#10077
3f4f546
Thanks @eddeee888! - Extendconfig.avoidOptions
to support query, mutation and subscriptionPreviously,
config.avoidOptions.resolvers
was being used to make query, mutation and subscription fields non-optional.Now,
config.avoidOptions.query
,config.avoidOptions.mutation
andconfig.avoidOptions.subscription
can be used to target the respective types.Patch Changes
3f4f546
]:Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.