Skip to content

️ deps: Bump @apollo/client from 3.5.7 to 3.5.10

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

Bumps @apollo/client from 3.5.7 to 3.5.10.

Changelog

Sourced from @​apollo/client's changelog.

Apollo Client 3.5.10 (2022-02-24)

Improvements

  • Add GraphQLWsLink in @apollo/client/link/subscriptions. This link is similar to the existing WebSocketLink in @apollo/client/link/ws, but uses the newer graphql-ws package and protocol instead of the older subscriptions-transport-ws implementation. @​glasser in #9369

    Note from @​benjamn: since GraphQLWsLink is new functionality, we would normally wait for the next minor version (v3.6), but we were asked to expedite this release. These changes are strictly additive/opt-in/backwards-compatible, so shipping them in a patch release (3.5.10) seems safe, if unusual.

Apollo Client 3.5.9 (2022-02-15)

Improvements

  • Interpret keyFields: [...] and keyArgs: [...] configurations in InMemoryCache type/field policies as ReadonlyArrays, since they are never mutated internally. @​julienfouilhe in #9339

  • Avoid declaring a global type for the __DEV__ constant, to avoid conflict with other such global declarations. @​benjamn in #9386

Bug Fixes

  • Fix useSubscription executing skipped subscription when input changes. @​levrik in #9299

  • Fix partial data appearing in useQuery().data when notifyOnNetworkStatusChange: true. @​brainkim in #9367

  • Prevent Promises returned by useLazyQuery execute functions from causing unhandled Promise rejection errors if uncaught. @​brainkim in #9380

Apollo Client 3.5.8 (2022-01-24)

Bug Fixes

  • Fix the type of the called property returned by useQuery() and useLazyQuery(). @​sztadii in #9304

Bug Fixes (by @​brainkim in #9328)

  • Fix refetch() not being called when skip is true.
  • Fix the promise returned from the useLazyQuery() execution function having stale variables.
  • Fix the promise returned from the useLazyQuery() execution function not rejecting when a query errors.
Commits
  • 6ca525a Bump @​apollo/client npm version to 3.5.10.
  • ce90c47 Backport PR #9369 to main branch for GraphQLWsLink (#9453)
  • a8da797 chore(deps): update dependency typedoc to v0.22.12
  • 9ec9f47 chore(deps): update dependency rollup to v2.67.3
  • 7aa411f chore(deps): update dependency @​types/node to v16.11.25
  • 807ccf3 chore(deps): update dependency @​testing-library/react to v12.1.3
  • 2b44886 chore(deps): update dependency @​babel/parser to v7.17.3
  • 580f9ba Bump @​apollo/client npm version to 3.5.9.
  • 792ac32 Backport PR #9386 to main branch (#9432)
  • 88b5109 chore(deps): bump follow-redirects from 1.14.7 to 1.14.8 (#9420)
  • Additional commits viewable in compare view

Merge request reports