You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@streampipes.apache.org by GitBox <gi...@apache.org> on 2022/12/31 12:56:55 UTC

[GitHub] [streampipes] dependabot[bot] opened a new pull request, #980: Bump @ngx-loading-bar/core and @ngx-loading-bar/http-client in /ui

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

   Bumps [@ngx-loading-bar/core](https://github.com/aitboudad/ngx-loading-bar) and [@ngx-loading-bar/http-client](https://github.com/aitboudad/ngx-loading-bar). These dependencies needed to be updated together.
   Updates `@ngx-loading-bar/core` from 5.1.2 to 6.0.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/aitboudad/ngx-loading-bar/releases"><code>@​ngx-loading-bar/core</code>'s releases</a>.</em></p>
   <blockquote>
   <h2>v6.0.2</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>http-client:</strong> console deprecation log on DevMode only. (<a href="https://github-redirect.dependabot.com/aitboudad/ngx-loading-bar/issues/193">#193</a>) (<a href="https://github.com/aitboudad/ngx-loading-bar/commit/74ac02ed44c65b55756dad5d9a42f693a4f454b1">74ac02e</a>)</li>
   </ul>
   <h2>v6.0.0</h2>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li><strong>core:</strong> The library now requires Angular 13</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>
   <p><strong>core:</strong> update to angular 13 (<a href="https://github-redirect.dependabot.com/aitboudad/ngx-loading-bar/issues/191">#191</a>) (<a href="https://github.com/aitboudad/ngx-loading-bar/commit/fe51b2972440e0508afd7deb75149af2f2e2abd0">fe51b29</a>), closes <a href="https://github-redirect.dependabot.com/aitboudad/ngx-loading-bar/issues/190">#190</a></p>
   </li>
   <li>
   <p><strong>http-client:</strong> To ignore a particular HTTP request, use &quot;NGX_LOADING_BAR_IGNORED&quot; HttpContextToken instead of http headers:</p>
   </li>
   </ul>
   <p>Before:</p>
   <pre lang="ts"><code>httpClient.get('/status', {
     headers: { ignoreLoadingBar: '' },
   });
   </code></pre>
   <p>After:</p>
   <pre lang="ts"><code>httpClient.get('/status', {
     context: new HttpContext().set(NGX_LOADING_BAR_IGNORED, true),
   });
   </code></pre>
   <h4>Special Thanks to <a href="https://github.com/Totati"><code>@​Totati</code></a></h4>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/aitboudad/ngx-loading-bar/blob/main/CHANGELOG.md"><code>@​ngx-loading-bar/core</code>'s changelog</a>.</em></p>
   <blockquote>
   <h3><a href="https://github.com/aitboudad/ngx-loading-bar/compare/v6.0.1...v6.0.2">6.0.2</a> (2022-02-16)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>http-client:</strong> console deprecation log on DevMode only. (<a href="https://github-redirect.dependabot.com/aitboudad/ngx-loading-bar/issues/193">#193</a>) (<a href="https://github.com/aitboudad/ngx-loading-bar/commit/74ac02ed44c65b55756dad5d9a42f693a4f454b1">74ac02e</a>)</li>
   </ul>
   <h3><a href="https://github.com/aitboudad/ngx-loading-bar/compare/v6.0.0...v6.0.1">6.0.1</a> (2022-01-13)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>router:</strong> update peer dependencies (<a href="https://github.com/aitboudad/ngx-loading-bar/commit/7e9c6ee07f7710ace518d776dced7dcee7b0abc8">7e9c6ee</a>)</li>
   </ul>
   <h2><a href="https://github.com/aitboudad/ngx-loading-bar/compare/v5.1.2...v6.0.0">6.0.0</a> (2021-12-23)</h2>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li><strong>core:</strong> The library now requires Angular 13</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li><strong>core:</strong> update to angular 13 (<a href="https://github-redirect.dependabot.com/aitboudad/ngx-loading-bar/issues/191">#191</a>) (<a href="https://github.com/aitboudad/ngx-loading-bar/commit/fe51b2972440e0508afd7deb75149af2f2e2abd0">fe51b29</a>), closes <a href="https://github-redirect.dependabot.com/aitboudad/ngx-loading-bar/issues/190">#190</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/aitboudad/ngx-loading-bar/commit/0fb81e03107804f880d4d5274307aa9a0243ed83"><code>0fb81e0</code></a> chore(release): 6.0.2</li>
   <li><a href="https://github.com/aitboudad/ngx-loading-bar/commit/74ac02ed44c65b55756dad5d9a42f693a4f454b1"><code>74ac02e</code></a> fix(http-client): console deprecation log on DevMode only. (<a href="https://github-redirect.dependabot.com/aitboudad/ngx-loading-bar/issues/193">#193</a>)</li>
   <li><a href="https://github.com/aitboudad/ngx-loading-bar/commit/71fe0fb604196a606cf49749de1b7ef326c03e3f"><code>71fe0fb</code></a> docs(demo): update http client package name</li>
   <li><a href="https://github.com/aitboudad/ngx-loading-bar/commit/8924099770cd56d266612b4a67db802c5905a425"><code>8924099</code></a> chore(release): 6.0.1</li>
   <li><a href="https://github.com/aitboudad/ngx-loading-bar/commit/f68e7140e9a332c5ab33882624857e8b015bfab6"><code>f68e714</code></a> docs(demo): add demo link in README</li>
   <li><a href="https://github.com/aitboudad/ngx-loading-bar/commit/7e9c6ee07f7710ace518d776dced7dcee7b0abc8"><code>7e9c6ee</code></a> fix(router): update peer dependencies</li>
   <li><a href="https://github.com/aitboudad/ngx-loading-bar/commit/7b84722071193759e53fefc389239e5583880f72"><code>7b84722</code></a> chore(release): 6.0.0</li>
   <li><a href="https://github.com/aitboudad/ngx-loading-bar/commit/fe51b2972440e0508afd7deb75149af2f2e2abd0"><code>fe51b29</code></a> feat(core): update to angular 13 (<a href="https://github-redirect.dependabot.com/aitboudad/ngx-loading-bar/issues/191">#191</a>)</li>
   <li>See full diff in <a href="https://github.com/aitboudad/ngx-loading-bar/compare/v5.1.2...v6.0.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@ngx-loading-bar/http-client` from 5.1.2 to 6.0.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/aitboudad/ngx-loading-bar/releases"><code>@​ngx-loading-bar/http-client</code>'s releases</a>.</em></p>
   <blockquote>
   <h2>v6.0.2</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>http-client:</strong> console deprecation log on DevMode only. (<a href="https://github-redirect.dependabot.com/aitboudad/ngx-loading-bar/issues/193">#193</a>) (<a href="https://github.com/aitboudad/ngx-loading-bar/commit/74ac02ed44c65b55756dad5d9a42f693a4f454b1">74ac02e</a>)</li>
   </ul>
   <h2>v6.0.0</h2>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li><strong>core:</strong> The library now requires Angular 13</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>
   <p><strong>core:</strong> update to angular 13 (<a href="https://github-redirect.dependabot.com/aitboudad/ngx-loading-bar/issues/191">#191</a>) (<a href="https://github.com/aitboudad/ngx-loading-bar/commit/fe51b2972440e0508afd7deb75149af2f2e2abd0">fe51b29</a>), closes <a href="https://github-redirect.dependabot.com/aitboudad/ngx-loading-bar/issues/190">#190</a></p>
   </li>
   <li>
   <p><strong>http-client:</strong> To ignore a particular HTTP request, use &quot;NGX_LOADING_BAR_IGNORED&quot; HttpContextToken instead of http headers:</p>
   </li>
   </ul>
   <p>Before:</p>
   <pre lang="ts"><code>httpClient.get('/status', {
     headers: { ignoreLoadingBar: '' },
   });
   </code></pre>
   <p>After:</p>
   <pre lang="ts"><code>httpClient.get('/status', {
     context: new HttpContext().set(NGX_LOADING_BAR_IGNORED, true),
   });
   </code></pre>
   <h4>Special Thanks to <a href="https://github.com/Totati"><code>@​Totati</code></a></h4>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/aitboudad/ngx-loading-bar/blob/main/CHANGELOG.md"><code>@​ngx-loading-bar/http-client</code>'s changelog</a>.</em></p>
   <blockquote>
   <h3><a href="https://github.com/aitboudad/ngx-loading-bar/compare/v6.0.1...v6.0.2">6.0.2</a> (2022-02-16)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>http-client:</strong> console deprecation log on DevMode only. (<a href="https://github-redirect.dependabot.com/aitboudad/ngx-loading-bar/issues/193">#193</a>) (<a href="https://github.com/aitboudad/ngx-loading-bar/commit/74ac02ed44c65b55756dad5d9a42f693a4f454b1">74ac02e</a>)</li>
   </ul>
   <h3><a href="https://github.com/aitboudad/ngx-loading-bar/compare/v6.0.0...v6.0.1">6.0.1</a> (2022-01-13)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>router:</strong> update peer dependencies (<a href="https://github.com/aitboudad/ngx-loading-bar/commit/7e9c6ee07f7710ace518d776dced7dcee7b0abc8">7e9c6ee</a>)</li>
   </ul>
   <h2><a href="https://github.com/aitboudad/ngx-loading-bar/compare/v5.1.2...v6.0.0">6.0.0</a> (2021-12-23)</h2>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li><strong>core:</strong> The library now requires Angular 13</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li><strong>core:</strong> update to angular 13 (<a href="https://github-redirect.dependabot.com/aitboudad/ngx-loading-bar/issues/191">#191</a>) (<a href="https://github.com/aitboudad/ngx-loading-bar/commit/fe51b2972440e0508afd7deb75149af2f2e2abd0">fe51b29</a>), closes <a href="https://github-redirect.dependabot.com/aitboudad/ngx-loading-bar/issues/190">#190</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/aitboudad/ngx-loading-bar/commit/0fb81e03107804f880d4d5274307aa9a0243ed83"><code>0fb81e0</code></a> chore(release): 6.0.2</li>
   <li><a href="https://github.com/aitboudad/ngx-loading-bar/commit/74ac02ed44c65b55756dad5d9a42f693a4f454b1"><code>74ac02e</code></a> fix(http-client): console deprecation log on DevMode only. (<a href="https://github-redirect.dependabot.com/aitboudad/ngx-loading-bar/issues/193">#193</a>)</li>
   <li><a href="https://github.com/aitboudad/ngx-loading-bar/commit/71fe0fb604196a606cf49749de1b7ef326c03e3f"><code>71fe0fb</code></a> docs(demo): update http client package name</li>
   <li><a href="https://github.com/aitboudad/ngx-loading-bar/commit/8924099770cd56d266612b4a67db802c5905a425"><code>8924099</code></a> chore(release): 6.0.1</li>
   <li><a href="https://github.com/aitboudad/ngx-loading-bar/commit/f68e7140e9a332c5ab33882624857e8b015bfab6"><code>f68e714</code></a> docs(demo): add demo link in README</li>
   <li><a href="https://github.com/aitboudad/ngx-loading-bar/commit/7e9c6ee07f7710ace518d776dced7dcee7b0abc8"><code>7e9c6ee</code></a> fix(router): update peer dependencies</li>
   <li><a href="https://github.com/aitboudad/ngx-loading-bar/commit/7b84722071193759e53fefc389239e5583880f72"><code>7b84722</code></a> chore(release): 6.0.0</li>
   <li><a href="https://github.com/aitboudad/ngx-loading-bar/commit/fe51b2972440e0508afd7deb75149af2f2e2abd0"><code>fe51b29</code></a> feat(core): update to angular 13 (<a href="https://github-redirect.dependabot.com/aitboudad/ngx-loading-bar/issues/191">#191</a>)</li>
   <li>See full diff in <a href="https://github.com/aitboudad/ngx-loading-bar/compare/v5.1.2...v6.0.2">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: dev-unsubscribe@streampipes.apache.org

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


[GitHub] [streampipes] bossenti merged pull request #980: Bump @ngx-loading-bar/core and @ngx-loading-bar/http-client in /ui

Posted by GitBox <gi...@apache.org>.
bossenti merged PR #980:
URL: https://github.com/apache/streampipes/pull/980


-- 
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: dev-unsubscribe@streampipes.apache.org

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