Skip to content

Commit

Permalink
Bump GraphQL Tools versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Apr 29, 2024
1 parent 5710d69 commit 96dd11d
Show file tree
Hide file tree
Showing 53 changed files with 181 additions and 113 deletions.
54 changes: 54 additions & 0 deletions .changeset/brown-coats-flash.md
@@ -0,0 +1,54 @@
---
"@graphql-mesh/transform-naming-convention": patch
"@graphql-mesh/transform-transfer-schema": patch
"@graphql-mesh/transform-filter-schema": patch
"@graphql-mesh/transform-replace-field": patch
"@graphql-mesh/transform-encapsulate": patch
"@graphql-mesh/transform-hoist-field": patch
"@graphql-mesh/transform-federation": patch
"@graphql-mesh/transform-rate-limit": patch
"@graphql-mesh/merger-federation": patch
"@graphql-mesh/merger-stitching": patch
"@graphql-mesh/transform-extend": patch
"@graphql-mesh/transform-prefix": patch
"@graphql-mesh/transform-rename": patch
"@graphql-mesh/graphql": patch
"@graphql-mesh/transform-cache": patch
"@graphql-mesh/transform-prune": patch
"@graphql-mesh/thrift": patch
"@graphql-mesh/transform-hive": patch
"@graphql-mesh/mysql": patch
"@graphql-mesh/odata": patch
"@graphql-mesh/grpc": patch
"@graphql-mesh/soap": patch
"@graphql-mesh/merger-bare": patch
"@omnigraph/json-schema": patch
"@graphql-mesh/fusion-composition": patch
"@graphql-mesh/apollo-link": patch
"@graphql-mesh/plugin-rate-limit": patch
"@graphql-mesh/transport-common": patch
"@graphql-mesh/transport-thrift": patch
"@graphql-mesh/transport-mysql": patch
"@graphql-mesh/transport-neo4j": patch
"@graphql-mesh/transport-rest": patch
"@graphql-mesh/transport-soap": patch
"@graphql-mesh/fusion-runtime": patch
"@graphql-mesh/runtime": patch
"@graphql-mesh/cross-helpers": patch
"@graphql-mesh/config": patch
"@omnigraph/mysql": patch
"@graphql-mesh/serve-runtime": patch
"@graphql-mesh/store": patch
"@graphql-mesh/types": patch
"@graphql-mesh/utils": patch
"@omnigraph/raml": patch
"@omnigraph/soap": patch
"@graphql-mesh/plugin-mock": patch
"@graphql-mesh/compose-cli": patch
"@graphql-mesh/http": patch
"@graphql-mesh/urql-exchange": patch
"@graphql-mesh/cli": patch
"@graphql-mesh/serve-cli": patch
---

Bump GraphQL Tools versions
Expand Up @@ -1197,7 +1197,7 @@ type HistorySubhourly {
"""
The \`JSON\` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).
"""
scalar JSON
scalar JSON @specifiedBy(url: "http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf")
"""A language supported by the service"""
type Language {
Expand Down
2 changes: 1 addition & 1 deletion packages/compose-cli/package.json
Expand Up @@ -44,7 +44,7 @@
"@graphql-mesh/utils": "^0.98.1",
"@graphql-tools/graphql-file-loader": "8.0.1",
"@graphql-tools/load": "^8.0.1",
"@graphql-tools/utils": "^10.0.8",
"@graphql-tools/utils": "^10.2.0",
"@whatwg-node/fetch": "^0.9.14",
"commander": "^12.0.0",
"dotenv": "^16.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cross-helpers/package.json
Expand Up @@ -17,7 +17,7 @@
"types": "index.d.ts",
"typings": "./index.d.ts",
"peerDependencies": {
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"@graphql-tools/utils": "^10.2.0",
"graphql": "*"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/fusion/composition/package.json
Expand Up @@ -51,7 +51,7 @@
},
"dependencies": {
"@graphql-tools/schema": "^10.0.2",
"@graphql-tools/utils": "^10.0.10",
"@graphql-tools/utils": "^10.2.0",
"change-case": "^4.1.2",
"pluralize": "^8.0.0",
"snake-case": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/fusion/runtime/package.json
Expand Up @@ -55,9 +55,9 @@
"@graphql-mesh/types": "^0.98.1",
"@graphql-mesh/utils": "^0.98.1",
"@graphql-tools/delegate": "^10.0.6",
"@graphql-tools/stitch": "^9.2.0",
"@graphql-tools/stitch": "^9.2.1",
"@graphql-tools/stitching-directives": "^3.0.2",
"@graphql-tools/utils": "^10.1.3",
"@graphql-tools/utils": "^10.2.0",
"@graphql-tools/wrap": "^10.0.5",
"graphql-yoga": "^5.3.0",
"tslib": "^2.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/apollo-link/package.json
Expand Up @@ -34,7 +34,7 @@
"peerDependencies": {
"@apollo/client": "^3.5.9",
"@graphql-mesh/runtime": "^0.99.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"@graphql-tools/utils": "^10.2.0",
"graphql": "^15.2.0 || ^16.0.0",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/cli/package.json
Expand Up @@ -54,7 +54,7 @@
"@graphql-mesh/store": "^0.98.1",
"@graphql-mesh/types": "^0.98.1",
"@graphql-mesh/utils": "^0.98.1",
"@graphql-tools/utils": "^10.0.1",
"@graphql-tools/utils": "^10.2.0",
"ajv": "^8.12.0",
"change-case": "^4.1.2",
"cosmiconfig": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/config/package.json
Expand Up @@ -37,7 +37,7 @@
"@graphql-mesh/store": "^0.98.1",
"@graphql-mesh/types": "^0.98.1",
"@graphql-mesh/utils": "^0.98.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"@graphql-tools/utils": "^10.2.0",
"graphql": "*",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/handlers/graphql/package.json
Expand Up @@ -36,7 +36,7 @@
"@graphql-mesh/store": "^0.98.1",
"@graphql-mesh/types": "^0.98.1",
"@graphql-mesh/utils": "^0.98.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"@graphql-tools/utils": "^10.2.0",
"graphql": "*",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/handlers/grpc/package.json
Expand Up @@ -36,7 +36,7 @@
"@graphql-mesh/store": "^0.98.1",
"@graphql-mesh/types": "^0.98.1",
"@graphql-mesh/utils": "^0.98.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"@graphql-tools/utils": "^10.2.0",
"graphql": "*",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/handlers/mysql/package.json
Expand Up @@ -35,7 +35,7 @@
"@graphql-mesh/store": "^0.98.1",
"@graphql-mesh/types": "^0.98.1",
"@graphql-mesh/utils": "^0.98.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"@graphql-tools/utils": "^10.2.0",
"graphql": "*",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/handlers/odata/package.json
Expand Up @@ -36,7 +36,7 @@
"@graphql-mesh/store": "^0.98.1",
"@graphql-mesh/types": "^0.98.1",
"@graphql-mesh/utils": "^0.98.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"@graphql-tools/utils": "^10.2.0",
"graphql": "*",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/handlers/soap/package.json
Expand Up @@ -35,7 +35,7 @@
"@graphql-mesh/store": "^0.98.1",
"@graphql-mesh/types": "^0.98.1",
"@graphql-mesh/utils": "^0.98.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"@graphql-tools/utils": "^10.2.0",
"graphql": "*",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/handlers/thrift/package.json
Expand Up @@ -36,7 +36,7 @@
"@graphql-mesh/store": "^0.98.1",
"@graphql-mesh/types": "^0.98.1",
"@graphql-mesh/utils": "^0.98.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"@graphql-tools/utils": "^10.2.0",
"graphql": "*",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/http/package.json
Expand Up @@ -36,7 +36,7 @@
"@graphql-mesh/runtime": "^0.99.1",
"@graphql-mesh/types": "^0.98.1",
"@graphql-mesh/utils": "^0.98.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"@graphql-tools/utils": "^10.2.0",
"graphql": "*",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/mergers/bare/package.json
Expand Up @@ -34,7 +34,7 @@
"peerDependencies": {
"@graphql-mesh/types": "^0.98.1",
"@graphql-mesh/utils": "^0.98.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"@graphql-tools/utils": "^10.2.0",
"graphql": "*",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/mergers/federation/package.json
Expand Up @@ -36,7 +36,7 @@
"@graphql-mesh/store": "^0.98.1",
"@graphql-mesh/types": "^0.98.1",
"@graphql-mesh/utils": "^0.98.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"@graphql-tools/utils": "^10.2.0",
"graphql": "*",
"tslib": "^2.4.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/legacy/mergers/stitching/package.json
Expand Up @@ -35,14 +35,14 @@
"@graphql-mesh/store": "^0.98.1",
"@graphql-mesh/types": "^0.98.1",
"@graphql-mesh/utils": "^0.98.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"@graphql-tools/utils": "^10.2.0",
"graphql": "*",
"tslib": "^2.4.0"
},
"dependencies": {
"@graphql-tools/delegate": "^10.0.6",
"@graphql-tools/schema": "^10.0.0",
"@graphql-tools/stitch": "^9.2.0"
"@graphql-tools/stitch": "^9.2.1"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/runtime/package.json
Expand Up @@ -35,7 +35,7 @@
"@graphql-mesh/cross-helpers": "^0.4.1",
"@graphql-mesh/types": "^0.98.1",
"@graphql-mesh/utils": "^0.98.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"@graphql-tools/utils": "^10.2.0",
"graphql": "*",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/store/package.json
Expand Up @@ -35,7 +35,7 @@
"@graphql-mesh/cross-helpers": "^0.4.1",
"@graphql-mesh/types": "^0.98.1",
"@graphql-mesh/utils": "^0.98.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"@graphql-tools/utils": "^10.2.0",
"graphql": "*",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/cache/package.json
Expand Up @@ -35,7 +35,7 @@
"@graphql-mesh/cross-helpers": "^0.4.1",
"@graphql-mesh/types": "^0.98.1",
"@graphql-mesh/utils": "^0.98.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"@graphql-tools/utils": "^10.2.0",
"graphql": "*",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/encapsulate/package.json
Expand Up @@ -34,7 +34,7 @@
"peerDependencies": {
"@graphql-mesh/types": "^0.98.1",
"@graphql-mesh/utils": "^0.98.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"@graphql-tools/utils": "^10.2.0",
"graphql": "*",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/extend/package.json
Expand Up @@ -35,7 +35,7 @@
"@graphql-mesh/cross-helpers": "^0.4.1",
"@graphql-mesh/types": "^0.98.1",
"@graphql-mesh/utils": "^0.98.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"@graphql-tools/utils": "^10.2.0",
"graphql": "*",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/federation/package.json
Expand Up @@ -34,7 +34,7 @@
"peerDependencies": {
"@graphql-mesh/types": "^0.98.1",
"@graphql-mesh/utils": "^0.98.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"@graphql-tools/utils": "^10.2.0",
"graphql": "*",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/filter-schema/package.json
Expand Up @@ -34,7 +34,7 @@
"peerDependencies": {
"@graphql-mesh/types": "^0.98.1",
"@graphql-mesh/utils": "^0.98.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"@graphql-tools/utils": "^10.2.0",
"graphql": "*",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/hive/package.json
Expand Up @@ -34,7 +34,7 @@
"peerDependencies": {
"@graphql-mesh/cross-helpers": "^0.4.1",
"@graphql-mesh/types": "^0.98.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"@graphql-tools/utils": "^10.2.0",
"graphql": "*",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/hoist-field/package.json
Expand Up @@ -34,7 +34,7 @@
"peerDependencies": {
"@graphql-mesh/types": "^0.98.1",
"@graphql-mesh/utils": "^0.98.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"@graphql-tools/utils": "^10.2.0",
"graphql": "*"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/naming-convention/package.json
Expand Up @@ -34,7 +34,7 @@
"peerDependencies": {
"@graphql-mesh/types": "^0.98.1",
"@graphql-mesh/utils": "^0.98.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"@graphql-tools/utils": "^10.2.0",
"graphql": "*",
"tslib": "^2.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/prefix/package.json
Expand Up @@ -34,7 +34,7 @@
"peerDependencies": {
"@graphql-mesh/types": "^0.98.1",
"@graphql-mesh/utils": "^0.98.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"@graphql-tools/utils": "^10.2.0",
"graphql": "*",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/prune/package.json
Expand Up @@ -33,7 +33,7 @@
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@graphql-mesh/types": "^0.98.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"@graphql-tools/utils": "^10.2.0",
"graphql": "*",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/rate-limit/package.json
Expand Up @@ -35,7 +35,7 @@
"@graphql-mesh/cross-helpers": "^0.4.1",
"@graphql-mesh/types": "^0.98.1",
"@graphql-mesh/utils": "^0.98.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"@graphql-tools/utils": "^10.2.0",
"graphql": "*",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/rename/package.json
Expand Up @@ -34,7 +34,7 @@
"peerDependencies": {
"@graphql-mesh/types": "^0.98.1",
"@graphql-mesh/utils": "^0.98.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"@graphql-tools/utils": "^10.2.0",
"graphql": "*",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/replace-field/package.json
Expand Up @@ -34,7 +34,7 @@
"peerDependencies": {
"@graphql-mesh/types": "^0.98.1",
"@graphql-mesh/utils": "^0.98.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"@graphql-tools/utils": "^10.2.0",
"graphql": "*",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/transfer-schema/package.json
Expand Up @@ -29,7 +29,7 @@
"peerDependencies": {
"@graphql-mesh/types": "^0.98.1",
"@graphql-mesh/utils": "^0.98.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"@graphql-tools/utils": "^10.2.0",
"graphql": "*"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/types/package.json
Expand Up @@ -33,7 +33,7 @@
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@graphql-mesh/store": "^0.98.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"@graphql-tools/utils": "^10.2.0",
"graphql": "*",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/urql/package.json
Expand Up @@ -33,7 +33,7 @@
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@graphql-mesh/runtime": "^0.99.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"@graphql-tools/utils": "^10.2.0",
"@urql/core": "^2.4.3 || ^4.0.0 || ^5.0.0",
"graphql": "^15.2.0 || ^16.0.0",
"tslib": "^2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/utils/package.json
Expand Up @@ -34,7 +34,7 @@
"peerDependencies": {
"@graphql-mesh/cross-helpers": "^0.4.1",
"@graphql-mesh/types": "^0.98.1",
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
"@graphql-tools/utils": "^10.2.0",
"graphql": "*",
"tslib": "^2.4.0"
},
Expand Down

0 comments on commit 96dd11d

Please sign in to comment.