Skip to content

Conversation

angular-robot
Copy link
Collaborator

This PR contains the following updates:

Package Type Update Change
@angular/animations dependencies digest 9257e95 -> e7ce2e4
@angular/animations (source) devDependencies patch 19.0.0-next.1 -> 19.0.0-next.2
@angular/build-tooling devDependencies digest ba117e6 -> b415ab6
@angular/cdk dependencies digest aad8772 -> 32e8f58
@angular/common dependencies digest 4b520cd -> d132f5e
@angular/common (source) devDependencies patch 19.0.0-next.1 -> 19.0.0-next.2
@angular/compiler dependencies digest c90a273 -> c47dab9
@angular/compiler (source) devDependencies patch 19.0.0-next.1 -> 19.0.0-next.2
@angular/compiler-cli dependencies digest fbabb70 -> cf60eaa
@angular/compiler-cli (source) devDependencies patch 19.0.0-next.1 -> 19.0.0-next.2
@angular/core dependencies digest 0d53a43 -> 6a63c1b
@angular/core (source) devDependencies patch 19.0.0-next.1 -> 19.0.0-next.2
@angular/forms dependencies digest 6e5bf8a -> 5f316f8
@angular/forms (source) devDependencies patch 19.0.0-next.1 -> 19.0.0-next.2
@angular/language-service dependencies digest 45475c2 -> 7912c84
@angular/localize dependencies digest cffb4bb -> 11c7a9e
@angular/localize devDependencies patch 19.0.0-next.1 -> 19.0.0-next.2
@angular/material dependencies digest ce6448c -> c40a801
@angular/material-moment-adapter dependencies digest c41c085 -> 98de45a
@angular/ng-dev devDependencies digest 76d821e -> 83bc471
@angular/platform-browser dependencies digest abf5ddc -> db3d2f6
@angular/platform-browser (source) devDependencies patch 19.0.0-next.1 -> 19.0.0-next.2
@angular/platform-browser-dynamic dependencies digest ba2e7ee -> fe206d1
@angular/platform-browser-dynamic (source) devDependencies patch 19.0.0-next.1 -> 19.0.0-next.2
@angular/platform-server dependencies digest 0d98fcf -> 2ed6897
@angular/platform-server (source) devDependencies patch 19.0.0-next.1 -> 19.0.0-next.2
@angular/router dependencies digest 7f0de99 -> 6c15713
@angular/router (source) devDependencies patch 19.0.0-next.1 -> 19.0.0-next.2
@angular/service-worker dependencies digest 5ffc083 -> 64dcd7a
@angular/service-worker (source) devDependencies patch 19.0.0-next.1 -> 19.0.0-next.2
angular/dev-infra action digest 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 the createComponent API, the default fallback content of the ng-content will be rendered if present. To prevent rendering the default content, pass document.createTextNode('') as a projectableNode.

    For example:

    // The first ng-content will render the default fallback content if present
    createComponent(MyComponent. { projectableNodes: [[], [secondNode]] });
    
    // To prevent projecting the default fallback content:
    createComponent(MyComponent. { projectableNodes: [[document.createTextNode('')], [secondNode]] });
  • 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 to fakeAsync
    and can be affected by tick or flush.

elements
  • as part of switching away from custom CD behavior to the
    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
Commit Type Description
50f08e6c4bf feat automatically use sizes auto in NgOptimizedImage (#​57479)
compiler-cli
Commit Type Description
4716c3b9660 perf reduce duplicate component style resolution (#​57502)
core
Commit Type Description
a3cdbfe87f5 fix avoid leaking memory if component throws during creation (#​57546)
7a99815146e fix Do not bubble capture events. (#​57476)
7b1e5be20b9 fix fallback to default ng-content with empty projectable nodes. (#​57480)
0300dd2e18f fix Fix fixture.detectChanges with autoDetect disabled and zoneless (#​57416)
226a67dabba fix Schedulers run in zone above Angular rather than root (#​57553)
elements
Commit Type Description
0cebfd7462c fix switch to ComponentRef.setInput & remove custom scheduler (#​56728)
router
Commit Type Description
8f6308457f0 fix Do not unnecessarily run matcher twice on route matching (#​57530)
upgrade
Commit Type Description
c9d90786d0a fix Address Trusted Types violations in @​angular/upgrade (#​57454)

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 Aug 29, 2024
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Aug 29, 2024
@alan-agius4 alan-agius4 merged commit 5226c53 into angular:main Aug 29, 2024
42 checks passed
@alan-agius4 alan-agius4 deleted the ng-renovate/angular branch August 29, 2024 05:28
@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 Sep 29, 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.

2 participants