Bump @angular/cli from 13.3.4 to 13.3.5 in /frontend #137

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/frontend/angular/cli-13.3.5 into main 2022-05-05 10:09:18 +00:00
dependabot[bot] commented 2022-05-05 09:35:35 +00:00 (Migrated from github.com)

Bumps @angular/cli from 13.3.4 to 13.3.5.

Release notes

Sourced from @​angular/cli's releases.

v13.3.5

13.3.5 (2022-05-04)

@​angular-devkit/build-angular

Commit Description
fix - 6da0910d3 update @ampproject/remapping to 2.2.0

Special Thanks

Alan Agius, Charles Lyding and Paul Gschwendtner

Changelog

Sourced from @​angular/cli's changelog.

13.3.5 (2022-05-04)

@​angular-devkit/build-angular

Commit Type Description
6da0910d3 fix update @ampproject/remapping to 2.2.0

Special Thanks

Alan Agius, Charles Lyding and Paul Gschwendtner

14.0.0-next.12 (2022-04-27)

@​angular/cli

Commit Type Description
4b07aa345 fix change wrapping of schematic code

@​schematics/angular

Commit Type Description
7b78b7840 feat add --standalone to ng generate

@​angular-devkit/build-angular

Commit Type Description
00186fb93 feat add initial experimental esbuild-based application browser builder
7abe212c6 fix correctly resolve custom service worker configuration file

@​angular-devkit/schematics

Commit Type Description
25498ad5b feat re-export core string helpers from schematics package
33f9f3de8 feat support reading JSON content directly from a Tree
01297f450 feat support reading text content directly from a Tree

@​ngtools/webpack

Commit Type Description
044101554 perf use Webpack's built-in xxhash64 support

... (truncated)

Commits
  • 8e3b551 release: cut the v13.3.5 release
  • afa1228 ci: remove unneeded view engine browser tests
  • b5043a7 build: update SauceLabs connect proxy version to 4.7.1
  • 6da0910 fix(@​angular-devkit/build-angular): update @ampproject/remapping to 2.2.0
  • f4ecef8 build: changes for primary branch rename to main.
  • See full diff 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.4 to 13.3.5. <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.5</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>13.3.5 (2022-05-04)</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/6da0910d345eb84084e32a462432a508d518f402"><img src="https://img.shields.io/badge/6da0910d3-fix-green" alt="fix - 6da0910d3" /></a></td> <td>update <code>@ampproject/remapping</code> to <code>2.2.0</code></td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius, Charles Lyding and Paul Gschwendtner</p> </blockquote> </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.5 (2022-05-04)</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/6da0910d345eb84084e32a462432a508d518f402">6da0910d3</a></td> <td>fix</td> <td>update <code>@ampproject/remapping</code> to <code>2.2.0</code></td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius, Charles Lyding and Paul Gschwendtner</p> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>14.0.0-next.12 (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/4b07aa345d18ae6cb92284cdf13941b61ae69008">4b07aa345</a></td> <td>fix</td> <td>change wrapping of schematic code</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/7b78b7840e95b0f4dca2fcb9218b67dd7500ff2c">7b78b7840</a></td> <td>feat</td> <td>add --standalone to ng generate</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/00186fb93f66d8da51886de37cfa4599f3e89af9">00186fb93</a></td> <td>feat</td> <td>add initial experimental esbuild-based application browser builder</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/7abe212c655dfeecf91ab022759f3f8ab59a3a7d">7abe212c6</a></td> <td>fix</td> <td>correctly resolve custom service worker configuration file</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/25498ad5b2ba6fa5a88c9802ddeb0ed85c5d9b60">25498ad5b</a></td> <td>feat</td> <td>re-export core string helpers from schematics package</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/33f9f3de869bba2ecd855a01cc9a0a36651bd281">33f9f3de8</a></td> <td>feat</td> <td>support reading JSON content directly from a Tree</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/01297f450387dea02eafd6f5701c417ab5c5d844">01297f450</a></td> <td>feat</td> <td>support reading text content directly from a Tree</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/044101554dfbca07d74f2a4391f94875df7928d2">044101554</a></td> <td>perf</td> <td>use Webpack's built-in xxhash64 support</td> </tr> </tbody> </table> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/angular/angular-cli/commit/8e3b551bed32ab403490ce588059389f5dbadf39"><code>8e3b551</code></a> release: cut the v13.3.5 release</li> <li><a href="https://github.com/angular/angular-cli/commit/afa1228058920609ed756f004dc123ae413a3804"><code>afa1228</code></a> ci: remove unneeded view engine browser tests</li> <li><a href="https://github.com/angular/angular-cli/commit/b5043a7a76a4b52fe9295b508883ce83fa95d363"><code>b5043a7</code></a> build: update SauceLabs connect proxy version to 4.7.1</li> <li><a href="https://github.com/angular/angular-cli/commit/6da0910d345eb84084e32a462432a508d518f402"><code>6da0910</code></a> fix(<code>@​angular-devkit/build-angular</code>): update <code>@ampproject/remapping</code> to <code>2.2.0</code></li> <li><a href="https://github.com/angular/angular-cli/commit/f4ecef800f69e1cb67cadd57643e841e6c23a170"><code>f4ecef8</code></a> build: changes for primary branch rename to <code>main</code>.</li> <li>See full diff in <a href="https://github.com/angular/angular-cli/compare/13.3.4...13.3.5">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.4&new-version=13.3.5)](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.