Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 5, 2022
1 parent 9c87996 commit 3d28340
Show file tree
Hide file tree
Showing 51 changed files with 534 additions and 505 deletions.
2 changes: 1 addition & 1 deletion examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@graphql-mesh/json-schema": "0.35.4",
"@graphql-mesh/cache-cfw-kv": "0.0.19",
"@graphql-mesh/plugin-response-cache": "0.1.20",
"@graphql-yoga/common": "2.12.11",
"@graphql-yoga/common": "2.12.12",
"graphql": "16.6.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/graphql-file-upload-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"@graphql-mesh/cli": "0.78.0",
"@graphql-mesh/graphql": "0.31.3",
"concurrently": "5.3.0",
"@graphql-yoga/node": "2.13.12",
"sharp": "0.30.7",
"@graphql-yoga/node": "2.13.13",
"sharp": "0.31.0",
"graphql": "16.6.0"
}
}
4 changes: 2 additions & 2 deletions examples/openapi-react-weatherbit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"@graphql-mesh/cli": "0.78.0",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"@vitejs/plugin-react": "2.0.1",
"@vitejs/plugin-react": "2.1.0",
"typescript": "4.8.2",
"vite": "3.0.9"
"vite": "3.1.0"
},
"scripts": {
"build:mesh": "yarn mesh build",
Expand Down
2 changes: 1 addition & 1 deletion examples/postgres-geodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"mesh:build": "mesh build"
},
"devDependencies": {
"@types/node": "16.11.56",
"@types/node": "16.11.57",
"ts-node": "10.9.1",
"typescript": "4.8.2",
"cross-env": "7.0.3"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@
},
"devDependencies": {
"@ardatan/graphql-to-config-schema": "0.1.25",
"@babel/core": "7.18.13",
"@babel/core": "7.19.0",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/preset-env": "7.18.10",
"@babel/preset-env": "7.19.0",
"@babel/preset-typescript": "7.18.6",
"@changesets/cli": "2.24.4",
"@changesets/changelog-github": "0.4.6",
"@theguild/prettier-config": "0.0.3",
"@types/jest": "29.0.0",
"@types/node": "18.6.5",
"@typescript-eslint/eslint-plugin": "5.36.1",
"@typescript-eslint/parser": "5.36.1",
"@typescript-eslint/eslint-plugin": "5.36.2",
"@typescript-eslint/parser": "5.36.2",
"babel-jest": "29.0.2",
"bob-the-bundler": "1.7.3",
"eslint": "8.23.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
},
"dependencies": {
"@graphql-tools/utils": "8.10.1",
"@graphql-tools/utils": "8.11.0",
"tslib": "^2.4.0"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@
"@graphql-mesh/store": "0.8.36",
"@graphql-mesh/types": "0.82.2",
"@graphql-mesh/http": "0.1.0",
"@graphql-tools/code-file-loader": "7.3.4",
"@graphql-tools/utils": "8.10.1",
"@graphql-tools/load": "7.7.5",
"@graphql-tools/graphql-file-loader": "7.5.3",
"@graphql-tools/wrap": "9.0.5",
"@graphql-tools/code-file-loader": "7.3.5",
"@graphql-tools/utils": "8.11.0",
"@graphql-tools/load": "7.7.6",
"@graphql-tools/graphql-file-loader": "7.5.4",
"@graphql-tools/wrap": "9.0.6",
"@whatwg-node/server": "0.1.2",
"@whatwg-node/fetch": "0.3.2",
"graphql-yoga": "3.0.0-alpha-20220905163021-e923bb34",
"graphql-yoga": "3.0.0-canary-f940d4b.0",
"itty-router": "2.6.1",
"itty-router-extras": "0.4.2",
"dotenv": "16.0.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"@graphql-mesh/types": "0.82.2",
"@graphql-mesh/store": "0.8.36",
"@graphql-mesh/utils": "0.41.3",
"@graphql-tools/utils": "8.10.1",
"@graphql-tools/load": "7.7.5",
"@graphql-tools/code-file-loader": "7.3.4",
"@graphql-tools/graphql-file-loader": "7.5.3",
"@graphql-tools/utils": "8.11.0",
"@graphql-tools/load": "7.7.6",
"@graphql-tools/code-file-loader": "7.3.5",
"@graphql-tools/graphql-file-loader": "7.5.4",
"@whatwg-node/fetch": "0.3.2",
"param-case": "3.0.4",
"@envelop/core": "2.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cross-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-native": "react-native.js",
"types": "index.d.ts",
"dependencies": {
"@graphql-tools/utils": "8.10.1",
"@graphql-tools/utils": "8.11.0",
"react-native-fs": "2.20.0",
"react-native-path": "0.0.5",
"path-browserify": "1.0.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/handlers/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"@graphql-mesh/utils": "0.41.3",
"@graphql-mesh/types": "0.82.2",
"@graphql-tools/url-loader": "7.15.0",
"@graphql-tools/wrap": "9.0.5",
"@graphql-tools/delegate": "9.0.4",
"@graphql-tools/utils": "8.10.1",
"@graphql-tools/wrap": "9.0.6",
"@graphql-tools/delegate": "9.0.5",
"@graphql-tools/utils": "8.11.0",
"lodash.get": "4.4.2",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/handlers/json-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@graphql-mesh/utils": "0.41.3",
"@graphql-mesh/store": "0.8.36",
"@graphql-mesh/string-interpolation": "0.3.2",
"@graphql-tools/utils": "8.10.1",
"@graphql-tools/utils": "8.11.0",
"@graphql-mesh/cross-helpers": "0.2.3",
"graphql-compose": "9.0.9",
"@omnigraph/json-schema": "0.33.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/handlers/mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"graphql-compose-mongoose": "9.7.1",
"graphql-compose-connection": "8.2.1",
"graphql-compose-pagination": "8.3.0",
"@graphql-tools/stitching-directives": "2.3.7",
"@graphql-tools/stitching-directives": "2.3.8",
"tslib": "^2.4.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/handlers/mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"mysql-utilities": "1.1.4",
"graphql-scalars": "1.18.0",
"tslib": "^2.4.0",
"@graphql-tools/utils": "8.10.1",
"@graphql-tools/delegate": "9.0.4"
"@graphql-tools/utils": "8.11.0",
"@graphql-tools/delegate": "9.0.5"
},
"devDependencies": {
"@types/graphql-fields": "1.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/handlers/neo4j/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@graphql-mesh/types": "0.82.2",
"neo4j-driver": "4.4.7",
"tslib": "^2.4.0",
"@graphql-tools/utils": "8.10.1"
"@graphql-tools/utils": "8.11.0"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/handlers/odata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@graphql-mesh/store": "0.8.36",
"@graphql-mesh/string-interpolation": "0.3.2",
"@graphql-mesh/utils": "0.41.3",
"@graphql-tools/utils": "8.10.1",
"@graphql-tools/utils": "8.11.0",
"http-string-parser": "0.0.6",
"@whatwg-node/fetch": "^0.3.0",
"dataloader": "2.1.0",
Expand All @@ -48,7 +48,7 @@
"pascal-case": "3.1.2",
"url-join": "4.0.1",
"tslib": "^2.4.0",
"@graphql-tools/delegate": "9.0.4"
"@graphql-tools/delegate": "9.0.5"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/handlers/postgraphile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"postgraphile": "4.12.11",
"pg": "^8.6.0",
"tslib": "^2.4.0",
"@graphql-tools/delegate": "9.0.4"
"@graphql-tools/delegate": "9.0.5"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/handlers/soap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@graphql-mesh/types": "0.82.2",
"@graphql-mesh/store": "0.8.36",
"@graphql-mesh/utils": "0.41.3",
"@graphql-tools/utils": "8.10.1",
"@graphql-tools/utils": "8.11.0",
"graphql-scalars": "1.18.0",
"soap": "0.45.0",
"tslib": "^2.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/handlers/thrift/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@graphql-mesh/store": "0.8.36",
"@graphql-mesh/string-interpolation": "0.3.2",
"@graphql-mesh/utils": "0.41.3",
"@graphql-tools/utils": "8.10.1",
"@graphql-tools/utils": "8.11.0",
"graphql-scalars": "1.18.0",
"url-join": "4.0.1",
"thrift": "0.16.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@graphql-mesh/cross-helpers": "0.2.3",
"@graphql-mesh/runtime": "0.43.3",
"@graphql-mesh/utils": "0.41.3",
"graphql-yoga": "3.0.0-alpha-20220905163021-e923bb34",
"graphql-yoga": "3.0.0-canary-f940d4b.0",
"itty-router": "2.6.1",
"itty-router-extras": "0.4.2",
"tslib": "^2.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/jit-executor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
},
"dependencies": {
"@graphql-tools/utils": "8.10.1",
"@graphql-tools/utils": "8.11.0",
"graphql-jit": "0.7.4",
"@graphql-mesh/utils": "0.41.3",
"@graphql-mesh/types": "0.82.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/json-machete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@graphql-mesh/types": "0.82.2",
"@graphql-mesh/utils": "0.41.3",
"@graphql-mesh/cross-helpers": "0.2.3",
"@graphql-tools/utils": "8.10.1",
"@graphql-tools/utils": "8.11.0",
"url-join": "4.0.1",
"to-json-schema": "0.2.5",
"tslib": "^2.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/json-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@graphql-mesh/types": "0.82.2",
"@graphql-mesh/string-interpolation": "0.3.2",
"@graphql-mesh/utils": "0.41.3",
"@graphql-tools/utils": "8.10.1",
"@graphql-tools/utils": "8.11.0",
"to-json-schema": "0.2.5",
"graphql-compose": "9.0.9",
"graphql-scalars": "1.18.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@graphql-tools/utils": "8.10.1",
"@graphql-yoga/node": "2.13.12",
"@graphql-tools/utils": "8.11.0",
"@graphql-yoga/node": "2.13.13",
"@types/cookie-parser": "1.4.3",
"@types/multer": "1.4.7",
"@whatwg-node/fetch": "0.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/raml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@graphql-mesh/cross-helpers": "0.2.3",
"@graphql-mesh/utils": "0.41.3",
"@graphql-mesh/string-interpolation": "0.3.2",
"@graphql-tools/utils": "8.10.1",
"@graphql-tools/utils": "8.11.0",
"tslib": "^2.4.0",
"change-case": "4.1.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/mergers/bare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"dependencies": {
"@graphql-mesh/types": "0.82.2",
"@graphql-mesh/utils": "0.41.3",
"@graphql-tools/wrap": "9.0.5",
"@graphql-tools/schema": "9.0.2",
"@graphql-tools/utils": "8.10.1",
"@graphql-tools/wrap": "9.0.6",
"@graphql-tools/schema": "9.0.3",
"@graphql-tools/utils": "8.11.0",
"tslib": "^2.4.0"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/mergers/federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
},
"dependencies": {
"@graphql-mesh/types": "0.82.2",
"@graphql-tools/wrap": "9.0.5",
"@graphql-tools/wrap": "9.0.6",
"@apollo/gateway": "2.1.1",
"@graphql-tools/schema": "9.0.2",
"@graphql-tools/schema": "9.0.3",
"@graphql-mesh/cross-helpers": "0.2.3",
"@graphql-mesh/utils": "0.41.3",
"@graphql-tools/utils": "8.10.1",
"@graphql-tools/utils": "8.11.0",
"@graphql-mesh/store": "0.8.36",
"tslib": "^2.4.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/mergers/stitching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
},
"dependencies": {
"@graphql-mesh/types": "0.82.2",
"@graphql-tools/stitch": "8.7.7",
"@graphql-tools/stitch": "8.7.8",
"@graphql-mesh/utils": "0.41.3",
"@graphql-tools/delegate": "9.0.4",
"@graphql-tools/stitching-directives": "2.3.7",
"@graphql-tools/schema": "9.0.2",
"@graphql-tools/delegate": "9.0.5",
"@graphql-tools/stitching-directives": "2.3.8",
"@graphql-tools/schema": "9.0.3",
"@graphql-mesh/store": "0.8.36",
"@graphql-tools/utils": "8.10.1",
"@graphql-tools/utils": "8.11.0",
"tslib": "^2.4.0"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"@graphql-mesh/types": "0.82.2",
"@graphql-mesh/utils": "0.41.3",
"@graphql-mesh/string-interpolation": "0.3.2",
"@graphql-tools/utils": "8.10.1",
"@graphql-tools/mock": "8.7.4",
"@graphql-tools/schema": "9.0.2",
"@graphql-tools/utils": "8.11.0",
"@graphql-tools/mock": "8.7.5",
"@graphql-tools/schema": "9.0.3",
"faker": "5.5.3",
"graphql-scalars": "1.18.0",
"@envelop/core": "^2.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/rate-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@graphql-mesh/types": "0.82.2",
"@graphql-mesh/cross-helpers": "0.2.3",
"@graphql-mesh/string-interpolation": "0.3.2",
"@graphql-tools/utils": "8.10.1",
"@graphql-tools/utils": "8.11.0",
"minimatch": "5.1.0",
"@envelop/core": "^2.3.2",
"tslib": "^2.4.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@
"@graphql-mesh/types": "0.82.2",
"@graphql-mesh/utils": "0.41.3",
"@graphql-mesh/string-interpolation": "0.3.2",
"@graphql-tools/delegate": "9.0.4",
"@graphql-tools/batch-delegate": "8.3.7",
"@graphql-tools/batch-execute": "8.5.4",
"@graphql-tools/wrap": "9.0.5",
"@graphql-tools/utils": "8.10.1",
"@graphql-tools/delegate": "9.0.5",
"@graphql-tools/batch-delegate": "8.3.8",
"@graphql-tools/batch-execute": "8.5.5",
"@graphql-tools/wrap": "9.0.6",
"@graphql-tools/utils": "8.11.0",
"fetchache": "0.1.2",
"@whatwg-node/fetch": "0.3.2",
"@envelop/core": "2.6.0",
"@envelop/extended-validation": "1.9.0",
"tslib": "^2.4.0"
},
"devDependencies": {
"@graphql-tools/schema": "9.0.2"
"@graphql-tools/schema": "9.0.3"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@graphql-inspector/core": "3.3.0",
"@graphql-mesh/cross-helpers": "0.2.3",
"@graphql-mesh/utils": "0.41.3",
"@graphql-tools/utils": "8.10.1",
"@graphql-tools/utils": "8.11.0",
"@graphql-mesh/types": "0.82.2",
"tslib": "^2.4.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/transforms/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"@graphql-mesh/string-interpolation": "0.3.2",
"dayjs": "1.11.5",
"@graphql-mesh/cross-helpers": "0.2.3",
"@graphql-tools/resolvers-composition": "6.5.4",
"@graphql-tools/schema": "9.0.2",
"@graphql-tools/utils": "8.10.1",
"@graphql-tools/resolvers-composition": "6.5.5",
"@graphql-tools/schema": "9.0.3",
"@graphql-tools/utils": "8.11.0",
"tslib": "^2.4.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/transforms/encapsulate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"dependencies": {
"@graphql-mesh/types": "0.82.2",
"@graphql-mesh/utils": "0.41.3",
"@graphql-tools/delegate": "9.0.4",
"@graphql-tools/wrap": "9.0.5",
"@graphql-tools/utils": "8.10.1",
"@graphql-tools/delegate": "9.0.5",
"@graphql-tools/wrap": "9.0.6",
"@graphql-tools/utils": "8.11.0",
"tslib": "^2.4.0"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 3d28340

Please sign in to comment.