Bump @angular/cli from 13.3.5 to 14.2.3 in /frontend #416

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/frontend/angular/cli-14.2.3 into main
dependabot[bot] commented 2022-09-16 09:28:34 +00:00 (Migrated from github.com)

Bumps @angular/cli from 13.3.5 to 14.2.3.

Release notes

Sourced from @​angular/cli's releases.

v14.2.3

14.2.3 (2022-09-15)

@​angular-devkit/build-angular

Commit Description
fix - e7e0cb78f correctly display error messages that contain "at" text.
fix - 4756d7e06 watch symbolic links

@​ngtools/webpack

Commit Description
perf - 1e3ecbdb1 avoid bootstrap conversion AST traversal where possible

Special Thanks

Alan Agius, Charles Lyding, Jason Bedard and Joey Perrott

v14.2.2

14.2.2 (2022-09-08)

@​schematics/angular

Commit Description
fix - 6bfd6a7fb update minimum Angular version to 14.2

@​angular/cli

Commit Description
fix - 5405a9b3b favor non deprecated packages during update

@​angular-devkit/build-angular

Commit Description
fix - 2b00bca61 allow esbuild-based builder to use SVG Angular templates
fix - 45c95e1bf change service worker errors to compilation errors
fix - ecc014d66 handle service-worker serving with localize in dev-server
fix - 39ea128c1 handling of @media queries inside css layers
fix - 17b7e1bdf issue warning when using deprecated tilde imports
fix - 3afd784f1 watch index file when running build in watch mode

Special Thanks

Alan Agius, Charles Lyding, Jason Bedard and Joey Perrott

v14.2.1

14.2.1 (2022-08-26)

@​schematics/angular

Commit Description
fix - e4ca46866 update ng-packagr version to ^14.2.0

Special Thanks

Alan Agius

v14.2.0

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

14.2.3 (2022-09-15)

@​angular-devkit/build-angular

Commit Type Description
e7e0cb78f fix correctly display error messages that contain "at" text.
4756d7e06 fix watch symbolic links

@​ngtools/webpack

Commit Type Description
1e3ecbdb1 perf avoid bootstrap conversion AST traversal where possible

Special Thanks

Alan Agius, Charles Lyding, Jason Bedard and Joey Perrott

15.0.0-next.0 (2022-09-08)

Breaking Changes

@​angular/cli

  • The 'path' option in schematics schema no longer has a special meaning. Use 'workingDirectory' smart default provider should be used instead.

@​schematics/angular

  • Removed unusedappDir option from Universal and App-Shell schematic. This option can safely be removed if present since it no longer has effect.

@​schematics/angular

Commit Type Description
57d93fb7d fix mark project as required option
69b221498 refactor remove deprecated appDir option

@​angular/cli

Commit Type Description
774d349b7 refactor remove deprecated path handler

@​angular-devkit/build-angular

... (truncated)

Commits
  • 7f25cb7 release: cut the v14.2.3 release
  • 7141dbc build: update saucelabs connect version
  • 9c29dd7 test(@​angular-devkit/build-angular): rewrite app-shell unit test into e2e
  • dcbc5ac test: unit test multiple node versions in separate jobs
  • 4756d7e fix(@​angular-devkit/build-angular): watch symbolic links
  • 82485d8 build: remove unneeded BUILD file licenses rule comments
  • 16b7ced refactor: remove unused file
  • 9dff404 test: don't run git clean on test failure
  • c854b8b build: update Bazel to 5.3 and rules_pkg to 0.7.1
  • 1e3ecbd perf(@​ngtools/webpack): avoid bootstrap conversion AST traversal where possible
  • 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.2.3. <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.2.3</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>14.2.3 (2022-09-15)</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/e7e0cb78f4c6d684fdf25e23a11599b82807cd25"><img src="https://img.shields.io/badge/e7e0cb78f-fix-green" alt="fix - e7e0cb78f" /></a></td> <td>correctly display error messages that contain &quot;at&quot; text.</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/4756d7e0675aa9a8bed11b830b66288141fa6e16"><img src="https://img.shields.io/badge/4756d7e06-fix-green" alt="fix - 4756d7e06" /></a></td> <td>watch symbolic links</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/1e3ecbdb138861eff550e05d9662a10d106c0990"><img src="https://img.shields.io/badge/1e3ecbdb1-perf-orange" alt="perf - 1e3ecbdb1" /></a></td> <td>avoid bootstrap conversion AST traversal where possible</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius, Charles Lyding, Jason Bedard and Joey Perrott</p> <h2>v14.2.2</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>14.2.2 (2022-09-08)</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/6bfd6a7fbcaf433bd2c380087803044df4c6d8ee"><img src="https://img.shields.io/badge/6bfd6a7fb-fix-green" alt="fix - 6bfd6a7fb" /></a></td> <td>update minimum Angular version to 14.2</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/5405a9b3b56675dc671e1ef27410e632f3f6f536"><img src="https://img.shields.io/badge/5405a9b3b-fix-green" alt="fix - 5405a9b3b" /></a></td> <td>favor non deprecated packages during update</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/2b00bca615a2c79b0a0311c83cb9f1450b6f1745"><img src="https://img.shields.io/badge/2b00bca61-fix-green" alt="fix - 2b00bca61" /></a></td> <td>allow esbuild-based builder to use SVG Angular templates</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/45c95e1bf1327532ceeb1277fa6f4ce7c3a45581"><img src="https://img.shields.io/badge/45c95e1bf-fix-green" alt="fix - 45c95e1bf" /></a></td> <td>change service worker errors to compilation errors</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/ecc014d669efe9609177354c465f24a1c94279cd"><img src="https://img.shields.io/badge/ecc014d66-fix-green" alt="fix - ecc014d66" /></a></td> <td>handle service-worker serving with localize in dev-server</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/39ea128c1294046525a8c098ed6a776407990365"><img src="https://img.shields.io/badge/39ea128c1-fix-green" alt="fix - 39ea128c1" /></a></td> <td>handling of <code>@media</code> queries inside css layers</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/17b7e1bdfce5823718d1fa915d25858f4b0d7110"><img src="https://img.shields.io/badge/17b7e1bdf-fix-green" alt="fix - 17b7e1bdf" /></a></td> <td>issue warning when using deprecated tilde imports</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/3afd784f1f00ee07f68ba112bea7786ccb2d4f35"><img src="https://img.shields.io/badge/3afd784f1-fix-green" alt="fix - 3afd784f1" /></a></td> <td>watch index file when running build in watch mode</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius, Charles Lyding, Jason Bedard and Joey Perrott</p> <h2>v14.2.1</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>14.2.1 (2022-08-26)</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/e4ca4686627bd31604cf68bc1d2473337e26864c"><img src="https://img.shields.io/badge/e4ca46866-fix-green" alt="fix - e4ca46866" /></a></td> <td>update ng-packagr version to <code>^14.2.0</code></td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius</p> <h2>v14.2.0</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <!-- 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.2.3 (2022-09-15)</h1> <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/e7e0cb78f4c6d684fdf25e23a11599b82807cd25">e7e0cb78f</a></td> <td>fix</td> <td>correctly display error messages that contain &quot;at&quot; text.</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/4756d7e0675aa9a8bed11b830b66288141fa6e16">4756d7e06</a></td> <td>fix</td> <td>watch symbolic links</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/1e3ecbdb138861eff550e05d9662a10d106c0990">1e3ecbdb1</a></td> <td>perf</td> <td>avoid bootstrap conversion AST traversal where possible</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius, Charles Lyding, Jason Bedard and Joey Perrott</p> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>15.0.0-next.0 (2022-09-08)</h1> <h2>Breaking Changes</h2> <h3><code>@​angular/cli</code></h3> <ul> <li>The 'path' option in schematics schema no longer has a special meaning. Use 'workingDirectory' smart default provider should be used instead.</li> </ul> <h3><code>@​schematics/angular</code></h3> <ul> <li>Removed unused<code>appDir</code> option from Universal and App-Shell schematic. This option can safely be removed if present since it no longer has effect.</li> </ul> <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/57d93fb7d979e68c2a4e6f6046ff633f69098afe">57d93fb7d</a></td> <td>fix</td> <td>mark project as required option</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/69b2214987c8fad6efd091782cf28b20be62d244">69b221498</a></td> <td>refactor</td> <td>remove deprecated appDir option</td> </tr> </tbody> </table> <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/774d349b73a436a99f2ea932b7509dab7c1d5e45">774d349b7</a></td> <td>refactor</td> <td>remove deprecated path handler</td> </tr> </tbody> </table> <h3><code>@​angular-devkit/build-angular</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/7f25cb731607618ff878cb6b8728a23d6e0b56b5"><code>7f25cb7</code></a> release: cut the v14.2.3 release</li> <li><a href="https://github.com/angular/angular-cli/commit/7141dbc5a382506a22c5bf42f56a5fbd5008801b"><code>7141dbc</code></a> build: update saucelabs connect version</li> <li><a href="https://github.com/angular/angular-cli/commit/9c29dd7765fc0960291674d265dfb200d7986aa5"><code>9c29dd7</code></a> test(<code>@​angular-devkit/build-angular</code>): rewrite app-shell unit test into e2e</li> <li><a href="https://github.com/angular/angular-cli/commit/dcbc5ac4098e0c3db8cc02169928b41ee293d5f8"><code>dcbc5ac</code></a> test: unit test multiple node versions in separate jobs</li> <li><a href="https://github.com/angular/angular-cli/commit/4756d7e0675aa9a8bed11b830b66288141fa6e16"><code>4756d7e</code></a> fix(<code>@​angular-devkit/build-angular</code>): watch symbolic links</li> <li><a href="https://github.com/angular/angular-cli/commit/82485d8ec5964bff94b962509009044c6ee4256c"><code>82485d8</code></a> build: remove unneeded BUILD file licenses rule comments</li> <li><a href="https://github.com/angular/angular-cli/commit/16b7ced34792f0926deb8a65a2b781698a9925b2"><code>16b7ced</code></a> refactor: remove unused file</li> <li><a href="https://github.com/angular/angular-cli/commit/9dff404db47858c18558b0b8a26ea426b7a15f01"><code>9dff404</code></a> test: don't run git clean on test failure</li> <li><a href="https://github.com/angular/angular-cli/commit/c854b8bcb68b0d3404752b6ee3ca4a1f7f0c8fbf"><code>c854b8b</code></a> build: update Bazel to 5.3 and rules_pkg to 0.7.1</li> <li><a href="https://github.com/angular/angular-cli/commit/1e3ecbdb138861eff550e05d9662a10d106c0990"><code>1e3ecbd</code></a> perf(<code>@​ngtools/webpack</code>): avoid bootstrap conversion AST traversal where possible</li> <li>Additional commits viewable in <a href="https://github.com/angular/angular-cli/compare/13.3.5...14.2.3">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.2.3)](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>
administrator closed this pull request 2022-09-17 22:44:36 +00:00

Pull request closed

Sign in to join this conversation.
No description provided.