Closed greenkeeper[bot] closed 5 years ago
dependency
apollo-cache-inmemory was updated from 1.4.0
to 1.4.1
.Your tests are still failing with this version. Compare changes
The new version differs by 18 commits.
decc8fa
chore: Publish
cfb9124
Update CHANGELOG.md with next published versions.
2b492bd
Update various package-lock.json files.
72c5587
Update optimism to use its new TypeScript declarations. (#4331)
4a220cd
Fix broken link in issue template (#4323)
1e4cc69
Mention more improvements from PR #4234 in CHANGELOG.md.
3510493
Merge pull request #4234 from apollographql/wip-reduce-bundle-size
2815cac
Lower bundle size limits to reflect recent improvements.
8c85dc9
Simplify getDirectiveNames and remove flattenSelections helper.
b4f0c8e
Improve (and shorten) query polling implementation. (#4243)
42902f1
Remove QueryKeyMaker abstraction. (#4245)
f2bcf70
Simplify fetchQuery promise tracking in QueryManager.
d4f3346
Remove QueryManager from public ApolloClient API.
70c4cf3
Avoid importing graphql/language/printer in apollo-client.
b4cfd4d
Avoid importing graphql/language/visitor in apollo-cache-inmemory.
There are 18 commits in total.
See the full diff
dependency
apollo-cache-inmemory was updated from 1.4.1
to 1.4.2
.Your tests are still failing with this version. Compare changes
The new version differs by 13 commits.
42a474c
chore: Publish
3d88cc3
Update CHANGELOG.md before releasing apollo-client@2.4.11.
fa68c7c
Merge pull request #4334 from apollographql/revert-breaking-changes-mistakenly-released-in-patch-update
6052c55
Increase apollo-client bundle size limit after reverting improvements.
450a929
Add tslib to dependencies of all client packages.
94eb49d
Revert "Remove QueryManager from public ApolloClient API."
9739ff6
Revert "Improve (and shorten) query polling implementation. (#4243)"
70d4810
Allow name
and version
options for apollo-boost ApolloClient constructor (#4321)
c542710
fix(removeDirectivesFromDocument): Guard that node.directives exists. (#4329)
284e1e7
Update apollo-boost/package-lock.json, yet again.
c22fab1
Fix {Fetch,Execution}Result inconsistency in QueryManager.
9a43e23
Remove unused @types/async from optionalDependencies of apollo-client.
bab6105
Update apollo-boost/package-lock.json, again.
See the full diff
The dependency apollo-cache-inmemory was updated from
1.3.12
to1.4.0
.🚨 View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
apollo-cache-inmemory is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
- ❌ **Travis CI - Branch:** The build **errored**.Commits
The new version differs by 121 commits.
449788f
chore: Publish
ae68d29
Update CHANGELOG.md versions.
c2295e6
Merge pull request #4319 from apollographql/avoid-copying-entire-cache-for-optimistic-reads
4a87022
Mention PR #4319 in CHANGELOG.md.
fc3c3f1
Remove InMemoryCache methods that are now identical to ApolloCache methods.
d92fc1c
Remove redundant this.transformDocument calls from InMemoryCache.
801a490
More comments and a few minor simplifications.
531aa32
Reapply remaining layers in removeOptimistic by rerunning transactions.
acca75c
Avoid copying entire cache on each optimistic read.
d9c5c32
Remove
graphql-anywhere
andapollo-boost
from bundlesize (#4318)6b438f2
chore(deps): update dependency typedoc to v0.14.2
c8358c0
fixed silly typo (missing end quote) (#4313)
8b35a96
chore(deps): update dependency tslint to v5.12.1
b1e1d9a
chore(deps): update dependency rollup to v1.1.0
af94439
chore(deps): update dependency lerna to v3.10.5
There are 121 commits in total.
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: