Skip to content

Commit 42948e1

Browse files
chore(deps): update dependency graphql to v17.0.1 (#13293)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [graphql](https://redirect.github.com/graphql/graphql-js) | [`17.0.0-rc.0` → `17.0.1`](https://renovatebot.com/diffs/npm/graphql/17.0.0-rc.0/17.0.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/graphql/17.0.1?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/graphql/17.0.1?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/graphql/17.0.0-rc.0/17.0.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/graphql/17.0.0-rc.0/17.0.1?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/11062) for more information. --- ### Release Notes <details> <summary>graphql/graphql-js (graphql)</summary> ### [`v17.0.1`](https://redirect.github.com/graphql/graphql-js/releases/tag/v17.0.1) [Compare Source](https://redirect.github.com/graphql/graphql-js/compare/v17.0.0...v17.0.1) ##### v17.0.1 (2026-06-16) ##### Bug Fix 🐞 - [#&#8203;4824](https://redirect.github.com/graphql/graphql-js/pull/4824) fix(diagnostics): emit asyncStart after promise settlement to match native `tracePromise` ([@&#8203;logaretm](https://redirect.github.com/logaretm)) ##### Internal 🏠 <details> <summary> 2 PRs were merged </summary> - [#&#8203;4823](https://redirect.github.com/graphql/graphql-js/pull/4823) chore(npm): remove obsolete ESM-only package build ([@&#8203;yaacovCR](https://redirect.github.com/yaacovCR)) - [#&#8203;4825](https://redirect.github.com/graphql/graphql-js/pull/4825) chore(release): protect latest release channels ([@&#8203;yaacovCR](https://redirect.github.com/yaacovCR)) </details> ##### Committers: 2 * Abdelrahman Awad([@&#8203;logaretm](https://redirect.github.com/logaretm)) * Yaacov Rydzinski ([@&#8203;yaacovCR](https://redirect.github.com/yaacovCR)) ### [`v17.0.0`](https://redirect.github.com/graphql/graphql-js/releases/tag/v17.0.0) [Compare Source](https://redirect.github.com/graphql/graphql-js/compare/v17.0.0-rc.0...v17.0.0) ##### v17.0.0 (2026-06-15) ##### New Feature 🚀 - [#&#8203;4819](https://redirect.github.com/graphql/graphql-js/pull/4819) feat: graduate directives on directives ([@&#8203;yaacovCR](https://redirect.github.com/yaacovCR)) ##### Bug Fix 🐞 - [#&#8203;4799](https://redirect.github.com/graphql/graphql-js/pull/4799) fix: raise request error on invalid fragment variables ([@&#8203;yaacovCR](https://redirect.github.com/yaacovCR)) - [#&#8203;4800](https://redirect.github.com/graphql/graphql-js/pull/4800) fix: apply directives when SDL contains type definitions and extensions with directives ([@&#8203;yaacovCR](https://redirect.github.com/yaacovCR)) - [#&#8203;4564](https://redirect.github.com/graphql/graphql-js/pull/4564) OneOf Inhabitability ([@&#8203;jbellenger](https://redirect.github.com/jbellenger)) - [#&#8203;4814](https://redirect.github.com/graphql/graphql-js/pull/4814) fix(KnownDirectivesRule): locations for input field arguments in extensions ([@&#8203;yaacovCR](https://redirect.github.com/yaacovCR)) - [#&#8203;4726](https://redirect.github.com/graphql/graphql-js/pull/4726) feat(validation): reject directive definition cycles ([@&#8203;yaacovCR](https://redirect.github.com/yaacovCR)) - [#&#8203;4815](https://redirect.github.com/graphql/graphql-js/pull/4815) Revert "feat(validation): reject directive definition cycles ([#&#8203;4726](https://redirect.github.com/graphql/graphql-js/issues/4726))" ([@&#8203;yaacovCR](https://redirect.github.com/yaacovCR)) ##### Docs 📝 <details> <summary> 11 PRs were merged </summary> - [#&#8203;4790](https://redirect.github.com/graphql/graphql-js/pull/4790) docs: minor diagnostics doc comment improvements ([@&#8203;yaacovCR](https://redirect.github.com/yaacovCR)) - [#&#8203;4791](https://redirect.github.com/graphql/graphql-js/pull/4791) fix: docs: polish diagnostics comments further ([@&#8203;yaacovCR](https://redirect.github.com/yaacovCR)) - [#&#8203;4793](https://redirect.github.com/graphql/graphql-js/pull/4793) docs: further improve general execution and tracing docs ([@&#8203;yaacovCR](https://redirect.github.com/yaacovCR)) - [#&#8203;4802](https://redirect.github.com/graphql/graphql-js/pull/4802) docs: correct extension field comments - v17 ([@&#8203;yaacovCR](https://redirect.github.com/yaacovCR)) - [#&#8203;4805](https://redirect.github.com/graphql/graphql-js/pull/4805) docs: publish fixed extensions comments ([@&#8203;yaacovCR](https://redirect.github.com/yaacovCR)) - [#&#8203;4807](https://redirect.github.com/graphql/graphql-js/pull/4807) docs: add prettier for jsdoc examples ([@&#8203;yaacovCR](https://redirect.github.com/yaacovCR)) - [#&#8203;4435](https://redirect.github.com/graphql/graphql-js/pull/4435) Subscriptions docs suggestions ([@&#8203;Urigo](https://redirect.github.com/Urigo)) - [#&#8203;4811](https://redirect.github.com/graphql/graphql-js/pull/4811) docs: fix a few indentations inside string literals ([@&#8203;yaacovCR](https://redirect.github.com/yaacovCR)) - [#&#8203;4813](https://redirect.github.com/graphql/graphql-js/pull/4813) internal: docs update ([@&#8203;yaacovCR](https://redirect.github.com/yaacovCR)) - [#&#8203;4820](https://redirect.github.com/graphql/graphql-js/pull/4820) docs: document `@experimental_disableErrorPropagation` ([@&#8203;yaacovCR](https://redirect.github.com/yaacovCR)) - [#&#8203;4817](https://redirect.github.com/graphql/graphql-js/pull/4817) docs: post 17.rc-0 update ([@&#8203;yaacovCR](https://redirect.github.com/yaacovCR)) </details> ##### Polish 💅 <details> <summary> 2 PRs were merged </summary> - [#&#8203;4809](https://redirect.github.com/graphql/graphql-js/pull/4809) internal: use prettier for non-generated website files ([@&#8203;yaacovCR](https://redirect.github.com/yaacovCR)) - [#&#8203;4812](https://redirect.github.com/graphql/graphql-js/pull/4812) polish: fix stream test cases ([@&#8203;yaacovCR](https://redirect.github.com/yaacovCR)) </details> ##### Internal 🏠 <details> <summary> 6 PRs were merged </summary> - [#&#8203;4795](https://redirect.github.com/graphql/graphql-js/pull/4795) chore: move website publishing from 16.x.x to 17.x.x ([@&#8203;yaacovCR](https://redirect.github.com/yaacovCR)) - [#&#8203;4796](https://redirect.github.com/graphql/graphql-js/pull/4796) internal: fix broken npm/deno deployments ([@&#8203;yaacovCR](https://redirect.github.com/yaacovCR)) - [#&#8203;4797](https://redirect.github.com/graphql/graphql-js/pull/4797) ci: update GitHub Actions versions ([@&#8203;yaacovCR](https://redirect.github.com/yaacovCR)) - [#&#8203;4806](https://redirect.github.com/graphql/graphql-js/pull/4806) internal: update frontmatter ([@&#8203;yaacovCR](https://redirect.github.com/yaacovCR)) - [#&#8203;4808](https://redirect.github.com/graphql/graphql-js/pull/4808) intenral: fix ci badge ([@&#8203;yaacovCR](https://redirect.github.com/yaacovCR)) - [#&#8203;4810](https://redirect.github.com/graphql/graphql-js/pull/4810) internal: add prettier:examples to lint-staged ([@&#8203;yaacovCR](https://redirect.github.com/yaacovCR)) </details> ##### Committers: 3 * James Bellenger([@&#8203;jbellenger](https://redirect.github.com/jbellenger)) * Uri Goldshtein([@&#8203;Urigo](https://redirect.github.com/Urigo)) * Yaacov Rydzinski ([@&#8203;yaacovCR](https://redirect.github.com/yaacovCR)) </details> --- ### Configuration 📅 **Schedule**: (in timezone America/Los_Angeles) - Branch creation - "every weekend" - 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 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/apollographql/apollo-client). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyI6Y2hyaXN0bWFzX3RyZWU6IGRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6004933 commit 42948e1

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
@@ -213,7 +213,7 @@
213213
"expect-type": "1.1.0",
214214
"fetch-mock": "9.11.0",
215215
"globals": "15.14.0",
216-
"graphql": "17.0.0-rc.0",
216+
"graphql": "17.0.1",
217217
"graphql-16": "npm:graphql@16.14.2",
218218
"graphql-17-alpha2": "npm:graphql@17.0.0-alpha.2",
219219
"graphql-17-alpha9": "npm:graphql@17.0.0-alpha.9",

0 commit comments

Comments
 (0)