Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency graphql-subscriptions to v3 (#7989)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [graphql-subscriptions](https://redirect.github.com/apollographql/graphql-subscriptions) | [`2.0.0` -> `3.0.0`](https://renovatebot.com/diffs/npm/graphql-subscriptions/2.0.0/3.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/graphql-subscriptions/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/graphql-subscriptions/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/graphql-subscriptions/2.0.0/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/graphql-subscriptions/2.0.0/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>apollographql/graphql-subscriptions (graphql-subscriptions)</summary> ### [`v3.0.0`](https://redirect.github.com/apollographql/graphql-subscriptions/blob/HEAD/CHANGELOG.md#300) [Compare Source](https://redirect.github.com/apollographql/graphql-subscriptions/compare/v2.0.0...v3.0.0) - **\[BREAKING]** Replace `iterall` use with native `Symbol.asyncIterator`. `PubSubEngine.asyncIterator` is now `PubSubEngine.asyncIterableIterator`. <br/> [@​n1ru4l](https://redirect.github.com/n1ru4l) in [#​232](https://redirect.github.com/apollographql/graphql-subscriptions/pull/232) - Add an optional generic type map to `PubSub`. <br/> [@​cursorsdottsx](https://redirect.github.com/cursorsdottsx) in [#​245](https://redirect.github.com/apollographql/graphql-subscriptions/pull/245) - Support `readonly` arrays of event names. <br/> [@​rh389](https://redirect.github.com/rh389) in [#​234](https://redirect.github.com/apollographql/graphql-subscriptions/pull/234) - Support returning a Promise of an `AsyncIterator` as the `withFilter` resolver function. <br/> [@​maclockard](https://redirect.github.com/maclockard) in [#​220](https://redirect.github.com/apollographql/graphql-subscriptions/pull/220) - `withFilter` TypeScript improvements. <br/> [@​HofmannZ](https://redirect.github.com/HofmannZ) in [#​230](https://redirect.github.com/apollographql/graphql-subscriptions/pull/230) - `withFilter` returns `AsyncIterableIterator` for compatibility with Apollo Server subscriptions. <br/> [@​tninesling](https://redirect.github.com/tninesling) in [#​276](https://redirect.github.com/apollographql/graphql-subscriptions/pull/276) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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/apollographql/apollo-server). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMS41IiwidXBkYXRlZEluVmVyIjoiMzkuMTEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiOmNocmlzdG1hc190cmVlOiBkZXBlbmRlbmNpZXMiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: David Glasser <[email protected]>
- Loading branch information