Update graphqlcodegenerator monorepo #331
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:
2.16.1
->2.16.5
2.4.2
->2.7.2
Release Notes
dotansimha/graphql-code-generator (@graphql-codegen/cli)
v2.16.5
Compare Source
Patch Changes
#8865
e4d073b16
Thanks @n1ru4l! - dependencies updates:@graphql-codegen/core@^2.6.8
↗︎ (from2.6.8
, independencies
)@graphql-tools/load@^7.8.0
↗︎ (from7.8.0
, independencies
)cosmiconfig-typescript-loader@^4.3.0
↗︎ (from4.3.0
, independencies
)graphql-config@^4.4.0
↗︎ (from4.4.0
, independencies
)ts-node@^10.9.1
↗︎ (todependencies
)ts-node@>=10
↗︎ (frompeerDependencies
)#8808
884d25c4e
Thanks @rwu823! - fix:gqlMagicComment
type#8865
e4d073b16
Thanks @n1ru4l! - move ts-node from peer dependencies to dependenciesv2.16.4
Compare Source
Patch Changes
#8770
4774247e9
Thanks @renovate! - dependencies updates:[email protected]
↗︎ (from4.3.6
, independencies
)#8790
fe12b4826
Thanks @renovate! - dependencies updates:@whatwg-node/fetch@^0.6.0
↗︎ (from^0.5.0
, independencies
)v2.16.3
Compare Source
Patch Changes
ad5d83313
Thanks @louisscruz! - add ts-node as a peerDependencyv2.16.2
Compare Source
Patch Changes
#8715
b1512a59a
Thanks @renovate! - dependencies updates:[email protected]
↗︎ (from4.1.1
, independencies
)#8729
e6ff224fb
Thanks @renovate! - dependencies updates:[email protected]
↗︎ (from4.2.0
, independencies
)#8771
ed87c782b
Thanks @renovate! - dependencies updates:@graphql-tools/utils@^9.0.0
↗︎ (from^8.9.0
, independencies
)#8765
a9c5414d2
Thanks @aniketdd! - update @graphql-tools/prisma-loaderUpdated dependencies [
ed87c782b
,6c6b6f2df
]:dotansimha/graphql-code-generator (@graphql-codegen/plugin-helpers)
v2.7.2
Compare Source
Patch Changes
63dc8f205
Thanks @charlypoly! - removeDetailledError
, not supported by Listr rendererv2.7.1
Compare Source
Patch Changes
4113b1bd3
Thanks @charlypoly! - fix(cli): support ApolloEngine loader in TypeScript configv2.7.0
Compare Source
Minor Changes
2ed21a471
Thanks @charlypoly! - Introduces support for TypeScript config file and a new preset lifecycle (required forclient-preset
)v2.6.2
Compare Source
Patch Changes
b408f8238
Thanks @n1ru4l! - Fix CommonJS TypeScript resolution withmoduleResolution
node16
ornodenext
v2.6.1
Compare Source
Patch Changes
6a2e328
: feat(cli):--verbose
and--debug
flagsv2.6.0
Compare Source
Minor Changes
2cbcbb3
: Add new flag to emit legacy common js imports. Default it will betrue
this way it ensure that generated code works with non-compliant bundlers.You can use the option in your config:
Alternative you can use the CLI to set this option:
v2.5.0
Compare Source
Minor Changes
d84afec
: Support TypeScript ESM modules ("module": "node16"
and"moduleResolution": "node16"
).More information on the TypeScript Release Notes.
8e44df5
: Add new config option to not exit with non-zero exit code when there are no documents.You can use this option in your config:
Alternative you can use the CLI to set this option:
Patch Changes
a4fe500
: Fix TS type error on strictNullChecks: trueFix the compiler error:
Only happens when TS compiler options
strictNullChecks: true
andskipLibCheck: false
.Partial<T>
includes{}
, thereforeNewVisitor[keyof NewVisitor]
includesundefined
, and indexingundefined
is error.Eliminate
undefined
by wrapping it insideNonNullable<...>
.Related #7519
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.