Update graphqlcodegenerator monorepo #273
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.52.4.2->2.7.22.8.7->2.8.82.13.7->2.13.8Release Notes
dotansimha/graphql-code-generator (@graphql-codegen/cli)
v2.16.5Compare Source
Patch Changes
#8865
e4d073b16Thanks @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
884d25c4eThanks @rwu823! - fix:gqlMagicCommenttype#8865
e4d073b16Thanks @n1ru4l! - move ts-node from peer dependencies to dependenciesv2.16.4Compare Source
Patch Changes
#8770
4774247e9Thanks @renovate! - dependencies updates:[email protected]↗︎ (from4.3.6, independencies)#8790
fe12b4826Thanks @renovate! - dependencies updates:@whatwg-node/fetch@^0.6.0↗︎ (from^0.5.0, independencies)v2.16.3Compare Source
Patch Changes
ad5d83313Thanks @louisscruz! - add ts-node as a peerDependencyv2.16.2Compare Source
Patch Changes
#8715
b1512a59aThanks @renovate! - dependencies updates:[email protected]↗︎ (from4.1.1, independencies)#8729
e6ff224fbThanks @renovate! - dependencies updates:[email protected]↗︎ (from4.2.0, independencies)#8771
ed87c782bThanks @renovate! - dependencies updates:@graphql-tools/utils@^9.0.0↗︎ (from^8.9.0, independencies)#8765
a9c5414d2Thanks @aniketdd! - update @graphql-tools/prisma-loaderUpdated dependencies [
ed87c782b,6c6b6f2df]:dotansimha/graphql-code-generator (@graphql-codegen/plugin-helpers)
v2.7.2Compare Source
Patch Changes
63dc8f205Thanks @charlypoly! - removeDetailledError, not supported by Listr rendererv2.7.1Compare Source
Patch Changes
4113b1bd3Thanks @charlypoly! - fix(cli): support ApolloEngine loader in TypeScript configv2.7.0Compare Source
Minor Changes
2ed21a471Thanks @charlypoly! - Introduces support for TypeScript config file and a new preset lifecycle (required forclient-preset)v2.6.2Compare Source
Patch Changes
b408f8238Thanks @n1ru4l! - Fix CommonJS TypeScript resolution withmoduleResolutionnode16ornodenextv2.6.1Compare Source
Patch Changes
6a2e328: feat(cli):--verboseand--debugflagsv2.6.0Compare Source
Minor Changes
2cbcbb3: Add new flag to emit legacy common js imports. Default it will betruethis 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.0Compare 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: trueandskipLibCheck: false.Partial<T>includes{}, thereforeNewVisitor[keyof NewVisitor]includesundefined, and indexingundefinedis error.Eliminate
undefinedby wrapping it insideNonNullable<...>.Related #7519
dotansimha/graphql-code-generator (@graphql-codegen/typescript)
v2.8.8Compare Source
Patch Changes
a98198524]:dotansimha/graphql-code-generator (@graphql-codegen/visitor-plugin-common)
v2.13.8Compare Source
Patch Changes
a98198524Thanks @charle692! - Fix issue where visitor-plugin-common emitted ESM imports for Operations when emitLegacyCommonJSImports is trueConfiguration
📅 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.