Bump @angular/cli from 13.2.6 to 13.3.4 in /frontend #112

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/frontend/angular/cli-13.3.4 into main 2022-04-29 09:46:17 +00:00
dependabot[bot] commented 2022-04-29 09:45:04 +00:00 (Migrated from github.com)

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps @angular/cli from 13.2.6 to 13.3.4.

Release notes

Sourced from @​angular/cli's releases.

v13.3.4

13.3.4 (2022-04-27)

@​angular/cli

Commit Description
fix - f4da75656 change wrapping of schematic code

@​angular-devkit/build-angular

Commit Description
fix - 5d0141bfb correctly resolve custom service worker configuration file

Special Thanks

Charles Lyding and Wagner Maciel

v13.3.3

13.3.3 (2022-04-13)

@​angular-devkit/build-angular

Commit Description
fix - d38b247cf display debug logs when using the --verbose option

@​angular-devkit/build-webpack

Commit Description
fix - 5682baee4 emit devserver setup errors

Special Thanks

Alan Agius

v13.3.2

13.3.2 (2022-04-06)

@​schematics/angular

Commit Description
fix - bbe74b87e provide actionable error message when routing declaration cannot be found

@​angular/cli

Commit Description
fix - 49dc63d09 ensure lint command auto-add exits after completion

@​angular-devkit/build-angular

Commit Description
fix - c97c8e7c9 update minimatch dependency to 3.0.5

Special Thanks

Alan Agius, Charles Lyding and Morga Cezary

v13.3.1

13.3.1 (2022-03-30)

@​angular-devkit/schematics-cli

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

13.3.4 (2022-04-27)

@​angular/cli

Commit Type Description
f4da75656 fix change wrapping of schematic code

@​angular-devkit/build-angular

Commit Type Description
5d0141bfb fix correctly resolve custom service worker configuration file

Special Thanks

Charles Lyding and Wagner Maciel

14.0.0-next.11 (2022-04-21)

@​angular/cli

Commit Type Description
78460e995 fix remove type casting and add optional chaining for current in optionTransforms

@​angular-devkit/build-angular

Commit Type Description
1a160dac0 fix ensure karma sourcemap support on Windows

@​angular-devkit/schematics

Commit Type Description
464cf330a feat support null for options parameter from OptionTransform type

Special Thanks

Alan Agius, Charles Lyding and Daniil Dubrava

... (truncated)

Commits
  • 2caf1ea release: cut the v13.3.4 release
  • 5d0141b fix(@​angular-devkit/build-angular): correctly resolve custom service worker c...
  • f4da756 fix(@​angular/cli): change wrapping of schematic code
  • 7b4e9d4 release: cut the v13.3.3 release
  • d38b247 fix(@​angular-devkit/build-angular): display debug logs when using the `--verb...
  • 5682bae fix(@​angular-devkit/build-webpack): emit devserver setup errors
  • 2715aa7 release: cut the v13.3.2 release
  • 49dc63d fix(@​angular/cli): ensure lint command auto-add exits after completion
  • bbe74b8 fix(@​schematics/angular): provide actionable error message when routing decla...
  • c97c8e7 fix(@​angular-devkit/build-angular): update minimatch dependency to 3.0.5
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [@angular/cli](https://github.com/angular/angular-cli) from 13.2.6 to 13.3.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/angular/angular-cli/releases"><code>@​angular/cli</code>'s releases</a>.</em></p> <blockquote> <h2>v13.3.4</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>13.3.4 (2022-04-27)</h1> <h3><code>@​angular/cli</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/f4da756560358273098df2a5cae7848201206c77"><img src="https://img.shields.io/badge/f4da75656-fix-green" alt="fix - f4da75656" /></a></td> <td>change wrapping of schematic code</td> </tr> </tbody> </table> <h3><code>@​angular-devkit/build-angular</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/5d0141bfb4ae80b1a7543eab64e9c381c932eaef"><img src="https://img.shields.io/badge/5d0141bfb-fix-green" alt="fix - 5d0141bfb" /></a></td> <td>correctly resolve custom service worker configuration file</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Charles Lyding and Wagner Maciel</p> <h2>v13.3.3</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>13.3.3 (2022-04-13)</h1> <h3><code>@​angular-devkit/build-angular</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/d38b247cf19edf5ecf7792343fa2bc8c05a3a8b8"><img src="https://img.shields.io/badge/d38b247cf-fix-green" alt="fix - d38b247cf" /></a></td> <td>display debug logs when using the <code>--verbose</code> option</td> </tr> </tbody> </table> <h3><code>@​angular-devkit/build-webpack</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/5682baee4b562b314dad781403dcc0c46e0a8abb"><img src="https://img.shields.io/badge/5682baee4-fix-green" alt="fix - 5682baee4" /></a></td> <td>emit devserver setup errors</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius</p> <h2>v13.3.2</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>13.3.2 (2022-04-06)</h1> <h3><code>@​schematics/angular</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/bbe74b87e52579c06b911db6173f33c67b8010a6"><img src="https://img.shields.io/badge/bbe74b87e-fix-green" alt="fix - bbe74b87e" /></a></td> <td>provide actionable error message when routing declaration cannot be found</td> </tr> </tbody> </table> <h3><code>@​angular/cli</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/49dc63d09a7a7f2b7759b47e79fac934b867e9b4"><img src="https://img.shields.io/badge/49dc63d09-fix-green" alt="fix - 49dc63d09" /></a></td> <td>ensure lint command auto-add exits after completion</td> </tr> </tbody> </table> <h3><code>@​angular-devkit/build-angular</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/c97c8e7c9bbcad66ba80967681cac46042c3aca7"><img src="https://img.shields.io/badge/c97c8e7c9-fix-green" alt="fix - c97c8e7c9" /></a></td> <td>update <code>minimatch</code> dependency to <code>3.0.5</code></td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius, Charles Lyding and Morga Cezary</p> <h2>v13.3.1</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>13.3.1 (2022-03-30)</h1> <h3><code>@​angular-devkit/schematics-cli</code></h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/angular/angular-cli/blob/main/CHANGELOG.md"><code>@​angular/cli</code>'s changelog</a>.</em></p> <blockquote> <h1>13.3.4 (2022-04-27)</h1> <h3><code>@​angular/cli</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/f4da756560358273098df2a5cae7848201206c77">f4da75656</a></td> <td>fix</td> <td>change wrapping of schematic code</td> </tr> </tbody> </table> <h3><code>@​angular-devkit/build-angular</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/5d0141bfb4ae80b1a7543eab64e9c381c932eaef">5d0141bfb</a></td> <td>fix</td> <td>correctly resolve custom service worker configuration file</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Charles Lyding and Wagner Maciel</p> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>14.0.0-next.11 (2022-04-21)</h1> <h3><code>@​angular/cli</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/78460e995a192336db3c4be9d0592b4e7a2ff2c8">78460e995</a></td> <td>fix</td> <td>remove type casting and add optional chaining for current in optionTransforms</td> </tr> </tbody> </table> <h3><code>@​angular-devkit/build-angular</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/1a160dac00f34aab089053281c640dba3efd597f">1a160dac0</a></td> <td>fix</td> <td>ensure karma sourcemap support on Windows</td> </tr> </tbody> </table> <h3><code>@​angular-devkit/schematics</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/464cf330a14397470e1e57450a77f421a45a927e">464cf330a</a></td> <td>feat</td> <td>support null for options parameter from OptionTransform type</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius, Charles Lyding and Daniil Dubrava</p> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/angular/angular-cli/commit/2caf1ea72204caeeeb87c2197d1ad36dbe3207f7"><code>2caf1ea</code></a> release: cut the v13.3.4 release</li> <li><a href="https://github.com/angular/angular-cli/commit/5d0141bfb4ae80b1a7543eab64e9c381c932eaef"><code>5d0141b</code></a> fix(<code>@​angular-devkit/build-angular</code>): correctly resolve custom service worker c...</li> <li><a href="https://github.com/angular/angular-cli/commit/f4da756560358273098df2a5cae7848201206c77"><code>f4da756</code></a> fix(<code>@​angular/cli</code>): change wrapping of schematic code</li> <li><a href="https://github.com/angular/angular-cli/commit/7b4e9d4bb41028fb25c3f4551368bbc3f2c869da"><code>7b4e9d4</code></a> release: cut the v13.3.3 release</li> <li><a href="https://github.com/angular/angular-cli/commit/d38b247cf19edf5ecf7792343fa2bc8c05a3a8b8"><code>d38b247</code></a> fix(<code>@​angular-devkit/build-angular</code>): display debug logs when using the `--verb...</li> <li><a href="https://github.com/angular/angular-cli/commit/5682baee4b562b314dad781403dcc0c46e0a8abb"><code>5682bae</code></a> fix(<code>@​angular-devkit/build-webpack</code>): emit devserver setup errors</li> <li><a href="https://github.com/angular/angular-cli/commit/2715aa76070f314626b1bd4b04ca29ea6d979930"><code>2715aa7</code></a> release: cut the v13.3.2 release</li> <li><a href="https://github.com/angular/angular-cli/commit/49dc63d09a7a7f2b7759b47e79fac934b867e9b4"><code>49dc63d</code></a> fix(<code>@​angular/cli</code>): ensure lint command auto-add exits after completion</li> <li><a href="https://github.com/angular/angular-cli/commit/bbe74b87e52579c06b911db6173f33c67b8010a6"><code>bbe74b8</code></a> fix(<code>@​schematics/angular</code>): provide actionable error message when routing decla...</li> <li><a href="https://github.com/angular/angular-cli/commit/c97c8e7c9bbcad66ba80967681cac46042c3aca7"><code>c97c8e7</code></a> fix(<code>@​angular-devkit/build-angular</code>): update <code>minimatch</code> dependency to <code>3.0.5</code></li> <li>Additional commits viewable in <a href="https://github.com/angular/angular-cli/compare/13.2.6...13.3.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@angular/cli&package-manager=npm_and_yarn&previous-version=13.2.6&new-version=13.3.4)](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>
Sign in to join this conversation.
No description provided.