Skip to content

Commit 1dc9554

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update apolloclient monorepo
1 parent 5681db1 commit 1dc9554

File tree

6 files changed

+79
-79
lines changed

6 files changed

+79
-79
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.2.8",
13-
"apollo-client": "2.4.0",
12+
"apollo-cache-inmemory": "1.2.9",
13+
"apollo-client": "2.4.1",
1414
"apollo-link": "1.2.2",
1515
"apollo-link-context": "1.0.8",
1616
"apollo-link-http": "1.5.4",
1717
"apollo-link-state": "0.4.1",
1818
"apollo-link-ws": "1.0.8",
19-
"apollo-utilities": "1.0.19",
19+
"apollo-utilities": "1.0.20",
2020
"graphql": "0.13.2",
2121
"graphql-tag": "2.9.2",
2222
"jwt-decode": "2.2.0",

advanced/yarn.lock

+22-22
Original file line numberDiff line numberDiff line change
@@ -125,29 +125,29 @@ anymatch@^2.0.0:
125125
micromatch "^3.1.4"
126126
normalize-path "^2.1.1"
127127

128-
129-
version "1.2.8"
130-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.8.tgz#98be86fe7023dffd8ec86675c631a2b73e8c8308"
128+
129+
version "1.2.9"
130+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.9.tgz#26e0c8c6a6c865bf9987d741114388cdbc3fae23"
131131
dependencies:
132-
apollo-cache "^1.1.15"
133-
apollo-utilities "^1.0.19"
134-
graphql-anywhere "^4.1.17"
132+
apollo-cache "^1.1.16"
133+
apollo-utilities "^1.0.20"
134+
graphql-anywhere "^4.1.18"
135135

136-
apollo-cache@^1.1.15:
137-
version "1.1.15"
138-
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.15.tgz#48d3a366047fc4b876c2036a79b0e070dee74cc1"
136+
apollo-cache@1.1.16, apollo-cache@^1.1.16:
137+
version "1.1.16"
138+
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.16.tgz#0c7460ee8eff1898462979143b4e922aaba73cf8"
139139
dependencies:
140-
apollo-utilities "^1.0.19"
140+
apollo-utilities "^1.0.20"
141141

142-
143-
version "2.4.0"
144-
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.4.0.tgz#438d2dc84316ee76032ae70fb7febe3c3d62a2fb"
142+
143+
version "2.4.1"
144+
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.4.1.tgz#d2ebaac1831fa170f7d0070bb9d581cccb5f64e3"
145145
dependencies:
146146
"@types/zen-observable" "^0.8.0"
147-
apollo-cache "^1.1.15"
147+
apollo-cache "1.1.16"
148148
apollo-link "^1.0.0"
149149
apollo-link-dedup "^1.0.0"
150-
apollo-utilities "^1.0.19"
150+
apollo-utilities "1.0.20"
151151
symbol-observable "^1.0.2"
152152
zen-observable "^0.8.0"
153153
optionalDependencies:
@@ -207,9 +207,9 @@ apollo-link@^1.0.0, apollo-link@^1.1.0:
207207
apollo-utilities "^1.0.0"
208208
zen-observable "^0.7.0"
209209

210-
[email protected].19, apollo-utilities@^1.0.19:
211-
version "1.0.19"
212-
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.19.tgz#f2d253bb8aa1395b62ded2f7749884233b5838e2"
210+
[email protected].20, apollo-utilities@^1.0.20:
211+
version "1.0.20"
212+
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.20.tgz#b14318686cb67838279fb5f009cca0ec97a4d140"
213213
dependencies:
214214
fast-json-stable-stringify "^2.0.0"
215215

@@ -2692,11 +2692,11 @@ graphql-anywhere@^4.1.0-alpha.0:
26922692
dependencies:
26932693
apollo-utilities "^1.0.8"
26942694

2695-
graphql-anywhere@^4.1.17:
2696-
version "4.1.17"
2697-
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.17.tgz#5c9128d0c5c1623dc46ecbdf0916845061f1965a"
2695+
graphql-anywhere@^4.1.18:
2696+
version "4.1.18"
2697+
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.18.tgz#29bfc5d42bf8ee1f5cdc9a9857c98c3eb4b7fab4"
26982698
dependencies:
2699-
apollo-utilities "^1.0.19"
2699+
apollo-utilities "^1.0.20"
27002700

27012701
27022702
version "2.9.2"

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.2.8",
13-
"apollo-client": "2.4.0",
12+
"apollo-cache-inmemory": "1.2.9",
13+
"apollo-client": "2.4.1",
1414
"apollo-link": "1.2.2",
1515
"apollo-link-http": "1.5.4",
1616
"apollo-link-ws": "1.0.8",

basic/yarn.lock

+25-25
Original file line numberDiff line numberDiff line change
@@ -147,29 +147,29 @@ anymatch@^2.0.0:
147147
micromatch "^3.1.4"
148148
normalize-path "^2.1.1"
149149

150-
151-
version "1.2.8"
152-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.8.tgz#98be86fe7023dffd8ec86675c631a2b73e8c8308"
150+
151+
version "1.2.9"
152+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.9.tgz#26e0c8c6a6c865bf9987d741114388cdbc3fae23"
153153
dependencies:
154-
apollo-cache "^1.1.15"
155-
apollo-utilities "^1.0.19"
156-
graphql-anywhere "^4.1.17"
154+
apollo-cache "^1.1.16"
155+
apollo-utilities "^1.0.20"
156+
graphql-anywhere "^4.1.18"
157157

158-
apollo-cache@^1.1.15:
159-
version "1.1.15"
160-
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.15.tgz#48d3a366047fc4b876c2036a79b0e070dee74cc1"
158+
apollo-cache@1.1.16, apollo-cache@^1.1.16:
159+
version "1.1.16"
160+
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.16.tgz#0c7460ee8eff1898462979143b4e922aaba73cf8"
161161
dependencies:
162-
apollo-utilities "^1.0.19"
162+
apollo-utilities "^1.0.20"
163163

164-
165-
version "2.4.0"
166-
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.4.0.tgz#438d2dc84316ee76032ae70fb7febe3c3d62a2fb"
164+
165+
version "2.4.1"
166+
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.4.1.tgz#d2ebaac1831fa170f7d0070bb9d581cccb5f64e3"
167167
dependencies:
168168
"@types/zen-observable" "^0.8.0"
169-
apollo-cache "^1.1.15"
169+
apollo-cache "1.1.16"
170170
apollo-link "^1.0.0"
171171
apollo-link-dedup "^1.0.0"
172-
apollo-utilities "^1.0.19"
172+
apollo-utilities "1.0.20"
173173
symbol-observable "^1.0.2"
174174
zen-observable "^0.8.0"
175175
optionalDependencies:
@@ -216,16 +216,16 @@ apollo-link@^1.0.0, apollo-link@^1.1.0:
216216
apollo-utilities "^1.0.0"
217217
zen-observable "^0.7.0"
218218

219+
[email protected], apollo-utilities@^1.0.20:
220+
version "1.0.20"
221+
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.20.tgz#b14318686cb67838279fb5f009cca0ec97a4d140"
222+
dependencies:
223+
fast-json-stable-stringify "^2.0.0"
224+
219225
apollo-utilities@^1.0.0:
220226
version "1.0.8"
221227
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.8.tgz#74d797d38953d2ba35e16f880326e2abcbc8b016"
222228

223-
apollo-utilities@^1.0.19:
224-
version "1.0.19"
225-
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.19.tgz#f2d253bb8aa1395b62ded2f7749884233b5838e2"
226-
dependencies:
227-
fast-json-stable-stringify "^2.0.0"
228-
229229
aproba@^1.0.3, aproba@^1.1.1:
230230
version "1.2.0"
231231
resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"
@@ -2879,11 +2879,11 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2:
28792879
version "4.1.11"
28802880
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
28812881

2882-
graphql-anywhere@^4.1.17:
2883-
version "4.1.17"
2884-
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.17.tgz#5c9128d0c5c1623dc46ecbdf0916845061f1965a"
2882+
graphql-anywhere@^4.1.18:
2883+
version "4.1.18"
2884+
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.18.tgz#29bfc5d42bf8ee1f5cdc9a9857c98c3eb4b7fab4"
28852885
dependencies:
2886-
apollo-utilities "^1.0.19"
2886+
apollo-utilities "^1.0.20"
28872887

28882888
28892889
version "2.9.2"

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.2.8",
13-
"apollo-client": "2.4.0",
12+
"apollo-cache-inmemory": "1.2.9",
13+
"apollo-client": "2.4.1",
1414
"apollo-link-http": "1.5.4",
1515
"graphql": "0.13.2",
1616
"graphql-tag": "2.9.2",

minimal/yarn.lock

+25-25
Original file line numberDiff line numberDiff line change
@@ -147,29 +147,29 @@ anymatch@^2.0.0:
147147
micromatch "^3.1.4"
148148
normalize-path "^2.1.1"
149149

150-
151-
version "1.2.8"
152-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.8.tgz#98be86fe7023dffd8ec86675c631a2b73e8c8308"
150+
151+
version "1.2.9"
152+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.9.tgz#26e0c8c6a6c865bf9987d741114388cdbc3fae23"
153153
dependencies:
154-
apollo-cache "^1.1.15"
155-
apollo-utilities "^1.0.19"
156-
graphql-anywhere "^4.1.17"
154+
apollo-cache "^1.1.16"
155+
apollo-utilities "^1.0.20"
156+
graphql-anywhere "^4.1.18"
157157

158-
apollo-cache@^1.1.15:
159-
version "1.1.15"
160-
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.15.tgz#48d3a366047fc4b876c2036a79b0e070dee74cc1"
158+
apollo-cache@1.1.16, apollo-cache@^1.1.16:
159+
version "1.1.16"
160+
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.16.tgz#0c7460ee8eff1898462979143b4e922aaba73cf8"
161161
dependencies:
162-
apollo-utilities "^1.0.19"
162+
apollo-utilities "^1.0.20"
163163

164-
165-
version "2.4.0"
166-
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.4.0.tgz#438d2dc84316ee76032ae70fb7febe3c3d62a2fb"
164+
165+
version "2.4.1"
166+
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.4.1.tgz#d2ebaac1831fa170f7d0070bb9d581cccb5f64e3"
167167
dependencies:
168168
"@types/zen-observable" "^0.8.0"
169-
apollo-cache "^1.1.15"
169+
apollo-cache "1.1.16"
170170
apollo-link "^1.0.0"
171171
apollo-link-dedup "^1.0.0"
172-
apollo-utilities "^1.0.19"
172+
apollo-utilities "1.0.20"
173173
symbol-observable "^1.0.2"
174174
zen-observable "^0.8.0"
175175
optionalDependencies:
@@ -210,16 +210,16 @@ apollo-link@^1.2.2:
210210
apollo-utilities "^1.0.0"
211211
zen-observable-ts "^0.8.9"
212212

213+
[email protected], apollo-utilities@^1.0.20:
214+
version "1.0.20"
215+
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.20.tgz#b14318686cb67838279fb5f009cca0ec97a4d140"
216+
dependencies:
217+
fast-json-stable-stringify "^2.0.0"
218+
213219
apollo-utilities@^1.0.0:
214220
version "1.0.8"
215221
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.8.tgz#74d797d38953d2ba35e16f880326e2abcbc8b016"
216222

217-
apollo-utilities@^1.0.19:
218-
version "1.0.19"
219-
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.19.tgz#f2d253bb8aa1395b62ded2f7749884233b5838e2"
220-
dependencies:
221-
fast-json-stable-stringify "^2.0.0"
222-
223223
aproba@^1.0.3, aproba@^1.1.1:
224224
version "1.2.0"
225225
resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"
@@ -2865,11 +2865,11 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2:
28652865
version "4.1.11"
28662866
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
28672867

2868-
graphql-anywhere@^4.1.17:
2869-
version "4.1.17"
2870-
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.17.tgz#5c9128d0c5c1623dc46ecbdf0916845061f1965a"
2868+
graphql-anywhere@^4.1.18:
2869+
version "4.1.18"
2870+
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.18.tgz#29bfc5d42bf8ee1f5cdc9a9857c98c3eb4b7fab4"
28712871
dependencies:
2872-
apollo-utilities "^1.0.19"
2872+
apollo-utilities "^1.0.20"
28732873

28742874
28752875
version "2.9.2"

0 commit comments

Comments
 (0)