Update graphqlcodegenerator monorepo - abandoned
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @graphql-codegen/cli | 1.2.1 -> 1.21.8 |
||||
| @graphql-codegen/typescript | 1.2.1 -> 1.23.0 |
||||
| @graphql-codegen/typescript-operations | 1.2.1 -> 1.18.4 |
Release Notes
dotansimha/graphql-code-generator (@graphql-codegen/cli)
v1.21.8
Patch Changes
e1643e6: Fix exceptionloader.loaderId is not a functioncaused by conflict with an internal dependency of Codegen.
v1.21.7
Patch Changes
470336a: don't require plugins for for config if preset provides plugin. Instead the preset should throw if no plugins were provided.- Updated dependencies [
470336a]
v1.21.6
Patch Changes
3b82d1b: update chokidar
v1.21.5
Patch Changes
v1.21.4
Patch Changes
v1.21.3
Patch Changes
23862e7: fix(naming-convention): revert and pin change-case-all dependency for workaround #3256- Updated dependencies [
23862e7]
v1.21.2
Patch Changes
29b75b1: enhance(namingConvention): use change-case-all instead of individual packages for naming convention- Updated dependencies [
29b75b1]
v1.21.1
@graphql-codegen/cli
1.21.0
Minor Changes
dfef1c7: feat(cli): pass parameters to loaders from plugin config
1.20.1
Patch Changes
f86365c: Dependencies cleanup
1.20.0
Minor Changes
0e9ddb5: Addmerge(<<) syntax foryamlconfigurations
Patch 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 function
1.19.4
Patch Changes
920d8e9: Allow loading configuration from package.json file
1.19.3
Patch Changes
1183d17: Bump all packages to resolve issues with shared dependencies- Updated dependencies [
1183d17]
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 methods
1.19.1
Patch Changes
4ad0319: Resolve modules passed through the -r flag relative to the cwd93e49f8: Correctly resolve relative to the cwd- Updated dependencies [
eaf45d1]
1.19.0
Minor Changes
857c603: Adds the --errors-only flag to the cli to print errors only.
Patch Changes
- Updated dependencies [
857c603]
1.18.0
Minor Changes
ceb9fe0: Changes watch mode to not use polling by default and adds configurable override
Patch Changes
186962c: Usefs.statSyncwhen 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 found
1.17.9
Patch Changes
e7d56e3: fix issues with init command and missing versions398b094: Load user provided things relative to the config- Updated dependencies [
da8bdd1]
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 comments- Updated dependencies [
1d7c643] - Updated dependencies [
1d7c643] - Updated dependencies [
ac067ea]
v1.21.0
Minor Changes
dfef1c7: feat(cli): pass parameters to loaders from plugin config
v1.20.1
Patch Changes
f86365c: Dependencies cleanup
v1.20.0
Minor Changes
0e9ddb5: Addmerge(<<) syntax foryamlconfigurations
Patch 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 function
v1.19.4
Patch Changes
920d8e9: Allow loading configuration from package.json file
v1.19.3
Patch Changes
1183d17: Bump all packages to resolve issues with shared dependencies- Updated dependencies [
1183d17]
v1.19.2
Patch Changes
faa1397: Fix issues with missing sources in loadSchemafaa1397: fix(cli): use default options of codegen for graphql-config's load methods
v1.19.1
Patch Changes
4ad0319: Resolve modules passed through the -r flag relative to the cwd93e49f8: Correctly resolve relative to the cwd- Updated dependencies [
eaf45d1]
v1.19.0
Minor Changes
857c603: Adds the --errors-only flag to the cli to print errors only.
Patch Changes
- Updated dependencies [
857c603]
v1.18.0
Minor Changes
ceb9fe0: Changes watch mode to not use polling by default and adds configurable override
Patch Changes
186962c: Usefs.statSyncwhen creating custom require instead ofpath.extname
v1.17.10
Patch Changes
2900ee2: Check the error code instead of the error message to determine if a package wasn't found
v1.17.9
Patch Changes
e7d56e3: fix issues with init command and missing versions398b094: Load user provided things relative to the config- Updated dependencies [
da8bdd1]
v1.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 comments- Updated dependencies [
1d7c643] - Updated dependencies [
1d7c643] - Updated dependencies [
ac067ea]
v1.17.7
Come talk to us directly on our Discord channel Contact us here: the-guild.dev
core/cli
- Update dependencies
typescript-react-apollo
typescript-generic-sdk
typed-document-node
- do not import the unused DocumentNode for typed-document-node (#4462) @mjbcopland
- apply
TypedDocumentNodealso for fragments.
typescript-operations
- use 'unknown' instead of 'any' for type Exact (#4461) @mjbcopland
typescript-resolvers
typescript-vue-apollo
- fix(vue-apollo): keep up with @vue/apollo-composable (#4445) @liaoliaojun
near-operation-file preset
website/docs
- fix flow on installation's page (#4459) @pmaier983
- Fix spelling error - Generate generate (#4443) @w3bdesign
v1.17.6
Come talk to us directly on our Discord channel Contact us here: the-guild.dev
Sorry for the publishing issues, we fixed some issues related to release/publish scripts, and it effected some releases.
v1.17.5is partial, please don't use it.
core / cli
- Updated dependencies
typescript
typescript-resolvers
v1.17.4
Come talk to us directly on our Discord channel Contact us here: the-guild.dev
core / cli
- Update dependencies
typescript-resolvers
- Limit ParentType to only contain fields from the @key and @requires directives (#4232) @jakeblaxon
- Added missing ContextType on interface/union resolvers (#4412) @dotansimha
typescript-mongodb
- Fix: generate optional type for @map (#4417) @xiaoliu-heng
typescript-vue-apollo
- Update Subscription options Doc (#4406) @liaoliaojun
- Add a config option to add pure magic comment for static global variables - for better Webpack tree-shaking (#4380) @ardatan
typescript-apollo-angular
- Add a config option to add pure magic comment for static global variables - for better Webpack tree-shaking (#4380) @ardatan
typescript-react-apollo
- Add a config option to add pure magic comment for static global variables - for better Webpack tree-shaking (#4380) @ardatan
flow
- Make flow comment headers consistent (#4414) @ganemone
typed-document-node
- Fixed issues with fragments.
- Improve compatibility with other plugins' config flags.
v1.17.3
Come talk to us directly on our Discord channel Contact us here: the-guild.dev
PLEASE USE THIS RELEASE INSTEAD OF v1.17.2
urql
v1.17.2
Come talk to us directly on our Discord channel Contact us here: the-guild.dev
typed-document-node
- Allow extension to be
.tsxor.ts
v1.17.1
Patch Changes
2900ee2: Check the error code instead of the error message to determine if a package wasn't found
v1.17.0
Come talk to us directly on our Discord channel Contact us here: the-guild.dev
core / cli
- Fixing Issue #4437 - Failing tests for unhandledRejection (#4355) @asafh
- add -s alias for --silent flag (#4354) @romMidnight
typescript-resolvers
- Added
optionalInfoArgumentconfiguration to allow optionalinfo?argument
docs / website
- Remove npx connand from quickstart docs (#4331) @BrockReece
v1.16.3
Come talk to us directly on our Discord channel Contact us here: the-guild.dev
near-operation-files preset
- Fixes for
importAllFragmentsFrom(#4328) @dotansimha
typescript-resolvers
- Added
allowParentTypeOverridefor less strict resolvers signature (#4329) @dotansimha
v1.16.2
Come talk to us directly on our Discord channel Contact us here: the-guild.dev
near-operation-file preset
- Fix issues with fragments imports (introduced in v1.16.1), and allow to customize fragments imports using a function (#4325) @dotansimha
v1.16.1
Come talk to us directly on our Discord channel Contact us here: the-guild.dev
core / cli
- feat: allow hooks to be functions if used from node (#4319) @KnisterPeter
near-operation-file preset
- added more tests, allow to override fragments imports manually (#4322) @dotansimha
docs / website
- feat(plugin): add doc for ts-apollo-next-ssr (#4316) @correttojs
v1.16.0
Come talk to us directly on our Discord channel Contact us here: the-guild.dev
core / cli
- Update typescript-eslint monorepo to v3.5.0 (#4304) @renovate
- Update dependency @types/js-yaml to v3.12.5 (#4288) @renovate
- Update dependency graphql to v15.2.0 (#4210) @renovate
- Update dependency flow-parser to v0.128.0 (#4298) @renovate
- Fix DeclarationBlock to omit the semicolon for functions (#4294) @Zhouzi
- Update dependency @oclif/command to v1.7.0 (#4302) @renovate
- Update dependency nock to v13 (#4300) @renovate
- Update dependency flow-bin to v0.128.0 (#4299) @renovate
- Update dependency eslint-plugin-import to v2.22.0 (#4297) @renovate
- Update graphql-tools monorepo to v6.0.11 (#4293) @renovate
- chore(deps): update dependency @types/jest to v26.0.3 (#4285) @renovate
- chore(deps): update dependency @types/lodash to v4.14.157 (#4286) @renovate
- Update dependency @vue/composition-api to v0.6.7 (#4283) @renovate
- Update dependency @types/react to v16.9.41 (#4282) @renovate
- Update dependency @types/react to v16.9.40 (#4280) @renovate
- Update dependency @types/jest to v26.0.1 (#4279) @renovate
- Update dependency @types/react to v16.9.39 (#4277) @renovate
- Update dependency jest to v26.1.0 (#4276) @renovate
- Update dependency eslint to v7.3.1 (#4274) @renovate
- Update typescript-eslint monorepo to v3.4.0 (#4271) @renovate
- Update dependency jest-junit to v11.0.1 (#4270) @renovate
- Update dependency ts-jest to v26.1.1 (#4267) @renovate
- Update dependency @docusaurus/core to v2.0.0-alpha.58 (#4254) @renovate
- Update dependency @docusaurus/preset-classic to v2.0.0-alpha.58 (#4255) @renovate
- Update dependency @types/lodash to v4.14.156 (#4266) @renovate
- Update dependency @vue/composition-api to v0.6.6 (#4265) @renovate
- Update dependency jest-junit to v11 (#4262) @renovate
- Update dependency eslint to v7.3.0 (#4261) @renovate
- Update dependency @vue/composition-api to v0.6.5 (#4259) @renovate
- Update dependency moment to v2.27.0 (#4257) @renovate
c-sharp / c-sharp-operations
- Added nested array support (eg [[[String]]]) (#4296) @cklam2
- Dropped assigning default values (#4296) @cklam2
- Mark fields with default value optional, even when it had a ! (see #4273) (#4296) @cklam2
- Generate C# interface from gql interface (#4296) @cklam2
- If request doesn't have input args, don't include the variable arg in Request (#4296) @cklam2
- Solved circular dependency issue (#4296) @cklam2
- C sharp operation request and summary (#4284) @cklam2
- C sharp operations improvements (#4264) @cklam2
- C sharp reserved keywords (#4250) @cklam2
typescript-resolvers
- Allow to customize the Resolvers suffix for each type resolvers type (#4292) @dotansimha
- Allow to customize the root exported Resolvers type name (#4292) @dotansimha
- Added support for
namespacedImportNamefortypescript-resolversplugin (#4289) @dotansimha
flow-operations
- Fix bug with flow-operations codegeneration and flattenGeneratedTypes config (#4287) @ganemone
react-apollo-offix
typescript-generic-sdk
v1.15.4
Come talk to us directly on our Discord channel Contact us here: the-guild.dev
c-sharp
- C# plugin improvements (#4242) @cklam2
- Info about required C# library + example code (#4215) @cklam2
c-sharp-operations
jsdoc
- JSDoc: Removed incorrect results for documents containing operations (#4239) @CarloPalinckx
typescript-operations
- fix(typescript): duplicate Exact definition when used with presets (#4235) @dotansimha
website/docs
- Remove faux prompt because it gets copied to the clipboard (#4220) @erikras
- Fix missing docs for react-apollo/apollo-angular docs.
v1.15.3
Come talk to us directly on our Discord channel Contact us here: the-guild.dev
core/cli
- Update dependency @types/jest to v26 (#4196) @renovate
- Update dependency @types/node to v13.13.12 (#4199) @renovate
- Update dependency eslint-plugin-import to v2.21.2 (#4200) @renovate
- Update dependency @vue/composition-api to v0.6.2 (#4209) @renovate
- Update dependency urql to v1.9.8 (#4203) @renovate
- Update dependency @types/node to v10.17.26 (#4198) @renovate
- Update dependency @types/react to v16.9.36 (#4202) @renovate
- make sure that
config.generatesalways has a value to avoid unexpected runtime errors
typescript-resolvers
- make enum resolvers work with external enums and internal values mapping (#4205) @dotansimha
flow-resolvers
- make enum resolvers work with external enums and internal values mapping (#4205) @dotansimha
jsdoc
- JSDoc - Added support for @deprecated directive (#4207) @CarloPalinckx
- Added a CODEOWNERS file to JSDoc plugin(#4208) @CarloPalinckx
type-graphql
- fix
Maybeonly refers to a type, but is being used as a value here (#4181) @leejh3224
typescript-operations
-
- Fixes for empty variables in
ts-operations(#4201) @dotansimha
- Fixes for empty variables in
v1.15.2
Come talk to us directly on our Discord channel Contact us here: the-guild.dev
core/cli
- Update dependencies
typescript
- Adding option for numeric typescript enums (#4158, thanks @theomjones)
typescript-operations
- Added support for
Exacttype in generated variables types to avoid runtime issues (#4194)
jsdoc
- Fixed incorrect enum type generation (#4165, thanks @CarloPalinckx )
near-operation-files
- Fix duplicate identifiers in import statements (#4186, thanks @cahilfoley)
typescript-urql
docs/website
- Update live-demo examples layout in https://graphql-code-generator.com/
- Use Monaco (with YAML validation) instead of CodeMirror in live demo
- Improve generated JSON Schema for
codegen.yamlvalidation - Fix incorrectly renamed config key in
near-operation-files(#4189, thanks @mattleff)
v1.15.1
Come talk to us directly on our Discord channel Contact us here: the-guild.dev
graphql-cli-codegen-plugin
- New package
@graphql-cli/codegen- plugin for GraphQL CLI
core
- Deduplicate definitions before code generation
typescript-urql
- Fix invalid Urql subscription handler type
typescript-resolvers
- Support new Schema Stitching (from GraphQL Tools v6)
v1.15.0
Come talk to us directly on our Discord channel Contact us here: the-guild.dev
- Best Practices for integrating GraphQL Code Generator in your frontend applications
- Better Type Safety for your GraphQL resolvers with GraphQL Codegen
🚀 🚀 NEW PLUGIN: Generate JSDoc based on your GraphQL schema (https://github.com/dotansimha/graphql-code-generator/pull/3223, thanks @CarloPalinckx )
core/cli
- Update dependencies
- Use
@graphql-tools/...instead of@graphql-toolkit/... - Introduce automatic JSON schema validation and auto complete for your
codegen.yml. If you are using VSCode, make sure you have this extension installed: https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml - Improve error when
graphqlpackage is missing (#4096)
time
website / docs
- Update the way we generate automatic documentation for plugins, it should look better now - Add links to typescript-oclif plugin (#4050, thanks @ryanwersal)
- fix broken link (#4073, thanks @divyanshu013 )
v1.14.0
Come talk to us directly on our Discord channel Contact us here: the-guild.dev
- Best Practices for integrating GraphQL Code Generator in your frontend applications
- Better Type Safety for your GraphQL resolvers with GraphQL Codegen
🚀 🚀 NEW PLUGIN: new plugin for generating operations names object to be used with Apollo Client (#4039)
core/cli
- Updated dependencies
- Updated
graphql-toolkitto fix issues with undefinedextensionserror (https://github.com/dotansimha/graphql-code-generator/issues/3865) - Watch mode will now invalidate
require.cachewhen a file has changed (https://github.com/dotansimha/graphql-code-generator/issues/3560)
java
- Fix nested input suffix reduplication (#3999, thanks @meiblorn)
kotlin
- Fix nested input suffix reduplication (#3999, thanks @meiblorn)
- add generation of kotlin
data classes for types (#3993, thanks @ShyykoSerhiy )
fragment-matcher
- Add
useExplicitTypingto fragment matcher config (#4012, thanks @Andrew-Talley )
typescript-operations
- Fix __typename indentation if immutableTypes is false (#4007, thanks @marcoreni )
docs/website
- Updated live support chat to use Crisp
- Updated getting started and installation docs
- Updated some plugins docs
- Fix typescript-resolvers doc (#4022, thanks @anault)
- Fix link to plugin docs (#3988, @j2L4e )
- Update broken link to All available plugins (#3987, @ChrisMalherbe )
- Fix 404 links
- Add apollo-typed-documents to plugin docs (#3971, thanks @rubengrill )
v1.13.5
- Come talk to us directly on our Discord channel
- Do you want
The Guildto keep your codebase up to date and run your build on eachGraphQL Code Generatorcommit so we'll make sure not to break your app? Contact us here: the-guild.dev/connected-build
core/cli
- updated dependencies
typescript-operations
flow-operations
typescript-apollo-angular
- Allow to override apollo-angular package (#3952)
v1.13.4
- Come talk to us directly on our Discord channel
- Do you want
The Guildto keep your codebase up to date and run your build on eachGraphQL Code Generatorcommit so we'll make sure not to break your app? Contact us here: the-guild.dev/connected-build
core/cli
- Update deps
- Align asterisks in jsdoc (fix jsdoc-format tslint error) (#3844, thanks @KrzysztofKarol)
typescript
- Fixes for wrapping field with arrays (#3938)
- Added support for Relay's
futureProofEnumsoption (#3721, thanks @c0m1t)
typescript-operations
flow
- Fixes for wrapping field with arrays (#3938)
flow-operations
- New option
onlyOperationTypesfor typescript and flow (#3760, thanks @standy) - Fix optional types in queries (#3926, thanks @rizkyario)
java
- Set java default class for scalar to Object (#3930, thanks ducthienbui97)
- Update Java plugin: Omit extra 'Input' suffix from an input's class name if the input type's name ends in Input (#3699, @ataylormays)
website / docs
- Fix broken links, update init commands
- fix init command (#3932, thanks @glenwinters)
- Update deps
- Fix a broken link to plugins (#3901, thanks @havenchyk)
v1.13.3
- Come talk to us directly on our Discord channel
- Do you want
The Guildto keep your codebase up to date and run your build on eachGraphQL Code Generatorcommit so we'll make sure not to break your app? Contact us here: the-guild.dev/connected-build
We've updated our website! It now have live chat support, updated documentation and examples, and new Dark Mode! And you can use presets in the live demo now!
NEW PLUGIN: c-sharp (#372, thanks @kurmeroli )
NEW PLUGIN: c-sharp-operations (#372, thanks @kurmeroli )
core / cli
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.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.