Skip to content

Commit 8a65ccf

Browse files
build(deps): bump redis from 5.8.3 to 5.9.0 (#919)
Bumps [redis](https://github.com/redis/node-redis) from 5.8.3 to 5.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/redis/node-redis/releases">redis's releases</a>.</em></p> <blockquote> <h2>[email protected]</h2> <h2>What's Changed</h2> <ul> <li>fix(ts): use all commands in cluster type by <a href="https://github.com/nkaradzhov"><code>@​nkaradzhov</code></a> in <a href="https://redirect.github.com/redis/node-redis/pull/3065">redis/node-redis#3065</a></li> <li>Main by <a href="https://github.com/watersRand"><code>@​watersRand</code></a> in <a href="https://redirect.github.com/redis/node-redis/pull/3047">redis/node-redis#3047</a></li> <li>docs: fix scanIterator example in readme by <a href="https://github.com/nkaradzhov"><code>@​nkaradzhov</code></a> in <a href="https://redirect.github.com/redis/node-redis/pull/3072">redis/node-redis#3072</a></li> <li>Hitless upgrades by <a href="https://github.com/nkaradzhov"><code>@​nkaradzhov</code></a> in <a href="https://redirect.github.com/redis/node-redis/pull/3021">redis/node-redis#3021</a></li> <li>fix(cluster): prevent infinite loop by <a href="https://github.com/nkaradzhov"><code>@​nkaradzhov</code></a> in <a href="https://redirect.github.com/redis/node-redis/pull/3078">redis/node-redis#3078</a></li> <li>docs: update RedisJSON documentation link by <a href="https://github.com/Caiuriuller"><code>@​Caiuriuller</code></a> in <a href="https://redirect.github.com/redis/node-redis/pull/3079">redis/node-redis#3079</a></li> <li>refactor(test): improve test scenario reliability and maintainability by <a href="https://github.com/PavelPashov"><code>@​PavelPashov</code></a> in <a href="https://redirect.github.com/redis/node-redis/pull/3077">redis/node-redis#3077</a></li> <li>Improve stale issue management workflow by <a href="https://github.com/elena-kolevska"><code>@​elena-kolevska</code></a> in <a href="https://redirect.github.com/redis/node-redis/pull/3082">redis/node-redis#3082</a></li> <li>Maint fixes by <a href="https://github.com/nkaradzhov"><code>@​nkaradzhov</code></a> in <a href="https://redirect.github.com/redis/node-redis/pull/3086">redis/node-redis#3086</a></li> <li>feat: add default modules to createClientPool by <a href="https://github.com/killagu"><code>@​killagu</code></a> in <a href="https://redirect.github.com/redis/node-redis/pull/3088">redis/node-redis#3088</a></li> <li>DOC-5743 BITOP examples by <a href="https://github.com/andy-stark-redis"><code>@​andy-stark-redis</code></a> in <a href="https://redirect.github.com/redis/node-redis/pull/3087">redis/node-redis#3087</a></li> <li>feat: add typed/untyped mode support for multi-commands by <a href="https://github.com/PavelPashov"><code>@​PavelPashov</code></a> in <a href="https://redirect.github.com/redis/node-redis/pull/3084">redis/node-redis#3084</a></li> <li>Fix: resolve doubly linked list push issue by <a href="https://github.com/ntvviktor"><code>@​ntvviktor</code></a> in <a href="https://redirect.github.com/redis/node-redis/pull/3085">redis/node-redis#3085</a></li> <li>Update default Redis version to 8.4-M01-pre in tests by <a href="https://github.com/bobymicroby"><code>@​bobymicroby</code></a> in <a href="https://redirect.github.com/redis/node-redis/pull/3092">redis/node-redis#3092</a></li> <li>Adjust scenario tests according to latest maint naming changes by <a href="https://github.com/nkaradzhov"><code>@​nkaradzhov</code></a> in <a href="https://redirect.github.com/redis/node-redis/pull/3090">redis/node-redis#3090</a></li> <li>test(maint): touch up wrong assertions by <a href="https://github.com/nkaradzhov"><code>@​nkaradzhov</code></a> in <a href="https://redirect.github.com/redis/node-redis/pull/3096">redis/node-redis#3096</a></li> <li>fix(pool): make createClientPool use provided options by <a href="https://github.com/nkaradzhov"><code>@​nkaradzhov</code></a> in <a href="https://redirect.github.com/redis/node-redis/pull/3095">redis/node-redis#3095</a></li> <li>Emit invalidate events from client by <a href="https://github.com/sastcsgh"><code>@​sastcsgh</code></a> in <a href="https://redirect.github.com/redis/node-redis/pull/3076">redis/node-redis#3076</a></li> <li>Fix client kill enums by <a href="https://github.com/watersRand"><code>@​watersRand</code></a> in <a href="https://redirect.github.com/redis/node-redis/pull/3074">redis/node-redis#3074</a></li> <li>cluster/node events (<a href="https://redirect.github.com/redis/node-redis/issues/1855">#1855</a>) by <a href="https://github.com/NaughtySora"><code>@​NaughtySora</code></a> in <a href="https://redirect.github.com/redis/node-redis/pull/3083">redis/node-redis#3083</a></li> <li>fix(ssubscribe): properly resubscribe in case of shard failover by <a href="https://github.com/nkaradzhov"><code>@​nkaradzhov</code></a> in <a href="https://redirect.github.com/redis/node-redis/pull/3098">redis/node-redis#3098</a></li> <li>fix: multi-byte character corruption when converting Buffers to strings by <a href="https://github.com/brb3"><code>@​brb3</code></a> in <a href="https://redirect.github.com/redis/node-redis/pull/3100">redis/node-redis#3100</a></li> <li>fix(cmd): PUBSUB_NUMSUB return count as number by <a href="https://github.com/nkaradzhov"><code>@​nkaradzhov</code></a> in <a href="https://redirect.github.com/redis/node-redis/pull/3103">redis/node-redis#3103</a></li> <li>Extend proxy by <a href="https://github.com/nkaradzhov"><code>@​nkaradzhov</code></a> in <a href="https://redirect.github.com/redis/node-redis/pull/3105">redis/node-redis#3105</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/watersRand"><code>@​watersRand</code></a> made their first contribution in <a href="https://redirect.github.com/redis/node-redis/pull/3047">redis/node-redis#3047</a></li> <li><a href="https://github.com/Caiuriuller"><code>@​Caiuriuller</code></a> made their first contribution in <a href="https://redirect.github.com/redis/node-redis/pull/3079">redis/node-redis#3079</a></li> <li><a href="https://github.com/elena-kolevska"><code>@​elena-kolevska</code></a> made their first contribution in <a href="https://redirect.github.com/redis/node-redis/pull/3082">redis/node-redis#3082</a></li> <li><a href="https://github.com/killagu"><code>@​killagu</code></a> made their first contribution in <a href="https://redirect.github.com/redis/node-redis/pull/3088">redis/node-redis#3088</a></li> <li><a href="https://github.com/ntvviktor"><code>@​ntvviktor</code></a> made their first contribution in <a href="https://redirect.github.com/redis/node-redis/pull/3085">redis/node-redis#3085</a></li> <li><a href="https://github.com/sastcsgh"><code>@​sastcsgh</code></a> made their first contribution in <a href="https://redirect.github.com/redis/node-redis/pull/3076">redis/node-redis#3076</a></li> <li><a href="https://github.com/NaughtySora"><code>@​NaughtySora</code></a> made their first contribution in <a href="https://redirect.github.com/redis/node-redis/pull/3083">redis/node-redis#3083</a></li> <li><a href="https://github.com/brb3"><code>@​brb3</code></a> made their first contribution in <a href="https://redirect.github.com/redis/node-redis/pull/3100">redis/node-redis#3100</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/redis/node-redis/compare/[email protected]@5.9.0">https://github.com/redis/node-redis/compare/[email protected]@5.9.0</a></p> <h2>[email protected]</h2> <h2>What's Changed</h2> <ul> <li>Fix: resolve doubly linked list push issue by <a href="https://github.com/ntvviktor"><code>@​ntvviktor</code></a> in <a href="https://redirect.github.com/redis/node-redis/pull/3085">redis/node-redis#3085</a></li> <li>Update default Redis version to 8.4-M01-pre in tests by <a href="https://github.com/bobymicroby"><code>@​bobymicroby</code></a> in <a href="https://redirect.github.com/redis/node-redis/pull/3092">redis/node-redis#3092</a></li> <li>Adjust scenario tests according to latest maint naming changes by <a href="https://github.com/nkaradzhov"><code>@​nkaradzhov</code></a> in <a href="https://redirect.github.com/redis/node-redis/pull/3090">redis/node-redis#3090</a></li> <li>test(maint): touch up wrong assertions by <a href="https://github.com/nkaradzhov"><code>@​nkaradzhov</code></a> in <a href="https://redirect.github.com/redis/node-redis/pull/3096">redis/node-redis#3096</a></li> <li>fix(pool): make createClientPool use provided options by <a href="https://github.com/nkaradzhov"><code>@​nkaradzhov</code></a> in <a href="https://redirect.github.com/redis/node-redis/pull/3095">redis/node-redis#3095</a></li> <li>Emit invalidate events from client by <a href="https://github.com/sastcsgh"><code>@​sastcsgh</code></a> in <a href="https://redirect.github.com/redis/node-redis/pull/3076">redis/node-redis#3076</a></li> <li>Fix client kill enums by <a href="https://github.com/watersRand"><code>@​watersRand</code></a> in <a href="https://redirect.github.com/redis/node-redis/pull/3074">redis/node-redis#3074</a></li> <li>cluster/node events (<a href="https://redirect.github.com/redis/node-redis/issues/1855">#1855</a>) by <a href="https://github.com/NaughtySora"><code>@​NaughtySora</code></a> in <a href="https://redirect.github.com/redis/node-redis/pull/3083">redis/node-redis#3083</a></li> <li>fix(ssubscribe): properly resubscribe in case of shard failover by <a href="https://github.com/nkaradzhov"><code>@​nkaradzhov</code></a> in <a href="https://redirect.github.com/redis/node-redis/pull/3098">redis/node-redis#3098</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redis/node-redis/commit/57638055dce5cebd49a3c7d2b8c9f0d91ffac0be"><code>5763805</code></a> Release [email protected]</li> <li><a href="https://github.com/redis/node-redis/commit/521460f4d064763cc755e0f58361363840bb1c5d"><code>521460f</code></a> Release [email protected]</li> <li><a href="https://github.com/redis/node-redis/commit/1e28b95be29aef3307c262890e7ea85182f80626"><code>1e28b95</code></a> Release [email protected]</li> <li><a href="https://github.com/redis/node-redis/commit/cd0de0673c940c931ad5c0704a148eef88f52c2b"><code>cd0de06</code></a> Release [email protected]</li> <li><a href="https://github.com/redis/node-redis/commit/7f26dfd7ca568b4ffa0b156714657ff02213228b"><code>7f26dfd</code></a> Release [email protected]</li> <li><a href="https://github.com/redis/node-redis/commit/f72c46ada9be857fc69f53de51432f59c389edaf"><code>f72c46a</code></a> Release [email protected]</li> <li><a href="https://github.com/redis/node-redis/commit/483fd9d16a248671f4c1e7449ca755bcbc759a90"><code>483fd9d</code></a> Release [email protected]</li> <li><a href="https://github.com/redis/node-redis/commit/51bd5b0a25c89b340ed8e194d342e887fe343767"><code>51bd5b0</code></a> Update comments for DefaultAzureCredential usage</li> <li><a href="https://github.com/redis/node-redis/commit/e6025b19f32728cc51386a0c5c792ff75201a41d"><code>e6025b1</code></a> Release [email protected]</li> <li><a href="https://github.com/redis/node-redis/commit/9ba5b2b20241878932de8ba68cd4014a90df5a08"><code>9ba5b2b</code></a> Release [email protected]</li> <li>Additional commits viewable in <a href="https://github.com/redis/node-redis/compare/[email protected]@5.9.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=redis&package-manager=npm_and_yarn&previous-version=5.8.3&new-version=5.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d2dfd05 commit 8a65ccf

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

package-lock.json

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"mongoose": "^8.18.1",
4747
"morgan": "^1.10.1",
4848
"node-fetch": "^3.1.1",
49-
"redis": "^5.8.2",
49+
"redis": "^5.9.0",
5050
"reflect-metadata": "^0.2.2",
5151
"serve-favicon": "^2.5.1",
5252
"type-graphql": "^2.0.0-rc.2",

0 commit comments

Comments
 (0)