fix(deps): update dependency @angular/cli to v18.2.4 #71

Merged
oliver merged 1 commit from renovate/angular-cli-monorepo into main 2024-09-17 20:59:31 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
@angular/cli dependencies minor 18.0.4 -> 18.2.4

⚠️ Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

angular/angular-cli (@​angular/cli)

v18.2.4

Compare Source

@​angular/build
Commit Type Description
765309a2e fix prevent transformation of Node.js internal dependencies by Vite

v18.2.3

Compare Source

@​angular-devkit/build-angular
Commit Type Description
482076612 fix update webpack-dev-middleware to 7.4.2

v18.2.2

Compare Source

@​angular-devkit/build-angular
Commit Type Description
504b00b93 fix clear context in Karma by default for single run executions
82b76086e fix update webpack to 5.94.0

v18.2.1

Compare Source

@​angular/cli
Commit Type Description
05a274a01 fix prevent bypassing select/checkbox prompts on validation failure
@​angular-devkit/schematics-cli
Commit Type Description
94e27c88b fix prevent bypassing select/checkbox prompts on validation failure
@​angular-devkit/build-angular
Commit Type Description
ddeb2b2b9 fix remove outdated browser-esbuild option warning
@​angular/build
Commit Type Description
83b2699ab fix improve error message when an unhandled exception occurs during prerendering
0be4038a5 fix support reading on-disk files during i18n extraction

v18.2.0

Compare Source

@​schematics/angular
Commit Type Description
4da922e4f feat use isolatedModules in generated project
@​angular/build
Commit Type Description
24aaf1e37 feat support import attribute based loader configuration

v18.1.4

Compare Source

@​angular/build
Commit Type Description
f8b092711 fix allow explicitly disabling TypeScript incremental mode
f3a5970fc fix lazy load Node.js inspector for dev server

v18.1.3

Compare Source

@​angular/build
Commit Type Description
a28615d7d fix add CSP nonce attribute to script tags when inline critical CSS is disabled
747a1447c fix prevent build failures with remote CSS imports when Tailwind is configured
c0933f2c0 fix resolve error with extract-i18n builder for libraries

v18.1.2

Compare Source

@​angular/build
Commit Type Description
5b9378a3b fix account for HTML base HREF for dev-server externals
3e4ea77d7 fix correctly detect comma in Sass URL lexer
d868270f1 fix prevent redirection loop
3573ac655 fix serve HTML files directly

v18.1.1

Compare Source

@​angular-devkit/build-angular
Commit Type Description
4f6cee272 fix skip undefined files when generating budget stats
@​angular/build
Commit Type Description
96dc7e6ed fix remove Vite "/@​id/" prefix for explicit external dependencies
bdef39801 fix resolve only ".wasm" files

v18.1.0

Compare Source

@​angular/cli
Commit Type Description
6d266c146 fix add fallbacks for migration package resolution
@​schematics/angular
Commit Type Description
22e05dcb4 fix generate new projects with ECMAScript standard class field behavior
@​angular/build
Commit Type Description
687a6c7ec feat add --inspect option to the dev-server
628d87a94 feat support WASM/ES Module integration proposal
3e359da8d fix address rxjs undefined issues during SSR prebundling
4ff914a16 fix allow additional module preloads up to limit
fb8e3c39a fix allow top-level await in zoneless applications
83b75af9f fix check inlineSourceMap option with isolated modules optimization
cd97134a6 fix normalize paths during module resolution in Vite
13d2100dd fix read WASM file from script location on Node.js
3091956f5 fix support import attributes in JavaScript transformer
dd94a831b perf enable dependency prebundling for server dependencies
3acb77683 perf use direct transpilation with isolated modules

v18.0.7

Compare Source

@​angular/cli
Commit Type Description
67bf90131 fix make ng update to keep newline at the end of package.json
@​angular-devkit/build-angular
Commit Type Description
9b43ecbd0 fix reduce the number of max workers to available CPUs minus one
03dad6806 fix rollback terser to 5.29.2
@​angular/build
Commit Type Description
fc928f638 fix correctly name entry points to match budgets
2d51e8607 fix redirect to path with trailing slash for asset directories
16f1c1e01 fix reduce the number of max workers to available CPUs minus one

v18.0.6

Compare Source

@​angular/build
Commit Type Description
98a8a8a78 fix show JavaScript cache store initialization warning

v18.0.5

Compare Source

@​schematics/angular
Commit Type Description
5c705e800 fix update schematics to use RouterModule when --routing flag is present
@​angular-devkit/build-angular
Commit Type Description
86e031dc7 fix use istanbul-lib-instrument directly for karma code coverage
@​angular/build
Commit Type Description
bdd168f37 fix add CSP nonce to script with src tags
405c14809 fix automatically resolve .mjs files when using Vite
7360a346e fix use Node.js available parallelism for default worker count

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@angular/cli](https://github.com/angular/angular-cli) | dependencies | minor | [`18.0.4` -> `18.2.4`](https://renovatebot.com/diffs/npm/@angular%2fcli/18.0.4/18.2.4) | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes <details> <summary>angular/angular-cli (@&#8203;angular/cli)</summary> ### [`v18.2.4`](https://github.com/angular/angular-cli/blob/HEAD/CHANGELOG.md#1824-2024-09-11) [Compare Source](https://github.com/angular/angular-cli/compare/18.2.3...18.2.4) ##### [@&#8203;angular/build](https://github.com/angular/build) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------- | | [765309a2e](https://github.com/angular/angular-cli/commit/765309a2e1bcd3bb07ff87062fc2dc04e4bce16f) | fix | prevent transformation of Node.js internal dependencies by Vite | <!-- CHANGELOG SPLIT MARKER --> ### [`v18.2.3`](https://github.com/angular/angular-cli/blob/HEAD/CHANGELOG.md#1823-2024-09-04) [Compare Source](https://github.com/angular/angular-cli/compare/18.2.2...18.2.3) ##### [@&#8203;angular-devkit/build-angular](https://github.com/angular-devkit/build-angular) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------ | | [482076612](https://github.com/angular/angular-cli/commit/482076612cac4b6565fc1b5e89ff9ca207653f87) | fix | update `webpack-dev-middleware` to `7.4.2` | <!-- CHANGELOG SPLIT MARKER --> ### [`v18.2.2`](https://github.com/angular/angular-cli/blob/HEAD/CHANGELOG.md#1822-2024-08-29) [Compare Source](https://github.com/angular/angular-cli/compare/18.2.1...18.2.2) ##### [@&#8203;angular-devkit/build-angular](https://github.com/angular-devkit/build-angular) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------- | | [504b00b93](https://github.com/angular/angular-cli/commit/504b00b93b80eec4185838b426c0f6acaa3a148e) | fix | clear context in Karma by default for single run executions | | [82b76086e](https://github.com/angular/angular-cli/commit/82b76086eb519c224981038dfa55b2ec3cfec0b4) | fix | update webpack to `5.94.0` | <!-- CHANGELOG SPLIT MARKER --> ### [`v18.2.1`](https://github.com/angular/angular-cli/blob/HEAD/CHANGELOG.md#1821-2024-08-21) [Compare Source](https://github.com/angular/angular-cli/compare/18.2.0...18.2.1) ##### [@&#8203;angular/cli](https://github.com/angular/cli) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------- | | [05a274a01](https://github.com/angular/angular-cli/commit/05a274a01365c21f69c0412f3455acd14cc6ddc5) | fix | prevent bypassing select/checkbox prompts on validation failure | ##### [@&#8203;angular-devkit/schematics-cli](https://github.com/angular-devkit/schematics-cli) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------- | | [94e27c88b](https://github.com/angular/angular-cli/commit/94e27c88bb968589bc8b9b5d6536ce6c0ba0b24f) | fix | prevent bypassing select/checkbox prompts on validation failure | ##### [@&#8203;angular-devkit/build-angular](https://github.com/angular-devkit/build-angular) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------- | | [ddeb2b2b9](https://github.com/angular/angular-cli/commit/ddeb2b2b93eaa9d8b659d17357aa2b7a9dc509ce) | fix | remove outdated browser-esbuild option warning | ##### [@&#8203;angular/build](https://github.com/angular/build) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------------------- | | [83b2699ab](https://github.com/angular/angular-cli/commit/83b2699abbf58a7c90d2339fa4a01d67aa2d2d33) | fix | improve error message when an unhandled exception occurs during prerendering | | [0be4038a5](https://github.com/angular/angular-cli/commit/0be4038a503626e2e9f44d68fe5599cc6028dd8e) | fix | support reading on-disk files during i18n extraction | <!-- CHANGELOG SPLIT MARKER --> ### [`v18.2.0`](https://github.com/angular/angular-cli/blob/HEAD/CHANGELOG.md#1820-2024-08-14) [Compare Source](https://github.com/angular/angular-cli/compare/18.1.4...18.2.0) ##### [@&#8203;schematics/angular](https://github.com/schematics/angular) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------- | | [4da922e4f](https://github.com/angular/angular-cli/commit/4da922e4f4e905a1274e70adca1d875c025b8b46) | feat | use isolatedModules in generated project | ##### [@&#8203;angular/build](https://github.com/angular/build) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------- | | [24aaf1e37](https://github.com/angular/angular-cli/commit/24aaf1e37f49735ce97fe72fced3d53b51d6b631) | feat | support import attribute based loader configuration | <!-- CHANGELOG SPLIT MARKER --> ### [`v18.1.4`](https://github.com/angular/angular-cli/blob/HEAD/CHANGELOG.md#1814-2024-08-07) [Compare Source](https://github.com/angular/angular-cli/compare/18.1.3...18.1.4) ##### [@&#8203;angular/build](https://github.com/angular/build) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------ | | [f8b092711](https://github.com/angular/angular-cli/commit/f8b092711481a5754ea93bce65d706d261873810) | fix | allow explicitly disabling TypeScript incremental mode | | [f3a5970fc](https://github.com/angular/angular-cli/commit/f3a5970fca0a196b1ac905306257d65bab3b1325) | fix | lazy load Node.js inspector for dev server | <!-- CHANGELOG SPLIT MARKER --> ### [`v18.1.3`](https://github.com/angular/angular-cli/blob/HEAD/CHANGELOG.md#1813-2024-07-31) [Compare Source](https://github.com/angular/angular-cli/compare/18.1.2...18.1.3) ##### [@&#8203;angular/build](https://github.com/angular/build) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------------- | | [a28615d7d](https://github.com/angular/angular-cli/commit/a28615d7dd3f6503f257756058fe182ce6f6b052) | fix | add CSP `nonce` attribute to script tags when inline critical CSS is disabled | | [747a1447c](https://github.com/angular/angular-cli/commit/747a1447c1855a1bb918e5f55e4ba4182235f88a) | fix | prevent build failures with remote CSS imports when Tailwind is configured | | [c0933f2c0](https://github.com/angular/angular-cli/commit/c0933f2c0354a13ba3f752f29b24054177697faa) | fix | resolve error with `extract-i18n` builder for libraries | <!-- CHANGELOG SPLIT MARKER --> ### [`v18.1.2`](https://github.com/angular/angular-cli/blob/HEAD/CHANGELOG.md#1812-2024-07-24) [Compare Source](https://github.com/angular/angular-cli/compare/18.1.1...18.1.2) ##### [@&#8203;angular/build](https://github.com/angular/build) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------- | | [5b9378a3b](https://github.com/angular/angular-cli/commit/5b9378a3be3a1c4f465ba471a120a2edd3a4d2f8) | fix | account for HTML base HREF for dev-server externals | | [3e4ea77d7](https://github.com/angular/angular-cli/commit/3e4ea77d755edce2c88d55b76860e6e91fb03f3c) | fix | correctly detect comma in Sass URL lexer | | [d868270f1](https://github.com/angular/angular-cli/commit/d868270f1baf0fd5f2c5677691cc9c4e88b47d8f) | fix | prevent redirection loop | | [3573ac655](https://github.com/angular/angular-cli/commit/3573ac6555ead2afc34979e284426a0204fff42c) | fix | serve HTML files directly | <!-- CHANGELOG SPLIT MARKER --> ### [`v18.1.1`](https://github.com/angular/angular-cli/blob/HEAD/CHANGELOG.md#1811-2024-07-17) [Compare Source](https://github.com/angular/angular-cli/compare/18.1.0...18.1.1) ##### [@&#8203;angular-devkit/build-angular](https://github.com/angular-devkit/build-angular) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------- | | [4f6cee272](https://github.com/angular/angular-cli/commit/4f6cee2721b52427624370f3f81f3edc140774e7) | fix | skip undefined files when generating budget stats | ##### [@&#8203;angular/build](https://github.com/angular/build) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------- | | [96dc7e6ed](https://github.com/angular/angular-cli/commit/96dc7e6ed3317e354fae82d1b42b31250e96d89d) | fix | remove Vite "/@&#8203;id/" prefix for explicit external dependencies | | [bdef39801](https://github.com/angular/angular-cli/commit/bdef3980160db8c27ae103444a41275351434b78) | fix | resolve only ".wasm" files | <!-- CHANGELOG SPLIT MARKER --> ### [`v18.1.0`](https://github.com/angular/angular-cli/blob/HEAD/CHANGELOG.md#1810-2024-07-10) [Compare Source](https://github.com/angular/angular-cli/compare/18.0.7...18.1.0) ##### [@&#8203;angular/cli](https://github.com/angular/cli) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------- | | [6d266c146](https://github.com/angular/angular-cli/commit/6d266c146c9e141396236b93f2bfafcb261fd7aa) | fix | add fallbacks for migration package resolution | ##### [@&#8203;schematics/angular](https://github.com/schematics/angular) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------- | | [22e05dcb4](https://github.com/angular/angular-cli/commit/22e05dcb4a9ae963997c58fad86125ca51b19a36) | fix | generate new projects with ECMAScript standard class field behavior | ##### [@&#8203;angular/build](https://github.com/angular/build) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------- | | [687a6c7ec](https://github.com/angular/angular-cli/commit/687a6c7eca740a98129196908689a44c181b33a5) | feat | add `--inspect` option to the dev-server | | [628d87a94](https://github.com/angular/angular-cli/commit/628d87a9474ad2792b69bfbc501a2c5960b27db9) | feat | support WASM/ES Module integration proposal | | [3e359da8d](https://github.com/angular/angular-cli/commit/3e359da8dfdbfdb99be13f5c52a7e429c106d4ad) | fix | address rxjs undefined issues during SSR prebundling | | [4ff914a16](https://github.com/angular/angular-cli/commit/4ff914a16525350050c5e8359fb59f9d6f243d27) | fix | allow additional module preloads up to limit | | [fb8e3c39a](https://github.com/angular/angular-cli/commit/fb8e3c39a8b265003e98c8c6b5a9ec898223249f) | fix | allow top-level await in zoneless applications | | [83b75af9f](https://github.com/angular/angular-cli/commit/83b75af9f74af0742a6a78cf7531866b7ba434b6) | fix | check inlineSourceMap option with isolated modules optimization | | [cd97134a6](https://github.com/angular/angular-cli/commit/cd97134a6e1468c6806c2bd753c934ec91bc3927) | fix | normalize paths during module resolution in Vite | | [13d2100dd](https://github.com/angular/angular-cli/commit/13d2100ddcc670d69f2d7754890b80eae2e7649a) | fix | read WASM file from script location on Node.js | | [3091956f5](https://github.com/angular/angular-cli/commit/3091956f503754f313dbf98a8de6d21d3d01ebe3) | fix | support import attributes in JavaScript transformer | | [dd94a831b](https://github.com/angular/angular-cli/commit/dd94a831b4ce1ca55289fca1818aa26195e81dbc) | perf | enable dependency prebundling for server dependencies | | [3acb77683](https://github.com/angular/angular-cli/commit/3acb7768317bb05a9cd73fa64e081b5ca0326189) | perf | use direct transpilation with isolated modules | <!-- CHANGELOG SPLIT MARKER --> ### [`v18.0.7`](https://github.com/angular/angular-cli/blob/HEAD/CHANGELOG.md#1807-2024-07-03) [Compare Source](https://github.com/angular/angular-cli/compare/18.0.6...18.0.7) ##### [@&#8203;angular/cli](https://github.com/angular/cli) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------- | | [67bf90131](https://github.com/angular/angular-cli/commit/67bf9013151c4e6a13c91ecf4afd78c863d9e33f) | fix | make `ng update` to keep newline at the end of package.json | ##### [@&#8203;angular-devkit/build-angular](https://github.com/angular-devkit/build-angular) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ | | [9b43ecbd0](https://github.com/angular/angular-cli/commit/9b43ecbd0395027548781a19345fbcd82261d4f4) | fix | reduce the number of max workers to available CPUs minus one | | [03dad6806](https://github.com/angular/angular-cli/commit/03dad680676c4b2272b65a51dd62d74360e20b78) | fix | rollback terser to `5.29.2` | ##### [@&#8203;angular/build](https://github.com/angular/build) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ | | [fc928f638](https://github.com/angular/angular-cli/commit/fc928f6386061f34f7cd3ef6bb6d25aa4a33a800) | fix | correctly name entry points to match budgets | | [2d51e8607](https://github.com/angular/angular-cli/commit/2d51e86077c4687224e931f49c82a907f5229ae5) | fix | redirect to path with trailing slash for asset directories | | [16f1c1e01](https://github.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://github.com/angular/angular-cli/blob/HEAD/CHANGELOG.md#1806-2024-06-26) [Compare Source](https://github.com/angular/angular-cli/compare/18.0.5...18.0.6) ##### [@&#8203;angular/build](https://github.com/angular/build) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------- | | [98a8a8a78](https://github.com/angular/angular-cli/commit/98a8a8a781fd7901f2e1c1d2eb22975ac65f0329) | fix | show JavaScript cache store initialization warning | <!-- CHANGELOG SPLIT MARKER --> ### [`v18.0.5`](https://github.com/angular/angular-cli/blob/HEAD/CHANGELOG.md#1805-2024-06-20) [Compare Source](https://github.com/angular/angular-cli/compare/18.0.4...18.0.5) ##### [@&#8203;schematics/angular](https://github.com/schematics/angular) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------- | | [5c705e800](https://github.com/angular/angular-cli/commit/5c705e800c17237d82bc9065f22e30b720ddcec0) | fix | update schematics to use RouterModule when --routing flag is present | ##### [@&#8203;angular-devkit/build-angular](https://github.com/angular-devkit/build-angular) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ | | [86e031dc7](https://github.com/angular/angular-cli/commit/86e031dc7ef6c736e431caf973aca1233d912060) | fix | use istanbul-lib-instrument directly for karma code coverage | ##### [@&#8203;angular/build](https://github.com/angular/build) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------- | | [bdd168f37](https://github.com/angular/angular-cli/commit/bdd168f37f7757e0c02971e21e90479555a6e703) | fix | add CSP nonce to script with src tags | | [405c14809](https://github.com/angular/angular-cli/commit/405c1480917d50c677be178c817b845f30cc8cce) | fix | automatically resolve `.mjs` files when using Vite | | [7360a346e](https://github.com/angular/angular-cli/commit/7360a346ed1b329c0620301ce0e0464d5569a42f) | fix | use Node.js available parallelism for default worker count | <!-- CHANGELOG SPLIT MARKER --> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDguMSIsInVwZGF0ZWRJblZlciI6IjM3LjQwOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
oliver added 1 commit 2024-06-22 04:02:05 +02:00
oliver force-pushed renovate/angular-cli-monorepo from 0e7945efad to df9fef6c19 2024-06-29 04:01:42 +02:00 Compare
oliver changed title from fix(deps): update dependency @angular/cli to v18.0.5 to fix(deps): update dependency @angular/cli to v18.0.6 2024-06-29 04:01:48 +02:00
oliver force-pushed renovate/angular-cli-monorepo from df9fef6c19 to 16607418db 2024-07-06 04:02:03 +02:00 Compare
oliver changed title from fix(deps): update dependency @angular/cli to v18.0.6 to fix(deps): update dependency @angular/cli to v18.0.7 2024-07-06 04:02:10 +02:00
oliver force-pushed renovate/angular-cli-monorepo from 16607418db to 0158733524 2024-07-13 04:04:19 +02:00 Compare
oliver changed title from fix(deps): update dependency @angular/cli to v18.0.7 to fix(deps): update dependency @angular/cli to v18.1.0 2024-07-13 04:04:25 +02:00
oliver force-pushed renovate/angular-cli-monorepo from 0158733524 to 4b19d1c4c9 2024-07-20 04:06:11 +02:00 Compare
oliver changed title from fix(deps): update dependency @angular/cli to v18.1.0 to fix(deps): update dependency @angular/cli to v18.1.1 2024-07-20 04:06:17 +02:00
oliver force-pushed renovate/angular-cli-monorepo from 4b19d1c4c9 to 3b0d51ef46 2024-08-03 04:04:58 +02:00 Compare
oliver changed title from fix(deps): update dependency @angular/cli to v18.1.1 to fix(deps): update dependency @angular/cli to v18.1.3 2024-08-03 04:05:01 +02:00
oliver changed title from fix(deps): update dependency @angular/cli to v18.1.3 to fix(deps): update dependency @angular/cli to v18.1.4 2024-08-10 04:04:48 +02:00
oliver force-pushed renovate/angular-cli-monorepo from 3b0d51ef46 to bad042fbc7 2024-08-10 04:05:15 +02:00 Compare
oliver force-pushed renovate/angular-cli-monorepo from bad042fbc7 to cd2cc3f455 2024-08-17 04:05:28 +02:00 Compare
oliver changed title from fix(deps): update dependency @angular/cli to v18.1.4 to fix(deps): update dependency @angular/cli to v18.2.0 2024-08-17 04:05:35 +02:00
oliver force-pushed renovate/angular-cli-monorepo from cd2cc3f455 to e33fc0c5e2 2024-08-24 04:04:57 +02:00 Compare
oliver changed title from fix(deps): update dependency @angular/cli to v18.2.0 to fix(deps): update dependency @angular/cli to v18.2.1 2024-08-24 04:05:04 +02:00
oliver force-pushed renovate/angular-cli-monorepo from e33fc0c5e2 to 97aa5307bd 2024-08-31 04:05:15 +02:00 Compare
oliver changed title from fix(deps): update dependency @angular/cli to v18.2.1 to fix(deps): update dependency @angular/cli to v18.2.2 2024-08-31 04:05:23 +02:00
oliver force-pushed renovate/angular-cli-monorepo from 97aa5307bd to 12d799711d 2024-09-07 04:04:47 +02:00 Compare
oliver changed title from fix(deps): update dependency @angular/cli to v18.2.2 to fix(deps): update dependency @angular/cli to v18.2.3 2024-09-07 04:04:53 +02:00
oliver force-pushed renovate/angular-cli-monorepo from 12d799711d to 9765c04674 2024-09-14 04:05:00 +02:00 Compare
oliver changed title from fix(deps): update dependency @angular/cli to v18.2.3 to fix(deps): update dependency @angular/cli to v18.2.4 2024-09-14 04:05:07 +02:00
oliver self-assigned this 2024-09-17 20:57:50 +02:00
oliver merged commit ecde54362c into main 2024-09-17 20:59:31 +02:00
oliver deleted branch renovate/angular-cli-monorepo 2024-09-17 20:59:31 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: oliver/pipeline-test-dependencies#71
No description provided.