Skip to content

Commit 6cc87c6

Browse files
renovate[bot]theguild-botardatangithub-actions[bot]
authored
fix(deps): update all graphql-mesh dependencies (#697)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: theguild-bot <[email protected]> Co-authored-by: Arda TANRIKULU <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ea716ff commit 6cc87c6

File tree

81 files changed

+2197
-924
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+2197
-924
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'@graphql-hive/logger-json': patch
3+
---
4+
5+
dependencies updates:
6+
7+
- Updated dependency [`@graphql-mesh/types@^0.103.18` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/0.103.18) (from `^0.103.16`, in `dependencies`)
8+
- Updated dependency [`@graphql-mesh/utils@^0.103.18` ↗︎](https://www.npmjs.com/package/@graphql-mesh/utils/v/0.103.18) (from `^0.103.16`, in `dependencies`)

e2e/apq-subgraphs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"devDependencies": {
55
"@apollo/server": "^4.11.2",
6-
"@graphql-mesh/compose-cli": "^1.2.13",
6+
"@graphql-mesh/compose-cli": "^1.3.12",
77
"graphql": "^16.9.0",
88
"tslib": "^2.8.1"
99
}

e2e/auto-type-merging/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@e2e/auto-type-merging",
33
"private": true,
44
"devDependencies": {
5-
"@graphql-mesh/compose-cli": "^1.2.13",
6-
"@omnigraph/openapi": "^0.108.6",
5+
"@graphql-mesh/compose-cli": "^1.3.12",
6+
"@omnigraph/openapi": "^0.108.22",
77
"graphql": "^16.9.0",
88
"graphql-yoga": "^5.12.0",
99
"tslib": "^2.8.1"

e2e/config-syntax-error/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@e2e/config-syntax-error",
33
"private": true,
44
"dependencies": {
5-
"@graphql-mesh/compose-cli": "^1.2.13",
5+
"@graphql-mesh/compose-cli": "^1.3.12",
66
"@graphql-tools/utils": "^10.7.2",
77
"graphql": "^16.9.0",
88
"tslib": "^2.8.1"

e2e/extra-fields/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@e2e/extra-fields",
33
"private": true,
44
"dependencies": {
5-
"@graphql-mesh/compose-cli": "^1.2.13",
5+
"@graphql-mesh/compose-cli": "^1.3.12",
66
"graphql": "^16.9.0",
77
"graphql-yoga": "^5.12.0",
88
"tslib": "^2.8.1"

e2e/federation-mixed/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@e2e/federation-mixed",
33
"private": true,
44
"dependencies": {
5-
"@graphql-mesh/compose-cli": "^1.2.13",
6-
"@omnigraph/openapi": "^0.108.6",
5+
"@graphql-mesh/compose-cli": "^1.3.12",
6+
"@omnigraph/openapi": "^0.108.22",
77
"graphql": "^16.9.0",
88
"tslib": "^2.8.1"
99
},

e2e/file-upload/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@e2e/file-upload",
33
"private": true,
44
"dependencies": {
5-
"@graphql-mesh/compose-cli": "^1.2.13",
5+
"@graphql-mesh/compose-cli": "^1.3.12",
66
"graphql": "^16.9.0",
77
"tslib": "^2.8.1"
88
}

e2e/hmac-auth-https/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"@apollo/server": "^4.10.3",
1010
"@apollo/subgraph": "^2.9.3",
1111
"@graphql-hive/gateway": "workspace:^",
12-
"@graphql-mesh/compose-cli": "^1.3.3",
12+
"@graphql-mesh/compose-cli": "^1.3.12",
1313
"@graphql-mesh/hmac-upstream-signature": "workspace:^",
14-
"@graphql-mesh/plugin-jwt-auth": "^1.4.0",
14+
"@graphql-mesh/plugin-jwt-auth": "^1.4.8",
1515
"graphql": "^16.10.0",
1616
"graphql-yoga": "^5.12.0"
1717
}

e2e/hoist-and-prefix-transform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@e2e/hoist-and-prefix-transform",
33
"private": true,
44
"dependencies": {
5-
"@graphql-mesh/compose-cli": "^1.2.13",
5+
"@graphql-mesh/compose-cli": "^1.3.12",
66
"graphql": "^16.9.0",
77
"tslib": "^2.8.1"
88
}

e2e/interface-additional-resolvers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@e2e/interface-additional-resolvers",
33
"private": true,
44
"dependencies": {
5-
"@graphql-mesh/compose-cli": "^1.2.13",
5+
"@graphql-mesh/compose-cli": "^1.3.12",
66
"graphql": "^16.9.0",
77
"graphql-yoga": "^5.12.0",
88
"tslib": "^2.8.1"

0 commit comments

Comments
 (0)