Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

chore(deps): update apollo graphql packages #527

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 22, 2019

This PR contains the following updates:

Package Type Update Change
apollo-cache devDependencies minor 1.2.1 -> 1.3.5
apollo-cache-inmemory devDependencies minor 1.5.1 -> 1.6.6
apollo-client devDependencies minor 2.5.1 -> 2.6.10
apollo-link devDependencies patch 1.2.11 -> 1.2.14
graphql-tag devDependencies minor 2.10.1 -> 2.11.0
react-apollo devDependencies patch 2.5.4 -> 2.5.8

Release Notes

apollographql/apollo-client

v1.3.5

Compare Source

v1.3.4

Compare Source

v1.3.2

Compare Source

v1.3.1

Compare Source

  • The isEqual function has been reimplemented using the lodash.isequal npm package, to better support circular references. Since the lodash.isequal package is already used by react-apollo, this change is likely to decrease total bundle size.

    @​capaj in #​4915

v1.3.0

Compare Source

apollographql/apollo-link

v1.2.14

Compare Source

v1.2.13

Compare Source

v1.2.12

Compare Source

apollographql/graphql-tag

v2.11.0

Compare Source

  • package.json sideEffects changes to clearly identify that graphql-tag doesn't have side effects.

    @​hwillson in #​313

v2.10.4

Compare Source

v2.10.3

Compare Source

v2.10.2

Compare Source

apollographql/react-apollo

v2.5.8

Compare Source

2.5.8 (2019-06-21)

Bug Fixes
  • Makes the use of apollo-client 2.6.3's ObservableQuery.resetQueryStoreErrors
    method optional, for people who can't update to react-apollo's new
    apollo-client peer dep of 2.6.3.
    @​hwillson in #​3151

v2.5.7

Compare Source

Improvements
  • Make sure MockedProvider is using the proper CJS/ESM bundle, when
    referencing ApolloProvider.

    @​jure in #​3029.
  • Adjust the ApolloContext definition to play a bit more nicely with
    React.createContext types.

    @​JoviDeCroock in #​3018
  • The result of a mutation is now made available to the wrapped component,
    when using the graphql HOC.

    @​andycarrell in #​3008
  • Check equality of stringified variables in the MockLink to improve
    debugging experience used by MockedProvider.

    @​evans in #​3078
Bug Fixes
  • Removed leftover apollo-client@beta peer dep.

    @​brentertz in #​3064
  • Stop setting optional input to null, when using the graphql HOC.

    @​ZhengYuTay in #​3056
  • Fix typescript error caused by query being mandatory in the fetchMore signature.

    @​HsuTing in #​3065
  • Fixes an issue that caused the Query component to get stuck in an always
    loading state, caused by receiving an error (meaning subsequent valid
    responses couldn't be handled). The Query component can now handle an
    error in a response, then continue to handle a valid response afterwards.

    @​hwillson in #​3107
  • Reorder Subscription component code to avoid setting state on unmounted
    component.

    @​jasonpaulos in #​3139
  • Fix component stuck in loading state for network-only fetch policy.

    @​jasonpaulos in #​3126

v2.5.6

Compare Source

Improvements
  • Both the Query component and graphql HOC now accept a
    returnPartialData prop. This is an important new feature, that should
    help address a lot of open Apollo Client / React Apollo issues, so we'll
    explain it here with an example. Before this release, if you run a query
    that looks like:

    const GET_MEMBER = gql`
      query GetMember($id: ID!) {
        member(id: $id) {
          id
          name
        }
      }
    `;

    in one component, the results are cached, then you run a superset query like
    the following in another component:

    const GET_MEMBER_WITH_PLANS = gql`
      query GetMemberWithPlans($id: ID!) {
        member(id: $id) {
          id
          name
          plans {
            id
            title
            duration
          }
        }
      }
    `;

    Apollo Client will not re-use the partial data that was cached from the first
    query, when it preps and displays the second component. It can't find a
    cache hit for the full second query, so it fires the full query over the
    network.

    With this release, if you set a returnPartialData prop to true on the
    second component, the data available to that component will be
    automatically pre-loaded with the parts of the query that can be found in the
    cache, before the full query is fired over the network. This means you can
    do things like showing partial data in your components, while the rest of the
    data is being loaded over the network.

v2.5.5

Compare Source

Improvements

Renovate configuration

📅 Schedule: "after 11pm,before 6am" in timezone Europe/Warsaw.

🚦 Automerge: Disabled due to failing status checks.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot requested a review from kamilkisiela April 22, 2019 22:39
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 3bb6156 to d5dc0ae Compare May 21, 2019 19:48
@renovate renovate bot changed the title chore(deps): update dependency react-apollo to v2.5.5 chore(deps): update apollo graphql packages May 21, 2019
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from d5dc0ae to b869a13 Compare May 22, 2019 14:51
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch 2 times, most recently from 46f5faa to 0864a40 Compare June 4, 2019 15:52
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 0864a40 to f5d82fd Compare June 19, 2019 12:58
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from f5d82fd to 6b64ffa Compare July 13, 2019 12:00
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 6b64ffa to 3fbb3bf Compare August 10, 2019 09:00
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 3fbb3bf to dd56a9d Compare August 23, 2019 07:00
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch 2 times, most recently from 8a10e0d to 9ae16f9 Compare September 7, 2019 15:59
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 9ae16f9 to 55a18c0 Compare November 11, 2019 21:57
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 55a18c0 to 407ca24 Compare December 14, 2019 22:50
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 407ca24 to a75f41c Compare February 8, 2020 18:56
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from a75f41c to 79b5b48 Compare April 28, 2020 18:00
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 79b5b48 to 90fef63 Compare May 15, 2020 17:58
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 90fef63 to 2bf5107 Compare August 25, 2020 20:59
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.

2 participants