Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: update to the TypeScript 5.6 RC #29660

Merged
merged 3 commits into from
Aug 30, 2024
Merged

Commits on Aug 29, 2024

  1. build: update to the TypeScript 5.6 RC

    Updates the repo to the latest Angular `next` version and  the TypeScript 5.6 RC.
    crisbeto committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    afb3f7d View commit details
    Browse the repository at this point in the history
  2. test(multiple): remove unnecessary fakeAsync and add flush

    Fixes various tests that were using `fakeAsync` unnecessarily or were missing `flush`. They showed up after the update to v19.
    crisbeto committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b0fd3ea View commit details
    Browse the repository at this point in the history
  3. refactor(cdk-experimental/popover-edit): inconsistency in Angular 19

    Fixes some inconsistencies that showed up in the popover edit tests after the update to v19.
    crisbeto committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    21416f1 View commit details
    Browse the repository at this point in the history