Skip to content

Commit

Permalink
fix(deps): update graphql-codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 26, 2023
1 parent 6a13cbc commit 08eb6bd
Show file tree
Hide file tree
Showing 40 changed files with 463 additions and 538 deletions.
2 changes: 1 addition & 1 deletion packages/plugins/c-sharp/c-sharp-operations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"tslib": "~2.4.0"
},
"devDependencies": {
"@graphql-codegen/testing": "1.18.0"
"@graphql-codegen/testing": "1.18.3"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/c-sharp/c-sharp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"unixify": "^1.0.0"
},
"devDependencies": {
"@graphql-codegen/testing": "1.18.0"
"@graphql-codegen/testing": "1.18.3"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/dart/flutter-freezed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/schema-ast": "^2.5.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.15",
"tslib": "~2.4.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/flow/flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"auto-bind": "~4.0.0",
"tslib": "~2.4.0"
},
"devDependencies": {
"@graphql-codegen/testing": "1.18.0"
"@graphql-codegen/testing": "1.18.3"
},
"publishConfig": {
"directory": "dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/flow/operations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"dependencies": {
"@graphql-codegen/flow": "^2.3.6",
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"auto-bind": "~4.0.0",
"tslib": "~2.4.0"
},
"devDependencies": {
"@graphql-codegen/testing": "1.18.0"
"@graphql-codegen/testing": "1.18.3"
},
"publishConfig": {
"directory": "dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/flow/resolvers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
"dependencies": {
"@graphql-codegen/flow": "^2.3.6",
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"@graphql-tools/utils": "^10.0.0",
"auto-bind": "~4.0.0",
"tslib": "~2.4.0"
},
"devDependencies": {
"@graphql-codegen/testing": "1.18.0"
"@graphql-codegen/testing": "1.18.3"
},
"publishConfig": {
"directory": "dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/java/apollo-android/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
"dependencies": {
"@graphql-codegen/java-common": "^2.2.6",
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.15",
"pluralize": "^8.0.0",
"tslib": "~2.4.0"
},
"devDependencies": {
"@graphql-codegen/testing": "1.18.0",
"@graphql-codegen/testing": "1.18.3",
"@types/pluralize": "0.0.29"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/java/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"auto-bind": "~4.0.0",
"min-indent": "1.0.1",
"tslib": "~2.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/java/java/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"dependencies": {
"@graphql-codegen/java-common": "^2.2.6",
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"tslib": "~2.4.0"
},
"devDependencies": {
"@graphql-codegen/testing": "1.18.0"
"@graphql-codegen/testing": "1.18.3"
},
"publishConfig": {
"directory": "dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/java/kotlin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"dependencies": {
"@graphql-codegen/java-common": "^2.2.6",
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"tslib": "~2.4.0"
},
"devDependencies": {
"@graphql-codegen/testing": "1.18.0"
"@graphql-codegen/testing": "1.18.3"
},
"publishConfig": {
"directory": "dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/java/resolvers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"dependencies": {
"@graphql-codegen/java-common": "^2.2.6",
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"tslib": "~2.4.0"
},
"devDependencies": {
"@graphql-codegen/testing": "1.18.0"
"@graphql-codegen/testing": "1.18.3"
},
"publishConfig": {
"directory": "dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/other/jsdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"tslib": "~2.4.0"
},
"devDependencies": {
"@graphql-codegen/testing": "1.18.0"
"@graphql-codegen/testing": "1.18.3"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/other/urql-introspection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"tslib": "~2.4.0"
},
"devDependencies": {
"@graphql-codegen/testing": "1.18.0"
"@graphql-codegen/testing": "1.18.3"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/apollo-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.15",
"tslib": "~2.4.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.15",
"tslib": "~2.4.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/typescript/enum-array/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.7",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"tslib": "~2.4.0"
},
"devDependencies": {
"@graphql-codegen/testing": "1.18.0"
"@graphql-codegen/testing": "1.18.3"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/generic-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"auto-bind": "~4.0.0",
"tslib": "~2.4.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/typescript/graphql-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
},
"devDependencies": {
"@apollo/client": "3.7.9",
"@graphql-codegen/core": "2.6.3",
"@graphql-codegen/testing": "1.18.0",
"@graphql-codegen/typescript-operations": "2.5.6",
"@graphql-codegen/core": "2.6.8",
"@graphql-codegen/testing": "1.18.3",
"@graphql-codegen/typescript-operations": "2.5.13",
"@graphql-tools/schema": "10.0.0",
"cross-fetch": "3.1.6",
"react": "18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/typescript/graphql-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"auto-bind": "~4.0.0",
"tslib": "~2.4.0"
},
"devDependencies": {
"@graphql-codegen/testing": "1.18.0",
"@graphql-codegen/testing": "1.18.3",
"@graphql-tools/schema": "10.0.0",
"graphql-request": "6.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/jit-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"auto-bind": "~4.0.0",
"tslib": "~2.4.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/typescript/mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/typescript": "^2.8.1",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"@graphql-tools/utils": "^10.0.0",
"auto-bind": "~4.0.0",
"lodash": "~4.17.0",
"tslib": "~2.4.0"
},
"devDependencies": {
"@graphql-codegen/testing": "1.18.0",
"@graphql-codegen/testing": "1.18.3",
"@types/lodash": "4.14.194"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/msw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.15",
"tslib": "~2.4.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"tslib": "~2.4.0"
},
"devDependencies": {
"@graphql-codegen/testing": "1.18.0"
"@graphql-codegen/testing": "1.18.3"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/nhost/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@graphql-codegen/plugin-helpers": "^4.0.0",
"@graphql-codegen/typescript": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "3.0.0",
"@graphql-codegen/visitor-plugin-common": "3.1.1",
"@urql/introspection": "^1.0.0",
"tslib": "~2.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/oclif/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"auto-bind": "~4.0.0",
"tslib": "~2.4.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.15"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/typescript/react-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.15",
"tslib": "~2.4.0"
},
"devDependencies": {
"@graphql-codegen/testing": "1.18.0"
"@graphql-codegen/testing": "1.18.3"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.15",
"tslib": "~2.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/rtk-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.15",
"tslib": "~2.4.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/typescript/stencil-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.15",
"tslib": "~2.4.0"
},
"devDependencies": {
"@graphql-codegen/testing": "1.18.0"
"@graphql-codegen/testing": "1.18.3"
},
"publishConfig": {
"directory": "dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/typescript/type-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/typescript": "^2.8.1",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"auto-bind": "~4.0.0",
"tslib": "~2.4.0"
},
"devDependencies": {
"@graphql-codegen/testing": "1.18.0"
"@graphql-codegen/testing": "1.18.3"
},
"publishConfig": {
"directory": "dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/typescript/urql-graphcache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.15",
"tslib": "~2.4.0"
},
"devDependencies": {
"@graphql-codegen/testing": "1.18.0"
"@graphql-codegen/testing": "1.18.3"
},
"publishConfig": {
"directory": "dist",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.15",
"tslib": "~2.4.0"
Expand Down
Loading

0 comments on commit 08eb6bd

Please sign in to comment.