Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
renovate[bot] authored Nov 2, 2022

Verified

This commit was signed with the committer’s verified signature.
1 parent ad6ee7b commit 87993ac
Showing 39 changed files with 254 additions and 236 deletions.
2 changes: 1 addition & 1 deletion examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
@@ -10,6 +10,6 @@
"graphql": "16.6.0"
},
"devDependencies": {
"wrangler": "2.1.14"
"wrangler": "2.1.15"
}
}
2 changes: 1 addition & 1 deletion examples/federation-example/services/accounts/package.json
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
"start": "node index.js"
},
"dependencies": {
"apollo-server": "3.10.4",
"apollo-server": "3.11.0",
"graphql": "16.6.0"
}
}
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
},
"dependencies": {
"@apollo/subgraph": "2.1.4",
"apollo-server": "3.10.4",
"apollo-server": "3.11.0",
"graphql": "16.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/federation-example/services/products/package.json
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
},
"dependencies": {
"@apollo/subgraph": "2.1.4",
"apollo-server": "3.10.4",
"apollo-server": "3.11.0",
"graphql": "16.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/federation-example/services/reviews/package.json
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
},
"dependencies": {
"@apollo/subgraph": "2.1.4",
"apollo-server": "3.10.4",
"apollo-server": "3.11.0",
"graphql": "16.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/mongoose-example/package.json
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
"@graphql-mesh/cli": "0.79.2",
"@graphql-mesh/mongoose": "0.11.28",
"graphql": "16.6.0",
"mongoose": "6.7.0"
"mongoose": "6.7.1"
},
"devDependencies": {
"jest": "29.2.2"
2 changes: 1 addition & 1 deletion examples/nextjs-apollo-example/package.json
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
"@graphql-mesh/config": "8.0.30",
"@graphql-mesh/openapi": "0.33.33",
"@graphql-mesh/runtime": "0.44.30",
"apollo-server-micro": "3.10.4",
"apollo-server-micro": "3.11.0",
"graphql": "16.6.0",
"next": "12.3.2",
"react": "18.2.0",
2 changes: 1 addition & 1 deletion examples/nextjs-sdk-example/package.json
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
"@graphql-mesh/config": "8.0.30",
"@graphql-mesh/openapi": "0.33.33",
"@graphql-mesh/runtime": "0.44.30",
"apollo-server-micro": "3.10.4",
"apollo-server-micro": "3.11.0",
"graphql": "16.6.0",
"next": "12.3.2",
"react": "18.2.0",
2 changes: 1 addition & 1 deletion examples/openapi-location-weather/package.json
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
"@graphql-mesh/runtime": "0.44.30",
"@graphql-mesh/transform-cache": "0.12.63",
"@graphql-mesh/transform-rename": "0.12.100",
"apollo-server": "3.10.4",
"apollo-server": "3.11.0",
"graphql": "16.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/spacex-cfw/package.json
Original file line number Diff line number Diff line change
@@ -12,6 +12,6 @@
"graphql": "16.6.0"
},
"devDependencies": {
"wrangler": "2.1.14"
"wrangler": "2.1.15"
}
}
2 changes: 1 addition & 1 deletion packages/cache/redis/package.json
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@
"@graphql-mesh/cross-helpers": "0.2.8",
"@graphql-mesh/string-interpolation": "0.3.3",
"ioredis-mock": "8.2.2",
"ioredis": "5.2.3",
"ioredis": "5.2.4",
"tslib": "^2.4.0"
},
"publishConfig": {
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@
"dependencies": {
"ajv": "8.11.0",
"cosmiconfig": "7.0.1",
"@graphql-codegen/core": "2.6.4",
"@graphql-codegen/core": "2.6.5",
"@graphql-codegen/typescript": "2.8.1",
"@graphql-codegen/typescript-generic-sdk": "3.0.4",
"@graphql-codegen/typescript-operations": "2.5.6",
@@ -67,7 +67,7 @@
"open": "7.4.2",
"pascal-case": "3.1.2",
"rimraf": "3.0.2",
"yargs": "17.6.0",
"yargs": "17.6.1",
"typescript": "4.8.4",
"ts-node": "10.9.1",
"tsconfig-paths": "4.1.0",
6 changes: 3 additions & 3 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -37,9 +37,9 @@
"@graphql-mesh/store": "0.8.61",
"@graphql-mesh/utils": "0.42.5",
"@graphql-tools/utils": "8.13.1",
"@graphql-tools/load": "7.8.3",
"@graphql-tools/code-file-loader": "7.3.9",
"@graphql-tools/graphql-file-loader": "7.5.8",
"@graphql-tools/load": "7.8.4",
"@graphql-tools/code-file-loader": "7.3.10",
"@graphql-tools/graphql-file-loader": "7.5.9",
"@whatwg-node/fetch": "^0.5.0",
"param-case": "3.0.4",
"@envelop/core": "3.0.3",
6 changes: 3 additions & 3 deletions packages/handlers/graphql/package.json
Original file line number Diff line number Diff line change
@@ -33,9 +33,9 @@
"@graphql-mesh/string-interpolation": "0.3.3",
"@graphql-mesh/utils": "0.42.5",
"@graphql-mesh/types": "0.85.6",
"@graphql-tools/url-loader": "7.16.8",
"@graphql-tools/wrap": "9.2.7",
"@graphql-tools/delegate": "9.0.12",
"@graphql-tools/url-loader": "7.16.10",
"@graphql-tools/wrap": "9.2.9",
"@graphql-tools/delegate": "9.0.14",
"@graphql-tools/utils": "8.13.1",
"lodash.get": "4.4.2",
"tslib": "^2.4.0"
2 changes: 1 addition & 1 deletion packages/handlers/mongoose/package.json
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@
"mongoose": "*"
},
"devDependencies": {
"mongoose": "6.7.0"
"mongoose": "6.7.1"
},
"dependencies": {
"@graphql-mesh/types": "0.85.6",
2 changes: 1 addition & 1 deletion packages/handlers/mysql/package.json
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@
"graphql-scalars": "1.20.0",
"tslib": "^2.4.0",
"@graphql-tools/utils": "8.13.1",
"@graphql-tools/delegate": "9.0.12"
"@graphql-tools/delegate": "9.0.14"
},
"devDependencies": {
"@types/graphql-fields": "1.3.4",
2 changes: 1 addition & 1 deletion packages/handlers/odata/package.json
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@
"pascal-case": "3.1.2",
"url-join": "4.0.1",
"tslib": "^2.4.0",
"@graphql-tools/delegate": "9.0.12"
"@graphql-tools/delegate": "9.0.14"
},
"publishConfig": {
"access": "public",
2 changes: 1 addition & 1 deletion packages/handlers/postgraphile/package.json
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@
"postgraphile": "4.12.11",
"pg": "^8.6.0",
"tslib": "^2.4.0",
"@graphql-tools/delegate": "9.0.12"
"@graphql-tools/delegate": "9.0.14"
},
"publishConfig": {
"access": "public",
2 changes: 1 addition & 1 deletion packages/mergers/bare/package.json
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@
"dependencies": {
"@graphql-mesh/types": "0.85.6",
"@graphql-mesh/utils": "0.42.5",
"@graphql-tools/schema": "9.0.7",
"@graphql-tools/schema": "9.0.8",
"@graphql-tools/utils": "8.13.1",
"@graphql-mesh/merger-stitching": "0.17.5",
"tslib": "^2.4.0"
4 changes: 2 additions & 2 deletions packages/mergers/federation/package.json
Original file line number Diff line number Diff line change
@@ -29,9 +29,9 @@
},
"dependencies": {
"@graphql-mesh/types": "0.85.6",
"@graphql-tools/wrap": "9.2.7",
"@graphql-tools/wrap": "9.2.9",
"@apollo/gateway": "2.1.4",
"@graphql-tools/schema": "9.0.7",
"@graphql-tools/schema": "9.0.8",
"@graphql-mesh/cross-helpers": "0.2.8",
"@graphql-mesh/utils": "0.42.5",
"@graphql-tools/utils": "8.13.1",
8 changes: 4 additions & 4 deletions packages/mergers/stitching/package.json
Original file line number Diff line number Diff line change
@@ -29,11 +29,11 @@
},
"dependencies": {
"@graphql-mesh/types": "0.85.6",
"@graphql-tools/stitch": "8.7.17",
"@graphql-tools/stitch": "8.7.19",
"@graphql-mesh/utils": "0.42.5",
"@graphql-tools/delegate": "9.0.12",
"@graphql-tools/stitching-directives": "2.3.15",
"@graphql-tools/schema": "9.0.7",
"@graphql-tools/delegate": "9.0.14",
"@graphql-tools/stitching-directives": "2.3.17",
"@graphql-tools/schema": "9.0.8",
"@graphql-mesh/store": "0.8.61",
"@graphql-tools/utils": "8.13.1",
"tslib": "^2.4.0"
4 changes: 2 additions & 2 deletions packages/plugins/mock/package.json
Original file line number Diff line number Diff line change
@@ -33,8 +33,8 @@
"@graphql-mesh/utils": "0.42.5",
"@graphql-mesh/string-interpolation": "0.3.3",
"@graphql-tools/utils": "8.13.1",
"@graphql-tools/mock": "8.7.9",
"@graphql-tools/schema": "9.0.7",
"@graphql-tools/mock": "8.7.10",
"@graphql-tools/schema": "9.0.8",
"faker": "5.5.3",
"graphql-scalars": "1.20.0",
"tslib": "^2.4.0"
10 changes: 5 additions & 5 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -32,18 +32,18 @@
"@graphql-mesh/types": "0.85.6",
"@graphql-mesh/utils": "0.42.5",
"@graphql-mesh/string-interpolation": "0.3.3",
"@graphql-tools/delegate": "9.0.12",
"@graphql-tools/batch-delegate": "8.4.5",
"@graphql-tools/batch-execute": "8.5.9",
"@graphql-tools/wrap": "9.2.7",
"@graphql-tools/delegate": "9.0.14",
"@graphql-tools/batch-delegate": "8.4.7",
"@graphql-tools/batch-execute": "8.5.10",
"@graphql-tools/wrap": "9.2.9",
"@graphql-tools/utils": "8.13.1",
"@whatwg-node/fetch": "^0.5.0",
"@envelop/core": "3.0.3",
"@envelop/extended-validation": "2.0.3",
"tslib": "^2.4.0"
},
"devDependencies": {
"@graphql-tools/schema": "9.0.7"
"@graphql-tools/schema": "9.0.8"
},
"publishConfig": {
"access": "public",
4 changes: 2 additions & 2 deletions packages/transforms/cache/package.json
Original file line number Diff line number Diff line change
@@ -33,8 +33,8 @@
"@graphql-mesh/string-interpolation": "0.3.3",
"dayjs": "1.11.6",
"@graphql-mesh/cross-helpers": "0.2.8",
"@graphql-tools/resolvers-composition": "6.5.9",
"@graphql-tools/schema": "9.0.7",
"@graphql-tools/resolvers-composition": "6.5.10",
"@graphql-tools/schema": "9.0.8",
"@graphql-tools/utils": "8.13.1",
"tslib": "^2.4.0"
},
4 changes: 2 additions & 2 deletions packages/transforms/encapsulate/package.json
Original file line number Diff line number Diff line change
@@ -30,8 +30,8 @@
"dependencies": {
"@graphql-mesh/types": "0.85.6",
"@graphql-mesh/utils": "0.42.5",
"@graphql-tools/delegate": "9.0.12",
"@graphql-tools/wrap": "9.2.7",
"@graphql-tools/delegate": "9.0.14",
"@graphql-tools/wrap": "9.2.9",
"@graphql-tools/utils": "8.13.1",
"tslib": "^2.4.0"
},
8 changes: 4 additions & 4 deletions packages/transforms/extend/package.json
Original file line number Diff line number Diff line change
@@ -30,10 +30,10 @@
"dependencies": {
"@graphql-mesh/types": "0.85.6",
"@graphql-mesh/utils": "0.42.5",
"@graphql-tools/load": "7.8.3",
"@graphql-tools/code-file-loader": "7.3.9",
"@graphql-tools/graphql-file-loader": "7.5.8",
"@graphql-tools/schema": "9.0.7",
"@graphql-tools/load": "7.8.4",
"@graphql-tools/code-file-loader": "7.3.10",
"@graphql-tools/graphql-file-loader": "7.5.9",
"@graphql-tools/schema": "9.0.8",
"@graphql-tools/utils": "8.13.1",
"@graphql-mesh/cross-helpers": "0.2.8",
"tslib": "^2.4.0"
4 changes: 2 additions & 2 deletions packages/transforms/federation/package.json
Original file line number Diff line number Diff line change
@@ -34,8 +34,8 @@
"@graphql-mesh/utils": "0.42.5",
"graphql-transform-federation": "2.2.0",
"@graphql-tools/utils": "8.13.1",
"@graphql-tools/stitching-directives": "2.3.15",
"@graphql-tools/delegate": "9.0.12",
"@graphql-tools/stitching-directives": "2.3.17",
"@graphql-tools/delegate": "9.0.14",
"tslib": "^2.4.0",
"lodash.set": "4.3.2"
},
4 changes: 2 additions & 2 deletions packages/transforms/filter-schema/package.json
Original file line number Diff line number Diff line change
@@ -34,8 +34,8 @@
"@graphql-mesh/types": "0.85.6",
"@graphql-mesh/utils": "0.42.5",
"minimatch": "5.1.0",
"@graphql-tools/wrap": "9.2.7",
"@graphql-tools/delegate": "9.0.12",
"@graphql-tools/wrap": "9.2.9",
"@graphql-tools/delegate": "9.0.14",
"@graphql-tools/utils": "8.13.1",
"tslib": "^2.4.0"
},
4 changes: 2 additions & 2 deletions packages/transforms/hoist-field/package.json
Original file line number Diff line number Diff line change
@@ -30,8 +30,8 @@
"dependencies": {
"@graphql-mesh/types": "0.85.6",
"@graphql-mesh/utils": "0.42.5",
"@graphql-tools/wrap": "9.2.7",
"@graphql-tools/delegate": "9.0.12",
"@graphql-tools/wrap": "9.2.9",
"@graphql-tools/delegate": "9.0.14",
"@graphql-tools/utils": "8.13.1"
},
"devDependencies": {
6 changes: 3 additions & 3 deletions packages/transforms/naming-convention/package.json
Original file line number Diff line number Diff line change
@@ -29,13 +29,13 @@
},
"devDependencies": {
"@graphql-mesh/cache-localforage": "^0.6.59",
"@graphql-tools/schema": "9.0.7"
"@graphql-tools/schema": "9.0.8"
},
"dependencies": {
"@graphql-mesh/types": "0.85.6",
"@graphql-mesh/utils": "0.42.5",
"@graphql-tools/wrap": "9.2.7",
"@graphql-tools/delegate": "9.0.12",
"@graphql-tools/wrap": "9.2.9",
"@graphql-tools/delegate": "9.0.14",
"@graphql-tools/utils": "8.13.1",
"change-case": "4.1.2",
"graphql-scalars": "1.20.0",
4 changes: 2 additions & 2 deletions packages/transforms/prefix/package.json
Original file line number Diff line number Diff line change
@@ -30,8 +30,8 @@
"dependencies": {
"@graphql-mesh/types": "0.85.6",
"@graphql-mesh/utils": "0.42.5",
"@graphql-tools/wrap": "9.2.7",
"@graphql-tools/delegate": "9.0.12",
"@graphql-tools/wrap": "9.2.9",
"@graphql-tools/delegate": "9.0.14",
"@graphql-tools/utils": "8.13.1",
"graphql-scalars": "1.20.0",
"tslib": "^2.4.0"
4 changes: 2 additions & 2 deletions packages/transforms/rate-limit/package.json
Original file line number Diff line number Diff line change
@@ -37,8 +37,8 @@
},
"devDependencies": {
"@graphql-mesh/cache-localforage": "0.6.59",
"@graphql-tools/schema": "9.0.7",
"@graphql-tools/wrap": "9.2.7"
"@graphql-tools/schema": "9.0.8",
"@graphql-tools/wrap": "9.2.9"
},
"publishConfig": {
"access": "public",
6 changes: 3 additions & 3 deletions packages/transforms/rename/package.json
Original file line number Diff line number Diff line change
@@ -29,13 +29,13 @@
},
"devDependencies": {
"@graphql-mesh/cache-localforage": "0.6.59",
"@graphql-tools/schema": "9.0.7"
"@graphql-tools/schema": "9.0.8"
},
"dependencies": {
"@graphql-mesh/types": "0.85.6",
"@graphql-mesh/utils": "0.42.5",
"@graphql-tools/wrap": "9.2.7",
"@graphql-tools/delegate": "9.0.12",
"@graphql-tools/wrap": "9.2.9",
"@graphql-tools/delegate": "9.0.14",
"@graphql-tools/utils": "8.13.1",
"graphql-scalars": "1.20.0",
"tslib": "^2.4.0"
8 changes: 4 additions & 4 deletions packages/transforms/replace-field/package.json
Original file line number Diff line number Diff line change
@@ -30,9 +30,9 @@
"dependencies": {
"@graphql-mesh/types": "0.85.6",
"@graphql-mesh/utils": "0.42.5",
"@graphql-tools/code-file-loader": "7.3.9",
"@graphql-tools/graphql-file-loader": "7.5.8",
"@graphql-tools/load": "7.8.3",
"@graphql-tools/code-file-loader": "7.3.10",
"@graphql-tools/graphql-file-loader": "7.5.9",
"@graphql-tools/load": "7.8.4",
"@graphql-tools/utils": "8.13.1",
"tslib": "^2.4.0"
},
@@ -42,6 +42,6 @@
},
"devDependencies": {
"@graphql-mesh/cache-localforage": "0.6.59",
"@graphql-tools/schema": "9.0.7"
"@graphql-tools/schema": "9.0.8"
}
}
4 changes: 2 additions & 2 deletions packages/transforms/resolvers-composition/package.json
Original file line number Diff line number Diff line change
@@ -30,8 +30,8 @@
"dependencies": {
"@graphql-mesh/types": "0.85.6",
"@graphql-mesh/utils": "0.42.5",
"@graphql-tools/resolvers-composition": "6.5.9",
"@graphql-tools/schema": "9.0.7",
"@graphql-tools/resolvers-composition": "6.5.10",
"@graphql-tools/schema": "9.0.8",
"tslib": "^2.4.0"
},
"publishConfig": {
4 changes: 2 additions & 2 deletions packages/transforms/type-merging/package.json
Original file line number Diff line number Diff line change
@@ -29,8 +29,8 @@
},
"dependencies": {
"@graphql-mesh/types": "0.85.6",
"@graphql-tools/stitching-directives": "2.3.15",
"@graphql-tools/delegate": "9.0.12",
"@graphql-tools/stitching-directives": "2.3.17",
"@graphql-tools/delegate": "9.0.14",
"@graphql-mesh/utils": "0.42.5",
"tslib": "^2.4.0"
},
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -28,9 +28,9 @@
"graphql": "*"
},
"dependencies": {
"@graphql-tools/batch-delegate": "8.4.5",
"@graphql-tools/batch-delegate": "8.4.7",
"@graphql-mesh/store": "0.8.61",
"@graphql-tools/delegate": "9.0.12",
"@graphql-tools/delegate": "9.0.14",
"@graphql-tools/utils": "8.13.1",
"@graphql-typed-document-node/core": "3.1.1",
"tslib": "^2.4.0"
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@
},
"dependencies": {
"@graphql-mesh/string-interpolation": "0.3.3",
"@graphql-tools/delegate": "9.0.12",
"@graphql-tools/delegate": "9.0.14",
"@graphql-tools/utils": "8.13.1",
"@graphql-mesh/cross-helpers": "0.2.8",
"@graphql-mesh/types": "0.85.6",
346 changes: 182 additions & 164 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 87993ac

Please sign in to comment.