Bump @angular/cli from 13.3.5 to 14.0.4 in /frontend #279

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/frontend/angular/cli-14.0.4 into main
dependabot[bot] commented 2022-06-30 09:42:44 +00:00 (Migrated from github.com)

Bumps @angular/cli from 13.3.5 to 14.0.4.

Release notes

Sourced from @​angular/cli's releases.

v14.0.4

14.0.4 (2022-06-29)

@​schematics/angular

Commit Description
fix - c58c66c0d use sourceRoot instead of src in universal schematic

@​angular/cli

Commit Description
fix - fc72c625b correctly handle --collection option in ng new
fix - f5badf221 improve global schema validation
fix - ed302ea4c remove color from help epilogue

@​angular-devkit/architect

Commit Description
fix - 88acec1fd complete builders on the next event loop iteration

@​angular-devkit/build-angular

Commit Description
fix - 694b73dfa exit dev-server when CTRL+C is pressed
fix - 6d4782199 exit localized builds when CTRL+C is pressed
fix - 282baffed hide stacktraces from webpack errors
fix - c4b0abf5b set base-href in service worker manifest when using i18n and app-shell

@​ngtools/webpack

Commit Description
fix - 33f1cc192 restore process title after NGCC is executed
fix - 6796998bf show a compilation error on invalid TypeScript version

Special Thanks

Alan Agius, Charles Lyding and Tim Bowersox

v14.0.3

14.0.3 (2022-06-23)

@​angular/cli

Commit Description
fix - b3db91baf disable version check when running ng completion commands
fix - cdab9fa74 provide an actionable error when using --configuration with ng run
fix - 5521648e3 temporarily handle boolean options in schema prefixed with no

@​angular-devkit/build-angular

Commit Description
fix - 5e960ce24 fix incorrect glob cwd in karma when using --include option
fix - 1b5e92075 handle codeCoverageExclude correctly in Windows
fix - ff6d81a45 ignore supported browsers during i18n extraction

@​angular-devkit/core

Commit Description

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

14.0.4 (2022-06-29)

@​angular/cli

Commit Type Description
fc72c625b fix correctly handle --collection option in ng new
f5badf221 fix improve global schema validation
ed302ea4c fix remove color from help epilogue

@​schematics/angular

Commit Type Description
c58c66c0d fix use sourceRoot instead of src in universal schematic

@​angular-devkit/architect

Commit Type Description
88acec1fd fix complete builders on the next event loop iteration

@​angular-devkit/build-angular

Commit Type Description
694b73dfa fix exit dev-server when CTRL+C is pressed
6d4782199 fix exit localized builds when CTRL+C is pressed
282baffed fix hide stacktraces from webpack errors
c4b0abf5b fix set base-href in service worker manifest when using i18n and app-shell

@​ngtools/webpack

Commit Type Description
33f1cc192 fix restore process title after NGCC is executed
6796998bf fix show a compilation error on invalid TypeScript version

Special Thanks

Alan Agius, Charles Lyding and Tim Bowersox

14.1.0-next.2 (2022-06-23)

@​angular/cli

... (truncated)

Commits
  • 8894b84 release: cut the v14.0.4 release
  • c58c66c fix(@​schematics/angular): use sourceRoot instead of src in universal sche...
  • 88acec1 fix(@​angular-devkit/architect): complete builders on the next event loop iter...
  • c4b0abf fix(@​angular-devkit/build-angular): set base-href in service worker manifest ...
  • 33f1cc1 fix(@​ngtools/webpack): restore process title after NGCC is executed
  • 6d47821 fix(@​angular-devkit/build-angular): exit localized builds when CTRL+C is pressed
  • bc333e2 ci: remove flakey test behaviour
  • 6796998 fix(@​ngtools/webpack): show a compilation error on invalid TypeScript version
  • ed302ea fix(@​angular/cli): remove color from help epilogue
  • fc72c62 fix(@​angular/cli): correctly handle --collection option in ng new
  • 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)
Bumps [@angular/cli](https://github.com/angular/angular-cli) from 13.3.5 to 14.0.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>v14.0.4</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>14.0.4 (2022-06-29)</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/c58c66c0d5c76630453151b65b1a1c3707c82e9f"><img src="https://img.shields.io/badge/c58c66c0d-fix-green" alt="fix - c58c66c0d" /></a></td> <td>use <code>sourceRoot</code> instead of <code>src</code> in universal schematic</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/fc72c625bb7db7b9c8d865086bcff05e2db426ee"><img src="https://img.shields.io/badge/fc72c625b-fix-green" alt="fix - fc72c625b" /></a></td> <td>correctly handle <code>--collection</code> option in <code>ng new</code></td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/f5badf221d2a2f5357f93bf0e32146669f8bbede"><img src="https://img.shields.io/badge/f5badf221-fix-green" alt="fix - f5badf221" /></a></td> <td>improve global schema validation</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/ed302ea4c80b4f6fe8a73c5a0d25055a7dca1db2"><img src="https://img.shields.io/badge/ed302ea4c-fix-green" alt="fix - ed302ea4c" /></a></td> <td>remove color from help epilogue</td> </tr> </tbody> </table> <h3><code>@​angular-devkit/architect</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/88acec1fd302d7d8a053e37ed0334ec6a30c952c"><img src="https://img.shields.io/badge/88acec1fd-fix-green" alt="fix - 88acec1fd" /></a></td> <td>complete builders on the next event loop iteration</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/694b73dfa12e5aefff8fc5fdecf220833ac40b42"><img src="https://img.shields.io/badge/694b73dfa-fix-green" alt="fix - 694b73dfa" /></a></td> <td>exit dev-server when CTRL+C is pressed</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/6d4782199c4a4e92a9c0b189d6a7857ca631dd3f"><img src="https://img.shields.io/badge/6d4782199-fix-green" alt="fix - 6d4782199" /></a></td> <td>exit localized builds when CTRL+C is pressed</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/282baffed507926e806db673b6804b9299c383af"><img src="https://img.shields.io/badge/282baffed-fix-green" alt="fix - 282baffed" /></a></td> <td>hide stacktraces from webpack errors</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/c4b0abf5b8c1e392ead84c8810e8d6e615fd0024"><img src="https://img.shields.io/badge/c4b0abf5b-fix-green" alt="fix - c4b0abf5b" /></a></td> <td>set base-href in service worker manifest when using i18n and app-shell</td> </tr> </tbody> </table> <h3><code>@​ngtools/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/33f1cc192d963b4a4348bb41b8fb0969ffd5c342"><img src="https://img.shields.io/badge/33f1cc192-fix-green" alt="fix - 33f1cc192" /></a></td> <td>restore process title after NGCC is executed</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/6796998bf4dd829f9ac085a52ce7e9d2cda73fd1"><img src="https://img.shields.io/badge/6796998bf-fix-green" alt="fix - 6796998bf" /></a></td> <td>show a compilation error on invalid TypeScript version</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius, Charles Lyding and Tim Bowersox</p> <h2>v14.0.3</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>14.0.3 (2022-06-23)</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/b3db91baf50c92589549a66ffef437f7890d3de7"><img src="https://img.shields.io/badge/b3db91baf-fix-green" alt="fix - b3db91baf" /></a></td> <td>disable version check when running <code>ng completion</code> commands</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/cdab9fa7431db7e2a75e04e776555b8e5e15fc94"><img src="https://img.shields.io/badge/cdab9fa74-fix-green" alt="fix - cdab9fa74" /></a></td> <td>provide an actionable error when using <code>--configuration</code> with <code>ng run</code></td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/5521648e33af634285f6352b43a324a1ee023e27"><img src="https://img.shields.io/badge/5521648e3-fix-green" alt="fix - 5521648e3" /></a></td> <td>temporarily handle boolean options in schema prefixed with <code>no</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/5e960ce246e7090f57ce22723911a743aa8fcb0c"><img src="https://img.shields.io/badge/5e960ce24-fix-green" alt="fix - 5e960ce24" /></a></td> <td>fix incorrect glob cwd in karma when using <code>--include</code> option</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/1b5e92075e64563459942d4de785f1a8bef46ec7"><img src="https://img.shields.io/badge/1b5e92075-fix-green" alt="fix - 1b5e92075" /></a></td> <td>handle <code>codeCoverageExclude</code> correctly in Windows</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/ff6d81a4539657446c8f5770cefe688d2d578450"><img src="https://img.shields.io/badge/ff6d81a45-fix-green" alt="fix - ff6d81a45" /></a></td> <td>ignore supported browsers during i18n extraction</td> </tr> </tbody> </table> <h3><code>@​angular-devkit/core</code></h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> </table> <!-- 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>14.0.4 (2022-06-29)</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/fc72c625bb7db7b9c8d865086bcff05e2db426ee">fc72c625b</a></td> <td>fix</td> <td>correctly handle <code>--collection</code> option in <code>ng new</code></td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/f5badf221d2a2f5357f93bf0e32146669f8bbede">f5badf221</a></td> <td>fix</td> <td>improve global schema validation</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/ed302ea4c80b4f6fe8a73c5a0d25055a7dca1db2">ed302ea4c</a></td> <td>fix</td> <td>remove color from help epilogue</td> </tr> </tbody> </table> <h3><code>@​schematics/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/c58c66c0d5c76630453151b65b1a1c3707c82e9f">c58c66c0d</a></td> <td>fix</td> <td>use <code>sourceRoot</code> instead of <code>src</code> in universal schematic</td> </tr> </tbody> </table> <h3><code>@​angular-devkit/architect</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/88acec1fd302d7d8a053e37ed0334ec6a30c952c">88acec1fd</a></td> <td>fix</td> <td>complete builders on the next event loop iteration</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/694b73dfa12e5aefff8fc5fdecf220833ac40b42">694b73dfa</a></td> <td>fix</td> <td>exit dev-server when CTRL+C is pressed</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/6d4782199c4a4e92a9c0b189d6a7857ca631dd3f">6d4782199</a></td> <td>fix</td> <td>exit localized builds when CTRL+C is pressed</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/282baffed507926e806db673b6804b9299c383af">282baffed</a></td> <td>fix</td> <td>hide stacktraces from webpack errors</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/c4b0abf5b8c1e392ead84c8810e8d6e615fd0024">c4b0abf5b</a></td> <td>fix</td> <td>set base-href in service worker manifest when using i18n and app-shell</td> </tr> </tbody> </table> <h3><code>@​ngtools/webpack</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/33f1cc192d963b4a4348bb41b8fb0969ffd5c342">33f1cc192</a></td> <td>fix</td> <td>restore process title after NGCC is executed</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/6796998bf4dd829f9ac085a52ce7e9d2cda73fd1">6796998bf</a></td> <td>fix</td> <td>show a compilation error on invalid TypeScript version</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius, Charles Lyding and Tim Bowersox</p> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>14.1.0-next.2 (2022-06-23)</h1> <h3><code>@​angular/cli</code></h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/angular/angular-cli/commit/8894b840a035d5c4dfee024535d970102666e22a"><code>8894b84</code></a> release: cut the v14.0.4 release</li> <li><a href="https://github.com/angular/angular-cli/commit/c58c66c0d5c76630453151b65b1a1c3707c82e9f"><code>c58c66c</code></a> fix(<code>@​schematics/angular</code>): use <code>sourceRoot</code> instead of <code>src</code> in universal sche...</li> <li><a href="https://github.com/angular/angular-cli/commit/88acec1fd302d7d8a053e37ed0334ec6a30c952c"><code>88acec1</code></a> fix(<code>@​angular-devkit/architect</code>): complete builders on the next event loop iter...</li> <li><a href="https://github.com/angular/angular-cli/commit/c4b0abf5b8c1e392ead84c8810e8d6e615fd0024"><code>c4b0abf</code></a> fix(<code>@​angular-devkit/build-angular</code>): set base-href in service worker manifest ...</li> <li><a href="https://github.com/angular/angular-cli/commit/33f1cc192d963b4a4348bb41b8fb0969ffd5c342"><code>33f1cc1</code></a> fix(<code>@​ngtools/webpack</code>): restore process title after NGCC is executed</li> <li><a href="https://github.com/angular/angular-cli/commit/6d4782199c4a4e92a9c0b189d6a7857ca631dd3f"><code>6d47821</code></a> fix(<code>@​angular-devkit/build-angular</code>): exit localized builds when CTRL+C is pressed</li> <li><a href="https://github.com/angular/angular-cli/commit/bc333e29c3e9d6f6436a600e2818216840e3659d"><code>bc333e2</code></a> ci: remove flakey test behaviour</li> <li><a href="https://github.com/angular/angular-cli/commit/6796998bf4dd829f9ac085a52ce7e9d2cda73fd1"><code>6796998</code></a> fix(<code>@​ngtools/webpack</code>): show a compilation error on invalid TypeScript version</li> <li><a href="https://github.com/angular/angular-cli/commit/ed302ea4c80b4f6fe8a73c5a0d25055a7dca1db2"><code>ed302ea</code></a> fix(<code>@​angular/cli</code>): remove color from help epilogue</li> <li><a href="https://github.com/angular/angular-cli/commit/fc72c625bb7db7b9c8d865086bcff05e2db426ee"><code>fc72c62</code></a> fix(<code>@​angular/cli</code>): correctly handle <code>--collection</code> option in <code>ng new</code></li> <li>Additional commits viewable in <a href="https://github.com/angular/angular-cli/compare/13.3.5...14.0.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.3.5&new-version=14.0.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>
dependabot[bot] commented 2022-07-07 10:34:32 +00:00 (Migrated from github.com)

Superseded by #290.

Superseded by #290.

Pull request closed

Sign in to join this conversation.
No description provided.