Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
9257e95
->e7ce2e4
19.0.0-next.1
->19.0.0-next.2
ba117e6
->b415ab6
aad8772
->32e8f58
4b520cd
->d132f5e
19.0.0-next.1
->19.0.0-next.2
c90a273
->c47dab9
19.0.0-next.1
->19.0.0-next.2
fbabb70
->cf60eaa
19.0.0-next.1
->19.0.0-next.2
0d53a43
->6a63c1b
19.0.0-next.1
->19.0.0-next.2
6e5bf8a
->5f316f8
19.0.0-next.1
->19.0.0-next.2
45475c2
->7912c84
cffb4bb
->11c7a9e
19.0.0-next.1
->19.0.0-next.2
ce6448c
->c40a801
c41c085
->98de45a
76d821e
->83bc471
abf5ddc
->db3d2f6
19.0.0-next.1
->19.0.0-next.2
ba2e7ee
->fe206d1
19.0.0-next.1
->19.0.0-next.2
0d98fcf
->2ed6897
19.0.0-next.1
->19.0.0-next.2
7f0de99
->6c15713
19.0.0-next.1
->19.0.0-next.2
5ffc083
->64dcd7a
19.0.0-next.1
->19.0.0-next.2
b1e1ee5
->75084c6
🔡 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.2
Compare Source
Breaking Changes
core
Render default fallback with empty
projectableNodes
.When passing an empty array to
projectableNodes
in thecreateComponent
API, the default fallback content of theng-content
will be rendered if present. To prevent rendering the default content, passdocument.createTextNode('')
as aprojectableNode
.For example:
The timers that are used for zone coalescing and hybrid
mode scheduling (which schedules an application state synchronization
when changes happen outside the Angular zone) will now run in the zone
above Angular rather than the root zone. This will mostly affect tests
which use
fakeAsync
: these timers will now be visible tofakeAsync
and can be affected by
tick
orflush
.elements
hybrid scheduler, timing of change detection around custom elements has
changed subtly. These changes make elements more efficient, but can cause
tests which encoded assumptions about how or when elements would be checked
to require updating.
common
compiler-cli
core
elements
ComponentRef.setInput
& remove custom scheduler (#56728)router
upgrade
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.
This PR has been generated by Renovate Bot.