Skip to content

Update dependency graphql to v17#3716

Open
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/graphql-17.x
Open

Update dependency graphql to v17#3716
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/graphql-17.x

Conversation

@renovate

@renovate renovate Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
graphql 16.14.217.0.2 age confidence

Release Notes

graphql/graphql-js (graphql)

v17.0.2

Compare Source

v17.0.1

Compare Source

v17.0.1 (2026-06-16)
Bug Fix 🐞
  • #​4824 fix(diagnostics): emit asyncStart after promise settlement to match native tracePromise (@​logaretm)
Internal 🏠
2 PRs were merged
Committers: 2

v17.0.0

Compare Source

v17.0.0 (2026-06-15)
New Feature 🚀
Bug Fix 🐞
Docs 📝
11 PRs were merged
Polish 💅
2 PRs were merged
Internal 🏠
6 PRs were merged
Committers: 3

Configuration

📅 Schedule: (UTC)

  • 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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jun 16, 2026
@renovate
renovate Bot temporarily deployed to accounter-fullstack June 16, 2026 12:02 Inactive
@renovate
renovate Bot temporarily deployed to accounter-fullstack June 16, 2026 12:02 Inactive
@renovate
renovate Bot force-pushed the renovate/graphql-17.x branch from 8805895 to bdcaa9f Compare June 16, 2026 20:03
@renovate
renovate Bot temporarily deployed to accounter-fullstack June 16, 2026 20:03 Inactive
@renovate
renovate Bot temporarily deployed to accounter-fullstack June 16, 2026 20:03 Inactive
@renovate
renovate Bot force-pushed the renovate/graphql-17.x branch from bdcaa9f to 965abea Compare June 17, 2026 11:11
@renovate
renovate Bot temporarily deployed to accounter-fullstack June 17, 2026 11:11 Inactive
@renovate
renovate Bot temporarily deployed to accounter-fullstack June 17, 2026 11:11 Inactive
@gilgardosh

Copy link
Copy Markdown
Collaborator

Assessment: hold this bump — graphql v17 isn't supported by our stack yet

I investigated the failing CI on this PR. The red checks (test, Validate GraphQL schema, Snapshot (alpha), Dependencies changesets) all trace back to a single root cause: yarn generate:graphql crashes under graphql v17.

✖ Generate to packages/client/src/gql/        [FAILED: spread.directives is not iterable]
✖ Generate to packages/gmail-listener/src/gql/ [FAILED: spread.directives is not iterable]
✖ Generate to packages/scraper-app/...gql/     [FAILED: Cannot read properties of undefined (reading 'find')]

Note the schema-AST and server resolver-types generation succeed — only the document-side generators (client preset, gmail-listener, scraper-app) blow up. That's the tell: @graphql-codegen's visitor-plugin-common is reading graphql v16 AST shapes and chokes on v17's AST.

Root cause: upstream ecosystem hasn't shipped v17 support

graphql 17.0.0 was released 2026-06-15. As of today, even the latest versions of our core GraphQL dependencies only declare a ^16 peer range:

Package Latest available Max graphql peer
graphql-modules 3.1.2 ^16
graphql-yoga 5.21.2 ^16
@graphql-codegen/cli 7.1.3 ^16
@graphql-codegen/client-preset 6.0.1 ^16
graphql-scalars 1.25.0 ^16

So there is no in-repo fix: this isn't a config tweak or a missing changeset — the server runtime (graphql-modules + yoga) and the codegen toolchain simply don't support v17 yet. Forcing v17 through the root resolutions is what produces the codegen crash, and would also put us on unsupported peer ranges for yoga/modules at runtime.

Recommendation

Hold this PR until The Guild's packages publish graphql-17-compatible releases (graphql-modules, graphql-yoga, @graphql-codegen/*, graphql-scalars). Re-running Renovate once those land should bump them alongside graphql and let codegen pass. Until then this should stay blocked / closed rather than merged.


Generated by Claude Code

@renovate
renovate Bot force-pushed the renovate/graphql-17.x branch from 965abea to a67c05b Compare June 21, 2026 09:43
@renovate
renovate Bot temporarily deployed to accounter-fullstack June 21, 2026 09:43 Inactive
@renovate
renovate Bot temporarily deployed to accounter-fullstack June 21, 2026 09:43 Inactive
@renovate
renovate Bot force-pushed the renovate/graphql-17.x branch from a67c05b to b594da7 Compare June 22, 2026 08:16
@renovate
renovate Bot temporarily deployed to accounter-fullstack June 22, 2026 08:16 Inactive
@renovate
renovate Bot temporarily deployed to accounter-fullstack June 22, 2026 08:16 Inactive
@renovate
renovate Bot force-pushed the renovate/graphql-17.x branch from b594da7 to dd519f3 Compare June 23, 2026 10:34
@renovate
renovate Bot temporarily deployed to accounter-fullstack June 23, 2026 10:34 Inactive
@renovate
renovate Bot temporarily deployed to accounter-fullstack June 23, 2026 10:34 Inactive
@renovate
renovate Bot force-pushed the renovate/graphql-17.x branch from dd519f3 to b29c10e Compare June 23, 2026 13:35
@renovate
renovate Bot temporarily deployed to accounter-fullstack June 23, 2026 13:35 Inactive
@renovate
renovate Bot temporarily deployed to accounter-fullstack June 23, 2026 13:35 Inactive
@renovate
renovate Bot force-pushed the renovate/graphql-17.x branch from b29c10e to d5838bd Compare June 23, 2026 16:31
@renovate
renovate Bot temporarily deployed to accounter-fullstack June 23, 2026 16:31 Inactive
@renovate
renovate Bot temporarily deployed to accounter-fullstack June 23, 2026 16:31 Inactive
@renovate
renovate Bot force-pushed the renovate/graphql-17.x branch from d5838bd to d86be92 Compare June 24, 2026 16:43
@renovate
renovate Bot temporarily deployed to accounter-fullstack June 24, 2026 16:43 Inactive
@renovate
renovate Bot temporarily deployed to accounter-fullstack June 24, 2026 16:43 Inactive
@renovate
renovate Bot force-pushed the renovate/graphql-17.x branch from d86be92 to 95b0f92 Compare June 24, 2026 16:55
@renovate
renovate Bot temporarily deployed to accounter-fullstack June 24, 2026 16:55 Inactive
@renovate
renovate Bot temporarily deployed to accounter-fullstack June 24, 2026 16:56 Inactive
@renovate
renovate Bot force-pushed the renovate/graphql-17.x branch from 95b0f92 to f77c60d Compare June 24, 2026 17:18
@renovate
renovate Bot temporarily deployed to accounter-fullstack June 24, 2026 17:18 Inactive
@renovate
renovate Bot temporarily deployed to accounter-fullstack June 24, 2026 17:18 Inactive
@renovate
renovate Bot force-pushed the renovate/graphql-17.x branch from f77c60d to b2ec645 Compare June 25, 2026 08:56
@renovate
renovate Bot temporarily deployed to accounter-fullstack June 25, 2026 08:57 Inactive
@renovate
renovate Bot temporarily deployed to accounter-fullstack June 25, 2026 08:57 Inactive
@renovate
renovate Bot force-pushed the renovate/graphql-17.x branch from b2ec645 to b453618 Compare June 28, 2026 07:16
@renovate
renovate Bot temporarily deployed to accounter-fullstack June 28, 2026 07:16 Inactive
@renovate
renovate Bot temporarily deployed to accounter-fullstack June 28, 2026 07:16 Inactive
@renovate
renovate Bot force-pushed the renovate/graphql-17.x branch from b453618 to a6f8ca2 Compare June 29, 2026 05:53
@renovate
renovate Bot temporarily deployed to accounter-fullstack June 29, 2026 05:53 Inactive
@renovate
renovate Bot temporarily deployed to accounter-fullstack June 29, 2026 05:53 Inactive
@renovate
renovate Bot force-pushed the renovate/graphql-17.x branch from a6f8ca2 to 515404e Compare July 3, 2026 06:34
@renovate
renovate Bot temporarily deployed to accounter-fullstack July 3, 2026 06:34 Inactive
@renovate
renovate Bot temporarily deployed to accounter-fullstack July 3, 2026 06:34 Inactive
@renovate
renovate Bot force-pushed the renovate/graphql-17.x branch from 515404e to d57c1d1 Compare July 3, 2026 15:04
@renovate
renovate Bot temporarily deployed to accounter-fullstack July 3, 2026 15:04 Inactive
@renovate
renovate Bot temporarily deployed to accounter-fullstack July 3, 2026 15:05 Inactive
@renovate
renovate Bot force-pushed the renovate/graphql-17.x branch from d57c1d1 to a4fd9b9 Compare July 3, 2026 15:06
@renovate
renovate Bot temporarily deployed to accounter-fullstack July 3, 2026 15:06 Inactive
@renovate
renovate Bot temporarily deployed to accounter-fullstack July 3, 2026 15:06 Inactive
@renovate
renovate Bot force-pushed the renovate/graphql-17.x branch from a4fd9b9 to d14755d Compare July 7, 2026 11:18
@renovate
renovate Bot temporarily deployed to accounter-fullstack July 7, 2026 11:18 Inactive
@renovate
renovate Bot temporarily deployed to accounter-fullstack July 7, 2026 11:18 Inactive
@renovate

renovate Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant