Skip to content
This repository was archived by the owner on Oct 29, 2023. It is now read-only.

build(deps): update dependency @apollo/client to v3.7.3 (latest) #7884

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

Conversation

angular-robot
Copy link
Contributor

@angular-robot angular-robot commented Oct 25, 2022

This PR contains the following updates:

Package Type Update Change
@apollo/client (source) dependencies minor 3.6.9 -> 3.7.3

Release Notes

apollographql/apollo-client

v3.7.3

Compare Source

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

Compare Source

Patch Changes

v3.7.1

Compare Source

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

v3.7.0

Compare Source

Minor Changes
  • Implement preview support for the @defer directive.

    @​alessbell and @​benjamn in #​10018

  • Implement useFragment_experimental hook, which represents a lightweight live binding into the ApolloCache, and never triggers network requests of its own.

    @​benjamn in #​8782

  • Allow registering named fragments with InMemoryCache to support using ...NamedFragment in queries without redeclaring NamedFragment repeatedly in every query that uses it.

    @​benjamn in #​9764

  • Support onError callback for useSubscription hook.

    @​jeroenvisser101 in #​9495

  • Implement preserveHeaderCase option for http context object, enabling preserved header capitalization for non-http-spec-compliant servers.

    @​mrdoombringer in #​9891

Patch Changes
  • Delay calling onCompleted and onError callbacks passed to useQuery using Promise.resolve().then(() => ...) to fix issue #​9794.

    @​dylanwulf in #​9823

  • Replace concast.cleanup method with simpler concast.beforeNext API, which promises to call the given callback function just before the next result/error is delivered. In addition, concast.removeObserver no longer takes a quietly?: boolean parameter, since that parameter was partly responsible for cleanup callbacks sometimes not getting called.

    @​benjamn in #​9718

  • Allow preserving header name capitalization when creating an HttpLink with createHttpLink({ uri, preserveHeaderCase: true }). Otherwise, header names are converted to lowercase to prevent case-sensitivity bugs.

    @​MrDoomBringer in #​9891

  • Make queries with a pollInterval respect the no-cache fetch policy, instead of writing polled results into the cache.

    @​MrDoomBringer in #​10020

  • Deprecate the onSubscriptionData callback in favor of a new onData callback for the useSubscription hook. Deprecate the onSubscriptionComplete callback in favor of a new onComplete callback for the useSubscription hook.

    @​jerelmiller in #​10134

Potentially disruptive
  • The optional subscribeAndCount testing utility exported from @apollo/client/testing/core now takes a single generic TResult type parameter, instead of TData. This type will typically be inferred from the observable argument type, but if you have any explicit calls to subscribeAndCount<TData>(...) in your own codebase, you may need to adjust those calls accordingly.

    @​benjamn in #​9718

v3.6.10

Compare Source

Improvements
  • The client options (variables, context, etc.) used for mutation calls are now available as the second argument to the onCompleted and onError callback functions.

    @​MrDoomBringer in #​10052

Configuration

📅 Schedule: Branch creation - "before 7am every weekday,after 6pm every weekday,every weekend" in timezone America/Tijuana, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@angular-robot angular-robot enabled auto-merge (rebase) October 25, 2022 02:24
@angular-robot angular-robot changed the title build(deps): update dependency @apollo/client to v3.7.0 (latest) build(deps): update dependency @apollo/client to v3.7.1 (latest) Oct 26, 2022
@angular-robot angular-robot force-pushed the ng-renovate/latest-apollo-client-3-x branch from 624e9f9 to a3762d0 Compare October 26, 2022 17:58
@angular-robot angular-robot force-pushed the ng-renovate/latest-apollo-client-3-x branch from a3762d0 to 6b385c7 Compare December 6, 2022 17:59
@angular-robot angular-robot changed the title build(deps): update dependency @apollo/client to v3.7.1 (latest) build(deps): update dependency @apollo/client to v3.7.2 (latest) Dec 6, 2022
@angular-robot angular-robot force-pushed the ng-renovate/latest-apollo-client-3-x branch from 6b385c7 to c653f6c Compare December 15, 2022 19:17
@angular-robot angular-robot changed the title build(deps): update dependency @apollo/client to v3.7.2 (latest) build(deps): update dependency @apollo/client to v3.7.3 (latest) Dec 15, 2022
@angular-robot angular-robot force-pushed the ng-renovate/latest-apollo-client-3-x branch from c653f6c to c60873c Compare December 15, 2022 21:58
@angular-robot angular-robot changed the title build(deps): update dependency @apollo/client to v3.7.3 (latest) build(deps): update dependency @apollo/client to v3.7.2 (latest) Dec 15, 2022
@angular-robot angular-robot force-pushed the ng-renovate/latest-apollo-client-3-x branch from c60873c to 823157e Compare December 20, 2022 17:14
@angular-robot angular-robot changed the title build(deps): update dependency @apollo/client to v3.7.2 (latest) build(deps): update dependency @apollo/client to v3.7.3 (latest) Dec 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant