Skip to content

️ deps: Bump @apollo/client from 3.5.5 to 3.5.6

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

Bumps @apollo/client from 3.5.5 to 3.5.6.

Changelog

Sourced from @​apollo/client's changelog.

Apollo Client 3.5.6 (2021-12-07)

Bug Fixes (by @​brainkim in #9144)

  • Restores old behavior where the callback passed to useMutation() is constant.
  • Fix useMutation() callbacks having stale closures.
  • Fix useQuery() variables being out of date.
Commits
  • 6a5ae8a Bump @​apollo/client npm version to 3.5.6.
  • 6d86a52 Obfuscate Function(...) fallback to thwart static misanalysis (#9164)
  • 1bd1179 Update CHANGELOG.md
  • 998e5b3 Fix docs wording implying error property has boolean type (#9113)
  • ddb16ed chore(deps): update dependency ts-jest to v27.1.0
  • 96f1fdd chore(deps): update dependency jest to v27.4.3
  • a137054 chore(deps): update dependency rollup to v2.60.2
  • afeaf5d chore(deps): update dependency @​types/node to v16.11.11
  • de6c38e Update recast AST transform tool to version 0.21.0 (#9150)
  • 383ead2 mutate the useQuery ref during rendering to avoid stale callbacks
  • Additional commits viewable in compare view

Merge request reports