From de5944281c47c782cbeeb46836ca4753f77f73a2 Mon Sep 17 00:00:00 2001 From: Vlad Date: Fri, 13 Mar 2026 10:35:05 +1100 Subject: [PATCH 1/3] chore(urql-graphcache): support @urql/exchange-graphcache 8 & 9 versions --- packages/plugins/typescript/urql-graphcache/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugins/typescript/urql-graphcache/package.json b/packages/plugins/typescript/urql-graphcache/package.json index b999f0caee..5aa1c173cf 100644 --- a/packages/plugins/typescript/urql-graphcache/package.json +++ b/packages/plugins/typescript/urql-graphcache/package.json @@ -36,7 +36,7 @@ "lint": "eslint **/*.ts" }, "peerDependencies": { - "@urql/exchange-graphcache": "^5.2.0 || ^6.0.0 || ^7.0.0", + "@urql/exchange-graphcache": "^5.2.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0", "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", "graphql-tag": "^2.0.0" }, From ac9603cb9b0efb03465bffef465e0c8adba36465 Mon Sep 17 00:00:00 2001 From: Vlad Date: Fri, 13 Mar 2026 10:48:02 +1100 Subject: [PATCH 2/3] chore: add changeset --- .changeset/include-urql-graphcache-versions | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/include-urql-graphcache-versions diff --git a/.changeset/include-urql-graphcache-versions b/.changeset/include-urql-graphcache-versions new file mode 100644 index 0000000000..d3dea7580f --- /dev/null +++ b/.changeset/include-urql-graphcache-versions @@ -0,0 +1,5 @@ +--- +"@graphql-codegen/typescript-urql-graphcache": patch +--- + +Include support for @urql/exchange-graphcache 8 and 9 versions From 41145ece0c6e7273d70a27ed9dd8c81118756bbe Mon Sep 17 00:00:00 2001 From: Vlad Date: Fri, 13 Mar 2026 10:50:16 +1100 Subject: [PATCH 3/3] fix(docs): fix changeset file format --- ...ql-graphcache-versions => include-urql-graphcache-versions.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .changeset/{include-urql-graphcache-versions => include-urql-graphcache-versions.md} (100%) diff --git a/.changeset/include-urql-graphcache-versions b/.changeset/include-urql-graphcache-versions.md similarity index 100% rename from .changeset/include-urql-graphcache-versions rename to .changeset/include-urql-graphcache-versions.md