Skip to content

Commit 946d38e

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update apolloclient monorepo
1 parent c272067 commit 946d38e

File tree

6 files changed

+97
-88
lines changed

6 files changed

+97
-88
lines changed

advanced/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"react-scripts": "1.1.4"
1616
},
1717
"dependencies": {
18-
"apollo-boost": "0.1.7",
19-
"apollo-client": "2.3.2",
18+
"apollo-boost": "0.1.8",
19+
"apollo-client": "2.3.3",
2020
"apollo-client-preset": "1.0.8",
2121
"apollo-link": "1.2.2",
2222
"apollo-link-ws": "1.0.8",
23-
"apollo-utilities": "1.0.13",
23+
"apollo-utilities": "1.0.14",
2424
"babel-cli": "6.26.0",
2525
"eslint-config-prettier": "2.9.0",
2626
"eslint-plugin-babel": "4.1.2",

advanced/yarn.lock

Lines changed: 32 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,13 @@ anymatch@^1.3.0:
150150
micromatch "^2.1.5"
151151
normalize-path "^2.0.0"
152152

153-
apollo-boost@0.1.7:
154-
version "0.1.7"
155-
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.7.tgz#22cd49d2257e44df9b991c606cebb8189ec8f230"
153+
apollo-boost@0.1.8:
154+
version "0.1.8"
155+
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.8.tgz#5b4947b0efd4e0ffc53947fa5f3d31b40ee0118f"
156156
dependencies:
157-
apollo-cache-inmemory "^1.2.2"
158-
apollo-client "^2.3.2"
157+
apollo-cache "^1.1.10"
158+
apollo-cache-inmemory "^1.2.3"
159+
apollo-client "^2.3.3"
159160
apollo-link "^1.0.6"
160161
apollo-link-error "^1.0.3"
161162
apollo-link-http "^1.3.1"
@@ -170,26 +171,26 @@ apollo-cache-inmemory@^1.1.7:
170171
apollo-utilities "^1.0.8"
171172
graphql-anywhere "^4.1.5"
172173

173-
apollo-cache-inmemory@^1.2.2:
174-
version "1.2.2"
175-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.2.tgz#051b1fec5b3cec1b348bd7ac9c713a72a0bba45b"
174+
apollo-cache-inmemory@^1.2.3:
175+
version "1.2.3"
176+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.3.tgz#873915049dc0f5bbea808d314223eae235d155cd"
176177
dependencies:
177-
apollo-cache "^1.1.9"
178-
apollo-utilities "^1.0.13"
179-
graphql-anywhere "^4.1.11"
178+
apollo-cache "^1.1.10"
179+
apollo-utilities "^1.0.14"
180+
graphql-anywhere "^4.1.12"
181+
182+
apollo-cache@^1.1.10:
183+
version "1.1.10"
184+
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.10.tgz#8b878155b85a515cf55316b09dd7960abaf0396f"
185+
dependencies:
186+
apollo-utilities "^1.0.14"
180187

181188
apollo-cache@^1.1.4:
182189
version "1.1.4"
183190
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.4.tgz#a06544fdf4d946114168660961cf7a1fd340d8d6"
184191
dependencies:
185192
apollo-utilities "^1.0.8"
186193

187-
apollo-cache@^1.1.9:
188-
version "1.1.9"
189-
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.9.tgz#90426f25c43bc66ae02808af01194d78fd15ea40"
190-
dependencies:
191-
apollo-utilities "^1.0.13"
192-
193194
apollo-client-preset@1.0.8:
194195
version "1.0.8"
195196
resolved "https://registry.yarnpkg.com/apollo-client-preset/-/apollo-client-preset-1.0.8.tgz#23bd7176849d0d815f12c648774d009b258a449e"
@@ -200,15 +201,15 @@ apollo-client-preset@1.0.8:
200201
apollo-link-http "^1.3.1"
201202
graphql-tag "^2.4.2"
202203

203-
apollo-client@2.3.2, apollo-client@^2.3.2:
204-
version "2.3.2"
205-
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.3.2.tgz#0c4c06eba0aedc63d2d988f247a9310cb2152c2e"
204+
apollo-client@2.3.3, apollo-client@^2.3.3:
205+
version "2.3.3"
206+
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.3.3.tgz#876ab4ca6891ba3b158b462686e88ff1fc622786"
206207
dependencies:
207208
"@types/zen-observable" "^0.5.3"
208-
apollo-cache "^1.1.9"
209+
apollo-cache "^1.1.10"
209210
apollo-link "^1.0.0"
210211
apollo-link-dedup "^1.0.0"
211-
apollo-utilities "^1.0.13"
212+
apollo-utilities "^1.0.14"
212213
symbol-observable "^1.0.2"
213214
zen-observable "^0.8.0"
214215
optionalDependencies:
@@ -275,9 +276,11 @@ apollo-link@^1.0.0, apollo-link@^1.0.6, apollo-link@^1.1.0:
275276
apollo-utilities "^1.0.0"
276277
zen-observable "^0.7.0"
277278

278-
apollo-utilities@1.0.13, apollo-utilities@^1.0.13:
279-
version "1.0.13"
280-
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.13.tgz#793c858bb42243f7254d3c2961c64a7158e51022"
279+
apollo-utilities@1.0.14, apollo-utilities@^1.0.14:
280+
version "1.0.14"
281+
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.14.tgz#39dc94b6fe827ab2857167545c7dafc11c2b6174"
282+
dependencies:
283+
fast-json-stable-stringify "^2.0.0"
281284

282285
apollo-utilities@^1.0.0, apollo-utilities@^1.0.8:
283286
version "1.0.8"
@@ -3189,11 +3192,11 @@ graphql-anywhere@^4.1.0-alpha.0:
31893192
dependencies:
31903193
apollo-utilities "^1.0.11"
31913194

3192-
graphql-anywhere@^4.1.11:
3193-
version "4.1.11"
3194-
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.11.tgz#f91fa82e7e47275260957bb91f2fed5ecd508098"
3195+
graphql-anywhere@^4.1.12:
3196+
version "4.1.12"
3197+
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.12.tgz#1284ecce99d7bf060ad478b50970d9fbc53901d0"
31953198
dependencies:
3196-
apollo-utilities "^1.0.13"
3199+
apollo-utilities "^1.0.14"
31973200

31983201
graphql-anywhere@^4.1.5:
31993202
version "4.1.5"

basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"react-scripts": "1.1.4"
66
},
77
"dependencies": {
8-
"apollo-boost": "0.1.7",
8+
"apollo-boost": "0.1.8",
99
"graphql": "0.13.2",
1010
"react": "16.4.0",
1111
"react-apollo": "2.1.4",

basic/yarn.lock

Lines changed: 30 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -142,41 +142,42 @@ anymatch@^1.3.0:
142142
micromatch "^2.1.5"
143143
normalize-path "^2.0.0"
144144

145-
apollo-boost@0.1.7:
146-
version "0.1.7"
147-
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.7.tgz#22cd49d2257e44df9b991c606cebb8189ec8f230"
145+
apollo-boost@0.1.8:
146+
version "0.1.8"
147+
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.8.tgz#5b4947b0efd4e0ffc53947fa5f3d31b40ee0118f"
148148
dependencies:
149-
apollo-cache-inmemory "^1.2.2"
150-
apollo-client "^2.3.2"
149+
apollo-cache "^1.1.10"
150+
apollo-cache-inmemory "^1.2.3"
151+
apollo-client "^2.3.3"
151152
apollo-link "^1.0.6"
152153
apollo-link-error "^1.0.3"
153154
apollo-link-http "^1.3.1"
154155
apollo-link-state "^0.4.0"
155156
graphql-tag "^2.4.2"
156157

157-
apollo-cache-inmemory@^1.2.2:
158-
version "1.2.2"
159-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.2.tgz#051b1fec5b3cec1b348bd7ac9c713a72a0bba45b"
158+
apollo-cache-inmemory@^1.2.3:
159+
version "1.2.3"
160+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.3.tgz#873915049dc0f5bbea808d314223eae235d155cd"
160161
dependencies:
161-
apollo-cache "^1.1.9"
162-
apollo-utilities "^1.0.13"
163-
graphql-anywhere "^4.1.11"
162+
apollo-cache "^1.1.10"
163+
apollo-utilities "^1.0.14"
164+
graphql-anywhere "^4.1.12"
164165

165-
apollo-cache@^1.1.9:
166-
version "1.1.9"
167-
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.9.tgz#90426f25c43bc66ae02808af01194d78fd15ea40"
166+
apollo-cache@^1.1.10:
167+
version "1.1.10"
168+
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.10.tgz#8b878155b85a515cf55316b09dd7960abaf0396f"
168169
dependencies:
169-
apollo-utilities "^1.0.13"
170+
apollo-utilities "^1.0.14"
170171

171-
apollo-client@^2.3.2:
172-
version "2.3.2"
173-
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.3.2.tgz#0c4c06eba0aedc63d2d988f247a9310cb2152c2e"
172+
apollo-client@^2.3.3:
173+
version "2.3.3"
174+
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.3.3.tgz#876ab4ca6891ba3b158b462686e88ff1fc622786"
174175
dependencies:
175176
"@types/zen-observable" "^0.5.3"
176-
apollo-cache "^1.1.9"
177+
apollo-cache "^1.1.10"
177178
apollo-link "^1.0.0"
178179
apollo-link-dedup "^1.0.0"
179-
apollo-utilities "^1.0.13"
180+
apollo-utilities "^1.0.14"
180181
symbol-observable "^1.0.2"
181182
zen-observable "^0.8.0"
182183
optionalDependencies:
@@ -226,9 +227,11 @@ apollo-utilities@^1.0.0, apollo-utilities@^1.0.10, apollo-utilities@^1.0.8:
226227
version "1.0.10"
227228
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.10.tgz#0c35696891d4fa28d76768e0f7249d63c6da08b9"
228229

229-
apollo-utilities@^1.0.13:
230-
version "1.0.13"
231-
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.13.tgz#793c858bb42243f7254d3c2961c64a7158e51022"
230+
apollo-utilities@^1.0.14:
231+
version "1.0.14"
232+
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.14.tgz#39dc94b6fe827ab2857167545c7dafc11c2b6174"
233+
dependencies:
234+
fast-json-stable-stringify "^2.0.0"
232235

233236
append-transform@^0.4.0:
234237
version "0.4.0"
@@ -2926,11 +2929,11 @@ graphql-anywhere@^4.1.0-alpha.0:
29262929
dependencies:
29272930
apollo-utilities "^1.0.10"
29282931

2929-
graphql-anywhere@^4.1.11:
2930-
version "4.1.11"
2931-
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.11.tgz#f91fa82e7e47275260957bb91f2fed5ecd508098"
2932+
graphql-anywhere@^4.1.12:
2933+
version "4.1.12"
2934+
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.12.tgz#1284ecce99d7bf060ad478b50970d9fbc53901d0"
29322935
dependencies:
2933-
apollo-utilities "^1.0.13"
2936+
apollo-utilities "^1.0.14"
29342937

29352938
graphql-tag@^2.4.2:
29362939
version "2.8.0"

minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"apollo-boost": "0.1.7",
6+
"apollo-boost": "0.1.8",
77
"graphql": "0.13.2",
88
"react": "16.4.0",
99
"react-apollo": "2.1.4",

minimal/yarn.lock

Lines changed: 30 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -161,41 +161,42 @@ anymatch@^2.0.0:
161161
micromatch "^3.1.4"
162162
normalize-path "^2.1.1"
163163

164-
apollo-boost@0.1.7:
165-
version "0.1.7"
166-
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.7.tgz#22cd49d2257e44df9b991c606cebb8189ec8f230"
164+
apollo-boost@0.1.8:
165+
version "0.1.8"
166+
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.8.tgz#5b4947b0efd4e0ffc53947fa5f3d31b40ee0118f"
167167
dependencies:
168-
apollo-cache-inmemory "^1.2.2"
169-
apollo-client "^2.3.2"
168+
apollo-cache "^1.1.10"
169+
apollo-cache-inmemory "^1.2.3"
170+
apollo-client "^2.3.3"
170171
apollo-link "^1.0.6"
171172
apollo-link-error "^1.0.3"
172173
apollo-link-http "^1.3.1"
173174
apollo-link-state "^0.4.0"
174175
graphql-tag "^2.4.2"
175176

176-
apollo-cache-inmemory@^1.2.2:
177-
version "1.2.2"
178-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.2.tgz#051b1fec5b3cec1b348bd7ac9c713a72a0bba45b"
177+
apollo-cache-inmemory@^1.2.3:
178+
version "1.2.3"
179+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.3.tgz#873915049dc0f5bbea808d314223eae235d155cd"
179180
dependencies:
180-
apollo-cache "^1.1.9"
181-
apollo-utilities "^1.0.13"
182-
graphql-anywhere "^4.1.11"
181+
apollo-cache "^1.1.10"
182+
apollo-utilities "^1.0.14"
183+
graphql-anywhere "^4.1.12"
183184

184-
apollo-cache@^1.1.9:
185-
version "1.1.9"
186-
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.9.tgz#90426f25c43bc66ae02808af01194d78fd15ea40"
185+
apollo-cache@^1.1.10:
186+
version "1.1.10"
187+
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.10.tgz#8b878155b85a515cf55316b09dd7960abaf0396f"
187188
dependencies:
188-
apollo-utilities "^1.0.13"
189+
apollo-utilities "^1.0.14"
189190

190-
apollo-client@^2.3.2:
191-
version "2.3.2"
192-
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.3.2.tgz#0c4c06eba0aedc63d2d988f247a9310cb2152c2e"
191+
apollo-client@^2.3.3:
192+
version "2.3.3"
193+
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.3.3.tgz#876ab4ca6891ba3b158b462686e88ff1fc622786"
193194
dependencies:
194195
"@types/zen-observable" "^0.5.3"
195-
apollo-cache "^1.1.9"
196+
apollo-cache "^1.1.10"
196197
apollo-link "^1.0.0"
197198
apollo-link-dedup "^1.0.0"
198-
apollo-utilities "^1.0.13"
199+
apollo-utilities "^1.0.14"
199200
symbol-observable "^1.0.2"
200201
zen-observable "^0.8.0"
201202
optionalDependencies:
@@ -245,9 +246,11 @@ apollo-utilities@^1.0.0, apollo-utilities@^1.0.10, apollo-utilities@^1.0.8:
245246
version "1.0.10"
246247
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.10.tgz#0c35696891d4fa28d76768e0f7249d63c6da08b9"
247248

248-
apollo-utilities@^1.0.13:
249-
version "1.0.13"
250-
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.13.tgz#793c858bb42243f7254d3c2961c64a7158e51022"
249+
apollo-utilities@^1.0.14:
250+
version "1.0.14"
251+
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.14.tgz#39dc94b6fe827ab2857167545c7dafc11c2b6174"
252+
dependencies:
253+
fast-json-stable-stringify "^2.0.0"
251254

252255
append-transform@^0.4.0:
253256
version "0.4.0"
@@ -3134,11 +3137,11 @@ graphql-anywhere@^4.1.0-alpha.0:
31343137
dependencies:
31353138
apollo-utilities "^1.0.10"
31363139

3137-
graphql-anywhere@^4.1.11:
3138-
version "4.1.11"
3139-
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.11.tgz#f91fa82e7e47275260957bb91f2fed5ecd508098"
3140+
graphql-anywhere@^4.1.12:
3141+
version "4.1.12"
3142+
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.12.tgz#1284ecce99d7bf060ad478b50970d9fbc53901d0"
31403143
dependencies:
3141-
apollo-utilities "^1.0.13"
3144+
apollo-utilities "^1.0.14"
31423145

31433146
graphql-tag@^2.4.2:
31443147
version "2.8.0"

0 commit comments

Comments
 (0)