Skip to content

Conversation

@marcodejongh
Copy link
Owner

The @types/graphql-type-json package required graphql@^14.5.3 which pulled
in the deprecated graphql@14.7.0. Since graphql-type-json now includes
built-in TypeScript types (lib/index.d.ts), the separate types package is
no longer needed.

This fixes the "graphql@14.7.0: No longer supported" warning that was
breaking Neon DB preview branch builds.

… warning

The @types/graphql-type-json package required graphql@^14.5.3 which pulled
in the deprecated graphql@14.7.0. Since graphql-type-json now includes
built-in TypeScript types (lib/index.d.ts), the separate types package is
no longer needed.

This fixes the "graphql@14.7.0: No longer supported" warning that was
breaking Neon DB preview branch builds.
@vercel
Copy link

vercel bot commented Jan 2, 2026

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

Project Deployment Review Updated (UTC)
boardsesh Error Error Jan 2, 2026 7:49am

@claude
Copy link

claude bot commented Jan 2, 2026

Claude Review

Ready to merge - Clean dependency cleanup with no significant issues.

The PR correctly removes the obsolete @types/graphql-type-json package, which was causing the deprecated graphql@14.7.0 to be installed. The graphql-type-json package (v0.3.2) includes built-in TypeScript definitions, making the types package unnecessary.

No code changes beyond package.json and lock file updates.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants