-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup unnecessary peer dependencies #695
Conversation
📝 WalkthroughSummary by CodeRabbit
WalkthroughThis pull request updates dependency management and type handling within two packages. In the Changes
Sequence Diagram(s)sequenceDiagram
participant Client
participant Plugin
participant Utility
Client->>Plugin: Call onSubgraphExecute(request)
Plugin->>Utility: isAsyncIterable(result)
alt Asynchronous result
Utility-->>Plugin: Returns true
Plugin->>Client: Process async result stream
else Synchronous result
Utility-->>Plugin: Returns false
Plugin->>Client: Process sync result
end
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (5)
💤 Files with no reviewable changes (2)
🧰 Additional context used📓 Path-based instructions (3)`packages/**`: In this directory we keep all packages releva...
`packages/plugins/**`: The directories inside this dir are g...
`**`: For all PRs, we would like to verify that a Linear iss...
⏰ Context from checks skipped due to timeout of 90000ms (30)
🔇 Additional comments (5)
✨ Finishing Touches
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? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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)
Other keywords and placeholders
CodeRabbit Configuration File (
|
ff29fb3
to
0ef548f
Compare
🚀 Snapshot Release (
|
Package | Version | Info |
---|---|---|
@graphql-hive/gateway |
1.10.4-alpha-0ef548ff96b8d80848311bcf55d42d7b5023d31f |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/plugin-opentelemetry |
1.3.44-alpha-0ef548ff96b8d80848311bcf55d42d7b5023d31f |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/plugin-prometheus |
1.3.32-alpha-0ef548ff96b8d80848311bcf55d42d7b5023d31f |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/gateway-runtime |
1.4.17-alpha-0ef548ff96b8d80848311bcf55d42d7b5023d31f |
npm ↗︎ unpkg ↗︎ |
🚀 Snapshot Release (Node Docker Image)The latest changes of this PR are available as image on GitHub Container Registry (based on the declared
|
🚀 Snapshot Release (Bun Docker Image)The latest changes of this PR are available as image on GitHub Container Registry (based on the declared
|
Related ardatan/whatwg-node#2077