Skip to content

Commit a415950

Browse files
chore(deps): update dependency graphql to v16.12.0 (#1400)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [graphql](https://redirect.github.com/graphql/graphql-js) | devDependencies | minor | [`16.11.0` -> `16.12.0`](https://renovatebot.com/diffs/npm/graphql/16.11.0/16.12.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/graphql/graphql-js/badge)](https://securityscorecards.dev/viewer/?uri=github.com/graphql/graphql-js) | | [graphql](https://redirect.github.com/graphql/graphql-js) | dependencies | minor | [`16.11.0` -> `16.12.0`](https://renovatebot.com/diffs/npm/graphql/16.11.0/16.12.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/graphql/graphql-js/badge)](https://securityscorecards.dev/viewer/?uri=github.com/graphql/graphql-js) | --- ### Release Notes <details> <summary>graphql/graphql-js (graphql)</summary> ### [`v16.12.0`](https://redirect.github.com/graphql/graphql-js/releases/tag/v16.12.0): 16.12.0 [Compare Source](https://redirect.github.com/graphql/graphql-js/compare/v16.11.0...v16.12.0) #### v16.12.0 (2025-11-01) ##### New Feature 🚀 - [#&#8203;4482](https://redirect.github.com/graphql/graphql-js/pull/4482) Implement changes for executable descriptions ([@&#8203;JoviDeCroock](https://redirect.github.com/JoviDeCroock)) - [#&#8203;4493](https://redirect.github.com/graphql/graphql-js/pull/4493) Backport schema coordinates ([@&#8203;JoviDeCroock](https://redirect.github.com/JoviDeCroock)) ##### Bug Fix 🐞 - [#&#8203;4392](https://redirect.github.com/graphql/graphql-js/pull/4392) Catch unhandled exception in abstract resolution ([@&#8203;JoviDeCroock](https://redirect.github.com/JoviDeCroock)) ##### Docs 📝 <details> <summary> 28 PRs were merged </summary> - [#&#8203;4374](https://redirect.github.com/graphql/graphql-js/pull/4374) docs: testing graphQL servers ([@&#8203;sarahxsanders](https://redirect.github.com/sarahxsanders)) - [#&#8203;4376](https://redirect.github.com/graphql/graphql-js/pull/4376) docs: type generation for graphql servers ([@&#8203;sarahxsanders](https://redirect.github.com/sarahxsanders)) - [#&#8203;4380](https://redirect.github.com/graphql/graphql-js/pull/4380) docs: add guides for custom scalars ([@&#8203;sarahxsanders](https://redirect.github.com/sarahxsanders)) - [#&#8203;4381](https://redirect.github.com/graphql/graphql-js/pull/4381) docs: anatomy of a resolver ([@&#8203;sarahxsanders](https://redirect.github.com/sarahxsanders)) - [#&#8203;4382](https://redirect.github.com/graphql/graphql-js/pull/4382) docs: understanding graphql errors ([@&#8203;sarahxsanders](https://redirect.github.com/sarahxsanders)) - [#&#8203;4383](https://redirect.github.com/graphql/graphql-js/pull/4383) docs: N+1 problem and DataLoader ([@&#8203;sarahxsanders](https://redirect.github.com/sarahxsanders)) - [#&#8203;4391](https://redirect.github.com/graphql/graphql-js/pull/4391) docs: cursor-based pagination guide ([@&#8203;sarahxsanders](https://redirect.github.com/sarahxsanders)) - [#&#8203;4393](https://redirect.github.com/graphql/graphql-js/pull/4393) docs: add page on abstract types ([@&#8203;sarahxsanders](https://redirect.github.com/sarahxsanders)) - [#&#8203;4394](https://redirect.github.com/graphql/graphql-js/pull/4394) docs: editorial on abstract types page ([@&#8203;benjie](https://redirect.github.com/benjie)) - [#&#8203;4395](https://redirect.github.com/graphql/graphql-js/pull/4395) docs: editorial for recent documentation updates ([@&#8203;benjie](https://redirect.github.com/benjie)) - [#&#8203;4396](https://redirect.github.com/graphql/graphql-js/pull/4396) docs: add page on authorization strategies ([@&#8203;sarahxsanders](https://redirect.github.com/sarahxsanders)) - [#&#8203;4398](https://redirect.github.com/graphql/graphql-js/pull/4398) docs: update "going to production" guide ([@&#8203;sarahxsanders](https://redirect.github.com/sarahxsanders)) - [#&#8203;4399](https://redirect.github.com/graphql/graphql-js/pull/4399) Update mutations-and-input-types.mdx ([@&#8203;roman-lakhnov](https://redirect.github.com/roman-lakhnov)) - [#&#8203;4400](https://redirect.github.com/graphql/graphql-js/pull/4400) Remove CJS from docs ([@&#8203;JoviDeCroock](https://redirect.github.com/JoviDeCroock)) - [#&#8203;4401](https://redirect.github.com/graphql/graphql-js/pull/4401) docs: add guide on directives ([@&#8203;sarahxsanders](https://redirect.github.com/sarahxsanders)) - [#&#8203;4402](https://redirect.github.com/graphql/graphql-js/pull/4402) docs: add guide for operation complexity controls ([@&#8203;sarahxsanders](https://redirect.github.com/sarahxsanders)) - [#&#8203;4405](https://redirect.github.com/graphql/graphql-js/pull/4405) docs: add guide on nullability ([@&#8203;sarahxsanders](https://redirect.github.com/sarahxsanders)) - [#&#8203;4406](https://redirect.github.com/graphql/graphql-js/pull/4406) docs: add guide on subscriptions ([@&#8203;sarahxsanders](https://redirect.github.com/sarahxsanders)) - [#&#8203;4411](https://redirect.github.com/graphql/graphql-js/pull/4411) docs: add guide on caching strategies ([@&#8203;sarahxsanders](https://redirect.github.com/sarahxsanders)) - [#&#8203;4414](https://redirect.github.com/graphql/graphql-js/pull/4414) docs: guide on scaling your API ([@&#8203;sarahxsanders](https://redirect.github.com/sarahxsanders)) - [#&#8203;4416](https://redirect.github.com/graphql/graphql-js/pull/4416) Editorial for [#&#8203;4405](https://redirect.github.com/graphql/graphql-js/issues/4405) (nullability) ([@&#8203;benjie](https://redirect.github.com/benjie)) - [#&#8203;4417](https://redirect.github.com/graphql/graphql-js/pull/4417) Indicate that field arguments should always be preferred over directives ([@&#8203;benjie](https://redirect.github.com/benjie)) - [#&#8203;4418](https://redirect.github.com/graphql/graphql-js/pull/4418) docs: trusted documents ([@&#8203;benjie](https://redirect.github.com/benjie)) - [#&#8203;4419](https://redirect.github.com/graphql/graphql-js/pull/4419) docs: cleanup and fixes ([@&#8203;sarahxsanders](https://redirect.github.com/sarahxsanders)) - [#&#8203;4436](https://redirect.github.com/graphql/graphql-js/pull/4436) Suggestions for federation links ([@&#8203;Urigo](https://redirect.github.com/Urigo)) - [#&#8203;4444](https://redirect.github.com/graphql/graphql-js/pull/4444) Fix navigation ([@&#8203;JoviDeCroock](https://redirect.github.com/JoviDeCroock)) - [#&#8203;4452](https://redirect.github.com/graphql/graphql-js/pull/4452) fix(docs/mutations-and-input-types.mdx): root being inside of SDL ([@&#8203;alesculek](https://redirect.github.com/alesculek)) - [#&#8203;4473](https://redirect.github.com/graphql/graphql-js/pull/4473) docs: remove fourth permutation of the visit API ([@&#8203;janmeier](https://redirect.github.com/janmeier)) </details> ##### Polish 💅 * [#&#8203;4453](https://redirect.github.com/graphql/graphql-js/pull/4453) Remove oneof validation from values of correct type ([@&#8203;JoviDeCroock](https://redirect.github.com/JoviDeCroock)) ##### Internal 🏠 <details> <summary> 3 PRs were merged </summary> - [#&#8203;4390](https://redirect.github.com/graphql/graphql-js/pull/4390) Add the version support policy ([@&#8203;benjie](https://redirect.github.com/benjie)) - [#&#8203;4412](https://redirect.github.com/graphql/graphql-js/pull/4412) internal: use empty merge commit to clean up git diff from 16.x.x ([@&#8203;yaacovCR](https://redirect.github.com/yaacovCR)) - [#&#8203;4479](https://redirect.github.com/graphql/graphql-js/pull/4479) updated location of ModelSim gitignore file ([@&#8203;magicmark](https://redirect.github.com/magicmark)) </details> ##### Committers: 9 * Aleš Culek([@&#8203;alesculek](https://redirect.github.com/alesculek)) * Benjie([@&#8203;benjie](https://redirect.github.com/benjie)) * Jan Aagaard Meier([@&#8203;janmeier](https://redirect.github.com/janmeier)) * Jovi De Croock([@&#8203;JoviDeCroock](https://redirect.github.com/JoviDeCroock)) * Mark Larah([@&#8203;magicmark](https://redirect.github.com/magicmark)) * null([@&#8203;roman-lakhnov](https://redirect.github.com/roman-lakhnov)) * Sarah Sanders([@&#8203;sarahxsanders](https://redirect.github.com/sarahxsanders)) * Uri Goldshtein([@&#8203;Urigo](https://redirect.github.com/Urigo)) * Yaacov Rydzinski ([@&#8203;yaacovCR](https://redirect.github.com/yaacovCR)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Update graphql to v16.12.0 to pick up upstream fixes and minor features. No code changes or migrations required. - **Dependencies** - graphql: 16.11.0 → 16.12.0 (sdk/mcp deps, sdk/portal devDeps); updated bun.lock <sup>Written for commit 4db2629. Summary will update automatically on new commits.</sup> <!-- End of auto-generated description by cubic. --> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b7d1495 commit a415950

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

bun.lock

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"@settlemint/sdk-js": "workspace:*",
147147
"@settlemint/sdk-utils": "workspace:*",
148148
"commander": "14.0.2",
149-
"graphql": "16.11.0",
149+
"graphql": "16.12.0",
150150
"zod": "^4",
151151
"zod-to-json-schema": "^3.23.0",
152152
},
@@ -186,7 +186,7 @@
186186
"zod": "^4",
187187
},
188188
"devDependencies": {
189-
"graphql": "16.11.0",
189+
"graphql": "16.12.0",
190190
"viem": "^2",
191191
},
192192
},
@@ -1007,7 +1007,7 @@
10071007

10081008
"gql.tada": ["gql.tada@1.8.13", "", { "dependencies": { "@0no-co/graphql.web": "^1.0.5", "@0no-co/graphqlsp": "^1.12.13", "@gql.tada/cli-utils": "1.7.1", "@gql.tada/internal": "1.0.8" }, "peerDependencies": { "typescript": "^5.0.0" }, "bin": { "gql-tada": "bin/cli.js", "gql.tada": "bin/cli.js" } }, "sha512-fYoorairdPgxtE7Sf1X9/6bSN9Kt2+PN8KLg3hcF8972qFnawwUgs1OLVU8efZMHwL7EBHhhKBhrsGPlOs2lZQ=="],
10091009

1010-
"graphql": ["graphql@16.11.0", "", {}, "sha512-mS1lbMsxgQj6hge1XZ6p7GPhbrtFwUFYi3wRzXAC/FmYnyXMTvvI3td3rjmQ2u8ewXueaSvRPWaEcgVVOT9Jnw=="],
1010+
"graphql": ["graphql@16.12.0", "", {}, "sha512-DKKrynuQRne0PNpEbzuEdHlYOMksHSUI8Zc9Unei5gTsMNA2/vMpoMz/yKba50pejK56qj98qM0SjYxAKi13gQ=="],
10111011

10121012
"graphql-request": ["graphql-request@7.2.0", "", { "dependencies": { "@graphql-typed-document-node/core": "^3.2.0" }, "peerDependencies": { "graphql": "14 - 16" } }, "sha512-0GR7eQHBFYz372u9lxS16cOtEekFlZYB2qOyq8wDvzRmdRSJ0mgUVX1tzNcIzk3G+4NY+mGtSz411wZdeDF/+A=="],
10131013

@@ -1585,6 +1585,8 @@
15851585

15861586
"zod-to-json-schema": ["zod-to-json-schema@3.24.6", "", { "peerDependencies": { "zod": "^3.24.1" } }, "sha512-h/z3PKvcTcTetyjl1fkj79MHNEjm+HpD6NXheWjzOekY7kV+lwDYnHw+ivHkijnCSMz1yJaWBD9vu/Fcmk+vEg=="],
15871587

1588+
"@0no-co/graphqlsp/graphql": ["graphql@16.11.0", "", {}, "sha512-mS1lbMsxgQj6hge1XZ6p7GPhbrtFwUFYi3wRzXAC/FmYnyXMTvvI3td3rjmQ2u8ewXueaSvRPWaEcgVVOT9Jnw=="],
1589+
15881590
"@arethetypeswrong/cli/commander": ["commander@10.0.1", "", {}, "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug=="],
15891591

15901592
"@arethetypeswrong/cli/semver": ["semver@7.7.2", "", { "bin": { "semver": "bin/semver.js" } }, "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA=="],
@@ -1601,6 +1603,8 @@
16011603

16021604
"@esbuild-kit/esm-loader/get-tsconfig": ["get-tsconfig@4.10.1", "", { "dependencies": { "resolve-pkg-maps": "^1.0.0" } }, "sha512-auHyJ4AgMz7vgS8Hp3N6HXSmlMdUyhSUrfBF16w153rxtLIEOE+HGqaBppczZvnHLqQJfiHotCYpNhl0lUROFQ=="],
16031605

1606+
"@gql.tada/cli-utils/graphql": ["graphql@16.11.0", "", {}, "sha512-mS1lbMsxgQj6hge1XZ6p7GPhbrtFwUFYi3wRzXAC/FmYnyXMTvvI3td3rjmQ2u8ewXueaSvRPWaEcgVVOT9Jnw=="],
1607+
16041608
"@graphql-tools/batch-execute/@graphql-tools/utils": ["@graphql-tools/utils@10.9.1", "", { "dependencies": { "@graphql-typed-document-node/core": "^3.1.1", "@whatwg-node/promise-helpers": "^1.0.0", "cross-inspect": "1.0.1", "dset": "^3.1.4", "tslib": "^2.4.0" }, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "sha512-B1wwkXk9UvU7LCBkPs8513WxOQ2H8Fo5p8HR1+Id9WmYE5+bd51vqN+MbrqvWczHCH2gwkREgHJN88tE0n1FCw=="],
16051609

16061610
"@graphql-tools/delegate/@graphql-tools/schema": ["@graphql-tools/schema@10.0.25", "", { "dependencies": { "@graphql-tools/merge": "^9.1.1", "@graphql-tools/utils": "^10.9.1", "tslib": "^2.4.0" }, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "sha512-/PqE8US8kdQ7lB9M5+jlW8AyVjRGCKU7TSktuW3WNKSKmDO0MK1wakvb5gGdyT49MjAIb4a3LWxIpwo5VygZuw=="],

sdk/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@settlemint/sdk-js": "workspace:*",
4848
"@settlemint/sdk-utils": "workspace:*",
4949
"commander": "14.0.2",
50-
"graphql": "16.11.0",
50+
"graphql": "16.12.0",
5151
"zod": "^4",
5252
"zod-to-json-schema": "^3.23.0"
5353
},

sdk/portal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"docs": "typedoc --options '../../typedoc.config.mjs' --entryPoints src/portal.ts --out ./docs"
5454
},
5555
"devDependencies": {
56-
"graphql": "16.11.0",
56+
"graphql": "16.12.0",
5757
"viem": "^2"
5858
},
5959
"dependencies": {

0 commit comments

Comments
 (0)