Update apollo-client in / from 2.0.3 to 2.3.7 #144
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Dependencies.io has updated
apollo-client
(a npm dependency in/
) from "2.0.3" to "2.3.7".2.3.7
QueryManager
'sgetQueryWithPreviousResult
method included an invalidvariables
returntype in the auto-generated
core/QueryManager.d.ts
declaration file. Thetype definition had a locally referenced path, that appears to have been
caused by the typescript compiler getting confused at compile/publish time.
getQueryWithPreviousResult
return types are now excplicity identified,which helps Typescript avoid the local type reference. For more details,
see apollo-client/core/QueryManager.d.ts is broken apollographql/apollo-client#3729.
hwillson in #3731
Apollo Boost (0.1.12)
2.3.6
ananth99 in #3599
hwillson in #3635
JakeDawkins in #3642
hwillson in #3644
gbau in #3644
chentsulin in #3608
MikaelCarpenter in #3609
Gamezpedia in #3612
jinxac in #3647
abernix in #3705
dandv in #3703
hwillson in #3580
graphql
peerDependencies
to handle 14.x versions.ivank in #3598
mvestergaard in #3588
awaitRefetchQueries
config option to the Apollo Clientmutate
function, that when set totrue
will wait for allrefetchQueries
to be fully refetched, before resolving the mutationcall.
awaitRefetchQueries
isfalse
by default.jzimmek in #3169
Apollo Boost (0.1.11)
fetch
to be given as a configuration option toApolloBoost
.mbaranovski in #3590
apollo-boost
ApolloClient
constructor now warns about unsupportedoptions.
quentin- in #3551
Apollo Cache (1.1.13)
Apollo Cache In-Memory (1.2.6)
__typename
andid
properties todataIdFromObject
parameter(typescript)
jfurler in #3641
dataIdFromObject
considering returned 0 values tobe falsy, instead of being a valid ID, which lead to the store not being
updated properly in some cases.
hwillson in #3711
Apollo Utilities (1.0.17)
Apollo GraphQL Anywhere (4.1.15)
graphql-anywhere
's filter utility.jsweet314 in #3591
Cannot convert object to primitive value
error that was showing upwhen attempting to report a missing property on an object.
benjie in #3618