Bump @angular/cli from 13.3.5 to 14.1.0 in /frontend #312

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/frontend/angular/cli-14.1.0 into main
dependabot[bot] commented 2022-07-21 09:38:43 +00:00 (Migrated from github.com)

Bumps @angular/cli from 13.3.5 to 14.1.0.

Release notes

Sourced from @​angular/cli's releases.

v14.1.0

14.1.0 (2022-07-20)

@​schematics/angular

Commit Description
feat - 707911d42 support controlling addDependency utility rule install behavior
fix - a8fe4fcc3 Allow skipping existing dependencies in E2E schematic
fix - b8bf3b480 only issue a warning for addDependency existing specifier

@​angular/cli

Commit Description
fix - 3884b8652 add esbuild browser builder to workspace schema

@​angular-devkit/build-angular

Commit Description
feat - a7709b718 add externalDependencies to the esbuild browser builder
feat - 248860ad6 add Sass file support to experimental esbuild-based builder
feat - b06ae5514 add service worker support to experimental esbuild builder
feat - b5f6d862b Identify third-party sources in sourcemaps
fix - b3a14d056 allow third-party sourcemaps to be ignored in esbuild builder
fix - 53dd929e5 ensure esbuild builder sourcemap sources are relative to workspace

@​angular-devkit/schematics

Commit Description
feat - 526cdb263 allow chain rule to accept iterables of rules

@​angular/create

Commit Description
feat - cfe93fbc8 add support for yarn create and npm init

Special Thanks

Alan Agius, Charles Lyding, Derek Cormier, Doug Parker, Jason Bedard, Joey Perrott, Paul Gschwendtner, Victor Porof and renovate[bot]

v14.1.0-rc.3

14.1.0-rc.1 (2022-07-14)

@​schematics/angular

Commit Description
fix - b8bf3b480 only issue a warning for addDependency existing specifier
fix - 14f8f5c5a remove browserslist configuration

@​angular/cli

Commit Description
fix - 2731fe7f6 handle cases when completion is enabled and running in an older CLI workspace
fix - 669345998 remove deprecation warning of no prefixed schema options

@​angular-devkit/build-angular

Commit Description
feat - 248860ad6 add Sass file support to experimental esbuild-based builder

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

14.1.0 (2022-07-20)

@​angular/cli

Commit Type Description
3884b8652 fix add esbuild browser builder to workspace schema

@​schematics/angular

Commit Type Description
707911d42 feat support controlling addDependency utility rule install behavior
a8fe4fcc3 fix Allow skipping existing dependencies in E2E schematic
b8bf3b480 fix only issue a warning for addDependency existing specifier

@​angular-devkit/build-angular

Commit Type Description
a7709b718 feat add externalDependencies to the esbuild browser builder
248860ad6 feat add Sass file support to experimental esbuild-based builder
b06ae5514 feat add service worker support to experimental esbuild builder
b5f6d862b feat Identify third-party sources in sourcemaps
b3a14d056 fix allow third-party sourcemaps to be ignored in esbuild builder
53dd929e5 fix ensure esbuild builder sourcemap sources are relative to workspace

@​angular-devkit/schematics

Commit Type Description
526cdb263 feat allow chain rule to accept iterables of rules

@​angular/create

Commit Type Description
cfe93fbc8 feat add support for yarn create and npm init

Special Thanks

Alan Agius, Charles Lyding, Derek Cormier, Doug Parker, Jason Bedard, Joey Perrott, Paul Gschwendtner, Victor Porof and renovate[bot]

14.0.7 (2022-07-20)

@​schematics/angular

... (truncated)

Commits
  • c4b59c8 release: cut the v14.1.0 release
  • a8fe4fc fix(@​schematics/angular): Allow skipping existing dependencies in E2E schematic
  • cf83bfd ci: change shell to bash in fail_fast job
  • b5f6d86 feat(@​angular-devkit/build-angular): Identify third-party sources in sourcemaps
  • 163618e build: fix snapshot build package.json substitution
  • 0569998 docs: remove @latest reference from npm init command
  • f698c2c fix(@​schematics/angular): incorrect logo for Angular Material
  • cf9362e fix(@​angular-devkit/build-angular): fallback to use projectRoot when sourceRo...
  • e96709e ci: extract rebase PR login into a common command
  • 0b65387 ci: disable husky
  • 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.1.0. <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.1.0</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>14.1.0 (2022-07-20)</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/707911d423873623d4201d2fbce4a294ab73a135"><img src="https://img.shields.io/badge/707911d42-feat-blue" alt="feat - 707911d42" /></a></td> <td>support controlling <code>addDependency</code> utility rule install behavior</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/a8fe4fcc315fd408b5b530a44a02c1655b5450a8"><img src="https://img.shields.io/badge/a8fe4fcc3-fix-green" alt="fix - a8fe4fcc3" /></a></td> <td>Allow skipping existing dependencies in E2E schematic</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/b8bf3b480bef752641370e542ebb5aee649a8ac6"><img src="https://img.shields.io/badge/b8bf3b480-fix-green" alt="fix - b8bf3b480" /></a></td> <td>only issue a warning for addDependency existing specifier</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/3884b865262c1ffa5652ac0f4d67bbf59087f453"><img src="https://img.shields.io/badge/3884b8652-fix-green" alt="fix - 3884b8652" /></a></td> <td>add esbuild browser builder to workspace schema</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/a7709b718c953d83f3bde00fa3bf896501359946"><img src="https://img.shields.io/badge/a7709b718-feat-blue" alt="feat - a7709b718" /></a></td> <td>add <code>externalDependencies</code> to the esbuild browser builder</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/248860ad674b54f750bb5c197588bb6d031be208"><img src="https://img.shields.io/badge/248860ad6-feat-blue" alt="feat - 248860ad6" /></a></td> <td>add Sass file support to experimental esbuild-based builder</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/b06ae55140c01f8b5107527fd0af1da3b04a721f"><img src="https://img.shields.io/badge/b06ae5514-feat-blue" alt="feat - b06ae5514" /></a></td> <td>add service worker support to experimental esbuild builder</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/b5f6d862b95afd0ec42d9b3968e963f59b1b1658"><img src="https://img.shields.io/badge/b5f6d862b-feat-blue" alt="feat - b5f6d862b" /></a></td> <td>Identify third-party sources in sourcemaps</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/b3a14d05629ba6e3b23c09b1bfdbc4b35d534813"><img src="https://img.shields.io/badge/b3a14d056-fix-green" alt="fix - b3a14d056" /></a></td> <td>allow third-party sourcemaps to be ignored in esbuild builder</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/53dd929e59f98a7088d150e861d18e97e6de4114"><img src="https://img.shields.io/badge/53dd929e5-fix-green" alt="fix - 53dd929e5" /></a></td> <td>ensure esbuild builder sourcemap sources are relative to workspace</td> </tr> </tbody> </table> <h3><code>@​angular-devkit/schematics</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/526cdb263a8c74ad228f584f70dc029aa69351d7"><img src="https://img.shields.io/badge/526cdb263-feat-blue" alt="feat - 526cdb263" /></a></td> <td>allow <code>chain</code> rule to accept iterables of rules</td> </tr> </tbody> </table> <h3><code>@​angular/create</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/cfe93fbc89fad2f58826f0118ce7ff421cd0e4f2"><img src="https://img.shields.io/badge/cfe93fbc8-feat-blue" alt="feat - cfe93fbc8" /></a></td> <td>add support for <code>yarn create</code> and <code>npm init</code></td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius, Charles Lyding, Derek Cormier, Doug Parker, Jason Bedard, Joey Perrott, Paul Gschwendtner, Victor Porof and renovate[bot]</p> <h2>v14.1.0-rc.3</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>14.1.0-rc.1 (2022-07-14)</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/b8bf3b480bef752641370e542ebb5aee649a8ac6"><img src="https://img.shields.io/badge/b8bf3b480-fix-green" alt="fix - b8bf3b480" /></a></td> <td>only issue a warning for addDependency existing specifier</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/14f8f5c5abef19807b3cd2a17aa132117a03a54a"><img src="https://img.shields.io/badge/14f8f5c5a-fix-green" alt="fix - 14f8f5c5a" /></a></td> <td>remove browserslist configuration</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/2731fe7f67f3f2b81fae2f49aabba75436eda250"><img src="https://img.shields.io/badge/2731fe7f6-fix-green" alt="fix - 2731fe7f6" /></a></td> <td>handle cases when completion is enabled and running in an older CLI workspace</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/669345998b7720b0e7be53aaee920a385cb8ef86"><img src="https://img.shields.io/badge/669345998-fix-green" alt="fix - 669345998" /></a></td> <td>remove deprecation warning of <code>no</code> prefixed schema options</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/248860ad674b54f750bb5c197588bb6d031be208"><img src="https://img.shields.io/badge/248860ad6-feat-blue" alt="feat - 248860ad6" /></a></td> <td>add Sass file support to experimental esbuild-based builder</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.1.0 (2022-07-20)</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/3884b865262c1ffa5652ac0f4d67bbf59087f453">3884b8652</a></td> <td>fix</td> <td>add esbuild browser builder to workspace schema</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/707911d423873623d4201d2fbce4a294ab73a135">707911d42</a></td> <td>feat</td> <td>support controlling <code>addDependency</code> utility rule install behavior</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/a8fe4fcc315fd408b5b530a44a02c1655b5450a8">a8fe4fcc3</a></td> <td>fix</td> <td>Allow skipping existing dependencies in E2E schematic</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/b8bf3b480bef752641370e542ebb5aee649a8ac6">b8bf3b480</a></td> <td>fix</td> <td>only issue a warning for addDependency existing specifier</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/a7709b718c953d83f3bde00fa3bf896501359946">a7709b718</a></td> <td>feat</td> <td>add <code>externalDependencies</code> to the esbuild browser builder</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/248860ad674b54f750bb5c197588bb6d031be208">248860ad6</a></td> <td>feat</td> <td>add Sass file support to experimental esbuild-based builder</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/b06ae55140c01f8b5107527fd0af1da3b04a721f">b06ae5514</a></td> <td>feat</td> <td>add service worker support to experimental esbuild builder</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/b5f6d862b95afd0ec42d9b3968e963f59b1b1658">b5f6d862b</a></td> <td>feat</td> <td>Identify third-party sources in sourcemaps</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/b3a14d05629ba6e3b23c09b1bfdbc4b35d534813">b3a14d056</a></td> <td>fix</td> <td>allow third-party sourcemaps to be ignored in esbuild builder</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/53dd929e59f98a7088d150e861d18e97e6de4114">53dd929e5</a></td> <td>fix</td> <td>ensure esbuild builder sourcemap sources are relative to workspace</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/526cdb263a8c74ad228f584f70dc029aa69351d7">526cdb263</a></td> <td>feat</td> <td>allow <code>chain</code> rule to accept iterables of rules</td> </tr> </tbody> </table> <h3><code>@​angular/create</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/cfe93fbc89fad2f58826f0118ce7ff421cd0e4f2">cfe93fbc8</a></td> <td>feat</td> <td>add support for <code>yarn create</code> and <code>npm init</code></td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius, Charles Lyding, Derek Cormier, Doug Parker, Jason Bedard, Joey Perrott, Paul Gschwendtner, Victor Porof and renovate[bot]</p> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>14.0.7 (2022-07-20)</h1> <h3><code>@​schematics/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/c4b59c8d963de64f556c01d16346aec93c9c4588"><code>c4b59c8</code></a> release: cut the v14.1.0 release</li> <li><a href="https://github.com/angular/angular-cli/commit/a8fe4fcc315fd408b5b530a44a02c1655b5450a8"><code>a8fe4fc</code></a> fix(<code>@​schematics/angular</code>): Allow skipping existing dependencies in E2E schematic</li> <li><a href="https://github.com/angular/angular-cli/commit/cf83bfdeb3f0969c03d591e0c7d3fd142a6159af"><code>cf83bfd</code></a> ci: change shell to bash in fail_fast job</li> <li><a href="https://github.com/angular/angular-cli/commit/b5f6d862b95afd0ec42d9b3968e963f59b1b1658"><code>b5f6d86</code></a> feat(<code>@​angular-devkit/build-angular</code>): Identify third-party sources in sourcemaps</li> <li><a href="https://github.com/angular/angular-cli/commit/163618e33cba595cd047c187dbca3b06cc684024"><code>163618e</code></a> build: fix snapshot build package.json substitution</li> <li><a href="https://github.com/angular/angular-cli/commit/05699987df6db60c8f558a79a17c1cb3cea2041f"><code>0569998</code></a> docs: remove <code>@latest</code> reference from <code>npm init</code> command</li> <li><a href="https://github.com/angular/angular-cli/commit/f698c2c0ffb5cf524258920c16d104c7fb1902d5"><code>f698c2c</code></a> fix(<code>@​schematics/angular</code>): incorrect logo for Angular Material</li> <li><a href="https://github.com/angular/angular-cli/commit/cf9362e04b8f11ee501bf905a2b255e4e977c371"><code>cf9362e</code></a> fix(<code>@​angular-devkit/build-angular</code>): fallback to use projectRoot when sourceRo...</li> <li><a href="https://github.com/angular/angular-cli/commit/e96709e95fa109dd1b2225155e96c40afa45bde1"><code>e96709e</code></a> ci: extract rebase PR login into a common command</li> <li><a href="https://github.com/angular/angular-cli/commit/0b65387c4632aa470af57ee7bbe96d60546e6f27"><code>0b65387</code></a> ci: disable husky</li> <li>Additional commits viewable in <a href="https://github.com/angular/angular-cli/compare/13.3.5...14.1.0">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.1.0)](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-08-04 09:46:13 +00:00 (Migrated from github.com)

Superseded by #332.

Superseded by #332.

Pull request closed

Sign in to join this conversation.
No description provided.