From d3ed76be2b44cb6c274416d48f813bb2ad74a761 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 20:09:36 +0000 Subject: [PATCH] chore(deps-dev): bump @graphql-codegen/typescript-operations Bumps [@graphql-codegen/typescript-operations](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations) from 4.6.1 to 5.0.4. - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/operations/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript-operations@5.0.4/packages/plugins/typescript/operations) --- updated-dependencies: - dependency-name: "@graphql-codegen/typescript-operations" dependency-version: 5.0.4 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/evm/package.json | 2 +- yarn.lock | 49 ++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 49 insertions(+), 2 deletions(-) diff --git a/apps/evm/package.json b/apps/evm/package.json index 8552c78e51..13beee560c 100644 --- a/apps/evm/package.json +++ b/apps/evm/package.json @@ -94,7 +94,7 @@ "@graphql-codegen/cli": "^5.0.0", "@graphql-codegen/client-preset": "^4.5.1", "@graphql-codegen/typed-document-node": "^6.0.2", - "@graphql-codegen/typescript-operations": "^4.0.1", + "@graphql-codegen/typescript-operations": "^5.0.4", "@rollup/plugin-inject": "^5.0.3", "@storybook/addon-essentials": "8.6.14", "@storybook/addon-interactions": "8.6.14", diff --git a/yarn.lock b/yarn.lock index 4320453cd4..eeadf9dda8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2596,6 +2596,15 @@ "@graphql-tools/utils" "^10.0.0" tslib "~2.6.0" +"@graphql-codegen/schema-ast@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-5.0.0.tgz#9708d7484a01bb3a502685126708d7b139fd0721" + integrity sha512-jn7Q3PKQc0FxXjbpo9trxzlz/GSFQWxL042l0iC8iSbM/Ar+M7uyBwMtXPsev/3Razk+osQyreghIz0d2+6F7Q== + dependencies: + "@graphql-codegen/plugin-helpers" "^6.0.0" + "@graphql-tools/utils" "^10.0.0" + tslib "~2.6.0" + "@graphql-codegen/typed-document-node@^5.0.0", "@graphql-codegen/typed-document-node@^5.1.2": version "5.1.2" resolved "https://registry.yarnpkg.com/@graphql-codegen/typed-document-node/-/typed-document-node-5.1.2.tgz#a1a3da2d9fe1847831ada6e41e09c5bb81dd6b3c" @@ -2628,7 +2637,7 @@ auto-bind "~4.0.0" tslib "~2.4.0" -"@graphql-codegen/typescript-operations@^4.0.0", "@graphql-codegen/typescript-operations@^4.0.1", "@graphql-codegen/typescript-operations@^4.6.1": +"@graphql-codegen/typescript-operations@^4.0.0", "@graphql-codegen/typescript-operations@^4.6.1": version "4.6.1" resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-4.6.1.tgz#763eda28c77fddee2b9ae9bd7baad050cffff0a5" integrity sha512-k92laxhih7s0WZ8j5WMIbgKwhe64C0As6x+PdcvgZFMudDJ7rPJ/hFqJ9DCRxNjXoHmSjnr6VUuQZq4lT1RzCA== @@ -2639,6 +2648,17 @@ auto-bind "~4.0.0" tslib "~2.6.0" +"@graphql-codegen/typescript-operations@^5.0.4": + version "5.0.4" + resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-operations/-/typescript-operations-5.0.4.tgz#052680d41f4bab3bb85af8e906c43bde29239e7b" + integrity sha512-5Bu/BTmyNjdSfSLLBKjC0+4XWcY01uotVcnVIWIxxRdIHoRxnTW6PUkT5CoPHP5r/Uoo3OvIJxh+0LYSH5suwA== + dependencies: + "@graphql-codegen/plugin-helpers" "^6.0.0" + "@graphql-codegen/typescript" "^5.0.4" + "@graphql-codegen/visitor-plugin-common" "6.1.2" + auto-bind "~4.0.0" + tslib "~2.6.0" + "@graphql-codegen/typescript-resolvers@^4.0.0": version "4.4.1" resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-resolvers/-/typescript-resolvers-4.4.1.tgz#71dada476d1b24d58f621ea67b9a03491c722529" @@ -2662,6 +2682,17 @@ auto-bind "~4.0.0" tslib "~2.6.0" +"@graphql-codegen/typescript@^5.0.4": + version "5.0.4" + resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-5.0.4.tgz#a7f51505445568fd737b01ce7fad515c2b89897f" + integrity sha512-q6S8hX+aR4BzeGgolac4gp22rBnXbLhedmOwT1UBT9e3lGNmNpYC7WJUEzAPjWf6z1lRSNmojLlwEjTnffhKNA== + dependencies: + "@graphql-codegen/plugin-helpers" "^6.0.0" + "@graphql-codegen/schema-ast" "^5.0.0" + "@graphql-codegen/visitor-plugin-common" "6.1.2" + auto-bind "~4.0.0" + tslib "~2.6.0" + "@graphql-codegen/visitor-plugin-common@2.13.1": version "2.13.1" resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.1.tgz#2228660f6692bcdb96b1f6d91a0661624266b76b" @@ -2726,6 +2757,22 @@ parse-filepath "^1.0.2" tslib "~2.6.0" +"@graphql-codegen/visitor-plugin-common@6.1.2": + version "6.1.2" + resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-6.1.2.tgz#e614d6606402a152686d6f90e6363150a7a55bde" + integrity sha512-zYdrhJKgk8kqE1Xz5/m/Ua42zk+rIvYB/FHh3dE1AhZ6b1IDqgKjF3LnkT+K2qenf9EfT4yNjXd5CEKMeXfHyg== + dependencies: + "@graphql-codegen/plugin-helpers" "^6.0.0" + "@graphql-tools/optimize" "^2.0.0" + "@graphql-tools/relay-operation-optimizer" "^7.0.0" + "@graphql-tools/utils" "^10.0.0" + auto-bind "~4.0.0" + change-case-all "1.0.15" + dependency-graph "^1.0.0" + graphql-tag "^2.11.0" + parse-filepath "^1.0.2" + tslib "~2.6.0" + "@graphql-inspector/core@6.2.0": version "6.2.0" resolved "https://registry.yarnpkg.com/@graphql-inspector/core/-/core-6.2.0.tgz#f735c5f39a9a53fc3a3cc063954a7ceec3c132a3"