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] committed Jan 26, 2023
1 parent 57d224c commit 85fd55b
Show file tree
Hide file tree
Showing 51 changed files with 575 additions and 557 deletions.
2 changes: 1 addition & 1 deletion examples/auth0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"graphql": "16.6.0"
},
"devDependencies": {
"jest": "29.3.1"
"jest": "29.4.0"
}
}
2 changes: 1 addition & 1 deletion examples/federation-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"apollo-server": "3.11.1",
"concurrently": "7.6.0",
"delay-cli": "2.0.0",
"jest": "29.3.1",
"jest": "29.4.0",
"ts-node": "10.9.1",
"typescript": "4.9.4"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "ts-node index.ts"
},
"dependencies": {
"@apollo/subgraph": "2.2.3",
"@apollo/subgraph": "2.3.0",
"apollo-server": "3.11.1",
"graphql": "16.6.0",
"ts-node": "10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/federation-example/services/products/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "ts-node index.ts"
},
"dependencies": {
"@apollo/subgraph": "2.2.3",
"@apollo/subgraph": "2.3.0",
"apollo-server": "3.11.1",
"graphql": "16.6.0",
"ts-node": "10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/federation-example/services/reviews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "ts-node index.ts"
},
"dependencies": {
"@apollo/subgraph": "2.2.3",
"@apollo/subgraph": "2.3.0",
"apollo-server": "3.11.1",
"graphql": "16.6.0",
"ts-node": "10.9.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/graphql-file-upload-example/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "react-scripts test"
},
"dependencies": {
"@apollo/client": "3.7.4",
"@apollo/client": "3.7.5",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.4.3",
Expand All @@ -22,7 +22,7 @@
},
"devDependencies": {
"@types/apollo-upload-client": "17.0.2",
"@types/jest": "29.2.6",
"@types/jest": "29.4.0",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-file-upload-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"sharp": "0.31.3"
},
"devDependencies": {
"jest": "29.3.1",
"jest": "29.4.0",
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"typescript": "4.9.4"
Expand Down
4 changes: 2 additions & 2 deletions examples/grpc-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"@graphql-mesh/cli": "0.82.12",
"@graphql-mesh/grpc": "0.29.1",
"@graphql-mesh/transform-naming-convention": "0.13.6",
"@grpc/grpc-js": "1.8.5",
"@grpc/grpc-js": "1.8.7",
"@grpc/proto-loader": "0.7.4",
"google-protobuf": "3.21.2",
"graphql": "16.6.0"
},
"devDependencies": {
"concurrently": "7.6.0",
"jest": "29.3.1",
"jest": "29.4.0",
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"typescript": "4.9.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/grpc-reflection-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@graphql-mesh/cli": "0.82.12",
"@graphql-mesh/grpc": "0.29.1",
"@graphql-mesh/transform-naming-convention": "0.13.6",
"@grpc/grpc-js": "1.8.5",
"@grpc/grpc-js": "1.8.7",
"@grpc/proto-loader": "0.7.4",
"google-protobuf": "3.21.2",
"graphql": "16.6.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/hello-world-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"graphql": "16.6.0"
},
"devDependencies": {
"jest": "29.3.1",
"jest": "29.4.0",
"ts-node": "10.9.1",
"typescript": "4.9.4"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"graphql": "16.6.0"
},
"devDependencies": {
"jest": "29.3.1"
"jest": "29.4.0"
}
}
2 changes: 1 addition & 1 deletion examples/json-schema-covid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"graphql": "16.6.0"
},
"devDependencies": {
"jest": "29.3.1"
"jest": "29.4.0"
}
}
2 changes: 1 addition & 1 deletion examples/json-schema-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"graphql": "16.6.0"
},
"devDependencies": {
"jest": "29.3.1"
"jest": "29.4.0"
}
}
4 changes: 2 additions & 2 deletions examples/mongoose-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"@graphql-mesh/cli": "0.82.12",
"@graphql-mesh/mongoose": "0.13.4",
"graphql": "16.6.0",
"mongoose": "6.8.4"
"mongoose": "6.9.0"
},
"devDependencies": {
"jest": "29.3.1"
"jest": "29.4.0"
}
}
2 changes: 1 addition & 1 deletion examples/mysql-rfam/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"graphql": "16.6.0"
},
"devDependencies": {
"jest": "29.3.1"
"jest": "29.4.0"
}
}
2 changes: 1 addition & 1 deletion examples/programmatic-batching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"concurrently": "7.6.0",
"jest": "29.3.1",
"jest": "29.4.0",
"ts-node": "10.9.1"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.0",
"@theguild/prettier-config": "1.1.0",
"@types/jest": "29.2.6",
"@types/jest": "29.4.0",
"@types/node": "18.11.18",
"@typescript-eslint/eslint-plugin": "5.49.0",
"@typescript-eslint/parser": "5.49.0",
"babel-jest": "29.3.1",
"babel-jest": "29.4.1",
"bob-the-bundler": "4.1.1",
"eslint": "8.32.0",
"eslint-config-prettier": "8.6.0",
Expand All @@ -67,7 +67,7 @@
"globby": "11.1.0",
"graphql": "16.6.0",
"husky": "8.0.3",
"jest": "29.3.1",
"jest": "29.4.0",
"lint-staged": "13.1.0",
"patch-package": "6.5.1",
"prettier": "2.8.3",
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 @@ -38,7 +38,7 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@apollo/client": "3.7.4"
"@apollo/client": "3.7.5"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/cfw-kv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20221111.1"
"@cloudflare/workers-types": "4.20230115.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@graphql-mesh/string-interpolation": "0.4.2",
"@graphql-mesh/types": "0.89.4",
"@graphql-mesh/utils": "0.43.5",
"ioredis": "5.2.5",
"ioredis": "5.3.0",
"ioredis-mock": "8.2.2",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@graphql-mesh/utils": "0.43.5",
"@graphql-tools/code-file-loader": "7.3.16",
"@graphql-tools/graphql-file-loader": "7.5.14",
"@graphql-tools/load": "7.8.9",
"@graphql-tools/load": "7.8.10",
"@graphql-tools/utils": "9.1.4",
"@whatwg-node/fetch": "^0.6.0",
"camel-case": "4.1.2",
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 @@ -37,10 +37,10 @@
"@graphql-mesh/string-interpolation": "0.4.2",
"@graphql-mesh/types": "0.89.4",
"@graphql-mesh/utils": "0.43.5",
"@graphql-tools/delegate": "9.0.22",
"@graphql-tools/url-loader": "7.17.3",
"@graphql-tools/delegate": "9.0.23",
"@graphql-tools/url-loader": "7.17.4",
"@graphql-tools/utils": "9.1.4",
"@graphql-tools/wrap": "9.3.1",
"@graphql-tools/wrap": "9.3.2",
"lodash.get": "4.4.2",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/handlers/grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"lodash.get": "4.4.2",
"lodash.has": "4.5.2",
"long": "4.0.0",
"protobufjs": "7.1.2",
"protobufjs": "7.2.0",
"tslib": "^2.4.0"
},
"devDependencies": {
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 @@ -42,7 +42,7 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"mongoose": "6.8.4"
"mongoose": "6.9.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/handlers/mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@graphql-mesh/string-interpolation": "0.4.2",
"@graphql-mesh/types": "0.89.4",
"@graphql-mesh/utils": "0.43.5",
"@graphql-tools/delegate": "9.0.22",
"@graphql-tools/delegate": "9.0.23",
"@graphql-tools/utils": "9.1.4",
"graphql-compose": "9.0.10",
"graphql-fields": "2.0.3",
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 @@ -37,7 +37,7 @@
"@graphql-mesh/types": "0.89.4",
"@graphql-mesh/utils": "0.43.5",
"@graphql-tools/utils": "9.1.4",
"@neo4j/graphql": "3.14.2",
"@neo4j/graphql": "3.15.0",
"@neo4j/introspector": "^1.0.1",
"graphql-scalars": "1.20.1",
"neo4j-driver": "5.4.0",
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,11 +37,11 @@
"@graphql-mesh/string-interpolation": "0.4.2",
"@graphql-mesh/types": "0.89.4",
"@graphql-mesh/utils": "0.43.5",
"@graphql-tools/delegate": "9.0.22",
"@graphql-tools/delegate": "9.0.23",
"@graphql-tools/utils": "9.1.4",
"@whatwg-node/fetch": "^0.6.0",
"dataloader": "2.1.0",
"fast-xml-parser": "4.0.14",
"fast-xml-parser": "4.0.15",
"graphql-compose": "9.0.10",
"graphql-parse-resolve-info": "4.13.0",
"graphql-scalars": "1.20.1",
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 @@
"@graphql-mesh/string-interpolation": "0.4.2",
"@graphql-mesh/types": "0.89.4",
"@graphql-mesh/utils": "0.43.5",
"@graphql-tools/delegate": "9.0.22",
"@graphql-tools/delegate": "9.0.23",
"pg": "^8.6.0",
"postgraphile": "4.13.0",
"postgraphile-core": "4.13.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/soap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@graphql-mesh/types": "0.89.4",
"@graphql-mesh/utils": "0.43.5",
"@graphql-tools/utils": "9.1.4",
"fast-xml-parser": "4.0.14",
"fast-xml-parser": "4.0.15",
"graphql-compose": "9.0.10",
"graphql-scalars": "1.20.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mergers/bare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@graphql-mesh/merger-stitching": "0.18.7",
"@graphql-mesh/types": "0.89.4",
"@graphql-mesh/utils": "0.43.5",
"@graphql-tools/schema": "9.0.13",
"@graphql-tools/schema": "9.0.14",
"@graphql-tools/utils": "9.1.4",
"tslib": "^2.4.0"
},
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 @@ -32,14 +32,14 @@
"graphql": "*"
},
"dependencies": {
"@apollo/gateway": "2.2.3",
"@apollo/gateway": "2.3.0",
"@graphql-mesh/cross-helpers": "0.3.1",
"@graphql-mesh/store": "0.9.5",
"@graphql-mesh/types": "0.89.4",
"@graphql-mesh/utils": "0.43.5",
"@graphql-tools/schema": "9.0.13",
"@graphql-tools/schema": "9.0.14",
"@graphql-tools/utils": "9.1.4",
"@graphql-tools/wrap": "9.3.1",
"@graphql-tools/wrap": "9.3.2",
"tslib": "^2.4.0"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/mergers/stitching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"@graphql-mesh/store": "0.9.5",
"@graphql-mesh/types": "0.89.4",
"@graphql-mesh/utils": "0.43.5",
"@graphql-tools/delegate": "9.0.22",
"@graphql-tools/schema": "9.0.13",
"@graphql-tools/stitch": "8.7.36",
"@graphql-tools/stitching-directives": "2.3.25",
"@graphql-tools/delegate": "9.0.23",
"@graphql-tools/schema": "9.0.14",
"@graphql-tools/stitch": "8.7.37",
"@graphql-tools/stitching-directives": "2.3.26",
"@graphql-tools/utils": "9.1.4",
"tslib": "^2.4.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@graphql-mesh/string-interpolation": "0.4.2",
"@graphql-mesh/types": "0.89.4",
"@graphql-mesh/utils": "0.43.5",
"@graphql-tools/mock": "8.7.15",
"@graphql-tools/schema": "9.0.13",
"@graphql-tools/mock": "8.7.16",
"@graphql-tools/schema": "9.0.14",
"@graphql-tools/utils": "9.1.4",
"faker": "5.5.3",
"graphql-scalars": "1.20.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@
"@graphql-mesh/string-interpolation": "0.4.2",
"@graphql-mesh/types": "0.89.4",
"@graphql-mesh/utils": "0.43.5",
"@graphql-tools/batch-delegate": "8.4.15",
"@graphql-tools/batch-delegate": "8.4.16",
"@graphql-tools/batch-execute": "8.5.15",
"@graphql-tools/delegate": "9.0.22",
"@graphql-tools/delegate": "9.0.23",
"@graphql-tools/utils": "9.1.4",
"@graphql-tools/wrap": "9.3.1",
"@graphql-tools/wrap": "9.3.2",
"@whatwg-node/fetch": "^0.6.0",
"tslib": "^2.4.0"
},
"devDependencies": {
"@graphql-tools/schema": "9.0.13"
"@graphql-tools/schema": "9.0.14"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/transforms/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@graphql-mesh/types": "0.89.4",
"@graphql-mesh/utils": "0.43.5",
"@graphql-tools/resolvers-composition": "6.5.15",
"@graphql-tools/schema": "9.0.13",
"@graphql-tools/schema": "9.0.14",
"@graphql-tools/utils": "9.1.4",
"dayjs": "1.11.7",
"tslib": "^2.4.0"
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 @@ -34,13 +34,13 @@
"dependencies": {
"@graphql-mesh/types": "0.89.4",
"@graphql-mesh/utils": "0.43.5",
"@graphql-tools/delegate": "9.0.22",
"@graphql-tools/delegate": "9.0.23",
"@graphql-tools/utils": "9.1.4",
"@graphql-tools/wrap": "9.3.1",
"@graphql-tools/wrap": "9.3.2",
"tslib": "^2.4.0"
},
"devDependencies": {
"@graphql-tools/schema": "9.0.13"
"@graphql-tools/schema": "9.0.14"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit 85fd55b

Please sign in to comment.