Skip to content

chore(deps): update dependency graphql to v17.0.0-alpha.10#465

Open
svc-secops wants to merge 1 commit intomainfrom
renovate/graphql-17.x
Open

chore(deps): update dependency graphql to v17.0.0-alpha.10#465
svc-secops wants to merge 1 commit intomainfrom
renovate/graphql-17.x

Conversation

@svc-secops
Copy link
Contributor

@svc-secops svc-secops commented Apr 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
graphql 17.0.0-alpha.2 -> 17.0.0-alpha.10 age adoption passing confidence

Release Notes

graphql/graphql-js (graphql)

v17.0.0-alpha.10

Compare Source

v17.0.0-alpha.10 (2026-02-24)

Breaking Change 💥

NOTE: This release introduced new/refined implementations of incremental delivery and execution cancellation. The prior implementations were reverted and the new implementations were re-implemented from scratch, see PRs below. Importantly, the newest cancellation implementation exposes the AbortSignal to resolvers via info.getAbortSignal() rather than info.abortSignal, a BREAKING CHANGE from the previous alpha. The newest incremental delivery implementation has only new features compared to the prior alpha (primarily sensitivity to back-pressure).

New Feature 🚀
Bug Fix 🐞
Docs 📝
3 PRs were merged
Polish 💅
35 PRs were merged
Internal 🏠
14 PRs were merged
Committers: 6

v17.0.0-alpha.9

Compare Source

v17.0.0-alpha.9 (2025-06-11)

Breaking Change 💥
New Feature 🚀
Bug Fix 🐞
Polish 💅
Internal 🏠
5 PRs were merged
Committers: 6

v17.0.0-alpha.8

Compare Source

v17.0.0-alpha.8 (2025-01-14)

Breaking Change 💥
New Feature 🚀
Bug Fix 🐞
Polish 💅
13 PRs were merged
Internal 🏠
2 PRs were merged
Committers: 6

v17.0.0-alpha.7.canary.pr.4319.e7cfada212d5cdd7dc09890bef82ac9da32026eb

Compare Source

v17.0.0-alpha.7.canary.pr.4319.abe5e8e0bb4a916f37d6d1b7fdcf128155a24a46

Compare Source

v17.0.0-alpha.7.canary.pr.4319.55799077dbb6c5ab0c33471482a66b91f048a516

Compare Source

v17.0.0-alpha.7.canary.pr.4319.09f8d400782ed385ec6f8fb9d151e221414af613

Compare Source

v17.0.0-alpha.7.canary.pr.4297.42bcd01f7c733e255ff9eab84ec8d7500dfd208a

Compare Source

v17.0.0-alpha.7.canary.pr.4297.1ef860e11444e48f590000a92cfbe80a73ae7156

Compare Source

v17.0.0-alpha.7.canary.pr.4297.096937aa86603f461be857eae48d8b2061b39e26

Compare Source

v17.0.0-alpha.7.canary.pr.4297.06006bf6f8de51bb2fa9e99caedfed1c13236037

Compare Source

v17.0.0-alpha.7.canary.pr.4288.b96419eebb37a65c76964ccd0994ab9d3b4e8215

Compare Source

v17.0.0-alpha.7

Compare Source

v17.0.0-alpha.7 (2024-08-14)

Bug Fix 🐞
Polish 💅
5 PRs were merged
Internal 🏠
2 PRs were merged
Committers: 4

v17.0.0-alpha.6

Compare Source

v17.0.0-alpha.5.canary.pr.4153.d5c18bebb93273daf40fce67daa1babc430a2ce2

Compare Source

v17.0.0-alpha.5.canary.pr.4153.4ff43175428332c954563050819fcb612e19ca41

Compare Source

v17.0.0-alpha.5

Compare Source

v17.0.0-alpha.5 (2024-06-21)

New Feature 🚀
Committers: 2

v17.0.0-alpha.4

Compare Source

v17.0.0-alpha.4 (2024-06-21)

Breaking Change 💥
New Feature 🚀
Bug Fix 🐞
Docs 📝
Polish 💅
15 PRs were merged
Internal 🏠
5 PRs were merged
Committers: 7

v17.0.0-alpha.3.canary.pr.4097.291dd92c9059c6bcc88ff1fa21058a8ac519cf83

Compare Source

v17.0.0-alpha.3.canary.pr.4035.3404abc2382e32f6a3ab26f08a9ed54554678fa9

Compare Source

v17.0.0-alpha.3.canary.pr.4032.8bcdcea90e0a24432a78270866c27e0db6a2ae4d

Compare Source

v17.0.0-alpha.3.canary.pr.4032.4fb41fe3e1f2b4b27437138d6d7d4763c1992e7a

Compare Source

v17.0.0-alpha.3.canary.pr.4026.d2f30cc0780dd436b1a05aa23dfa28c83da7d033

Compare Source

v17.0.0-alpha.3.canary.pr.4026.74aa85f56dea9ab9feb4445165eb0e2347ea674f

Compare Source

v17.0.0-alpha.3.canary.pr.4026.5e657d31b3abdc38acd6bb21c50ed3a41aa33905

Compare Source

v17.0.0-alpha.3.canary.pr.4026.5922420b3b235970ee230497190e28c8290c8f16

Compare Source

v17.0.0-alpha.3.canary.pr.4026.405885d861f562a160f9e92d0be418d819312016

Compare Source

v17.0.0-alpha.3.canary.pr.4026.1140ceffaf9629dd46a16d4fd28479240752f6eb

Compare Source

v17.0.0-alpha.3.canary.pr.4002.b3f6af2e83280d7830b2a01265e0977b7b68e2f4

Compare Source

v17.0.0-alpha.3.canary.pr.3969.83688beb16ecba5a0495158c3c2b3684730579bf

Compare Source

v17.0.0-alpha.3.canary.pr.3791.4a8f641106bee54f1e4a4de4bf59c49976541b00

Compare Source

v17.0.0-alpha.3

Compare Source

v17.0.0-alpha.3 (2023-09-06)

This release contains a new response format for operations containing the experimental @​defer & @​stream directives. This new response format addresses issues around data duplication, response amplification, and data consistency that affected the previous response format. See https://github.com/graphql/defer-stream-wg/discussions/69 for more information.

Breaking Change 💥
New Feature 🚀
Bug Fix 🐞
Docs 📝
4 PRs were merged
Polish 💅
31 PRs were merged

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 8am and before 4pm on tuesday" in timezone Etc/UTC.

🚦 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.


This PR has been generated by Renovate Bot.

@svc-secops svc-secops requested a review from a team as a code owner April 3, 2025 12:13
@svc-secops
Copy link
Contributor Author

svc-secops commented Apr 3, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
➤ YN0000: · Yarn 4.9.1
➤ YN0000: ┌ Resolution step
➤ YN0085: │ + graphql@npm:17.0.0-alpha.10
➤ YN0000: └ Completed in 1s 621ms
➤ YN0000: ┌ Post-resolution validation
➤ YN0060: │ @types/react is listed by your project with version 19.2.7 (peddff), which doesn't satisfy what react-focus-lock (via @chakra-ui/react) and other dependencies request (but they have non-overlapping ranges!).
➤ YN0060: │ @yarnpkg/core is listed by your project with version 4.2.0 (p4e948), which doesn't satisfy what @yarnpkg/cli and other dependencies request (^4.4.1).
➤ YN0060: │ graphql is listed by your project with version 17.0.0-alpha.10 (p1eb2e), which doesn't satisfy what @apollo/client and other dependencies request (^16.0.0).
➤ YN0060: │ graphql is listed by your project with version 17.0.0-alpha.10 (p1ecf7), which doesn't satisfy what @apollo/client and other dependencies request (^16.0.0).
➤ YN0060: │ graphql is listed by your project with version 17.0.0-alpha.10 (p2be3d), which doesn't satisfy what @apollo/client and other dependencies request (^16.0.0).
➤ YN0060: │ graphql is listed by your project with version 17.0.0-alpha.10 (p38093), which doesn't satisfy what @apollo/client and other dependencies request (^16.6.0).
➤ YN0060: │ graphql is listed by your project with version 17.0.0-alpha.10 (p4b3c5), which doesn't satisfy what @apollo/client and other dependencies request (^16.6.0).
➤ YN0060: │ graphql is listed by your project with version 17.0.0-alpha.10 (p74662), which doesn't satisfy what @apollo/client and other dependencies request (^16.0.0).
➤ YN0060: │ graphql is listed by your project with version 17.0.0-alpha.10 (p7c14e), which doesn't satisfy what @apollo/client and other dependencies request (^16.0.0).
➤ YN0060: │ graphql is listed by your project with version 17.0.0-alpha.10 (p9d845), which doesn't satisfy what @apollo/client and other dependencies request (^16.0.0).
➤ YN0060: │ graphql is listed by your project with version 17.0.0-alpha.10 (pa1182), which doesn't satisfy what @apollo/client and other dependencies request (^16.0.0).
➤ YN0060: │ graphql is listed by your project with version 17.0.0-alpha.10 (pc1d15), which doesn't satisfy what @apollo/client and other dependencies request (^16.0.0).
➤ YN0060: │ graphql is listed by your project with version 17.0.0-alpha.10 (pc49da), which doesn't satisfy what @apollo/client and other dependencies request (^16.0.0).
➤ YN0060: │ graphql is listed by your project with version 17.0.0-alpha.10 (pd4beb), which doesn't satisfy what @apollo/client and other dependencies request (^16.6.0).
➤ YN0060: │ graphql is listed by your project with version 17.0.0-alpha.10 (pd9955), which doesn't satisfy what @apollo/client and other dependencies request (^16.0.0).
➤ YN0060: │ graphql is listed by your project with version 17.0.0-alpha.10 (pf0659), which doesn't satisfy what @apollo/client and other dependencies request (^16.0.0).
➤ YN0060: │ next is listed by your project with version 16.0.8 (p27d9f), which doesn't satisfy what @as-integrations/next and other dependencies request (^15.2.3).
➤ YN0060: │ next is listed by your project with version 16.0.8 (pc1717), which doesn't satisfy what @as-integrations/next and other dependencies request (^15.2.3).
➤ YN0060: │ react is listed by your project with version 19.2.3 (pd410a), which doesn't satisfy what framer-motion and other dependencies request (but they have non-overlapping ranges!).
➤ YN0060: │ react is listed by your project with version 19.2.3 (pf06e9), which doesn't satisfy what ssr-only-secrets and other dependencies request (but they have non-overlapping ranges!).
➤ YN0060: │ react-dom is listed by your project with version 19.2.3 (p21a4c), which doesn't satisfy what framer-motion and other dependencies request (^18.2.0).
➤ YN0002: │ @apollo/client-integration-tanstack-start@workspace:packages/tanstack-start doesn't provide vite (p58222), requested by @tanstack/react-start.
➤ YN0002: │ @apollo/client-react-streaming@workspace:packages/client-react-streaming [fc55e] doesn't provide webpack (p25bda), requested by react-server-dom-webpack.
➤ YN0002: │ @apollo/client-react-streaming@workspace:packages/client-react-streaming doesn't provide webpack (p5ca41), requested by react-server-dom-webpack.
➤ YN0002: │ @integration-test/jest@workspace:integration-test/jest doesn't provide @testing-library/dom (p47416), requested by @testing-library/react and other dependencies.
➤ YN0002: │ @integration-test/vitest@workspace:integration-test/vitest doesn't provide @testing-library/dom (p1caec), requested by @testing-library/react.
➤ YN0002: │ @integration-test/vitest@workspace:integration-test/vitest doesn't provide vite (pc1d9a), requested by @vitejs/plugin-react.
➤ YN0002: │ @internal/test-utils@workspace:packages/test-utils doesn't provide @jest/globals (pc7d0f), requested by @testing-library/react-render-stream.
➤ YN0002: │ @internal/test-utils@workspace:packages/test-utils doesn't provide expect (p25412), requested by @testing-library/react-render-stream.
➤ YN0002: │ @internal/test-utils@workspace:packages/test-utils doesn't provide jsdom (p35d94), requested by global-jsdom.
➤ YN0002: │ monorepo@workspace:. doesn't provide webpack (p5bc50), requested by @size-limit/webpack-why.
➤ YN0002: │ packages-shared@workspace:packages doesn't provide typescript (p496ab), requested by @typescript-eslint/eslint-plugin and other dependencies.
➤ YN0086: │ Some peer dependencies are incorrectly met by your project; run yarn explain peer-requirements <hash> for details, where <hash> is the six-letter p-prefixed code.
➤ YN0086: │ Some peer dependencies are incorrectly met by dependencies; run yarn explain peer-requirements for details.
➤ YN0000: └ Completed
➤ YN0000: ┌ Fetch step

@svc-secops svc-secops added the dependencies Pull requests that update a dependency file label Apr 3, 2025
@vercel
Copy link

vercel bot commented Apr 3, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
apollo__client-integration-react-router Error Error Mar 2, 2026 4:49pm
apollo__client-integration-tanstack-start Error Error Mar 2, 2026 4:49pm
apollo__experimental-nextjs-app-support Building Building Preview Mar 2, 2026 4:49pm

Request Review

@changeset-bot
Copy link

changeset-bot bot commented Apr 3, 2025

⚠️ No Changeset found

Latest commit: fa81c54

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@netlify
Copy link

netlify bot commented Apr 3, 2025

Deploy Preview for apollo-client-nextjs-docmodel failed.

Name Link
🔨 Latest commit 63308e1
🔍 Latest deploy log https://app.netlify.com/projects/apollo-client-nextjs-docmodel/deploys/68500daf2bf3200008a93e94

@netlify
Copy link

netlify bot commented Oct 14, 2025

Deploy Preview for apollo-client-nextjs-docmodel failed.

Name Link
🔨 Latest commit fa81c54
🔍 Latest deploy log https://app.netlify.com/projects/apollo-client-nextjs-docmodel/deploys/69a5bf733f4f330008eab1b4

@svc-secops svc-secops force-pushed the renovate/graphql-17.x branch from bf2c5b3 to fa81c54 Compare March 2, 2026 16:48
@svc-secops svc-secops changed the title chore(deps): update dependency graphql to v17.0.0-alpha.9 chore(deps): update dependency graphql to v17.0.0-alpha.10 Mar 2, 2026
@coderabbitai
Copy link

coderabbitai bot commented Mar 2, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 43b0a18 and fa81c54.

📒 Files selected for processing (1)
  • package.json
📜 Recent review details
🔇 Additional comments (1)
package.json (1)

31-31: The graphql resolution is actually compatible with declared peer dependencies.

Both packages with peerDependencies on graphql (@apollo/client-react-streaming and @apollo/client-integration-tanstack-start) explicitly allow ^16 || >=17.0.0-alpha.2, which includes 17.0.0-alpha.10. The examples and integration tests use ^16.x.x constraints, but these are not the source of peer validation failures for the core library packages.


📝 Walkthrough

Walkthrough

Updates the GraphQL dependency version in package.json resolutions from 17.0.0-alpha.2 to 17.0.0-alpha.10, a minor version bump within the alpha release channel.

Changes

Cohort / File(s) Summary
Dependency Version Update
package.json
GraphQL resolution upgraded from 17.0.0-alpha.2 to 17.0.0-alpha.10 in the resolutions section.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately reflects the main change: updating the GraphQL dependency from alpha.2 to alpha.10, matching the package.json update.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch renovate/graphql-17.x

Comment @coderabbitai help to get the list of available commands and usage tips.

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