Update graphqlcodegenerator monorepo (master) #1574
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:
1.14.0
->1.17.7
1.14.0
->1.21.8
1.14.0
->1.23.0
1.14.0
->1.18.4
1.14.0
->1.17.7
Release Notes
dotansimha/graphql-code-generator (@graphql-codegen/add)
v1.17.7
Compare Source
core
/cli
typescript-react-apollo
type
imports (#4448) @SimenBtypescript-generic-sdk
typed-document-node
TypedDocumentNode
also for fragments.typescript-operations
typescript-resolvers
import type
when importing from graphql (#4437) @SimenBtypescript-vue-apollo
near-operation-file
presetnear-operation-file
preset (#4436) @SimenBwebsite/docs
v1.17.6
Compare Source
core
/cli
typescript
typescript-resolvers
v1.17.5
Compare Source
🛑 Please use
v1.17.6
instead - this was invalid release due to fixes we did on release pipeline. 🛑v1.17.4
Compare Source
core
/cli
typescript-resolvers
typescript-mongodb
typescript-vue-apollo
typescript-apollo-angular
typescript-react-apollo
flow
typed-document-node
v1.17.3
Compare Source
PLEASE USE THIS RELEASE INSTEAD OF v1.17.2
urql
v1.17.1
Compare Source
New plugin for
typed-document-node
: more details soon ;) (#4392)core/cli
typescript-operations
flow-operations
docs/website
v1.17.0
Compare Source
core / cli
typescript-resolvers
optionalInfoArgument
configuration to allow optionalinfo?
argumentdocs / website
v1.16.3
Compare Source
near-operation-files
presetimportAllFragmentsFrom
(#4328) @dotansimhatypescript-resolvers
allowParentTypeOverride
for less strict resolvers signature (#4329) @dotansimhav1.16.2
Compare Source
near-operation-file
presetv1.16.1
Compare Source
core
/cli
near-operation-file
presetdocs / website
v1.16.0
Compare Source
core
/cli
c-sharp
/c-sharp-operations
typescript-resolvers
namespacedImportName
fortypescript-resolvers
plugin (#4289) @dotansimhaflow-operations
react-apollo-offix
typescript-generic-sdk
Observable
s on subscriptions (#4204) @onhatev1.15.4
Compare Source
c-sharp
c-sharp-operations
jsdoc
typescript-operations
website/docs
v1.15.3
Compare Source
core/cli
config.generates
always has a value to avoid unexpected runtime errorstypescript-resolvers
flow-resolvers
jsdoc
type-graphql
Maybe
only refers to a type, but is being used as a value here (#4181) @leejh3224typescript-operations
ts-operations
(#4201) @dotansimhav1.15.2
Compare Source
core/cli
typescript
typescript-operations
Exact
type in generated variables types to avoid runtime issues (#4194)jsdoc
near-operation-files
typescript-urql
docs/website
codegen.yaml
validationnear-operation-files
(#4189, thanks @mattleff)v1.15.1
Compare Source
graphql-cli-codegen-plugin
@graphql-cli/codegen
- plugin for GraphQL CLIcore
typescript-urql
typescript-resolvers
v1.15.0
Compare Source
🚀 🚀 NEW PLUGIN: Generate JSDoc based on your GraphQL schema (https://github.com/dotansimha/graphql-code-generator/pull/3223, thanks @CarloPalinckx )
core/cli
@graphql-tools/...
instead of@graphql-toolkit/...
codegen.yml
. If you are using VSCode, make sure you have this extension installed: https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yamlgraphql
package is missing (#4096)time
website / docs
dotansimha/graphql-code-generator (@graphql-codegen/cli)
v1.21.8
Compare Source
Patch Changes
e1643e6
: Fix exceptionloader.loaderId is not a function
caused by conflict with an internal dependency of Codegen.v1.21.7
Compare Source
Patch Changes
470336a
: don't require plugins for for config if preset provides plugin. Instead the preset should throw if no plugins were provided.470336a
]v1.21.6
Compare Source
Patch Changes
3b82d1b
: update chokidarv1.21.5
Compare Source
Patch Changes
dfd25ca
: chore(deps): bump graphql-tools versionsdfd25ca
]v1.21.4
Compare Source
Patch Changes
d9212aa
: fix(visitor-plugin-common): guard for a runtime type errord9212aa
]v1.21.3
Compare Source
Patch Changes
23862e7
: fix(naming-convention): revert and pin change-case-all dependency for workaround #325623862e7
]v1.21.2
Compare Source
Patch Changes
29b75b1
: enhance(namingConvention): use change-case-all instead of individual packages for naming convention29b75b1
]v1.21.1
@graphql-codegen/cli
1.21.0
Minor Changes
dfef1c7
: feat(cli): pass parameters to loaders from plugin config1.20.1
Patch Changes
f86365c
: Dependencies cleanup1.20.0
Minor Changes
0e9ddb5
: Addmerge
(<<
) syntax foryaml
configurationsPatch Changes
bff3fa8
: CLI with watch option will reload using new config on change9ebf187
: Fix wrong MODULE_NOT_FOUND for missing dependenciesaa955f1
: fix hooks as single function1.19.4
Patch Changes
920d8e9
: Allow loading configuration from package.json file1.19.3
Patch Changes
1183d17
: Bump all packages to resolve issues with shared dependencies1183d17
]1.19.2
Patch Changes
faa1397
: Fix issues with missing sources in loadSchemafaa1397
: fix(cli): use default options of codegen for graphql-config's load methods1.19.1
Patch Changes
4ad0319
: Resolve modules passed through the -r flag relative to the cwd93e49f8
: Correctly resolve relative to the cwdeaf45d1
]1.19.0
Minor Changes
857c603
: Adds the --errors-only flag to the cli to print errors only.Patch Changes
857c603
]1.18.0
Minor Changes
ceb9fe0
: Changes watch mode to not use polling by default and adds configurable overridePatch Changes
186962c
: Usefs.statSync
when creating custom require instead ofpath.extname
1.17.10
Patch Changes
2900ee2
: Check the error code instead of the error message to determine if a package wasn't found1.17.9
Patch Changes
e7d56e3
: fix issues with init command and missing versions398b094
: Load user provided things relative to the configda8bdd1
]1.17.8
Patch Changes
1d7c643
: Bump all packages to allow "^" in deps and fix compatibility issues1d7c643
: Bump versions of @graphql-tools/ packages to fix issues with loading schemas and SDL comments1d7c643
]1d7c643
]ac067ea
]v1.21.0
Minor Changes
dfef1c7
: feat(cli): pass parameters to loaders from plugin configv1.20.1
Compare Source
Patch Changes
f86365c
: Dependencies cleanupv1.20.0
Compare Source
Minor Changes
0e9ddb5
: Addmerge
(<<
) syntax foryaml
configurationsPatch Changes
bff3fa8
: CLI with watch option will reload using new config on change9ebf187
: Fix wrong MODULE_NOT_FOUND for missing dependenciesaa955f1
: fix hooks as single functionv1.19.4
Compare Source
Patch Changes
920d8e9
: Allow loading configuration from package.json filev1.19.3
Compare Source
Patch Changes
1183d17
: Bump all packages to resolve issues with shared dependencies1183d17
]v1.19.2
Compare Source
Patch Changes
faa1397
: Fix issues with missing sources in loadSchemafaa1397
: fix(cli): use default options of codegen for graphql-config's load methodsv1.19.1
Compare Source
Patch Changes
4ad0319
: Resolve modules passed through the -r flag relative to the cwd93e49f8
: Correctly resolve relative to the cwdeaf45d1
]v1.19.0
Compare Source
Minor Changes
857c603
: Adds the --errors-only flag to the cli to print errors only.Patch Changes
857c603
]v1.18.0
Compare Source
Minor Changes
ceb9fe0
: Changes watch mode to not use polling by default and adds configurable overridePatch Changes
186962c
: Usefs.statSync
when creating custom require instead ofpath.extname
v1.17.10
Compare Source
Patch Changes
2900ee2
: Check the error code instead of the error message to determine if a package wasn't foundv1.17.9
Compare Source
Patch Changes
e7d56e3
: fix issues with init command and missing versions398b094
: Load user provided things relative to the configda8bdd1
]v1.17.8
Compare Source
Patch Changes
1d7c643
: Bump all packages to allow "^" in deps and fix compatibility issues1d7c643
: Bump versions of @graphql-tools/ packages to fix issues with loading schemas and SDL comments1d7c643
]1d7c643
]ac067ea
]v1.17.7
Compare Source
core
/cli
typescript-react-apollo
type
imports (#4448) @SimenBtypescript-generic-sdk
typed-document-node
TypedDocumentNode
also for fragments.typescript-operations
typescript-resolvers
import type
when importing from graphql (#4437) @SimenBtypescript-vue-apollo
near-operation-file
presetnear-operation-file
preset (#4436) @SimenBwebsite/docs
v1.17.6
Compare Source
core
/cli
typescript
typescript-resolvers
v1.17.4
Compare Source
core
/cli
typescript-resolvers
typescript-mongodb
typescript-vue-apollo
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 is behind base branch, 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.