Skip to content

Commit cb69bde

Browse files
fix(deps): update dependency graphql to v16.12.0 (#2421)
* fix(deps): update dependency graphql to v16.12.0 * .. --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
1 parent e07c360 commit cb69bde

56 files changed

Lines changed: 590 additions & 556 deletions

File tree

Some content is hidden

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

.changeset/tall-cougars-fix.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@envelop/extended-validation': patch
3+
---
4+
5+
Align oneOf error messages with the original implementation

benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"@graphql-tools/schema": "10.0.31",
1616
"faker": "5.5.3",
1717
"fastify": "5.7.4",
18-
"graphql": "16.10.0"
18+
"graphql": "16.12.0"
1919
}
2020
}

examples/apollo-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@apollo/server-gateway-interface": "^1.1.1",
1414
"@envelop/core": "workspace:^",
1515
"@graphql-tools/schema": "10.0.31",
16-
"graphql": "16.10.0"
16+
"graphql": "16.12.0"
1717
},
1818
"devDependencies": {
1919
"@types/node": "24.10.13",

examples/azure-functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@envelop/core": "workspace:^",
1313
"@graphql-tools/schema": "10.0.31",
14-
"graphql": "16.8.1",
14+
"graphql": "16.12.0",
1515
"graphql-helix": "1.13.0"
1616
},
1717
"devDependencies": {

examples/cloudflare-workers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@envelop/core": "workspace:^",
1313
"@graphql-tools/schema": "10.0.31",
14-
"graphql": "16.8.1",
14+
"graphql": "16.12.0",
1515
"graphql-helix": "1.13.0",
1616
"tslib": "2.8.1",
1717
"worktop": "0.7.3"

examples/express-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@graphql-tools/schema": "10.0.31",
1414
"express": "5.2.1",
1515
"express-graphql": "0.12.0",
16-
"graphql": "16.8.1",
16+
"graphql": "16.12.0",
1717
"tslib": "2.8.1"
1818
},
1919
"devDependencies": {

examples/google-cloud-functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@graphql-tools/schema": "10.0.31",
1919
"firebase-admin": "13.6.1",
2020
"firebase-functions": "7.0.5",
21-
"graphql": "16.8.1",
21+
"graphql": "16.12.0",
2222
"graphql-helix": "1.13.0"
2323
},
2424
"devDependencies": {

examples/graphql-helix-auth0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@envelop/core": "workspace:^",
1414
"@graphql-tools/schema": "10.0.31",
1515
"fastify": "5.7.4",
16-
"graphql": "16.8.1",
16+
"graphql": "16.12.0",
1717
"graphql-helix": "1.13.0"
1818
},
1919
"devDependencies": {

examples/graphql-helix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@envelop/core": "workspace:^",
1313
"@graphql-tools/schema": "10.0.31",
1414
"fastify": "5.7.4",
15-
"graphql": "16.8.1",
15+
"graphql": "16.12.0",
1616
"graphql-helix": "1.13.0"
1717
},
1818
"devDependencies": {

examples/graphql-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@envelop/core": "workspace:^",
1313
"@graphql-tools/schema": "10.0.31",
14-
"graphql": "16.8.1",
14+
"graphql": "16.12.0",
1515
"graphql-http": "^1.18.0"
1616
},
1717
"devDependencies": {

0 commit comments

Comments
 (0)