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

fix(deps): update dependency @apollo/server to v4.10.4 #432

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 22, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/server (source) 4.9.5 -> 4.10.4 age adoption passing confidence

Release Notes

apollographql/apollo-server (@​apollo/server)

v4.10.4

Compare Source

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.

v4.10.3

Compare Source

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

v4.10.2

Compare Source

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.

v4.10.1

Compare Source

Patch Changes
  • #​7843 72f568e Thanks @​bscherlein! - Improves timing of the willResolveField end hook on fields which return Promises resolving to Arrays. This makes the use of the setCacheHint method more reliable.

v4.10.0

Compare Source

Minor Changes
  • #​7786 869ec98 Thanks @​ganemone! - Restore missing v1 skipValidation option as dangerouslyDisableValidation. Note that enabling this option exposes your server to potential security and unexpected runtime issues. Apollo will not support issues that arise as a result of using this option.

  • #​7803 e9a0d6e Thanks @​favna! - allow stringifyResult to return a Promise<string>

    Users who implemented the stringifyResult hook can now expect error responses to be formatted with the hook as well. Please take care when updating to this version to ensure this is the desired behavior, or implement the desired behavior accordingly in your stringifyResult hook. This was considered a non-breaking change as we consider that it was an oversight in the original PR that introduced stringifyResult hook.

Patch Changes

Configuration

📅 Schedule: Branch creation - "after 10am on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 22, 2024
Copy link

socket-security bot commented Jan 22, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@apollo/server@4.10.4 environment, network Transitive: eval, filesystem, unsafe +69 8.02 MB apollo-bot

🚮 Removed packages: npm/@apollo/server@4.9.5

View full report↗︎

@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from d255989 to 35c9c04 Compare February 25, 2024 09:34
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 35c9c04 to 2c2e700 Compare March 19, 2024 20:24
@renovate renovate bot changed the title fix(deps): update dependency @apollo/server to v4.10.0 fix(deps): update dependency @apollo/server to v4.10.1 Mar 19, 2024
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 2c2e700 to 1149f8e Compare March 24, 2024 15:18
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 1149f8e to dab69b5 Compare April 5, 2024 21:31
@renovate renovate bot changed the title fix(deps): update dependency @apollo/server to v4.10.1 fix(deps): update dependency @apollo/server to v4.10.2 Apr 5, 2024
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from dab69b5 to 421f82c Compare April 29, 2024 23:02
@renovate renovate bot changed the title fix(deps): update dependency @apollo/server to v4.10.2 fix(deps): update dependency @apollo/server to v4.10.3 Apr 29, 2024
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 421f82c to f0cf685 Compare May 2, 2024 15:34
@renovate renovate bot changed the title fix(deps): update dependency @apollo/server to v4.10.3 fix(deps): update dependency @apollo/server to v4.10.4 May 2, 2024
@ermish ermish closed this May 14, 2024
Copy link
Contributor Author

renovate bot commented May 14, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^4.9.3). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/apollo-graphql-packages branch May 14, 2024 04:18
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant