Skip to content
This repository was archived by the owner on Jul 17, 2022. It is now read-only.

fix(deps): update apollo graphql packages #830

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 15, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/client (source) 3.6.8 -> 3.6.9 age adoption passing confidence
apollo-server 3.8.2 -> 3.10.0 age adoption passing confidence
apollo-server-express 3.8.2 -> 3.10.0 age adoption passing confidence

Release Notes

apollographql/apollo-client

v3.6.9

Compare Source

Bug Fixes
  • Leave fetchPolicy unchanged when skip: true (or in standby) and nextFetchPolicy is available, even if variables change.

    @​benjamn in #​9823
apollographql/apollo-server

v3.10.0

Compare Source

  • Add document, variables, headers as an option in the ApolloServerPluginLandingPageLocalDefault plugins. The embedded version of Apollo Sandbox can now use these options as an initial state. PR #​6628
  • Add generateCacheKey to ApolloServerPluginResponseCache to allow for custom cache keys. PR #​6655

v3.9.0

Compare Source

  • ⚠️ SECURITY apollo-server-core: The default configuration of Apollo Server is vulnerable to denial of service attacks via memory exhaustion. If you do not currently specify the cache option to new ApolloServer(), we strongly recommend you specify cache: 'bounded', which replaces the default in-memory unbounded cache with a 30MB in-memory cache, or disable automatic persisted queries with persistedQueries: false. Apollo Server now logs a warning in production if you do not configure the cache or disable APQs. See the docs for more details.
  • The apollo-server-caching package is no longer published. The TypeScript types KeyValueCache and KeyValueCacheSetOptions and the classes PrefixingKeyValueCache and InMemoryLRUCache can be imported from @apollo/utils.keyvaluecache instead. The first three exports are identical; InMemoryLRUCache is based on lru-cache v7 instead of v6, and no longer supports creating unbounded caches (which was the default behavior for apollo-server-caching's InMemoryLRUCache). PR #​6522
  • The apollo-server-cache-redis and apollo-server-cache-memcached packages are no longer published (though previous versions continue to work). We recommend that users of these packages migrate to @apollo/utils.keyvadapter, which lets you connect to Redis, Memcached, or any other backend supported by the Keyv project. See the new cache backend docs for more details. PR #​6541
  • Avoid unhandled rejection errors if the end hook from a parsingDidStart plugin method rejects. Issue #​6567 PR #​6559

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, click this checkbox.

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

@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 62c224e to 0d85d47 Compare June 15, 2022 17:16
@coderbyheart coderbyheart added good first issue Good for newcomers help wanted Extra attention is needed labels Jun 15, 2022
@renovate renovate bot changed the title fix(deps): update dependency apollo-server to v3.9.0 fix(deps): update apollo graphql packages to v3.9.0 Jun 15, 2022
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch 6 times, most recently from 6991ac9 to 4131149 Compare June 20, 2022 14:37
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 4131149 to 84964e0 Compare June 22, 2022 22:12
@renovate renovate bot changed the title fix(deps): update apollo graphql packages to v3.9.0 fix(deps): update apollo graphql packages Jun 22, 2022
@ghost
Copy link

ghost commented Jun 22, 2022

👇 Click on the image for a new way to code review
  • Make big changes easier — review code in small groups of related files

  • Know where to start — see the whole change at a glance

  • Take a code tour — explore the change with an interactive tour

  • Make comments and review — all fully sync’ed with github

    Try it now!

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map Legend

@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch 3 times, most recently from b1d0217 to 3c69bd0 Compare June 26, 2022 22:30
@renovate renovate bot changed the title fix(deps): update apollo graphql packages fix(deps): update Apollo GraphQL packages Jun 27, 2022
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch 4 times, most recently from c568881 to e37ca24 Compare June 27, 2022 22:36
@renovate renovate bot changed the title fix(deps): update Apollo GraphQL packages fix(deps): update apollo graphql packages Jun 28, 2022
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch 8 times, most recently from 4e3a64f to f9b29c0 Compare July 1, 2022 21:56
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch 23 times, most recently from f711141 to 07f7a61 Compare July 13, 2022 16:40
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch 5 times, most recently from c1ad4cc to 2d73f44 Compare July 15, 2022 17:54
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 2d73f44 to 0de24d4 Compare July 17, 2022 00:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant