chore(deps): update graphqlcodegenerator monorepo

This commit is contained in:
Renovate
2025-03-27 13:02:12 +00:00
parent 21337249e6
commit a170770d56
2 changed files with 85 additions and 15 deletions
+83 -13
View File
@@ -28,8 +28,8 @@
"@commitlint/config-conventional": "19.8.0",
"@graphql-codegen/cli": "5.0.5",
"@graphql-codegen/fragment-matcher": "5.1.0",
"@graphql-codegen/typescript": "4.1.5",
"@graphql-codegen/typescript-operations": "4.5.1",
"@graphql-codegen/typescript": "4.1.6",
"@graphql-codegen/typescript-operations": "4.6.0",
"@graphql-codegen/typescript-vue-apollo": "4.1.1",
"@nuxt/devtools": "2.3.2",
"@nuxt/eslint": "1.2.0",
@@ -2422,14 +2422,15 @@
"dev": true
},
"node_modules/@graphql-codegen/typescript": {
"version": "4.1.5",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-4.1.5.tgz",
"integrity": "sha512-BmbXcS8hv75qDIp4LCFshFXXDq0PCd48n8WLZ5Qf4XCOmHYGSxMn49dp/eKeApMqXWYTkAZuNt8z90zsRSQeOg==",
"version": "4.1.6",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-4.1.6.tgz",
"integrity": "sha512-vpw3sfwf9A7S+kIUjyFxuvrywGxd4lmwmyYnnDVjVE4kSQ6Td3DpqaPTy8aNQ6O96vFoi/bxbZS2BW49PwSUUA==",
"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.1",
"@graphql-codegen/visitor-plugin-common": "5.8.0",
"auto-bind": "~4.0.0",
"tslib": "~2.6.0"
},
@@ -2441,20 +2442,47 @@
}
},
"node_modules/@graphql-codegen/typescript-operations": {
"version": "4.5.1",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-4.5.1.tgz",
"integrity": "sha512-KL+sYPm7GWHwVvFPVaaWSOv9WF7PDxkmOX8DEBtzqTYez5xCWqtCz7LIrwzmtDd7XoJGkRpWlyrHdpuw5VakhA==",
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-4.6.0.tgz",
"integrity": "sha512-/EltSdE/uPoEAblRTVLABVDhsrE//Kl3pCflyG1PWl4gWL9/OzQXYGjo6TF6bPMVn/QBWoO0FeboWf+bk84SXA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@graphql-codegen/plugin-helpers": "^5.1.0",
"@graphql-codegen/typescript": "^4.1.5",
"@graphql-codegen/visitor-plugin-common": "5.7.1",
"@graphql-codegen/typescript": "^4.1.6",
"@graphql-codegen/visitor-plugin-common": "5.8.0",
"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",
"graphql-sock": "^1.0.0"
}
},
"node_modules/@graphql-codegen/typescript-operations/node_modules/@graphql-codegen/visitor-plugin-common": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-5.8.0.tgz",
"integrity": "sha512-lC1E1Kmuzi3WZUlYlqB4fP6+CvbKH9J+haU1iWmgsBx5/sO2ROeXJG4Dmt8gP03bI2BwjiwV5WxCEMlyeuzLnA==",
"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"
}
@@ -2463,7 +2491,8 @@
"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",
@@ -2842,11 +2871,37 @@
"node": ">=6"
}
},
"node_modules/@graphql-codegen/typescript/node_modules/@graphql-codegen/visitor-plugin-common": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-5.8.0.tgz",
"integrity": "sha512-lC1E1Kmuzi3WZUlYlqB4fP6+CvbKH9J+haU1iWmgsBx5/sO2ROeXJG4Dmt8gP03bI2BwjiwV5WxCEMlyeuzLnA==",
"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.7.1",
@@ -12368,6 +12423,21 @@
"graphql": "14 - 16"
}
},
"node_modules/graphql-sock": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/graphql-sock/-/graphql-sock-1.0.1.tgz",
"integrity": "sha512-gSA0CXdNMvNlpEnH2GY1//SUY7laDsAn51sDm4yh6TTH5UkfbNINydyUAoMHHkAaCaOLNXELQmu3GVcSOw4twg==",
"dev": true,
"license": "MIT",
"peer": true,
"bin": {
"semantic-to-nullable": "dist/cli/to-nullable.js",
"semantic-to-strict": "dist/cli/to-strict.js"
},
"peerDependencies": {
"graphql": "15.x || 16.x || 17.x"
}
},
"node_modules/graphql-tag": {
"version": "2.12.6",
"resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.12.6.tgz",
+2 -2
View File
@@ -20,8 +20,8 @@
"@commitlint/config-conventional": "19.8.0",
"@graphql-codegen/cli": "5.0.5",
"@graphql-codegen/fragment-matcher": "5.1.0",
"@graphql-codegen/typescript": "4.1.5",
"@graphql-codegen/typescript-operations": "4.5.1",
"@graphql-codegen/typescript": "4.1.6",
"@graphql-codegen/typescript-operations": "4.6.0",
"@graphql-codegen/typescript-vue-apollo": "4.1.1",
"@nuxt/devtools": "2.3.2",
"@nuxt/eslint": "1.2.0",