Commit 9727995
authored
chore(deps): update dependency graphql to v16.12.0 (#203)
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| [graphql](https://redirect.github.com/graphql/graphql-js) | [`16.11.0`
-> `16.12.0`](https://renovatebot.com/diffs/npm/graphql/16.11.0/16.12.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### 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 🚀
-
[#​4482](https://redirect.github.com/graphql/graphql-js/pull/4482)
Implement changes for executable descriptions
([@​JoviDeCroock](https://redirect.github.com/JoviDeCroock))
-
[#​4493](https://redirect.github.com/graphql/graphql-js/pull/4493)
Backport schema coordinates
([@​JoviDeCroock](https://redirect.github.com/JoviDeCroock))
##### Bug Fix 🐞
-
[#​4392](https://redirect.github.com/graphql/graphql-js/pull/4392)
Catch unhandled exception in abstract resolution
([@​JoviDeCroock](https://redirect.github.com/JoviDeCroock))
##### Docs 📝
<details>
<summary> 28 PRs were merged </summary>
-
[#​4374](https://redirect.github.com/graphql/graphql-js/pull/4374)
docs: testing graphQL servers
([@​sarahxsanders](https://redirect.github.com/sarahxsanders))
-
[#​4376](https://redirect.github.com/graphql/graphql-js/pull/4376)
docs: type generation for graphql servers
([@​sarahxsanders](https://redirect.github.com/sarahxsanders))
-
[#​4380](https://redirect.github.com/graphql/graphql-js/pull/4380)
docs: add guides for custom scalars
([@​sarahxsanders](https://redirect.github.com/sarahxsanders))
-
[#​4381](https://redirect.github.com/graphql/graphql-js/pull/4381)
docs: anatomy of a resolver
([@​sarahxsanders](https://redirect.github.com/sarahxsanders))
-
[#​4382](https://redirect.github.com/graphql/graphql-js/pull/4382)
docs: understanding graphql errors
([@​sarahxsanders](https://redirect.github.com/sarahxsanders))
-
[#​4383](https://redirect.github.com/graphql/graphql-js/pull/4383)
docs: N+1 problem and DataLoader
([@​sarahxsanders](https://redirect.github.com/sarahxsanders))
-
[#​4391](https://redirect.github.com/graphql/graphql-js/pull/4391)
docs: cursor-based pagination guide
([@​sarahxsanders](https://redirect.github.com/sarahxsanders))
-
[#​4393](https://redirect.github.com/graphql/graphql-js/pull/4393)
docs: add page on abstract types
([@​sarahxsanders](https://redirect.github.com/sarahxsanders))
-
[#​4394](https://redirect.github.com/graphql/graphql-js/pull/4394)
docs: editorial on abstract types page
([@​benjie](https://redirect.github.com/benjie))
-
[#​4395](https://redirect.github.com/graphql/graphql-js/pull/4395)
docs: editorial for recent documentation updates
([@​benjie](https://redirect.github.com/benjie))
-
[#​4396](https://redirect.github.com/graphql/graphql-js/pull/4396)
docs: add page on authorization strategies
([@​sarahxsanders](https://redirect.github.com/sarahxsanders))
-
[#​4398](https://redirect.github.com/graphql/graphql-js/pull/4398)
docs: update "going to production" guide
([@​sarahxsanders](https://redirect.github.com/sarahxsanders))
-
[#​4399](https://redirect.github.com/graphql/graphql-js/pull/4399)
Update mutations-and-input-types.mdx
([@​roman-lakhnov](https://redirect.github.com/roman-lakhnov))
-
[#​4400](https://redirect.github.com/graphql/graphql-js/pull/4400)
Remove CJS from docs
([@​JoviDeCroock](https://redirect.github.com/JoviDeCroock))
-
[#​4401](https://redirect.github.com/graphql/graphql-js/pull/4401)
docs: add guide on directives
([@​sarahxsanders](https://redirect.github.com/sarahxsanders))
-
[#​4402](https://redirect.github.com/graphql/graphql-js/pull/4402)
docs: add guide for operation complexity controls
([@​sarahxsanders](https://redirect.github.com/sarahxsanders))
-
[#​4405](https://redirect.github.com/graphql/graphql-js/pull/4405)
docs: add guide on nullability
([@​sarahxsanders](https://redirect.github.com/sarahxsanders))
-
[#​4406](https://redirect.github.com/graphql/graphql-js/pull/4406)
docs: add guide on subscriptions
([@​sarahxsanders](https://redirect.github.com/sarahxsanders))
-
[#​4411](https://redirect.github.com/graphql/graphql-js/pull/4411)
docs: add guide on caching strategies
([@​sarahxsanders](https://redirect.github.com/sarahxsanders))
-
[#​4414](https://redirect.github.com/graphql/graphql-js/pull/4414)
docs: guide on scaling your API
([@​sarahxsanders](https://redirect.github.com/sarahxsanders))
-
[#​4416](https://redirect.github.com/graphql/graphql-js/pull/4416)
Editorial for
[#​4405](https://redirect.github.com/graphql/graphql-js/issues/4405)
(nullability) ([@​benjie](https://redirect.github.com/benjie))
-
[#​4417](https://redirect.github.com/graphql/graphql-js/pull/4417)
Indicate that field arguments should always be preferred over directives
([@​benjie](https://redirect.github.com/benjie))
-
[#​4418](https://redirect.github.com/graphql/graphql-js/pull/4418)
docs: trusted documents
([@​benjie](https://redirect.github.com/benjie))
-
[#​4419](https://redirect.github.com/graphql/graphql-js/pull/4419)
docs: cleanup and fixes
([@​sarahxsanders](https://redirect.github.com/sarahxsanders))
-
[#​4436](https://redirect.github.com/graphql/graphql-js/pull/4436)
Suggestions for federation links
([@​Urigo](https://redirect.github.com/Urigo))
-
[#​4444](https://redirect.github.com/graphql/graphql-js/pull/4444)
Fix navigation
([@​JoviDeCroock](https://redirect.github.com/JoviDeCroock))
-
[#​4452](https://redirect.github.com/graphql/graphql-js/pull/4452)
fix(docs/mutations-and-input-types.mdx): root being inside of SDL
([@​alesculek](https://redirect.github.com/alesculek))
-
[#​4473](https://redirect.github.com/graphql/graphql-js/pull/4473)
docs: remove fourth permutation of the visit API
([@​janmeier](https://redirect.github.com/janmeier))
</details>
##### Polish 💅
*
[#​4453](https://redirect.github.com/graphql/graphql-js/pull/4453)
Remove oneof validation from values of correct type
([@​JoviDeCroock](https://redirect.github.com/JoviDeCroock))
##### Internal 🏠
<details>
<summary> 3 PRs were merged </summary>
-
[#​4390](https://redirect.github.com/graphql/graphql-js/pull/4390)
Add the version support policy
([@​benjie](https://redirect.github.com/benjie))
-
[#​4412](https://redirect.github.com/graphql/graphql-js/pull/4412)
internal: use empty merge commit to clean up git diff from 16.x.x
([@​yaacovCR](https://redirect.github.com/yaacovCR))
-
[#​4479](https://redirect.github.com/graphql/graphql-js/pull/4479)
updated location of ModelSim gitignore file
([@​magicmark](https://redirect.github.com/magicmark))
</details>
##### Committers: 9
* Aleš Culek([@​alesculek](https://redirect.github.com/alesculek))
* Benjie([@​benjie](https://redirect.github.com/benjie))
* Jan Aagaard
Meier([@​janmeier](https://redirect.github.com/janmeier))
* Jovi De
Croock([@​JoviDeCroock](https://redirect.github.com/JoviDeCroock))
* Mark Larah([@​magicmark](https://redirect.github.com/magicmark))
*
null([@​roman-lakhnov](https://redirect.github.com/roman-lakhnov))
* Sarah
Sanders([@​sarahxsanders](https://redirect.github.com/sarahxsanders))
* Uri Goldshtein([@​Urigo](https://redirect.github.com/Urigo))
* Yaacov Rydzinski
([@​yaacovCR](https://redirect.github.com/yaacovCR))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
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/graphql-hive/federation-composition).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 4550b91 commit 9727995
3 files changed
+17
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments