chore(deps): update dependency @graphql-codegen/plugin-helpers to v2.7.2 #216
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.3.1->2.7.2Release Notes
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
v2.4.2Compare Source
Patch Changes
a521216: broken links within documentationv2.4.1Compare Source
Patch Changes
cb9adeb: Cache validation of documentsv2.4.0Compare Source
Minor Changes
754a337: Performance Profiler --profilev2.3.2Compare Source
Patch Changes
6002feb: Fix exports in package.json files for react-native projectsConfiguration
📅 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.