Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): update angular-cli monorepo to v18.1.1 (#9826)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@angular-devkit/build-angular](https://togithub.com/angular/angular-cli) | [`18.0.4` -> `18.1.1`](https://renovatebot.com/diffs/npm/@angular-devkit%2fbuild-angular/18.0.4/18.1.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@angular-devkit%2fbuild-angular/18.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@angular-devkit%2fbuild-angular/18.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@angular-devkit%2fbuild-angular/18.0.4/18.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@angular-devkit%2fbuild-angular/18.0.4/18.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@angular/cli](https://togithub.com/angular/angular-cli) | [`18.0.4` -> `18.1.1`](https://renovatebot.com/diffs/npm/@angular%2fcli/18.0.4/18.1.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@angular%2fcli/18.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@angular%2fcli/18.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@angular%2fcli/18.0.4/18.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@angular%2fcli/18.0.4/18.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>angular/angular-cli (@​angular-devkit/build-angular)</summary> ### [`v18.1.1`](https://togithub.com/angular/angular-cli/blob/HEAD/CHANGELOG.md#1811-2024-07-17) [Compare Source](https://togithub.com/angular/angular-cli/compare/18.1.0...18.1.1) ##### [@​angular-devkit/build-angular](https://togithub.com/angular-devkit/build-angular) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------- | | [4f6cee272](https://togithub.com/angular/angular-cli/commit/4f6cee2721b52427624370f3f81f3edc140774e7) | fix | skip undefined files when generating budget stats | ##### [@​angular/build](https://togithub.com/angular/build) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------- | | [96dc7e6ed](https://togithub.com/angular/angular-cli/commit/96dc7e6ed3317e354fae82d1b42b31250e96d89d) | fix | remove Vite "/@​id/" prefix for explicit external dependencies | | [bdef39801](https://togithub.com/angular/angular-cli/commit/bdef3980160db8c27ae103444a41275351434b78) | fix | resolve only ".wasm" files | <!-- CHANGELOG SPLIT MARKER --> ### [`v18.1.0`](https://togithub.com/angular/angular-cli/blob/HEAD/CHANGELOG.md#1810-rc1-2024-07-03) [Compare Source](https://togithub.com/angular/angular-cli/compare/18.0.7...18.1.0) ##### [@​angular/cli](https://togithub.com/angular/cli) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------- | | [6c0f60d1b](https://togithub.com/angular/angular-cli/commit/6c0f60d1bd7d120834d64f4d412829a7e2f061b0) | fix | make `ng update` to keep newline at the end of package.json | ##### [@​angular-devkit/build-angular](https://togithub.com/angular-devkit/build-angular) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ | | [1eb36e593](https://togithub.com/angular/angular-cli/commit/1eb36e5938b475cc3a81c324812489cf3e596d05) | fix | reduce the number of max workers to available CPUs minus one | | [c6fc0203e](https://togithub.com/angular/angular-cli/commit/c6fc0203e06680d0bfb13066f809ed636722dec6) | fix | rollback terser to `5.29.2` | ##### [@​angular/build](https://togithub.com/angular/build) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ | | [628d87a94](https://togithub.com/angular/angular-cli/commit/628d87a9474ad2792b69bfbc501a2c5960b27db9) | feat | support WASM/ES Module integration proposal | | [fb8e3c39a](https://togithub.com/angular/angular-cli/commit/fb8e3c39a8b265003e98c8c6b5a9ec898223249f) | fix | allow top-level await in zoneless applications | | [5ec724338](https://togithub.com/angular/angular-cli/commit/5ec724338539f7191bee5026d7d1db578c1ce5aa) | fix | correctly name entry points to match budgets | | [cd97134a6](https://togithub.com/angular/angular-cli/commit/cd97134a6e1468c6806c2bd753c934ec91bc3927) | fix | normalize paths during module resolution in Vite | | [27bd67083](https://togithub.com/angular/angular-cli/commit/27bd670831e60440ef7a2d2817c5871fbacd9e35) | fix | redirect to path with trailing slash for asset directories | | [e8a6d6bc4](https://togithub.com/angular/angular-cli/commit/e8a6d6bc41edcdb0cd58f4c62ddf0199f8c643d2) | fix | reduce the number of max workers to available CPUs minus one | | [3091956f5](https://togithub.com/angular/angular-cli/commit/3091956f503754f313dbf98a8de6d21d3d01ebe3) | fix | support import attributes in JavaScript transformer | <!-- CHANGELOG SPLIT MARKER --> ### [`v18.0.7`](https://togithub.com/angular/angular-cli/blob/HEAD/CHANGELOG.md#1807-2024-07-03) [Compare Source](https://togithub.com/angular/angular-cli/compare/18.0.6...18.0.7) ##### [@​angular/cli](https://togithub.com/angular/cli) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------- | | [67bf90131](https://togithub.com/angular/angular-cli/commit/67bf9013151c4e6a13c91ecf4afd78c863d9e33f) | fix | make `ng update` to keep newline at the end of package.json | ##### [@​angular-devkit/build-angular](https://togithub.com/angular-devkit/build-angular) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ | | [9b43ecbd0](https://togithub.com/angular/angular-cli/commit/9b43ecbd0395027548781a19345fbcd82261d4f4) | fix | reduce the number of max workers to available CPUs minus one | | [03dad6806](https://togithub.com/angular/angular-cli/commit/03dad680676c4b2272b65a51dd62d74360e20b78) | fix | rollback terser to `5.29.2` | ##### [@​angular/build](https://togithub.com/angular/build) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ | | [fc928f638](https://togithub.com/angular/angular-cli/commit/fc928f6386061f34f7cd3ef6bb6d25aa4a33a800) | fix | correctly name entry points to match budgets | | [2d51e8607](https://togithub.com/angular/angular-cli/commit/2d51e86077c4687224e931f49c82a907f5229ae5) | fix | redirect to path with trailing slash for asset directories | | [16f1c1e01](https://togithub.com/angular/angular-cli/commit/16f1c1e010090596b7d7c3911f01728e3feecc4d) | fix | reduce the number of max workers to available CPUs minus one | <!-- CHANGELOG SPLIT MARKER --> ### [`v18.0.6`](https://togithub.com/angular/angular-cli/blob/HEAD/CHANGELOG.md#1806-2024-06-26) [Compare Source](https://togithub.com/angular/angular-cli/compare/18.0.5...18.0.6) ##### [@​angular/build](https://togithub.com/angular/build) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------- | | [98a8a8a78](https://togithub.com/angular/angular-cli/commit/98a8a8a781fd7901f2e1c1d2eb22975ac65f0329) | fix | show JavaScript cache store initialization warning | <!-- CHANGELOG SPLIT MARKER --> ### [`v18.0.5`](https://togithub.com/angular/angular-cli/releases/tag/18.0.5) [Compare Source](https://togithub.com/angular/angular-cli/compare/18.0.4...18.0.5) ### 18.0.5 (2024-06-20) ##### [@​schematics/angular](https://togithub.com/schematics/angular) | Commit | Description | | -- | -- | | [![fix - 5c705e800](https://img.shields.io/badge/5c705e800-fix-green)](https://togithub.com/angular/angular-cli/commit/5c705e800c17237d82bc9065f22e30b720ddcec0) | update schematics to use RouterModule when --routing flag is present | ##### [@​angular-devkit/build-angular](https://togithub.com/angular-devkit/build-angular) | Commit | Description | | -- | -- | | [![fix - 86e031dc7](https://img.shields.io/badge/86e031dc7-fix-green)](https://togithub.com/angular/angular-cli/commit/86e031dc7ef6c736e431caf973aca1233d912060) | use istanbul-lib-instrument directly for karma code coverage | ##### [@​angular/build](https://togithub.com/angular/build) | Commit | Description | | -- | -- | | [![fix - bdd168f37](https://img.shields.io/badge/bdd168f37-fix-green)](https://togithub.com/angular/angular-cli/commit/bdd168f37f7757e0c02971e21e90479555a6e703) | add CSP nonce to script with src tags | | [![fix - 405c14809](https://img.shields.io/badge/405c14809-fix-green)](https://togithub.com/angular/angular-cli/commit/405c1480917d50c677be178c817b845f30cc8cce) | automatically resolve `.mjs` files when using Vite | | [![fix - 7360a346e](https://img.shields.io/badge/7360a346e-fix-green)](https://togithub.com/angular/angular-cli/commit/7360a346ed1b329c0620301ce0e0464d5569a42f) | use Node.js available parallelism for default worker count | </details> --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbImNob3JlIiwiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information