angular / dev-infra

Angular Development Infrastructure
MIT License
65 stars 54 forks source link

build: update angular dependencies #2306

Closed angular-robot closed 1 month ago

angular-robot commented 1 month ago

This PR contains the following updates:

Package Type Update Change
@angular/animations (source) devDependencies patch 19.0.0-next.4 -> 19.0.0-next.5
@angular/build dependencies patch 19.0.0-next.3 -> 19.0.0-next.6
@angular/cdk devDependencies patch 19.0.0-next.3 -> 19.0.0-next.4
@angular/cli devDependencies patch 19.0.0-next.3 -> 19.0.0-next.6
@angular/common (source) devDependencies patch 19.0.0-next.4 -> 19.0.0-next.5
@angular/compiler (source) devDependencies patch 19.0.0-next.4 -> 19.0.0-next.5
@angular/compiler-cli (source) devDependencies patch 19.0.0-next.4 -> 19.0.0-next.5
@angular/core (source) resolutions patch 19.0.0-next.4 -> 19.0.0-next.5
@angular/core (source) devDependencies patch 19.0.0-next.4 -> 19.0.0-next.5
@angular/forms (source) devDependencies patch 19.0.0-next.4 -> 19.0.0-next.5
@angular/material devDependencies patch 19.0.0-next.3 -> 19.0.0-next.4
@angular/platform-browser (source) devDependencies patch 19.0.0-next.4 -> 19.0.0-next.5
@angular/platform-browser-dynamic (source) devDependencies patch 19.0.0-next.4 -> 19.0.0-next.5
@angular/router (source) devDependencies patch 19.0.0-next.4 -> 19.0.0-next.5

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

angular/angular (@​angular/animations) ### [`v19.0.0-next.5`](https://redirect.github.com/angular/angular/blob/HEAD/CHANGELOG.md#1900-next5-2024-09-11) [Compare Source](https://redirect.github.com/angular/angular/compare/19.0.0-next.4...19.0.0-next.5) ##### core | Commit | Type | Description | | -- | -- | -- | | [c93b510f9b](https://redirect.github.com/angular/angular/commit/c93b510f9b2e23aa7a3848a04c05249fde14a9b1) | feat | allow passing `undefined` without needing to include it in the type argument of `input` ([#​57621](https://redirect.github.com/angular/angular/pull/57621)) |
angular/angular-cli (@​angular/build) ### [`v19.0.0-next.6`](https://redirect.github.com/angular/angular-cli/blob/HEAD/CHANGELOG.md#1900-next6-2024-09-13) [Compare Source](https://redirect.github.com/angular/angular-cli/compare/19.0.0-next.5...19.0.0-next.6) ##### [@​angular/cli](https://redirect.github.com/angular/cli) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------- | | [de17cbcb8](https://redirect.github.com/angular/angular-cli/commit/de17cbcb88e1f057f93d366c3e2eac4315986e54) | fix | Revert commit enable Node.js compile code cache when available | ##### [@​angular/ssr](https://redirect.github.com/angular/ssr) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------ | | [d66aaa3ca](https://redirect.github.com/angular/angular-cli/commit/d66aaa3ca458e05b535bec7c1dcb98b0e9c5202e) | feat | add server routing configuration API | ### [`v19.0.0-next.5`](https://redirect.github.com/angular/angular-cli/blob/HEAD/CHANGELOG.md#1900-next5-2024-09-12) [Compare Source](https://redirect.github.com/angular/angular-cli/compare/19.0.0-next.4...19.0.0-next.5) ##### [@​angular-devkit/architect](https://redirect.github.com/angular-devkit/architect) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------- | | [78f76485f](https://redirect.github.com/angular/angular-cli/commit/78f76485fe315ffd0262c1a3732092731235828b) | feat | merge object options from CLI | ##### [@​angular/ssr](https://redirect.github.com/angular/ssr) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------- | | [85df4011b](https://redirect.github.com/angular/angular-cli/commit/85df4011ba27254ddb7f22dae550272c9c4406dd) | fix | resolve `bootstrap is not a function` error | ### [`v19.0.0-next.4`](https://redirect.github.com/angular/angular-cli/blob/HEAD/CHANGELOG.md#1900-next4-2024-09-11) [Compare Source](https://redirect.github.com/angular/angular-cli/compare/19.0.0-next.3...19.0.0-next.4) ##### [@​angular/cli](https://redirect.github.com/angular/cli) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------ | | [201b60e1d](https://redirect.github.com/angular/angular-cli/commit/201b60e1dd25b4abb7670e21d103b67d4eda0e14) | feat | handle string key/value pairs, e.g. --define | | [ecc107d83](https://redirect.github.com/angular/angular-cli/commit/ecc107d83bfdfd9d5dd1087e264892d60361625c) | perf | enable Node.js compile code cache when available | ##### [@​angular/build](https://redirect.github.com/angular/build) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------- | | [4153a6ecf](https://redirect.github.com/angular/angular-cli/commit/4153a6ecf6707729a4f0c6a620eeb8d6916588df) | fix | prevent transformation of Node.js internal dependencies by Vite | ##### [@​angular/ssr](https://redirect.github.com/angular/ssr) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------------------------------------------------- | | [41fb2ed86](https://redirect.github.com/angular/angular-cli/commit/41fb2ed86056306406832317178ca5d94aa110e2) | feat | Add `getHeaders` Method to `AngularAppEngine` and `AngularNodeAppEngine` for handling pages static headers | | [576ff604c](https://redirect.github.com/angular/angular-cli/commit/576ff604cd739a9f41d588fa093ca2568e46826c) | feat | introduce `AngularNodeAppEngine` API for Node.js integration | | [e9c9e4995](https://redirect.github.com/angular/angular-cli/commit/e9c9e4995e39d9d62d10fe0497e0b98127bc8afa) | fix | resolve circular dependency issue from main.server.js reference in manifest |
angular/components (@​angular/cdk) ### [`v19.0.0-next.4`](https://redirect.github.com/angular/components/blob/HEAD/CHANGELOG.md#1900-next4-ion-ink-2024-09-12) [Compare Source](https://redirect.github.com/angular/components/compare/19.0.0-next.3...19.0.0-next.4) ##### cdk | Commit | Type | Description | | -- | -- | -- | | [3a62ab11f](https://redirect.github.com/angular/components/commit/3a62ab11fe6e97931ec4d758b03cb660ffdd4fc5) | fix | **overlay:** avoid leaking memory through afterNextRender ([#​29709](https://redirect.github.com/angular/components/pull/29709)) | ##### material | Commit | Type | Description | | -- | -- | -- | | [9122335b2](https://redirect.github.com/angular/components/commit/9122335b25b28a5532159ab87c36aab3be9c3716) | feat | **checkbox:** add new aria properties to MatCheckbox ([#​29457](https://redirect.github.com/angular/components/pull/29457)) | | [fead293e9](https://redirect.github.com/angular/components/commit/fead293e907f40a37e478779c6b0b3b50992262b) | fix | **badge:** change legacy container size default ([#​29713](https://redirect.github.com/angular/components/pull/29713)) | | [54875a325](https://redirect.github.com/angular/components/commit/54875a3258a89a5326d7e224b6550c96e5801cd5) | fix | **core:** drop sanity checks ([#​29688](https://redirect.github.com/angular/components/pull/29688)) | | [ef14c2869](https://redirect.github.com/angular/components/commit/ef14c286986f9451addeada26ab7b51402aa143f) | fix | **core:** option showing double selected indicator in high contrast mode | | [77051f871](https://redirect.github.com/angular/components/commit/77051f871a71b973ab6cbb642b1bdd6fe8a0da28) | fix | **form-field:** Don't allow label to grow larger than input ([#​29673](https://redirect.github.com/angular/components/pull/29673)) | | [9dcb95a72](https://redirect.github.com/angular/components/commit/9dcb95a722adc2cf151fc559a3eaf76195aca3f2) | fix | **list:** remove unnecessary high contrast styles | | [4d0a3eff7](https://redirect.github.com/angular/components/commit/4d0a3eff7c5d5186516fe5c8f1af8c003d02882d) | fix | **select:** Update checkbox color to match the selected label text color ([#​29684](https://redirect.github.com/angular/components/pull/29684)) |

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Renovate Bot.

josephperrott commented 1 month ago

This PR was merged into the repository by commit e5dc9bb8778e032abc6ced5b9727bd014abc75dc.

The changes were merged into the following branches: main

angular-automatic-lock-bot[bot] commented 2 days ago

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.