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 2022/08/04 17:52:52 UTC

[GitHub] [superset] dependabot[bot] opened a new pull request, #20979: chore(deps): bump express from 4.17.1 to 4.18.1 in /superset-websocket/utils/client-ws-app

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

   Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/expressjs/express/releases">express's releases</a>.</em></p>
   <blockquote>
   <h2>4.18.1</h2>
   <ul>
   <li>Fix hanging on large stack of sync routes</li>
   </ul>
   <h2>4.18.0</h2>
   <ul>
   <li>Add &quot;root&quot; option to <code>res.download</code></li>
   <li>Allow <code>options</code> without <code>filename</code> in <code>res.download</code></li>
   <li>Deprecate string and non-integer arguments to <code>res.status</code></li>
   <li>Fix behavior of <code>null</code>/<code>undefined</code> as <code>maxAge</code> in <code>res.cookie</code></li>
   <li>Fix handling very large stacks of sync middleware</li>
   <li>Ignore <code>Object.prototype</code> values in settings through <code>app.set</code>/<code>app.get</code></li>
   <li>Invoke <code>default</code> with same arguments as types in <code>res.format</code></li>
   <li>Support proper 205 responses using <code>res.send</code></li>
   <li>Use <code>http-errors</code> for <code>res.format</code> error</li>
   <li>deps: body-parser@1.20.0
   <ul>
   <li>Fix error message for json parse whitespace in <code>strict</code></li>
   <li>Fix internal error when inflated body exceeds limit</li>
   <li>Prevent loss of async hooks context</li>
   <li>Prevent hanging when request already read</li>
   <li>deps: depd@2.0.0</li>
   <li>deps: http-errors@2.0.0</li>
   <li>deps: on-finished@2.4.1</li>
   <li>deps: qs@6.10.3</li>
   <li>deps: raw-body@2.5.1</li>
   </ul>
   </li>
   <li>deps: cookie@0.5.0
   <ul>
   <li>Add <code>priority</code> option</li>
   <li>Fix <code>expires</code> option to reject invalid dates</li>
   </ul>
   </li>
   <li>deps: depd@2.0.0
   <ul>
   <li>Replace internal <code>eval</code> usage with <code>Function</code> constructor</li>
   <li>Use instance methods on <code>process</code> to check for listeners</li>
   </ul>
   </li>
   <li>deps: finalhandler@1.2.0
   <ul>
   <li>Remove set content headers that break response</li>
   <li>deps: on-finished@2.4.1</li>
   <li>deps: statuses@2.0.1</li>
   </ul>
   </li>
   <li>deps: on-finished@2.4.1
   <ul>
   <li>Prevent loss of async hooks context</li>
   </ul>
   </li>
   <li>deps: qs@6.10.3</li>
   <li>deps: send@0.18.0
   <ul>
   <li>Fix emitted 416 error missing headers property</li>
   <li>Limit the headers removed for 304 response</li>
   <li>deps: depd@2.0.0</li>
   <li>deps: destroy@1.2.0</li>
   <li>deps: http-errors@2.0.0</li>
   <li>deps: on-finished@2.4.1</li>
   <li>deps: statuses@2.0.1</li>
   </ul>
   </li>
   <li>deps: serve-static@1.15.0
   <ul>
   <li>deps: send@0.18.0</li>
   </ul>
   </li>
   <li>deps: statuses@2.0.1
   <ul>
   <li>Remove code 306</li>
   <li>Rename <code>425 Unordered Collection</code> to standard <code>425 Too Early</code></li>
   </ul>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/expressjs/express/blob/master/History.md">express's changelog</a>.</em></p>
   <blockquote>
   <h1>4.18.1 / 2022-04-29</h1>
   <ul>
   <li>Fix hanging on large stack of sync routes</li>
   </ul>
   <h1>4.18.0 / 2022-04-25</h1>
   <ul>
   <li>Add &quot;root&quot; option to <code>res.download</code></li>
   <li>Allow <code>options</code> without <code>filename</code> in <code>res.download</code></li>
   <li>Deprecate string and non-integer arguments to <code>res.status</code></li>
   <li>Fix behavior of <code>null</code>/<code>undefined</code> as <code>maxAge</code> in <code>res.cookie</code></li>
   <li>Fix handling very large stacks of sync middleware</li>
   <li>Ignore <code>Object.prototype</code> values in settings through <code>app.set</code>/<code>app.get</code></li>
   <li>Invoke <code>default</code> with same arguments as types in <code>res.format</code></li>
   <li>Support proper 205 responses using <code>res.send</code></li>
   <li>Use <code>http-errors</code> for <code>res.format</code> error</li>
   <li>deps: body-parser@1.20.0
   <ul>
   <li>Fix error message for json parse whitespace in <code>strict</code></li>
   <li>Fix internal error when inflated body exceeds limit</li>
   <li>Prevent loss of async hooks context</li>
   <li>Prevent hanging when request already read</li>
   <li>deps: depd@2.0.0</li>
   <li>deps: http-errors@2.0.0</li>
   <li>deps: on-finished@2.4.1</li>
   <li>deps: qs@6.10.3</li>
   <li>deps: raw-body@2.5.1</li>
   </ul>
   </li>
   <li>deps: cookie@0.5.0
   <ul>
   <li>Add <code>priority</code> option</li>
   <li>Fix <code>expires</code> option to reject invalid dates</li>
   </ul>
   </li>
   <li>deps: depd@2.0.0
   <ul>
   <li>Replace internal <code>eval</code> usage with <code>Function</code> constructor</li>
   <li>Use instance methods on <code>process</code> to check for listeners</li>
   </ul>
   </li>
   <li>deps: finalhandler@1.2.0
   <ul>
   <li>Remove set content headers that break response</li>
   <li>deps: on-finished@2.4.1</li>
   <li>deps: statuses@2.0.1</li>
   </ul>
   </li>
   <li>deps: on-finished@2.4.1
   <ul>
   <li>Prevent loss of async hooks context</li>
   </ul>
   </li>
   <li>deps: qs@6.10.3</li>
   <li>deps: send@0.18.0
   <ul>
   <li>Fix emitted 416 error missing headers property</li>
   <li>Limit the headers removed for 304 response</li>
   <li>deps: depd@2.0.0</li>
   <li>deps: destroy@1.2.0</li>
   <li>deps: http-errors@2.0.0</li>
   <li>deps: on-finished@2.4.1</li>
   <li>deps: statuses@2.0.1</li>
   </ul>
   </li>
   <li>deps: serve-static@1.15.0
   <ul>
   <li>deps: send@0.18.0</li>
   </ul>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/expressjs/express/commit/d854c43ea177d1faeea56189249fff8c24a764bd"><code>d854c43</code></a> 4.18.1</li>
   <li><a href="https://github.com/expressjs/express/commit/b02a95c6937e3b7e0b85a51c7e1a7366e1699dce"><code>b02a95c</code></a> build: Node.js@16.15</li>
   <li><a href="https://github.com/expressjs/express/commit/631ada0c645dc84c6df8788f5a7eb2b8100acea5"><code>631ada0</code></a> Fix hanging on large stack of sync routes</li>
   <li><a href="https://github.com/expressjs/express/commit/75e0c7a2c91665f44d053d83be15f8ecd0177f41"><code>75e0c7a</code></a> bench: remove unused parameter</li>
   <li><a href="https://github.com/expressjs/express/commit/e2482b7e36e39fd9875508a297c2db4a80a33635"><code>e2482b7</code></a> build: ejs@3.1.7</li>
   <li><a href="https://github.com/expressjs/express/commit/2df96e349f49bbcf51126c1f3b93b3b7fe8c16d2"><code>2df96e3</code></a> build: supertest@6.2.3</li>
   <li><a href="https://github.com/expressjs/express/commit/a38fae126a9d5681d075c1a5c44fd7357eae843b"><code>a38fae1</code></a> build: mocha@9.2.2</li>
   <li><a href="https://github.com/expressjs/express/commit/547fdd41dca9ae9c49956748cc0bd1f011310fb6"><code>547fdd4</code></a> 4.18.0</li>
   <li><a href="https://github.com/expressjs/express/commit/0b330ef57c0801313251c95a461d93f8d3afa7f7"><code>0b330ef</code></a> bench: print latency and vary connections</li>
   <li><a href="https://github.com/expressjs/express/commit/158a17031a2668269aedb31ea07b58d6b700272b"><code>158a170</code></a> build: support Node.js 18.x</li>
   <li>Additional commits viewable in <a href="https://github.com/expressjs/express/compare/4.17.1...4.18.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=express&package-manager=npm_and_yarn&previous-version=4.17.1&new-version=4.18.1)](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 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] rusackas merged pull request #20979: chore(deps): bump express from 4.17.1 to 4.18.1 in /superset-websocket/utils/client-ws-app

Posted by GitBox <gi...@apache.org>.
rusackas merged PR #20979:
URL: https://github.com/apache/superset/pull/20979


-- 
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 #20979: chore(deps): bump express from 4.17.1 to 4.18.1 in /superset-websocket/utils/client-ws-app

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

   # [Codecov](https://codecov.io/gh/apache/superset/pull/20979?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 [#20979](https://codecov.io/gh/apache/superset/pull/20979?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (49e6bea) into [master](https://codecov.io/gh/apache/superset/commit/755f654cc652c872fe45cc8f005d7f0698c1a6e7?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (755f654) will **decrease** coverage by `0.01%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@            Coverage Diff             @@
   ##           master   #20979      +/-   ##
   ==========================================
   - Coverage   66.35%   66.33%   -0.02%     
   ==========================================
     Files        1767     1767              
     Lines       67273    67273              
     Branches     7138     7138              
   ==========================================
   - Hits        44639    44626      -13     
   - Misses      20808    20821      +13     
     Partials     1826     1826              
   ```
   
   | Flag | Coverage Δ | |
   |---|---|---|
   | javascript | `52.11% <ø> (ø)` | |
   | mysql | `?` | |
   
   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.
   
   | [Impacted Files](https://codecov.io/gh/apache/superset/pull/20979?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [superset/common/utils/dataframe\_utils.py](https://codecov.io/gh/apache/superset/pull/20979/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3VwZXJzZXQvY29tbW9uL3V0aWxzL2RhdGFmcmFtZV91dGlscy5weQ==) | `90.47% <0.00%> (-4.77%)` | :arrow_down: |
   | [superset/db\_engine\_specs/mysql.py](https://codecov.io/gh/apache/superset/pull/20979/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3VwZXJzZXQvZGJfZW5naW5lX3NwZWNzL215c3FsLnB5) | `94.04% <0.00%> (-3.58%)` | :arrow_down: |
   | [superset/models/core.py](https://codecov.io/gh/apache/superset/pull/20979/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3VwZXJzZXQvbW9kZWxzL2NvcmUucHk=) | `87.98% <0.00%> (-0.73%)` | :arrow_down: |
   | [superset/views/core.py](https://codecov.io/gh/apache/superset/pull/20979/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3VwZXJzZXQvdmlld3MvY29yZS5weQ==) | `75.07% <0.00%> (-0.46%)` | :arrow_down: |
   
   :mega: Codecov can now indicate which changes are the most critical in Pull Requests. [Learn more](https://about.codecov.io/product/feature/runtime-insights/?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