angular / dev-infra

Angular Development Infrastructure
MIT License
65 stars 54 forks source link

build: update angular dependencies to v18.2.0-rc.0 #2240

Closed angular-robot closed 2 months ago

angular-robot commented 2 months ago

This PR contains the following updates:

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

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


Release Notes

angular/angular (@​angular/animations) ### [`v18.2.0-rc.0`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#1820-rc0-2024-08-07) [Compare Source](https://togithub.com/angular/angular/compare/18.2.0-next.4...18.2.0-rc.0) #### Breaking Changes ##### zone.js - `fakeAsync` will now flush pending timers at the end of the given function by default. To opt-out of this, you can use `{flush: false}` in options parameter of `fakeAsync` ##### compiler | Commit | Type | Description | | -- | -- | -- | | [d9d68e73d2](https://togithub.com/angular/angular/commit/d9d68e73d2b59b598d1f7de03ad5faa2b6d31ee2) | fix | reduce chance of conflicts between generated factory and local variables ([#​57181](https://togithub.com/angular/angular/pull/57181)) | ##### compiler-cli | Commit | Type | Description | | -- | -- | -- | | [0b1dd39663](https://togithub.com/angular/angular/commit/0b1dd39663c290fcea9359d6faac91a01d2a9de1) | perf | improve performance of `interpolatedSignalNotInvoked` extended diagnostic ([#​57291](https://togithub.com/angular/angular/pull/57291)) | ##### core | Commit | Type | Description | | -- | -- | -- | | [f7918f5272](https://togithub.com/angular/angular/commit/f7918f52720d3e903281154725cb257a952e8896) | feat | Add 'flush' parameter option to fakeAsync to flush after the test ([#​57239](https://togithub.com/angular/angular/pull/57239)) | | [7919982063](https://togithub.com/angular/angular/commit/7919982063e7638ffabe2127d4803bb930c791bc) | feat | Add whenStable helper on ApplicationRef ([#​57190](https://togithub.com/angular/angular/pull/57190)) |
angular/angular-cli (@​angular/build) ### [`v18.2.0-rc.0`](https://togithub.com/angular/angular-cli/blob/HEAD/CHANGELOG.md#1820-rc0-2024-08-07) [Compare Source](https://togithub.com/angular/angular-cli/compare/18.2.0-next.3...18.2.0-rc.0) ##### [@​angular/build](https://togithub.com/angular/build) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------ | | [182ecbd18](https://togithub.com/angular/angular-cli/commit/182ecbd18817679b27441ffef2431f92910b592f) | fix | allow explicitly disabling TypeScript incremental mode | | [34908a3fc](https://togithub.com/angular/angular-cli/commit/34908a3fcba304da6916b2113863751500268a8c) | fix | lazy load Node.js inspector for dev server |
angular/components (@​angular/cdk) ### [`v18.2.0-rc.0`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1820-rc0-wicker-whirlwind-2024-08-07) [Compare Source](https://togithub.com/angular/components/compare/18.2.0-next.3...18.2.0-rc.0) ##### material | Commit | Type | Description | | -- | -- | -- | | [ddc307e284](https://togithub.com/angular/components/commit/ddc307e28449045c484510ff26798fc1a6efa7c1) | feat | **button-toggle:** allow disabled buttons to be interactive ([#​29550](https://togithub.com/angular/components/pull/29550)) | | [7370eb92fc](https://togithub.com/angular/components/commit/7370eb92fc0a4364670914add9b12393c0f84dfe) | fix | **chips:** missing tokens in M3 ([#​29531](https://togithub.com/angular/components/pull/29531)) | | [d22a24d667](https://togithub.com/angular/components/commit/d22a24d667a16c39d4a4ec5f59b248f990fa029e) | fix | **list:** checkmark not visible in high contrast mode ([#​29546](https://togithub.com/angular/components/pull/29546)) | | [626164ba5f](https://togithub.com/angular/components/commit/626164ba5ff1b729d1d3baeef6e9dfd89566f3f4) | fix | **sidenav:** disable focus trap while closed ([#​29548](https://togithub.com/angular/components/pull/29548)) | | [fd416a30e8](https://togithub.com/angular/components/commit/fd416a30e8de0e741ac45f3fb45e695abecf5ded) | fix | **tooltip:** remove aria-describedby when disabled ([#​29520](https://togithub.com/angular/components/pull/29520)) |

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 these updates again.



This PR has been generated by Renovate Bot.

josephperrott commented 2 months ago

This PR was merged into the repository by commit a2605fe82635006fbe1becf8381c910b11abd52d.

The changes were merged into the following branches: main

angular-automatic-lock-bot[bot] commented 1 month 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.