Skip to content
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.

chore(deps): update graphqlcodegenerator monorepo to v1.0.7 #65

Merged
merged 1 commit into from
Apr 9, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 7, 2019

This PR contains the following updates:

Package Type Update Change References
@​graphql-codegen/add devDependencies patch 1.0.6 -> 1.0.7 source
@​graphql-codegen/cli devDependencies patch 1.0.6 -> 1.0.7 source
@​graphql-codegen/typescript devDependencies patch 1.0.6 -> 1.0.7 source
@​graphql-codegen/typescript-operations devDependencies patch 1.0.6 -> 1.0.7 source
@​graphql-codegen/typescript-react-apollo devDependencies patch 1.0.6 -> 1.0.7 source

Release Notes

dotansimha/graphql-code-generator

v1.0.7

Compare Source

General

  • Update dependencies
  • Fix graphql peer-dependency range (#​1637)
  • Fixed a bug caused an exception when only namingConvention: { enumValues: 'package' } is specified, now it will default all the other, unspecified, naming conventions (#​1656)

Time Plugin

  • Fix package.json values related to bundling (#​1601)

TypeScript

  • Fix for type implementing interface without adding new fields (#​1596)

TypeScript Operations

  • Throw an error when fragment is missing (72ddabc)
  • Should work with fragment on union type (#​1635)

TypeScript Resolvers

  • Improved generated code related to resolvers and mappers - by using Omit to remove fields and add them back using the mapped value (#​1593)
  • Allow to specify wrapper for defaultMapper - you can now use Partial<{T}> to apply it for all types. (#​1591, #​1593)
  • Always generate parent type for resolvers - instead of mapping it each time, we are now generating a type called ResolversTypes including all resolvers types (mapped or not) (#​1589, #​1593)
  • Gracefully handle an interface with no known implementors (#​1640)

Flow

  • Fix for type implementing interface without adding new fields (#​1596)
  • Fixed issue with missing optional sign on input type fields (#​1645)
  • Fixed a bug with useFlowExactObjects: true creates invalid javascript for enums, caused by adding | to Object.freeze call (#​1634)

Flow Operations

  • Throw an error when fragment is missing (72ddabc)
  • Should work with fragment on union type (#​1635)

Flow Resolvers

  • Improved generated code related to resolvers and mappers - by using $Diff to remove fields and add them back using the mapped value (#​1593)
  • Allow to specify wrapper for defaultMapper - you can now use Partial<{T}> to apply it for all types. (#​1591, #​1593)
  • Always generate parent type for resolvers - instead of mapping it each time, we are now generating a type called ResolversTypes including all resolvers types (mapped or not) (#​1589, #​1593)
  • Added unusedMappers configuration to print a warning for mappers that are not defined in schema.
  • Gracefully handle an interface with no known implementors (#​1640)
  • Set SubscriptionResolver type to full array type (#​1653)
  • Fixed syntax error on missing <> (#​1650)

TypeScript React-Apollo

  • Make sure to remove all loc fields from DocumentNode when generating documents with noGraphQlTag (#​1599, #​1663)

TypeScript Apollo-Angular

  • Make sure to remove all loc fields from DocumentNode when generating documents with noGraphQlTag (#​1599, #​1663)

TypeScript Stencil-Apollo

  • Make sure to remove all loc fields from DocumentNode when generating documents with noGraphQlTag (#​1599, #​1663)

Docs

  • Update Apollo Local State documentation (72ddabc)
  • Added documentation for GatsbyJS (72ddabc)
  • Update watch flags documentation (c5d5b55)
  • Update programmatic usage docs (#​1623)
  • Update react-apollo example in docs (#​1636)

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@renovate
Copy link
Contributor Author

renovate bot commented Apr 9, 2019

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

@lednhatkhanh lednhatkhanh force-pushed the renovate/graphqlcodegenerator-monorepo branch 2 times, most recently from 50b7133 to fc1852d Compare April 9, 2019 15:52
@lednhatkhanh lednhatkhanh force-pushed the renovate/graphqlcodegenerator-monorepo branch from fc1852d to 95f22c0 Compare April 9, 2019 15:56
@lednhatkhanh lednhatkhanh merged commit 7bbaf70 into master Apr 9, 2019
@lednhatkhanh lednhatkhanh deleted the renovate/graphqlcodegenerator-monorepo branch April 9, 2019 16:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant