Skip to content

Conversation

theguild-bot
Copy link
Collaborator

The examples converted from E2E tests have changed in 6f20b3b.

Copy link
Contributor

coderabbitai bot commented Feb 23, 2025

📝 Walkthrough

Summary by CodeRabbit

  • Chores
    • Upgraded several third-party dependencies across multiple components to their latest minor versions.
    • Applied minor version updates for packages related to data transport and authentication layers.

Walkthrough

This pull request updates the dependency versions in various example projects. In most cases, the version of @graphql-hive/gateway is incremented from ^1.10.3 to ^1.10.4. Additionally, two examples include further updates: one updates @graphql-mesh/transport-ws from ^1.0.3 to ^1.0.4, and another updates @graphql-mesh/hmac-upstream-signature from ^1.2.20 to ^1.2.21. No other file configurations or dependency changes are introduced.

Changes

File(s) Change Summary
examples/{apq-subgraphs, extra-fields, federation-example, federation-mixed, file-upload, interface-additional-resolvers, json-schema-subscriptions, openapi-additional-resolvers, openapi-arg-rename, openapi-javascript-wiki, openapi-subscriptions, operation-field-permissions, programmatic-batching, subscriptions-with-transforms, type-merging-batching}/package.json Update @graphql-hive/gateway from ^1.10.3 to ^1.10.4
examples/federation-subscriptions-passthrough/package.json Update @graphql-hive/gateway from ^1.10.3 to ^1.10.4; update @graphql-mesh/transport-ws from ^1.0.3 to ^1.0.4
examples/hmac-auth-https/package.json Update @graphql-hive/gateway from ^1.10.3 to ^1.10.4; update @graphql-mesh/hmac-upstream-signature from ^1.2.20 to ^1.2.21

Possibly related PRs

  • Fix Format CI #676: Updates the @graphql-hive/gateway dependency in multiple package.json files, aligning closely with this PR’s changes.
  • Upcoming Release Changes #612: Modifies the gateway dependency version from ^1.10.3 to ^1.10.4, representing a direct code-level update.
  • Update Examples #604: Also focuses on updating the @graphql-hive/gateway version in package.json files across similar examples.

Suggested reviewers

  • dotansimha
  • ardatan

Poem

(__/)
(•ㅅ•) Hop along, I’m the rabbit of code,
Skipping through versions on my humble road.
Updated dependencies make my spirit leap,
Celebrating changes with a joyful beep!


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: ASSERTIVE
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 6f20b3b and 6e37d3d.

⛔ Files ignored due to path filters (34)
  • examples/apq-subgraphs/example.tar.gz is excluded by !**/*.gz
  • examples/apq-subgraphs/package-lock.json is excluded by !**/package-lock.json
  • examples/extra-fields/example.tar.gz is excluded by !**/*.gz
  • examples/extra-fields/package-lock.json is excluded by !**/package-lock.json
  • examples/federation-example/example.tar.gz is excluded by !**/*.gz
  • examples/federation-example/package-lock.json is excluded by !**/package-lock.json
  • examples/federation-mixed/example.tar.gz is excluded by !**/*.gz
  • examples/federation-mixed/package-lock.json is excluded by !**/package-lock.json
  • examples/federation-subscriptions-passthrough/example.tar.gz is excluded by !**/*.gz
  • examples/federation-subscriptions-passthrough/package-lock.json is excluded by !**/package-lock.json
  • examples/file-upload/example.tar.gz is excluded by !**/*.gz
  • examples/file-upload/package-lock.json is excluded by !**/package-lock.json
  • examples/hmac-auth-https/example.tar.gz is excluded by !**/*.gz
  • examples/hmac-auth-https/package-lock.json is excluded by !**/package-lock.json
  • examples/interface-additional-resolvers/example.tar.gz is excluded by !**/*.gz
  • examples/interface-additional-resolvers/package-lock.json is excluded by !**/package-lock.json
  • examples/json-schema-subscriptions/example.tar.gz is excluded by !**/*.gz
  • examples/json-schema-subscriptions/package-lock.json is excluded by !**/package-lock.json
  • examples/openapi-additional-resolvers/example.tar.gz is excluded by !**/*.gz
  • examples/openapi-additional-resolvers/package-lock.json is excluded by !**/package-lock.json
  • examples/openapi-arg-rename/example.tar.gz is excluded by !**/*.gz
  • examples/openapi-arg-rename/package-lock.json is excluded by !**/package-lock.json
  • examples/openapi-javascript-wiki/example.tar.gz is excluded by !**/*.gz
  • examples/openapi-javascript-wiki/package-lock.json is excluded by !**/package-lock.json
  • examples/openapi-subscriptions/example.tar.gz is excluded by !**/*.gz
  • examples/openapi-subscriptions/package-lock.json is excluded by !**/package-lock.json
  • examples/operation-field-permissions/example.tar.gz is excluded by !**/*.gz
  • examples/operation-field-permissions/package-lock.json is excluded by !**/package-lock.json
  • examples/programmatic-batching/example.tar.gz is excluded by !**/*.gz
  • examples/programmatic-batching/package-lock.json is excluded by !**/package-lock.json
  • examples/subscriptions-with-transforms/example.tar.gz is excluded by !**/*.gz
  • examples/subscriptions-with-transforms/package-lock.json is excluded by !**/package-lock.json
  • examples/type-merging-batching/example.tar.gz is excluded by !**/*.gz
  • examples/type-merging-batching/package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (17)
  • examples/apq-subgraphs/package.json (1 hunks)
  • examples/extra-fields/package.json (1 hunks)
  • examples/federation-example/package.json (1 hunks)
  • examples/federation-mixed/package.json (1 hunks)
  • examples/federation-subscriptions-passthrough/package.json (2 hunks)
  • examples/file-upload/package.json (1 hunks)
  • examples/hmac-auth-https/package.json (1 hunks)
  • examples/interface-additional-resolvers/package.json (1 hunks)
  • examples/json-schema-subscriptions/package.json (1 hunks)
  • examples/openapi-additional-resolvers/package.json (1 hunks)
  • examples/openapi-arg-rename/package.json (1 hunks)
  • examples/openapi-javascript-wiki/package.json (1 hunks)
  • examples/openapi-subscriptions/package.json (1 hunks)
  • examples/operation-field-permissions/package.json (1 hunks)
  • examples/programmatic-batching/package.json (1 hunks)
  • examples/subscriptions-with-transforms/package.json (1 hunks)
  • examples/type-merging-batching/package.json (1 hunks)
🧰 Additional context used
📓 Path-based instructions (2)
`examples/**`: In this directory we keep all the examples. E...

examples/**: In this directory we keep all the examples. Examples are generated using a scheduled CI pipeline.
When changes are made to Gateway config, we expect to see some changes in the examples directory.

  • examples/extra-fields/package.json
  • examples/openapi-arg-rename/package.json
  • examples/interface-additional-resolvers/package.json
  • examples/subscriptions-with-transforms/package.json
  • examples/apq-subgraphs/package.json
  • examples/programmatic-batching/package.json
  • examples/type-merging-batching/package.json
  • examples/operation-field-permissions/package.json
  • examples/federation-example/package.json
  • examples/json-schema-subscriptions/package.json
  • examples/file-upload/package.json
  • examples/openapi-javascript-wiki/package.json
  • examples/openapi-additional-resolvers/package.json
  • examples/openapi-subscriptions/package.json
  • examples/federation-subscriptions-passthrough/package.json
  • examples/hmac-auth-https/package.json
  • examples/federation-mixed/package.json
`**`: For all PRs, we would like to verify that a Linear iss...

**: For all PRs, we would like to verify that a Linear issue is linked. Check if there's a mention for "GW-*" in the PR description, and the us know when it's missing.

In most cases, when a PR adds a new functionality, we would like to make sure it has documentation in the corresponding console project.
Use the global knowledge feature to search for PRs in graphql-hive/console repository that adds documentation. Suggest to create a follow up issue to add the missing documentation.

  • examples/extra-fields/package.json
  • examples/openapi-arg-rename/package.json
  • examples/interface-additional-resolvers/package.json
  • examples/subscriptions-with-transforms/package.json
  • examples/apq-subgraphs/package.json
  • examples/programmatic-batching/package.json
  • examples/type-merging-batching/package.json
  • examples/operation-field-permissions/package.json
  • examples/federation-example/package.json
  • examples/json-schema-subscriptions/package.json
  • examples/file-upload/package.json
  • examples/openapi-javascript-wiki/package.json
  • examples/openapi-additional-resolvers/package.json
  • examples/openapi-subscriptions/package.json
  • examples/federation-subscriptions-passthrough/package.json
  • examples/hmac-auth-https/package.json
  • examples/federation-mixed/package.json
⏰ Context from checks skipped due to timeout of 90000ms (2)
  • GitHub Check: E2E / Node Binary on Windows
  • GitHub Check: E2E / Node Docker on Ubuntu
🔇 Additional comments (19)
examples/openapi-javascript-wiki/package.json (1)

10-10: Dependency Version Update for @graphql-hive/gateway
Updated dependency version to "^1.10.4" is consistent with the coordinated bump across examples.

examples/openapi-additional-resolvers/package.json (1)

10-10: Dependency Version Update for @graphql-hive/gateway
The dependency has been correctly updated from "^1.10.3" to "^1.10.4".

examples/file-upload/package.json (1)

8-8: Dependency Version Update for @graphql-hive/gateway
The dependency update to "^1.10.4" is correctly applied and aligns with the changes in the other examples.

examples/apq-subgraphs/package.json (1)

12-12: Dependency Version Update for @graphql-hive/gateway
The dependency version update to "^1.10.4" is correctly implemented.

examples/interface-additional-resolvers/package.json (1)

9-9: Dependency Version Update for @graphql-hive/gateway
The update to "^1.10.4" is correctly applied here and matches the updates in other example projects.

examples/programmatic-batching/package.json (1)

10-10: Dependency Version Update Confirmed.
The version for @graphql-hive/gateway has been correctly bumped from ^1.10.3 to ^1.10.4, ensuring consistency with the coordinated updates across the examples.

examples/openapi-arg-rename/package.json (1)

10-10: Dependency Version Update Confirmed.
The update of @graphql-hive/gateway to ^1.10.4 is correct and aligns with the coordinated changes seen in other example projects.

examples/extra-fields/package.json (1)

9-9: Dependency Version Update Confirmed.
Updating the @graphql-hive/gateway dependency to ^1.10.4 is consistent with the overall project update. No further changes are needed here.

examples/operation-field-permissions/package.json (1)

9-9: Dependency Version Update Confirmed.
The dependency version for @graphql-hive/gateway has been updated to ^1.10.4 as expected. Please ensure that any related configuration remains compatible with this update.

examples/type-merging-batching/package.json (1)

9-9: Dependency Version Update Confirmed.
The upgrade to @graphql-hive/gateway version ^1.10.4 is correct and aligns with the changes across the repository.

examples/subscriptions-with-transforms/package.json (1)

10-10: Dependency Version Update Confirmed
The version for @graphql-hive/gateway has been correctly updated to ^1.10.4.

examples/openapi-subscriptions/package.json (1)

12-12: Dependency Version Update Confirmed
The @graphql-hive/gateway dependency is updated to ^1.10.4 as required.

examples/json-schema-subscriptions/package.json (1)

13-13: Dependency Version Update Confirmed
The update of @graphql-hive/gateway to ^1.10.4 is correctly applied.

examples/federation-example/package.json (1)

12-12: Dependency Version Update Confirmed
The dependency @graphql-hive/gateway has been successfully updated to ^1.10.4.

examples/federation-mixed/package.json (1)

12-12: Dependency Version Update Confirmed
The version bump for @graphql-hive/gateway to ^1.10.4 is consistent with the coordinated update across the examples.

examples/federation-subscriptions-passthrough/package.json (2)

5-5: Updated Dependency Version: "@graphql-mesh/transport-ws"
The version has been correctly bumped from ^1.0.3 to ^1.0.4, aligning with the other dependency updates in this PR.


18-18: Updated Dependency Version: "@graphql-hive/gateway"
The dependency version update from ^1.10.3 to ^1.10.4 is correctly applied and consistent with updates across the examples.

examples/hmac-auth-https/package.json (2)

15-15: Updated Dependency Version: "@graphql-hive/gateway"
The version update from ^1.10.3 to ^1.10.4 is correctly applied in this file.


17-17: Updated Dependency Version: "@graphql-mesh/hmac-upstream-signature"
The dependency version change from ^1.2.20 to ^1.2.21 is properly implemented.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@ardatan ardatan merged commit 3acc4fa into main Feb 23, 2025
43 checks passed
@ardatan ardatan deleted the examples/update branch February 23, 2025 17:11
ardatan pushed a commit that referenced this pull request Feb 24, 2025
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.

2 participants