Skip to content

Commit d4d49cb

Browse files
committed
Update graphqlcodegenerator monorepo
1 parent 4aa3c9f commit d4d49cb

File tree

2 files changed

+54
-66
lines changed

2 files changed

+54
-66
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"author": "codehex",
4848
"license": "MIT",
4949
"devDependencies": {
50-
"@graphql-codegen/cli": "2.15.0",
51-
"@graphql-codegen/typescript": "2.8.3",
50+
"@graphql-codegen/cli": "2.16.1",
51+
"@graphql-codegen/typescript": "2.8.5",
5252
"@tsconfig/recommended": "1.0.1",
5353
"@types/jest": "29.2.4",
5454
"@typescript-eslint/eslint-plugin": "5.45.1",

yarn.lock

Lines changed: 52 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -833,16 +833,16 @@
833833
minimatch "^3.1.2"
834834
strip-json-comments "^3.1.1"
835835

836-
"@graphql-codegen/cli@2.15.0":
837-
version "2.15.0"
838-
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.15.0.tgz#e36dd8cdb32ce58aeeebd546266cd435732e796f"
839-
integrity sha512-o4Wh99VJDX/z0fG3pkdOf0t0fu7SlYn6qlLnqzNhVpZByGPe548gu11GKiOPKVaQ76kkB3dzqzfINRl+v7EA4A==
836+
"@graphql-codegen/cli@2.16.1":
837+
version "2.16.1"
838+
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.16.1.tgz#72df7197e3d2d9261cffdf084ddb4f3845a4bb53"
839+
integrity sha512-11z3iSlsNCXcNNkoRKG3wCmT9XpLf7/GZG9bWGXkCoveWVRwnRmo37YakHdNV3hbcJ4iiGbR3Z+MX9gUTEPDVA==
840840
dependencies:
841841
"@babel/generator" "^7.18.13"
842842
"@babel/template" "^7.18.10"
843843
"@babel/types" "^7.18.13"
844-
"@graphql-codegen/core" "2.6.6"
845-
"@graphql-codegen/plugin-helpers" "^2.7.2"
844+
"@graphql-codegen/core" "2.6.8"
845+
"@graphql-codegen/plugin-helpers" "^3.1.1"
846846
"@graphql-tools/apollo-engine-loader" "^7.3.6"
847847
"@graphql-tools/code-file-loader" "^7.3.13"
848848
"@graphql-tools/git-loader" "^7.2.13"
@@ -853,8 +853,7 @@
853853
"@graphql-tools/prisma-loader" "^7.2.7"
854854
"@graphql-tools/url-loader" "^7.13.2"
855855
"@graphql-tools/utils" "^8.9.0"
856-
"@whatwg-node/fetch" "^0.3.0"
857-
ansi-escapes "^4.3.1"
856+
"@whatwg-node/fetch" "^0.5.0"
858857
chalk "^4.1.0"
859858
chokidar "^3.5.2"
860859
cosmiconfig "^7.0.0"
@@ -874,12 +873,12 @@
874873
yaml "^1.10.0"
875874
yargs "^17.0.0"
876875

877-
"@graphql-codegen/[email protected].6":
878-
version "2.6.6"
879-
resolved "https://registry.yarnpkg.com/@graphql-codegen/core/-/core-2.6.6.tgz#e6ea99682230c5bbcf28cb247672da7f17e78578"
880-
integrity sha512-gU2FUxoLGw2GfcPWfBVXuiN3aDODbZ6Z9I+IGxa2u1Rzxlacw4TMmcwr4/IjC6mkiYJEKTvdVspHaby+brhuAg==
876+
"@graphql-codegen/[email protected].8":
877+
version "2.6.8"
878+
resolved "https://registry.yarnpkg.com/@graphql-codegen/core/-/core-2.6.8.tgz#00c4011e3619ddbc6af5e41b2f254d6f6759556e"
879+
integrity sha512-JKllNIipPrheRgl+/Hm/xuWMw9++xNQ12XJR/OHHgFopOg4zmN3TdlRSyYcv/K90hCFkkIwhlHFUQTfKrm8rxQ==
881880
dependencies:
882-
"@graphql-codegen/plugin-helpers" "^2.7.2"
881+
"@graphql-codegen/plugin-helpers" "^3.1.1"
883882
"@graphql-tools/schema" "^9.0.0"
884883
"@graphql-tools/utils" "^9.1.1"
885884
tslib "~2.4.0"
@@ -896,25 +895,13 @@
896895
lodash "~4.17.0"
897896
tslib "~2.3.0"
898897

899-
"@graphql-codegen/plugin-helpers@^2.6.2":
900-
version "2.6.2"
901-
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.6.2.tgz#3c65d89fc9b61914235fc7cb14f1d48492d27944"
902-
integrity sha512-bt5PNix0MwzWP53UdaYm6URrVMWU8RlQhrTSLFjxQ8ShS5zoTlQtpZJGZc5ONqFgKa83qbUmzXUtP8oRVVn8zw==
903-
dependencies:
904-
"@graphql-tools/utils" "^8.8.0"
905-
change-case-all "1.0.14"
906-
common-tags "1.8.2"
907-
import-from "4.0.0"
908-
lodash "~4.17.0"
909-
tslib "~2.4.0"
910-
911-
"@graphql-codegen/plugin-helpers@^2.7.2":
912-
version "2.7.2"
913-
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.7.2.tgz#6544f739d725441c826a8af6a49519f588ff9bed"
914-
integrity sha512-kln2AZ12uii6U59OQXdjLk5nOlh1pHis1R98cDZGFnfaiAbX9V3fxcZ1MMJkB7qFUymTALzyjZoXXdyVmPMfRg==
898+
"@graphql-codegen/plugin-helpers@^3.1.1":
899+
version "3.1.1"
900+
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-3.1.1.tgz#c2e324df8e56942dc6d9947ec70025614f5f94d7"
901+
integrity sha512-+V1WK4DUhejVSbkZrAsyv9gA4oQABVrtEUkT7vWq7gSf7Ln6OEM59lDUDsjp5wpLPTBIDJANbAe3qEd+iCB3Ow==
915902
dependencies:
916903
"@graphql-tools/utils" "^8.8.0"
917-
change-case-all "1.0.14"
904+
change-case-all "1.0.15"
918905
common-tags "1.8.2"
919906
import-from "4.0.0"
920907
lodash "~4.17.0"
@@ -929,37 +916,37 @@
929916
"@graphql-tools/utils" "^8.1.1"
930917
tslib "~2.3.0"
931918

932-
"@graphql-codegen/schema-ast@^2.5.1":
933-
version "2.5.1"
934-
resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-2.5.1.tgz#ce030ae6de5dacd745848009ba0ca18c9c30910c"
935-
integrity sha512-tewa5DEKbglWn7kYyVBkh3J8YQ5ALqAMVmZwiVFIGOao5u66nd+e4HuFqp0u+Jpz4SJGGi0ap/oFrEvlqLjd2A==
919+
"@graphql-codegen/schema-ast@^2.6.0":
920+
version "2.6.0"
921+
resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-2.6.0.tgz#4572d9fb2ec64238c4e7eef954c0bdded170cafc"
922+
integrity sha512-6wDVX/mKLXaJ3JwSflRsDJa6/+uEJ0Lg3mOQp3Ao2/jw1mijqAKjYgh1e1rcG+vzXpEmk29TC2ujsqAkKqzgMA==
936923
dependencies:
937-
"@graphql-codegen/plugin-helpers" "^2.6.2"
924+
"@graphql-codegen/plugin-helpers" "^3.1.1"
938925
"@graphql-tools/utils" "^8.8.0"
939926
tslib "~2.4.0"
940927

941-
"@graphql-codegen/[email protected].3":
942-
version "2.8.3"
943-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.8.3.tgz#83a87586b550b7c5b543d11b8a2da706cca67bda"
944-
integrity sha512-ch8Lzjp8XnN8P70uYBmsjv7FWJQ47qletlShPHk7n4RRsnLkah3J9iSEUIALqM25Wl6EjEmHlxoAgSBILz+sjg==
928+
"@graphql-codegen/[email protected].5":
929+
version "2.8.5"
930+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-2.8.5.tgz#6129cb3bf4bdcfba7f90f923ba7c2d839c222342"
931+
integrity sha512-5w3zNlnNKM9tI5ZRbhESmsJ4G16rSiFmNQX6Ot56fmcYUC6bnAt5fqvSqs2C+8fVGIIjeWuwjQA5Xn1VkaLY8A==
945932
dependencies:
946-
"@graphql-codegen/plugin-helpers" "^2.7.2"
947-
"@graphql-codegen/schema-ast" "^2.5.1"
948-
"@graphql-codegen/visitor-plugin-common" "2.13.3"
933+
"@graphql-codegen/plugin-helpers" "^3.1.1"
934+
"@graphql-codegen/schema-ast" "^2.6.0"
935+
"@graphql-codegen/visitor-plugin-common" "2.13.5"
949936
auto-bind "~4.0.0"
950937
tslib "~2.4.0"
951938

952-
"@graphql-codegen/[email protected].3":
953-
version "2.13.3"
954-
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.3.tgz#4a2eceee00b4cfdf1eff31a006710a30417ec497"
955-
integrity sha512-5gFDQGuCE5tIBo9KtDPZ8kL6cf1VJwDGj6nO9ERa0HJNk5osT50NhSf6H61LEnM3Gclbo96Ib1GCp3KdLwHoGg==
939+
"@graphql-codegen/[email protected].5":
940+
version "2.13.5"
941+
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-2.13.5.tgz#b6e4eb5f7af25273886f5222825f5b4bbe2a2b79"
942+
integrity sha512-OV/mGnSvB/WkEqFu/3bPkAPDNRGRB3xONww5+06CObl383yGrasqM04shYYK4cpcCn9PVWFe8u0SLSEeGmMVrg==
956943
dependencies:
957-
"@graphql-codegen/plugin-helpers" "^2.7.2"
944+
"@graphql-codegen/plugin-helpers" "^3.1.1"
958945
"@graphql-tools/optimize" "^1.3.0"
959946
"@graphql-tools/relay-operation-optimizer" "^6.5.0"
960947
"@graphql-tools/utils" "^8.8.0"
961948
auto-bind "~4.0.0"
962-
change-case-all "1.0.14"
949+
change-case-all "1.0.15"
963950
dependency-graph "^0.11.0"
964951
graphql-tag "^2.11.0"
965952
parse-filepath "^1.0.2"
@@ -2065,21 +2052,6 @@
20652052
undici "^5.8.0"
20662053
web-streams-polyfill "^3.2.0"
20672054

2068-
"@whatwg-node/fetch@^0.3.0":
2069-
version "0.3.2"
2070-
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.3.2.tgz#da4323795c26c135563ba01d49dc16037bec4287"
2071-
integrity sha512-Bs5zAWQs0tXsLa4mRmLw7Psps1EN78vPtgcLpw3qPY8s6UYPUM67zFZ9cy+7tZ64PXhfwzxJn+m7RH2Lq48RNQ==
2072-
dependencies:
2073-
"@peculiar/webcrypto" "^1.4.0"
2074-
abort-controller "^3.0.0"
2075-
busboy "^1.6.0"
2076-
event-target-polyfill "^0.0.3"
2077-
form-data-encoder "^1.7.1"
2078-
formdata-node "^4.3.1"
2079-
node-fetch "^2.6.7"
2080-
undici "^5.8.0"
2081-
web-streams-polyfill "^3.2.0"
2082-
20832055
"@whatwg-node/fetch@^0.5.0":
20842056
version "0.5.3"
20852057
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.5.3.tgz#afbd38a2e5392d91318845b967529076ca654b9e"
@@ -2141,7 +2113,7 @@ ajv@^6.10.0, ajv@^6.12.4:
21412113
json-schema-traverse "^0.4.1"
21422114
uri-js "^4.2.2"
21432115

2144-
ansi-escapes@^4.2.1, ansi-escapes@^4.3.0, ansi-escapes@^4.3.1:
2116+
ansi-escapes@^4.2.1, ansi-escapes@^4.3.0:
21452117
version "4.3.2"
21462118
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e"
21472119
integrity sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==
@@ -2519,6 +2491,22 @@ [email protected]:
25192491
upper-case "^2.0.2"
25202492
upper-case-first "^2.0.2"
25212493

2494+
2495+
version "1.0.15"
2496+
resolved "https://registry.yarnpkg.com/change-case-all/-/change-case-all-1.0.15.tgz#de29393167fc101d646cd76b0ef23e27d09756ad"
2497+
integrity sha512-3+GIFhk3sNuvFAJKU46o26OdzudQlPNBCu1ZQi3cMeMHhty1bhDxu2WrEilVNYaGvqUtR1VSigFcJOiS13dRhQ==
2498+
dependencies:
2499+
change-case "^4.1.2"
2500+
is-lower-case "^2.0.2"
2501+
is-upper-case "^2.0.2"
2502+
lower-case "^2.0.2"
2503+
lower-case-first "^2.0.2"
2504+
sponge-case "^1.0.1"
2505+
swap-case "^2.0.2"
2506+
title-case "^3.0.3"
2507+
upper-case "^2.0.2"
2508+
upper-case-first "^2.0.2"
2509+
25222510
change-case@^4.1.2:
25232511
version "4.1.2"
25242512
resolved "https://registry.yarnpkg.com/change-case/-/change-case-4.1.2.tgz#fedfc5f136045e2398c0410ee441f95704641e12"

0 commit comments

Comments
 (0)