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

Update dependency @apollo/server to v4.3.3 #342

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 7, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/server 4.3.0 -> 4.3.3 age adoption passing confidence

Release Notes

apollographql/apollo-server

v4.3.3

Compare Source

Patch Changes
  • #​7331 9de18b34c Thanks @​trevor-scheer! - Unpin node-abort-controller and update to latest unbreaking patch

  • #​7136 8c635d104 Thanks @​trevor-scheer! - Errors reported by subgraphs (with no trace data in the response) are now accurately reflected in the numeric error stats.

    Operations that receive errors from subgraphs (with no trace data in the response) are no longer sent as incomplete, error-less traces.

    Note: in order for this fix to take effect, your @apollo/gateway version must be updated to v2.3.1 or later.

v4.3.2

Compare Source

Patch Changes
  • #​7314 f246ddb71 Thanks @​trevor-scheer! - Add an __identity property to HeaderMap class to disallow standard Maps (in TypeScript).

    This ensures that typechecking occurs on fields which are declared to accept a
    HeaderMap (notably, the httpGraphQLRequest.headers option to
    ApolloServer.executeHTTPGraphQLRequest and the http.headers option to
    ApolloServer.executeOperation). This might be a breaking change for
    integration authors, but should be easily fixed by switching from new Map<string, string>() to new HeaderMap().

  • #​7326 e25cb58ff Thanks @​trevor-scheer! - Pin node-abort-controller version to avoid breaking change. Apollo Server users can enter a broken state if they update their package-lock.json due to a breaking change in a minor release of the mentioned package.

    Ref: https://github.com/southpolesteve/node-abort-controller/issues/39

  • Updated dependencies [e0f959a63]:

v4.3.1

Compare Source

Patch Changes
  • #​7313 ec28b4b33 Thanks @​vtipparam! - Allow case insensitive lookup on headers. Use HeaderMap instead of plain Map for headers in expressMiddleware.

  • #​7311 322b5ebbc Thanks @​axe-me! - Export intermediate ApolloServerOptions* types

  • #​7274 3b0ec8529 Thanks @​patrick91! - The subgraph spec has evolved in Federation v2 such that the type of
    _Service.sdl (formerly nullable) is now non-nullable. Apollo Server now
    detects both cases correctly in order to determine whether to:

    1. install / enable the ApolloServerPluginInlineTrace plugin
    2. throw on startup if ApolloServerPluginSchemaReporting should not be installed
    3. warn when ApolloServerPluginUsageReporting is installed and configured with the __onlyIfSchemaIsNotSubgraph option

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 renovate renovate bot label Feb 7, 2023
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from ba1552d to d0d2459 Compare February 10, 2023 18:18
@bichikim bichikim deleted the branch dev January 26, 2024 04:12
@bichikim bichikim closed this Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate renovate bot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant