parse-community / parse-server

Parse Server for Node.js / Express
https://parseplatform.org
Apache License 2.0
20.7k stars 4.76k forks source link

refactor: Bump @apollo/server from 4.10.1 to 4.10.3 #9087

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps @apollo/server from 4.10.1 to 4.10.3.

Release notes

Sourced from @​apollo/server's releases.

@​apollo/server-integration-testsuite@​4.10.3

Patch Changes

  • Updated dependencies [5f335a5]:
    • @​apollo/server@​4.10.3

@​apollo/server@​4.10.3

Patch Changes

  • #7866 5f335a5 Thanks @​tninesling! - Catch errors thrown by subscription generators, and gracefully clean up the subscription instead of crashing.

@​apollo/server-integration-testsuite@​4.10.2

Patch Changes

  • Updated dependencies [c7e514c]:
    • @​apollo/server@​4.10.2

@​apollo/server@​4.10.2

Patch Changes

  • #7849 c7e514c Thanks @​TylerBloom! - In the subscription callback server plugin, terminating a subscription now immediately closes the internal async generator. This avoids that generator existing after termination and until the next message is received.
Changelog

Sourced from @​apollo/server's changelog.

4.10.3

Patch Changes

  • #7866 5f335a5 Thanks @​tninesling! - Catch errors thrown by subscription generators, and gracefully clean up the subscription instead of crashing.

4.10.2

Patch Changes

  • #7849 c7e514c Thanks @​TylerBloom! - In the subscription callback server plugin, terminating a subscription now immediately closes the internal async generator. This avoids that generator existing after termination and until the next message is received.
Commits
  • 7e64902 Version Packages (#7867)
  • 5f335a5 Handle failed subscription payloads (#7866)
  • 80afc33 Update codegen config to prevent naming collision of enum values (#7854)
  • 1cdb7f8 Version Packages (#7853)
  • 29c391c Merge pull request #7849 from TylerBloom/fix-client-delay-on-subscription-close
  • 2edb6e0 Elaborate on changed behavior in v4.3.3 re: fieldLevelInstrumentation and e...
  • c7e514c fix: Terminating a subscription now also closes the async iterator.
  • See full diff 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 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)
parse-github-assistant[bot] commented 2 months ago

I will reformat the title to use the proper commit message syntax.

dependabot[bot] commented 2 months ago

Superseded by #9097.