Update graphqlcodegenerator monorepo #8095
Merged
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.2.4
->4.3.3
4.0.6
->4.0.9
4.0.6
->4.2.1
Release Notes
dotansimha/graphql-code-generator (@graphql-codegen/client-preset)
v4.3.3
Compare Source
Patch Changes
7ac42a3
Thanks @nikitalocalhost! - Resolve runtime error when using the babel plugin within an ESM environment.v4.3.2
Compare Source
Patch Changes
79fee3c
]:v4.3.1
Compare Source
Patch Changes
808ada5
,14ce39e
]:v4.3.0
Compare Source
Minor Changes
#10001
1be6e65
Thanks @n1ru4l! - Support discriminatingnull
andundefined
within theuseFragment
function.Before, the returned type from
useFragment
was alwaysTType | null | undefined
.#9804
5e594ef
Thanks @rachel-church! - PreservingArray<T>
orReadonlyArray<T>
inuseFragment()
return type.Patch Changes
99f449c
Thanks @nahn20! - Added configuration to allow for custom hash functions for persisted documents in the client presetExample
5501c62
]:v4.2.6
Compare Source
Patch Changes
dfc5310
,156cc2b
,dfc5310
,b49457b
]:v4.2.5
Compare Source
Patch Changes
cd60e14
Thanks @Sojaner! - Omit__typename
from being added on the root node of a subscription when usingaddTypenameSelectionDocumentTransform
with documentTransforms since a single root node is expected and the code generator fails because of that (refer to https://spec.graphql.org/draft/#sec-Single-root-field)dotansimha/graphql-code-generator (@graphql-codegen/typescript)
v4.0.9
Compare Source
Patch Changes
79fee3c
]:v4.0.8
Compare Source
Patch Changes
808ada5
,14ce39e
]:v4.0.7
Compare Source
Patch Changes
dfc5310
,156cc2b
,dfc5310
,b49457b
]:dotansimha/graphql-code-generator (@graphql-codegen/typescript-resolvers)
v4.2.1
Compare Source
Patch Changes
#10014
79fee3c
Thanks @eddeee888! - Fix object types with fields being abstract types not pointing to resolver types correctlyUpdated dependencies [
79fee3c
]:v4.2.0
Compare Source
Minor Changes
808ada5
Thanks @eddeee888! - Add generated resolvers map type name to typescript-resolvers plugin metaPatch Changes
808ada5
,14ce39e
]:v4.1.0
Compare Source
Minor Changes
dfc5310
Thanks @eddeee888! - Update typescript-resolvers to report generated resolver types in the run to meta field in the outputPatch Changes
#9944
156cc2b
Thanks @eddeee888! - Add _ prefix to generatedRefType
inResolversInterfaceTypes
andResolversUnionTypes
as it is sometimes unused#9962
b49457b
Thanks @eddeee888! - Fix interface mappers not working in nested/self-referencing scenariosUpdated dependencies [
dfc5310
,156cc2b
,dfc5310
,b49457b
]: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 was generated by Mend Renovate. View the repository job log.