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.0.0-rc.8 to 3.7.5 #186

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 25, 2023

Bumps @apollo/client from 3.0.0-rc.8 to 3.7.5.

Release notes

Sourced from @​apollo/client's releases.

v3.7.5

Patch Changes

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.5

Patch Changes

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

... (truncated)

Commits
  • 49ffcfa Version Packages (#10456)
  • 895ddcb Fix headers type (extends #9042) (#10471)
  • 328c58f Add default values for useFragment generic types (#10469)
  • c7ccbce chore: prevent actions from running on forks (#10467)
  • b5ccef2 fix: useFragment SSR support (#10458)
  • 00f95e1 chore: fix netlify ignore script (#10468)
  • ea615ad chore(deps): update dependency rimraf to v4.1.1
  • 7054731 chore(deps): update dependency @​typescript-eslint/parser to v5.48.2
  • 3958858 chore(deps): update dependency @​typescript-eslint/eslint-plugin to v5.48.2
  • e4e30e3 chore(deps): update dependency @​types/react to v18.0.27
  • 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.0.0-rc.8 to 3.7.5.
- [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.0.0-rc.8...v3.7.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 25, 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 javascript Pull requests that update Javascript code
Projects
None yet
0 participants