Skip to content

Commit dddba24

Browse files
committed
Bump GraphQL Tools versions
1 parent 5710d69 commit dddba24

File tree

52 files changed

+180
-112
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+180
-112
lines changed

.changeset/brown-coats-flash.md

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
"@graphql-mesh/transform-naming-convention": patch
3+
"@graphql-mesh/transform-transfer-schema": patch
4+
"@graphql-mesh/transform-filter-schema": patch
5+
"@graphql-mesh/transform-replace-field": patch
6+
"@graphql-mesh/transform-encapsulate": patch
7+
"@graphql-mesh/transform-hoist-field": patch
8+
"@graphql-mesh/transform-federation": patch
9+
"@graphql-mesh/transform-rate-limit": patch
10+
"@graphql-mesh/merger-federation": patch
11+
"@graphql-mesh/merger-stitching": patch
12+
"@graphql-mesh/transform-extend": patch
13+
"@graphql-mesh/transform-prefix": patch
14+
"@graphql-mesh/transform-rename": patch
15+
"@graphql-mesh/graphql": patch
16+
"@graphql-mesh/transform-cache": patch
17+
"@graphql-mesh/transform-prune": patch
18+
"@graphql-mesh/thrift": patch
19+
"@graphql-mesh/transform-hive": patch
20+
"@graphql-mesh/mysql": patch
21+
"@graphql-mesh/odata": patch
22+
"@graphql-mesh/grpc": patch
23+
"@graphql-mesh/soap": patch
24+
"@graphql-mesh/merger-bare": patch
25+
"@omnigraph/json-schema": patch
26+
"@graphql-mesh/fusion-composition": patch
27+
"@graphql-mesh/apollo-link": patch
28+
"@graphql-mesh/plugin-rate-limit": patch
29+
"@graphql-mesh/transport-common": patch
30+
"@graphql-mesh/transport-thrift": patch
31+
"@graphql-mesh/transport-mysql": patch
32+
"@graphql-mesh/transport-neo4j": patch
33+
"@graphql-mesh/transport-rest": patch
34+
"@graphql-mesh/transport-soap": patch
35+
"@graphql-mesh/fusion-runtime": patch
36+
"@graphql-mesh/runtime": patch
37+
"@graphql-mesh/cross-helpers": patch
38+
"@graphql-mesh/config": patch
39+
"@omnigraph/mysql": patch
40+
"@graphql-mesh/serve-runtime": patch
41+
"@graphql-mesh/store": patch
42+
"@graphql-mesh/types": patch
43+
"@graphql-mesh/utils": patch
44+
"@omnigraph/raml": patch
45+
"@omnigraph/soap": patch
46+
"@graphql-mesh/plugin-mock": patch
47+
"@graphql-mesh/compose-cli": patch
48+
"@graphql-mesh/http": patch
49+
"@graphql-mesh/urql-exchange": patch
50+
"@graphql-mesh/cli": patch
51+
"@graphql-mesh/serve-cli": patch
52+
---
53+
54+
Bump GraphQL Tools versions

packages/compose-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@graphql-mesh/utils": "^0.98.1",
4545
"@graphql-tools/graphql-file-loader": "8.0.1",
4646
"@graphql-tools/load": "^8.0.1",
47-
"@graphql-tools/utils": "^10.0.8",
47+
"@graphql-tools/utils": "^10.2.0",
4848
"@whatwg-node/fetch": "^0.9.14",
4949
"commander": "^12.0.0",
5050
"dotenv": "^16.3.1",

packages/cross-helpers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"types": "index.d.ts",
1818
"typings": "./index.d.ts",
1919
"peerDependencies": {
20-
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
20+
"@graphql-tools/utils": "^10.2.0",
2121
"graphql": "*"
2222
},
2323
"dependencies": {

packages/fusion/composition/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"dependencies": {
5353
"@graphql-tools/schema": "^10.0.2",
54-
"@graphql-tools/utils": "^10.0.10",
54+
"@graphql-tools/utils": "^10.2.0",
5555
"change-case": "^4.1.2",
5656
"pluralize": "^8.0.0",
5757
"snake-case": "^3.0.0",

packages/fusion/runtime/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
"@graphql-mesh/types": "^0.98.1",
5656
"@graphql-mesh/utils": "^0.98.1",
5757
"@graphql-tools/delegate": "^10.0.6",
58-
"@graphql-tools/stitch": "^9.2.0",
58+
"@graphql-tools/stitch": "^9.2.1",
5959
"@graphql-tools/stitching-directives": "^3.0.2",
60-
"@graphql-tools/utils": "^10.1.3",
60+
"@graphql-tools/utils": "^10.2.0",
6161
"@graphql-tools/wrap": "^10.0.5",
6262
"graphql-yoga": "^5.3.0",
6363
"tslib": "^2.4.0"

packages/legacy/apollo-link/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"peerDependencies": {
3535
"@apollo/client": "^3.5.9",
3636
"@graphql-mesh/runtime": "^0.99.1",
37-
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
37+
"@graphql-tools/utils": "^10.2.0",
3838
"graphql": "^15.2.0 || ^16.0.0",
3939
"tslib": "^2.4.0"
4040
},

packages/legacy/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@graphql-mesh/store": "^0.98.1",
5555
"@graphql-mesh/types": "^0.98.1",
5656
"@graphql-mesh/utils": "^0.98.1",
57-
"@graphql-tools/utils": "^10.0.1",
57+
"@graphql-tools/utils": "^10.2.0",
5858
"ajv": "^8.12.0",
5959
"change-case": "^4.1.2",
6060
"cosmiconfig": "^9.0.0",

packages/legacy/config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@graphql-mesh/store": "^0.98.1",
3838
"@graphql-mesh/types": "^0.98.1",
3939
"@graphql-mesh/utils": "^0.98.1",
40-
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
40+
"@graphql-tools/utils": "^10.2.0",
4141
"graphql": "*",
4242
"tslib": "^2.4.0"
4343
},

packages/legacy/handlers/graphql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@graphql-mesh/store": "^0.98.1",
3737
"@graphql-mesh/types": "^0.98.1",
3838
"@graphql-mesh/utils": "^0.98.1",
39-
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
39+
"@graphql-tools/utils": "^10.2.0",
4040
"graphql": "*",
4141
"tslib": "^2.4.0"
4242
},

packages/legacy/handlers/grpc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@graphql-mesh/store": "^0.98.1",
3737
"@graphql-mesh/types": "^0.98.1",
3838
"@graphql-mesh/utils": "^0.98.1",
39-
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
39+
"@graphql-tools/utils": "^10.2.0",
4040
"graphql": "*",
4141
"tslib": "^2.4.0"
4242
},

packages/legacy/handlers/mysql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@graphql-mesh/store": "^0.98.1",
3636
"@graphql-mesh/types": "^0.98.1",
3737
"@graphql-mesh/utils": "^0.98.1",
38-
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
38+
"@graphql-tools/utils": "^10.2.0",
3939
"graphql": "*",
4040
"tslib": "^2.4.0"
4141
},

packages/legacy/handlers/odata/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@graphql-mesh/store": "^0.98.1",
3737
"@graphql-mesh/types": "^0.98.1",
3838
"@graphql-mesh/utils": "^0.98.1",
39-
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
39+
"@graphql-tools/utils": "^10.2.0",
4040
"graphql": "*",
4141
"tslib": "^2.4.0"
4242
},

packages/legacy/handlers/soap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@graphql-mesh/store": "^0.98.1",
3636
"@graphql-mesh/types": "^0.98.1",
3737
"@graphql-mesh/utils": "^0.98.1",
38-
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
38+
"@graphql-tools/utils": "^10.2.0",
3939
"graphql": "*",
4040
"tslib": "^2.4.0"
4141
},

packages/legacy/handlers/thrift/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@graphql-mesh/store": "^0.98.1",
3737
"@graphql-mesh/types": "^0.98.1",
3838
"@graphql-mesh/utils": "^0.98.1",
39-
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
39+
"@graphql-tools/utils": "^10.2.0",
4040
"graphql": "*",
4141
"tslib": "^2.4.0"
4242
},

packages/legacy/http/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@graphql-mesh/runtime": "^0.99.1",
3737
"@graphql-mesh/types": "^0.98.1",
3838
"@graphql-mesh/utils": "^0.98.1",
39-
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
39+
"@graphql-tools/utils": "^10.2.0",
4040
"graphql": "*",
4141
"tslib": "^2.4.0"
4242
},

packages/legacy/mergers/bare/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"peerDependencies": {
3535
"@graphql-mesh/types": "^0.98.1",
3636
"@graphql-mesh/utils": "^0.98.1",
37-
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
37+
"@graphql-tools/utils": "^10.2.0",
3838
"graphql": "*",
3939
"tslib": "^2.4.0"
4040
},

packages/legacy/mergers/federation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@graphql-mesh/store": "^0.98.1",
3737
"@graphql-mesh/types": "^0.98.1",
3838
"@graphql-mesh/utils": "^0.98.1",
39-
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
39+
"@graphql-tools/utils": "^10.2.0",
4040
"graphql": "*",
4141
"tslib": "^2.4.0"
4242
},

packages/legacy/mergers/stitching/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
"@graphql-mesh/store": "^0.98.1",
3636
"@graphql-mesh/types": "^0.98.1",
3737
"@graphql-mesh/utils": "^0.98.1",
38-
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
38+
"@graphql-tools/utils": "^10.2.0",
3939
"graphql": "*",
4040
"tslib": "^2.4.0"
4141
},
4242
"dependencies": {
4343
"@graphql-tools/delegate": "^10.0.6",
4444
"@graphql-tools/schema": "^10.0.0",
45-
"@graphql-tools/stitch": "^9.2.0"
45+
"@graphql-tools/stitch": "^9.2.1"
4646
},
4747
"publishConfig": {
4848
"access": "public",

packages/legacy/runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@graphql-mesh/cross-helpers": "^0.4.1",
3636
"@graphql-mesh/types": "^0.98.1",
3737
"@graphql-mesh/utils": "^0.98.1",
38-
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
38+
"@graphql-tools/utils": "^10.2.0",
3939
"graphql": "*",
4040
"tslib": "^2.4.0"
4141
},

packages/legacy/store/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@graphql-mesh/cross-helpers": "^0.4.1",
3636
"@graphql-mesh/types": "^0.98.1",
3737
"@graphql-mesh/utils": "^0.98.1",
38-
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
38+
"@graphql-tools/utils": "^10.2.0",
3939
"graphql": "*",
4040
"tslib": "^2.4.0"
4141
},

packages/legacy/transforms/cache/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@graphql-mesh/cross-helpers": "^0.4.1",
3636
"@graphql-mesh/types": "^0.98.1",
3737
"@graphql-mesh/utils": "^0.98.1",
38-
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
38+
"@graphql-tools/utils": "^10.2.0",
3939
"graphql": "*",
4040
"tslib": "^2.4.0"
4141
},

packages/legacy/transforms/encapsulate/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"peerDependencies": {
3535
"@graphql-mesh/types": "^0.98.1",
3636
"@graphql-mesh/utils": "^0.98.1",
37-
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
37+
"@graphql-tools/utils": "^10.2.0",
3838
"graphql": "*",
3939
"tslib": "^2.4.0"
4040
},

packages/legacy/transforms/extend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@graphql-mesh/cross-helpers": "^0.4.1",
3636
"@graphql-mesh/types": "^0.98.1",
3737
"@graphql-mesh/utils": "^0.98.1",
38-
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
38+
"@graphql-tools/utils": "^10.2.0",
3939
"graphql": "*",
4040
"tslib": "^2.4.0"
4141
},

packages/legacy/transforms/federation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"peerDependencies": {
3535
"@graphql-mesh/types": "^0.98.1",
3636
"@graphql-mesh/utils": "^0.98.1",
37-
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
37+
"@graphql-tools/utils": "^10.2.0",
3838
"graphql": "*",
3939
"tslib": "^2.4.0"
4040
},

packages/legacy/transforms/filter-schema/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"peerDependencies": {
3535
"@graphql-mesh/types": "^0.98.1",
3636
"@graphql-mesh/utils": "^0.98.1",
37-
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
37+
"@graphql-tools/utils": "^10.2.0",
3838
"graphql": "*",
3939
"tslib": "^2.4.0"
4040
},

packages/legacy/transforms/hive/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"peerDependencies": {
3535
"@graphql-mesh/cross-helpers": "^0.4.1",
3636
"@graphql-mesh/types": "^0.98.1",
37-
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
37+
"@graphql-tools/utils": "^10.2.0",
3838
"graphql": "*",
3939
"tslib": "^2.4.0"
4040
},

packages/legacy/transforms/hoist-field/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"peerDependencies": {
3535
"@graphql-mesh/types": "^0.98.1",
3636
"@graphql-mesh/utils": "^0.98.1",
37-
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
37+
"@graphql-tools/utils": "^10.2.0",
3838
"graphql": "*"
3939
},
4040
"dependencies": {

packages/legacy/transforms/naming-convention/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"peerDependencies": {
3535
"@graphql-mesh/types": "^0.98.1",
3636
"@graphql-mesh/utils": "^0.98.1",
37-
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
37+
"@graphql-tools/utils": "^10.2.0",
3838
"graphql": "*",
3939
"tslib": "^2.5.0"
4040
},

packages/legacy/transforms/prefix/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"peerDependencies": {
3535
"@graphql-mesh/types": "^0.98.1",
3636
"@graphql-mesh/utils": "^0.98.1",
37-
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
37+
"@graphql-tools/utils": "^10.2.0",
3838
"graphql": "*",
3939
"tslib": "^2.4.0"
4040
},

packages/legacy/transforms/prune/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"typings": "dist/typings/index.d.ts",
3434
"peerDependencies": {
3535
"@graphql-mesh/types": "^0.98.1",
36-
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
36+
"@graphql-tools/utils": "^10.2.0",
3737
"graphql": "*",
3838
"tslib": "^2.4.0"
3939
},

packages/legacy/transforms/rate-limit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@graphql-mesh/cross-helpers": "^0.4.1",
3636
"@graphql-mesh/types": "^0.98.1",
3737
"@graphql-mesh/utils": "^0.98.1",
38-
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
38+
"@graphql-tools/utils": "^10.2.0",
3939
"graphql": "*",
4040
"tslib": "^2.4.0"
4141
},

packages/legacy/transforms/rename/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"peerDependencies": {
3535
"@graphql-mesh/types": "^0.98.1",
3636
"@graphql-mesh/utils": "^0.98.1",
37-
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
37+
"@graphql-tools/utils": "^10.2.0",
3838
"graphql": "*",
3939
"tslib": "^2.4.0"
4040
},

packages/legacy/transforms/replace-field/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"peerDependencies": {
3535
"@graphql-mesh/types": "^0.98.1",
3636
"@graphql-mesh/utils": "^0.98.1",
37-
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
37+
"@graphql-tools/utils": "^10.2.0",
3838
"graphql": "*",
3939
"tslib": "^2.4.0"
4040
},

packages/legacy/transforms/transfer-schema/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"peerDependencies": {
3030
"@graphql-mesh/types": "^0.98.1",
3131
"@graphql-mesh/utils": "^0.98.1",
32-
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
32+
"@graphql-tools/utils": "^10.2.0",
3333
"graphql": "*"
3434
},
3535
"dependencies": {

packages/legacy/types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"typings": "dist/typings/index.d.ts",
3434
"peerDependencies": {
3535
"@graphql-mesh/store": "^0.98.1",
36-
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
36+
"@graphql-tools/utils": "^10.2.0",
3737
"graphql": "*",
3838
"tslib": "^2.4.0"
3939
},

packages/legacy/urql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"typings": "dist/typings/index.d.ts",
3434
"peerDependencies": {
3535
"@graphql-mesh/runtime": "^0.99.1",
36-
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
36+
"@graphql-tools/utils": "^10.2.0",
3737
"@urql/core": "^2.4.3 || ^4.0.0 || ^5.0.0",
3838
"graphql": "^15.2.0 || ^16.0.0",
3939
"tslib": "^2.4.0",

packages/legacy/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"peerDependencies": {
3535
"@graphql-mesh/cross-helpers": "^0.4.1",
3636
"@graphql-mesh/types": "^0.98.1",
37-
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
37+
"@graphql-tools/utils": "^10.2.0",
3838
"graphql": "*",
3939
"tslib": "^2.4.0"
4040
},

packages/loaders/json-schema/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@graphql-mesh/cross-helpers": "^0.4.1",
3636
"@graphql-mesh/types": "^0.98.1",
3737
"@graphql-mesh/utils": "^0.98.1",
38-
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
38+
"@graphql-tools/utils": "^10.2.0",
3939
"graphql": "*",
4040
"tslib": "^2.4.0"
4141
},

0 commit comments

Comments
 (0)