Skip to content

Commit

Permalink
Merge #3234
Browse files Browse the repository at this point in the history
3234: Update ioredis to the latest version 🚀 r=jniles a=greenkeeper[bot]


## The dependency [ioredis](https://github.com/luin/ioredis) was updated from `3.2.2` to `4.0.1`.
This version is **not covered** by your **current version range**.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

---

<details>
<summary>Release Notes for v4.0.1</summary>

<h3>Bug Fixes</h3>
<ul>
<li><strong>cluster:</strong> robust solution for pub/sub in cluster (<a href="https://urls.greenkeeper.io/luin/ioredis/issues/697">#697</a>) (<a href="https://urls.greenkeeper.io/luin/ioredis/commit/13a5bc4">13a5bc4</a>), closes <a href="https://urls.greenkeeper.io/luin/ioredis/issues/696">#696</a></li>
</ul>
</details>

<details>
<summary>Commits</summary>
<p>The new version differs by 80 commits.</p>
<ul>
<li><a href="https://urls.greenkeeper.io/luin/ioredis/commit/47ab05c28dd499a4af87a93a547d05c74aa4f5cf"><code>47ab05c</code></a> <code>chore(release): 4.0.1</code></li>
<li><a href="https://urls.greenkeeper.io/luin/ioredis/commit/0c8b0c6783f72d1c8b628b2099e2dc9d46210164"><code>0c8b0c6</code></a> <code>docs(CHANGELOG): 4.0.1</code></li>
<li><a href="https://urls.greenkeeper.io/luin/ioredis/commit/451d34372f25a36963413a54e2513eb2072f66d8"><code>451d343</code></a> <code>chore: set bump type explicitly when releasing</code></li>
<li><a href="https://urls.greenkeeper.io/luin/ioredis/commit/f9ec0ac5749028763e16f57dc10b713e44ef1c17"><code>f9ec0ac</code></a> <code>docs(CHANGELOG): 4.0.1</code></li>
<li><a href="https://urls.greenkeeper.io/luin/ioredis/commit/6050b0fa1e01e6bb201d0ac939c21d090a779c46"><code>6050b0f</code></a> <code>test: fail fast when monitor not working</code></li>
<li><a href="https://urls.greenkeeper.io/luin/ioredis/commit/13a5bc4097d61531f94862ab25205cac0c2e3f0c"><code>13a5bc4</code></a> <code>fix(cluster): robust solution for pub/sub in cluster (#697)</code></li>
<li><a href="https://urls.greenkeeper.io/luin/ioredis/commit/63067c3e4c9421ec8b4507b229288c8ab2993799"><code>63067c3</code></a> <code>chore: updated package.json to require node &gt;=6 (#705)</code></li>
<li><a href="https://urls.greenkeeper.io/luin/ioredis/commit/cfa4e86fda6988810224719f9f40e0695cfba433"><code>cfa4e86</code></a> <code>refactor: use Buffer.from() instead of new Buffer()</code></li>
<li><a href="https://urls.greenkeeper.io/luin/ioredis/commit/551e67f977cda78e377dd688a1aaf7ab0f2651cf"><code>551e67f</code></a> <code>deps: bump redis-commands for Redis 5.0 commands (#692)</code></li>
<li><a href="https://urls.greenkeeper.io/luin/ioredis/commit/bd05e534d35ce3e08c96989f8baaa870777c07b8"><code>bd05e53</code></a> <code>docs(API.md): Typo in API.md (#686)</code></li>
<li><a href="https://urls.greenkeeper.io/luin/ioredis/commit/9d4a6d44c3412d1cea9d7bb34349de7932031f9d"><code>9d4a6d4</code></a> <code>docs(Changelog): fix syntax error in Changelog.md (#682)</code></li>
<li><a href="https://urls.greenkeeper.io/luin/ioredis/commit/5fbe8393c8aa3eb37aa172d5bd9416df9aa4cde3"><code>5fbe839</code></a> <code>docs(CHANGELOG): add notes for major updates</code></li>
<li><a href="https://urls.greenkeeper.io/luin/ioredis/commit/206b0ed01215dc5ca6091ab4e017dbed21056008"><code>206b0ed</code></a> <code>docs(CHANGELOG): 4.0.0</code></li>
<li><a href="https://urls.greenkeeper.io/luin/ioredis/commit/e6bf95bba3923cf2bbf65b590c94dca40351edbc"><code>e6bf95b</code></a> <code>4.0.0</code></li>
<li><a href="https://urls.greenkeeper.io/luin/ioredis/commit/eb79e2d3851f7d0a29b413fc56d4a1a87db62ebc"><code>eb79e2d</code></a> <code>docs(README): mention duplicate keys in scan stream example (#681)</code></li>
</ul>
<p>There are 80 commits in total.</p>
<p>See the <a href="https://urls.greenkeeper.io/luin/ioredis/compare/e16cf7e296234dd65b8127e8b5fb793f406b06e8...47ab05c28dd499a4af87a93a547d05c74aa4f5cf">full diff</a></p>
</details>

<details>
  <summary>FAQ and help</summary>

  There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
</details>

---


Your [Greenkeeper](https://greenkeeper.io) bot 🌴



Co-authored-by: greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and greenkeeper[bot] committed Oct 8, 2018
2 parents a878c55 + d113f69 commit c147dbf
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 22 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"express-session": "^1.15.4",
"gulp-merge-json": "^1.2.0",
"helmet": "^3.8.0",
"ioredis": "^3.1.2",
"ioredis": "^4.0.1",
"json-2-csv": "^2.1.0",
"juice": "^5.0.0",
"lodash": "^4.16.2",
Expand Down
46 changes: 25 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ blocking-proxy@^1.0.0:
dependencies:
minimist "^1.2.0"

bluebird@3.5.2, bluebird@^3.3.0, bluebird@^3.3.4, bluebird@^3.5.1:
bluebird@3.5.2, bluebird@^3.3.0, bluebird@^3.5.1:
version "3.5.2"
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.2.tgz#1be0908e054a751754549c270489c1505d4ab15a"

Expand Down Expand Up @@ -3834,16 +3834,14 @@ invert-kv@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6"

ioredis@^3.1.2:
version "3.2.2"
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-3.2.2.tgz#b7d5ff3afd77bb9718bb2821329b894b9a44c00b"
ioredis@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-4.0.1.tgz#266f18534fb7d8a28ca752cd5ade8150684e46e7"
dependencies:
bluebird "^3.3.4"
cluster-key-slot "^1.0.6"
debug "^2.6.9"
debug "^3.1.0"
denque "^1.1.0"
flexbuffer "0.0.6"
lodash.assign "^4.2.0"
lodash.bind "^4.2.1"
lodash.clone "^4.5.0"
lodash.clonedeep "^4.5.0"
Expand All @@ -3852,15 +3850,15 @@ ioredis@^3.1.2:
lodash.flatten "^4.4.0"
lodash.foreach "^4.5.0"
lodash.isempty "^4.4.0"
lodash.keys "^4.2.0"
lodash.noop "^3.0.1"
lodash.partial "^4.2.1"
lodash.pick "^4.4.0"
lodash.sample "^4.2.1"
lodash.shuffle "^4.2.0"
lodash.values "^4.3.0"
redis-commands "^1.2.0"
redis-parser "^2.4.0"
redis-commands "^1.3.5"
redis-errors "^1.2.0"
redis-parser "^3.0.0"
standard-as-callback "^1.0.0"

ip@^1.1.4, ip@^1.1.5:
version "1.1.5"
Expand Down Expand Up @@ -4641,10 +4639,6 @@ lodash.keys@^3.0.0:
lodash.isarguments "^3.0.0"
lodash.isarray "^3.0.0"

lodash.keys@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/lodash.keys/-/lodash.keys-4.2.0.tgz#a08602ac12e4fb83f91fc1fb7a360a4d9ba35205"

lodash.map@^4.4.0, lodash.map@^4.5.1:
version "4.6.0"
resolved "https://registry.yarnpkg.com/lodash.map/-/lodash.map-4.6.0.tgz#771ec7839e3473d9c4cde28b19394c3562f4f6d3"
Expand All @@ -4661,10 +4655,6 @@ lodash.mergewith@^4.6.1:
version "4.6.1"
resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.1.tgz#639057e726c3afbdb3e7d42741caa8d6e4335927"

lodash.noop@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/lodash.noop/-/lodash.noop-3.0.1.tgz#38188f4d650a3a474258439b96ec45b32617133c"

lodash.partial@^4.2.1:
version "4.2.1"
resolved "https://registry.yarnpkg.com/lodash.partial/-/lodash.partial-4.2.1.tgz#49f3d8cfdaa3bff8b3a91d127e923245418961d4"
Expand Down Expand Up @@ -6591,14 +6581,24 @@ redent@^2.0.0:
indent-string "^3.0.0"
strip-indent "^2.0.0"

redis-commands@^1.2.0:
redis-commands@^1.2.0, redis-commands@^1.3.5:
version "1.3.5"
resolved "https://registry.yarnpkg.com/redis-commands/-/redis-commands-1.3.5.tgz#4495889414f1e886261180b1442e7295602d83a2"

redis-parser@^2.4.0, redis-parser@^2.6.0:
redis-errors@^1.0.0, redis-errors@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/redis-errors/-/redis-errors-1.2.0.tgz#eb62d2adb15e4eaf4610c04afe1529384250abad"

redis-parser@^2.6.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/redis-parser/-/redis-parser-2.6.0.tgz#52ed09dacac108f1a631c07e9b69941e7a19504b"

redis-parser@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/redis-parser/-/redis-parser-3.0.0.tgz#b66d828cdcafe6b4b8a428a7def4c6bcac31c8b4"
dependencies:
redis-errors "^1.0.0"

redis@^2.1.0:
version "2.8.0"
resolved "https://registry.yarnpkg.com/redis/-/redis-2.8.0.tgz#202288e3f58c49f6079d97af7a10e1303ae14b02"
Expand Down Expand Up @@ -7502,6 +7502,10 @@ stack-trace@0.0.x:
version "0.0.10"
resolved "https://registry.yarnpkg.com/stack-trace/-/stack-trace-0.0.10.tgz#547c70b347e8d32b4e108ea1a2a159e5fdde19c0"

standard-as-callback@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/standard-as-callback/-/standard-as-callback-1.0.1.tgz#2e9e1e9d278d7d77580253faaec42269015e3c1d"

standard-version@^4.2.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/standard-version/-/standard-version-4.4.0.tgz#99de7a0709e6cafddf9c5984dd342c8cfe66e79f"
Expand Down

0 comments on commit c147dbf

Please sign in to comment.