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:53:17 UTC

[GitHub] [superset] dependabot[bot] opened a new pull request, #20983: chore(deps): bump cookie from 0.4.1 to 0.5.0 in /superset-websocket

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

   Bumps [cookie](https://github.com/jshttp/cookie) from 0.4.1 to 0.5.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/jshttp/cookie/releases">cookie's releases</a>.</em></p>
   <blockquote>
   <h2>0.5.0</h2>
   <ul>
   <li>Add <code>priority</code> option</li>
   <li>Fix <code>expires</code> option to reject invalid dates</li>
   <li>pref: improve default decode speed</li>
   <li>pref: remove slow string split in parse</li>
   </ul>
   <h2>0.4.2</h2>
   <ul>
   <li>pref: read value only when assigning in parse</li>
   <li>pref: remove unnecessary regexp in parse</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/jshttp/cookie/blob/master/HISTORY.md">cookie's changelog</a>.</em></p>
   <blockquote>
   <h1>0.5.0 / 2022-04-11</h1>
   <ul>
   <li>Add <code>priority</code> option</li>
   <li>Fix <code>expires</code> option to reject invalid dates</li>
   <li>pref: improve default decode speed</li>
   <li>pref: remove slow string split in parse</li>
   </ul>
   <h1>0.4.2 / 2022-02-02</h1>
   <ul>
   <li>pref: read value only when assigning in parse</li>
   <li>pref: remove unnecessary regexp in parse</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/jshttp/cookie/commit/663c9aeb85c9e046ff2ad2cdec631afdd40a7965"><code>663c9ae</code></a> 0.5.0</li>
   <li><a href="https://github.com/jshttp/cookie/commit/2d6eec4d42f364c8206801fc2d5caa3e36f1c9f0"><code>2d6eec4</code></a> docs: add security policy</li>
   <li><a href="https://github.com/jshttp/cookie/commit/07ece97f96f43a71e59584407d0b47f90eb025db"><code>07ece97</code></a> build: top-sites@1.1.97</li>
   <li><a href="https://github.com/jshttp/cookie/commit/5c50e512c0ba0b128bda91bc258a0eac9e16e029"><code>5c50e51</code></a> build: Node.js@17.9</li>
   <li><a href="https://github.com/jshttp/cookie/commit/7c65abe3515165b1e06ab3f6c5064e00b06b6e99"><code>7c65abe</code></a> pref: improve default decode speed</li>
   <li><a href="https://github.com/jshttp/cookie/commit/624b4e26e8bd9f0ecbdebe68ba585fc9744ddb10"><code>624b4e2</code></a> pref: remove slow string split in parse</li>
   <li><a href="https://github.com/jshttp/cookie/commit/e5de9f653118a603ccc450a05f1f82119d1f6bfc"><code>e5de9f6</code></a> tests: add additional parse test</li>
   <li><a href="https://github.com/jshttp/cookie/commit/f3645853a20782ff8dc8a96f2c031b055b2bd987"><code>f364585</code></a> tests: refactor to standard mocha api</li>
   <li><a href="https://github.com/jshttp/cookie/commit/042073f1d679b9c7fb7d64660d3c6d372bd1f468"><code>042073f</code></a> Fix expires option to reject invalid dates</li>
   <li><a href="https://github.com/jshttp/cookie/commit/7fab32ed0d5d81436beee70d06e64a974f6bf568"><code>7fab32e</code></a> build: Node.js@17.8</li>
   <li>Additional commits viewable in <a href="https://github.com/jshttp/cookie/compare/v0.4.1...v0.5.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cookie&package-manager=npm_and_yarn&previous-version=0.4.1&new-version=0.5.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 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] codecov[bot] commented on pull request #20983: chore(deps): bump cookie from 0.4.1 to 0.5.0 in /superset-websocket

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

   # [Codecov](https://codecov.io/gh/apache/superset/pull/20983?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 [#20983](https://codecov.io/gh/apache/superset/pull/20983?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (8af2290) 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 **not change** coverage.
   > The diff coverage is `n/a`.
   
   ```diff
   @@           Coverage Diff           @@
   ##           master   #20983   +/-   ##
   =======================================
     Coverage   66.35%   66.35%           
   =======================================
     Files        1767     1767           
     Lines       67273    67273           
     Branches     7138     7138           
   =======================================
     Hits        44639    44639           
     Misses      20808    20808           
     Partials     1826     1826           
   ```
   
   | Flag | Coverage Δ | |
   |---|---|---|
   | javascript | `52.11% <ø> (ø)` | |
   
   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: 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


[GitHub] [superset] rusackas merged pull request #20983: chore(deps): bump cookie from 0.4.1 to 0.5.0 in /superset-websocket

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


-- 
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