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 Apollo GraphQL packages #2

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/datasource-rest 6.2.2 -> 6.3.0 age adoption passing confidence
@apollo/server (source) 4.10.0 -> 4.11.0 age adoption passing confidence
@apollo/subgraph (source) 2.7.0 -> 2.9.3 age adoption passing confidence

Release Notes

apollographql/datasource-rest (@​apollo/datasource-rest)

v6.3.0

Compare Source

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

v4.11.0

Compare Source

Minor Changes
  • #​7916 4686454 Thanks @​andrewmcgivery! - Add hideSchemaDetailsFromClientErrors option to ApolloServer to allow hiding 'did you mean' suggestions from validation errors.

    Even with introspection disabled, it is possible to "fuzzy test" a graph manually or with automated tools to try to determine the shape of your schema. This is accomplished by taking advantage of the default behavior where a misspelt field in an operation
    will be met with a validation error that includes a helpful "did you mean" as part of the error text.

    For example, with this option set to true, an error would read Cannot query field "help" on type "Query". whereas with this option set to false it would read Cannot query field "help" on type "Query". Did you mean "hello"?.

    We recommend enabling this option in production to avoid leaking information about your schema to malicious actors.

    To enable, set this option to true in your ApolloServer options:

    const server = new ApolloServer({
      typeDefs,
      resolvers,
      hideSchemaDetailsFromClientErrors: true,
    });

v4.10.5

Compare Source

Patch Changes

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.
apollographql/federation (@​apollo/subgraph)

v2.9.3

Compare Source

Patch Changes

v2.9.2

Compare Source

Patch Changes

v2.9.1

Compare Source

Patch Changes

v2.9.0

Compare Source

Patch Changes

v2.8.5

Compare Source

Patch Changes

v2.8.4

Compare Source

Patch Changes

v2.8.3

Compare Source

Patch Changes

v2.8.2

Compare Source

Patch Changes

v2.8.1

Compare Source

Patch Changes

v2.8.0

Compare Source

Patch Changes

v2.7.8

Compare Source

Patch Changes

v2.7.7

Compare Source

Patch Changes

v2.7.6

Compare Source

Patch Changes

v2.7.5

Compare Source

Patch Changes

v2.7.4

Compare Source

Patch Changes

v2.7.3

Compare Source

Patch Changes

v2.7.2

Compare Source

Patch Changes

v2.7.1

Compare Source

Patch Changes

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update Apollo GraphQL packages Update Apollo GraphQL packages - autoclosed Jan 24, 2024
@renovate renovate bot closed this Jan 24, 2024
@renovate renovate bot deleted the renovate/apollo-graphql-packages branch January 24, 2024 14:52
@renovate renovate bot changed the title Update Apollo GraphQL packages - autoclosed Update Apollo GraphQL packages Jan 25, 2024
@renovate renovate bot reopened this Jan 25, 2024
@renovate renovate bot restored the renovate/apollo-graphql-packages branch January 25, 2024 08:39
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 69d4cc5 to 17f5eab Compare January 25, 2024 08:39
@renovate renovate bot changed the title Update Apollo GraphQL packages Update dependency @apollo/subgraph to v2.7.1 Jan 25, 2024
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 17f5eab to cf0fca7 Compare January 29, 2024 18:46
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from cf0fca7 to 23c49bd Compare March 7, 2024 05:51
@renovate renovate bot changed the title Update dependency @apollo/subgraph to v2.7.1 Update Apollo GraphQL packages Mar 7, 2024
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch 2 times, most recently from ca3f283 to 8fbc147 Compare March 23, 2024 23:54
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch 2 times, most recently from e1e3970 to 538a6ab Compare April 19, 2024 17:48
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 538a6ab to 93d67a7 Compare April 24, 2024 20:38
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch 2 times, most recently from 55dd840 to 85d8f98 Compare May 8, 2024 02:42
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 85d8f98 to a2d5681 Compare May 10, 2024 17:51
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch 2 times, most recently from 04b896b to b981cc3 Compare May 29, 2024 08:35
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from b981cc3 to e945a4a Compare June 12, 2024 05:39
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from e945a4a to 91dcbfd Compare June 19, 2024 23:28
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 91dcbfd to 4fd3300 Compare June 29, 2024 08:44
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 4fd3300 to 27bafc8 Compare July 16, 2024 05:44
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch 2 times, most recently from 6592388 to b57d708 Compare July 25, 2024 21:00
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from b57d708 to 63a8304 Compare August 10, 2024 14:49
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch 2 times, most recently from beccde1 to 4638e7b Compare August 28, 2024 05:31
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 4638e7b to fc2c604 Compare September 18, 2024 11:54
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from fc2c604 to 78e847f Compare September 27, 2024 11:48
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 78e847f to d30348d Compare October 17, 2024 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants