Skip to content

Commit 0b6d963

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update apollo graphql packages
1 parent 862f3c6 commit 0b6d963

File tree

6 files changed

+79
-73
lines changed

6 files changed

+79
-73
lines changed

advanced/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"build": "node build/build.js"
1010
},
1111
"dependencies": {
12-
"apollo-cache-inmemory": "1.6.1",
13-
"apollo-client": "2.6.1",
12+
"apollo-cache-inmemory": "1.6.2",
13+
"apollo-client": "2.6.2",
1414
"apollo-link": "1.2.11",
1515
"apollo-link-context": "1.0.17",
1616
"apollo-link-http": "1.5.14",
1717
"apollo-link-state": "0.4.2",
1818
"apollo-link-ws": "1.0.17",
19-
"apollo-utilities": "1.3.1",
19+
"apollo-utilities": "1.3.2",
2020
"graphql": "0.13.2",
2121
"graphql-tag": "2.10.1",
2222
"jwt-decode": "2.2.0",

advanced/yarn.lock

+24-22
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
"@types/node" ">=6"
2222
tslib "^1.9.3"
2323

24+
"@wry/equality@^0.1.2":
25+
version "0.1.9"
26+
resolved "https://registry.yarnpkg.com/@wry/equality/-/equality-0.1.9.tgz#b13e18b7a8053c6858aa6c85b54911fb31e3a909"
27+
dependencies:
28+
tslib "^1.9.3"
29+
2430
abbrev@1:
2531
version "1.1.1"
2632
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
@@ -135,31 +141,31 @@ anymatch@^2.0.0:
135141
micromatch "^3.1.4"
136142
normalize-path "^2.1.1"
137143

138-
139-
version "1.6.1"
140-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.6.1.tgz#536b6f366461f6264250041f9146363e2faa1d4c"
144+
145+
version "1.6.2"
146+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.6.2.tgz#bbf2e4e1eacdf82b2d526f5c2f3b37e5acee3c5e"
141147
dependencies:
142-
apollo-cache "^1.3.1"
143-
apollo-utilities "^1.3.1"
148+
apollo-cache "^1.3.2"
149+
apollo-utilities "^1.3.2"
144150
optimism "^0.9.0"
145151
ts-invariant "^0.4.0"
146152
tslib "^1.9.3"
147153

148-
[email protected].1, apollo-cache@^1.3.1:
149-
version "1.3.1"
150-
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.3.1.tgz#c015f93a9a7f32b3eeea0c471addd6e854da754c"
154+
[email protected].2, apollo-cache@^1.3.2:
155+
version "1.3.2"
156+
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.3.2.tgz#df4dce56240d6c95c613510d7e409f7214e6d26a"
151157
dependencies:
152-
apollo-utilities "^1.3.1"
158+
apollo-utilities "^1.3.2"
153159
tslib "^1.9.3"
154160

155-
156-
version "2.6.1"
157-
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.6.1.tgz#fcf328618d6ad82b750a988bec113fe6edc8ba94"
161+
162+
version "2.6.2"
163+
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.6.2.tgz#03b6af651e09b6e413e486ddc87464c85bd6e514"
158164
dependencies:
159165
"@types/zen-observable" "^0.8.0"
160-
apollo-cache "1.3.1"
166+
apollo-cache "1.3.2"
161167
apollo-link "^1.0.0"
162-
apollo-utilities "1.3.1"
168+
apollo-utilities "1.3.2"
163169
symbol-observable "^1.0.2"
164170
ts-invariant "^0.4.0"
165171
tslib "^1.9.3"
@@ -219,12 +225,12 @@ apollo-link@^1.0.0:
219225
apollo-utilities "^1.0.0"
220226
zen-observable "^0.7.0"
221227

222-
[email protected].1, apollo-utilities@^1.3.1:
223-
version "1.3.1"
224-
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.3.1.tgz#4c45f9b52783c324e2beef822700bdea374f82d1"
228+
[email protected].2, apollo-utilities@^1.3.2:
229+
version "1.3.2"
230+
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.3.2.tgz#8cbdcf8b012f664cd6cb5767f6130f5aed9115c9"
225231
dependencies:
232+
"@wry/equality" "^0.1.2"
226233
fast-json-stable-stringify "^2.0.0"
227-
lodash.isequal "^4.5.0"
228234
ts-invariant "^0.4.0"
229235
tslib "^1.9.3"
230236

@@ -3610,10 +3616,6 @@ lodash.camelcase@^4.3.0:
36103616
version "4.3.0"
36113617
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
36123618

3613-
lodash.isequal@^4.5.0:
3614-
version "4.5.0"
3615-
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
3616-
36173619
lodash.memoize@^4.1.2:
36183620
version "4.1.2"
36193621
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"

basic/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build": "node build/build.js"
1010
},
1111
"dependencies": {
12-
"apollo-cache-inmemory": "1.6.1",
13-
"apollo-client": "2.6.1",
12+
"apollo-cache-inmemory": "1.6.2",
13+
"apollo-client": "2.6.2",
1414
"apollo-link": "1.2.11",
1515
"apollo-link-http": "1.5.14",
1616
"apollo-link-ws": "1.0.17",

basic/yarn.lock

+24-22
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
"@types/node" ">=6"
2222
tslib "^1.9.3"
2323

24+
"@wry/equality@^0.1.2":
25+
version "0.1.9"
26+
resolved "https://registry.yarnpkg.com/@wry/equality/-/equality-0.1.9.tgz#b13e18b7a8053c6858aa6c85b54911fb31e3a909"
27+
dependencies:
28+
tslib "^1.9.3"
29+
2430
abbrev@1:
2531
version "1.1.1"
2632
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
@@ -157,31 +163,31 @@ anymatch@^2.0.0:
157163
micromatch "^3.1.4"
158164
normalize-path "^2.1.1"
159165

160-
161-
version "1.6.1"
162-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.6.1.tgz#536b6f366461f6264250041f9146363e2faa1d4c"
166+
167+
version "1.6.2"
168+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.6.2.tgz#bbf2e4e1eacdf82b2d526f5c2f3b37e5acee3c5e"
163169
dependencies:
164-
apollo-cache "^1.3.1"
165-
apollo-utilities "^1.3.1"
170+
apollo-cache "^1.3.2"
171+
apollo-utilities "^1.3.2"
166172
optimism "^0.9.0"
167173
ts-invariant "^0.4.0"
168174
tslib "^1.9.3"
169175

170-
[email protected].1, apollo-cache@^1.3.1:
171-
version "1.3.1"
172-
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.3.1.tgz#c015f93a9a7f32b3eeea0c471addd6e854da754c"
176+
[email protected].2, apollo-cache@^1.3.2:
177+
version "1.3.2"
178+
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.3.2.tgz#df4dce56240d6c95c613510d7e409f7214e6d26a"
173179
dependencies:
174-
apollo-utilities "^1.3.1"
180+
apollo-utilities "^1.3.2"
175181
tslib "^1.9.3"
176182

177-
178-
version "2.6.1"
179-
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.6.1.tgz#fcf328618d6ad82b750a988bec113fe6edc8ba94"
183+
184+
version "2.6.2"
185+
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.6.2.tgz#03b6af651e09b6e413e486ddc87464c85bd6e514"
180186
dependencies:
181187
"@types/zen-observable" "^0.8.0"
182-
apollo-cache "1.3.1"
188+
apollo-cache "1.3.2"
183189
apollo-link "^1.0.0"
184-
apollo-utilities "1.3.1"
190+
apollo-utilities "1.3.2"
185191
symbol-observable "^1.0.2"
186192
ts-invariant "^0.4.0"
187193
tslib "^1.9.3"
@@ -227,12 +233,12 @@ apollo-link@^1.0.0:
227233
apollo-utilities "^1.0.0"
228234
zen-observable "^0.7.0"
229235

230-
[email protected].1, apollo-utilities@^1.3.1:
231-
version "1.3.1"
232-
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.3.1.tgz#4c45f9b52783c324e2beef822700bdea374f82d1"
236+
[email protected].2, apollo-utilities@^1.3.2:
237+
version "1.3.2"
238+
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.3.2.tgz#8cbdcf8b012f664cd6cb5767f6130f5aed9115c9"
233239
dependencies:
240+
"@wry/equality" "^0.1.2"
234241
fast-json-stable-stringify "^2.0.0"
235-
lodash.isequal "^4.5.0"
236242
ts-invariant "^0.4.0"
237243
tslib "^1.9.3"
238244

@@ -3827,10 +3833,6 @@ lodash.camelcase@^4.3.0:
38273833
version "4.3.0"
38283834
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
38293835

3830-
lodash.isequal@^4.5.0:
3831-
version "4.5.0"
3832-
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
3833-
38343836
lodash.memoize@^4.1.2:
38353837
version "4.1.2"
38363838
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"

minimal/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build": "node build/build.js"
1010
},
1111
"dependencies": {
12-
"apollo-cache-inmemory": "1.6.1",
13-
"apollo-client": "2.6.1",
12+
"apollo-cache-inmemory": "1.6.2",
13+
"apollo-client": "2.6.2",
1414
"apollo-link-http": "1.5.14",
1515
"graphql": "0.13.2",
1616
"graphql-tag": "2.10.1",

minimal/yarn.lock

+24-22
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
"@types/node" ">=6"
2222
tslib "^1.9.3"
2323

24+
"@wry/equality@^0.1.2":
25+
version "0.1.9"
26+
resolved "https://registry.yarnpkg.com/@wry/equality/-/equality-0.1.9.tgz#b13e18b7a8053c6858aa6c85b54911fb31e3a909"
27+
dependencies:
28+
tslib "^1.9.3"
29+
2430
abbrev@1:
2531
version "1.1.1"
2632
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
@@ -157,31 +163,31 @@ anymatch@^2.0.0:
157163
micromatch "^3.1.4"
158164
normalize-path "^2.1.1"
159165

160-
161-
version "1.6.1"
162-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.6.1.tgz#536b6f366461f6264250041f9146363e2faa1d4c"
166+
167+
version "1.6.2"
168+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.6.2.tgz#bbf2e4e1eacdf82b2d526f5c2f3b37e5acee3c5e"
163169
dependencies:
164-
apollo-cache "^1.3.1"
165-
apollo-utilities "^1.3.1"
170+
apollo-cache "^1.3.2"
171+
apollo-utilities "^1.3.2"
166172
optimism "^0.9.0"
167173
ts-invariant "^0.4.0"
168174
tslib "^1.9.3"
169175

170-
[email protected].1, apollo-cache@^1.3.1:
171-
version "1.3.1"
172-
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.3.1.tgz#c015f93a9a7f32b3eeea0c471addd6e854da754c"
176+
[email protected].2, apollo-cache@^1.3.2:
177+
version "1.3.2"
178+
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.3.2.tgz#df4dce56240d6c95c613510d7e409f7214e6d26a"
173179
dependencies:
174-
apollo-utilities "^1.3.1"
180+
apollo-utilities "^1.3.2"
175181
tslib "^1.9.3"
176182

177-
178-
version "2.6.1"
179-
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.6.1.tgz#fcf328618d6ad82b750a988bec113fe6edc8ba94"
183+
184+
version "2.6.2"
185+
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.6.2.tgz#03b6af651e09b6e413e486ddc87464c85bd6e514"
180186
dependencies:
181187
"@types/zen-observable" "^0.8.0"
182-
apollo-cache "1.3.1"
188+
apollo-cache "1.3.2"
183189
apollo-link "^1.0.0"
184-
apollo-utilities "1.3.1"
190+
apollo-utilities "1.3.2"
185191
symbol-observable "^1.0.2"
186192
ts-invariant "^0.4.0"
187193
tslib "^1.9.3"
@@ -220,12 +226,12 @@ apollo-link@^1.2.11:
220226
tslib "^1.9.3"
221227
zen-observable-ts "^0.8.18"
222228

223-
[email protected].1, apollo-utilities@^1.3.1:
224-
version "1.3.1"
225-
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.3.1.tgz#4c45f9b52783c324e2beef822700bdea374f82d1"
229+
[email protected].2, apollo-utilities@^1.3.2:
230+
version "1.3.2"
231+
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.3.2.tgz#8cbdcf8b012f664cd6cb5767f6130f5aed9115c9"
226232
dependencies:
233+
"@wry/equality" "^0.1.2"
227234
fast-json-stable-stringify "^2.0.0"
228-
lodash.isequal "^4.5.0"
229235
ts-invariant "^0.4.0"
230236
tslib "^1.9.3"
231237

@@ -3816,10 +3822,6 @@ lodash.camelcase@^4.3.0:
38163822
version "4.3.0"
38173823
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
38183824

3819-
lodash.isequal@^4.5.0:
3820-
version "4.5.0"
3821-
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
3822-
38233825
lodash.memoize@^4.1.2:
38243826
version "4.1.2"
38253827
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"

0 commit comments

Comments
 (0)