build: update angular dependencies #2613
Closed
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:
19.2.0-next.3->20.0.0-next.019.2.0-next.2->19.2.0-rc.019.2.0-next.4->19.2.0-rc.019.2.0-next.2->19.2.0-rc.019.2.0-next.3->20.0.0-next.019.2.0-next.3->20.0.0-next.019.2.0-next.3->20.0.0-next.019.2.0-next.3->20.0.0-next.019.2.0-next.3->20.0.0-next.019.2.0-next.3->20.0.0-next.019.2.0-next.4->19.2.0-rc.019.2.0-next.3->20.0.0-next.019.2.0-next.3->20.0.0-next.019.2.0-next.3->20.0.0-next.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
angular/angular (@angular/animations)
v20.0.0-next.0Compare Source
Breaking Changes
common
Yformatter (week-numbering year) without also includingw(week number) is now detected as suspicious date pattern, asyis typically intended.compiler
voidin an expression now refers to the operatorPreviously an expression in the template like
{{void}}referred to aproperty on the component class. After this change it now refers to the
voidoperator, which would make the above example invalid. If you haveexisting expressions that need to refer to a property named
void,change the expression to use
this.voidinstead:{{this.void}}.common
compiler
core
CDR.detectChanges(#60056)router
v19.2.0Compare Source
common
httpResource(#59876)compiler
compiler-cli
core
resource()(#59655)hasValuenarrowing toResourceRef(#59708)resource()'sprevious.state(#59708)forms
migrations
platform-browser
platform-server
v19.2.0-rc.0Compare Source
19.2.0-rc.0 (2025-02-19)
common
httpResource(#59876)urlChangessubscribers when root scope is destroyed (#59703)compiler
compiler-cli
core
forms
FormRecord. (#59993)migrations
angular/angular-cli (@angular/build)
v19.2.0-rc.0Compare Source
19.2.0-rc.0 (2025-02-19)
@schematics/angular
@angular/cli
@angular-devkit/build-angular
@angular/build
/index.htmlrequestsautoCspangular/components (@angular/cdk)
v19.2.0-rc.0Compare Source
19.2.0-rc.0 "rutherfordium-rotor" (2025-02-19)
youtube-player
material
cdk
material-angular-io
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.
This PR has been generated by Renovate Bot.