This repository was archived by the owner on Nov 11, 2024. It is now read-only.
chore(deps): update graphqlcodegenerator monorepo #176
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.2.1->3.3.12.1.0->2.1.1⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
dotansimha/graphql-code-generator (@graphql-codegen/cli)
v3.3.1Compare Source
Patch Changes
#9267
183749346Thanks @milesrichardson! - Fix watch mode to listen to longest common directory prefix of relevant files, rather than only files below the current working directory (fixes #9266).#9280
ca1d72c40Thanks @saihaj! - fix the default output directory for init commandv3.3.0Compare Source
Minor Changes
#9151
b7dacb21fThanks @'./user/schema.mappers#UserMapper',! - AddwatchPatternconfig option forgeneratessections.By default,
watchmode automatically watches all GraphQL schema and document files. This means when a change is detected, Codegen CLI is run.A user may want to run Codegen CLI when non-schema and non-document files are changed. Each
generatessection now has awatchPatternoption to allow more file patterns to be added to the list of patterns to watch.In the example below, mappers are exported from
schema.mappers.tsfiles. We want to re-run Codegen if the content of*.mappers.tsfiles change because they change the generated types file. To solve this, we can add mapper file patterns to watch using the glob pattern used for schema and document files.Then, run Codegen CLI in
watchmode:Now, updating
*.mappers.tsfiles re-runs Codegen! 🎉Note:
watchPatternis only used inwatchmode i.e. running CLI with--watchflag.Patch Changes
b7dacb21f,f104619ac]:v3.2.2Compare Source
Patch Changes
#9086
a34cef35bThanks @beerose! - dependencies updates:graphql-config@^4.5.0↗︎ (from^4.4.0, independencies)jiti@^1.17.1↗︎ (todependencies)cosmiconfig-typescript-loader@^4.3.0↗︎ (fromdependencies)ts-node@^10.9.1↗︎ (fromdependencies)#9086
a34cef35bThanks @beerose! - Supportcodegen.tsin ESM projectsdotansimha/graphql-code-generator (@graphql-codegen/client-preset)
v2.1.1Compare Source
Patch Changes
9430c3811Thanks @renovate! - dependencies updates:@graphql-typed-document-node/[email protected]↗︎ (from3.1.1, independencies)ba0610bbd,4b49f6fbe,b343626c9]: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 has been generated by Mend Renovate. View repository job log here.