Skip to content

Commit 7522858

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency vue-apollo to v3.0.0-beta.11
1 parent 8bf2277 commit 7522858

File tree

6 files changed

+27
-57
lines changed

6 files changed

+27
-57
lines changed

advanced/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"jwt-decode": "2.2.0",
2323
"subscriptions-transport-ws": "0.9.9",
2424
"vue": "2.5.16",
25-
"vue-apollo": "3.0.0-beta.10",
25+
"vue-apollo": "3.0.0-beta.11",
2626
"vue-router": "3.0.1",
2727
"vue-template-compiler": "2.5.16"
2828
},

advanced/yarn.lock

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3452,10 +3452,6 @@ lodash.camelcase@^4.3.0:
34523452
version "4.3.0"
34533453
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
34543454

3455-
lodash.debounce@^4.0.8:
3456-
version "4.0.8"
3457-
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
3458-
34593455
lodash.endswith@^4.2.1:
34603456
version "4.2.1"
34613457
resolved "https://registry.yarnpkg.com/lodash.endswith/-/lodash.endswith-4.2.1.tgz#fed59ac1738ed3e236edd7064ec456448b37bc09"
@@ -3476,18 +3472,10 @@ lodash.memoize@^4.1.2:
34763472
version "4.1.2"
34773473
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
34783474

3479-
lodash.omit@^4.5.0:
3480-
version "4.5.0"
3481-
resolved "https://registry.yarnpkg.com/lodash.omit/-/lodash.omit-4.5.0.tgz#6eb19ae5a1ee1dd9df0b969e66ce0b7fa30b5e60"
3482-
34833475
lodash.startswith@^4.2.1:
34843476
version "4.2.1"
34853477
resolved "https://registry.yarnpkg.com/lodash.startswith/-/lodash.startswith-4.2.1.tgz#c598c4adce188a27e53145731cdc6c0e7177600c"
34863478

3487-
lodash.throttle@^4.1.1:
3488-
version "4.1.1"
3489-
resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4"
3490-
34913479
lodash.uniq@^4.5.0:
34923480
version "4.5.0"
34933481
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
@@ -5484,6 +5472,10 @@ tar@^2.2.1:
54845472
fstream "^1.0.2"
54855473
inherits "2"
54865474

5475+
throttle-debounce@^1.0.1:
5476+
version "1.0.1"
5477+
resolved "https://registry.yarnpkg.com/throttle-debounce/-/throttle-debounce-1.0.1.tgz#dad0fe130f9daf3719fdea33dc36a8e6ba7f30b5"
5478+
54875479
through2@^2.0.0:
54885480
version "2.0.3"
54895481
resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.3.tgz#0004569b37c7c74ba39c43f3ced78d1ad94140be"
@@ -5792,13 +5784,11 @@ [email protected]:
57925784
dependencies:
57935785
indexof "0.0.1"
57945786

5795-
5796-
version "3.0.0-beta.10"
5797-
resolved "https://registry.yarnpkg.com/vue-apollo/-/vue-apollo-3.0.0-beta.10.tgz#08a5c993a2c95a5408a2c251260d0dcbad52228f"
5787+
5788+
version "3.0.0-beta.11"
5789+
resolved "https://registry.yarnpkg.com/vue-apollo/-/vue-apollo-3.0.0-beta.11.tgz#48d9bb8cac7fa8a454ded8863fe30a6d05499638"
57985790
dependencies:
5799-
lodash.debounce "^4.0.8"
5800-
lodash.omit "^4.5.0"
5801-
lodash.throttle "^4.1.1"
5791+
throttle-debounce "^1.0.1"
58025792

58035793
vue-hot-reload-api@^2.2.0:
58045794
version "2.2.4"

basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"graphql-tag": "2.9.2",
1919
"subscriptions-transport-ws": "0.9.9",
2020
"vue": "2.5.16",
21-
"vue-apollo": "3.0.0-beta.10",
21+
"vue-apollo": "3.0.0-beta.11",
2222
"vue-router": "3.0.1",
2323
"vue-template-compiler": "2.5.16"
2424
},

basic/yarn.lock

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3681,10 +3681,6 @@ lodash.camelcase@^4.3.0:
36813681
version "4.3.0"
36823682
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
36833683

3684-
lodash.debounce@^4.0.8:
3685-
version "4.0.8"
3686-
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
3687-
36883684
lodash.endswith@^4.2.1:
36893685
version "4.2.1"
36903686
resolved "https://registry.yarnpkg.com/lodash.endswith/-/lodash.endswith-4.2.1.tgz#fed59ac1738ed3e236edd7064ec456448b37bc09"
@@ -3705,18 +3701,10 @@ lodash.memoize@^4.1.2:
37053701
version "4.1.2"
37063702
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
37073703

3708-
lodash.omit@^4.5.0:
3709-
version "4.5.0"
3710-
resolved "https://registry.yarnpkg.com/lodash.omit/-/lodash.omit-4.5.0.tgz#6eb19ae5a1ee1dd9df0b969e66ce0b7fa30b5e60"
3711-
37123704
lodash.startswith@^4.2.1:
37133705
version "4.2.1"
37143706
resolved "https://registry.yarnpkg.com/lodash.startswith/-/lodash.startswith-4.2.1.tgz#c598c4adce188a27e53145731cdc6c0e7177600c"
37153707

3716-
lodash.throttle@^4.1.1:
3717-
version "4.1.1"
3718-
resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4"
3719-
37203708
lodash.uniq@^4.5.0:
37213709
version "4.5.0"
37223710
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
@@ -5797,6 +5785,10 @@ text-table@~0.2.0:
57975785
version "0.2.0"
57985786
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
57995787

5788+
throttle-debounce@^1.0.1:
5789+
version "1.0.1"
5790+
resolved "https://registry.yarnpkg.com/throttle-debounce/-/throttle-debounce-1.0.1.tgz#dad0fe130f9daf3719fdea33dc36a8e6ba7f30b5"
5791+
58005792
through2@^2.0.0:
58015793
version "2.0.3"
58025794
resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.3.tgz#0004569b37c7c74ba39c43f3ced78d1ad94140be"
@@ -6121,13 +6113,11 @@ [email protected]:
61216113
dependencies:
61226114
indexof "0.0.1"
61236115

6124-
6125-
version "3.0.0-beta.10"
6126-
resolved "https://registry.yarnpkg.com/vue-apollo/-/vue-apollo-3.0.0-beta.10.tgz#08a5c993a2c95a5408a2c251260d0dcbad52228f"
6116+
6117+
version "3.0.0-beta.11"
6118+
resolved "https://registry.yarnpkg.com/vue-apollo/-/vue-apollo-3.0.0-beta.11.tgz#48d9bb8cac7fa8a454ded8863fe30a6d05499638"
61276119
dependencies:
6128-
lodash.debounce "^4.0.8"
6129-
lodash.omit "^4.5.0"
6130-
lodash.throttle "^4.1.1"
6120+
throttle-debounce "^1.0.1"
61316121

61326122
vue-eslint-parser@^2.0.3:
61336123
version "2.0.3"

minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"graphql": "0.13.2",
1616
"graphql-tag": "2.9.2",
1717
"vue": "2.5.16",
18-
"vue-apollo": "3.0.0-beta.10",
18+
"vue-apollo": "3.0.0-beta.11",
1919
"vue-router": "3.0.1",
2020
"vue-template-compiler": "2.5.16"
2121
},

minimal/yarn.lock

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3663,10 +3663,6 @@ lodash.camelcase@^4.3.0:
36633663
version "4.3.0"
36643664
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
36653665

3666-
lodash.debounce@^4.0.8:
3667-
version "4.0.8"
3668-
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
3669-
36703666
lodash.endswith@^4.2.1:
36713667
version "4.2.1"
36723668
resolved "https://registry.yarnpkg.com/lodash.endswith/-/lodash.endswith-4.2.1.tgz#fed59ac1738ed3e236edd7064ec456448b37bc09"
@@ -3683,18 +3679,10 @@ lodash.memoize@^4.1.2:
36833679
version "4.1.2"
36843680
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
36853681

3686-
lodash.omit@^4.5.0:
3687-
version "4.5.0"
3688-
resolved "https://registry.yarnpkg.com/lodash.omit/-/lodash.omit-4.5.0.tgz#6eb19ae5a1ee1dd9df0b969e66ce0b7fa30b5e60"
3689-
36903682
lodash.startswith@^4.2.1:
36913683
version "4.2.1"
36923684
resolved "https://registry.yarnpkg.com/lodash.startswith/-/lodash.startswith-4.2.1.tgz#c598c4adce188a27e53145731cdc6c0e7177600c"
36933685

3694-
lodash.throttle@^4.1.1:
3695-
version "4.1.1"
3696-
resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4"
3697-
36983686
lodash.uniq@^4.5.0:
36993687
version "4.5.0"
37003688
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
@@ -5762,6 +5750,10 @@ text-table@~0.2.0:
57625750
version "0.2.0"
57635751
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
57645752

5753+
throttle-debounce@^1.0.1:
5754+
version "1.0.1"
5755+
resolved "https://registry.yarnpkg.com/throttle-debounce/-/throttle-debounce-1.0.1.tgz#dad0fe130f9daf3719fdea33dc36a8e6ba7f30b5"
5756+
57655757
through2@^2.0.0:
57665758
version "2.0.3"
57675759
resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.3.tgz#0004569b37c7c74ba39c43f3ced78d1ad94140be"
@@ -6086,13 +6078,11 @@ [email protected]:
60866078
dependencies:
60876079
indexof "0.0.1"
60886080

6089-
6090-
version "3.0.0-beta.10"
6091-
resolved "https://registry.yarnpkg.com/vue-apollo/-/vue-apollo-3.0.0-beta.10.tgz#08a5c993a2c95a5408a2c251260d0dcbad52228f"
6081+
6082+
version "3.0.0-beta.11"
6083+
resolved "https://registry.yarnpkg.com/vue-apollo/-/vue-apollo-3.0.0-beta.11.tgz#48d9bb8cac7fa8a454ded8863fe30a6d05499638"
60926084
dependencies:
6093-
lodash.debounce "^4.0.8"
6094-
lodash.omit "^4.5.0"
6095-
lodash.throttle "^4.1.1"
6085+
throttle-debounce "^1.0.1"
60966086

60976087
vue-eslint-parser@^2.0.3:
60986088
version "2.0.3"

0 commit comments

Comments
 (0)