-
-
Notifications
You must be signed in to change notification settings - Fork 834
chore(deps): update all non-major dependencies #6996
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
Conversation
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 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 (
|
💻 Website PreviewThe latest changes are available as preview in: https://b1a10fa0.graphql-tools.pages.dev |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates:
5.1.1->5.2.08.0.1->8.1.05.21.0->5.22.0Release Notes
n1ru4l/envelop (@envelop/core)
v5.2.0Compare Source
Minor Changes
#2430
a107c89Thanks @EmrysMyrddin! - ## New
InstrumentsAPIIntroducation of a new API allowing to instrument the graphql pipeline.
This new API differs from already existing Hooks by not having access to intup/output of phases.
The goal of
Instrumentsis to run allow running code before, after or araound the wholeprocess of a phase, incuding plugins hooks executions.
The main use case of this new API is observability (monitoring, tracing, etc...).
Basic usage
Mutliple instruments plugins
It is possilbe 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 outtermost,
last is inner most).
Custom instruments ordering
If the default composition ordering doesn't suite your need, you can mannually compose
instruments. This allows to have a different execution order of hooks and instruments.
Patch Changes
a107c89Thanks @EmrysMyrddin! - dependencies updates:
@envelop/instruments@workspace:^↗︎(to
dependencies)[
a107c89]:n1ru4l/envelop (@envelop/live-query)
v8.1.0Compare Source
Patch Changes
[
a107c89,a107c89]:sveltejs/svelte (svelte)
v5.22.0Minor Changes
idPrefixoption torender(#15428)Patch Changes
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.