You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/02/02 16:14:28 UTC

[GitHub] [trafficcontrol] dependabot[bot] opened a new pull request, #7337: Bump jszip from 3.7.1 to 3.10.1 in /traffic_portal/test/integration

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

   Bumps [jszip](https://github.com/Stuk/jszip) from 3.7.1 to 3.10.1.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/Stuk/jszip/blob/main/CHANGES.md">jszip's changelog</a>.</em></p>
   <blockquote>
   <h3>v3.10.1 2022-08-02</h3>
   <ul>
   <li>Add sponsorship files.
   <ul>
   <li>If you appreciate the time spent maintaining JSZip then I would really appreciate <a href="https://github.com/sponsors/Stuk">your sponsorship</a>.</li>
   </ul>
   </li>
   <li>Consolidate metadata types and expose OnUpdateCallback <a href="https://github-redirect.dependabot.com/Stuk/jszip/pull/851">#851</a> and <a href="https://github-redirect.dependabot.com/Stuk/jszip/pull/852">#852</a></li>
   <li>use <code>const</code> instead <code>var</code> in example from README.markdown <a href="https://github-redirect.dependabot.com/Stuk/jszip/pull/828">#828</a></li>
   <li>Switch manual download link to HTTPS <a href="https://github-redirect.dependabot.com/Stuk/jszip/pull/839">#839</a></li>
   </ul>
   <p>Internals:</p>
   <ul>
   <li>Replace jshint with eslint <a href="https://github-redirect.dependabot.com/Stuk/jszip/pull/842">#842</a></li>
   <li>Add performance tests <a href="https://github-redirect.dependabot.com/Stuk/jszip/pull/834">#834</a></li>
   </ul>
   <h3>v3.10.0 2022-05-20</h3>
   <ul>
   <li>Change setimmediate dependency to more efficient one. Fixes <a href="https://github-redirect.dependabot.com/Stuk/jszip/issues/617">Stuk/jszip#617</a> (see <a href="https://github-redirect.dependabot.com/Stuk/jszip/pull/829">#829</a>)</li>
   <li>Update types of <code>currentFile</code> metadata to include <code>null</code> (see <a href="https://github-redirect.dependabot.com/Stuk/jszip/pull/826">#826</a>)</li>
   </ul>
   <h3>v3.9.1 2022-04-06</h3>
   <ul>
   <li>Fix recursive definition of <code>InputFileFormat</code> introduced in 3.9.0.</li>
   </ul>
   <h3>v3.9.0 2022-04-04</h3>
   <ul>
   <li>Update types JSZip#loadAsync to accept a promise for data, and remove arguments from <code>new JSZip()</code> (see <a href="https://github-redirect.dependabot.com/Stuk/jszip/pull/752">#752</a>)</li>
   <li>Update types for <code>compressionOptions</code> to JSZipFileOptions and JSZipGeneratorOptions (see <a href="https://github-redirect.dependabot.com/Stuk/jszip/pull/722">#722</a>)</li>
   <li>Add types for <code>generateInternalStream</code> (see <a href="https://github-redirect.dependabot.com/Stuk/jszip/pull/774">#774</a>)</li>
   </ul>
   <h3>v3.8.0 2022-03-30</h3>
   <ul>
   <li>Santize filenames when files are loaded with <code>loadAsync</code>, to avoid <a href="https://snyk.io/research/zip-slip-vulnerability">&quot;zip slip&quot; attacks</a>. The original filename is available on each zip entry as <code>unsafeOriginalName</code>. See the <a href="https://stuk.github.io/jszip/documentation/api_jszip/load_async.html">documentation</a>. Many thanks to McCaulay Hudson for reporting.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/Stuk/jszip/commit/0f2f1e4d0509514417db83fe5b86bde90e0ffe8d"><code>0f2f1e4</code></a> 3.10.1</li>
   <li><a href="https://github.com/Stuk/jszip/commit/cae55105f5e8bd37c270cdb76eab2cf40388dfd9"><code>cae5510</code></a> Updates for v3.10.1</li>
   <li><a href="https://github.com/Stuk/jszip/commit/179c9a0340477985b82734f1b09560411adb5b94"><code>179c9a0</code></a> Update changelog for 3.10.1</li>
   <li><a href="https://github.com/Stuk/jszip/commit/61e1df58dac54eec1e9733649638518b79896731"><code>61e1df5</code></a> Add Jekyll files to gitignore</li>
   <li><a href="https://github.com/Stuk/jszip/commit/f299cce9b8d9e2be11db997919cf1777167902b7"><code>f299cce</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Stuk/jszip/issues/852">#852</a> from Stuk/metadata-ts</li>
   <li><a href="https://github.com/Stuk/jszip/commit/852887aa9483c552cd88e4eb8c298a475c0f9269"><code>852887a</code></a> Consolidate metadata types and expose OnUpdateCallback</li>
   <li><a href="https://github.com/Stuk/jszip/commit/5be00dfd0cc86c948420901e911e2b0fb286f19a"><code>5be00df</code></a> Add sponsorship files</li>
   <li><a href="https://github.com/Stuk/jszip/commit/dabe86445ce60705936ad15830c817ccb182e649"><code>dabe864</code></a> Update package-lock for benchmark</li>
   <li><a href="https://github.com/Stuk/jszip/commit/cc554dae51d306fe0f188891f33e16cb6d81372d"><code>cc554da</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Stuk/jszip/issues/841">#841</a> from stevennyman/patch-2</li>
   <li><a href="https://github.com/Stuk/jszip/commit/caefbc082d4bed536207fe473819fc91041d4f65"><code>caefbc0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Stuk/jszip/issues/834">#834</a> from Stuk/benchmark</li>
   <li>Additional commits viewable in <a href="https://github.com/Stuk/jszip/compare/v3.7.1...v3.10.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jszip&package-manager=npm_and_yarn&previous-version=3.7.1&new-version=3.10.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)
   - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/trafficcontrol/network/alerts).
   
   </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: issues-unsubscribe@trafficcontrol.apache.org

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


[GitHub] [trafficcontrol] codecov[bot] commented on pull request #7337: Bump jszip from 3.7.1 to 3.10.1 in /traffic_portal/test/integration

Posted by "codecov[bot] (via GitHub)" <gi...@apache.org>.
codecov[bot] commented on PR #7337:
URL: https://github.com/apache/trafficcontrol/pull/7337#issuecomment-1414004255

   # [Codecov](https://codecov.io/gh/apache/trafficcontrol/pull/7337?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 [#7337](https://codecov.io/gh/apache/trafficcontrol/pull/7337?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (ab5d1bf) into [master](https://codecov.io/gh/apache/trafficcontrol/commit/4ae511728aed5470b99eba2361e2e5dad592fe6e?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (4ae5117) will **increase** coverage by `6.48%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@             Coverage Diff              @@
   ##             master    #7337      +/-   ##
   ============================================
   + Coverage     26.12%   32.60%   +6.48%     
     Complexity       98       98              
   ============================================
     Files           648      460     -188     
     Lines         76080    37886   -38194     
     Branches         90       90              
   ============================================
   - Hits          19873    12352    -7521     
   + Misses        54372    24373   -29999     
   + Partials       1835     1161     -674     
   ```
   
   | Flag | Coverage Δ | |
   |---|---|---|
   | golib_unit | `53.02% <ø> (ø)` | |
   | grove_unit | `4.60% <ø> (ø)` | |
   | t3c_unit | `5.32% <ø> (ø)` | |
   | traffic_monitor_unit | `20.43% <ø> (ø)` | |
   | traffic_ops_unit | `?` | |
   | traffic_stats_unit | `10.41% <ø> (ø)` | |
   | unit_tests | `26.05% <ø> (+3.50%)` | :arrow_up: |
   
   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/trafficcontrol/pull/7337?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...ps\_golang/profileparameter/postprofileparameter.go](https://codecov.io/gh/apache/trafficcontrol/pull/7337?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-dHJhZmZpY19vcHMvdHJhZmZpY19vcHNfZ29sYW5nL3Byb2ZpbGVwYXJhbWV0ZXIvcG9zdHByb2ZpbGVwYXJhbWV0ZXIuZ28=) | | |
   | [...raffic\_ops/traffic\_ops\_golang/server/put\_status.go](https://codecov.io/gh/apache/trafficcontrol/pull/7337?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-dHJhZmZpY19vcHMvdHJhZmZpY19vcHNfZ29sYW5nL3NlcnZlci9wdXRfc3RhdHVzLmdv) | | |
   | [traffic\_ops/traffic\_ops\_golang/profile/profiles.go](https://codecov.io/gh/apache/trafficcontrol/pull/7337?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-dHJhZmZpY19vcHMvdHJhZmZpY19vcHNfZ29sYW5nL3Byb2ZpbGUvcHJvZmlsZXMuZ28=) | | |
   | [...s/traffic\_ops\_golang/federations/allfederations.go](https://codecov.io/gh/apache/trafficcontrol/pull/7337?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-dHJhZmZpY19vcHMvdHJhZmZpY19vcHNfZ29sYW5nL2ZlZGVyYXRpb25zL2FsbGZlZGVyYXRpb25zLmdv) | | |
   | [...c\_ops/traffic\_ops\_golang/systeminfo/system\_info.go](https://codecov.io/gh/apache/trafficcontrol/pull/7337?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-dHJhZmZpY19vcHMvdHJhZmZpY19vcHNfZ29sYW5nL3N5c3RlbWluZm8vc3lzdGVtX2luZm8uZ28=) | | |
   | [...trafficvault/backends/postgres/uri\_signing\_keys.go](https://codecov.io/gh/apache/trafficcontrol/pull/7337?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-dHJhZmZpY19vcHMvdHJhZmZpY19vcHNfZ29sYW5nL3RyYWZmaWN2YXVsdC9iYWNrZW5kcy9wb3N0Z3Jlcy91cmlfc2lnbmluZ19rZXlzLmdv) | | |
   | [...ps\_golang/profileparameter/parameterprofilebyid.go](https://codecov.io/gh/apache/trafficcontrol/pull/7337?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-dHJhZmZpY19vcHMvdHJhZmZpY19vcHNfZ29sYW5nL3Byb2ZpbGVwYXJhbWV0ZXIvcGFyYW1ldGVycHJvZmlsZWJ5aWQuZ28=) | | |
   | [...ic\_ops/traffic\_ops\_golang/monitoring/monitoring.go](https://codecov.io/gh/apache/trafficcontrol/pull/7337?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-dHJhZmZpY19vcHMvdHJhZmZpY19vcHNfZ29sYW5nL21vbml0b3JpbmcvbW9uaXRvcmluZy5nbw==) | | |
   | [...fic\_ops\_golang/deliveryservice/deliveryservices.go](https://codecov.io/gh/apache/trafficcontrol/pull/7337?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-dHJhZmZpY19vcHMvdHJhZmZpY19vcHNfZ29sYW5nL2RlbGl2ZXJ5c2VydmljZS9kZWxpdmVyeXNlcnZpY2VzLmdv) | | |
   | [...ops/traffic\_ops\_golang/topology/cycle\_detection.go](https://codecov.io/gh/apache/trafficcontrol/pull/7337?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-dHJhZmZpY19vcHMvdHJhZmZpY19vcHNfZ29sYW5nL3RvcG9sb2d5L2N5Y2xlX2RldGVjdGlvbi5nbw==) | | |
   | ... and [178 more](https://codecov.io/gh/apache/trafficcontrol/pull/7337?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   :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: issues-unsubscribe@trafficcontrol.apache.org

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


[GitHub] [trafficcontrol] shamrickus merged pull request #7337: Bump jszip from 3.7.1 to 3.10.1 in /traffic_portal/test/integration

Posted by "shamrickus (via GitHub)" <gi...@apache.org>.
shamrickus merged PR #7337:
URL: https://github.com/apache/trafficcontrol/pull/7337


-- 
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: issues-unsubscribe@trafficcontrol.apache.org

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