Update graphqlcodegenerator monorepo #6703
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:
3.1.1->3.2.02.6.2->2.8.13.2.1->3.3.02.1.1->2.2.02.2.14->2.3.12.5.1->2.7.12.4.2->2.5.13.2.16->3.3.1Release Notes
dotansimha/graphql-code-generator (@graphql-codegen/add)
v3.2.0Compare Source
Minor Changes
d84afec: Support TypeScript ESM modules ("module": "node16"and"moduleResolution": "node16").More information on the TypeScript Release Notes.
Patch Changes
d84afec]a4fe500]8e44df5]dotansimha/graphql-code-generator (@graphql-codegen/cli)
v2.8.1Compare Source
Patch Changes
147e801: Addtslibas a dependency. See https://github.com/dotansimha/graphql-code-generator/issues/8075v2.8.0Compare Source
Minor Changes
d84afec: Add bin CLI command for runninggraphql-code-generatorin ESM mode. You can now usegraphql-codegen-esminstead ofgraphql-codegen.GraphQL Code Generator will continue supporting both ESM and CommonJS in parallel.
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
e7870ac: Fix security vulnerability by removinglatest-versiondependency.dce40ed: Allow to disable watch mode from CLI to overwrite the config. Now you can do:2e86ecb: ### Summarylistr2listrWhy
listris not actively maintained and we have to maintain our custom renderer for it to display errors. Migrating tolistr2it just works out of the almost similar to how it was working in past and is a actively maintained.Dev notes
Big change for us is how errors were collected. In
listrerrors were thrown and were caught in theendfunction of our customlistrRenderer but withlistr2we don't really getErrorinendfunction always so instead we use the context to collect errors from all the tasks and then show them after all the tasks are finished.d84afec]a4fe500]8e44df5]v2.7.0Compare Source
Minor Changes
e050230: Remove unnecessary browser checkPatch Changes
dfd9f07: Fix/multi project2fb1d8b: Remove unusedtryToBuildSchemafunction4dce442: Bumps@graphql-tools/url-loaderto the latestcross-undici-fetchversion that has pinnedundicito~5.5.0in order to fix a bug/breaking-change introduced withundici@5.6.0that causes aGET/HEAD requests cannot have 'body'error.https://github.com/ardatan/graphql-tools/pull/4559#issue-12929158445844 for more details.
v2.6.4Compare Source
Patch Changes
92f7142: Revert "Upgrade latest version"v2.6.3Compare Source
Patch Changes
c1fe775: Remove unused deps52b41e9: bump latest-version to patch vulndotansimha/graphql-code-generator (@graphql-codegen/fragment-matcher)
v3.3.0Compare Source
Minor Changes
d84afec: Support TypeScript ESM modules ("module": "node16"and"moduleResolution": "node16").More information on the TypeScript Release Notes.
Patch Changes
d84afec]a4fe500]8e44df5]dotansimha/graphql-code-generator (@graphql-codegen/introspection)
v2.2.0Compare Source
Minor Changes
d84afec: Support TypeScript ESM modules ("module": "node16"and"moduleResolution": "node16").More information on the TypeScript Release Notes.
Patch Changes
68bb30e]d84afec]a4fe500]8e44df5]dotansimha/graphql-code-generator (@graphql-codegen/near-operation-file-preset)
v2.3.1Compare Source
Patch Changes
525ad58: Revert breaking change for Next.js applications that are incapable of resolving an import with a.jsextension.525ad58]v2.3.0Compare Source
Minor Changes
68bb30e: Attach.jsextension to relative file imports for compliance with ESM module resolution. Since in CommonJS the.jsextension is optional, this is not a breaking change.If you have path configuration within your configuration, consider attaching
.jsif you are migrating to ESM.d84afec: Support TypeScript ESM modules ("module": "node16"and"moduleResolution": "node16").More information on the TypeScript Release Notes.
Patch Changes
1de927e: Don't emit imports to the same location, resulting in name clashes.68bb30e]d84afec]a4fe500]8e44df5]v2.2.15Compare Source
Patch Changes
aa1e6ea]a42fcbf]8b10f22]dotansimha/graphql-code-generator (@graphql-codegen/typescript)
v2.7.1Compare Source
Patch Changes
525ad58]v2.7.0Compare Source
Minor Changes
d84afec: Support TypeScript ESM modules ("module": "node16"and"moduleResolution": "node16").More information on the TypeScript Release Notes.
Patch Changes
68bb30e]d84afec]a4fe500]8e44df5]v2.6.0Compare Source
Minor Changes
aa1e6ea: Add @Deprecated support for inputPatch Changes
8b10f22: Ensure falsy enum values are still mappedaa1e6ea]a42fcbf]8b10f22]dotansimha/graphql-code-generator (@graphql-codegen/typescript-operations)
v2.5.1Compare Source
Patch Changes
525ad58]v2.5.0Compare Source
Minor Changes
d84afec: Support TypeScript ESM modules ("module": "node16"and"moduleResolution": "node16").More information on the TypeScript Release Notes.
Patch Changes
68bb30e]d84afec]a4fe500]8e44df5]v2.4.3Compare Source
Patch Changes
aa1e6ea]a42fcbf]8b10f22]dotansimha/graphql-code-generator (@graphql-codegen/typescript-react-apollo)
v3.3.1Compare Source
Patch Changes
525ad58]v3.3.0Compare Source
Minor Changes
d84afec: Support TypeScript ESM modules ("module": "node16"and"moduleResolution": "node16").More information on the TypeScript Release Notes.
Patch Changes
68bb30e]d84afec]a4fe500]8e44df5]v3.2.17Compare Source
Patch Changes
aa1e6ea]a42fcbf]8b10f22]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.