From 8dcdec10e9dc1ae4adea3832957e661b095dd9d0 Mon Sep 17 00:00:00 2001 From: Jovi De Croock Date: Fri, 3 Jul 2026 17:26:27 +0200 Subject: [PATCH] chore(graphqlsp): Bump @gql.tada/internal to ^1.3.0 for field args output The upcoming @gql.tada/internal release includes field arguments in the preprocessed introspection output (0no-co/gql.tada#543), which gql.tada/addons/graphcache relies on for resolver, updater, and optimistic argument inference. Bumping the minimum ensures upgraded GraphQLSP installs regenerate graphql-env.d.ts with args included. Co-Authored-By: Claude Fable 5 --- .changeset/wild-pandas-report.md | 5 +++++ packages/graphqlsp/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/wild-pandas-report.md diff --git a/.changeset/wild-pandas-report.md b/.changeset/wild-pandas-report.md new file mode 100644 index 00000000..355da1d6 --- /dev/null +++ b/.changeset/wild-pandas-report.md @@ -0,0 +1,5 @@ +--- +'@0no-co/graphqlsp': minor +--- + +Bump `@gql.tada/internal` to `^1.3.0` so the generated `graphql-env.d.ts` output includes field arguments. This is required for argument inference in `gql.tada/addons/graphcache`, and ensures existing installs pick up the new introspection output when upgrading GraphQLSP. diff --git a/packages/graphqlsp/package.json b/packages/graphqlsp/package.json index d5889312..b9c9f08e 100644 --- a/packages/graphqlsp/package.json +++ b/packages/graphqlsp/package.json @@ -50,7 +50,7 @@ "typescript": "^5.3.3" }, "dependencies": { - "@gql.tada/internal": "^1.2.0", + "@gql.tada/internal": "^1.3.0", "graphql": "^15.5.0 || ^16.0.0 || ^17.0.0" }, "peerDependencies": {