-
Notifications
You must be signed in to change notification settings - Fork 995
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 dependency graphql-yoga to v5.7.0 #11493
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Josh-Walker-GM
added
changesets-ok
Override the changesets check
release:dependency
This PR only updates dependencies
labels
Sep 9, 2024
renovate
bot
force-pushed
the
renovate/graphql-yoga-5.x
branch
from
September 9, 2024 16:33
6d8121f
to
86d238c
Compare
renovate
bot
force-pushed
the
renovate/graphql-yoga-5.x
branch
from
September 9, 2024 18:15
86d238c
to
6cffaf6
Compare
Josh-Walker-GM
pushed a commit
that referenced
this pull request
Sep 10, 2024
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [graphql-yoga](https://redirect.github.com/dotansimha/graphql-yoga) ([source](https://redirect.github.com/dotansimha/graphql-yoga/tree/HEAD/packages/graphql-yoga)) | [`5.6.3` -> `5.7.0`](https://renovatebot.com/diffs/npm/graphql-yoga/5.6.3/5.7.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/graphql-yoga/5.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/graphql-yoga/5.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/graphql-yoga/5.6.3/5.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/graphql-yoga/5.6.3/5.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>dotansimha/graphql-yoga (graphql-yoga)</summary> ### [`v5.7.0`](https://redirect.github.com/dotansimha/graphql-yoga/blob/HEAD/packages/graphql-yoga/CHANGELOG.md#570) [Compare Source](https://redirect.github.com/dotansimha/graphql-yoga/compare/graphql-yoga@5.6.3...graphql-yoga@5.7.0) ##### Minor Changes - [#​3331](https://redirect.github.com/dotansimha/graphql-yoga/pull/3331) [`5dae4ab`](https://redirect.github.com/dotansimha/graphql-yoga/commit/5dae4abeb6a4aa82f396a19d31d0155fe10bc752) Thanks [@​EmrysMyrddin](https://redirect.github.com/EmrysMyrddin)! - Expose server context in `onResultProcessHook`. In particular, this gives access to the `waitUntil` method to cleanly handle hanging promises. - [#​3331](https://redirect.github.com/dotansimha/graphql-yoga/pull/3331) [`5dae4ab`](https://redirect.github.com/dotansimha/graphql-yoga/commit/5dae4abeb6a4aa82f396a19d31d0155fe10bc752) Thanks [@​EmrysMyrddin](https://redirect.github.com/EmrysMyrddin)! - New hook: onExecutionResult which is triggered when an execution is done on the pipeline. If it is a batched operation, this is called per each operation in the batch - [#​3331](https://redirect.github.com/dotansimha/graphql-yoga/pull/3331) [`5dae4ab`](https://redirect.github.com/dotansimha/graphql-yoga/commit/5dae4abeb6a4aa82f396a19d31d0155fe10bc752) Thanks [@​EmrysMyrddin](https://redirect.github.com/EmrysMyrddin)! - Expose the already existing `waitUntil` method from the server context. ##### Patch Changes - [#​3331](https://redirect.github.com/dotansimha/graphql-yoga/pull/3331) [`5dae4ab`](https://redirect.github.com/dotansimha/graphql-yoga/commit/5dae4abeb6a4aa82f396a19d31d0155fe10bc752) Thanks [@​EmrysMyrddin](https://redirect.github.com/EmrysMyrddin)! - dependencies updates: - Updated dependency [`@whatwg-node/server@^0.9.44` ↗︎](https://www.npmjs.com/package/@​whatwg-node/server/v/0.9.44) (from `^0.9.41`, in `dependencies`) </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/redwoodjs/redwood). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.6.3
->5.7.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
dotansimha/graphql-yoga (graphql-yoga)
v5.7.0
Compare Source
Minor Changes
#3331
5dae4ab
Thanks @EmrysMyrddin! - Expose server context in
onResultProcessHook
. In particular, this gives access to thewaitUntil
method to cleanlyhandle hanging promises.
#3331
5dae4ab
Thanks @EmrysMyrddin! - New hook: onExecutionResult which is
triggered when an execution is done on the pipeline. If it is a batched operation, this is called
per each operation in the batch
#3331
5dae4ab
Thanks @EmrysMyrddin! - Expose the already existing
waitUntil
method from the server context.
Patch Changes
5dae4ab
Thanks @EmrysMyrddin! - dependencies updates:
@whatwg-node/server@^0.9.44
↗︎(from
^0.9.41
, independencies
)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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.