Skip to content
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

chore(deps-dev): bump graphql-subscriptions from 2.0.0 to 3.0.0 #14157

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps graphql-subscriptions from 2.0.0 to 3.0.0.

Release notes

Sourced from graphql-subscriptions's releases.

3.0.0

Breaking Changes

Other Changes

Full Changelog: apollographql/graphql-subscriptions@v2.0.0...v3.0.0

Changelog

Sourced from graphql-subscriptions's changelog.

3.0.0

  • [BREAKING] Replace iterall use with native Symbol.asyncIterator. PubSubEngine.asyncIterator is now PubSubEngine.asyncIterableIterator. @​n1ru4l in #232
  • Add an optional generic type map to PubSub. @​cursorsdottsx in #245
  • Support readonly arrays of event names. @​rh389 in #234
  • Support returning a Promise of an AsyncIterator as the withFilter resolver function. @​maclockard in #220
  • withFilter TypeScript improvements. @​HofmannZ in #230
  • withFilter returns AsyncIterableIterator for compatibility with Apollo Server subscriptions. @​tninesling in #276
Commits
  • d74107c Merge pull request #277 from apollographql/tninesling/fix-package-json
  • dbdd854 Bump version and fix repository info in package.json
  • 0805f27 Merge pull request #250 from apollographql/release-3.0
  • 5bd7720 Update changelog and fix readme examples to match new API
  • 6c07092 Merge pull request #276 from apollographql/tninesling/subscription-type-fix
  • f24bd1a Keep existing ResolverFn type the same
  • 8edd499 Allow AsyncIterator as withFilter input, but update the output to be AsyncIte...
  • 1bc7dad Merge branch 'master' into release-3.0
  • b880397 Merge pull request #270 from apollographql/secops/202401/semgrep
  • 6f01c83 feat: add semgrep job
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [graphql-subscriptions](https://github.com/apollographql/graphql-subscriptions) from 2.0.0 to 3.0.0.
- [Release notes](https://github.com/apollographql/graphql-subscriptions/releases)
- [Changelog](https://github.com/apollographql/graphql-subscriptions/blob/master/CHANGELOG.md)
- [Commits](apollographql/graphql-subscriptions@v2.0.0...v3.0.0)

---
updated-dependencies:
- dependency-name: graphql-subscriptions
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 18, 2024
@coveralls
Copy link

Pull Request Test Coverage Report for Build 7296cb62-de8a-4db6-b8ac-54e476c7e913

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.239%

Totals Coverage Status
Change from base Build 95985be7-9efe-4fbc-a74d-96ea385a9b6d: 0.0%
Covered Lines: 6774
Relevant Lines: 7344

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant