Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): bump @redis/client from 1.5.17 to 1.6.0 (#1259)
Bumps [@redis/client](https://github.com/redis/node-redis) from 1.5.17 to 1.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/redis/node-redis/releases"><code>@redis/client</code>'s releases</a>.</em></p> <blockquote> <h2>[email protected]</h2> <h2>Enhancements</h2> <ul> <li>add support for all hash field expiration commands by <a href="https://github.com/sjpotter"><code>@sjpotter</code></a> in <a href="https://redirect.github.com/redis/node-redis/pull/2787">redis/node-redis#2787</a></li> <li>add <code>CLIENT KILL MAXAGE</code> support by <a href="https://github.com/sjpotter"><code>@sjpotter</code></a> in <a href="https://redirect.github.com/redis/node-redis/pull/2761">redis/node-redis#2761</a></li> <li>add <code>HSCAN NOVALUES</code> support <a href="https://github.com/gerzse"><code>@gerzse</code></a> in <a href="https://redirect.github.com/redis/node-redis/pull/2711">redis/node-redis#2711</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redis/node-redis/commit/b493afac60b7294446aaf80853d17a0200d1ab5c"><code>b493afa</code></a> Release [email protected]</li> <li><a href="https://github.com/redis/node-redis/commit/268ceda6259f8fafe04f456311fa395df116b50d"><code>268ceda</code></a> Release [email protected]</li> <li><a href="https://github.com/redis/node-redis/commit/fff7b006c393e2b4e78e4f953398dfd24ed78ee0"><code>fff7b00</code></a> Release [email protected]</li> <li><a href="https://github.com/redis/node-redis/commit/18ccc28c2fb5629fc47aa6450f1efa964e363ddd"><code>18ccc28</code></a> fix hash expiration tests</li> <li><a href="https://github.com/redis/node-redis/commit/49ef273df2727fa3007a460d828958276f408d52"><code>49ef273</code></a> Update tests.yml</li> <li><a href="https://github.com/redis/node-redis/commit/3973fa24e1c658b3c5395cf439b02d215b979719"><code>3973fa2</code></a> Release [email protected]</li> <li><a href="https://github.com/redis/node-redis/commit/840ec57fb965ad66113608cd8e80154a4db3b2e6"><code>840ec57</code></a> small refactor per discussion with leibele (<a href="https://redirect.github.com/redis/node-redis/issues/2801">#2801</a>)</li> <li><a href="https://github.com/redis/node-redis/commit/179b9e009422235982a1e706c8ac79fd9e3496c0"><code>179b9e0</code></a> fix: json.mget should be readonly (<a href="https://redirect.github.com/redis/node-redis/issues/2807">#2807</a>) (<a href="https://redirect.github.com/redis/node-redis/issues/2808">#2808</a>)</li> <li><a href="https://github.com/redis/node-redis/commit/dc3be85db7a4d64f8d15b80ccb72e6c1282e71c2"><code>dc3be85</code></a> add 7.4-rc2 to github action test suite (<a href="https://redirect.github.com/redis/node-redis/issues/2793">#2793</a>)</li> <li><a href="https://github.com/redis/node-redis/commit/54b3e178f9943ae24362cb99c8d91ac865cae8b4"><code>54b3e17</code></a> add addscores to aggregate search command (<a href="https://redirect.github.com/redis/node-redis/issues/2799">#2799</a>)</li> <li>Additional commits viewable in <a href="https://github.com/redis/node-redis/compare/[email protected]@1.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@redis/client&package-manager=npm_and_yarn&previous-version=1.5.17&new-version=1.6.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>
- Loading branch information