Bump @angular/cli from 13.3.5 to 14.2.2 in /frontend #401

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/frontend/angular/cli-14.2.2 into main
dependabot[bot] commented 2022-09-08 10:40:19 +00:00 (Migrated from github.com)

Bumps @angular/cli from 13.3.5 to 14.2.2.

Release notes

Sourced from @​angular/cli's releases.

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

14.2.0 (2022-08-25)

@​angular/cli

Commit Description
fix - 596037010 add missing space after period in warning text

@​angular-devkit/build-angular

Commit Description
feat - 44c25511e add ability to serve service worker when using dev-server
feat - 3fb569b5c switch to Sass modern API in esbuild builder
fix - 5bd03353a correct esbuild builder global stylesheet sourcemap URL
fix - c4402b1bd correctly handle parenthesis in url
fix - 50c783307 use valid CSS comment for sourcemaps with Sass in esbuild builder
perf - 4c251853f avoid extra string creation with no sourcemaps for esbuild sass
perf - d97640534 with esbuild builder only load Sass compiler when needed

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

14.2.2 (2022-09-08)

@​angular/cli

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

@​schematics/angular

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

@​angular-devkit/build-angular

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

Special Thanks

Alan Agius, Charles Lyding, Jason Bedard and Joey Perrott

14.2.1 (2022-08-26)

@​schematics/angular

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

Special Thanks

Alan Agius

14.2.0 (2022-08-25)

... (truncated)

Commits
  • 6508db2 release: cut the v14.2.2 release
  • 2287718 test: delete firebase resolution tests
  • 4d57bc7 build: update webpack-dev-server to 4.11.0
  • 45c95e1 fix(@​angular-devkit/build-angular): change service worker errors to compilati...
  • ecc014d fix(@​angular-devkit/build-angular): handle service-worker serving with locali...
  • 3afd784 fix(@​angular-devkit/build-angular): watch index file when running build in wa...
  • 5405a9b fix(@​angular/cli): favor non deprecated packages during update
  • 7252439 build: update vendored TypeScript to v4.8.2
  • cfd94e9 build: adjust BUILD file external comment markers
  • 1d4a031 test: don't show stderr and stdout multiple times durning errors
  • 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.2. <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.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> <h1>14.2.0 (2022-08-25)</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/596037010a8113809657cebc9385d040922e6d86"><img src="https://img.shields.io/badge/596037010-fix-green" alt="fix - 596037010" /></a></td> <td>add missing space after period in warning text</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/44c25511ea2adbd4fbe82a6122fc00af612be8e8"><img src="https://img.shields.io/badge/44c25511e-feat-blue" alt="feat - 44c25511e" /></a></td> <td>add ability to serve service worker when using dev-server</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/3fb569b5c82f22afca4dc59313356f198755827e"><img src="https://img.shields.io/badge/3fb569b5c-feat-blue" alt="feat - 3fb569b5c" /></a></td> <td>switch to Sass modern API in esbuild builder</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/5bd03353ac6bb19c983efb7ff015e7aec3ff61d1"><img src="https://img.shields.io/badge/5bd03353a-fix-green" alt="fix - 5bd03353a" /></a></td> <td>correct esbuild builder global stylesheet sourcemap URL</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/c4402b1bd32cdb0cdd7aeab14239b57ee700d361"><img src="https://img.shields.io/badge/c4402b1bd-fix-green" alt="fix - c4402b1bd" /></a></td> <td>correctly handle parenthesis in url</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/50c783307eb1253f4f2a87502bd7a19f6a409aeb"><img src="https://img.shields.io/badge/50c783307-fix-green" alt="fix - 50c783307" /></a></td> <td>use valid CSS comment for sourcemaps with Sass in esbuild builder</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/4c251853fbc66c6c9aae171dc75612db31afe2fb"><img src="https://img.shields.io/badge/4c251853f-perf-orange" alt="perf - 4c251853f" /></a></td> <td>avoid extra string creation with no sourcemaps for esbuild sass</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/d9764053478620a5f4a3349c377c74415435bcbb"><img src="https://img.shields.io/badge/d97640534-perf-orange" alt="perf - d97640534" /></a></td> <td>with esbuild builder only load Sass compiler when needed</td> </tr> </tbody> </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.2.2 (2022-09-08)</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/5405a9b3b56675dc671e1ef27410e632f3f6f536">5405a9b3b</a></td> <td>fix</td> <td>favor non deprecated packages during update</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/6bfd6a7fbcaf433bd2c380087803044df4c6d8ee">6bfd6a7fb</a></td> <td>fix</td> <td>update minimum Angular version to 14.2</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/2b00bca615a2c79b0a0311c83cb9f1450b6f1745">2b00bca61</a></td> <td>fix</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">45c95e1bf</a></td> <td>fix</td> <td>change service worker errors to compilation errors</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/ecc014d669efe9609177354c465f24a1c94279cd">ecc014d66</a></td> <td>fix</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">39ea128c1</a></td> <td>fix</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">17b7e1bdf</a></td> <td>fix</td> <td>issue warning when using deprecated tilde imports</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/3afd784f1f00ee07f68ba112bea7786ccb2d4f35">3afd784f1</a></td> <td>fix</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> <!-- raw HTML omitted --> <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>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/angular-cli/commit/e4ca4686627bd31604cf68bc1d2473337e26864c">e4ca46866</a></td> <td>fix</td> <td>update ng-packagr version to <code>^14.2.0</code></td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius</p> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>14.2.0 (2022-08-25)</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/angular/angular-cli/commit/6508db2007028065414821f359c3a8797604865f"><code>6508db2</code></a> release: cut the v14.2.2 release</li> <li><a href="https://github.com/angular/angular-cli/commit/22877181d20ca490960b19b5a4aa36ef6aff534f"><code>2287718</code></a> test: delete firebase resolution tests</li> <li><a href="https://github.com/angular/angular-cli/commit/4d57bc71eaa06b8988744de252aed60c68b8c4c4"><code>4d57bc7</code></a> build: update <code>webpack-dev-server</code> to <code>4.11.0</code></li> <li><a href="https://github.com/angular/angular-cli/commit/45c95e1bf1327532ceeb1277fa6f4ce7c3a45581"><code>45c95e1</code></a> fix(<code>@​angular-devkit/build-angular</code>): change service worker errors to compilati...</li> <li><a href="https://github.com/angular/angular-cli/commit/ecc014d669efe9609177354c465f24a1c94279cd"><code>ecc014d</code></a> fix(<code>@​angular-devkit/build-angular</code>): handle service-worker serving with locali...</li> <li><a href="https://github.com/angular/angular-cli/commit/3afd784f1f00ee07f68ba112bea7786ccb2d4f35"><code>3afd784</code></a> fix(<code>@​angular-devkit/build-angular</code>): watch index file when running build in wa...</li> <li><a href="https://github.com/angular/angular-cli/commit/5405a9b3b56675dc671e1ef27410e632f3f6f536"><code>5405a9b</code></a> fix(<code>@​angular/cli</code>): favor non deprecated packages during update</li> <li><a href="https://github.com/angular/angular-cli/commit/725243918ddb4f664b374b2f95eb709bb0a99f3c"><code>7252439</code></a> build: update vendored TypeScript to v4.8.2</li> <li><a href="https://github.com/angular/angular-cli/commit/cfd94e9b6ca4c31b22eb52f1064a7c9aa34b01a1"><code>cfd94e9</code></a> build: adjust BUILD file external comment markers</li> <li><a href="https://github.com/angular/angular-cli/commit/1d4a0317d0468f8ea38bf980a2ca98b98e406190"><code>1d4a031</code></a> test: don't show stderr and stdout multiple times durning errors</li> <li>Additional commits viewable in <a href="https://github.com/angular/angular-cli/compare/13.3.5...14.2.2">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.2)](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-09-16 09:28:37 +00:00 (Migrated from github.com)

Superseded by #416.

Superseded by #416.

Pull request closed

Sign in to join this conversation.
No description provided.