[PR #673] Bump tar, @angular-devkit/build-angular and @angular/cli in /angular/angular #1253

Closed
opened 2026-03-07 21:31:21 -06:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/docker/awesome-compose/pull/673

State: closed
Merged: No


Bumps tar to 7.5.9 and updates ancestor dependencies tar, @angular-devkit/build-angular and @angular/cli. These dependencies need to be updated together.

Updates tar from 6.1.11 to 7.5.9

Release notes

Sourced from tar's releases.

v6.1.13

6.1.13 (2022-12-07)

Dependencies

v6.1.12

6.1.12 (2022-10-31)

Bug Fixes

Documentation

Changelog

Sourced from tar's changelog.

Changelog

7.5

  • Added zstd compression support.
  • Consistent TOCTOU behavior in sync t.list
  • Only read from ustar block if not specified in Pax
  • Fix sync tar.list when file size reduces while reading
  • Sanitize absolute linkpaths properly
  • Prevent writing hardlink entries to the archive ahead of their file target

7.4

  • Deprecate onentry in favor of onReadEntry for clarity.

7.3

  • Add onWriteEntry option

7.2

  • DRY the command definitions into a single makeCommand method, and update the type signatures to more appropriately infer the return type from the options and arguments provided.

7.1

  • Update minipass to v7.1.0
  • Update the type definitions of write() and end() methods on Unpack and Parser classes to be compatible with the NodeJS.WritableStream type in the latest versions of @types/node.

7.0

  • Drop support for node <18
  • Rewrite in TypeScript, provide ESM and CommonJS hybrid interface
  • Add tree-shake friendly exports, like import('tar/create') and import('tar/read-entry') to get individual functions or classes.
  • Add chmod option that defaults to false, and deprecate noChmod. That is, reverse the default option regarding explicitly setting file system modes to match tar entry settings.
  • Add processUmask option to avoid having to call process.umask() when chmod: true (or noChmod: false) is set.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by isaacs, a new releaser for tar since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates @angular-devkit/build-angular from 13.2.6 to 21.1.4

Release notes

Sourced from @​angular-devkit/build-angular's releases.

21.1.4

@​angular/build

Commit Description
fix - 7a9dd6b47 correctly resolve absolute setup file paths in Vitest

21.1.3

@​schematics/angular

Commit Description
fix - a18196a10 warn when production configuration is missing for service worker

@​angular-devkit/build-angular

Commit Description
fix - 6d05d27ca address Node.js deprecation DEP0190

21.1.2

@​angular-devkit/schematics-cli

Commit Description
fix - e7458c81d Add boolean type inference for 'true' and 'false' string values in argument parsing

@​angular-devkit/architect

Commit Description
fix - d66f1fe64 Add boolean type inference for 'true' and 'false' string values in argument parsing

@​angular/build

Commit Description
fix - 80911af67 loosen Vitest dependency checks when runnerConfig is used
fix - 2d30639d3 support merging coverage thresholds with Vitest runnerConfig

21.1.1

@​schematics/angular

Commit Description
fix - 9da6d8fa7 correct vscode MCP configuration for new projects
fix - 361758c75 remove special characters from jasmine-vitest report filename

@​angular/cli

Commit Description
fix - 151b69587 Remove nonexistent link from MCP response

@​angular/build

Commit Description
fix - 1b7e3307a allow application assets in workspace root
fix - d1e596dc5 prevent incorrect catch binding removal in downleveled for-await
fix - 98ef0981a update undici to v7.18.2

21.1.0

@​schematics/angular

... (truncated)

Changelog

Sourced from @​angular-devkit/build-angular's changelog.

21.1.4 (2026-02-11)

@​angular/build

Commit Type Description
7a9dd6b47 fix correctly resolve absolute setup file paths in Vitest

20.3.16 (2026-02-09)

@​angular/cli

Commit Type Description
656888a25 fix update dependency @​modelcontextprotocol/sdk to v1.26.0

21.2.0-next.1 (2026-02-05)

@​angular/cli

Commit Type Description
91b9d281f feat integrate file formatting into update migrations
6f29a8c35 fix renamed files by their new path in the schematic workflow
bc363af8b perf optimize package manager discovery with stat-based probing

@​schematics/angular

Commit Type Description
5d1df50d8 fix add actionable feedback to vitest-browser schematic
51fc77828 fix warn when production configuration is missing for service worker

@​angular/build

Commit Type Description
ece30f235 feat add headless option to unit-test builder
1f114a9e8 fix bundle setup files in unit-test builder for Vitest

... (truncated)

Commits
  • aa6eef5 release: cut the v21.1.4 release
  • 634cd54 build: lock file maintenance
  • fe1fb42 build: update cross-repo angular dependencies
  • 99edb0e build: update pnpm to v10.29.1
  • 7a9dd6b fix(@​angular/build): correctly resolve absolute setup file paths in Vitest
  • 0a8860d release: cut the v21.1.3 release
  • e80d7c5 build: update dependency @​modelcontextprotocol/sdk to v1.26.0
  • f6cc58c build: update webpack dependency to version 5.105.0
  • 133cf28 build: update cross-repo angular dependencies to v21.1.3
  • ed0b4c5 build: update rules_browsers digest to e08ae33
  • Additional commits viewable in compare view

Updates @angular/cli from 13.0.1 to 21.1.4

Release notes

Sourced from @​angular/cli's releases.

21.1.4

@​angular/build

Commit Description
fix - 7a9dd6b47 correctly resolve absolute setup file paths in Vitest

21.1.3

@​schematics/angular

Commit Description
fix - a18196a10 warn when production configuration is missing for service worker

@​angular-devkit/build-angular

Commit Description
fix - 6d05d27ca address Node.js deprecation DEP0190

21.1.2

@​angular-devkit/schematics-cli

Commit Description
fix - e7458c81d Add boolean type inference for 'true' and 'false' string values in argument parsing

@​angular-devkit/architect

Commit Description
fix - d66f1fe64 Add boolean type inference for 'true' and 'false' string values in argument parsing

@​angular/build

Commit Description
fix - 80911af67 loosen Vitest dependency checks when runnerConfig is used
fix - 2d30639d3 support merging coverage thresholds with Vitest runnerConfig

21.1.1

@​schematics/angular

Commit Description
fix - 9da6d8fa7 correct vscode MCP configuration for new projects
fix - 361758c75 remove special characters from jasmine-vitest report filename

@​angular/cli

Commit Description
fix - 151b69587 Remove nonexistent link from MCP response

@​angular/build

Commit Description
fix - 1b7e3307a allow application assets in workspace root
fix - d1e596dc5 prevent incorrect catch binding removal in downleveled for-await
fix - 98ef0981a update undici to v7.18.2

21.1.0

@​schematics/angular

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

21.1.4 (2026-02-11)

@​angular/build

Commit Type Description
7a9dd6b47 fix correctly resolve absolute setup file paths in Vitest

20.3.16 (2026-02-09)

@​angular/cli

Commit Type Description
656888a25 fix update dependency @​modelcontextprotocol/sdk to v1.26.0

21.2.0-next.1 (2026-02-05)

@​angular/cli

Commit Type Description
91b9d281f feat integrate file formatting into update migrations
6f29a8c35 fix renamed files by their new path in the schematic workflow
bc363af8b perf optimize package manager discovery with stat-based probing

@​schematics/angular

Commit Type Description
5d1df50d8 fix add actionable feedback to vitest-browser schematic
51fc77828 fix warn when production configuration is missing for service worker

@​angular/build

Commit Type Description
ece30f235 feat add headless option to unit-test builder
1f114a9e8 fix bundle setup files in unit-test builder for Vitest

... (truncated)

Commits
  • aa6eef5 release: cut the v21.1.4 release
  • 634cd54 build: lock file maintenance
  • fe1fb42 build: update cross-repo angular dependencies
  • 99edb0e build: update pnpm to v10.29.1
  • 7a9dd6b fix(@​angular/build): correctly resolve absolute setup file paths in Vitest
  • 0a8860d release: cut the v21.1.3 release
  • e80d7c5 build: update dependency @​modelcontextprotocol/sdk to v1.26.0
  • f6cc58c build: update webpack dependency to version 5.105.0
  • 133cf28 build: update cross-repo angular dependencies to v21.1.3
  • ed0b4c5 build: update rules_browsers digest to e08ae33
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.
**Original Pull Request:** https://github.com/docker/awesome-compose/pull/673 **State:** closed **Merged:** No --- Bumps [tar](https://github.com/isaacs/node-tar) to 7.5.9 and updates ancestor dependencies [tar](https://github.com/isaacs/node-tar), [@angular-devkit/build-angular](https://github.com/angular/angular-cli) and [@angular/cli](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `tar` from 6.1.11 to 7.5.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/isaacs/node-tar/releases">tar's releases</a>.</em></p> <blockquote> <h2>v6.1.13</h2> <h2><a href="https://github.com/npm/node-tar/compare/v6.1.12...v6.1.13">6.1.13</a> (2022-12-07)</h2> <h3>Dependencies</h3> <ul> <li><a href="https://github.com/npm/node-tar/commit/cc4e0ddfe523a0bce383846a67442c637a65d486"><code>cc4e0dd</code></a> <a href="https://redirect.github.com/npm/node-tar/pull/343">#343</a> bump minipass from 3.3.6 to 4.0.0</li> </ul> <h2>v6.1.12</h2> <h2><a href="https://github.com/npm/node-tar/compare/v6.1.11...v6.1.12">6.1.12</a> (2022-10-31)</h2> <h3>Bug Fixes</h3> <ul> <li><a href="https://github.com/npm/node-tar/commit/57493ee66ece50d62114e02914282fc37be3a91a"><code>57493ee</code></a> <a href="https://redirect.github.com/npm/node-tar/pull/332">#332</a> ensuring close event is emited after stream has ended (<a href="https://github.com/webark"><code>@​webark</code></a>)</li> <li><a href="https://github.com/npm/node-tar/commit/b003c64f624332e24e19b30dc011069bb6708680"><code>b003c64</code></a> <a href="https://redirect.github.com/npm/node-tar/pull/314">#314</a> replace deprecated String.prototype.substr() (<a href="https://redirect.github.com/isaacs/node-tar/issues/314">#314</a>) (<a href="https://github.com/CommanderRoot"><code>@​CommanderRoot</code></a>, <a href="https://github.com/lukekarrys"><code>@​lukekarrys</code></a>)</li> </ul> <h3>Documentation</h3> <ul> <li><a href="https://github.com/npm/node-tar/commit/f12992932f171ea248b27fad95e7d489a56d31ed"><code>f129929</code></a> <a href="https://redirect.github.com/npm/node-tar/pull/313">#313</a> remove dead link to benchmarks (<a href="https://redirect.github.com/isaacs/node-tar/issues/313">#313</a>) (<a href="https://github.com/yetzt"><code>@​yetzt</code></a>)</li> <li><a href="https://github.com/npm/node-tar/commit/c1faa9f44001dfb0bc7638b2850eb6058bd56a4a"><code>c1faa9f</code></a> add examples/explanation of using tar.t (<a href="https://github.com/isaacs"><code>@​isaacs</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md">tar's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>7.5</h2> <ul> <li>Added <code>zstd</code> compression support.</li> <li>Consistent TOCTOU behavior in sync t.list</li> <li>Only read from ustar block if not specified in Pax</li> <li>Fix sync tar.list when file size reduces while reading</li> <li>Sanitize absolute linkpaths properly</li> <li>Prevent writing hardlink entries to the archive ahead of their file target</li> </ul> <h2>7.4</h2> <ul> <li>Deprecate <code>onentry</code> in favor of <code>onReadEntry</code> for clarity.</li> </ul> <h2>7.3</h2> <ul> <li>Add <code>onWriteEntry</code> option</li> </ul> <h2>7.2</h2> <ul> <li>DRY the command definitions into a single <code>makeCommand</code> method, and update the type signatures to more appropriately infer the return type from the options and arguments provided.</li> </ul> <h2>7.1</h2> <ul> <li>Update minipass to v7.1.0</li> <li>Update the type definitions of <code>write()</code> and <code>end()</code> methods on <code>Unpack</code> and <code>Parser</code> classes to be compatible with the NodeJS.WritableStream type in the latest versions of <code>@types/node</code>.</li> </ul> <h2>7.0</h2> <ul> <li>Drop support for node &lt;18</li> <li>Rewrite in TypeScript, provide ESM and CommonJS hybrid interface</li> <li>Add tree-shake friendly exports, like <code>import('tar/create')</code> and <code>import('tar/read-entry')</code> to get individual functions or classes.</li> <li>Add <code>chmod</code> option that defaults to false, and deprecate <code>noChmod</code>. That is, reverse the default option regarding explicitly setting file system modes to match tar entry settings.</li> <li>Add <code>processUmask</code> option to avoid having to call <code>process.umask()</code> when <code>chmod: true</code> (or <code>noChmod: false</code>) is set.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/isaacs/node-tar/commit/1f0c2c9006b10199cf2686f8ef43e79a1773e1aa"><code>1f0c2c9</code></a> 7.5.9</li> <li><a href="https://github.com/isaacs/node-tar/commit/fbb08518bf290733b68ca4d4135f75becf73fd75"><code>fbb0851</code></a> build minified version as default export</li> <li><a href="https://github.com/isaacs/node-tar/commit/6b8eba0ef367ac937e703238daa6df94ae6f823f"><code>6b8eba0</code></a> 7.5.8</li> <li><a href="https://github.com/isaacs/node-tar/commit/2cb1120bcefe28d7ecc719b41441ade59c52e384"><code>2cb1120</code></a> fix(unpack): improve UnpackSync symlink error &quot;into&quot; path accuracy</li> <li><a href="https://github.com/isaacs/node-tar/commit/d18e4e1f846f4ddddc153b0f536a19c050e7499f"><code>d18e4e1</code></a> fix: do not write linkpaths through symlinks</li> <li><a href="https://github.com/isaacs/node-tar/commit/4a37eb9a1cf1137df4eb70c5c7f849f412ff3cdb"><code>4a37eb9</code></a> 7.5.7</li> <li><a href="https://github.com/isaacs/node-tar/commit/f4a7aa9bc3d717c987fdf1480ff7a64e87ffdb46"><code>f4a7aa9</code></a> fix: properly sanitize hard links containing ..</li> <li><a href="https://github.com/isaacs/node-tar/commit/394ece6ad8d81742a4e4058af227c616cd947a25"><code>394ece6</code></a> 7.5.6</li> <li><a href="https://github.com/isaacs/node-tar/commit/7d4cc17c76f6bd11dcd83de47187dc6dff206eee"><code>7d4cc17</code></a> fix race puting a Link ahead of its target File</li> <li><a href="https://github.com/isaacs/node-tar/commit/26ab90474e642cf00d84a05bcdc2eaf2a19f1581"><code>26ab904</code></a> 7.5.5</li> <li>Additional commits viewable in <a href="https://github.com/isaacs/node-tar/compare/v6.1.11...v7.5.9">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~isaacs">isaacs</a>, a new releaser for tar since your current version.</p> </details> <details> <summary>Install script changes</summary> <p>This version adds <code>prepare</code> script that runs during installation. Review the package contents before updating.</p> </details> <br /> Updates `@angular-devkit/build-angular` from 13.2.6 to 21.1.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/angular/angular-cli/releases"><code>@​angular-devkit/build-angular</code>'s releases</a>.</em></p> <blockquote> <h2>21.1.4</h2> <h3><code>@​angular/build</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/7a9dd6b47e2191862c64355b10abaeead189759f"><img src="https://img.shields.io/badge/7a9dd6b47-fix-green" alt="fix - 7a9dd6b47" /></a></td> <td>correctly resolve absolute setup file paths in Vitest</td> </tr> </tbody> </table> <h2>21.1.3</h2> <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/a18196a1096e5eb69cf64102943781d34c4389bf"><img src="https://img.shields.io/badge/a18196a10-fix-green" alt="fix - a18196a10" /></a></td> <td>warn when production configuration is missing for service worker</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/6d05d27ca097b16efb139bcee1c45b1b51dfe746"><img src="https://img.shields.io/badge/6d05d27ca-fix-green" alt="fix - 6d05d27ca" /></a></td> <td>address Node.js deprecation DEP0190</td> </tr> </tbody> </table> <h2>21.1.2</h2> <h3><code>@​angular-devkit/schematics-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/e7458c81d669296c767fca272f80054d3b434a72"><img src="https://img.shields.io/badge/e7458c81d-fix-green" alt="fix - e7458c81d" /></a></td> <td>Add boolean type inference for 'true' and 'false' string values in argument parsing</td> </tr> </tbody> </table> <h3><code>@​angular-devkit/architect</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/d66f1fe647560498d78e9db362a5fdf1ab492326"><img src="https://img.shields.io/badge/d66f1fe64-fix-green" alt="fix - d66f1fe64" /></a></td> <td>Add boolean type inference for 'true' and 'false' string values in argument parsing</td> </tr> </tbody> </table> <h3><code>@​angular/build</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/80911af673365af3bcb86760bebb4200967ca433"><img src="https://img.shields.io/badge/80911af67-fix-green" alt="fix - 80911af67" /></a></td> <td>loosen Vitest dependency checks when runnerConfig is used</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/2d30639d3c5a0eb3a1f40ec4cd8fe157f28f19f5"><img src="https://img.shields.io/badge/2d30639d3-fix-green" alt="fix - 2d30639d3" /></a></td> <td>support merging coverage thresholds with Vitest runnerConfig</td> </tr> </tbody> </table> <h2>21.1.1</h2> <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/9da6d8fa7640f321547b0308accbfcafefee5b0b"><img src="https://img.shields.io/badge/9da6d8fa7-fix-green" alt="fix - 9da6d8fa7" /></a></td> <td>correct vscode MCP configuration for new projects</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/361758c75c08d80100ab2307578ef74e8ec288e2"><img src="https://img.shields.io/badge/361758c75-fix-green" alt="fix - 361758c75" /></a></td> <td>remove special characters from jasmine-vitest report filename</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/151b69587d982130bb80461e4fe143c8f047e68d"><img src="https://img.shields.io/badge/151b69587-fix-green" alt="fix - 151b69587" /></a></td> <td>Remove nonexistent link from MCP response</td> </tr> </tbody> </table> <h3><code>@​angular/build</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/1b7e3307afb21224ade885e5be64f16c1de860c9"><img src="https://img.shields.io/badge/1b7e3307a-fix-green" alt="fix - 1b7e3307a" /></a></td> <td>allow application assets in workspace root</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/d1e596dc53b9a43063308fa775cd9ad8f60cad8b"><img src="https://img.shields.io/badge/d1e596dc5-fix-green" alt="fix - d1e596dc5" /></a></td> <td>prevent incorrect catch binding removal in downleveled for-await</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/98ef0981a2e3aee3c6fd2b6cf0561f6919487723"><img src="https://img.shields.io/badge/98ef0981a-fix-green" alt="fix - 98ef0981a" /></a></td> <td>update undici to v7.18.2</td> </tr> </tbody> </table> <h2>21.1.0</h2> <h3><code>@​schematics/angular</code></h3> <!-- 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-devkit/build-angular</code>'s changelog</a>.</em></p> <blockquote> <h1>21.1.4 (2026-02-11)</h1> <h3><code>@​angular/build</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/7a9dd6b47e2191862c64355b10abaeead189759f">7a9dd6b47</a></td> <td>fix</td> <td>correctly resolve absolute setup file paths in Vitest</td> </tr> </tbody> </table> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>20.3.16 (2026-02-09)</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/656888a250af060c110ae87024b0e475b079c23d">656888a25</a></td> <td>fix</td> <td>update dependency <code>@​modelcontextprotocol/sdk</code> to v1.26.0</td> </tr> </tbody> </table> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>21.2.0-next.1 (2026-02-05)</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/91b9d281fc88a242aa6e5dd5495e275990d926ef">91b9d281f</a></td> <td>feat</td> <td>integrate file formatting into update migrations</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/6f29a8c35abb8928d4e7ea01958192dd2a83491d">6f29a8c35</a></td> <td>fix</td> <td>renamed files by their new path in the schematic workflow</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/bc363af8bc40f117a4e35ec9eb7eedf69f5b5b37">bc363af8b</a></td> <td>perf</td> <td>optimize package manager discovery with stat-based probing</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/5d1df50d8b84b453570ae5fd9ab6f949bbc11649">5d1df50d8</a></td> <td>fix</td> <td>add actionable feedback to vitest-browser schematic</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/51fc77828a33fdf35051b7e18d79ad43f90cba1d">51fc77828</a></td> <td>fix</td> <td>warn when production configuration is missing for service worker</td> </tr> </tbody> </table> <h3><code>@​angular/build</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/ece30f2359c2dc794b0c9272447f623a121e88b0">ece30f235</a></td> <td>feat</td> <td>add headless option to unit-test builder</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/1f114a9e8b9bddd53e01016a2d7cb211a04eee48">1f114a9e8</a></td> <td>fix</td> <td>bundle setup files in unit-test builder for Vitest</td> </tr> </tbody> </table> <!-- raw HTML omitted --> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/angular/angular-cli/commit/aa6eef598392707816a7cb73130e2457821e0371"><code>aa6eef5</code></a> release: cut the v21.1.4 release</li> <li><a href="https://github.com/angular/angular-cli/commit/634cd540f3cba9c998f753a80f8495045426c94a"><code>634cd54</code></a> build: lock file maintenance</li> <li><a href="https://github.com/angular/angular-cli/commit/fe1fb4240a35247e155a665bb17626b2cb6c394b"><code>fe1fb42</code></a> build: update cross-repo angular dependencies</li> <li><a href="https://github.com/angular/angular-cli/commit/99edb0e3647c0a76598eae5e59f3911a62d4baf2"><code>99edb0e</code></a> build: update pnpm to v10.29.1</li> <li><a href="https://github.com/angular/angular-cli/commit/7a9dd6b47e2191862c64355b10abaeead189759f"><code>7a9dd6b</code></a> fix(<code>@​angular/build</code>): correctly resolve absolute setup file paths in Vitest</li> <li><a href="https://github.com/angular/angular-cli/commit/0a8860d503312bda496db767d6bb2ab28480ed3c"><code>0a8860d</code></a> release: cut the v21.1.3 release</li> <li><a href="https://github.com/angular/angular-cli/commit/e80d7c54c1e6e84a7738d6d94db3ed0822ce41bc"><code>e80d7c5</code></a> build: update dependency <code>@​modelcontextprotocol/sdk</code> to v1.26.0</li> <li><a href="https://github.com/angular/angular-cli/commit/f6cc58c049404e749a38d4111d6a00d95f7493e6"><code>f6cc58c</code></a> build: update webpack dependency to version 5.105.0</li> <li><a href="https://github.com/angular/angular-cli/commit/133cf28eda71c24d3e36e65efe35ecb69fab1355"><code>133cf28</code></a> build: update cross-repo angular dependencies to v21.1.3</li> <li><a href="https://github.com/angular/angular-cli/commit/ed0b4c5aaf09084d6989051c9386b369b8ab68d6"><code>ed0b4c5</code></a> build: update rules_browsers digest to e08ae33</li> <li>Additional commits viewable in <a href="https://github.com/angular/angular-cli/compare/13.2.6...v21.1.4">compare view</a></li> </ul> </details> <br /> Updates `@angular/cli` from 13.0.1 to 21.1.4 <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>21.1.4</h2> <h3><code>@​angular/build</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/7a9dd6b47e2191862c64355b10abaeead189759f"><img src="https://img.shields.io/badge/7a9dd6b47-fix-green" alt="fix - 7a9dd6b47" /></a></td> <td>correctly resolve absolute setup file paths in Vitest</td> </tr> </tbody> </table> <h2>21.1.3</h2> <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/a18196a1096e5eb69cf64102943781d34c4389bf"><img src="https://img.shields.io/badge/a18196a10-fix-green" alt="fix - a18196a10" /></a></td> <td>warn when production configuration is missing for service worker</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/6d05d27ca097b16efb139bcee1c45b1b51dfe746"><img src="https://img.shields.io/badge/6d05d27ca-fix-green" alt="fix - 6d05d27ca" /></a></td> <td>address Node.js deprecation DEP0190</td> </tr> </tbody> </table> <h2>21.1.2</h2> <h3><code>@​angular-devkit/schematics-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/e7458c81d669296c767fca272f80054d3b434a72"><img src="https://img.shields.io/badge/e7458c81d-fix-green" alt="fix - e7458c81d" /></a></td> <td>Add boolean type inference for 'true' and 'false' string values in argument parsing</td> </tr> </tbody> </table> <h3><code>@​angular-devkit/architect</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/d66f1fe647560498d78e9db362a5fdf1ab492326"><img src="https://img.shields.io/badge/d66f1fe64-fix-green" alt="fix - d66f1fe64" /></a></td> <td>Add boolean type inference for 'true' and 'false' string values in argument parsing</td> </tr> </tbody> </table> <h3><code>@​angular/build</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/80911af673365af3bcb86760bebb4200967ca433"><img src="https://img.shields.io/badge/80911af67-fix-green" alt="fix - 80911af67" /></a></td> <td>loosen Vitest dependency checks when runnerConfig is used</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/2d30639d3c5a0eb3a1f40ec4cd8fe157f28f19f5"><img src="https://img.shields.io/badge/2d30639d3-fix-green" alt="fix - 2d30639d3" /></a></td> <td>support merging coverage thresholds with Vitest runnerConfig</td> </tr> </tbody> </table> <h2>21.1.1</h2> <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/9da6d8fa7640f321547b0308accbfcafefee5b0b"><img src="https://img.shields.io/badge/9da6d8fa7-fix-green" alt="fix - 9da6d8fa7" /></a></td> <td>correct vscode MCP configuration for new projects</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/361758c75c08d80100ab2307578ef74e8ec288e2"><img src="https://img.shields.io/badge/361758c75-fix-green" alt="fix - 361758c75" /></a></td> <td>remove special characters from jasmine-vitest report filename</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/151b69587d982130bb80461e4fe143c8f047e68d"><img src="https://img.shields.io/badge/151b69587-fix-green" alt="fix - 151b69587" /></a></td> <td>Remove nonexistent link from MCP response</td> </tr> </tbody> </table> <h3><code>@​angular/build</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/1b7e3307afb21224ade885e5be64f16c1de860c9"><img src="https://img.shields.io/badge/1b7e3307a-fix-green" alt="fix - 1b7e3307a" /></a></td> <td>allow application assets in workspace root</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/d1e596dc53b9a43063308fa775cd9ad8f60cad8b"><img src="https://img.shields.io/badge/d1e596dc5-fix-green" alt="fix - d1e596dc5" /></a></td> <td>prevent incorrect catch binding removal in downleveled for-await</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/98ef0981a2e3aee3c6fd2b6cf0561f6919487723"><img src="https://img.shields.io/badge/98ef0981a-fix-green" alt="fix - 98ef0981a" /></a></td> <td>update undici to v7.18.2</td> </tr> </tbody> </table> <h2>21.1.0</h2> <h3><code>@​schematics/angular</code></h3> <!-- 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>21.1.4 (2026-02-11)</h1> <h3><code>@​angular/build</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/7a9dd6b47e2191862c64355b10abaeead189759f">7a9dd6b47</a></td> <td>fix</td> <td>correctly resolve absolute setup file paths in Vitest</td> </tr> </tbody> </table> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>20.3.16 (2026-02-09)</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/656888a250af060c110ae87024b0e475b079c23d">656888a25</a></td> <td>fix</td> <td>update dependency <code>@​modelcontextprotocol/sdk</code> to v1.26.0</td> </tr> </tbody> </table> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>21.2.0-next.1 (2026-02-05)</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/91b9d281fc88a242aa6e5dd5495e275990d926ef">91b9d281f</a></td> <td>feat</td> <td>integrate file formatting into update migrations</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/6f29a8c35abb8928d4e7ea01958192dd2a83491d">6f29a8c35</a></td> <td>fix</td> <td>renamed files by their new path in the schematic workflow</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/bc363af8bc40f117a4e35ec9eb7eedf69f5b5b37">bc363af8b</a></td> <td>perf</td> <td>optimize package manager discovery with stat-based probing</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/5d1df50d8b84b453570ae5fd9ab6f949bbc11649">5d1df50d8</a></td> <td>fix</td> <td>add actionable feedback to vitest-browser schematic</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/51fc77828a33fdf35051b7e18d79ad43f90cba1d">51fc77828</a></td> <td>fix</td> <td>warn when production configuration is missing for service worker</td> </tr> </tbody> </table> <h3><code>@​angular/build</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/ece30f2359c2dc794b0c9272447f623a121e88b0">ece30f235</a></td> <td>feat</td> <td>add headless option to unit-test builder</td> </tr> <tr> <td><a href="https://github.com/angular/angular-cli/commit/1f114a9e8b9bddd53e01016a2d7cb211a04eee48">1f114a9e8</a></td> <td>fix</td> <td>bundle setup files in unit-test builder for Vitest</td> </tr> </tbody> </table> <!-- raw HTML omitted --> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/angular/angular-cli/commit/aa6eef598392707816a7cb73130e2457821e0371"><code>aa6eef5</code></a> release: cut the v21.1.4 release</li> <li><a href="https://github.com/angular/angular-cli/commit/634cd540f3cba9c998f753a80f8495045426c94a"><code>634cd54</code></a> build: lock file maintenance</li> <li><a href="https://github.com/angular/angular-cli/commit/fe1fb4240a35247e155a665bb17626b2cb6c394b"><code>fe1fb42</code></a> build: update cross-repo angular dependencies</li> <li><a href="https://github.com/angular/angular-cli/commit/99edb0e3647c0a76598eae5e59f3911a62d4baf2"><code>99edb0e</code></a> build: update pnpm to v10.29.1</li> <li><a href="https://github.com/angular/angular-cli/commit/7a9dd6b47e2191862c64355b10abaeead189759f"><code>7a9dd6b</code></a> fix(<code>@​angular/build</code>): correctly resolve absolute setup file paths in Vitest</li> <li><a href="https://github.com/angular/angular-cli/commit/0a8860d503312bda496db767d6bb2ab28480ed3c"><code>0a8860d</code></a> release: cut the v21.1.3 release</li> <li><a href="https://github.com/angular/angular-cli/commit/e80d7c54c1e6e84a7738d6d94db3ed0822ce41bc"><code>e80d7c5</code></a> build: update dependency <code>@​modelcontextprotocol/sdk</code> to v1.26.0</li> <li><a href="https://github.com/angular/angular-cli/commit/f6cc58c049404e749a38d4111d6a00d95f7493e6"><code>f6cc58c</code></a> build: update webpack dependency to version 5.105.0</li> <li><a href="https://github.com/angular/angular-cli/commit/133cf28eda71c24d3e36e65efe35ecb69fab1355"><code>133cf28</code></a> build: update cross-repo angular dependencies to v21.1.3</li> <li><a href="https://github.com/angular/angular-cli/commit/ed0b4c5aaf09084d6989051c9386b369b8ab68d6"><code>ed0b4c5</code></a> build: update rules_browsers digest to e08ae33</li> <li>Additional commits viewable in <a href="https://github.com/angular/angular-cli/compare/13.0.1...v21.1.4">compare view</a></li> </ul> </details> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/docker/awesome-compose/network/alerts). </details>
GiteaMirror added the pull-request label 2026-03-07 21:31:21 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#1253