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 Jan 3, 2025
1 parent 040b383 commit 2c914a2
Show file tree
Hide file tree
Showing 44 changed files with 588 additions and 455 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.8.1"
},
"devDependencies": {
"@graphql-codegen/testing": "1.18.3"
"@graphql-codegen/testing": "3.0.4"
},
"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.3"
"@graphql-codegen/testing": "3.0.4"
},
"publishConfig": {
"directory": "dist",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/dart/flutter-freezed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/schema-ast": "^2.5.0",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"@graphql-codegen/plugin-helpers": "^5.0.0",
"@graphql-codegen/schema-ast": "^4.0.0",
"@graphql-codegen/visitor-plugin-common": "5.6.0",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.15",
"tslib": "^2.8.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/flow/flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"@graphql-codegen/plugin-helpers": "^5.0.0",
"@graphql-codegen/visitor-plugin-common": "5.6.0",
"auto-bind": "~4.0.0",
"tslib": "^2.8.1"
},
"devDependencies": {
"@graphql-codegen/testing": "1.18.3"
"@graphql-codegen/testing": "3.0.4"
},
"publishConfig": {
"directory": "dist",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/flow/operations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
},
"dependencies": {
"@graphql-codegen/flow": "^3.0.0",
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"@graphql-codegen/plugin-helpers": "^5.0.0",
"@graphql-codegen/visitor-plugin-common": "5.6.0",
"auto-bind": "~4.0.0",
"tslib": "^2.8.1"
},
"devDependencies": {
"@graphql-codegen/testing": "1.18.3"
"@graphql-codegen/testing": "3.0.4"
},
"publishConfig": {
"directory": "dist",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/flow/resolvers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
},
"dependencies": {
"@graphql-codegen/flow": "^3.0.0",
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"@graphql-codegen/plugin-helpers": "^5.0.0",
"@graphql-codegen/visitor-plugin-common": "5.6.0",
"@graphql-tools/utils": "^10.0.0",
"auto-bind": "~4.0.0",
"tslib": "^2.8.1"
},
"devDependencies": {
"@graphql-codegen/testing": "1.18.3"
"@graphql-codegen/testing": "3.0.4"
},
"publishConfig": {
"directory": "dist",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/java/apollo-android/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
},
"dependencies": {
"@graphql-codegen/java-common": "^3.0.0",
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"@graphql-codegen/plugin-helpers": "^5.0.0",
"@graphql-codegen/visitor-plugin-common": "5.6.0",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.15",
"pluralize": "^8.0.0",
"tslib": "^2.8.1"
},
"devDependencies": {
"@graphql-codegen/testing": "1.18.3",
"@graphql-codegen/testing": "3.0.4",
"@types/pluralize": "0.0.33"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/java/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"@graphql-codegen/plugin-helpers": "^5.0.0",
"@graphql-codegen/visitor-plugin-common": "5.6.0",
"auto-bind": "~4.0.0",
"min-indent": "1.0.1",
"tslib": "^2.8.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/java/java/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
},
"dependencies": {
"@graphql-codegen/java-common": "^3.0.0",
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"@graphql-codegen/plugin-helpers": "^5.0.0",
"@graphql-codegen/visitor-plugin-common": "5.6.0",
"tslib": "^2.8.1"
},
"devDependencies": {
"@graphql-codegen/testing": "1.18.3"
"@graphql-codegen/testing": "3.0.4"
},
"publishConfig": {
"directory": "dist",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/java/kotlin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
},
"dependencies": {
"@graphql-codegen/java-common": "^3.0.0",
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"@graphql-codegen/plugin-helpers": "^5.0.0",
"@graphql-codegen/visitor-plugin-common": "5.6.0",
"tslib": "^2.8.1"
},
"devDependencies": {
"@graphql-codegen/testing": "1.18.3"
"@graphql-codegen/testing": "3.0.4"
},
"publishConfig": {
"directory": "dist",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/java/resolvers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
},
"dependencies": {
"@graphql-codegen/java-common": "^3.0.0",
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"@graphql-codegen/plugin-helpers": "^5.0.0",
"@graphql-codegen/visitor-plugin-common": "5.6.0",
"tslib": "^2.8.1"
},
"devDependencies": {
"@graphql-codegen/testing": "1.18.3"
"@graphql-codegen/testing": "3.0.4"
},
"publishConfig": {
"directory": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/other/hasura-allow-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/plugin-helpers": "^5.0.0",
"tslib": "^2.8.1",
"yaml": "^1.10.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/other/jsdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"@graphql-codegen/plugin-helpers": "^5.0.0",
"@graphql-codegen/visitor-plugin-common": "5.6.0",
"tslib": "^2.8.1"
},
"devDependencies": {
"@graphql-codegen/testing": "1.18.3"
"@graphql-codegen/testing": "3.0.4"
},
"publishConfig": {
"directory": "dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/other/urql-introspection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/plugin-helpers": "^5.0.0",
"@urql/introspection": "^0.3.2",
"tslib": "^2.8.1"
},
"devDependencies": {
"@graphql-codegen/testing": "1.18.3"
"@graphql-codegen/testing": "3.0.4"
},
"publishConfig": {
"directory": "dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/typescript/apollo-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"@graphql-codegen/plugin-helpers": "^5.0.0",
"@graphql-codegen/visitor-plugin-common": "5.6.0",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.15",
"tslib": "^2.8.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"@graphql-codegen/plugin-helpers": "^5.0.0",
"@graphql-codegen/visitor-plugin-common": "5.6.0",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.15",
"tslib": "^2.8.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/typescript/enum-array/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"@graphql-codegen/plugin-helpers": "^5.0.0",
"@graphql-codegen/visitor-plugin-common": "5.6.0",
"tslib": "^2.8.1"
},
"devDependencies": {
"@graphql-codegen/testing": "1.18.3"
"@graphql-codegen/testing": "3.0.4"
},
"publishConfig": {
"directory": "dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/typescript/generic-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"graphql-tag": "^2.0.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"@graphql-codegen/plugin-helpers": "^5.0.0",
"@graphql-codegen/visitor-plugin-common": "5.6.0",
"auto-bind": "~4.0.0",
"tslib": "^2.8.1"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/plugins/typescript/graphql-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@
"graphql-tag": "^2.0.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "^2.12.1",
"@graphql-codegen/plugin-helpers": "^5.0.0",
"@graphql-codegen/visitor-plugin-common": "^5.0.0",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.15",
"tslib": "^2.8.1"
},
"devDependencies": {
"@apollo/client": "3.12.4",
"@graphql-codegen/core": "2.6.8",
"@graphql-codegen/testing": "1.18.3",
"@graphql-codegen/typescript-operations": "2.5.13",
"@graphql-codegen/core": "4.0.2",
"@graphql-codegen/testing": "3.0.4",
"@graphql-codegen/typescript-operations": "4.4.0",
"@graphql-tools/schema": "10.0.15",
"cross-fetch": "3.2.0",
"react": "19.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/plugin-helpers": "^5.0.0",
"tslib": "^2.8.1"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/typescript/graphql-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
"graphql-tag": "^2.0.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"@graphql-codegen/plugin-helpers": "^5.0.0",
"@graphql-codegen/visitor-plugin-common": "5.6.0",
"auto-bind": "~4.0.0",
"tslib": "^2.8.1"
},
"devDependencies": {
"@graphql-codegen/testing": "1.18.3",
"@graphql-codegen/testing": "3.0.4",
"@graphql-tools/schema": "10.0.15",
"graphql-request": "6.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/typescript/jit-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"graphql-tag": "^2.0.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"@graphql-codegen/plugin-helpers": "^5.0.0",
"@graphql-codegen/visitor-plugin-common": "5.6.0",
"auto-bind": "~4.0.0",
"tslib": "^2.8.1"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/typescript/mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@
"graphql-tag": "^2.0.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/typescript": "^2.8.1",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"@graphql-codegen/plugin-helpers": "^5.0.0",
"@graphql-codegen/typescript": "^4.0.0",
"@graphql-codegen/visitor-plugin-common": "5.6.0",
"@graphql-tools/utils": "^10.0.0",
"auto-bind": "~4.0.0",
"lodash": "~4.17.0",
"tslib": "^2.8.1"
},
"devDependencies": {
"@graphql-codegen/testing": "1.18.3",
"@graphql-codegen/testing": "3.0.4",
"@types/lodash": "4.17.13"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/typescript/msw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"msw": "^2.0.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"@graphql-codegen/plugin-helpers": "^5.0.0",
"@graphql-codegen/visitor-plugin-common": "5.6.0",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.15",
"tslib": "^2.8.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
"graphql-tag": "^2.0.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/plugin-helpers": "^5.0.0",
"change-case-all": "1.0.15",
"tslib": "^2.8.1"
},
"devDependencies": {
"@graphql-codegen/testing": "1.18.3"
"@graphql-codegen/testing": "3.0.4"
},
"publishConfig": {
"directory": "dist",
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/typescript/nest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/typescript": "^2.8.1",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"@graphql-codegen/plugin-helpers": "^5.0.0",
"@graphql-codegen/typescript": "^4.0.0",
"@graphql-codegen/visitor-plugin-common": "5.6.0",
"auto-bind": "~4.0.0",
"tslib": "^2.8.1"
},
"devDependencies": {
"@graphql-codegen/testing": "1.18.3"
"@graphql-codegen/testing": "3.0.4"
},
"publishConfig": {
"directory": "dist",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/typescript/nhost/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^4.0.0",
"@graphql-codegen/typescript": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "3.1.1",
"@graphql-codegen/plugin-helpers": "^5.0.0",
"@graphql-codegen/typescript": "^4.0.0",
"@graphql-codegen/visitor-plugin-common": "5.6.0",
"@urql/introspection": "^1.0.0",
"tslib": "^2.8.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/typescript/oclif/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"graphql-tag": "^2.0.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "2.13.8",
"@graphql-codegen/plugin-helpers": "^5.0.0",
"@graphql-codegen/visitor-plugin-common": "5.6.0",
"auto-bind": "~4.0.0",
"tslib": "^2.8.1"
},
Expand Down
Loading

0 comments on commit 2c914a2

Please sign in to comment.