Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotansimha/graphql-code-generator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.0
Choose a base ref
...
head repository: dotansimha/graphql-code-generator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.1
Choose a head ref
  • 4 commits
  • 35 files changed
  • 3 contributors

Commits on Aug 16, 2019

  1. Update dependency netlify-lambda to v1.6.1 (#2386)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and dotansimha committed Aug 16, 2019
    Copy the full SHA
    2f4963c View commit details
  2. Update Node.js to v12.8.1 (#2388)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and dotansimha committed Aug 16, 2019
    Copy the full SHA
    b7f58e9 View commit details
  3. Update dependency graphql-toolkit to v0.5.10 (#2389)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and dotansimha committed Aug 16, 2019
    Copy the full SHA
    a8624cd View commit details
  4. v1.6.1

    dotansimha committed Aug 16, 2019
    Copy the full SHA
    4093f98 View commit details
Showing with 145 additions and 144 deletions.
  1. +1 −1 .circleci/config.yml
  2. +1 −1 lerna.json
  3. +4 −4 packages/graphql-codegen-cli/package.json
  4. +3 −3 packages/graphql-codegen-core/package.json
  5. +4 −4 packages/plugins/flow/flow/package.json
  6. +5 −5 packages/plugins/flow/operations/package.json
  7. +5 −5 packages/plugins/flow/resolvers/package.json
  8. +3 −3 packages/plugins/java/common/package.json
  9. +5 −5 packages/plugins/java/java/package.json
  10. +5 −5 packages/plugins/java/resolvers/package.json
  11. +2 −2 packages/plugins/other/add/package.json
  12. +2 −2 packages/plugins/other/fragment-matcher/package.json
  13. +2 −2 packages/plugins/other/introspection/package.json
  14. +2 −2 packages/plugins/other/schema-ast/package.json
  15. +2 −2 packages/plugins/other/time/package.json
  16. +3 −3 packages/plugins/other/visitor-plugin-common/package.json
  17. +4 −4 packages/plugins/typescript/apollo-angular/package.json
  18. +3 −3 packages/plugins/typescript/compatibility/package.json
  19. +4 −4 packages/plugins/typescript/document-nodes/package.json
  20. +3 −3 packages/plugins/typescript/graphql-files-modules/package.json
  21. +6 −6 packages/plugins/typescript/mongodb/package.json
  22. +5 −5 packages/plugins/typescript/operations/package.json
  23. +4 −4 packages/plugins/typescript/react-apollo/package.json
  24. +5 −5 packages/plugins/typescript/resolvers/package.json
  25. +4 −4 packages/plugins/typescript/stencil-apollo/package.json
  26. +5 −5 packages/plugins/typescript/type-graphql/package.json
  27. +4 −4 packages/plugins/typescript/typescript/package.json
  28. +4 −4 packages/plugins/typescript/urql/package.json
  29. +5 −5 packages/presets/near-operation-file/package.json
  30. +1 −1 packages/utils/config-md-generator/package.json
  31. +2 −2 packages/utils/graphql-codegen-testing/package.json
  32. +1 −1 packages/utils/plugins-helpers/package.json
  33. +23 −23 website/live-demo/package.json
  34. +3 −3 website/package.json
  35. +10 −9 yarn.lock
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/node:12.8.0
- image: circleci/node:12.8.1
steps:
- checkout
- restore_cache:
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.6.0",
"version": "1.6.1",
"npmClient": "yarn",
"useWorkspaces": true,
"concurrency": 2
8 changes: 4 additions & 4 deletions packages/graphql-codegen-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/cli",
"version": "1.6.0",
"version": "1.6.1",
"license": "MIT",
"bin": {
"gql-gen": "dist/commonjs/cli.js",
@@ -42,8 +42,8 @@
"homepage": "https://github.com/dotansimha/graphql-codegen#readme",
"dependencies": {
"@babel/parser": "7.5.5",
"@graphql-codegen/core": "1.6.0",
"@graphql-codegen/plugin-helpers": "1.6.0",
"@graphql-codegen/core": "1.6.1",
"@graphql-codegen/plugin-helpers": "1.6.1",
"@types/debounce": "1.2.0",
"@types/is-glob": "4.0.1",
"@types/mkdirp": "0.5.2",
@@ -60,7 +60,7 @@
"graphql-config": "2.2.1",
"graphql-import": "0.7.1",
"graphql-tag-pluck": "0.8.4",
"graphql-toolkit": "0.5.9",
"graphql-toolkit": "0.5.10",
"graphql-tools": "4.0.5",
"indent-string": "4.0.0",
"inquirer": "6.5.1",
6 changes: 3 additions & 3 deletions packages/graphql-codegen-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/core",
"version": "1.6.0",
"version": "1.6.1",
"license": "MIT",
"repository": {
"type": "git",
@@ -39,8 +39,8 @@
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.6.0",
"graphql-toolkit": "0.5.9",
"@graphql-codegen/plugin-helpers": "1.6.1",
"graphql-toolkit": "0.5.10",
"tslib": "1.10.0"
},
"devDependencies": {
8 changes: 4 additions & 4 deletions packages/plugins/flow/flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/flow",
"version": "1.6.0",
"version": "1.6.1",
"description": "GraphQL Code Generator plugin for generating Flow types",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
@@ -9,12 +9,12 @@
"test": "jest --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.6.0",
"@graphql-codegen/visitor-plugin-common": "1.6.0",
"@graphql-codegen/plugin-helpers": "1.6.1",
"@graphql-codegen/visitor-plugin-common": "1.6.1",
"tslib": "1.10.0"
},
"devDependencies": {
"@graphql-codegen/testing": "1.6.0",
"@graphql-codegen/testing": "1.6.1",
"graphql": "14.4.2",
"jest": "24.9.0",
"ts-jest": "24.0.2",
10 changes: 5 additions & 5 deletions packages/plugins/flow/operations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/flow-operations",
"version": "1.6.0",
"version": "1.6.1",
"description": "GraphQL Code Generator plugin for generating Flow types for GraphQL operations (query/mutation/subscription/fragment)",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
@@ -9,13 +9,13 @@
"test": "jest --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/flow": "1.6.0",
"@graphql-codegen/plugin-helpers": "1.6.0",
"@graphql-codegen/visitor-plugin-common": "1.6.0",
"@graphql-codegen/flow": "1.6.1",
"@graphql-codegen/plugin-helpers": "1.6.1",
"@graphql-codegen/visitor-plugin-common": "1.6.1",
"tslib": "1.10.0"
},
"devDependencies": {
"@graphql-codegen/testing": "1.6.0",
"@graphql-codegen/testing": "1.6.1",
"flow-bin": "0.105.2",
"flow-parser": "0.105.2",
"graphql": "14.4.2",
10 changes: 5 additions & 5 deletions packages/plugins/flow/resolvers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/flow-resolvers",
"version": "1.6.0",
"version": "1.6.1",
"description": "GraphQL Code Generator plugin for generating Flow types for GraphQL resolvers signature",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
@@ -9,13 +9,13 @@
"test": "jest --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/flow": "1.6.0",
"@graphql-codegen/plugin-helpers": "1.6.0",
"@graphql-codegen/visitor-plugin-common": "1.6.0",
"@graphql-codegen/flow": "1.6.1",
"@graphql-codegen/plugin-helpers": "1.6.1",
"@graphql-codegen/visitor-plugin-common": "1.6.1",
"tslib": "1.10.0"
},
"devDependencies": {
"@graphql-codegen/testing": "1.6.0",
"@graphql-codegen/testing": "1.6.1",
"flow-bin": "0.105.2",
"flow-parser": "0.105.2",
"graphql": "14.4.2",
6 changes: 3 additions & 3 deletions packages/plugins/java/common/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@graphql-codegen/java-common",
"version": "1.6.0",
"version": "1.6.1",
"description": "GraphQL Code Generator utils library for developing Java plugins",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
"scripts": {
"build": "tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.6.0",
"@graphql-codegen/visitor-plugin-common": "1.6.0",
"@graphql-codegen/plugin-helpers": "1.6.1",
"@graphql-codegen/visitor-plugin-common": "1.6.1",
"tslib": "1.10.0"
},
"devDependencies": {
10 changes: 5 additions & 5 deletions packages/plugins/java/java/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/java",
"version": "1.6.0",
"version": "1.6.1",
"description": "GraphQL Code Generator plugin for generating Java code based on a GraphQL schema",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
@@ -9,13 +9,13 @@
"test": "jest --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/java-common": "1.6.0",
"@graphql-codegen/plugin-helpers": "1.6.0",
"@graphql-codegen/visitor-plugin-common": "1.6.0",
"@graphql-codegen/java-common": "1.6.1",
"@graphql-codegen/plugin-helpers": "1.6.1",
"@graphql-codegen/visitor-plugin-common": "1.6.1",
"tslib": "1.10.0"
},
"devDependencies": {
"@graphql-codegen/testing": "1.6.0",
"@graphql-codegen/testing": "1.6.1",
"graphql": "14.4.2",
"java-ast": "0.1.0",
"jest": "24.9.0",
10 changes: 5 additions & 5 deletions packages/plugins/java/resolvers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/java-resolvers",
"version": "1.6.0",
"version": "1.6.1",
"description": "GraphQL Code Generator plugin for generating resolvers signature for Java backends",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
@@ -9,13 +9,13 @@
"test": "jest --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/java-common": "1.6.0",
"@graphql-codegen/plugin-helpers": "1.6.0",
"@graphql-codegen/visitor-plugin-common": "1.6.0",
"@graphql-codegen/java-common": "1.6.1",
"@graphql-codegen/plugin-helpers": "1.6.1",
"@graphql-codegen/visitor-plugin-common": "1.6.1",
"tslib": "1.10.0"
},
"devDependencies": {
"@graphql-codegen/testing": "1.6.0",
"@graphql-codegen/testing": "1.6.1",
"graphql": "14.4.2",
"java-ast": "0.1.0",
"jest": "24.9.0",
4 changes: 2 additions & 2 deletions packages/plugins/other/add/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@graphql-codegen/add",
"version": "1.6.0",
"version": "1.6.1",
"description": "GraphQL Code Generator plugin for adding custom content to your output file",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
"scripts": {
"build": "tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.6.0",
"@graphql-codegen/plugin-helpers": "1.6.1",
"tslib": "1.10.0"
},
"devDependencies": {
4 changes: 2 additions & 2 deletions packages/plugins/other/fragment-matcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/fragment-matcher",
"version": "1.6.0",
"version": "1.6.1",
"description": "graphql-code-generate plugin for generating fragments matcher introspection file",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
@@ -9,7 +9,7 @@
"test": "jest --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.6.0"
"@graphql-codegen/plugin-helpers": "1.6.1"
},
"devDependencies": {
"graphql": "14.4.2",
4 changes: 2 additions & 2 deletions packages/plugins/other/introspection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/introspection",
"version": "1.6.0",
"version": "1.6.1",
"description": "GraphQL Code Generator plugin for generating an introspection JSON file for a GraphQLSchema",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
@@ -9,7 +9,7 @@
"test": "jest --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.6.0",
"@graphql-codegen/plugin-helpers": "1.6.1",
"tslib": "1.10.0"
},
"devDependencies": {
4 changes: 2 additions & 2 deletions packages/plugins/other/schema-ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/schema-ast",
"version": "1.6.0",
"version": "1.6.1",
"description": "GraphQL Code Generator plugin for generating a .graphql file from a given schema",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
@@ -9,7 +9,7 @@
"test": "jest --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.6.0",
"@graphql-codegen/plugin-helpers": "1.6.1",
"tslib": "1.10.0"
},
"devDependencies": {
4 changes: 2 additions & 2 deletions packages/plugins/other/time/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@graphql-codegen/time",
"version": "1.6.0",
"version": "1.6.1",
"description": "GraphQL Code Generator plugin for adding the current time for an output file",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
"scripts": {
"build": "tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.6.0",
"@graphql-codegen/plugin-helpers": "1.6.1",
"moment": "2.24.0"
},
"devDependencies": {
6 changes: 3 additions & 3 deletions packages/plugins/other/visitor-plugin-common/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@graphql-codegen/visitor-plugin-common",
"version": "1.6.0",
"version": "1.6.1",
"license": "MIT",
"scripts": {
"test": "jest --config ../../../../jest.config.js",
"build": "tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.6.0",
"@graphql-codegen/plugin-helpers": "1.6.1",
"auto-bind": "2.0.0",
"dependency-graph": "0.8.0",
"graphql-tag": "2.10.1",
@@ -17,7 +17,7 @@
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
},
"devDependencies": {
"@graphql-codegen/testing": "1.6.0",
"@graphql-codegen/testing": "1.6.1",
"@types/graphql": "14.2.3",
"@types/jest": "24.0.17",
"graphql": "14.4.2",
8 changes: 4 additions & 4 deletions packages/plugins/typescript/apollo-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-apollo-angular",
"version": "1.6.0",
"version": "1.6.1",
"description": "GraphQL Code Generator plugin for generating ready-to-use Angular Components based on GraphQL operations",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
@@ -13,12 +13,12 @@
"graphql-tag": "^2.0.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.6.0",
"@graphql-codegen/visitor-plugin-common": "1.6.0",
"@graphql-codegen/plugin-helpers": "1.6.1",
"@graphql-codegen/visitor-plugin-common": "1.6.1",
"tslib": "1.10.0"
},
"devDependencies": {
"@graphql-codegen/testing": "1.6.0",
"@graphql-codegen/testing": "1.6.1",
"graphql": "14.4.2",
"jest": "24.9.0",
"ts-jest": "24.0.2",
6 changes: 3 additions & 3 deletions packages/plugins/typescript/compatibility/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-compatibility",
"version": "1.6.0",
"version": "1.6.1",
"description": "GraphQL Code Generator plugin for TypeScript plugins backward compatability for <1.0",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
@@ -9,8 +9,8 @@
"test": "jest --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.6.0",
"@graphql-codegen/visitor-plugin-common": "1.6.0",
"@graphql-codegen/plugin-helpers": "1.6.1",
"@graphql-codegen/visitor-plugin-common": "1.6.1",
"tslib": "1.10.0"
},
"devDependencies": {
8 changes: 4 additions & 4 deletions packages/plugins/typescript/document-nodes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-document-nodes",
"version": "1.6.0",
"version": "1.6.1",
"description": "GraphQL Code Generator plugin for generating TypeScript modules with embedded GraphQL document nodes",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
@@ -9,12 +9,12 @@
"test": "jest --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "1.6.0",
"@graphql-codegen/visitor-plugin-common": "1.6.0",
"@graphql-codegen/plugin-helpers": "1.6.1",
"@graphql-codegen/visitor-plugin-common": "1.6.1",
"tslib": "1.10.0"
},
"devDependencies": {
"@graphql-codegen/testing": "1.6.0",
"@graphql-codegen/testing": "1.6.1",
"graphql": "14.4.2",
"jest": "24.9.0",
"ts-jest": "24.0.2",
Loading