chore(deps): update graphqlcodegenerator monorepo (#2927)
dancefinder-app / build (push) Successful in 1m42s
dancefinder-app / deploy-prod (push) Successful in 1m26s

This commit was merged in pull request #2927.
This commit is contained in:
2026-05-30 15:07:49 +00:00
parent fd98284408
commit f3aeb71085
2 changed files with 66 additions and 66 deletions
+62 -62
View File
@@ -25,10 +25,10 @@
"devDependencies": {
"@commitlint/cli": "21.0.1",
"@commitlint/config-conventional": "21.0.1",
"@graphql-codegen/cli": "7.0.0",
"@graphql-codegen/fragment-matcher": "7.0.0",
"@graphql-codegen/typescript": "6.0.1",
"@graphql-codegen/typescript-operations": "6.0.2",
"@graphql-codegen/cli": "7.1.0",
"@graphql-codegen/fragment-matcher": "7.0.1",
"@graphql-codegen/typescript": "6.0.2",
"@graphql-codegen/typescript-operations": "6.0.3",
"@graphql-codegen/typescript-vue-apollo": "5.0.1",
"@nuxt/devtools": "3.2.4",
"@nuxt/eslint": "1.15.2",
@@ -2445,13 +2445,13 @@
}
},
"node_modules/@graphql-codegen/add": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/add/-/add-7.0.0.tgz",
"integrity": "sha512-fQGlUQd0BpoevCTOKi3b7M+kuXCI13udXmJrIh1QMtTCLXUTYGgsubNVcPLr0cVjVwyBK/ZRgwtxdCmkVXqTwQ==",
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/@graphql-codegen/add/-/add-7.0.1.tgz",
"integrity": "sha512-kWw6RMu9ysBw1wcgcgf9mOnswc5M3ekOApDTiaJC/UZNTEYins01srZHYTP7z3P/WlGGC844BRtjwh3U2kNd/A==",
"dev": true,
"license": "MIT",
"dependencies": {
"@graphql-codegen/plugin-helpers": "^7.0.0",
"@graphql-codegen/plugin-helpers": "^7.0.1",
"tslib": "^2.8.0"
},
"engines": {
@@ -2462,18 +2462,18 @@
}
},
"node_modules/@graphql-codegen/cli": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-7.0.0.tgz",
"integrity": "sha512-SNgTiFU/jB3VJLr8koJjmXAwl60wG/9r5iQBiOmlf0m9KRaiCNmfDG6+VbeejJPkDIGJKQd0SwqV5i+fxdnjqA==",
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-7.1.0.tgz",
"integrity": "sha512-2j1FzZtEnlHdQmOaDnTMGSNyu3RmDf4HGU9xbgpqDRSb+D8UYya2YFW1enIxhJccAQSLD9ACMwCXlB20wJXNiA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/generator": "^7.18.13",
"@babel/template": "^7.18.10",
"@babel/types": "^7.18.13",
"@graphql-codegen/client-preset": "^6.0.0",
"@graphql-codegen/core": "^6.0.0",
"@graphql-codegen/plugin-helpers": "^7.0.0",
"@graphql-codegen/client-preset": "^6.0.1",
"@graphql-codegen/core": "^6.1.0",
"@graphql-codegen/plugin-helpers": "^7.0.1",
"@graphql-tools/apollo-engine-loader": "^8.0.28",
"@graphql-tools/code-file-loader": "^8.1.28",
"@graphql-tools/git-loader": "^8.0.32",
@@ -2525,21 +2525,21 @@
}
},
"node_modules/@graphql-codegen/client-preset": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/client-preset/-/client-preset-6.0.0.tgz",
"integrity": "sha512-nqidNH4rrulv0E2ZVkYcIWz5Jon+hLBKkx/Xp8KyRJ8WnNRD0kJO1ra8ECLU/JS8LuZehSJyCfoQh555TT5TEw==",
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/@graphql-codegen/client-preset/-/client-preset-6.0.1.tgz",
"integrity": "sha512-6wh0ZHG9WzBD6bE4AVOO6VCCMXK2orxHuXxaNKj+sj1w0qZ3Y3WIjZnqZLg6JZrHCIs/e+gy3T15Dc2pH8IbHA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.20.2",
"@babel/template": "^7.20.7",
"@graphql-codegen/add": "^7.0.0",
"@graphql-codegen/gql-tag-operations": "6.0.0",
"@graphql-codegen/plugin-helpers": "^7.0.0",
"@graphql-codegen/typed-document-node": "^7.0.0",
"@graphql-codegen/typescript": "^6.0.0",
"@graphql-codegen/typescript-operations": "^6.0.0",
"@graphql-codegen/visitor-plugin-common": "^7.0.0",
"@graphql-codegen/add": "^7.0.1",
"@graphql-codegen/gql-tag-operations": "^6.0.1",
"@graphql-codegen/plugin-helpers": "^7.0.1",
"@graphql-codegen/typed-document-node": "^7.0.1",
"@graphql-codegen/typescript": "^6.0.2",
"@graphql-codegen/typescript-operations": "^6.0.3",
"@graphql-codegen/visitor-plugin-common": "^7.0.3",
"@graphql-tools/documents": "^1.0.0",
"@graphql-tools/utils": "^11.0.0",
"@graphql-typed-document-node/core": "3.2.0",
@@ -2559,13 +2559,13 @@
}
},
"node_modules/@graphql-codegen/core": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/core/-/core-6.0.0.tgz",
"integrity": "sha512-/UDolbUC6q6MTHNvEUDq+vC3ugycxAQ71S62WB3RDXzbBVIG5MG5Kw89WFOh+dt/s+mRuX+tx+Vz/si81sZ0aw==",
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/core/-/core-6.1.0.tgz",
"integrity": "sha512-jReAzuCYlrSBJHW2bfBpDl/vMRCw0yQEoTvGi9K+3OTsazDXEQGOpCVfj8p/xO2h7ynu5Yrvzo0sUylVv0CnwA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@graphql-codegen/plugin-helpers": "^7.0.0",
"@graphql-codegen/plugin-helpers": "^7.0.1",
"@graphql-tools/schema": "^10.0.0",
"@graphql-tools/utils": "^11.0.0",
"tslib": "^2.8.0"
@@ -2578,13 +2578,13 @@
}
},
"node_modules/@graphql-codegen/fragment-matcher": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/fragment-matcher/-/fragment-matcher-7.0.0.tgz",
"integrity": "sha512-XvKb4SYcyNXbQuaKU1nu7+1R51+vOsrDgkOAPKpI83its2l9qQRfV2Q7yK0O2s+i0/jnGJJqlvQfytqXXIrxCA==",
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/@graphql-codegen/fragment-matcher/-/fragment-matcher-7.0.1.tgz",
"integrity": "sha512-/RlUMGEoGpt82GHvl2vnLokWjYpiRATdnTcV5hMUhWN+evn6j+i+W76QuRhT5V90qUwDr79ojEOIsPm5eUHcFw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@graphql-codegen/plugin-helpers": "^7.0.0",
"@graphql-codegen/plugin-helpers": "^7.0.1",
"tslib": "^2.8.0"
},
"engines": {
@@ -2595,14 +2595,14 @@
}
},
"node_modules/@graphql-codegen/gql-tag-operations": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/gql-tag-operations/-/gql-tag-operations-6.0.0.tgz",
"integrity": "sha512-IBwQ/jYx5Z4yMV78oVGU3hhNu/I7xFiQpFXavZujwCvoyH611M/JAoZ/RTExjr9stzcKMmNxJV/1Pknv+5M9Fg==",
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/@graphql-codegen/gql-tag-operations/-/gql-tag-operations-6.0.1.tgz",
"integrity": "sha512-eHYUIchZLG6G+kafeKnUByL2Nkmb8Uj2vg33UVLFj8XJ2coC4b1iRDWxCdTXbupZrN0FaM0QRRBLs3zBEAzcJg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@graphql-codegen/plugin-helpers": "^7.0.0",
"@graphql-codegen/visitor-plugin-common": "^7.0.0",
"@graphql-codegen/plugin-helpers": "^7.0.1",
"@graphql-codegen/visitor-plugin-common": "^7.0.3",
"@graphql-tools/utils": "^11.0.0",
"auto-bind": "^5.0.0",
"tslib": "^2.8.0"
@@ -2635,13 +2635,13 @@
}
},
"node_modules/@graphql-codegen/schema-ast": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/schema-ast/-/schema-ast-6.0.0.tgz",
"integrity": "sha512-ww6lfCZYBZk8SbnOKp76FLvBrMD6oqFhAGj8Ov8f+bsrNh0SG1M6mxLWh4nl9hWIu/iwsZgrJcuIrTfyBeF6jQ==",
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/@graphql-codegen/schema-ast/-/schema-ast-6.0.1.tgz",
"integrity": "sha512-P16b6XCWXfcrA4fkuAyqoy883USAULifv8YWgEOrNKDAnr2DR+Kr85jSomknIUTY39wiuvisv4/lrdXobwK6sA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@graphql-codegen/plugin-helpers": "^7.0.0",
"@graphql-codegen/plugin-helpers": "^7.0.1",
"@graphql-tools/utils": "^11.0.0",
"tslib": "^2.8.0"
},
@@ -2653,14 +2653,14 @@
}
},
"node_modules/@graphql-codegen/typed-document-node": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typed-document-node/-/typed-document-node-7.0.0.tgz",
"integrity": "sha512-gSsMEKe1QV5QmF+TsijSyhLYGYRYGD2fe7rGIJwca4s1gZK+aD3qjNFq3C0yFUsb92bsCxiOJTWeiPPfdPSMTg==",
"version": "7.0.2",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typed-document-node/-/typed-document-node-7.0.2.tgz",
"integrity": "sha512-vrjigzqpKsaQ2Ra4QBBuG9TcwG1O0pw9EOSFU0aj7mS2EK19vWs5N4rzwDDvHrQZW62wwqzUcqBoFitVBQqlmg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@graphql-codegen/plugin-helpers": "^7.0.0",
"@graphql-codegen/visitor-plugin-common": "^7.0.0",
"@graphql-codegen/plugin-helpers": "^7.0.1",
"@graphql-codegen/visitor-plugin-common": "^7.0.4",
"auto-bind": "^5.0.0",
"change-case-all": "^2.1.0",
"tslib": "^2.8.0"
@@ -2673,15 +2673,15 @@
}
},
"node_modules/@graphql-codegen/typescript": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-6.0.1.tgz",
"integrity": "sha512-UmHKlOBqnmGs0ioZsfi7INIb6+YCXVMi3KSp/INO359fT3RJxWPLPiE7T30UaWXtLeO6fBNZcvhy3EGBI9UCvw==",
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-6.0.2.tgz",
"integrity": "sha512-zyLfKsFJ7TRkQ0PyaUVuiAek9TSbtVJwwBoOuaE9RAWr45+9Y5W1LYldpiSTcyfxKVSIniE7Gj0V87qzrpdyYw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@graphql-codegen/plugin-helpers": "^7.0.0",
"@graphql-codegen/schema-ast": "^6.0.0",
"@graphql-codegen/visitor-plugin-common": "^7.0.1",
"@graphql-codegen/plugin-helpers": "^7.0.1",
"@graphql-codegen/schema-ast": "^6.0.1",
"@graphql-codegen/visitor-plugin-common": "^7.0.3",
"auto-bind": "^5.0.0",
"tslib": "~2.8.0"
},
@@ -2693,15 +2693,15 @@
}
},
"node_modules/@graphql-codegen/typescript-operations": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-6.0.2.tgz",
"integrity": "sha512-QYs8eQIOXsGKiWBlx4ZtIwYALa5RlLwznJELcnKayGubuEbglOsapJBswERXoogf3SMDrU21L58c1CYkYlyKIA==",
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-6.0.3.tgz",
"integrity": "sha512-5gnHdBgKkpKJOiqyKo37UfwigNtezfN94UI/NnyCROl6oDAyt0A+1VeS5cBlgRECdD/TQ1vjHCu14B41Sl7yLw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@graphql-codegen/plugin-helpers": "^7.0.0",
"@graphql-codegen/schema-ast": "^6.0.0",
"@graphql-codegen/visitor-plugin-common": "^7.0.1",
"@graphql-codegen/plugin-helpers": "^7.0.1",
"@graphql-codegen/schema-ast": "^6.0.1",
"@graphql-codegen/visitor-plugin-common": "^7.0.3",
"auto-bind": "^5.0.0",
"tslib": "^2.8.0"
},
@@ -2858,13 +2858,13 @@
}
},
"node_modules/@graphql-codegen/visitor-plugin-common": {
"version": "7.0.2",
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-7.0.2.tgz",
"integrity": "sha512-3v1dPjkSiAIsqwZ/6btSZ6BCYlYYpr3FdLhsBZ/JoPP2hYgN6AlGKdUyhYm5FsgDKU04L7al3+rfnTOCxqM0gw==",
"version": "7.0.4",
"resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-7.0.4.tgz",
"integrity": "sha512-IESwu40Gpl+9x5vRGLsaYAWM9KRobnN74h+SB4EtfDrt0V87Q74ZzWZGmuS2m6A/fq7E/bS6YgSEMVACjaRUVw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@graphql-codegen/plugin-helpers": "^7.0.0",
"@graphql-codegen/plugin-helpers": "^7.0.1",
"@graphql-tools/optimize": "^2.0.0",
"@graphql-tools/relay-operation-optimizer": "^7.1.1",
"@graphql-tools/utils": "^11.0.0",
+4 -4
View File
@@ -18,10 +18,10 @@
"devDependencies": {
"@commitlint/cli": "21.0.1",
"@commitlint/config-conventional": "21.0.1",
"@graphql-codegen/cli": "7.0.0",
"@graphql-codegen/fragment-matcher": "7.0.0",
"@graphql-codegen/typescript": "6.0.1",
"@graphql-codegen/typescript-operations": "6.0.2",
"@graphql-codegen/cli": "7.1.0",
"@graphql-codegen/fragment-matcher": "7.0.1",
"@graphql-codegen/typescript": "6.0.2",
"@graphql-codegen/typescript-operations": "6.0.3",
"@graphql-codegen/typescript-vue-apollo": "5.0.1",
"@nuxt/devtools": "3.2.4",
"@nuxt/eslint": "1.15.2",