Skip to content

dependency: bump @apollo/client from 3.4.13 to 3.4.14

Yogi Bot requested to merge dependabot-npm_and_yarn-apollo-client-3.4.14 into main

Bumps @apollo/client from 3.4.13 to 3.4.14.

Changelog

Sourced from @​apollo/client's changelog.

Apollo Client 3.4.14

Bug Fixes

  • Disable InMemoryCache result object canonization by default, to prevent unexpected memory growth and/or reuse of object references, with multiple ways to reenable it (per-cache, per-query, or a mixture of both). @​benjamn in #8822

  • Clear InMemoryCache watches set when cache.reset() called. @​benjamn in #8826

  • Stop excluding observerless queries from refetchQueries: [...] selection. @​benjamn in #8825

  • Prevent optimistic cache evictions from evicting non-optimistic data. @​benjamn in #8829

  • Ensure cache.broadcastWatch passes all relevant WatchOptions to cache.diff as DiffOptions. @​benjamn in #8832

Commits
  • ffaf81d Bump @​apollo/client npm version to 3.4.14.
  • d9a1039 Prevent import cycle between inMemoryCache.ts and readFromStore.ts (#8850)
  • b7f89f3 Ensure cache.broadcastWatch passes all relevant WatchOptions to `cache.di...
  • 90ac2b5 chore(deps): update circleci/node docker tag to v16.10.0 (#8848)
  • 4f5c78c Prevent optimistic cache evictions from evicting non-optimistic data (#8829)
  • 70ff854 chore(deps): update dependency terser to v5.9.0
  • fc06bb4 chore(deps): update dependency jest-junit to v12.3.0
  • a3e0396 chore(deps): update dependency @​types/node to v16.10.1
  • 8f08a0a chore(deps): update dependency @​types/react to v17.0.24
  • 5f68388 chore(deps): update dependency graphql to v15.6.0
  • Additional commits viewable in compare view

Merge request reports