Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#4215)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* Fix

* Update fetch

* Patch undici

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Arda TANRIKULU <[email protected]>
  • Loading branch information
renovate[bot] and ardatan authored Aug 3, 2022
1 parent f95036a commit fd137f6
Show file tree
Hide file tree
Showing 62 changed files with 730 additions and 818 deletions.
4 changes: 2 additions & 2 deletions examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"@graphql-mesh/json-schema": "0.30.5",
"@graphql-mesh/cache-cfw-kv": "0.0.8",
"@graphql-mesh/plugin-response-cache": "0.1.9",
"@graphql-yoga/common": "2.12.3",
"@graphql-yoga/common": "2.12.4",
"graphql": "16.5.0"
},
"devDependencies": {
"wrangler": "2.0.22"
"wrangler": "2.0.24"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-file-upload-example/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.3.0",
"@testing-library/user-event": "14.3.0",
"@testing-library/user-event": "14.4.1",
"@apollo/client": "3.6.9",
"apollo-upload-client": "17.0.0",
"graphql": "16.5.0",
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 @@ -11,7 +11,7 @@
"@graphql-mesh/cli": "0.75.4",
"@graphql-mesh/graphql": "0.29.6",
"concurrently": "5.3.0",
"@graphql-yoga/node": "2.13.4",
"@graphql-yoga/node": "2.13.5",
"sharp": "0.30.7",
"graphql": "16.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/grpc-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@graphql-mesh/grpc": "0.24.17",
"@graphql-mesh/transform-naming-convention": "0.10.62",
"@grpc/proto-loader": "0.7.0",
"google-protobuf": "3.20.1",
"google-protobuf": "3.21.0",
"graphql": "16.5.0",
"@grpc/grpc-js": "1.6.8"
},
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/grpc": "0.24.17",
"@graphql-mesh/transform-naming-convention": "0.10.62",
"@grpc/proto-loader": "0.7.0",
"google-protobuf": "3.20.1",
"google-protobuf": "3.21.0",
"graphql": "16.5.0",
"grpc-node-server-reflection": "1.0.2",
"@grpc/grpc-js": "1.6.8"
Expand Down
2 changes: 1 addition & 1 deletion examples/json-schema-subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"graphql": "16.5.0",
"body-parser": "1.20.0",
"express": "4.18.1",
"@whatwg-node/fetch": "0.0.2"
"@whatwg-node/fetch": "0.2.7"
},
"devDependencies": {
"concurrently": "5.3.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/mongoose-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@graphql-mesh/cli": "0.75.4",
"@graphql-mesh/mongoose": "0.10.75",
"graphql": "16.5.0",
"mongoose": "6.4.6"
"mongoose": "6.5.0"
},
"devDependencies": {
"jest": "28.1.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-react-weatherbit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@types/react-dom": "18.0.6",
"@vitejs/plugin-react": "2.0.0",
"typescript": "4.7.4",
"vite": "3.0.3"
"vite": "3.0.4"
},
"scripts": {
"build:mesh": "yarn mesh build",
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"graphql": "16.5.0",
"body-parser": "1.20.0",
"express": "4.18.1",
"@whatwg-node/fetch": "0.0.2"
"@whatwg-node/fetch": "0.2.7"
}
}
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": "14.18.22",
"@types/node": "14.18.23",
"ts-node": "10.9.1",
"typescript": "4.7.4",
"cross-env": "7.0.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/spacex-cfw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"graphql": "16.5.0"
},
"devDependencies": {
"wrangler": "2.0.22"
"wrangler": "2.0.24"
}
}
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@
},
"devDependencies": {
"@ardatan/graphql-to-config-schema": "0.1.25",
"@babel/core": "7.18.9",
"@babel/core": "7.18.10",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/preset-env": "7.18.9",
"@babel/preset-env": "7.18.10",
"@babel/preset-typescript": "7.18.6",
"@changesets/cli": "2.21.1",
"@theguild/prettier-config": "0.0.2",
"@types/jest": "28.1.6",
"@types/node": "16.11.45",
"@typescript-eslint/eslint-plugin": "5.30.7",
"@typescript-eslint/parser": "5.30.7",
"@types/node": "16.11.47",
"@typescript-eslint/eslint-plugin": "5.32.0",
"@typescript-eslint/parser": "5.32.0",
"babel-jest": "28.1.3",
"bob-the-bundler": "1.7.3",
"eslint": "8.20.0",
"eslint": "8.21.0",
"eslint-config-prettier": "8.5.0",
"eslint-config-standard": "17.0.0",
"eslint-plugin-import": "2.26.0",
Expand Down Expand Up @@ -89,6 +89,7 @@
},
"resolutions": {
"graphql": "16.5.0",
"@changesets/apply-release-plan": "6.0.0"
"@changesets/apply-release-plan": "6.0.0",
"undici": "5.8.0"
}
}
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.8.0",
"@graphql-tools/utils": "8.9.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 @@ -44,7 +44,7 @@
"cosmiconfig": "7.0.1",
"@graphql-codegen/core": "2.6.0",
"@graphql-codegen/typescript": "2.7.2",
"@graphql-codegen/typescript-generic-sdk": "2.4.2",
"@graphql-codegen/typescript-generic-sdk": "2.5.0",
"@graphql-codegen/typescript-operations": "2.5.2",
"@graphql-codegen/typed-document-node": "2.3.2",
"@graphql-mesh/config": "5.1.4",
Expand All @@ -54,11 +54,11 @@
"@graphql-mesh/utils": "0.37.6",
"@graphql-mesh/store": "0.8.25",
"@graphql-mesh/types": "0.78.5",
"@graphql-tools/code-file-loader": "7.3.0",
"@graphql-tools/utils": "8.8.0",
"@graphql-tools/load": "7.7.0",
"@graphql-tools/graphql-file-loader": "7.4.0",
"@graphql-tools/wrap": "8.5.0",
"@graphql-tools/code-file-loader": "7.3.1",
"@graphql-tools/utils": "8.9.0",
"@graphql-tools/load": "7.7.1",
"@graphql-tools/graphql-file-loader": "7.5.0",
"@graphql-tools/wrap": "8.5.1",
"@graphql-yoga/node": "^2.4.0",
"cookie-parser": "1.4.6",
"cors": "2.8.5",
Expand Down
12 changes: 6 additions & 6 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
"@graphql-mesh/types": "0.78.5",
"@graphql-mesh/store": "0.8.25",
"@graphql-mesh/utils": "0.37.6",
"@graphql-tools/utils": "8.8.0",
"@graphql-tools/load": "7.7.0",
"@graphql-tools/code-file-loader": "7.3.0",
"@graphql-tools/graphql-file-loader": "7.4.0",
"@whatwg-node/fetch": "^0.0.2",
"@graphql-tools/utils": "8.9.0",
"@graphql-tools/load": "7.7.1",
"@graphql-tools/code-file-loader": "7.3.1",
"@graphql-tools/graphql-file-loader": "7.5.0",
"@whatwg-node/fetch": "^0.2.7",
"fetchache": "0.1.2",
"param-case": "3.0.4",
"@envelop/core": "2.4.0",
"@envelop/core": "2.4.1",
"tslib": "^2.4.0",
"pascal-case": "3.1.2",
"camel-case": "4.1.2"
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.8.0",
"@graphql-tools/utils": "8.9.0",
"react-native-fs": "2.20.0",
"react-native-path": "0.0.5",
"path-browserify": "1.0.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/handlers/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"@graphql-mesh/string-interpolation": "0.3.0",
"@graphql-mesh/utils": "0.37.6",
"@graphql-mesh/types": "0.78.5",
"@graphql-tools/url-loader": "7.13.0",
"@graphql-tools/wrap": "8.5.0",
"@graphql-tools/delegate": "8.8.0",
"@graphql-tools/utils": "8.8.0",
"@graphql-tools/url-loader": "7.13.3",
"@graphql-tools/wrap": "8.5.1",
"@graphql-tools/delegate": "8.8.1",
"@graphql-tools/utils": "8.9.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.37.6",
"@graphql-mesh/store": "0.8.25",
"@graphql-mesh/string-interpolation": "0.3.0",
"@graphql-tools/utils": "8.8.0",
"@graphql-tools/utils": "8.9.0",
"@graphql-mesh/cross-helpers": "0.2.0",
"graphql-compose": "9.0.8",
"@omnigraph/json-schema": "0.24.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/handlers/mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"mongoose": "*"
},
"devDependencies": {
"mongoose": "6.4.6"
"mongoose": "6.5.0"
},
"dependencies": {
"@graphql-mesh/types": "0.78.5",
Expand All @@ -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.0",
"@graphql-tools/stitching-directives": "2.3.1",
"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.17.0",
"tslib": "^2.4.0",
"@graphql-tools/utils": "8.8.0",
"@graphql-tools/delegate": "8.8.0"
"@graphql-tools/utils": "8.9.0",
"@graphql-tools/delegate": "8.8.1"
},
"devDependencies": {
"@types/graphql-fields": "1.3.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/handlers/neo4j/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
},
"dependencies": {
"@neo4j/introspector": "^1.0.1",
"@neo4j/graphql": "3.6.0",
"@neo4j/graphql": "3.6.1",
"@graphql-mesh/cross-helpers": "0.2.0",
"@graphql-mesh/store": "0.8.25",
"@graphql-mesh/utils": "0.37.6",
"@graphql-mesh/types": "0.78.5",
"neo4j-driver": "4.4.6",
"neo4j-driver": "4.4.7",
"tslib": "^2.4.0",
"@graphql-tools/utils": "8.8.0"
"@graphql-tools/utils": "8.9.0"
},
"publishConfig": {
"access": "public",
Expand Down
6 changes: 3 additions & 3 deletions packages/handlers/odata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"@graphql-mesh/store": "0.8.25",
"@graphql-mesh/string-interpolation": "0.3.0",
"@graphql-mesh/utils": "0.37.6",
"@graphql-tools/utils": "8.8.0",
"@graphql-tools/utils": "8.9.0",
"http-string-parser": "0.0.6",
"@whatwg-node/fetch": "^0.0.2",
"@whatwg-node/fetch": "^0.2.7",
"dataloader": "2.1.0",
"fast-xml-parser": "4.0.9",
"graphql-compose": "9.0.8",
Expand All @@ -48,7 +48,7 @@
"pascal-case": "3.1.2",
"url-join": "4.0.1",
"tslib": "^2.4.0",
"@graphql-tools/delegate": "8.8.0"
"@graphql-tools/delegate": "8.8.1"
},
"publishConfig": {
"access": "public",
Expand Down
6 changes: 3 additions & 3 deletions packages/handlers/openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"@graphql-mesh/store": "0.8.25",
"@graphql-mesh/string-interpolation": "0.3.0",
"@graphql-mesh/utils": "0.37.6",
"@graphql-tools/utils": "8.8.0",
"@whatwg-node/fetch": "^0.0.2",
"@graphql-tools/utils": "8.9.0",
"@whatwg-node/fetch": "^0.2.7",
"deep-equal": "2.0.5",
"form-urlencoded": "6.0.7",
"form-urlencoded": "6.1.0",
"jsonpath-plus": "7.0.0",
"json-pointer": "0.6.2",
"openapi-diff": "0.23.5",
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": "8.8.0"
"@graphql-tools/delegate": "8.8.1"
},
"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.78.5",
"@graphql-mesh/store": "0.8.25",
"@graphql-mesh/utils": "0.37.6",
"@graphql-tools/utils": "8.8.0",
"@graphql-tools/utils": "8.9.0",
"graphql-scalars": "1.17.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.25",
"@graphql-mesh/string-interpolation": "0.3.0",
"@graphql-mesh/utils": "0.37.6",
"@graphql-tools/utils": "8.8.0",
"@graphql-tools/utils": "8.9.0",
"graphql-scalars": "1.17.0",
"url-join": "4.0.1",
"thrift": "0.16.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.8.0",
"@graphql-tools/utils": "8.9.0",
"graphql-jit": "0.7.4",
"@graphql-mesh/utils": "0.37.6",
"@graphql-mesh/types": "0.78.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/json-machete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
},
"dependencies": {
"@json-schema-tools/meta-schema": "1.6.19",
"@whatwg-node/fetch": "^0.0.2",
"@whatwg-node/fetch": "^0.2.7",
"json-pointer": "0.6.2",
"@graphql-mesh/utils": "0.37.6",
"@graphql-mesh/cross-helpers": "0.2.0",
"@graphql-tools/utils": "8.8.0",
"@graphql-tools/utils": "8.9.0",
"url-join": "4.0.1",
"to-json-schema": "0.2.5",
"tslib": "^2.4.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/json-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"@types/qs": "6.9.7"
},
"dependencies": {
"@whatwg-node/fetch": "^0.0.2",
"@whatwg-node/fetch": "^0.2.7",
"json-machete": "0.10.5",
"@graphql-mesh/types": "0.78.5",
"@graphql-mesh/string-interpolation": "0.3.0",
"@graphql-mesh/utils": "0.37.6",
"@graphql-tools/utils": "8.8.0",
"@graphql-tools/utils": "8.9.0",
"to-json-schema": "0.2.5",
"graphql-compose": "9.0.8",
"graphql-scalars": "1.17.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@whatwg-node/fetch": "^0.2.6"
"@whatwg-node/fetch": "^0.2.7"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/raml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
"graphql": "*"
},
"dependencies": {
"@whatwg-node/fetch": "^0.0.2",
"@whatwg-node/fetch": "^0.2.7",
"@omnigraph/json-schema": "0.24.5",
"@ardatan/raml-1-parser": "1.1.69",
"json-machete": "0.10.5",
"to-json-schema": "0.2.5",
"@graphql-mesh/cross-helpers": "0.2.0",
"@graphql-mesh/utils": "0.37.6",
"@graphql-mesh/string-interpolation": "0.3.0",
"@graphql-tools/utils": "8.8.0",
"@graphql-tools/utils": "8.9.0",
"tslib": "^2.4.0",
"change-case": "4.1.2"
},
Expand Down
Loading

1 comment on commit fd137f6

@vercel
Copy link

@vercel vercel bot commented on fd137f6 Aug 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.