Bump @angular/cli from 13.3.5 to 13.3.7 in /frontend #213

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

Bumps @angular/cli from 13.3.5 to 13.3.7.

Release notes

Sourced from @​angular/cli's releases.

v13.3.7

13.3.7 (2022-05-25)

@​angular-devkit/build-angular

Commit Description
fix - a54018d8f add debugging and timing information in JavaScript and CSS optimization plugins

Special Thanks

Alan Agius and Joey Perrott

v13.3.6

13.3.6 (2022-05-18)

@​angular/cli

Commit Description
fix - e20964c43 resolve relative schematic from angular.json instead of current working directory

@​angular-devkit/build-angular

Commit Description
fix - 16fec8d58 update babel-loader to 8.2.5

Special Thanks

Alan Agius, Charles Lyding, Jason Bedard and Paul Gschwendtner

Changelog

Sourced from @​angular/cli's changelog.

13.3.7 (2022-05-25)

@​angular-devkit/build-angular

Commit Type Description
a54018d8f fix add debugging and timing information in JavaScript and CSS optimization plugins

Special Thanks

Alan Agius and Joey Perrott

14.0.0-rc.1 (2022-05-18)

@​angular/cli

Commit Type Description
6f6b453fb fix ng doc doesn't open browser in Windows
160cb0718 fix correctly handle --search option in ng doc
4b22593c4 fix ensure all available package migrations are executed
bdf2b9bfa fix print schematic errors correctly
db0cb5593 fix resolve relative schematic from angular.json instead of current working directory
e5bdadac4 fix skip prompt or warn when setting up autocompletion without a global CLI install

@​schematics/angular

Commit Type Description
b928d973e fix alphabetically order imports during component generation

@​angular-devkit/build-angular

Commit Type Description
587082fb0 fix close compiler on Karma exit

Special Thanks

Alan Agius, Charles Lyding, Doug Parker, Elton Coelho, George Kalpakas and Kristiyan Kostadinov

13.3.6 (2022-05-18)

... (truncated)

Commits
  • 8f5a20a release: cut the v13.3.7 release
  • 3168ab6 build: update CaretakerConfig import patch
  • 209a49e ci: add nightly CI configuration for version 13
  • 588b742 build: add caretaker configuration to ng-dev config
  • 6e7ad3e build: update saucelabs key
  • a54018d fix(@​angular-devkit/build-angular): add debugging and timing information in J...
  • 7ffa2f2 release: cut the v13.3.6 release
  • 16fec8d fix(@​angular-devkit/build-angular): update babel-loader to 8.2.5
  • e20964c fix(@​angular/cli): resolve relative schematic from angular.json instead of ...
  • b9a8e91 test: allow Artistic-2.0 license
  • 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 13.3.7. <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.7</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>13.3.7 (2022-05-25)</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/a54018d8f5f976034bf0a33f826245b7a6b74bbe"><img src="https://img.shields.io/badge/a54018d8f-fix-green" alt="fix - a54018d8f" /></a></td> <td>add debugging and timing information in JavaScript and CSS optimization plugins</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius and Joey Perrott</p> <h2>v13.3.6</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>13.3.6 (2022-05-18)</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/e20964c43c52125b6d2bfa9bbea444fb2eea1e15"><img src="https://img.shields.io/badge/e20964c43-fix-green" alt="fix - e20964c43" /></a></td> <td>resolve relative schematic from <code>angular.json</code> instead of current working directory</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/16fec8d58b6ec421df5e7809c45838baf232b4a9"><img src="https://img.shields.io/badge/16fec8d58-fix-green" alt="fix - 16fec8d58" /></a></td> <td>update <code>babel-loader</code> to 8.2.5</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius, Charles Lyding, Jason Bedard 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.7 (2022-05-25)</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/a54018d8f5f976034bf0a33f826245b7a6b74bbe">a54018d8f</a></td> <td>fix</td> <td>add debugging and timing information in JavaScript and CSS optimization plugins</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius and Joey Perrott</p> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>14.0.0-rc.1 (2022-05-18)</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/6f6b453fbf90adad16eba7ea8929a11235c1061b">6f6b453fb</a></td> <td>fix</td> <td><code>ng doc</code> doesn't open browser in Windows</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/160cb071870602d9e7fece2ce381facb71e7d762">160cb0718</a></td> <td>fix</td> <td>correctly handle <code>--search</code> option in <code>ng doc</code></td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/4b22593c4a269ea4bd63cef39009aad69f159fa1">4b22593c4</a></td> <td>fix</td> <td>ensure all available package migrations are executed</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/bdf2b9bfa9893a940ba254073d024172e0dc1abc">bdf2b9bfa</a></td> <td>fix</td> <td>print schematic errors correctly</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/db0cb5593dcde395f1877f7c9b6bdf911cd26654">db0cb5593</a></td> <td>fix</td> <td>resolve relative schematic from <code>angular.json</code> instead of current working directory</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/e5bdadac44ac023363bc0a2473892fc17430b81f">e5bdadac4</a></td> <td>fix</td> <td>skip prompt or warn when setting up autocompletion without a global CLI install</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/b928d973e97f33220afe16549b41c4031feb5c5e">b928d973e</a></td> <td>fix</td> <td>alphabetically order imports during component generation</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/587082fb0fa7bdb6cddb36327f791889d76e3e7b">587082fb0</a></td> <td>fix</td> <td>close compiler on Karma exit</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Alan Agius, Charles Lyding, Doug Parker, Elton Coelho, George Kalpakas and Kristiyan Kostadinov</p> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>13.3.6 (2022-05-18)</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/angular/angular-cli/commit/8f5a20ab402fe15261d7f4e32a5a4278baa39570"><code>8f5a20a</code></a> release: cut the v13.3.7 release</li> <li><a href="https://github.com/angular/angular-cli/commit/3168ab6f11da9180ff4fa51a5d2b884173f4ee95"><code>3168ab6</code></a> build: update <code>CaretakerConfig</code> import patch</li> <li><a href="https://github.com/angular/angular-cli/commit/209a49e902d4af3b1179f589adb2437c7ae70959"><code>209a49e</code></a> ci: add nightly CI configuration for version 13</li> <li><a href="https://github.com/angular/angular-cli/commit/588b742897e092f3dd726d213f37bd0d92cd341e"><code>588b742</code></a> build: add caretaker configuration to ng-dev config</li> <li><a href="https://github.com/angular/angular-cli/commit/6e7ad3e8074f8a425600642ee5a8015985aafec9"><code>6e7ad3e</code></a> build: update saucelabs key</li> <li><a href="https://github.com/angular/angular-cli/commit/a54018d8f5f976034bf0a33f826245b7a6b74bbe"><code>a54018d</code></a> fix(<code>@​angular-devkit/build-angular</code>): add debugging and timing information in J...</li> <li><a href="https://github.com/angular/angular-cli/commit/7ffa2f26d1ad82fc57c19cb35539f011f19a7988"><code>7ffa2f2</code></a> release: cut the v13.3.6 release</li> <li><a href="https://github.com/angular/angular-cli/commit/16fec8d58b6ec421df5e7809c45838baf232b4a9"><code>16fec8d</code></a> fix(<code>@​angular-devkit/build-angular</code>): update <code>babel-loader</code> to 8.2.5</li> <li><a href="https://github.com/angular/angular-cli/commit/e20964c43c52125b6d2bfa9bbea444fb2eea1e15"><code>e20964c</code></a> fix(<code>@​angular/cli</code>): resolve relative schematic from <code>angular.json</code> instead of ...</li> <li><a href="https://github.com/angular/angular-cli/commit/b9a8e918cdf1e584a95207c87e420587f6652345"><code>b9a8e91</code></a> test: allow Artistic-2.0 license</li> <li>Additional commits viewable in <a href="https://github.com/angular/angular-cli/compare/13.3.5...13.3.7">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=13.3.7)](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-06-03 10:19:43 +00:00 (Migrated from github.com)

Superseded by #225.

Superseded by #225.

Pull request closed

Sign in to join this conversation.
No description provided.