Skip to content

Commit 88a2224

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency apollo-boost to v0.1.5
1 parent ec0678e commit 88a2224

6 files changed

Lines changed: 121 additions & 83 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.4",
18+
"apollo-boost": "0.1.5",
1919
"apollo-client": "2.2.8",
2020
"apollo-client-preset": "1.0.8",
2121
"apollo-link": "1.2.2",

advanced/yarn.lock

Lines changed: 46 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
version "2.0.47"
77
resolved "https://registry.yarnpkg.com/@types/async/-/async-2.0.47.tgz#f49ba1dd1f189486beb6e1d070a850f6ab4bd521"
88

9+
"@types/async@2.0.49":
10+
version "2.0.49"
11+
resolved "https://registry.yarnpkg.com/@types/async/-/async-2.0.49.tgz#92e33d13f74c895cb9a7f38ba97db8431ed14bc0"
12+
913
"@types/graphql@0.12.6":
1014
version "0.12.6"
1115
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.12.6.tgz#3d619198585fcabe5f4e1adfb5cf5f3388c66c13"
@@ -146,26 +150,18 @@ anymatch@^1.3.0:
146150
micromatch "^2.1.5"
147151
normalize-path "^2.0.0"
148152

149-
apollo-boost@0.1.4:
150-
version "0.1.4"
151-
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.4.tgz#c17ce6cd17f5c2859e06880aab9af0265fc929e2"
153+
apollo-boost@0.1.5:
154+
version "0.1.5"
155+
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.5.tgz#21e9b4b37e514b997a5e53d2f224d31ad69c9b57"
152156
dependencies:
153-
apollo-cache-inmemory "^1.1.12"
154-
apollo-client "^2.2.8"
157+
apollo-cache-inmemory "^1.2.0"
158+
apollo-client "^2.3.0"
155159
apollo-link "^1.0.6"
156160
apollo-link-error "^1.0.3"
157161
apollo-link-http "^1.3.1"
158162
apollo-link-state "^0.4.0"
159163
graphql-tag "^2.4.2"
160164

161-
apollo-cache-inmemory@^1.1.12:
162-
version "1.1.12"
163-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.1.12.tgz#ab489bf046b3e026556ab28bdebb6e010cac9531"
164-
dependencies:
165-
apollo-cache "^1.1.7"
166-
apollo-utilities "^1.0.11"
167-
graphql-anywhere "^4.1.8"
168-
169165
apollo-cache-inmemory@^1.1.7:
170166
version "1.1.9"
171167
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.1.9.tgz#8bcd05e8ec4e7dc5ffda7f68252244cab3197b71"
@@ -174,6 +170,14 @@ apollo-cache-inmemory@^1.1.7:
174170
apollo-utilities "^1.0.8"
175171
graphql-anywhere "^4.1.5"
176172

173+
apollo-cache-inmemory@^1.2.0:
174+
version "1.2.0"
175+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.0.tgz#a5b98fd67a810215b2d03e4a924cf0c554d6ebb4"
176+
dependencies:
177+
apollo-cache "^1.1.8"
178+
apollo-utilities "^1.0.12"
179+
graphql-anywhere "^4.1.9"
180+
177181
apollo-cache@^1.1.4:
178182
version "1.1.4"
179183
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.4.tgz#a06544fdf4d946114168660961cf7a1fd340d8d6"
@@ -186,6 +190,12 @@ apollo-cache@^1.1.7:
186190
dependencies:
187191
apollo-utilities "^1.0.11"
188192

193+
apollo-cache@^1.1.8:
194+
version "1.1.8"
195+
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.8.tgz#b078d33dec876d52b5a81a325d3c254d4e362d3c"
196+
dependencies:
197+
apollo-utilities "^1.0.12"
198+
189199
apollo-client-preset@1.0.8:
190200
version "1.0.8"
191201
resolved "https://registry.yarnpkg.com/apollo-client-preset/-/apollo-client-preset-1.0.8.tgz#23bd7176849d0d815f12c648774d009b258a449e"
@@ -196,7 +206,7 @@ apollo-client-preset@1.0.8:
196206
apollo-link-http "^1.3.1"
197207
graphql-tag "^2.4.2"
198208

199-
apollo-client@2.2.8, apollo-client@^2.2.8:
209+
apollo-client@2.2.8:
200210
version "2.2.8"
201211
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.2.8.tgz#b604d31ab2d2dd00db3105d8793b93ee02ce567e"
202212
dependencies:
@@ -224,6 +234,20 @@ apollo-client@^2.2.2:
224234
optionalDependencies:
225235
"@types/async" "2.0.47"
226236

237+
apollo-client@^2.3.0:
238+
version "2.3.0"
239+
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.3.0.tgz#6c8c9cfef5eaa28d89094078b5b4a59e9b6babaa"
240+
dependencies:
241+
"@types/zen-observable" "^0.5.3"
242+
apollo-cache "^1.1.8"
243+
apollo-link "^1.0.0"
244+
apollo-link-dedup "^1.0.0"
245+
apollo-utilities "^1.0.12"
246+
symbol-observable "^1.0.2"
247+
zen-observable "^0.8.0"
248+
optionalDependencies:
249+
"@types/async" "2.0.49"
250+
227251
apollo-link-dedup@^1.0.0:
228252
version "1.0.6"
229253
resolved "https://registry.yarnpkg.com/apollo-link-dedup/-/apollo-link-dedup-1.0.6.tgz#566ab421a5f6ef41995e2e386f575600d51b1408"
@@ -271,7 +295,7 @@ apollo-link@^1.0.0, apollo-link@^1.0.6, apollo-link@^1.1.0:
271295
apollo-utilities "^1.0.0"
272296
zen-observable "^0.7.0"
273297

274-
apollo-utilities@1.0.12:
298+
apollo-utilities@1.0.12, apollo-utilities@^1.0.12:
275299
version "1.0.12"
276300
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.12.tgz#9e2b2a34cf89f3bf0d73a664effd8c1bb5d1b7f7"
277301

@@ -3179,7 +3203,7 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.4, graceful-fs@^4.1.6,
31793203
version "4.1.11"
31803204
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
31813205

3182-
graphql-anywhere@^4.1.0-alpha.0, graphql-anywhere@^4.1.8:
3206+
graphql-anywhere@^4.1.0-alpha.0:
31833207
version "4.1.8"
31843208
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.8.tgz#23882e6a16ec824febbe5bca40937cdd76c5acdc"
31853209
dependencies:
@@ -3191,6 +3215,12 @@ graphql-anywhere@^4.1.5:
31913215
dependencies:
31923216
apollo-utilities "^1.0.8"
31933217

3218+
graphql-anywhere@^4.1.9:
3219+
version "4.1.9"
3220+
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.9.tgz#831bbf2c4972bd104a60175ba107ab3ae65008d1"
3221+
dependencies:
3222+
apollo-utilities "^1.0.12"
3223+
31943224
graphql-tag@2.9.2:
31953225
version "2.9.2"
31963226
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.9.2.tgz#2f60a5a981375f430bf1e6e95992427dc18af686"

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.4",
8+
"apollo-boost": "0.1.5",
99
"graphql": "0.13.2",
1010
"react": "16.3.2",
1111
"react-apollo": "2.1.3",

basic/yarn.lock

Lines changed: 36 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# yarn lockfile v1
33

44

5-
"@types/async@2.0.47":
6-
version "2.0.47"
7-
resolved "https://registry.yarnpkg.com/@types/async/-/async-2.0.47.tgz#f49ba1dd1f189486beb6e1d070a850f6ab4bd521"
5+
"@types/async@2.0.49":
6+
version "2.0.49"
7+
resolved "https://registry.yarnpkg.com/@types/async/-/async-2.0.49.tgz#92e33d13f74c895cb9a7f38ba97db8431ed14bc0"
88

99
"@types/node@^9.4.6":
1010
version "9.6.0"
@@ -142,45 +142,45 @@ anymatch@^1.3.0:
142142
micromatch "^2.1.5"
143143
normalize-path "^2.0.0"
144144

145-
apollo-boost@0.1.4:
146-
version "0.1.4"
147-
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.4.tgz#c17ce6cd17f5c2859e06880aab9af0265fc929e2"
145+
apollo-boost@0.1.5:
146+
version "0.1.5"
147+
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.5.tgz#21e9b4b37e514b997a5e53d2f224d31ad69c9b57"
148148
dependencies:
149-
apollo-cache-inmemory "^1.1.12"
150-
apollo-client "^2.2.8"
149+
apollo-cache-inmemory "^1.2.0"
150+
apollo-client "^2.3.0"
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.1.12:
158-
version "1.1.12"
159-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.1.12.tgz#ab489bf046b3e026556ab28bdebb6e010cac9531"
157+
apollo-cache-inmemory@^1.2.0:
158+
version "1.2.0"
159+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.0.tgz#a5b98fd67a810215b2d03e4a924cf0c554d6ebb4"
160160
dependencies:
161-
apollo-cache "^1.1.7"
162-
apollo-utilities "^1.0.11"
163-
graphql-anywhere "^4.1.8"
161+
apollo-cache "^1.1.8"
162+
apollo-utilities "^1.0.12"
163+
graphql-anywhere "^4.1.9"
164164

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

171-
apollo-client@^2.2.8:
172-
version "2.2.8"
173-
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.2.8.tgz#b604d31ab2d2dd00db3105d8793b93ee02ce567e"
171+
apollo-client@^2.3.0:
172+
version "2.3.0"
173+
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.3.0.tgz#6c8c9cfef5eaa28d89094078b5b4a59e9b6babaa"
174174
dependencies:
175175
"@types/zen-observable" "^0.5.3"
176-
apollo-cache "^1.1.7"
176+
apollo-cache "^1.1.8"
177177
apollo-link "^1.0.0"
178178
apollo-link-dedup "^1.0.0"
179-
apollo-utilities "^1.0.11"
179+
apollo-utilities "^1.0.12"
180180
symbol-observable "^1.0.2"
181-
zen-observable "^0.7.0"
181+
zen-observable "^0.8.0"
182182
optionalDependencies:
183-
"@types/async" "2.0.47"
183+
"@types/async" "2.0.49"
184184

185185
apollo-link-dedup@^1.0.0:
186186
version "1.0.8"
@@ -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.11:
230-
version "1.0.11"
231-
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.11.tgz#cd36bfa6e5c04eea2caf0c204a0f38a0ad550802"
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"
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.8:
2930-
version "4.1.8"
2931-
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.8.tgz#23882e6a16ec824febbe5bca40937cdd76c5acdc"
2929+
graphql-anywhere@^4.1.9:
2930+
version "4.1.9"
2931+
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.9.tgz#831bbf2c4972bd104a60175ba107ab3ae65008d1"
29322932
dependencies:
2933-
apollo-utilities "^1.0.11"
2933+
apollo-utilities "^1.0.12"
29342934

29352935
graphql-tag@^2.4.2:
29362936
version "2.8.0"
@@ -6869,3 +6869,7 @@ zen-observable-ts@^0.8.6:
68696869
zen-observable@^0.7.0:
68706870
version "0.7.1"
68716871
resolved "https://registry.yarnpkg.com/zen-observable/-/zen-observable-0.7.1.tgz#f84075c0ee085594d3566e1d6454207f126411b3"
6872+
6873+
zen-observable@^0.8.0:
6874+
version "0.8.8"
6875+
resolved "https://registry.yarnpkg.com/zen-observable/-/zen-observable-0.8.8.tgz#1ea93995bf098754a58215a1e0a7309e5749ec42"

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.4",
6+
"apollo-boost": "0.1.5",
77
"graphql": "0.13.2",
88
"react": "16.3.2",
99
"react-apollo": "2.1.3",

minimal/yarn.lock

Lines changed: 36 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# yarn lockfile v1
33

44

5-
"@types/async@2.0.47":
6-
version "2.0.47"
7-
resolved "https://registry.yarnpkg.com/@types/async/-/async-2.0.47.tgz#f49ba1dd1f189486beb6e1d070a850f6ab4bd521"
5+
"@types/async@2.0.49":
6+
version "2.0.49"
7+
resolved "https://registry.yarnpkg.com/@types/async/-/async-2.0.49.tgz#92e33d13f74c895cb9a7f38ba97db8431ed14bc0"
88

99
"@types/node@^9.4.6":
1010
version "9.6.0"
@@ -161,45 +161,45 @@ anymatch@^2.0.0:
161161
micromatch "^3.1.4"
162162
normalize-path "^2.1.1"
163163

164-
apollo-boost@0.1.4:
165-
version "0.1.4"
166-
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.4.tgz#c17ce6cd17f5c2859e06880aab9af0265fc929e2"
164+
apollo-boost@0.1.5:
165+
version "0.1.5"
166+
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.5.tgz#21e9b4b37e514b997a5e53d2f224d31ad69c9b57"
167167
dependencies:
168-
apollo-cache-inmemory "^1.1.12"
169-
apollo-client "^2.2.8"
168+
apollo-cache-inmemory "^1.2.0"
169+
apollo-client "^2.3.0"
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.1.12:
177-
version "1.1.12"
178-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.1.12.tgz#ab489bf046b3e026556ab28bdebb6e010cac9531"
176+
apollo-cache-inmemory@^1.2.0:
177+
version "1.2.0"
178+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.0.tgz#a5b98fd67a810215b2d03e4a924cf0c554d6ebb4"
179179
dependencies:
180-
apollo-cache "^1.1.7"
181-
apollo-utilities "^1.0.11"
182-
graphql-anywhere "^4.1.8"
180+
apollo-cache "^1.1.8"
181+
apollo-utilities "^1.0.12"
182+
graphql-anywhere "^4.1.9"
183183

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

190-
apollo-client@^2.2.8:
191-
version "2.2.8"
192-
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.2.8.tgz#b604d31ab2d2dd00db3105d8793b93ee02ce567e"
190+
apollo-client@^2.3.0:
191+
version "2.3.0"
192+
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.3.0.tgz#6c8c9cfef5eaa28d89094078b5b4a59e9b6babaa"
193193
dependencies:
194194
"@types/zen-observable" "^0.5.3"
195-
apollo-cache "^1.1.7"
195+
apollo-cache "^1.1.8"
196196
apollo-link "^1.0.0"
197197
apollo-link-dedup "^1.0.0"
198-
apollo-utilities "^1.0.11"
198+
apollo-utilities "^1.0.12"
199199
symbol-observable "^1.0.2"
200-
zen-observable "^0.7.0"
200+
zen-observable "^0.8.0"
201201
optionalDependencies:
202-
"@types/async" "2.0.47"
202+
"@types/async" "2.0.49"
203203

204204
apollo-link-dedup@^1.0.0:
205205
version "1.0.8"
@@ -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.11:
249-
version "1.0.11"
250-
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.11.tgz#cd36bfa6e5c04eea2caf0c204a0f38a0ad550802"
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"
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.8:
3138-
version "4.1.8"
3139-
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.8.tgz#23882e6a16ec824febbe5bca40937cdd76c5acdc"
3137+
graphql-anywhere@^4.1.9:
3138+
version "4.1.9"
3139+
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.9.tgz#831bbf2c4972bd104a60175ba107ab3ae65008d1"
31403140
dependencies:
3141-
apollo-utilities "^1.0.11"
3141+
apollo-utilities "^1.0.12"
31423142

31433143
graphql-tag@^2.4.2:
31443144
version "2.8.0"
@@ -7372,3 +7372,7 @@ zen-observable-ts@^0.8.6:
73727372
zen-observable@^0.7.0:
73737373
version "0.7.1"
73747374
resolved "https://registry.yarnpkg.com/zen-observable/-/zen-observable-0.7.1.tgz#f84075c0ee085594d3566e1d6454207f126411b3"
7375+
7376+
zen-observable@^0.8.0:
7377+
version "0.8.8"
7378+
resolved "https://registry.yarnpkg.com/zen-observable/-/zen-observable-0.8.8.tgz#1ea93995bf098754a58215a1e0a7309e5749ec42"

0 commit comments

Comments
 (0)