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.4 #9097

Open dependabot[bot] opened 2 months ago

dependabot[bot] commented 2 months ago

Bumps @apollo/server from 4.10.1 to 4.10.4.

Release notes

Sourced from @​apollo/server's releases.

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

Patch Changes

  • Updated dependencies [18a3827]:
    • @​apollo/server@​4.10.4

@​apollo/server@​4.10.4

Patch Changes

  • #7871 18a3827 Thanks @​tninesling! - Subscription heartbeats are initialized prior to awaiting subscribe(). This allows long-running setup to happen in the returned Promise without the subscription being terminated prior to resolution.

@​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.4

Patch Changes

  • #7871 18a3827 Thanks @​tninesling! - Subscription heartbeats are initialized prior to awaiting subscribe(). This allows long-running setup to happen in the returned Promise without the subscription being terminated prior to resolution.

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
  • 268687d Version Packages (#7873)
  • 18a3827 Eagerly start subscription heartbeats (#7871)
  • 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

You can trigger a rebase of this PR 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

parse-github-assistant[bot] commented 2 months ago

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