Skip to content

Update Examples#2117

Open
theguild-bot wants to merge 1 commit intomainfrom
examples/update
Open

Update Examples#2117
theguild-bot wants to merge 1 commit intomainfrom
examples/update

Conversation

@theguild-bot
Copy link
Collaborator

The examples converted from E2E tests have changed in 8c3e2ea.

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request focuses on maintaining the examples by updating numerous dependencies to their latest compatible versions. This ensures that the example projects remain current with the GraphQL ecosystem and AWS SDKs, reflecting best practices and incorporating any bug fixes or minor enhancements from upstream libraries.

Highlights

  • Dependency Updates: Updated @graphql-hive/gateway to version 2.5.10 across all example projects.
  • AWS SDK Updates: Upgraded @aws-sdk/client-sts and other @smithy related packages to their latest patch versions.
  • GraphQL Ecosystem Updates: Applied various patch and minor version updates to several @graphql-mesh and @graphql-tools dependencies, including fusion-runtime, plugin-prometheus, plugin-response-cache, types, utils, batch-delegate, delegate, federation, stitch, stitching-directives, and wrap.
Changelog
  • examples/apq-subgraphs/package-lock.json
    • Updated @graphql-hive/gateway from 2.5.9 to 2.5.10.
    • Updated @aws-sdk/client-sts from 3.1009.0 to 3.1011.0.
    • Updated @graphql-hive/gateway-runtime from 2.7.7 to 2.7.8.
    • Updated @graphql-hive/plugin-aws-sigv4 from 2.0.32 to 2.0.33.
    • Updated @graphql-hive/plugin-opentelemetry from 1.4.6 to 1.4.7.
    • Updated @graphql-mesh/fusion-runtime from 1.8.0 to 1.8.1.
    • Updated @graphql-mesh/plugin-prometheus from 2.1.25 to 2.1.26.
    • Updated @graphql-mesh/plugin-response-cache from 0.104.30 to 0.104.32.
    • Updated @graphql-mesh/string-interpolation from 0.5.11 to 0.5.12.
    • Updated @graphql-mesh/types from 0.104.23 to 0.104.24.
    • Updated @graphql-mesh/utils from 0.104.25 to 0.104.27.
    • Updated @graphql-tools/batch-delegate from 10.0.17 to 10.0.18.
    • Updated @graphql-tools/delegate from 12.0.11 to 12.0.12.
    • Updated @graphql-tools/federation from 4.3.0 to 4.3.1.
    • Updated @graphql-tools/stitch from 10.1.15 to 10.1.16.
    • Updated @graphql-tools/stitching-directives from 4.0.17 to 4.0.18.
    • Updated @graphql-tools/wrap from 11.1.11 to 11.1.12.
    • Updated @smithy/core from 3.23.11 to 3.23.12.
    • Updated @smithy/middleware-endpoint from 4.4.25 to 4.4.26.
    • Updated @smithy/middleware-retry from 4.4.42 to 4.4.43.
    • Updated @smithy/middleware-serde from 4.2.14 to 4.2.15.
    • Updated @smithy/node-http-handler from 4.4.16 to 4.5.0.
    • Updated @smithy/smithy-client from 4.12.5 to 4.12.6.
    • Updated @smithy/util-defaults-mode-browser from 4.3.41 to 4.3.42.
    • Updated @smithy/util-defaults-mode-node from 4.2.44 to 4.2.45.
    • Updated @smithy/util-stream from 4.5.19 to 4.5.20.
    • Updated dayjs from 1.11.19 to 1.11.20.
  • examples/apq-subgraphs/package.json
    • Updated @graphql-hive/gateway from ^2.5.9 to ^2.5.10.
  • examples/extra-fields/package-lock.json
    • Updated @graphql-hive/gateway from 2.5.9 to 2.5.10.
    • Updated @aws-sdk/client-sts from 3.1009.0 to 3.1011.0.
    • Updated @graphql-hive/gateway-runtime from 2.7.7 to 2.7.8.
    • Updated @graphql-hive/plugin-aws-sigv4 from 2.0.32 to 2.0.33.
    • Updated @graphql-hive/plugin-opentelemetry from 1.4.6 to 1.4.7.
    • Updated @graphql-mesh/fusion-runtime from 1.8.0 to 1.8.1.
    • Updated @graphql-mesh/plugin-prometheus from 2.1.25 to 2.1.26.
    • Updated @graphql-mesh/plugin-response-cache from 0.104.30 to 0.104.32.
    • Updated @graphql-mesh/string-interpolation from 0.5.11 to 0.5.12.
    • Updated @graphql-mesh/types from 0.104.23 to 0.104.24.
    • Updated @graphql-mesh/utils from 0.104.25 to 0.104.27.
    • Updated @graphql-tools/batch-delegate from 10.0.17 to 10.0.18.
    • Updated @graphql-tools/delegate from 12.0.11 to 12.0.12.
    • Updated @graphql-tools/federation from 4.3.0 to 4.3.1.
    • Updated @graphql-tools/stitch from 10.1.15 to 10.1.16.
    • Updated @graphql-tools/stitching-directives from 4.0.17 to 4.0.18.
    • Updated @graphql-tools/wrap from 11.1.11 to 11.1.12.
    • Updated @smithy/core from 3.23.11 to 3.23.12.
    • Updated @smithy/middleware-endpoint from 4.4.25 to 4.4.26.
    • Updated @smithy/middleware-retry from 4.4.42 to 4.4.43.
    • Updated @smithy/middleware-serde from 4.2.14 to 4.2.15.
    • Updated @smithy/node-http-handler from 4.4.16 to 4.5.0.
    • Updated @smithy/smithy-client from 4.12.5 to 4.12.6.
    • Updated @smithy/util-defaults-mode-browser from 4.3.41 to 4.3.42.
    • Updated @smithy/util-defaults-mode-node from 4.2.44 to 4.2.45.
    • Updated @smithy/util-stream from 4.5.19 to 4.5.20.
    • Updated dayjs from 1.11.19 to 1.11.20.
  • examples/extra-fields/package.json
    • Updated @graphql-hive/gateway from ^2.5.9 to ^2.5.10.
  • examples/federation-example/package-lock.json
    • Updated @graphql-hive/gateway from 2.5.9 to 2.5.10.
    • Updated @aws-sdk/client-sts from 3.1009.0 to 3.1011.0.
    • Updated @graphql-hive/gateway-runtime from 2.7.7 to 2.7.8.
    • Updated @graphql-hive/plugin-aws-sigv4 from 2.0.32 to 2.0.33.
    • Updated @graphql-hive/plugin-opentelemetry from 1.4.6 to 1.4.7.
    • Updated @graphql-mesh/fusion-runtime from 1.8.0 to 1.8.1.
    • Updated @graphql-mesh/plugin-prometheus from 2.1.25 to 2.1.26.
    • Updated @graphql-mesh/plugin-response-cache from 0.104.30 to 0.104.32.
    • Updated @graphql-mesh/string-interpolation from 0.5.11 to 0.5.12.
    • Updated @graphql-mesh/types from 0.104.23 to 0.104.24.
    • Updated @graphql-mesh/utils from 0.104.25 to 0.104.27.
    • Updated @graphql-tools/batch-delegate from 10.0.17 to 10.0.18.
    • Updated @graphql-tools/delegate from 12.0.11 to 12.0.12.
    • Updated @graphql-tools/federation from 4.3.0 to 4.3.1.
    • Updated @graphql-tools/stitch from 10.1.15 to 10.1.16.
    • Updated @graphql-tools/stitching-directives from 4.0.17 to 4.0.18.
    • Updated @graphql-tools/wrap from 11.1.11 to 11.1.12.
    • Updated @smithy/core from 3.23.11 to 3.23.12.
    • Updated @smithy/middleware-endpoint from 4.4.25 to 4.4.26.
    • Updated @smithy/middleware-retry from 4.4.42 to 4.4.43.
    • Updated @smithy/middleware-serde from 4.2.14 to 4.2.15.
    • Updated @smithy/node-http-handler from 4.4.16 to 4.5.0.
    • Updated @smithy/smithy-client from 4.12.5 to 4.12.6.
    • Updated @smithy/util-defaults-mode-browser from 4.3.41 to 4.3.42.
    • Updated @smithy/util-defaults-mode-node from 4.2.44 to 4.2.45.
    • Updated @smithy/util-stream from 4.5.19 to 4.5.20.
    • Updated dayjs from 1.11.19 to 1.11.20.
  • examples/federation-example/package.json
    • Updated @graphql-hive/gateway from ^2.5.9 to ^2.5.10.
  • examples/federation-mixed/package-lock.json
    • Updated @graphql-hive/gateway from 2.5.9 to 2.5.10.
    • Updated @aws-sdk/client-sts from 3.1009.0 to 3.1011.0.
    • Updated @graphql-hive/gateway-runtime from 2.7.7 to 2.7.8.
    • Updated @graphql-hive/plugin-aws-sigv4 from 2.0.32 to 2.0.33.
    • Updated @graphql-hive/plugin-opentelemetry from 1.4.6 to 1.4.7.
    • Updated @graphql-mesh/fusion-runtime from 1.8.0 to 1.8.1.
    • Updated @graphql-mesh/plugin-prometheus from 2.1.25 to 2.1.26.
    • Updated @graphql-mesh/plugin-response-cache from 0.104.30 to 0.104.32.
    • Updated @graphql-mesh/string-interpolation from 0.5.11 to 0.5.12.
    • Updated @graphql-mesh/types from 0.104.23 to 0.104.24.
    • Updated @graphql-mesh/utils from 0.104.25 to 0.104.27.
    • Updated @graphql-tools/batch-delegate from 10.0.17 to 10.0.18.
    • Updated @graphql-tools/delegate from 12.0.11 to 12.0.12.
    • Updated @graphql-tools/federation from 4.3.0 to 4.3.1.
    • Updated @graphql-tools/stitch from 10.1.15 to 10.1.16.
    • Updated @graphql-tools/stitching-directives from 4.0.17 to 4.0.18.
    • Updated @graphql-tools/wrap from 11.1.11 to 11.1.12.
    • Updated @smithy/core from 3.23.11 to 3.23.12.
    • Updated @smithy/middleware-endpoint from 4.4.25 to 4.4.26.
    • Updated @smithy/middleware-retry from 4.4.42 to 4.4.43.
    • Updated @smithy/middleware-serde from 4.2.14 to 4.2.15.
    • Updated @smithy/node-http-handler from 4.4.16 to 4.5.0.
    • Updated @smithy/smithy-client from 4.12.5 to 4.12.6.
    • Updated @smithy/util-defaults-mode-browser from 4.3.41 to 4.3.42.
    • Updated @smithy/util-defaults-mode-node from 4.2.44 to 4.2.45.
    • Updated @smithy/util-stream from 4.5.19 to 4.5.20.
    • Updated dayjs from 1.11.19 to 1.11.20.
  • examples/federation-mixed/package.json
    • Updated @graphql-hive/gateway from ^2.5.9 to ^2.5.10.
  • examples/federation-subscriptions-passthrough/package-lock.json
    • Updated @graphql-hive/gateway from 2.5.9 to 2.5.10.
    • Updated @aws-sdk/client-sts from 3.1009.0 to 3.1011.0.
    • Updated @graphql-hive/gateway-runtime from 2.7.7 to 2.7.8.
    • Updated @graphql-hive/plugin-aws-sigv4 from 2.0.32 to 2.0.33.
    • Updated @graphql-hive/plugin-opentelemetry from 1.4.6 to 1.4.7.
    • Updated @graphql-mesh/fusion-runtime from 1.8.0 to 1.8.1.
    • Updated @graphql-mesh/plugin-prometheus from 2.1.25 to 2.1.26.
    • Updated @graphql-mesh/plugin-response-cache from 0.104.30 to 0.104.32.
    • Updated @graphql-mesh/string-interpolation from 0.5.11 to 0.5.12.
    • Updated @graphql-mesh/types from 0.104.23 to 0.104.24.
    • Updated @graphql-mesh/utils from 0.104.25 to 0.104.27.
    • Updated @graphql-tools/batch-delegate from 10.0.17 to 10.0.18.
    • Updated @graphql-tools/delegate from 12.0.11 to 12.0.12.
    • Updated @graphql-tools/federation from 4.3.0 to 4.3.1.
    • Updated @graphql-tools/stitch from 10.1.15 to 10.1.16.
    • Updated @graphql-tools/stitching-directives from 4.0.17 to 4.0.18.
    • Updated @graphql-tools/wrap from 11.1.11 to 11.1.12.
    • Updated @smithy/core from 3.23.11 to 3.23.12.
    • Updated @smithy/middleware-endpoint from 4.4.25 to 4.4.26.
    • Updated @smithy/middleware-retry from 4.4.42 to 4.4.43.
    • Updated @smithy/middleware-serde from 4.2.14 to 4.2.15.
    • Updated @smithy/node-http-handler from 4.4.16 to 4.5.0.
    • Updated @smithy/smithy-client from 4.12.5 to 4.12.6.
    • Updated @smithy/util-defaults-mode-browser from 4.3.41 to 4.3.42.
    • Updated @smithy/util-defaults-mode-node from 4.2.44 to 4.2.45.
    • Updated @smithy/util-stream from 4.5.19 to 4.5.20.
    • Updated dayjs from 1.11.19 to 1.11.20.
  • examples/federation-subscriptions-passthrough/package.json
    • Updated @graphql-hive/gateway from ^2.5.9 to ^2.5.10.
  • examples/file-upload/package-lock.json
    • Updated @graphql-hive/gateway from 2.5.9 to 2.5.10.
    • Updated @aws-sdk/client-sts from 3.1009.0 to 3.1011.0.
    • Updated @graphql-hive/gateway-runtime from 2.7.7 to 2.7.8.
    • Updated @graphql-hive/plugin-aws-sigv4 from 2.0.32 to 2.0.33.
    • Updated @graphql-hive/plugin-opentelemetry from 1.4.6 to 1.4.7.
    • Updated @graphql-mesh/fusion-runtime from 1.8.0 to 1.8.1.
    • Updated @graphql-mesh/plugin-prometheus from 2.1.25 to 2.1.26.
    • Updated @graphql-mesh/plugin-response-cache from 0.104.30 to 0.104.32.
    • Updated @graphql-mesh/string-interpolation from 0.5.11 to 0.5.12.
    • Updated @graphql-mesh/types from 0.104.23 to 0.104.24.
    • Updated @graphql-mesh/utils from 0.104.25 to 0.104.27.
    • Updated @graphql-tools/batch-delegate from 10.0.17 to 10.0.18.
    • Updated @graphql-tools/delegate from 12.0.11 to 12.0.12.
    • Updated @graphql-tools/federation from 4.3.0 to 4.3.1.
    • Updated @graphql-tools/stitch from 10.1.15 to 10.1.16.
    • Updated @graphql-tools/stitching-directives from 4.0.17 to 4.0.18.
    • Updated @graphql-tools/wrap from 11.1.11 to 11.1.12.
    • Updated @smithy/core from 3.23.11 to 3.23.12.
    • Updated @smithy/middleware-endpoint from 4.4.25 to 4.4.26.
    • Updated @smithy/middleware-retry from 4.4.42 to 4.4.43.
    • Updated @smithy/middleware-serde from 4.2.14 to 4.2.15.
    • Updated @smithy/node-http-handler from 4.4.16 to 4.5.0.
    • Updated @smithy/smithy-client from 4.12.5 to 4.12.6.
    • Updated @smithy/util-defaults-mode-browser from 4.3.41 to 4.3.42.
    • Updated @smithy/util-defaults-mode-node from 4.2.44 to 4.2.45.
    • Updated @smithy/util-stream from 4.5.19 to 4.5.20.
    • Updated dayjs from 1.11.19 to 1.11.20.
  • examples/file-upload/package.json
    • Updated @graphql-hive/gateway from ^2.5.9 to ^2.5.10.
  • examples/hmac-auth-https/package-lock.json
    • Updated @graphql-hive/gateway from 2.5.9 to 2.5.10.
    • Updated @aws-sdk/client-sts from 3.1009.0 to 3.1011.0.
    • Updated @graphql-hive/gateway-runtime from 2.7.7 to 2.7.8.
    • Updated @graphql-hive/plugin-aws-sigv4 from 2.0.32 to 2.0.33.
    • Updated @graphql-hive/plugin-opentelemetry from 1.4.6 to 1.4.7.
    • Updated @graphql-mesh/fusion-runtime from 1.8.0 to 1.8.1.
    • Updated @graphql-mesh/plugin-prometheus from 2.1.25 to 2.1.26.
    • Updated @graphql-mesh/plugin-response-cache from 0.104.30 to 0.104.32.
    • Updated @graphql-mesh/string-interpolation from 0.5.11 to 0.5.12.
    • Updated @graphql-mesh/types from 0.104.23 to 0.104.24.
    • Updated @graphql-mesh/utils from 0.104.25 to 0.104.27.
    • Updated @graphql-tools/batch-delegate from 10.0.17 to 10.0.18.
    • Updated @graphql-tools/delegate from 12.0.11 to 12.0.12.
    • Updated @graphql-tools/federation from 4.3.0 to 4.3.1.
    • Updated @graphql-tools/stitch from 10.1.15 to 10.1.16.
    • Updated @graphql-tools/stitching-directives from 4.0.17 to 4.0.18.
    • Updated @graphql-tools/wrap from 11.1.11 to 11.1.12.
    • Updated @smithy/core from 3.23.11 to 3.23.12.
    • Updated @smithy/middleware-endpoint from 4.4.25 to 4.4.26.
    • Updated @smithy/middleware-retry from 4.4.42 to 4.4.43.
    • Updated @smithy/middleware-serde from 4.2.14 to 4.2.15.
    • Updated @smithy/node-http-handler from 4.4.16 to 4.5.0.
    • Updated @smithy/smithy-client from 4.12.5 to 4.12.6.
    • Updated @smithy/util-defaults-mode-browser from 4.3.41 to 4.3.42.
    • Updated @smithy/util-defaults-mode-node from 4.2.44 to 4.2.45.
    • Updated @smithy/util-stream from 4.5.19 to 4.5.20.
    • Updated dayjs from 1.11.19 to 1.11.20.
  • examples/hmac-auth-https/package.json
    • Updated @graphql-hive/gateway from ^2.5.9 to ^2.5.10.
  • examples/interface-additional-resolvers/package-lock.json
    • Updated @graphql-hive/gateway from 2.5.9 to 2.5.10.
    • Updated @aws-sdk/client-sts from 3.1009.0 to 3.1011.0.
    • Updated @graphql-hive/gateway-runtime from 2.7.7 to 2.7.8.
    • Updated @graphql-hive/plugin-aws-sigv4 from 2.0.32 to 2.0.33.
    • Updated @graphql-hive/plugin-opentelemetry from 1.4.6 to 1.4.7.
    • Updated @graphql-mesh/fusion-runtime from 1.8.0 to 1.8.1.
    • Updated @graphql-mesh/plugin-prometheus from 2.1.25 to 2.1.26.
    • Updated @graphql-mesh/plugin-response-cache from 0.104.30 to 0.104.32.
    • Updated @graphql-mesh/string-interpolation from 0.5.11 to 0.5.12.
    • Updated @graphql-mesh/types from 0.104.23 to 0.104.24.
    • Updated @graphql-mesh/utils from 0.104.25 to 0.104.27.
    • Updated @graphql-tools/batch-delegate from 10.0.17 to 10.0.18.
    • Updated @graphql-tools/delegate from 12.0.11 to 12.0.12.
    • Updated @graphql-tools/federation from 4.3.0 to 4.3.1.
    • Updated @graphql-tools/stitch from 10.1.15 to 10.1.16.
    • Updated @graphql-tools/stitching-directives from 4.0.17 to 4.0.18.
    • Updated @graphql-tools/wrap from 11.1.11 to 11.1.12.
    • Updated @smithy/core from 3.23.11 to 3.23.12.
    • Updated @smithy/middleware-endpoint from 4.4.25 to 4.4.26.
    • Updated @smithy/middleware-retry from 4.4.42 to 4.4.43.
    • Updated @smithy/middleware-serde from 4.2.14 to 4.2.15.
    • Updated @smithy/node-http-handler from 4.4.16 to 4.5.0.
    • Updated @smithy/smithy-client from 4.12.5 to 4.12.6.
    • Updated @smithy/util-defaults-mode-browser from 4.3.41 to 4.3.42.
    • Updated @smithy/util-defaults-mode-node from 4.2.44 to 4.2.45.
    • Updated @smithy/util-stream from 4.5.19 to 4.5.20.
    • Updated dayjs from 1.11.19 to 1.11.20.
  • examples/interface-additional-resolvers/package.json
    • Updated @graphql-hive/gateway from ^2.5.9 to ^2.5.10.
  • examples/json-schema-subscriptions/package-lock.json
    • Updated @graphql-hive/gateway from 2.5.9 to 2.5.10.
    • Updated @aws-sdk/client-sts from 3.1009.0 to 3.1011.0.
    • Updated @graphql-hive/gateway-runtime from 2.7.7 to 2.7.8.
    • Updated @graphql-hive/plugin-aws-sigv4 from 2.0.32 to 2.0.33.
    • Updated @graphql-hive/plugin-opentelemetry from 1.4.6 to 1.4.7.
    • Updated @graphql-mesh/fusion-runtime from 1.8.0 to 1.8.1.
    • Updated @graphql-mesh/plugin-prometheus from 2.1.25 to 2.1.26.
    • Updated @graphql-mesh/plugin-response-cache from 0.104.30 to 0.104.32.
    • Updated @graphql-mesh/string-interpolation from 0.5.11 to 0.5.12.
    • Updated @graphql-mesh/types from 0.104.23 to 0.104.24.
    • Updated @graphql-mesh/utils from 0.104.25 to 0.104.27.
    • Updated @graphql-tools/batch-delegate from 10.0.17 to 10.0.18.
    • Updated @graphql-tools/delegate from 12.0.11 to 12.0.12.
    • Updated @graphql-tools/federation from 4.3.0 to 4.3.1.
    • Updated @graphql-tools/stitch from 10.1.15 to 10.1.16.
    • Updated @graphql-tools/stitching-directives from 4.0.17 to 4.0.18.
    • Updated @graphql-tools/wrap from 11.1.11 to 11.1.12.
    • Updated @smithy/core from 3.23.11 to 3.23.12.
    • Updated @smithy/middleware-endpoint from 4.4.25 to 4.4.26.
    • Updated @smithy/middleware-retry from 4.4.42 to 4.4.43.
    • Updated @smithy/middleware-serde from 4.2.14 to 4.2.15.
    • Updated @smithy/node-http-handler from 4.4.16 to 4.5.0.
    • Updated @smithy/smithy-client from 4.12.5 to 4.12.6.
    • Updated @smithy/util-defaults-mode-browser from 4.3.41 to 4.3.42.
    • Updated @smithy/util-defaults-mode-node from 4.2.44 to 4.2.45.
    • Updated @smithy/util-stream from 4.5.19 to 4.5.20.
    • Updated dayjs from 1.11.19 to 1.11.20.
  • examples/json-schema-subscriptions/package.json
    • Updated @graphql-hive/gateway from ^2.5.9 to ^2.5.10.
  • examples/launchdarkly-override/package-lock.json
    • Updated @graphql-hive/gateway from 2.5.9 to 2.5.10.
    • Updated @aws-sdk/client-sts from 3.1009.0 to 3.1011.0.
    • Updated @graphql-hive/gateway-runtime from 2.7.7 to 2.7.8.
    • Updated @graphql-hive/plugin-aws-sigv4 from 2.0.32 to 2.0.33.
    • Updated @graphql-hive/plugin-opentelemetry from 1.4.6 to 1.4.7.
    • Updated @graphql-mesh/fusion-runtime from 1.8.0 to 1.8.1.
    • Updated @graphql-mesh/plugin-prometheus from 2.1.25 to 2.1.26.
    • Updated @graphql-mesh/plugin-response-cache from 0.104.30 to 0.104.32.
    • Updated @graphql-mesh/string-interpolation from 0.5.11 to 0.5.12.
    • Updated @graphql-mesh/types from 0.104.23 to 0.104.24.
    • Updated @graphql-mesh/utils from 0.104.25 to 0.104.27.
    • Updated @graphql-tools/batch-delegate from 10.0.17 to 10.0.18.
    • Updated @graphql-tools/delegate from 12.0.11 to 12.0.12.
    • Updated @graphql-tools/federation from 4.3.0 to 4.3.1.
    • Updated @graphql-tools/stitch from 10.1.15 to 10.1.16.
    • Updated @graphql-tools/stitching-directives from 4.0.17 to 4.0.18.
    • Updated @graphql-tools/wrap from 11.1.11 to 11.1.12.
    • Updated @smithy/core from 3.23.11 to 3.23.12.
    • Updated @smithy/middleware-endpoint from 4.4.25 to 4.4.26.
    • Updated @smithy/middleware-retry from 4.4.42 to 4.4.43.
    • Updated @smithy/middleware-serde from 4.2.14 to 4.2.15.
    • Updated @smithy/node-http-handler from 4.4.16 to 4.5.0.
    • Updated @smithy/smithy-client from 4.12.5 to 4.12.6.
    • Updated @smithy/util-defaults-mode-browser from 4.3.41 to 4.3.42.
    • Updated @smithy/util-defaults-mode-node from 4.2.44 to 4.2.45.
    • Updated @smithy/util-stream from 4.5.19 to 4.5.20.
    • Updated dayjs from 1.11.19 to 1.11.20.
  • examples/launchdarkly-override/package.json
    • Updated @graphql-hive/gateway from ^2.5.9 to ^2.5.10.
  • examples/openapi-additional-resolvers/package-lock.json
    • Updated @graphql-hive/gateway from 2.5.9 to 2.5.10.
    • Updated @aws-sdk/client-sts from 3.1009.0 to 3.1011.0.
    • Updated @graphql-hive/gateway-runtime from 2.7.7 to 2.7.8.
    • Updated @graphql-hive/plugin-aws-sigv4 from 2.0.32 to 2.0.33.
    • Updated @graphql-hive/plugin-opentelemetry from 1.4.6 to 1.4.7.
    • Updated @graphql-mesh/fusion-runtime from 1.8.0 to 1.8.1.
    • Updated @graphql-mesh/plugin-prometheus from 2.1.25 to 2.1.26.
    • Updated @graphql-mesh/plugin-response-cache from 0.104.30 to 0.104.32.
    • Updated @graphql-mesh/string-interpolation from 0.5.11 to 0.5.12.
    • Updated @graphql-mesh/types from 0.104.23 to 0.104.24.
    • Updated @graphql-mesh/utils from 0.104.25 to 0.104.27.
    • Updated @graphql-tools/batch-delegate from 10.0.17 to 10.0.18.
    • Updated @graphql-tools/delegate from 12.0.11 to 12.0.12.
    • Updated @graphql-tools/federation from 4.3.0 to 4.3.1.
    • Updated @graphql-tools/stitch from 10.1.15 to 10.1.16.
    • Updated @graphql-tools/stitching-directives from 4.0.17 to 4.0.18.
    • Updated @graphql-tools/wrap from 11.1.11 to 11.1.12.
    • Updated @smithy/core from 3.23.11 to 3.23.12.
    • Updated @smithy/middleware-endpoint from 4.4.25 to 4.4.26.
    • Updated @smithy/middleware-retry from 4.4.42 to 4.4.43.
    • Updated @smithy/middleware-serde from 4.2.14 to 4.2.15.
    • Updated @smithy/node-http-handler from 4.4.16 to 4.5.0.
    • Updated @smithy/smithy-client from 4.12.5 to 4.12.6.
    • Updated @smithy/util-defaults-mode-browser from 4.3.41 to 4.3.42.
    • Updated @smithy/util-defaults-mode-node from 4.2.44 to 4.2.45.
    • Updated @smithy/util-stream from 4.5.19 to 4.5.20.
    • Updated dayjs from 1.11.19 to 1.11.20.
  • examples/openapi-additional-resolvers/package.json
    • Updated @graphql-hive/gateway from ^2.5.9 to ^2.5.10.
  • examples/openapi-arg-rename/package-lock.json
    • Updated @graphql-hive/gateway from 2.5.9 to 2.5.10.
    • Updated @aws-sdk/client-sts from 3.1009.0 to 3.1011.0.
    • Updated @graphql-hive/gateway-runtime from 2.7.7 to 2.7.8.
    • Updated @graphql-hive/plugin-aws-sigv4 from 2.0.32 to 2.0.33.
    • Updated @graphql-hive/plugin-opentelemetry from 1.4.6 to 1.4.7.
    • Updated @graphql-mesh/fusion-runtime from 1.8.0 to 1.8.1.
    • Updated @graphql-mesh/plugin-prometheus from 2.1.25 to 2.1.26.
    • Updated @graphql-mesh/plugin-response-cache from 0.104.30 to 0.104.32.
    • Updated @graphql-mesh/string-interpolation from 0.5.11 to 0.5.12.
    • Updated @graphql-mesh/types from 0.104.23 to 0.104.24.
    • Updated @graphql-mesh/utils from 0.104.25 to 0.104.27.
    • Updated @graphql-tools/batch-delegate from 10.0.17 to 10.0.18.
    • Updated @graphql-tools/delegate from 12.0.11 to 12.0.12.
    • Updated @graphql-tools/federation from 4.3.0 to 4.3.1.
    • Updated @graphql-tools/stitch from 10.1.15 to 10.1.16.
    • Updated @graphql-tools/stitching-directives from 4.0.17 to 4.0.18.
    • Updated @graphql-tools/wrap from 11.1.11 to 11.1.12.
    • Updated @smithy/core from 3.23.11 to 3.23.12.
    • Updated @smithy/middleware-endpoint from 4.4.25 to 4.4.26.
    • Updated @smithy/middleware-retry from 4.4.42 to 4.4.43.
    • Updated @smithy/middleware-serde from 4.2.14 to 4.2.15.
    • Updated @smithy/node-http-handler from 4.4.16 to 4.5.0.
    • Updated @smithy/smithy-client from 4.12.5 to 4.12.6.
    • Updated @smithy/util-defaults-mode-browser from 4.3.41 to 4.3.42.
    • Updated @smithy/util-defaults-mode-node from 4.2.44 to 4.2.45.
    • Updated @smithy/util-stream from 4.5.19 to 4.5.20.
    • Updated dayjs from 1.11.19 to 1.11.20.
  • examples/openapi-arg-rename/package.json
    • Updated @graphql-hive/gateway from ^2.5.9 to ^2.5.10.
  • examples/openapi-javascript-wiki/package-lock.json
    • Updated @graphql-hive/gateway from 2.5.9 to 2.5.10.
    • Updated @aws-sdk/client-sts from 3.1009.0 to 3.1011.0.
    • Updated @graphql-hive/gateway-runtime from 2.7.7 to 2.7.8.
    • Updated @graphql-hive/plugin-aws-sigv4 from 2.0.32 to 2.0.33.
    • Updated @graphql-hive/plugin-opentelemetry from 1.4.6 to 1.4.7.
    • Updated @graphql-mesh/fusion-runtime from 1.8.0 to 1.8.1.
    • Updated @graphql-mesh/plugin-prometheus from 2.1.25 to 2.1.26.
    • Updated @graphql-mesh/plugin-response-cache from 0.104.30 to 0.104.32.
    • Updated @graphql-mesh/string-interpolation from 0.5.11 to 0.5.12.
    • Updated @graphql-mesh/types from 0.104.23 to 0.104.24.
    • Updated @graphql-mesh/utils from 0.104.25 to 0.104.27.
    • Updated @graphql-tools/batch-delegate from 10.0.17 to 10.0.18.
    • Updated @graphql-tools/delegate from 12.0.11 to 12.0.12.
    • Updated @graphql-tools/federation from 4.3.0 to 4.3.1.
    • Updated @graphql-tools/stitch from 10.1.15 to 10.1.16.
    • Updated @graphql-tools/stitching-directives from 4.0.17 to 4.0.18.
    • Updated @graphql-tools/wrap from 11.1.11 to 11.1.12.
    • Updated @smithy/core from 3.23.11 to 3.23.12.
    • Updated @smithy/middleware-endpoint from 4.4.25 to 4.4.26.
    • Updated @smithy/middleware-retry from 4.4.42 to 4.4.43.
    • Updated @smithy/middleware-serde from 4.2.14 to 4.2.15.
    • Updated @smithy/node-http-handler from 4.4.16 to 4.5.0.
    • Updated @smithy/smithy-client from 4.12.5 to 4.12.6.
    • Updated @smithy/util-defaults-mode-browser from 4.3.41 to 4.3.42.
    • Updated @smithy/util-defaults-mode-node from 4.2.44 to 4.2.45.
    • Updated @smithy/util-stream from 4.5.19 to 4.5.20.
    • Updated dayjs from 1.11.19 to 1.11.20.
  • examples/openapi-javascript-wiki/package.json
    • Updated @graphql-hive/gateway from ^2.5.9 to ^2.5.10.
  • examples/openapi-subscriptions/package-lock.json
    • Updated @graphql-hive/gateway from 2.5.9 to 2.5.10.
    • Updated @aws-sdk/client-sts from 3.1009.0 to 3.1011.0.
    • Updated @graphql-hive/gateway-runtime from 2.7.7 to 2.7.8.
    • Updated @graphql-hive/plugin-aws-sigv4 from 2.0.32 to 2.0.33.
    • Updated @graphql-hive/plugin-opentelemetry from 1.4.6 to 1.4.7.
    • Updated @graphql-mesh/fusion-runtime from 1.8.0 to 1.8.1.
    • Updated @graphql-mesh/plugin-prometheus from 2.1.25 to 2.1.26.
    • Updated @graphql-mesh/plugin-response-cache from 0.104.30 to 0.104.32.
    • Updated @graphql-mesh/string-interpolation from 0.5.11 to 0.5.12.
    • Updated @graphql-mesh/types from 0.104.23 to 0.104.24.
    • Updated @graphql-mesh/utils from 0.104.25 to 0.104.27.
    • Updated @graphql-tools/batch-delegate from 10.0.17 to 10.0.18.
    • Updated @graphql-tools/delegate from 12.0.11 to 12.0.12.
    • Updated @graphql-tools/federation from 4.3.0 to 4.3.1.
    • Updated @graphql-tools/stitch from 10.1.15 to 10.1.16.
    • Updated @graphql-tools/stitching-directives from 4.0.17 to 4.0.18.
    • Updated @graphql-tools/wrap from 11.1.11 to 11.1.12.
    • Updated @smithy/core from 3.23.11 to 3.23.12.
    • Updated @smithy/middleware-endpoint from 4.4.25 to 4.4.26.
    • Updated @smithy/middleware-retry from 4.4.42 to 4.4.43.
    • Updated @smithy/middleware-serde from 4.2.14 to 4.2.15.
    • Updated @smithy/node-http-handler from 4.4.16 to 4.5.0.
    • Updated @smithy/smithy-client from 4.12.5 to 4.12.6.
    • Updated @smithy/util-defaults-mode-browser from 4.3.41 to 4.3.42.
    • Updated @smithy/util-defaults-mode-node from 4.2.44 to 4.2.45.
    • Updated @smithy/util-stream from 4.5.19 to 4.5.20.
    • Updated dayjs from 1.11.19 to 1.11.20.
  • examples/openapi-subscriptions/package.json
    • Updated @graphql-hive/gateway from ^2.5.9 to ^2.5.10.
  • examples/operation-field-permissions/package-lock.json
    • Updated @graphql-hive/gateway from 2.5.9 to 2.5.10.
    • Updated @aws-sdk/client-sts from 3.1009.0 to 3.1011.0.
    • Updated @graphql-hive/gateway-runtime from 2.7.7 to 2.7.8.
    • Updated @graphql-hive/plugin-aws-sigv4 from 2.0.32 to 2.0.33.
    • Updated @graphql-hive/plugin-opentelemetry from 1.4.6 to 1.4.7.
    • Updated @graphql-mesh/fusion-runtime from 1.8.0 to 1.8.1.
    • Updated @graphql-mesh/plugin-prometheus from 2.1.25 to 2.1.26.
    • Updated @graphql-mesh/plugin-response-cache from 0.104.30 to 0.104.32.
    • Updated @graphql-mesh/string-interpolation from 0.5.11 to 0.5.12.
    • Updated @graphql-mesh/types from 0.104.23 to 0.104.24.
    • Updated @graphql-mesh/utils from 0.104.25 to 0.104.27.
    • Updated @graphql-tools/batch-delegate from 10.0.17 to 10.0.18.
    • Updated @graphql-tools/delegate from 12.0.11 to 12.0.12.
    • Updated @graphql-tools/federation from 4.3.0 to 4.3.1.
    • Updated @graphql-tools/stitch from 10.1.15 to 10.1.16.
    • Updated @graphql-tools/stitching-directives from 4.0.17 to 4.0.18.
    • Updated @graphql-tools/wrap from 11.1.11 to 11.1.12.
    • Updated @smithy/core from 3.23.11 to 3.23.12.
    • Updated @smithy/middleware-endpoint from 4.4.25 to 4.4.26.
    • Updated @smithy/middleware-retry from 4.4.42 to 4.4.43.
    • Updated @smithy/middleware-serde from 4.2.14 to 4.2.15.
    • Updated @smithy/node-http-handler from 4.4.16 to 4.5.0.
    • Updated @smithy/smithy-client from 4.12.5 to 4.12.6.
    • Updated @smithy/util-defaults-mode-browser from 4.3.41 to 4.3.42.
    • Updated @smithy/util-defaults-mode-node from 4.2.44 to 4.2.45.
    • Updated @smithy/util-stream from 4.5.19 to 4.5.20.
    • Updated dayjs from 1.11.19 to 1.11.20.
  • examples/operation-field-permissions/package.json
    • Updated @graphql-hive/gateway from ^2.5.9 to ^2.5.10.
  • examples/programmatic-batching/package-lock.json
    • Updated @graphql-hive/gateway from 2.5.9 to 2.5.10.
    • Updated @aws-sdk/client-sts from 3.1009.0 to 3.1011.0.
    • Updated @graphql-hive/gateway-runtime from 2.7.7 to 2.7.8.
    • Updated @graphql-hive/plugin-aws-sigv4 from 2.0.32 to 2.0.33.
    • Updated @graphql-hive/plugin-opentelemetry from 1.4.6 to 1.4.7.
    • Updated @graphql-mesh/fusion-runtime from 1.8.0 to 1.8.1.
    • Updated @graphql-mesh/plugin-prometheus from 2.1.25 to 2.1.26.
    • Updated @graphql-mesh/plugin-response-cache from 0.104.30 to 0.104.32.
    • Updated @graphql-mesh/string-interpolation from 0.5.11 to 0.5.12.
    • Updated @graphql-mesh/types from 0.104.23 to 0.104.24.
    • Updated @graphql-mesh/utils from 0.104.25 to 0.104.27.
    • Updated @graphql-tools/batch-delegate from 10.0.17 to 10.0.18.
    • Updated @graphql-tools/delegate from 12.0.11 to 12.0.12.
    • Updated @graphql-tools/federation from 4.3.0 to 4.3.1.
    • Updated @graphql-tools/stitch from 10.1.15 to 10.1.16.
    • Updated @graphql-tools/stitching-directives from 4.0.17 to 4.0.18.
    • Updated @graphql-tools/wrap from 11.1.11 to 11.1.12.
    • Updated @smithy/core from 3.23.11 to 3.23.12.
    • Updated @smithy/middleware-endpoint from 4.4.25 to 4.4.26.
    • Updated @smithy/middleware-retry from 4.4.42 to 4.4.43.
    • Updated @smithy/middleware-serde from 4.2.14 to 4.2.15.
    • Updated @smithy/node-http-handler from 4.4.16 to 4.5.0.
    • Updated @smithy/smithy-client from 4.12.5 to 4.12.6.
    • Updated @smithy/util-defaults-mode-browser from 4.3.41 to 4.3.42.
    • Updated @smithy/util-defaults-mode-node from 4.2.44 to 4.2.45.
    • Updated @smithy/util-stream from 4.5.19 to 4.5.20.
  • examples/programmatic-batching/package.json
    • Updated @graphql-hive/gateway from ^2.5.9 to ^2.5.10.
  • examples/subscriptions-with-transforms/package-lock.json
    • Updated @graphql-hive/gateway from 2.5.9 to 2.5.10.
    • Updated @aws-sdk/client-sts from 3.1009.0 to 3.1011.0.
    • Updated @graphql-hive/gateway-runtime from 2.7.7 to 2.7.8.
    • Updated @graphql-hive/plugin-aws-sigv4 from 2.0.32 to 2.0.33.
    • Updated @graphql-hive/plugin-opentelemetry from 1.4.6 to 1.4.7.
    • Updated @graphql-mesh/fusion-runtime from 1.8.0 to 1.8.1.
    • Updated @graphql-mesh/plugin-prometheus from 2.1.25 to 2.1.26.
    • Updated @graphql-mesh/plugin-response-cache from 0.104.30 to 0.104.32.
    • Updated @graphql-mesh/string-interpolation from 0.5.11 to 0.5.12.
    • Updated @graphql-mesh/types from 0.104.23 to 0.104.24.
    • Updated @graphql-mesh/utils from 0.104.25 to 0.104.27.
    • Updated @graphql-tools/batch-delegate from 10.0.17 to 10.0.18.
    • Updated @graphql-tools/delegate from 12.0.11 to 12.0.12.
    • Updated @graphql-tools/federation from 4.3.0 to 4.3.1.
    • Updated @graphql-tools/stitch from 10.1.15 to 10.1.16.
    • Updated @graphql-tools/stitching-directives from 4.0.17 to 4.0.18.
    • Updated @graphql-tools/wrap from 11.1.11 to 11.1.12.
    • Updated @smithy/core from 3.23.11 to 3.23.12.
    • Updated @smithy/middleware-endpoint from 4.4.25 to 4.4.26.
    • Updated @smithy/middleware-retry from 4.4.42 to 4.4.43.
    • Updated @smithy/middleware-serde from 4.2.14 to 4.2.15.
    • Updated @smithy/node-http-handler from 4.4.16 to 4.5.0.
    • Updated @smithy/smithy-client from 4.12.5 to 4.12.6.
    • Updated @smithy/util-defaults-mode-browser from 4.3.41 to 4.3.42.
    • Updated @smithy/util-defaults-mode-node from 4.2.44 to 4.2.45.
    • Updated @smithy/util-stream from 4.5.19 to 4.5.20.
  • examples/subscriptions-with-transforms/package.json
    • Updated @graphql-hive/gateway from ^2.5.9 to ^2.5.10.
  • examples/type-merging-batching/package-lock.json
    • Updated @graphql-hive/gateway from 2.5.9 to 2.5.10.
    • Updated @aws-sdk/client-sts from 3.1009.0 to 3.1011.0.
    • Updated @graphql-hive/gateway-runtime from 2.7.7 to 2.7.8.
    • Updated @graphql-hive/plugin-aws-sigv4 from 2.0.32 to 2.0.33.
    • Updated @graphql-hive/plugin-opentelemetry from 1.4.6 to 1.4.7.
    • Updated @graphql-mesh/fusion-runtime from 1.8.0 to 1.8.1.
    • Updated @graphql-mesh/plugin-prometheus from 2.1.25 to 2.1.26.
    • Updated @graphql-mesh/plugin-response-cache from 0.104.30 to 0.104.32.
    • Updated @graphql-mesh/string-interpolation from 0.5.11 to 0.5.12.
    • Updated @graphql-mesh/types from 0.104.23 to 0.104.24.
    • Updated @graphql-mesh/utils from 0.104.25 to 0.104.27.
    • Updated @graphql-tools/batch-delegate from 10.0.17 to 10.0.18.
    • Updated @graphql-tools/delegate from 12.0.11 to 12.0.12.
    • Updated @graphql-tools/federation from 4.3.0 to 4.3.1.
    • Updated @graphql-tools/stitch from 10.1.15 to 10.1.16.
    • Updated @graphql-tools/stitching-directives from 4.0.17 to 4.0.18.
    • Updated @graphql-tools/wrap from 11.1.11 to 11.1.12.
    • Updated @smithy/core from 3.23.11 to 3.23.12.
    • Updated @smithy/middleware-endpoint from 4.4.25 to 4.4.26.
    • Updated @smithy/middleware-retry from 4.4.42 to 4.4.43.
    • Updated @smithy/middleware-serde from 4.2.14 to 4.2.15.
    • Updated @smithy/node-http-handler from 4.4.16 to 4.5.0.
    • Updated @smithy/smithy-client from 4.12.5 to 4.12.6.
    • Updated @smithy/util-defaults-mode-browser from 4.3.41 to 4.3.42.
    • Updated @smithy/util-defaults-mode-node from 4.2.44 to 4.2.45.
    • Updated @smithy/util-stream from 4.5.19 to 4.5.20.
  • examples/type-merging-batching/package.json
    • Updated @graphql-hive/gateway from ^2.5.9 to ^2.5.10.
Activity
  • The examples were updated to reflect changes from E2E tests, as indicated by commit 8c3e2ead3753e41345f6e22885e943f88fa9353e.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request consists of dependency updates across multiple example packages. The main change is bumping @graphql-hive/gateway from version 2.5.9 to 2.5.10, along with updates to various other transitive dependencies in the package-lock.json files. These changes appear to be routine maintenance to keep the examples up-to-date. I have reviewed the dependency bumps and found no issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant