dependabot[bot] opened a new pull request, #22866: URL: https://github.com/apache/superset/pull/22866
Bumps [ioredis](https://github.com/luin/ioredis) and [@types/ioredis](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ioredis). These dependencies needed to be updated together. Updates `ioredis` from 4.28.0 to 5.3.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/luin/ioredis/releases">ioredis's releases</a>.</em></p> <blockquote> <h2>v5.3.0</h2> <h1><a href="https://github.com/luin/ioredis/compare/v5.2.6...v5.3.0">5.3.0</a> (2023-01-25)</h1> <h3>Bug Fixes</h3> <ul> <li>unsubscribe not work with stringNumbers (<a href="https://github-redirect.dependabot.com/luin/ioredis/issues/1710">#1710</a>) (<a href="https://github.com/luin/ioredis/commit/321f8def3dff7f996c90af1ef73ffd789e02381e">321f8de</a>), closes <a href="https://github-redirect.dependabot.com/luin/ioredis/issues/1643">#1643</a></li> </ul> <h3>Features</h3> <ul> <li>Add support ssubscribe (<a href="https://github-redirect.dependabot.com/luin/ioredis/issues/1690">#1690</a>) (<a href="https://github.com/luin/ioredis/commit/6285e80ffb47564dc01d8e9940ff9a103bf70e2d">6285e80</a>)</li> </ul> <h2>v5.2.6</h2> <h2><a href="https://github.com/luin/ioredis/compare/v5.2.5...v5.2.6">5.2.6</a> (2023-01-25)</h2> <h3>Bug Fixes</h3> <ul> <li>remove extraneous TCP/IPC properties from RedisOptions TS type (<a href="https://github-redirect.dependabot.com/luin/ioredis/issues/1707">#1707</a>) (<a href="https://github.com/luin/ioredis/commit/9af7b1c0d0ab4723093d78bc05a142c9d0e3b4a8">9af7b1c</a>)</li> </ul> <h2>v5.2.5</h2> <h2><a href="https://github.com/luin/ioredis/compare/v5.2.4...v5.2.5">5.2.5</a> (2023-01-14)</h2> <h3>Bug Fixes</h3> <ul> <li> <p>Named export to support ESM imports in Typescript (<a href="https://github-redirect.dependabot.com/luin/ioredis/issues/1695">#1695</a>) (<a href="https://github.com/luin/ioredis/commit/cdded5703ded8dff02d7df3362ae25120bb75e97">cdded57</a>)</p> <p>With this change, users would be able to import Redis with <code>import { Redis} from 'ioredis'</code>. This makes it possible to import Redis in an ESM project. The original way (<code>import Redis from 'ioredis'</code>) will still be supported but will be deprecated in the next major version.</p> </li> </ul> <h2>v5.2.4</h2> <h2><a href="https://github.com/luin/ioredis/compare/v5.2.3...v5.2.4">5.2.4</a> (2022-11-02)</h2> <h3>Bug Fixes</h3> <ul> <li>passing in family parameter in URL in node 18 (<a href="https://github-redirect.dependabot.com/luin/ioredis/issues/1673">#1673</a>) (<a href="https://github.com/luin/ioredis/commit/6f1ab9f374bff2d62cf64ff6bfca1cf9f03d14d5">6f1ab9f</a>)</li> </ul> <h2>v5.2.3</h2> <h2><a href="https://github.com/luin/ioredis/compare/v5.2.2...v5.2.3">5.2.3</a> (2022-08-23)</h2> <h3>Bug Fixes</h3> <ul> <li>type of zscore result should be nullable (<a href="https://github-redirect.dependabot.com/luin/ioredis/issues/1639">#1639</a>) (<a href="https://github.com/luin/ioredis/commit/a3838ae7598c7d9d3aff688923403f6176d7a393">a3838ae</a>)</li> <li>update to latest profile for Redis Cloud (<a href="https://github-redirect.dependabot.com/luin/ioredis/issues/1637">#1637</a>) (<a href="https://github.com/luin/ioredis/commit/dccb8205488d63653e1d157c6e87e28bfcddd3e1">dccb820</a>)</li> </ul> <h2>v5.2.2</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/luin/ioredis/blob/main/CHANGELOG.md">ioredis's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/luin/ioredis/compare/v5.2.6...v5.3.0">5.3.0</a> (2023-01-25)</h1> <h3>Bug Fixes</h3> <ul> <li>unsubscribe not work with stringNumbers (<a href="https://github-redirect.dependabot.com/luin/ioredis/issues/1710">#1710</a>) (<a href="https://github.com/luin/ioredis/commit/321f8def3dff7f996c90af1ef73ffd789e02381e">321f8de</a>), closes <a href="https://github-redirect.dependabot.com/luin/ioredis/issues/1643">#1643</a></li> </ul> <h3>Features</h3> <ul> <li>Add support ssubscribe (<a href="https://github-redirect.dependabot.com/luin/ioredis/issues/1690">#1690</a>) (<a href="https://github.com/luin/ioredis/commit/6285e80ffb47564dc01d8e9940ff9a103bf70e2d">6285e80</a>)</li> </ul> <h2><a href="https://github.com/luin/ioredis/compare/v5.2.5...v5.2.6">5.2.6</a> (2023-01-25)</h2> <h3>Bug Fixes</h3> <ul> <li>remove extraneous TCP/IPC properties from RedisOptions TS type (<a href="https://github-redirect.dependabot.com/luin/ioredis/issues/1707">#1707</a>) (<a href="https://github.com/luin/ioredis/commit/9af7b1c0d0ab4723093d78bc05a142c9d0e3b4a8">9af7b1c</a>)</li> </ul> <h2><a href="https://github.com/luin/ioredis/compare/v5.2.4...v5.2.5">5.2.5</a> (2023-01-14)</h2> <h3>Bug Fixes</h3> <ul> <li> <p>Named export to support ESM imports in Typescript (<a href="https://github-redirect.dependabot.com/luin/ioredis/issues/1695">#1695</a>) (<a href="https://github.com/luin/ioredis/commit/cdded5703ded8dff02d7df3362ae25120bb75e97">cdded57</a>)</p> <p>With this change, users would be able to import Redis with <code>import { Redis} from 'ioredis'</code>. This makes it possible to import Redis in an ESM project. The original way (<code>import Redis from 'ioredis'</code>) will still be supported but will be deprecated in the next major version.</p> </li> </ul> <h2><a href="https://github.com/luin/ioredis/compare/v5.2.3...v5.2.4">5.2.4</a> (2022-11-02)</h2> <h3>Bug Fixes</h3> <ul> <li>passing in family parameter in URL in node 18 (<a href="https://github-redirect.dependabot.com/luin/ioredis/issues/1673">#1673</a>) (<a href="https://github.com/luin/ioredis/commit/6f1ab9f374bff2d62cf64ff6bfca1cf9f03d14d5">6f1ab9f</a>)</li> </ul> <h2><a href="https://github.com/luin/ioredis/compare/v5.2.2...v5.2.3">5.2.3</a> (2022-08-23)</h2> <h3>Bug Fixes</h3> <ul> <li>type of zscore result should be nullable (<a href="https://github-redirect.dependabot.com/luin/ioredis/issues/1639">#1639</a>) (<a href="https://github.com/luin/ioredis/commit/a3838ae7598c7d9d3aff688923403f6176d7a393">a3838ae</a>)</li> <li>update to latest profile for Redis Cloud (<a href="https://github-redirect.dependabot.com/luin/ioredis/issues/1637">#1637</a>) (<a href="https://github.com/luin/ioredis/commit/dccb8205488d63653e1d157c6e87e28bfcddd3e1">dccb820</a>)</li> </ul> <h2><a href="https://github.com/luin/ioredis/compare/v5.2.1...v5.2.2">5.2.2</a> (2022-07-23)</h2> <h3>Bug Fixes</h3> <ul> <li>srandmember with count argument should return array of strings (<a href="https://github-redirect.dependabot.com/luin/ioredis/issues/1620">#1620</a>) (<a href="https://github.com/luin/ioredis/commit/5f813f3327ca9a2ef89fae195a458787f200e34d">5f813f3</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/luin/ioredis/commit/0922c4874f94f2e95e3590e010a584d06bc437b8"><code>0922c48</code></a> chore(release): 5.3.0 [skip ci]</li> <li><a href="https://github.com/luin/ioredis/commit/321f8def3dff7f996c90af1ef73ffd789e02381e"><code>321f8de</code></a> fix: unsubscribe not work with stringNumbers (<a href="https://github-redirect.dependabot.com/luin/ioredis/issues/1710">#1710</a>)</li> <li><a href="https://github.com/luin/ioredis/commit/3ad7b0bc96f19d67fe20de28707688b04429aa30"><code>3ad7b0b</code></a> test: Run tests against latest Redis (<a href="https://github-redirect.dependabot.com/luin/ioredis/issues/1711">#1711</a>)</li> <li><a href="https://github.com/luin/ioredis/commit/6285e80ffb47564dc01d8e9940ff9a103bf70e2d"><code>6285e80</code></a> feat: Add support ssubscribe (<a href="https://github-redirect.dependabot.com/luin/ioredis/issues/1690">#1690</a>)</li> <li><a href="https://github.com/luin/ioredis/commit/7effb62ad87594c30174634a94f19044f5cf8bcf"><code>7effb62</code></a> chore: Release new versions manually (<a href="https://github-redirect.dependabot.com/luin/ioredis/issues/1709">#1709</a>)</li> <li><a href="https://github.com/luin/ioredis/commit/96a9f41b003ea8b659da45ba7852ec1eee1ab882"><code>96a9f41</code></a> chore: internal typing improvements (<a href="https://github-redirect.dependabot.com/luin/ioredis/issues/1708">#1708</a>)</li> <li><a href="https://github.com/luin/ioredis/commit/a22fd2d5a3210c5f0843dfd008184b63b6061638"><code>a22fd2d</code></a> chore(release): 5.2.6 [skip ci]</li> <li><a href="https://github.com/luin/ioredis/commit/0c0ec302a853bf2831edb660a962b451b97e0798"><code>0c0ec30</code></a> test: check that condition is defined before we access it (<a href="https://github-redirect.dependabot.com/luin/ioredis/issues/1701">#1701</a>)</li> <li><a href="https://github.com/luin/ioredis/commit/9af7b1c0d0ab4723093d78bc05a142c9d0e3b4a8"><code>9af7b1c</code></a> fix: remove extraneous TCP/IPC properties from RedisOptions TS type (<a href="https://github-redirect.dependabot.com/luin/ioredis/issues/1707">#1707</a>)</li> <li><a href="https://github.com/luin/ioredis/commit/a3159af87c9c6a0a39817638188f57fbe7bf6e09"><code>a3159af</code></a> chore: Upgrade dependencies (<a href="https://github-redirect.dependabot.com/luin/ioredis/issues/1704">#1704</a>)</li> <li>Additional commits viewable in <a href="https://github.com/luin/ioredis/compare/v4.28.0...v5.3.0">compare view</a></li> </ul> </details> <br /> Updates `@types/ioredis` from 4.28.0 to 5.0.0 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ioredis">compare view</a></li> </ul> </details> <br /> 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 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
