Skip to content

Conversation

angular-robot
Copy link
Collaborator

@angular-robot angular-robot commented Sep 23, 2024

This PR contains the following updates:

Package Type Update Change
@angular/animations dependencies digest 570ce43 -> d5c7341
@angular/animations (source) devDependencies patch 19.0.0-next.6 -> 19.0.0-next.7
@angular/build-tooling devDependencies digest 7c83b9a -> f46197a
@angular/cdk dependencies digest 2b8a271 -> 3571818
@angular/common dependencies digest c4e14e5 -> da2cc94
@angular/common (source) devDependencies patch 19.0.0-next.6 -> 19.0.0-next.7
@angular/compiler dependencies digest ac6ec8f -> f789e0f
@angular/compiler (source) devDependencies patch 19.0.0-next.6 -> 19.0.0-next.7
@angular/compiler-cli dependencies digest bc1999d -> 90cc8da
@angular/compiler-cli (source) devDependencies patch 19.0.0-next.6 -> 19.0.0-next.7
@angular/core dependencies digest 714325a -> b6a407c
@angular/core (source) devDependencies patch 19.0.0-next.6 -> 19.0.0-next.7
@angular/forms dependencies digest bbba10f -> 35579f6
@angular/forms (source) devDependencies patch 19.0.0-next.6 -> 19.0.0-next.7
@angular/language-service dependencies digest 1568920 -> 3a3db66
@angular/localize dependencies digest da5fbd4 -> 0ba126c
@angular/localize devDependencies patch 19.0.0-next.6 -> 19.0.0-next.7
@angular/material dependencies digest cd6632e -> b606b78
@angular/material-moment-adapter dependencies digest 70dfc3a -> be0bf8e
@angular/ng-dev devDependencies digest 9794cd2 -> 39e1a11
@angular/platform-browser dependencies digest f4cbe66 -> 9e883e2
@angular/platform-browser (source) devDependencies patch 19.0.0-next.6 -> 19.0.0-next.7
@angular/platform-browser-dynamic dependencies digest 4893259 -> fd4b165
@angular/platform-browser-dynamic (source) devDependencies patch 19.0.0-next.6 -> 19.0.0-next.7
@angular/platform-server dependencies digest 8b96985 -> 3b935b4
@angular/platform-server (source) devDependencies patch 19.0.0-next.6 -> 19.0.0-next.7
@angular/router dependencies digest f0ae27f -> c78a769
@angular/router (source) devDependencies patch 19.0.0-next.6 -> 19.0.0-next.7
@angular/service-worker dependencies digest 6b1b7e9 -> 1ebb25b
@angular/service-worker (source) devDependencies patch 19.0.0-next.6 -> 19.0.0-next.7
angular/dev-infra action digest 5b6bd65 -> 0bf58af

🔡 If you wish to disable git hash updates, add ":disableDigestUpdates" to the extends array in your config.


Release Notes

angular/angular (@​angular/animations)

v19.0.0-next.7

Compare Source

Breaking Changes

core
  • Changes to effect timing which generally has two implications:

    • effects which are triggered outside of change detection run as part of
      the change detection process instead of as a microtask. Depending on the
      specifics of application/test setup, this can result in them executing
      earlier or later (or requiring additional test steps to trigger; see below
      examples).

    • effects which are triggered during change detection (e.g. by input
      signals) run earlier, before the component's template.

    We've seen a few common failure cases:

    • Tests which used to rely on the Promise timing of effects now need to
      await whenStable() or call .detectChanges() in order for effects to
      run.

    • Tests which use faked clocks may need to fast-forward/flush the clock to
      cause effects to run.

    • effect()s triggered during CD could rely on the application being fully
      rendered (for example, they could easily read computed styles, etc). With
      the change, they run before the component's updates and can get incorrect
      answers. The recent afterRenderEffect() API is a natural replacement for
      this style of effect.

    • effect()s which synchronize with the forms system are particularly
      timing-sensitive and might need to adjust their initialization timing.

  • ExperimentalPendingTasks has been renamed to
    PendingTasks.

core
Commit Type Description
fc59e2a7b7 feat change effect() execution timing & no-op allowSignalWrites (#​57874)
a7eff3ffaa feat mark signal-based query APIs as stable (#​57921)
a1f229850a feat migrate ExperimentalPendingTasks to PendingTasks (#​57533)
950a5540f1 fix Ensure the ViewContext is retained after closure minification (#​57903)
language-service
Commit Type Description
7ecfd89592 fix The suppress diagnostics option should work for external templates (#​57873)

Configuration

📅 Schedule: Branch creation - "after 10:00pm every weekday,before 4:00am every weekday,every weekend" in timezone America/Tijuana, 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.


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

This PR has been generated by Renovate Bot.

@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker target: minor This PR is targeted for the next minor release labels Sep 23, 2024
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Sep 23, 2024
@angular-robot angular-robot force-pushed the ng-renovate/angular branch 6 times, most recently from 8dd6fc2 to 0c4a92d Compare September 23, 2024 17:14
@angular-robot angular-robot force-pushed the ng-renovate/angular branch 12 times, most recently from aed9ec3 to 0ed2a92 Compare September 25, 2024 17:14
@clydin clydin merged commit c6dd469 into angular:main Sep 25, 2024
41 checks passed
@angular-automatic-lock-bot
Copy link

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.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Oct 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: minor This PR is targeted for the next minor release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants