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

fix(deps): update apollo graphql packages #212

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 6, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/react-hooks 3.0.1 -> 3.1.5 age adoption passing confidence
apollo-cache-inmemory 1.6.3 -> 1.6.6 age adoption passing confidence
apollo-client 2.6.4 -> 2.6.10 age adoption passing confidence
apollo-link 1.2.12 -> 1.2.14 age adoption passing confidence
apollo-link-context 1.0.18 -> 1.0.20 age adoption passing confidence
apollo-link-error 1.1.11 -> 1.1.13 age adoption passing confidence
apollo-link-http 1.5.15 -> 1.5.17 age adoption passing confidence
apollo-server-testing 2.9.3 -> 2.25.3 age adoption passing confidence
graphql-tag 2.10.1 -> 2.12.6 age adoption passing confidence

Release Notes

apollographql/react-apollo

v3.1.5

Compare Source

v3.1.4

Compare Source

v3.1.3

Compare Source

  • Revert the changes made in #​3497, which have lead to problems with onCompleted being called more often than necessary.

    @​hwillson in 0901f4a

v3.1.2

Compare Source

Bug Fixes

v3.1.1

Compare Source

Improvements
  • Calling startPolling or stopPolling after a component has unmounted is now a no-op (instead of throwing an exception). Polling is automatically stopped when a component is unmounted, so it doesn't need to be called manually.

    @​hwillson in #​3485
  • Allow ignoreResults to be controlled through graphql and withMutation options.

    @​tim-stasse in #​3431
  • Be a bit more defensive when it comes to accessing the internal
    ObservableQuery instance, to avoid attempting to use it after a component
    has unmounted.

    @​jfrolich in #​3490
Bug Fixes
  • A fix has been applied to prevent an unchanging loading state when an error occurs after a refetch, that is the same as the previous error.

    @​jet2jet in #​3477
  • Add back in the removed ChildDataProps and ChildMutateProps types.

    @​hwillson in #​3495
  • Make sure onCompleted is called each time a useLazyQuery based query completes, after the execution function is called.

    @​hwillson in #​3497

v3.1.0

Compare Source

Potentially Breaking Change
  • Change the default query data state from {} to undefined. This change aligns all parts of the React Apollo query cycle so that data is always undefined if there is no data, instead of data being converted into an empty object. This change impacts the initial query response, initial SSR response, data value when errors occur, data value when skipping, etc. All of these areas are now aligned to only ever return a value for data if there really is a value to return (instead of making it seem like there is one by converting to {}).

    @​hwillson in #​3388
Bug Fixes
  • Adds support for the skip option when using useSubscription.

    @​n1ru4l in #​3356
  • Makes sure refetch, fetchMore, updateQuery, startPolling, stopPolling, and subscribeToMore maintain a stable identity when they're passed back alongside query results.

    @​hwillson in #​3422
  • Fixed problematic re-renders that were caused by using fetchMore.updateQuery with notifyOnNetworkStatusChange set to true. When notifyOnNetworkStatusChange is true, re-renders will now wait until updateQuery has completed, to make sure the updated data is used during the render.

    @​hwillson in #​3433
  • Add client to the useMutation result.

    @​joshalling in #​3417
  • Prevent inline onError and onCompleted callbacks from being part of the internal memoization that's used to decide when certain after render units of functionality are run, when using useQuery. This fixes issues related to un-necessary component cleanup, like error disappearing from results when it should be present.

    @​dylanwulf in #​3419
  • useLazyQuery's execution function can now be called multiple times in a row, and will properly submit network requests each time called, when using a fetch policy of network-only.

    @​hwillson in #​3453
  • SSR enhancements to support network-only and cache-and-network fetch policies, along with changes to ensure disabled SSR queries are not fired.

    @​mikebm in #​3435
  • Remove void from the MutationFunction's returned Promise types.

    @​hwillson in #​3458
  • Prevent duplicate onCompleted calls during the same query execution cycle.

    @​hwillson in #​3461
  • Make sure polling is stopped when a component is unmounted.

    @​dqunbp in #​3273
  • Documentation fixes.

    @​SeanRoberts in #​3380
apollographql/apollo-client

v1.6.6

Compare Source

v1.6.5

Compare Source

apollographql/apollo-link

v1.2.14

Compare Source

v1.2.13

Compare Source

apollographql/apollo-server

v2.25.3

Compare Source

v2.25.2

Compare Source

v2.25.1

Compare Source

v2.25.0

Compare Source

v2.24.1

Compare Source

v2.24.0

Compare Source

v2.23.0

Compare Source

v2.22.2

Compare Source

v2.22.1

Compare Source

v2.22.0

Compare Source

v2.21.2

Compare Source

v2.21.1

Compare Source

v2.21.0

Compare Source

v2.20.0

Compare Source

v2.19.2

Compare Source

v2.19.1

Compare Source

v2.19.0

Compare Source

v2.18.2

Compare Source

v2.18.1

Compare Source

v2.18.0

Compare Source

v2.17.0

Compare Source

v2.16.1

Compare Source

v2.16.0

Compare Source

v2.15.1

Compare Source

v2.15.0

Compare Source

v2.14.5

Compare Source

v2.14.4

Compare Source

v2.14.3

Compare Source

v2.14.2

Compare Source

v2.14.1

Compare Source

v2.14.0

Compare Source

v2.13.1

Compare Source

v2.13.0

Compare Source

v2.12.0

Compare Source

v2.11.0

Compare Source

v2.10.1

Compare Source

v2.10.0

Compare Source

v2.9.16

Compare Source

v2.9.15

Compare Source

v2.9.14

Compare Source

v2.9.13

Compare Source

v2.9.12

Compare Source

v2.9.11

Compare Source

v2.9.10

Compare Source

v2.9.9

Compare Source

v2.9.8

Compare Source

v2.9.7

Compare Source

v2.9.6

Compare Source

v2.9.5

Compare Source

v2.9.4

Compare Source

apollographql/graphql-tag

v2.12.6

Compare Source

v2.12.5

Compare Source

v2.12.4

Compare Source

  • Allow fragments to be imported by name when using the webpack loader.

    @​dobesv in #​257

v2.12.3

Compare Source

v2.12.2

Compare Source

v2.12.1

Compare Source

  • To accommodate older versions of TypeScript, usage of the import type ... syntax (introduced by #​325) has been removed, fixing issue #​345.

    @​benjamn in #​352

v2.12.0

Compare Source

  • The graphql-tag repository has been converted to TypeScript, adding type safety and enabling both ECMAScript and CommonJS module exports. While these changes are intended to be as backwards-compatible as possible, we decided to bump the minor version to reflect the significant refactoring.

    @​PowerKiKi and @​benjamn in #​325

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 Mend Renovate. View repository job log here.

@netlify
Copy link

netlify bot commented Sep 6, 2019

Deploy preview for ctg-canteen ready!

Built with commit 76eb2e5

https://deploy-preview-212--ctg-canteen.netlify.com

@duongdev duongdev temporarily deployed to ctg-canteen-pr-212 September 6, 2019 11:33 Inactive
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from f125c14 to d0be8b2 Compare September 6, 2019 16:32
@renovate renovate bot changed the title fix(deps): update dependency @apollo/react-hooks to v3.1.0 fix(deps): update apollo graphql packages Sep 6, 2019
@duongdev duongdev temporarily deployed to ctg-canteen-pr-212 September 6, 2019 16:32 Inactive
@coveralls
Copy link

coveralls commented Sep 6, 2019

Coverage Status

Coverage remained the same at 81.03% when pulling f13892f on renovate/apollo-graphql-packages into cb963d9 on master.

@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from d0be8b2 to 20eeb8b Compare September 6, 2019 16:37
@duongdev duongdev temporarily deployed to ctg-canteen-pr-212 September 6, 2019 16:37 Inactive
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 20eeb8b to 22340b2 Compare September 16, 2019 01:42
@duongdev duongdev temporarily deployed to ctg-canteen-pr-212 September 16, 2019 01:42 Inactive
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 22340b2 to 219e1fb Compare September 24, 2019 17:07
@duongdev duongdev temporarily deployed to ctg-canteen-pr-212 September 24, 2019 17:07 Inactive
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 219e1fb to 11d5cfd Compare October 2, 2019 01:07
@duongdev duongdev temporarily deployed to ctg-canteen-pr-212 October 2, 2019 01:07 Inactive
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 11d5cfd to df3a8f4 Compare October 4, 2019 21:15
@duongdev duongdev temporarily deployed to ctg-canteen-pr-212 October 4, 2019 21:15 Inactive
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from df3a8f4 to de0602b Compare October 10, 2019 12:20
@duongdev duongdev temporarily deployed to ctg-canteen-pr-212 October 10, 2019 12:20 Inactive
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from de0602b to 932ec9e Compare October 15, 2019 19:51
@duongdev duongdev temporarily deployed to ctg-canteen-pr-212 October 15, 2019 19:51 Inactive
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 932ec9e to 8bc167e Compare October 21, 2019 17:29
@duongdev duongdev temporarily deployed to ctg-canteen-pr-212 October 21, 2019 17:29 Inactive
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 8bc167e to dbe7b50 Compare November 21, 2019 10:43
@duongdev duongdev temporarily deployed to ctg-canteen-pr-212 November 21, 2019 10:43 Inactive
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from dbe7b50 to cc72f4c Compare December 14, 2019 19:57
@duongdev duongdev temporarily deployed to ctg-canteen-pr-212 December 14, 2019 19:57 Inactive
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from cc72f4c to 4614e81 Compare December 22, 2019 03:53
@duongdev duongdev temporarily deployed to ctg-canteen-pr-212 December 22, 2019 03:53 Inactive
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 4614e81 to a603f60 Compare December 31, 2019 16:00
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from a603f60 to f2642ff Compare January 18, 2020 17:57
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from f2642ff to 76eb2e5 Compare February 8, 2020 16:59
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 76eb2e5 to 3d61823 Compare February 16, 2020 08:55
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 3d61823 to f13892f Compare March 11, 2020 04:00
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from f13892f to 7cf595a Compare March 6, 2021 14:46
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 7cf595a to d42b144 Compare April 26, 2021 17:30
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from d42b144 to 9820527 Compare May 9, 2021 22:31
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 9820527 to 5cdbd43 Compare June 6, 2021 22:04
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 5cdbd43 to 47cccf5 Compare June 15, 2021 04:07
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 47cccf5 to b4f2a73 Compare October 18, 2021 20:43
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from b4f2a73 to 99567d2 Compare March 7, 2022 10:55
@renovate
Copy link
Contributor Author

renovate bot commented Mar 23, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants