Skip to content

Commit d5f25ec

Browse files
Bump graphql from 16.13.2 to 16.14.0 (#3755)
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.13.2 to 16.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/graphql/graphql-js/releases">graphql's releases</a>.</em></p> <blockquote> <h2>v16.14.0 (2026-05-03)</h2> <h4>New Feature 🚀</h4> <ul> <li><a href="https://redirect.github.com/graphql/graphql-js/pull/4317">#4317</a> Allow configuration of the <code>ofType</code> introspection depth (<a href="https://github.com/Nols1000"><code>@​Nols1000</code></a>)</li> <li><a href="https://redirect.github.com/graphql/graphql-js/pull/4521">#4521</a> Add experimental support for directives on directive definitions (<a href="https://github.com/BoD"><code>@​BoD</code></a>)</li> </ul> <h4>Bug Fix 🐞</h4> <ul> <li><a href="https://redirect.github.com/graphql/graphql-js/pull/4652">#4652</a> Fix valueFromAST variable own-property checks (<a href="https://github.com/abishekgiri"><code>@​abishekgiri</code></a>)</li> </ul> <h4>Docs 📝</h4> <ul> <li><a href="https://redirect.github.com/graphql/graphql-js/pull/4706">#4706</a> Fix mistake in GraphQLError guidance (<a href="https://github.com/benjie"><code>@​benjie</code></a>)</li> </ul> <h4>Committers: 4</h4> <ul> <li>Abishek Kumar Giri(<a href="https://github.com/abishekgiri"><code>@​abishekgiri</code></a>)</li> <li>Benjie(<a href="https://github.com/benjie"><code>@​benjie</code></a>)</li> <li>Benoit 'BoD' Lubek(<a href="https://github.com/BoD"><code>@​BoD</code></a>)</li> <li>Nils-Börge Margotti(<a href="https://github.com/Nols1000"><code>@​Nols1000</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/graphql/graphql-js/commit/57b385b288150960acd09337adf2fc778abb32ab"><code>57b385b</code></a> chore(release): v16.14.0 (<a href="https://redirect.github.com/graphql/graphql-js/issues/4720">#4720</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/85700ed6382d57c76d47935adbee6943b29ffd75"><code>85700ed</code></a> Fix mistake in GraphQLError guidance (<a href="https://redirect.github.com/graphql/graphql-js/issues/4706">#4706</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/8eb6383ae7447514343457abb2063c40e5dc81bc"><code>8eb6383</code></a> Allow configuration of the <code>ofType</code> introspection depth (<a href="https://redirect.github.com/graphql/graphql-js/issues/4317">#4317</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/ad9c519428ae9d95547af07f68c7559bda0d4053"><code>ad9c519</code></a> Add support for directives on directive definitions (<a href="https://redirect.github.com/graphql/graphql-js/issues/4521">#4521</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/db2987cb63fffc372f413e780437ea022a649274"><code>db2987c</code></a> fix(valueFromAST): restore variable own-property checks (<a href="https://redirect.github.com/graphql/graphql-js/issues/4652">#4652</a>)</li> <li>See full diff in <a href="https://github.com/graphql/graphql-js/compare/v16.13.2...v16.14.0">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 159e14d commit d5f25ec

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"daisyui": "^4.12.23",
4242
"echarts": "^6.1.0",
4343
"flot": "^4.2.6",
44-
"graphql": "^16.13.2",
44+
"graphql": "^16.14.0",
4545
"graphql-tag": "^2.12.6",
4646
"jquery": "^3.7",
4747
"jquery-ui-dist": "^1.13.3",

0 commit comments

Comments
 (0)