-
Notifications
You must be signed in to change notification settings - Fork 348
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
fix(deps): update gateway dependencies #8472
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 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 (
|
Apollo Federation Subgraph Compatibility Results
Learn more: |
🚀 Snapshot Release (
|
Package | Version | Info |
---|---|---|
@graphql-mesh/cli |
0.99.3-alpha-20250305130557-e180d91614079f36f82ecea9b50ee6e307f183ba |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/http |
0.105.24-alpha-20250305130557-e180d91614079f36f82ecea9b50ee6e307f183ba |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/migrate-config-cli |
1.5.3-alpha-20250305130557-e180d91614079f36f82ecea9b50ee6e307f183ba |
npm ↗︎ unpkg ↗︎ |
💻 Website PreviewThe latest changes are available as preview in: https://9dcfa139.graphql-mesh.pages.dev |
This PR contains the following updates:
1.2.2
->1.2.4
^0.9.68
->^0.10.0
0.9.71
->0.10.0
Release Notes
ardatan/whatwg-node (@whatwg-node/promise-helpers)
v1.2.4
Compare Source
Patch Changes
a448fd1
Thanks @ardatan! - Do not consider fake promises as real promises
v1.2.3
Compare Source
Patch Changes
516bf60
Thanks @EmrysMyrddin! - Fix return type of the callback of
iterateAsync
. The callback can actually returnnull
orundefined
, the implementation isalready handling this case.
ardatan/whatwg-node (@whatwg-node/server)
v0.10.0
Compare Source
Minor Changes
#2068
516bf60
Thanks @EmrysMyrddin! - Add new Instruments API
Introduction of a new API allowing to instrument the graphql pipeline.
This new API differs from already existing Hooks by not having access to input/output of phases.
The goal of
Instruments
is to run allow running code before, after or around the whole processof a phase, including plugins hooks executions.
The main use case of this new API is observability (monitoring, tracing, etc...).
Basic usage
Multiple instruments plugins
It is possible to have multiple instruments plugins (Prometheus and Sentry for example), they will
be automatically composed by envelop in the same order than the plugin array (first is outermost,
last is inner most).
Custom instruments ordering
If the default composition ordering doesn't suite your need, you can manually compose instruments.
This allows to have a different execution order of hooks and instruments.
Patch Changes
516bf60
Thanks @EmrysMyrddin! - dependencies updates:
@whatwg-node/promise-helpers@^1.2.2
↗︎(from
^1.0.0
, independencies
)@envelop/[email protected]
↗︎(to
dependencies
)[
516bf60
]:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.