Skip to content

Commit 431de3c

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency apollo-boost to v0.1.7
1 parent 9313163 commit 431de3c

6 files changed

Lines changed: 97 additions & 73 deletions

File tree

advanced/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react-scripts": "1.1.4"
1616
},
1717
"dependencies": {
18-
"apollo-boost": "0.1.6",
18+
"apollo-boost": "0.1.7",
1919
"apollo-client": "2.3.1",
2020
"apollo-client-preset": "1.0.8",
2121
"apollo-link": "1.2.2",

advanced/yarn.lock

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

153-
apollo-boost@0.1.6:
154-
version "0.1.6"
155-
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.6.tgz#922d423536e408abfff816904ad2753d50feb9bf"
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"
156156
dependencies:
157-
apollo-cache-inmemory "^1.2.1"
158-
apollo-client "^2.3.1"
157+
apollo-cache-inmemory "^1.2.2"
158+
apollo-client "^2.3.2"
159159
apollo-link "^1.0.6"
160160
apollo-link-error "^1.0.3"
161161
apollo-link-http "^1.3.1"
@@ -170,13 +170,13 @@ apollo-cache-inmemory@^1.1.7:
170170
apollo-utilities "^1.0.8"
171171
graphql-anywhere "^4.1.5"
172172

173-
apollo-cache-inmemory@^1.2.1:
174-
version "1.2.1"
175-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.1.tgz#1f8222270aa7983eb9d2ac30057196378ab3bb01"
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"
176176
dependencies:
177-
apollo-cache "^1.1.8"
178-
apollo-utilities "^1.0.12"
179-
graphql-anywhere "^4.1.10"
177+
apollo-cache "^1.1.9"
178+
apollo-utilities "^1.0.13"
179+
graphql-anywhere "^4.1.11"
180180

181181
apollo-cache@^1.1.4:
182182
version "1.1.4"
@@ -190,6 +190,12 @@ apollo-cache@^1.1.8:
190190
dependencies:
191191
apollo-utilities "^1.0.12"
192192

193+
apollo-cache@^1.1.9:
194+
version "1.1.9"
195+
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.9.tgz#90426f25c43bc66ae02808af01194d78fd15ea40"
196+
dependencies:
197+
apollo-utilities "^1.0.13"
198+
193199
apollo-client-preset@1.0.8:
194200
version "1.0.8"
195201
resolved "https://registry.yarnpkg.com/apollo-client-preset/-/apollo-client-preset-1.0.8.tgz#23bd7176849d0d815f12c648774d009b258a449e"
@@ -200,7 +206,7 @@ apollo-client-preset@1.0.8:
200206
apollo-link-http "^1.3.1"
201207
graphql-tag "^2.4.2"
202208

203-
apollo-client@2.3.1, apollo-client@^2.3.1:
209+
apollo-client@2.3.1:
204210
version "2.3.1"
205211
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.3.1.tgz#64b204779b7e8b21f901529527a9a9c973eb7fd4"
206212
dependencies:
@@ -228,6 +234,20 @@ apollo-client@^2.2.2:
228234
optionalDependencies:
229235
"@types/async" "2.0.47"
230236

237+
apollo-client@^2.3.2:
238+
version "2.3.2"
239+
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.3.2.tgz#0c4c06eba0aedc63d2d988f247a9310cb2152c2e"
240+
dependencies:
241+
"@types/zen-observable" "^0.5.3"
242+
apollo-cache "^1.1.9"
243+
apollo-link "^1.0.0"
244+
apollo-link-dedup "^1.0.0"
245+
apollo-utilities "^1.0.13"
246+
symbol-observable "^1.0.2"
247+
zen-observable "^0.8.0"
248+
optionalDependencies:
249+
"@types/async" "2.0.49"
250+
231251
apollo-link-dedup@^1.0.0:
232252
version "1.0.6"
233253
resolved "https://registry.yarnpkg.com/apollo-link-dedup/-/apollo-link-dedup-1.0.6.tgz#566ab421a5f6ef41995e2e386f575600d51b1408"
@@ -287,6 +307,10 @@ apollo-utilities@^1.0.11:
287307
version "1.0.11"
288308
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.11.tgz#cd36bfa6e5c04eea2caf0c204a0f38a0ad550802"
289309

310+
apollo-utilities@^1.0.13:
311+
version "1.0.13"
312+
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.13.tgz#793c858bb42243f7254d3c2961c64a7158e51022"
313+
290314
append-transform@^0.4.0:
291315
version "0.4.0"
292316
resolved "https://registry.yarnpkg.com/append-transform/-/append-transform-0.4.0.tgz#d76ebf8ca94d276e247a36bad44a4b74ab611991"
@@ -3189,11 +3213,11 @@ graphql-anywhere@^4.1.0-alpha.0:
31893213
dependencies:
31903214
apollo-utilities "^1.0.11"
31913215

3192-
graphql-anywhere@^4.1.10:
3193-
version "4.1.10"
3194-
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.10.tgz#247ada0c8d85b9d5d6b37180973442ac68ff15de"
3216+
graphql-anywhere@^4.1.11:
3217+
version "4.1.11"
3218+
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.11.tgz#f91fa82e7e47275260957bb91f2fed5ecd508098"
31953219
dependencies:
3196-
apollo-utilities "^1.0.12"
3220+
apollo-utilities "^1.0.13"
31973221

31983222
graphql-anywhere@^4.1.5:
31993223
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.6",
8+
"apollo-boost": "0.1.7",
99
"graphql": "0.13.2",
1010
"react": "16.4.0",
1111
"react-apollo": "2.1.4",

basic/yarn.lock

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

145-
apollo-boost@0.1.6:
146-
version "0.1.6"
147-
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.6.tgz#922d423536e408abfff816904ad2753d50feb9bf"
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"
148148
dependencies:
149-
apollo-cache-inmemory "^1.2.1"
150-
apollo-client "^2.3.1"
149+
apollo-cache-inmemory "^1.2.2"
150+
apollo-client "^2.3.2"
151151
apollo-link "^1.0.6"
152152
apollo-link-error "^1.0.3"
153153
apollo-link-http "^1.3.1"
154154
apollo-link-state "^0.4.0"
155155
graphql-tag "^2.4.2"
156156

157-
apollo-cache-inmemory@^1.2.1:
158-
version "1.2.1"
159-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.1.tgz#1f8222270aa7983eb9d2ac30057196378ab3bb01"
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"
160160
dependencies:
161-
apollo-cache "^1.1.8"
162-
apollo-utilities "^1.0.12"
163-
graphql-anywhere "^4.1.10"
161+
apollo-cache "^1.1.9"
162+
apollo-utilities "^1.0.13"
163+
graphql-anywhere "^4.1.11"
164164

165-
apollo-cache@^1.1.8:
166-
version "1.1.8"
167-
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.8.tgz#b078d33dec876d52b5a81a325d3c254d4e362d3c"
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"
168168
dependencies:
169-
apollo-utilities "^1.0.12"
169+
apollo-utilities "^1.0.13"
170170

171-
apollo-client@^2.3.1:
172-
version "2.3.1"
173-
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.3.1.tgz#64b204779b7e8b21f901529527a9a9c973eb7fd4"
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"
174174
dependencies:
175175
"@types/zen-observable" "^0.5.3"
176-
apollo-cache "^1.1.8"
176+
apollo-cache "^1.1.9"
177177
apollo-link "^1.0.0"
178178
apollo-link-dedup "^1.0.0"
179-
apollo-utilities "^1.0.12"
179+
apollo-utilities "^1.0.13"
180180
symbol-observable "^1.0.2"
181181
zen-observable "^0.8.0"
182182
optionalDependencies:
@@ -226,9 +226,9 @@ apollo-utilities@^1.0.0, apollo-utilities@^1.0.10, apollo-utilities@^1.0.8:
226226
version "1.0.10"
227227
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.10.tgz#0c35696891d4fa28d76768e0f7249d63c6da08b9"
228228

229-
apollo-utilities@^1.0.12:
230-
version "1.0.12"
231-
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.12.tgz#9e2b2a34cf89f3bf0d73a664effd8c1bb5d1b7f7"
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"
232232

233233
append-transform@^0.4.0:
234234
version "0.4.0"
@@ -2926,11 +2926,11 @@ graphql-anywhere@^4.1.0-alpha.0:
29262926
dependencies:
29272927
apollo-utilities "^1.0.10"
29282928

2929-
graphql-anywhere@^4.1.10:
2930-
version "4.1.10"
2931-
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.10.tgz#247ada0c8d85b9d5d6b37180973442ac68ff15de"
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"
29322932
dependencies:
2933-
apollo-utilities "^1.0.12"
2933+
apollo-utilities "^1.0.13"
29342934

29352935
graphql-tag@^2.4.2:
29362936
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.6",
6+
"apollo-boost": "0.1.7",
77
"graphql": "0.13.2",
88
"react": "16.4.0",
99
"react-apollo": "2.1.4",

minimal/yarn.lock

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

164-
apollo-boost@0.1.6:
165-
version "0.1.6"
166-
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.6.tgz#922d423536e408abfff816904ad2753d50feb9bf"
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"
167167
dependencies:
168-
apollo-cache-inmemory "^1.2.1"
169-
apollo-client "^2.3.1"
168+
apollo-cache-inmemory "^1.2.2"
169+
apollo-client "^2.3.2"
170170
apollo-link "^1.0.6"
171171
apollo-link-error "^1.0.3"
172172
apollo-link-http "^1.3.1"
173173
apollo-link-state "^0.4.0"
174174
graphql-tag "^2.4.2"
175175

176-
apollo-cache-inmemory@^1.2.1:
177-
version "1.2.1"
178-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.1.tgz#1f8222270aa7983eb9d2ac30057196378ab3bb01"
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"
179179
dependencies:
180-
apollo-cache "^1.1.8"
181-
apollo-utilities "^1.0.12"
182-
graphql-anywhere "^4.1.10"
180+
apollo-cache "^1.1.9"
181+
apollo-utilities "^1.0.13"
182+
graphql-anywhere "^4.1.11"
183183

184-
apollo-cache@^1.1.8:
185-
version "1.1.8"
186-
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.8.tgz#b078d33dec876d52b5a81a325d3c254d4e362d3c"
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"
187187
dependencies:
188-
apollo-utilities "^1.0.12"
188+
apollo-utilities "^1.0.13"
189189

190-
apollo-client@^2.3.1:
191-
version "2.3.1"
192-
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.3.1.tgz#64b204779b7e8b21f901529527a9a9c973eb7fd4"
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"
193193
dependencies:
194194
"@types/zen-observable" "^0.5.3"
195-
apollo-cache "^1.1.8"
195+
apollo-cache "^1.1.9"
196196
apollo-link "^1.0.0"
197197
apollo-link-dedup "^1.0.0"
198-
apollo-utilities "^1.0.12"
198+
apollo-utilities "^1.0.13"
199199
symbol-observable "^1.0.2"
200200
zen-observable "^0.8.0"
201201
optionalDependencies:
@@ -245,9 +245,9 @@ apollo-utilities@^1.0.0, apollo-utilities@^1.0.10, apollo-utilities@^1.0.8:
245245
version "1.0.10"
246246
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.10.tgz#0c35696891d4fa28d76768e0f7249d63c6da08b9"
247247

248-
apollo-utilities@^1.0.12:
249-
version "1.0.12"
250-
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.12.tgz#9e2b2a34cf89f3bf0d73a664effd8c1bb5d1b7f7"
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"
251251

252252
append-transform@^0.4.0:
253253
version "0.4.0"
@@ -3134,11 +3134,11 @@ graphql-anywhere@^4.1.0-alpha.0:
31343134
dependencies:
31353135
apollo-utilities "^1.0.10"
31363136

3137-
graphql-anywhere@^4.1.10:
3138-
version "4.1.10"
3139-
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.10.tgz#247ada0c8d85b9d5d6b37180973442ac68ff15de"
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"
31403140
dependencies:
3141-
apollo-utilities "^1.0.12"
3141+
apollo-utilities "^1.0.13"
31423142

31433143
graphql-tag@^2.4.2:
31443144
version "2.8.0"

0 commit comments

Comments
 (0)