From 76d491a4900af442a01674893c6300fbe4aae94a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 16:36:58 +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.4.1 to 4.5.0. - [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@4.5.0/packages/plugins/typescript/operations) --- updated-dependencies: - dependency-name: "@graphql-codegen/typescript-operations" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 102 +++++++++++++++++++++++----------------------- package.json | 2 +- 2 files changed, 51 insertions(+), 53 deletions(-) diff --git a/package-lock.json b/package-lock.json index e75765ce..d09a2d39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@graphql-codegen/cli": "5.0.4", "@graphql-codegen/typescript": "4.1.3", "@graphql-codegen/typescript-document-nodes": "4.0.13", - "@graphql-codegen/typescript-operations": "4.4.1", + "@graphql-codegen/typescript-operations": "4.5.0", "@graphql-codegen/typescript-resolvers": "4.4.2", "@octokit/graphql-schema": "15.25.0", "@tsconfig/node20": "20.1.4", @@ -1504,26 +1504,6 @@ "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" } }, - "node_modules/@graphql-codegen/client-preset/node_modules/@graphql-codegen/typescript-operations": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-4.4.1.tgz", - "integrity": "sha512-iqAdEe4wfxGPT9s/VD+EhehBzaTxvWdisbsqiM6dMfk+8FfjrOj8SDBsHzKwmkRcrpMK6h9gLr3XcuBPu0JoFg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@graphql-codegen/plugin-helpers": "^5.1.0", - "@graphql-codegen/typescript": "4.1.3", - "@graphql-codegen/visitor-plugin-common": "5.6.1", - "auto-bind": "~4.0.0", - "tslib": "~2.6.0" - }, - "engines": { - "node": ">=16" - }, - "peerDependencies": { - "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" - } - }, "node_modules/@graphql-codegen/core": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/@graphql-codegen/core/-/core-4.0.2.tgz", @@ -1653,15 +1633,15 @@ } }, "node_modules/@graphql-codegen/typescript-operations": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-4.4.1.tgz", - "integrity": "sha512-iqAdEe4wfxGPT9s/VD+EhehBzaTxvWdisbsqiM6dMfk+8FfjrOj8SDBsHzKwmkRcrpMK6h9gLr3XcuBPu0JoFg==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-4.5.0.tgz", + "integrity": "sha512-HIu9xB124MVAD1TTGM+iDeJbxtmm0dOolgEEr2uPEBH89i3ggmy+NsXGt7TrOQVDKumv5Df+6DTb59Hmc1qY7g==", "dev": true, "license": "MIT", "dependencies": { "@graphql-codegen/plugin-helpers": "^5.1.0", - "@graphql-codegen/typescript": "4.1.3", - "@graphql-codegen/visitor-plugin-common": "5.6.1", + "@graphql-codegen/typescript": "^4.1.4", + "@graphql-codegen/visitor-plugin-common": "5.7.0", "auto-bind": "~4.0.0", "tslib": "~2.6.0" }, @@ -1672,10 +1652,30 @@ "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" } }, + "node_modules/@graphql-codegen/typescript-operations/node_modules/@graphql-codegen/typescript": { + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-4.1.4.tgz", + "integrity": "sha512-I2h9DOPxfq3QB2/Y/FTxR46Hj8tY25eM53rxe9ZJ9Ple0slRavB8CzMqlZpaOSv5sYGOeOfiGBSnbJiYAGdkyQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@graphql-codegen/plugin-helpers": "^5.1.0", + "@graphql-codegen/schema-ast": "^4.0.2", + "@graphql-codegen/visitor-plugin-common": "5.7.0", + "auto-bind": "~4.0.0", + "tslib": "~2.6.0" + }, + "engines": { + "node": ">=16" + }, + "peerDependencies": { + "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" + } + }, "node_modules/@graphql-codegen/typescript-operations/node_modules/@graphql-codegen/visitor-plugin-common": { - "version": "5.6.1", - "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-5.6.1.tgz", - "integrity": "sha512-q+DkGWWS7pvSc1c4Hw1xD0RI+EplTe2PCyTCT0WuaswnodBytteKTqFOVVGadISLX0xhO25aANTFB4+TLwTBSA==", + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-5.7.0.tgz", + "integrity": "sha512-fvtKYpnDFk5R+SM6emgWtViw70Sc4sMggGTUGIrfLSu91TQqTII5FLFz89qjQEEffwSsJCSq4glW/dN7gAuieA==", "dev": true, "license": "MIT", "dependencies": { @@ -8298,21 +8298,6 @@ "@graphql-tools/utils": "^10.0.0", "@graphql-typed-document-node/core": "3.2.0", "tslib": "~2.6.0" - }, - "dependencies": { - "@graphql-codegen/typescript-operations": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-4.4.1.tgz", - "integrity": "sha512-iqAdEe4wfxGPT9s/VD+EhehBzaTxvWdisbsqiM6dMfk+8FfjrOj8SDBsHzKwmkRcrpMK6h9gLr3XcuBPu0JoFg==", - "dev": true, - "requires": { - "@graphql-codegen/plugin-helpers": "^5.1.0", - "@graphql-codegen/typescript": "4.1.3", - "@graphql-codegen/visitor-plugin-common": "5.6.1", - "auto-bind": "~4.0.0", - "tslib": "~2.6.0" - } - } } }, "@graphql-codegen/core": { @@ -8404,22 +8389,35 @@ } }, "@graphql-codegen/typescript-operations": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-4.4.1.tgz", - "integrity": "sha512-iqAdEe4wfxGPT9s/VD+EhehBzaTxvWdisbsqiM6dMfk+8FfjrOj8SDBsHzKwmkRcrpMK6h9gLr3XcuBPu0JoFg==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-4.5.0.tgz", + "integrity": "sha512-HIu9xB124MVAD1TTGM+iDeJbxtmm0dOolgEEr2uPEBH89i3ggmy+NsXGt7TrOQVDKumv5Df+6DTb59Hmc1qY7g==", "dev": true, "requires": { "@graphql-codegen/plugin-helpers": "^5.1.0", - "@graphql-codegen/typescript": "4.1.3", - "@graphql-codegen/visitor-plugin-common": "5.6.1", + "@graphql-codegen/typescript": "^4.1.4", + "@graphql-codegen/visitor-plugin-common": "5.7.0", "auto-bind": "~4.0.0", "tslib": "~2.6.0" }, "dependencies": { + "@graphql-codegen/typescript": { + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-4.1.4.tgz", + "integrity": "sha512-I2h9DOPxfq3QB2/Y/FTxR46Hj8tY25eM53rxe9ZJ9Ple0slRavB8CzMqlZpaOSv5sYGOeOfiGBSnbJiYAGdkyQ==", + "dev": true, + "requires": { + "@graphql-codegen/plugin-helpers": "^5.1.0", + "@graphql-codegen/schema-ast": "^4.0.2", + "@graphql-codegen/visitor-plugin-common": "5.7.0", + "auto-bind": "~4.0.0", + "tslib": "~2.6.0" + } + }, "@graphql-codegen/visitor-plugin-common": { - "version": "5.6.1", - "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-5.6.1.tgz", - "integrity": "sha512-q+DkGWWS7pvSc1c4Hw1xD0RI+EplTe2PCyTCT0WuaswnodBytteKTqFOVVGadISLX0xhO25aANTFB4+TLwTBSA==", + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-5.7.0.tgz", + "integrity": "sha512-fvtKYpnDFk5R+SM6emgWtViw70Sc4sMggGTUGIrfLSu91TQqTII5FLFz89qjQEEffwSsJCSq4glW/dN7gAuieA==", "dev": true, "requires": { "@graphql-codegen/plugin-helpers": "^5.1.0", diff --git a/package.json b/package.json index 627b80b7..aaf15656 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@graphql-codegen/cli": "5.0.4", "@graphql-codegen/typescript": "4.1.3", "@graphql-codegen/typescript-document-nodes": "4.0.13", - "@graphql-codegen/typescript-operations": "4.4.1", + "@graphql-codegen/typescript-operations": "4.5.0", "@graphql-codegen/typescript-resolvers": "4.4.2", "@octokit/graphql-schema": "15.25.0", "@tsconfig/node20": "20.1.4",