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-express to v2.25.2 #121

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 9, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
apollo-server-express 2.23.0 -> 2.25.2 age adoption passing confidence

Release Notes

apollographql/apollo-server

v2.25.2

Compare Source

  • apollo-server-express: Update dependencies on @types/express and @types/express-serve-static-core. PR #​5352

v2.25.1

Compare Source

  • apollo-server-core, apollo-server-express: Upgrade subscriptions-transport-ws dependency and remove unneeded runtime dependency on ws. This should enable you to install Apollo Server without depending on versions of ws vulnerable to CVE-2021-32640. Note that the superficial integration of the unmaintained subscriptions-transport-ws package will be removed in Apollo Server 3; you can also avoid this vulnerability by disabling the built-in subscription support with new ApolloServer({subscriptions: false}) and using a maintained package such as graphql-ws instead. (Instead of taking this upgrade, you can also upgrade ws to 5.2.3, which was just released.)

v2.25.0

Compare Source

  • apollo-server-core: You may now specify your Studio graph as a graph ref (id@variant) via the APOLLO_GRAPH_REF environment variable or new ApolloServer({apollo: {graphRef}}) instead of specifying graph ID and graph variant separately. The apollo object passed to plugin serverWillStart and to gateway load now contains a graphRef field.
  • apollo-server-core: Fix a race condition where schema reporting could lead to a delay at process shutdown. PR #​5222
  • apollo-server-core: Allow the Fetch API implementation to be overridden for the schema reporting and usage reporting plugins via a new fetcher option. PR #​5179
  • apollo-server-core: The server.executeOperation method (designed for testing) can now take its query as a DocumentNode (eg, a gql-tagged string) in addition to as a string. (This matches the behavior of the apollo-server-testing createTestClient function which is now deprecated.) We now recommend this method instead of apollo-server-testing in our docs. Issue #​4952
  • apollo-server-testing: Replace README with a deprecation notice explaining how to use server.executeOperation instead. Issue #​4952

v2.24.1

Compare Source

  • apollo-server-core: Fix a typo that could lead to TypeScript compilation when combined with a recent version of @types/node. (This bug had no runtime effect.) PR #​5149

v2.24.0

Compare Source

  • apollo-server-core: Apollo Studio usage reporting uses a more efficient format which sends fewer detailed traces to Apollo's server. This change should not have a major effect on the experience of using Apollo Studio. PR #​4142

Configuration

📅 Schedule: "before 3am on Monday" in timezone Asia/Tokyo.

🚦 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the renovate label May 9, 2021
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from e64a1ea to 8903303 Compare May 9, 2021 19:08
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 8903303 to 39e06af Compare May 19, 2021 00:13
@renovate renovate bot changed the title fix(deps): update dependency apollo-server-express to v2.24.0 fix(deps): update dependency apollo-server-express to v2.24.1 May 19, 2021
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch 2 times, most recently from 047d248 to 4a995ae Compare May 27, 2021 16:12
@renovate renovate bot changed the title fix(deps): update dependency apollo-server-express to v2.24.1 fix(deps): update dependency apollo-server-express to v2.25.0 May 27, 2021
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 4a995ae to 642bce6 Compare June 8, 2021 22:13
@renovate renovate bot changed the title fix(deps): update dependency apollo-server-express to v2.25.0 fix(deps): update dependency apollo-server-express to v2.25.1 Jun 8, 2021
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 642bce6 to 9904810 Compare June 22, 2021 20:37
@renovate renovate bot changed the title fix(deps): update dependency apollo-server-express to v2.25.1 fix(deps): update dependency apollo-server-express to v2.25.2 Jun 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant