From 66d76cec23a3679b9f8a3af8b27e7f8c6e40a4de Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 19 Feb 2025 15:07:55 +0000 Subject: [PATCH] chore(deps): update graphqlcodegenerator monorepo --- package-lock.json | 80 +++++++++++++++++++++++++++++++++++++++-------- package.json | 4 +-- 2 files changed, 69 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 64440ff..de9929d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,8 +28,8 @@ "@commitlint/config-conventional": "19.7.1", "@graphql-codegen/cli": "5.0.5", "@graphql-codegen/fragment-matcher": "5.1.0", - "@graphql-codegen/typescript": "4.1.3", - "@graphql-codegen/typescript-operations": "4.4.1", + "@graphql-codegen/typescript": "4.1.4", + "@graphql-codegen/typescript-operations": "4.5.0", "@graphql-codegen/typescript-vue-apollo": "4.1.1", "@nuxt/devtools": "2.1.0", "@nuxt/eslint": "1.1.0", @@ -2446,14 +2446,15 @@ "dev": true }, "node_modules/@graphql-codegen/typescript": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-4.1.3.tgz", - "integrity": "sha512-/7qNPj+owhxBZB3Kv0FuUILZq9A6Gl5P5wiIZGAmw500n6Vc8ceOFLRXeVkyvDccxTGWS/vJv+sUnl94T2Pu+A==", + "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.6.1", + "@graphql-codegen/visitor-plugin-common": "5.7.0", "auto-bind": "~4.0.0", "tslib": "~2.6.0" }, @@ -2465,14 +2466,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" }, @@ -2483,11 +2485,37 @@ "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/visitor-plugin-common": { + "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": { + "@graphql-codegen/plugin-helpers": "^5.1.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": "^0.11.0", + "graphql-tag": "^2.11.0", + "parse-filepath": "^1.0.2", + "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/typescript-operations/node_modules/tslib": { "version": "2.6.3", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz", "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==", - "dev": true + "dev": true, + "license": "0BSD" }, "node_modules/@graphql-codegen/typescript-vue-apollo": { "version": "4.1.1", @@ -2866,11 +2894,37 @@ "node": ">=6" } }, + "node_modules/@graphql-codegen/typescript/node_modules/@graphql-codegen/visitor-plugin-common": { + "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": { + "@graphql-codegen/plugin-helpers": "^5.1.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": "^0.11.0", + "graphql-tag": "^2.11.0", + "parse-filepath": "^1.0.2", + "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/typescript/node_modules/tslib": { "version": "2.6.3", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz", "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==", - "dev": true + "dev": true, + "license": "0BSD" }, "node_modules/@graphql-codegen/visitor-plugin-common": { "version": "5.6.1", diff --git a/package.json b/package.json index da72510..370b99d 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,8 @@ "@commitlint/config-conventional": "19.7.1", "@graphql-codegen/cli": "5.0.5", "@graphql-codegen/fragment-matcher": "5.1.0", - "@graphql-codegen/typescript": "4.1.3", - "@graphql-codegen/typescript-operations": "4.4.1", + "@graphql-codegen/typescript": "4.1.4", + "@graphql-codegen/typescript-operations": "4.5.0", "@graphql-codegen/typescript-vue-apollo": "4.1.1", "@nuxt/devtools": "2.1.0", "@nuxt/eslint": "1.1.0",