diff --git a/.changeset/@graphprotocol_client-add-source-name-dependencies.md b/.changeset/@graphprotocol_client-add-source-name-dependencies.md new file mode 100644 index 00000000..89b22092 --- /dev/null +++ b/.changeset/@graphprotocol_client-add-source-name-dependencies.md @@ -0,0 +1,8 @@ +--- +"@graphprotocol/client-add-source-name": patch +--- + +### Dependencies Updates + +- Updated dependency ([`@graphql-tools/delegate@9.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/delegate/v/9.0.0)) (was `8.8.1`, in `dependencies`) +- Updated dependency ([`@graphql-tools/wrap@9.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/wrap/v/9.0.0)) (was `8.5.1`, in `dependencies`) diff --git a/.changeset/@graphprotocol_client-auto-pagination-dependencies.md b/.changeset/@graphprotocol_client-auto-pagination-dependencies.md new file mode 100644 index 00000000..110a1de9 --- /dev/null +++ b/.changeset/@graphprotocol_client-auto-pagination-dependencies.md @@ -0,0 +1,8 @@ +--- +"@graphprotocol/client-auto-pagination": patch +--- + +### Dependencies Updates + +- Updated dependency ([`@graphql-tools/delegate@9.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/delegate/v/9.0.0)) (was `8.8.1`, in `dependencies`) +- Updated dependency ([`@graphql-tools/wrap@9.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/wrap/v/9.0.0)) (was `8.5.1`, in `dependencies`) diff --git a/.changeset/@graphprotocol_client-auto-type-merging-dependencies.md b/.changeset/@graphprotocol_client-auto-type-merging-dependencies.md new file mode 100644 index 00000000..52788d81 --- /dev/null +++ b/.changeset/@graphprotocol_client-auto-type-merging-dependencies.md @@ -0,0 +1,7 @@ +--- +"@graphprotocol/client-auto-type-merging": patch +--- + +### Dependencies Updates + +- Updated dependency ([`@graphql-tools/delegate@9.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/delegate/v/9.0.0)) (was `8.8.1`, in `dependencies`) diff --git a/packages/add-source-name/package.json b/packages/add-source-name/package.json index 22690ee9..38b30f42 100644 --- a/packages/add-source-name/package.json +++ b/packages/add-source-name/package.json @@ -46,8 +46,8 @@ "access": "public" }, "dependencies": { - "@graphql-tools/delegate": "8.8.1", - "@graphql-tools/wrap": "8.5.1", + "@graphql-tools/delegate": "9.0.0", + "@graphql-tools/wrap": "9.0.0", "@graphql-tools/utils": "8.9.0", "lodash": "4.17.21", "tslib": "2.4.0" diff --git a/packages/auto-pagination/package.json b/packages/auto-pagination/package.json index 932e9df5..94035663 100644 --- a/packages/auto-pagination/package.json +++ b/packages/auto-pagination/package.json @@ -46,8 +46,8 @@ "access": "public" }, "dependencies": { - "@graphql-tools/delegate": "8.8.1", - "@graphql-tools/wrap": "8.5.1", + "@graphql-tools/delegate": "9.0.0", + "@graphql-tools/wrap": "9.0.0", "@graphql-tools/utils": "8.9.0", "lodash": "4.17.21", "tslib": "2.4.0" diff --git a/packages/auto-type-merging/package.json b/packages/auto-type-merging/package.json index 544f5a71..6cbe20a0 100644 --- a/packages/auto-type-merging/package.json +++ b/packages/auto-type-merging/package.json @@ -46,7 +46,7 @@ "access": "public" }, "dependencies": { - "@graphql-tools/delegate": "8.8.1", + "@graphql-tools/delegate": "9.0.0", "@graphql-mesh/transform-type-merging": "0.4.17", "tslib": "2.4.0" }, diff --git a/yarn.lock b/yarn.lock index 0b6e5f92..b7171a6e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1740,6 +1740,16 @@ tslib "^2.4.0" value-or-promise "1.0.11" +"@graphql-tools/batch-execute@8.5.2": + version "8.5.2" + resolved "https://registry.yarnpkg.com/@graphql-tools/batch-execute/-/batch-execute-8.5.2.tgz#b6547d401992588ca218def5e04d53903565f2a8" + integrity sha512-ykB7RwDjdtR6MdBz6aB0/LzU8V0TJA93ziIWiQZRgC30oPye3ROUuxITMD3Trij6iFQyyuuecGm9GxM9oEvEcQ== + dependencies: + "@graphql-tools/utils" "8.9.1" + dataloader "2.1.0" + tslib "^2.4.0" + value-or-promise "1.0.11" + "@graphql-tools/code-file-loader@7.3.1": version "7.3.1" resolved "https://registry.yarnpkg.com/@graphql-tools/code-file-loader/-/code-file-loader-7.3.1.tgz#82cf1e7c5366fd6e084f607e6c14a4447110f035" @@ -1763,6 +1773,18 @@ tslib "~2.4.0" value-or-promise "1.0.11" +"@graphql-tools/delegate@9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-9.0.0.tgz#099a5bb0fe2e928c7b9aa1be3d2769c3aba3fa5e" + integrity sha512-Y7cvToqKWdNZIk+wqcc3A7lQ/tLMwHDor0q5TE44FRkcvY9cvwEXUi+u6gV9SQ89vLaGz/VaNYJmMAG0cdOyMg== + dependencies: + "@graphql-tools/batch-execute" "8.5.2" + "@graphql-tools/schema" "9.0.0" + "@graphql-tools/utils" "8.9.1" + dataloader "2.1.0" + tslib "~2.4.0" + value-or-promise "1.0.11" + "@graphql-tools/graphql-file-loader@7.5.0": version "7.5.0" resolved "https://registry.yarnpkg.com/@graphql-tools/graphql-file-loader/-/graphql-file-loader-7.5.0.tgz#b08e2a7c64a1fecb5fc01d557a07116a3151ee14" @@ -1812,6 +1834,14 @@ "@graphql-tools/utils" "8.9.0" tslib "^2.4.0" +"@graphql-tools/merge@8.3.2": + version "8.3.2" + resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.3.2.tgz#a058e0307b9a145c6965420fd67ee1405cf033e8" + integrity sha512-r8TFlDFA9N4hbkKbHCUK5pkiSnVUsB5AtcyhoY1d3b9zNa9CAYgxZMkKZgDJAf9ZTIqki9t0eOW/jn1H4MCFsg== + dependencies: + "@graphql-tools/utils" "8.9.1" + tslib "^2.4.0" + "@graphql-tools/optimize@^1.3.0": version "1.3.0" resolved "https://registry.yarnpkg.com/@graphql-tools/optimize/-/optimize-1.3.0.tgz#11ea27ac73e857d882ccfd7a3a981d8d6fb521e2" @@ -1838,6 +1868,16 @@ tslib "^2.4.0" value-or-promise "1.0.11" +"@graphql-tools/schema@9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-9.0.0.tgz#a689ae23474bf662b3571a180f0e0d11c7b8f135" + integrity sha512-H1rlt0tptzYE1jnKGjfmMvvMCwsDTUgCy3Eam9agsPP4ZtHAcwijDx3BKKJaV1fDRV5ztz2aJ5Q7+4s/SMOYvQ== + dependencies: + "@graphql-tools/merge" "8.3.2" + "@graphql-tools/utils" "8.9.1" + tslib "^2.4.0" + value-or-promise "1.0.11" + "@graphql-tools/stitch@8.7.1": version "8.7.1" resolved "https://registry.yarnpkg.com/@graphql-tools/stitch/-/stitch-8.7.1.tgz#7e56279a2cdba55a9360ddd8fe58f74c556dd826" @@ -1896,13 +1936,20 @@ dependencies: tslib "^2.4.0" -"@graphql-tools/utils@8.9.0", "@graphql-tools/utils@^8.6.0", "@graphql-tools/utils@^8.8.0": +"@graphql-tools/utils@8.9.0": version "8.9.0" resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.9.0.tgz#c6aa5f651c9c99e1aca55510af21b56ec296cdb7" integrity sha512-pjJIWH0XOVnYGXCqej8g/u/tsfV4LvLlj0eATKQu5zwnxd/TiTHq7Cg313qUPTFFHZ3PP5wJ15chYVtLDwaymg== dependencies: tslib "^2.4.0" +"@graphql-tools/utils@8.9.1", "@graphql-tools/utils@^8.6.0", "@graphql-tools/utils@^8.8.0": + version "8.9.1" + resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.9.1.tgz#11d6c8a292ac5f224dfda655b87adfece3a257c6" + integrity sha512-LHR7U4okICeUap+WV/T1FnLOmTr3KYuphgkXYendaBVO/DXKyc+TeOFBiN1LcEjPqCB8hO+0B0iTIO0cGqhNTA== + dependencies: + tslib "^2.4.0" + "@graphql-tools/wrap@8.5.1": version "8.5.1" resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-8.5.1.tgz#d4bd1f89850bb1ce0209f35f66d002080b439495" @@ -1914,6 +1961,17 @@ tslib "^2.4.0" value-or-promise "1.0.11" +"@graphql-tools/wrap@9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-9.0.0.tgz#6f89fa379f4decae45dc3a89366cbb54c4fc6278" + integrity sha512-kBR7xKdPPnAK2OKimAeFKN/OZHSKVjAoxJPT6gfPE27fe/N1vhvAV6/wlYDgfJvWfeX3+3XLwRAcWCyZQbg0QQ== + dependencies: + "@graphql-tools/delegate" "9.0.0" + "@graphql-tools/schema" "9.0.0" + "@graphql-tools/utils" "8.9.1" + tslib "^2.4.0" + value-or-promise "1.0.11" + "@graphql-typed-document-node/core@3.1.1", "@graphql-typed-document-node/core@^3.1.1": version "3.1.1" resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.1.tgz#076d78ce99822258cf813ecc1e7fa460fa74d052" @@ -2830,12 +2888,7 @@ ajv@^6.10.0, ajv@^6.12.4: json-schema-traverse "^0.4.1" uri-js "^4.2.2" -ansi-colors@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348" - integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA== - -ansi-colors@^4.1.3: +ansi-colors@^4.1.1, ansi-colors@^4.1.3: version "4.1.3" resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.3.tgz#37611340eb2243e70cc604cad35d63270d48781b" integrity sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw== @@ -2935,7 +2988,7 @@ array-union@^2.1.0: resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d" integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== -array.prototype.flat@^1.2.3: +array.prototype.flat@^1.2.3, array.prototype.flat@^1.2.5: version "1.3.0" resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.0.tgz#0b0c1567bf57b38b56b4c97b8aa72ab45e4adc7b" integrity sha512-12IUEkHsAhA4DY5s0FPgNXIdc8VRSqD9Zp78a5au9abH/SOBrsp082JOWFNTjkMozh8mqcdiKuaLGhPeYztxSw== @@ -2945,15 +2998,6 @@ array.prototype.flat@^1.2.3: es-abstract "^1.19.2" es-shim-unscopables "^1.0.0" -array.prototype.flat@^1.2.5: - version "1.2.5" - resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.5.tgz#07e0975d84bbc7c48cd1879d609e682598d33e13" - integrity sha512-KaYU+S+ndVqyUnignHftkwc58o3uVU1jzczILJ1tN2YaIZpFIKBiP/x/j97E5MVPsaCloPbqWLB/8qCTVvT2qg== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - es-abstract "^1.19.0" - array.prototype.flatmap@^1.3.0: version "1.3.0" resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.0.tgz#a7e8ed4225f4788a70cd910abcf0791e76a5534f"