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

Bump @apollo/client from 3.1.3 to 3.7.4 #441

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 17, 2023

Bumps @apollo/client from 3.1.3 to 3.7.4.

Release notes

Sourced from @​apollo/client's releases.

v3.7.4

Patch Changes

  • #10427 28d909cff Thanks @​jerelmiller! - Ensure in-flight promises executed by useLazyQuery are rejected when useLazyQuery unmounts.

  • #10383 5c5ca9b01 Thanks @​jerelmiller! - Ensure the onError callback is called when the errorPolicy is set to "all" and partial data is returned.

  • #10425 86e35a6d2 Thanks @​jerelmiller! - Prefer the onError and onCompleted callback functions passed to the execute function returned from useMutation instead of calling both callback handlers.

v3.7.3

Patch Changes

  • #10334 7d923939d Thanks @​jerelmiller! - Better handle deferred queries that have cached or partial cached data for them

  • #10368 46b58e976 Thanks @​alessbell! - Fix: unblocks support for defer in mutations

    If the @defer directive is present in the document passed to mutate, the Promise will resolve with the final merged data after the last multipart chunk has arrived in the response.

v3.7.2

Improvements (from CHANGELOG.md)

  • Only show dev tools suggestion in the console when connectToDevTools is true. @​chris110408 in #10258

  • Pass TCache generic to MutationHookOptions for better type support in useMutation. @​igrlk in #10223

  • Add name property to ApolloError to ensure better type safety and help error reporting tools better identify the error. @​aaronadamsCA in #9323

  • Export a ModifierDetails type for the details parameter of a Modifier function. @​KeithGillette in #7133

  • Revert use of cloneDeep to clone options when fetching queries. @​MrDoomBringer in #10215

What's Changed (auto-generated by GitHub)

... (truncated)

Changelog

Sourced from @​apollo/client's changelog.

3.7.4

Patch Changes

  • #10427 28d909cff Thanks @​jerelmiller! - Ensure in-flight promises executed by useLazyQuery are rejected when useLazyQuery unmounts.

  • #10383 5c5ca9b01 Thanks @​jerelmiller! - Ensure the onError callback is called when the errorPolicy is set to "all" and partial data is returned.

  • #10425 86e35a6d2 Thanks @​jerelmiller! - Prefer the onError and onCompleted callback functions passed to the execute function returned from useMutation instead of calling both callback handlers.

3.7.3

Patch Changes

  • #10334 7d923939d Thanks @​jerelmiller! - Better handle deferred queries that have cached or partial cached data for them

  • #10368 46b58e976 Thanks @​alessbell! - Fix: unblocks support for defer in mutations

    If the @defer directive is present in the document passed to mutate, the Promise will resolve with the final merged data after the last multipart chunk has arrived in the response.

3.7.2

Patch Changes

  • Only show dev tools suggestion in the console when connectToDevTools is true. @​chris110408 in #10258

  • Pass TCache generic to MutationHookOptions for better type support in useMutation. @​igrlk in #10223

  • Add name property to ApolloError to ensure better type safety and help error reporting tools better identify the error. @​aaronadamsCA in #9323

  • Export a ModifierDetails type for the details parameter of a Modifier function. @​KeithGillette in #7133

  • Revert use of cloneDeep to clone options when fetching queries. @​MrDoomBringer in #10215

3.7.1

Patch Changes

  • Fix issue where loading remains true after observer.refetch is called repeatedly with different variables when the same data are returned. @​alessbell in #10143

  • Fix race condition where useFragment_experimental could receive cache updates before initially calling cache.watch in useEffect. @​benjamn in #10212

3.7.0

... (truncated)

Commits
  • 98cf6d1 Version Packages (#10404)
  • 28d909c Abort in-flight promises returned from useLazyQuery when component unmounts...
  • d5f54c8 Initial configuration for Close Stale Issues GitHub Action (#10431)
  • 7982f89 chore: add Discord badge and link, convert issue template to form (#10432)
  • 86e35a6 Prefer the callbacks passed to the execute function returned from `useMutatio...
  • ce34e5d chore: fix flaky tests on CI (#10424)
  • 71d0ecd Improve @defer docs in preparation for GA (#10423)
  • 17c3e2e January 2023 roadmap update (#10422)
  • ee2f9b5 Bump json5 from 2.2.1 to 2.2.3 (#10398)
  • 1b694f1 Migrate away from @testing-library/react-hooks (#10415)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.1.3 to 3.7.4.
- [Release notes](https://github.com/apollographql/apollo-client/releases)
- [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md)
- [Commits](apollographql/apollo-client@v3.1.3...v3.7.4)

---
updated-dependencies:
- dependency-name: "@apollo/client"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
0 participants