Skip to content

Commit a34bb4d

Browse files
renovate[bot]github-actions[bot]ardatan
authored
fix(deps): update all non-major dependencies (#8702)
* fix(deps): update all non-major dependencies * chore(dependencies): updated changesets for modified dependencies * Lockfile * Update integration tests --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
1 parent d07a448 commit a34bb4d

File tree

39 files changed

+453
-565
lines changed

39 files changed

+453
-565
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@graphql-mesh/transport-grpc": patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`@grpc/proto-loader@^0.8.0` ↗︎](https://www.npmjs.com/package/@grpc/proto-loader/v/0.8.0) (from `^0.7.8`, in `dependencies`)

e2e/grpc-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@graphql-hive/gateway": "^1.8.0",
77
"@graphql-mesh/compose-cli": "workspace:*",
88
"@grpc/grpc-js": "^1.12.2",
9-
"@grpc/proto-loader": "^0.7.13",
9+
"@grpc/proto-loader": "^0.8.0",
1010
"@omnigraph/grpc": "workspace:*",
1111
"graphql": "16.11.0"
1212
}

e2e/grpc-multiple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@graphql-hive/gateway": "^1.8.0",
77
"@graphql-mesh/compose-cli": "workspace:*",
88
"@grpc/grpc-js": "^1.12.2",
9-
"@grpc/proto-loader": "^0.7.13",
9+
"@grpc/proto-loader": "^0.8.0",
1010
"@grpc/reflection": "^1.0.4",
1111
"@omnigraph/grpc": "workspace:*",
1212
"graphql": "16.11.0"

examples/cloudflare-workers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"graphql": "16.11.0"
1010
},
1111
"devDependencies": {
12-
"wrangler": "4.25.0"
12+
"wrangler": "4.28.1"
1313
}
1414
}

examples/fastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dependencies": {
99
"@graphql-mesh/cli": "0.100.9",
1010
"@graphql-mesh/graphql": "0.104.8",
11-
"@types/node": "22.16.4",
11+
"@types/node": "22.17.0",
1212
"fastify": "5.4.0",
1313
"graphql": "16.11.0",
1414
"ts-node": "^10.9.2",

examples/gcp-functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@google-cloud/functions-framework": "4.0.0",
1515
"@graphql-mesh/cli": "0.100.9",
1616
"@graphql-mesh/json-schema": "0.109.9",
17-
"@types/node": "22.16.4",
17+
"@types/node": "22.17.0",
1818
"graphql": "16.11.0",
1919
"typescript": "^5.4.2"
2020
}

examples/graphql-file-upload-example/frontend/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,24 @@
88
"test": "react-scripts test"
99
},
1010
"dependencies": {
11-
"@apollo/client": "3.13.8",
12-
"@testing-library/dom": "10.4.0",
13-
"@testing-library/jest-dom": "6.6.3",
11+
"@apollo/client": "3.13.9",
12+
"@testing-library/dom": "10.4.1",
13+
"@testing-library/jest-dom": "6.6.4",
1414
"@testing-library/react": "16.3.0",
1515
"@testing-library/user-event": "14.6.1",
1616
"apollo-upload-client": "18.0.1",
1717
"graphql": "16.11.0",
18-
"react": "19.1.0",
19-
"react-dom": "19.1.0",
18+
"react": "19.1.1",
19+
"react-dom": "19.1.1",
2020
"react-scripts": "5.0.1",
21-
"web-vitals": "5.0.3"
21+
"web-vitals": "5.1.0"
2222
},
2323
"devDependencies": {
2424
"@types/apollo-upload-client": "18.0.0",
2525
"@types/jest": "29.5.14",
26-
"@types/node": "22.16.4",
27-
"@types/react": "19.1.8",
28-
"@types/react-dom": "19.1.6",
26+
"@types/node": "22.17.0",
27+
"@types/react": "19.1.9",
28+
"@types/react-dom": "19.1.7",
2929
"typescript": "^5.4.2"
3030
},
3131
"browserslist": {

examples/graphql-file-upload-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"sharp": "0.34.3"
1717
},
1818
"devDependencies": {
19-
"@types/node": "22.16.4",
19+
"@types/node": "22.17.0",
2020
"jest": "29.7.0",
21-
"ts-jest": "29.4.0",
21+
"ts-jest": "29.4.1",
2222
"ts-node": "^10.9.2",
2323
"typescript": "^5.4.2"
2424
}

examples/grpc-example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"@graphql-mesh/grpc": "0.108.9",
1515
"@graphql-mesh/transform-naming-convention": "0.105.9",
1616
"@grpc/grpc-js": "1.13.4",
17-
"@grpc/proto-loader": "0.7.15",
17+
"@grpc/proto-loader": "0.8.0",
1818
"google-protobuf": "3.21.4",
1919
"graphql": "16.11.0"
2020
},
2121
"devDependencies": {
22-
"@types/node": "22.16.4",
22+
"@types/node": "22.17.0",
2323
"concurrently": "9.2.0",
2424
"jest": "29.7.0",
25-
"ts-jest": "29.4.0",
25+
"ts-jest": "29.4.1",
2626
"ts-node": "^10.9.2",
2727
"typescript": "^5.4.2"
2828
}

examples/grpc-reflection-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"@graphql-mesh/grpc": "0.108.9",
1515
"@graphql-mesh/transform-naming-convention": "0.105.9",
1616
"@grpc/grpc-js": "1.13.4",
17-
"@grpc/proto-loader": "0.7.15",
17+
"@grpc/proto-loader": "0.8.0",
1818
"google-protobuf": "3.21.4",
1919
"graphql": "16.11.0",
2020
"grpc-node-server-reflection": "1.0.2"
2121
},
2222
"devDependencies": {
23-
"@types/node": "22.16.4",
23+
"@types/node": "22.17.0",
2424
"concurrently": "9.2.0",
2525
"ts-node": "^10.9.2",
2626
"typescript": "^5.4.2"

0 commit comments

Comments
 (0)