Skip to content

Conversation

@angular-robot
Copy link
Contributor

This PR contains the following updates:

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

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.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)
angular/components (@​angular/cdk)

v19.0.0-next.6

Compare Source

cdk
Commit Type Description
9b4085c6e3 feat private: create cdk-visually-hidden style loader (#​29757)
material
Commit Type Description
d206225c58 feat core: create focus-indicator structural styles loader (#​29763)
4adc3725dd feat schematics: create v19 core removal schematic (#​29768)
49af49bb01 fix datepicker: set explicit line height on calendar (#​29770)

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.


  • 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 comp: build renovate managed labels Sep 25, 2024
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Sep 25, 2024
Copy link
Member

@josephperrott josephperrott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@josephperrott
Copy link
Member

This PR was merged into the repository by commit d7ebb42.

The changes were merged into the following branches: main

@angular-robot angular-robot deleted the ng-renovate/angular-dependencies branch September 26, 2024 16:18
@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 27, 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 comp: build renovate managed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants