Skip to content

Commit

Permalink
fix(deps): update dependency @graphql-mesh/transform-naming-conventio…
Browse files Browse the repository at this point in the history
…n to ^0.101.0
  • Loading branch information
renovate[bot] authored Aug 18, 2024
1 parent a6e970f commit dcdc4ef
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@graphql-mesh/transform-federation": "^0.5.1",
"@graphql-mesh/transform-filter-schema": "^0.10.3",
"@graphql-mesh/transform-mock": "^0.10.0",
"@graphql-mesh/transform-naming-convention": "^0.6.34",
"@graphql-mesh/transform-naming-convention": "^0.101.0",
"@graphql-mesh/transform-prefix": "^0.6.34",
"@graphql-mesh/transform-rename": "^0.8.5",
"@graphql-mesh/transform-resolvers-composition": "^0.10.0",
Expand Down
143 changes: 129 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1518,19 +1518,17 @@
faker "5.5.3"
graphql-scalars "1.10.0"

"@graphql-mesh/transform-naming-convention@^0.6.34":
version "0.6.49"
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-naming-convention/-/transform-naming-convention-0.6.49.tgz#7368c7a38346c415f54d1f0e0b20afc3a57868ca"
integrity sha512-rmid4zVEWctfTg+9bO7g4zUXq0UXzPtglUtHMhJ2FTF5Aa+bgn9vfGsmJ8knDqc9AR9Vnm8v8tW66WmzWaZzKw==
"@graphql-mesh/transform-naming-convention@^0.101.0":
version "0.101.0"
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-naming-convention/-/transform-naming-convention-0.101.0.tgz#a9c9f363b3e6b1d67712d50c6ea101ac46c52da3"
integrity sha512-QrtJcaR1PxVoSJ3jravZ/f5MdXDNj4n7TJC0hQ1B+hWePgLagGu0BZkey8pH7NTml1nyjoSv2mzWy/PoB0MGRw==
dependencies:
"@graphql-mesh/types" "0.42.0"
"@graphql-mesh/utils" "0.12.0"
"@graphql-tools/delegate" "7.1.5"
"@graphql-tools/utils" "7.10.0"
"@graphql-tools/wrap" "7.0.8"
change-case "4.1.2"
lower-case "2.0.2"
upper-case "2.0.2"
"@graphql-tools/delegate" "^10.0.19"
"@graphql-tools/wrap" "^10.0.5"
change-case "^4.1.2"
graphql-scalars "^1.22.4"
lower-case "^2.0.2"
upper-case "^2.0.2"

"@graphql-mesh/transform-prefix@^0.6.34":
version "0.6.48"
Expand Down Expand Up @@ -1737,6 +1735,16 @@
tslib "~2.3.0"
value-or-promise "1.0.10"

"@graphql-tools/batch-execute@^9.0.4":
version "9.0.4"
resolved "https://registry.yarnpkg.com/@graphql-tools/batch-execute/-/batch-execute-9.0.4.tgz#11601409c0c33491971fc82592de12390ec58be2"
integrity sha512-kkebDLXgDrep5Y0gK1RN3DMUlLqNhg60OAz0lTCqrYeja6DshxLtLkj+zV4mVbBA4mQOEoBmw6g1LZs3dA84/w==
dependencies:
"@graphql-tools/utils" "^10.0.13"
dataloader "^2.2.2"
tslib "^2.4.0"
value-or-promise "^1.0.12"

"@graphql-tools/[email protected]", "@graphql-tools/code-file-loader@^6.2.5":
version "6.3.1"
resolved "https://registry.yarnpkg.com/@graphql-tools/code-file-loader/-/code-file-loader-6.3.1.tgz#42dfd4db5b968acdb453382f172ec684fa0c34ed"
Expand Down Expand Up @@ -1821,6 +1829,19 @@
tslib "~2.3.0"
value-or-promise "1.0.10"

"@graphql-tools/delegate@^10.0.19", "@graphql-tools/delegate@^10.0.4":
version "10.0.19"
resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-10.0.19.tgz#c99bf8d53d5c438bba49e53f8093dd7c15a286b8"
integrity sha512-y4spKkLnngkr+dCatYvqFtq3zumbnyvpMkP5W2Ooy5DnTEUeiPJQ0h5uqi3EHPEDFC+Rs/opvBdOwFOkMObmXg==
dependencies:
"@graphql-tools/batch-execute" "^9.0.4"
"@graphql-tools/executor" "^1.3.1"
"@graphql-tools/schema" "^10.0.4"
"@graphql-tools/utils" "^10.3.4"
"@repeaterjs/repeater" "^3.0.6"
dataloader "^2.2.2"
tslib "^2.5.0"

"@graphql-tools/delegate@^8.1.0":
version "8.2.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-8.2.0.tgz#c43e102aab89cced33e0be7a47faae759321d441"
Expand All @@ -1833,6 +1854,17 @@
tslib "~2.3.0"
value-or-promise "1.0.10"

"@graphql-tools/executor@^1.3.1":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@graphql-tools/executor/-/executor-1.3.1.tgz#69de74932442a84017c49639e23e0202e169db60"
integrity sha512-tgJDdGf9SCAm64ofEMZdv925u6/J+eTmv36TGNLxgP2DpCJsZ6gnJ4A+0D28EazDXqJIvMiPd+3d+o3cCRCAnQ==
dependencies:
"@graphql-tools/utils" "^10.3.4"
"@graphql-typed-document-node/core" "3.2.0"
"@repeaterjs/repeater" "^3.0.4"
tslib "^2.4.0"
value-or-promise "^1.0.12"

"@graphql-tools/git-loader@^6.2.5":
version "6.2.6"
resolved "https://registry.yarnpkg.com/@graphql-tools/git-loader/-/git-loader-6.2.6.tgz#c2226f4b8f51f1c05c9ab2649ba32d49c68cd077"
Expand Down Expand Up @@ -2003,6 +2035,14 @@
"@graphql-tools/utils" "^8.2.0"
tslib "~2.3.0"

"@graphql-tools/merge@^9.0.6":
version "9.0.6"
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.6.tgz#06d3268a46f268b380665fd6a73da609c1854ca3"
integrity sha512-TmkzFTFVieHnqu9mPTF6RxAQltaprpDQnM5HMTPSyMLXnJGMTvdWejV0yORKj7DW1YSi791/sUnKf8HytepBFQ==
dependencies:
"@graphql-tools/utils" "^10.5.4"
tslib "^2.4.0"

"@graphql-tools/[email protected]":
version "8.1.4"
resolved "https://registry.yarnpkg.com/@graphql-tools/mock/-/mock-8.1.4.tgz#4d2ef054f83bd71dfe294a9750c19f90b6dedb91"
Expand Down Expand Up @@ -2096,6 +2136,16 @@
tslib "~2.3.0"
value-or-promise "1.0.10"

"@graphql-tools/schema@^10.0.3", "@graphql-tools/schema@^10.0.4":
version "10.0.6"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.6.tgz#48391195ea4557ef5b6f77950bcbf529dc5f4e7e"
integrity sha512-EIJgPRGzpvDFEjVp+RF1zNNYIC36BYuIeZ514jFoJnI6IdxyVyIRDLx/ykgMdaa1pKQerpfdqDnsF4JnZoDHSQ==
dependencies:
"@graphql-tools/merge" "^9.0.6"
"@graphql-tools/utils" "^10.5.4"
tslib "^2.4.0"
value-or-promise "^1.0.12"

"@graphql-tools/schema@^8.0.0", "@graphql-tools/schema@^8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-8.0.1.tgz#178b734f3784e632a76bdd144ffa8a32169a6f4a"
Expand Down Expand Up @@ -2220,6 +2270,16 @@
dependencies:
tslib "~2.3.0"

"@graphql-tools/utils@^10.0.13", "@graphql-tools/utils@^10.1.1", "@graphql-tools/utils@^10.3.4", "@graphql-tools/utils@^10.5.4":
version "10.5.4"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.5.4.tgz#214d815632a774f2db56bcaf7cfbd615ef858078"
integrity sha512-XHnyCWSlg1ccsD8s0y6ugo5GZ5TpkTiFVNPSYms5G0s6Z/xTuSmiLBfeqgkfaCwLmLaQnRCmNDL2JRnqc2R5bQ==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
cross-inspect "1.0.1"
dset "^3.1.2"
tslib "^2.4.0"

"@graphql-tools/utils@^8.1.1", "@graphql-tools/utils@^8.1.2", "@graphql-tools/utils@^8.2.0":
version "8.2.1"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.2.1.tgz#381e79fa04041f91f132d252216adcb3970e3c1e"
Expand Down Expand Up @@ -2249,11 +2309,27 @@
tslib "~2.3.0"
value-or-promise "1.0.10"

"@graphql-tools/wrap@^10.0.5":
version "10.0.5"
resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-10.0.5.tgz#614b964a158887b4a644f5425b2b9a57b5751f72"
integrity sha512-Cbr5aYjr3HkwdPvetZp1cpDWTGdD1Owgsb3z/ClzhmrboiK86EnQDxDvOJiQkDCPWE9lNBwj8Y4HfxroY0D9DQ==
dependencies:
"@graphql-tools/delegate" "^10.0.4"
"@graphql-tools/schema" "^10.0.3"
"@graphql-tools/utils" "^10.1.1"
tslib "^2.4.0"
value-or-promise "^1.0.12"

"@graphql-typed-document-node/[email protected]", "@graphql-typed-document-node/core@^3.0.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.0.tgz#0eee6373e11418bfe0b5638f654df7a4ca6a3950"
integrity sha512-wYn6r8zVZyQJ6rQaALBEln5B1pzxb9shV5Ef97kTvn6yVGrqyXVnDqnU24MXnFubR+rZjBY9NWuxX3FB2sTsjg==

"@graphql-typed-document-node/[email protected]", "@graphql-typed-document-node/core@^3.1.1":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.2.0.tgz#5f3d96ec6b2354ad6d8a28bf216a1d97b5426861"
integrity sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==

"@grpc/grpc-js@^1.1.7":
version "1.3.3"
resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.3.3.tgz#479764be3044f44c9fe38702643f59ea1a5374cb"
Expand Down Expand Up @@ -2635,6 +2711,11 @@
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
integrity sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA=

"@repeaterjs/repeater@^3.0.4", "@repeaterjs/repeater@^3.0.6":
version "3.0.6"
resolved "https://registry.yarnpkg.com/@repeaterjs/repeater/-/repeater-3.0.6.tgz#be23df0143ceec3c69f8b6c2517971a5578fdaa2"
integrity sha512-Javneu5lsuhwNCryN+pXH93VPQ8g0dBX7wItHFgYiwQmzE1sVdg5tWHiOgHywzL2W21XQopa7IwIEnNbmeUJYA==

"@sinonjs/commons@^1.7.0":
version "1.8.3"
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.3.tgz#3802ddd21a50a949b6721ddd72da36e67e7f1b2d"
Expand Down Expand Up @@ -4619,6 +4700,13 @@ [email protected], cross-fetch@^3.0.4:
dependencies:
node-fetch "2.6.1"

[email protected]:
version "1.0.1"
resolved "https://registry.yarnpkg.com/cross-inspect/-/cross-inspect-1.0.1.tgz#15f6f65e4ca963cf4cc1a2b5fef18f6ca328712b"
integrity sha512-Pcw1JTvZLSJH83iiGWt6fRcT+BjZlCDRVwYLbUcHzv/CRpB7r0MlSrGbIyQvVSNyGnbt7G4AXuyCiDR3POvZ1A==
dependencies:
tslib "^2.4.0"

cross-spawn@^5.0.1, cross-spawn@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
Expand Down Expand Up @@ -4731,6 +4819,11 @@ [email protected], dataloader@^2.0.0:
resolved "https://registry.yarnpkg.com/dataloader/-/dataloader-2.0.0.tgz#41eaf123db115987e21ca93c005cd7753c55fe6f"
integrity sha512-YzhyDAwA4TaQIhM5go+vCLmU0UikghC/t9DTQYZR2M/UvZ1MdOhPezSDZcjj9uqQJOMqjLcpWtyW2iNINdlatQ==

dataloader@^2.2.2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/dataloader/-/dataloader-2.2.2.tgz#216dc509b5abe39d43a9b9d97e6e5e473dfbe3e0"
integrity sha512-8YnDaaf7N3k/q5HnTJVuzSyLETjoZjVmHc4AeKAzOvKHEFQKcn64OKBfzHYtE9zGjctNM7V9I0MfnUVLpi7M5g==

[email protected], [email protected], [email protected]:
version "2.23.0"
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.23.0.tgz#4e886c941659af0cf7b30fafdd1eaa37e88788a9"
Expand Down Expand Up @@ -4965,6 +5058,11 @@ dotsplit.js@^1.0.3:
resolved "https://registry.yarnpkg.com/dotsplit.js/-/dotsplit.js-1.1.0.tgz#25a239eabe922a91ffa5d2a172d6c9fb82451e02"
integrity sha1-JaI56r6SKpH/pdKhctbJ+4JFHgI=

dset@^3.1.2:
version "3.1.3"
resolved "https://registry.yarnpkg.com/dset/-/dset-3.1.3.tgz#c194147f159841148e8e34ca41f638556d9542d2"
integrity sha512-20TuZZHCEZ2O71q9/+8BwKwZ0QtD9D8ObhrihJPr+vLLYlSuAU3/zL4cSlgbfeoGHTjCSJBa7NGcrF9/Bx/WJQ==

ecc-jsbn@~0.1.1:
version "0.1.2"
resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9"
Expand Down Expand Up @@ -6204,6 +6302,13 @@ [email protected]:
dependencies:
tslib "~2.2.0"

graphql-scalars@^1.22.4:
version "1.23.0"
resolved "https://registry.yarnpkg.com/graphql-scalars/-/graphql-scalars-1.23.0.tgz#486785d1a6f9449277054a92afc7e1fb73f459d6"
integrity sha512-YTRNcwitkn8CqYcleKOx9IvedA8JIERn8BRq21nlKgOr4NEcTaWEG0sT+H92eF3ALTFbPgsqfft4cw+MGgv0Gg==
dependencies:
tslib "^2.5.0"

[email protected]:
version "1.2.1"
resolved "https://registry.yarnpkg.com/graphql-subscriptions/-/graphql-subscriptions-1.2.1.tgz#2142b2d729661ddf967b7388f7cf1dd4cf2e061d"
Expand Down Expand Up @@ -8053,7 +8158,7 @@ lower-case-first@^2.0.2:
dependencies:
tslib "^2.0.3"

lower-case@2.0.2, lower-case@^2.0.2:
lower-case@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/lower-case/-/lower-case-2.0.2.tgz#6fa237c63dbdc4a82ca0fd882e4722dc5e634e28"
integrity sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==
Expand Down Expand Up @@ -10801,6 +10906,11 @@ tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.2.0, tslib@~2.3
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e"
integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==

tslib@^2.4.0, tslib@^2.5.0:
version "2.6.3"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==

tslib@~2.0.1:
version "2.0.3"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"
Expand Down Expand Up @@ -10999,7 +11109,7 @@ upper-case-first@^2.0.2:
dependencies:
tslib "^2.0.3"

upper-case@2.0.2, upper-case@^2.0.2:
upper-case@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/upper-case/-/upper-case-2.0.2.tgz#d89810823faab1df1549b7d97a76f8662bae6f7a"
integrity sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg==
Expand Down Expand Up @@ -11093,6 +11203,11 @@ [email protected]:
resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.6.tgz#218aa4794aa2ee24dcf48a29aba4413ed584747f"
integrity sha512-9r0wQsWD8z/BxPOvnwbPf05ZvFngXyouE9EKB+5GbYix+BYnAwrIChCUyFIinfbf2FL/U71z+CPpbnmTdxrwBg==

value-or-promise@^1.0.12:
version "1.0.12"
resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.12.tgz#0e5abfeec70148c78460a849f6b003ea7986f15c"
integrity sha512-Z6Uz+TYwEqE7ZN50gwn+1LCVo9ZVrpxRPOhOLnncYkY1ZzOYtrX8Fwf/rFktZ8R5mJms6EZf5TqNOMeZmnPq9Q==

vary@^1, vary@~1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
Expand Down

0 comments on commit dcdc4ef

Please sign in to comment.