You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2023/01/14 05:23:53 UTC

[GitHub] [superset] dependabot[bot] opened a new pull request, #22728: build(deps): bump ioredis and @types/ioredis in /superset-websocket

dependabot[bot] opened a new pull request, #22728:
URL: https://github.com/apache/superset/pull/22728

   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.2.5
   <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.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>
   <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>
   <h2>v5.2.1</h2>
   <h2><a href="https://github.com/luin/ioredis/compare/v5.2.0...v5.2.1">5.2.1</a> (2022-07-16)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>always allow selecting a new node for cluster mode subscriptions when the current one fails (<a href="https://github-redirect.dependabot.com/luin/ioredis/issues/1589">#1589</a>) (<a href="https://github.com/luin/ioredis/commit/1c8cb856f31b024195be2c7fc8073bcabd3586a7">1c8cb85</a>)</li>
   </ul>
   <h2>v5.2.0</h2>
   <h1><a href="https://github.com/luin/ioredis/compare/v5.1.0...v5.2.0">5.2.0</a> (2022-07-11)</h1>
   <h3>Features</h3>
   <!-- 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>
   <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>
   <h2><a href="https://github.com/luin/ioredis/compare/v5.2.0...v5.2.1">5.2.1</a> (2022-07-16)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>always allow selecting a new node for cluster mode subscriptions when the current one fails (<a href="https://github-redirect.dependabot.com/luin/ioredis/issues/1589">#1589</a>) (<a href="https://github.com/luin/ioredis/commit/1c8cb856f31b024195be2c7fc8073bcabd3586a7">1c8cb85</a>)</li>
   </ul>
   <h1><a href="https://github.com/luin/ioredis/compare/v5.1.0...v5.2.0">5.2.0</a> (2022-07-11)</h1>
   <h3>Features</h3>
   <ul>
   <li>add mode property to client (<a href="https://github-redirect.dependabot.com/luin/ioredis/issues/1618">#1618</a>) (<a href="https://github.com/luin/ioredis/commit/9e6db7d7fc769ddc99d9dee4a943f141d71c0756">9e6db7d</a>)</li>
   </ul>
   <h1><a href="https://github.com/luin/ioredis/compare/v5.0.6...v5.1.0">5.1.0</a> (2022-06-25)</h1>
   <h3>Features</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/luin/ioredis/commit/ef2d2cd81cc56acaee5b6558381496630c3e8dff"><code>ef2d2cd</code></a> chore(release): 5.2.5 [skip ci]</li>
   <li><a href="https://github.com/luin/ioredis/commit/cdded5703ded8dff02d7df3362ae25120bb75e97"><code>cdded57</code></a> fix: Named export to support ESM imports in Typescript (<a href="https://github-redirect.dependabot.com/luin/ioredis/issues/1695">#1695</a>)</li>
   <li><a href="https://github.com/luin/ioredis/commit/29954a7ca364e858e9922f09d4c50b00b877f52a"><code>29954a7</code></a> chore(deps): bump json5 from 2.2.0 to 2.2.3 (<a href="https://github-redirect.dependabot.com/luin/ioredis/issues/1700">#1700</a>)</li>
   <li><a href="https://github.com/luin/ioredis/commit/807cfc0e211f72885e00228edc5e72878916a938"><code>807cfc0</code></a> docs: update readme to fix slotsRefreshInterval default value (<a href="https://github-redirect.dependabot.com/luin/ioredis/issues/1687">#1687</a>)</li>
   <li><a href="https://github.com/luin/ioredis/commit/c275e9a337a4aee1565e96fe631d28a29ecb4efa"><code>c275e9a</code></a> test(functional): monitor result compare lowercase more changes - related to ...</li>
   <li><a href="https://github.com/luin/ioredis/commit/0add8831ea65cf4a8942b6f1e162ff08f2a16ee8"><code>0add883</code></a> chore(release): 5.2.4 [skip ci]</li>
   <li><a href="https://github.com/luin/ioredis/commit/6f1ab9f374bff2d62cf64ff6bfca1cf9f03d14d5"><code>6f1ab9f</code></a> fix: passing in family parameter in URL in node 18 (<a href="https://github-redirect.dependabot.com/luin/ioredis/issues/1673">#1673</a>)</li>
   <li><a href="https://github.com/luin/ioredis/commit/4de8cdb8e6a1b2d473356e3e302e68ee0cf04580"><code>4de8cdb</code></a> Add node 18 to CI (<a href="https://github-redirect.dependabot.com/luin/ioredis/issues/1655">#1655</a>)</li>
   <li><a href="https://github.com/luin/ioredis/commit/308017a6b9429c16b074e03e70f5524499476fa9"><code>308017a</code></a> chore(release): 5.2.3 [skip ci]</li>
   <li><a href="https://github.com/luin/ioredis/commit/dccb8205488d63653e1d157c6e87e28bfcddd3e1"><code>dccb820</code></a> fix: update to latest profile for Redis Cloud (<a href="https://github-redirect.dependabot.com/luin/ioredis/issues/1637">#1637</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/luin/ioredis/compare/v4.28.0...v5.2.5">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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] dependabot[bot] commented on pull request #22728: build(deps): bump ioredis and @types/ioredis in /superset-websocket

Posted by dependabot.
dependabot[bot] commented on PR #22728:
URL: https://github.com/apache/superset/pull/22728#issuecomment-1404626140

   Superseded by #22866.


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] dependabot[bot] closed pull request #22728: build(deps): bump ioredis and @types/ioredis in /superset-websocket

Posted by dependabot.
dependabot[bot] closed pull request #22728: build(deps): bump ioredis and @types/ioredis in /superset-websocket
URL: https://github.com/apache/superset/pull/22728


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] codecov[bot] commented on pull request #22728: build(deps): bump ioredis and @types/ioredis in /superset-websocket

Posted by GitBox <gi...@apache.org>.
codecov[bot] commented on PR #22728:
URL: https://github.com/apache/superset/pull/22728#issuecomment-1385842962

   # [Codecov](https://codecov.io/gh/apache/superset/pull/22728?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#22728](https://codecov.io/gh/apache/superset/pull/22728?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (868893d) into [master](https://codecov.io/gh/apache/superset/commit/02d4adfa2e5d6d3c96edf22b28f2f04e67ee0131?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (02d4adf) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   ```diff
   @@           Coverage Diff           @@
   ##           master   #22728   +/-   ##
   =======================================
     Coverage   66.98%   66.98%           
   =======================================
     Files        1876     1876           
     Lines       71812    71812           
     Branches     7863     7863           
   =======================================
     Hits        48103    48103           
     Misses      21683    21683           
     Partials     2026     2026           
   ```
   
   | Flag | Coverage Δ | |
   |---|---|---|
   | javascript | `53.73% <ø> (ø)` | |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org