Skip to content

Conversation

@angular-robot
Copy link
Contributor

@angular-robot angular-robot commented Mar 5, 2025

This PR contains the following updates:

Package Type Update Change
@angular/animations (source) devDependencies patch 20.0.0-next.0 -> 20.0.0-next.1
@angular/cdk devDependencies major 19.2.0-rc.0 -> 20.0.0-next.0
@angular/common (source) devDependencies patch 20.0.0-next.0 -> 20.0.0-next.1
@angular/compiler (source) devDependencies patch 20.0.0-next.0 -> 20.0.0-next.1
@angular/compiler-cli (source) devDependencies patch 20.0.0-next.0 -> 20.0.0-next.1
@angular/core (source) resolutions patch 20.0.0-next.0 -> 20.0.0-next.1
@angular/core (source) devDependencies patch 20.0.0-next.0 -> 20.0.0-next.1
@angular/forms (source) devDependencies patch 20.0.0-next.0 -> 20.0.0-next.1
@angular/material devDependencies major 19.2.0-rc.0 -> 20.0.0-next.0
@angular/platform-browser (source) devDependencies patch 20.0.0-next.0 -> 20.0.0-next.1
@angular/platform-browser-dynamic (source) devDependencies patch 20.0.0-next.0 -> 20.0.0-next.1
@angular/router (source) devDependencies patch 20.0.0-next.0 -> 20.0.0-next.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

angular/angular (@​angular/animations)

v20.0.0-next.1

Compare Source

Breaking Changes

common
  • AsyncPipe now directly catches unhandled errors in
    subscriptions and promises and reports them to the application's
    ErrorHandler. For Zone-based applications, these errors would have
    been caught by ZoneJS and reported to ErrorHandler so the result is
    generally the same. The change to the exact mechanism for reporting can
    result in differences in test environments that will require test
    updates.
core
    • TypeScript versions less than 5.8 are no longer supported.
  • PendingTasks.run no longer returns the result of the
    async function. If this behavior is desired, it can be re-implemented
    manually with the PendingTasks.add. Be aware, however, that promise rejections
    will need to be handled or they can cause the node process to shut down
    when using SSR.
common
Commit Type Description
36b60a9705 fix clean up onUrlChange listener when root scope is destroyed (#​60004)
739cadae62 fix Handle errors in async pipe subscriptions (#​60057)
compiler
Commit Type Description
51b8ff23ce feat support tagged template literals in expressions (#​59947)
4fe489f1b4 fix exponentiation should be right-to-left associative (#​60101)
b70ad3c4e6 fix proper handling of typeof, void in RecursiveAstVisitor (#​60101)
compiler-cli
Commit Type Description
f9043e24ac fix ensure template IDs are not reused if a source file changes (#​60152)
ffb19e64f1 fix preserve required parens for nullish coalescing (#​60060)
7c9b4892e9 fix preserve required parens in exponentiation expressions (#​60101)
core
Commit Type Description
fe57332fc5 feat add input binding support to dynamically-created components (#​60137)
82aa2c1a52 feat add the ability to apply directives to dynamically-created components (#​60137)
326d48afb4 feat drop support for TypeScript older than 5.8 (#​60197)
d260ca3091 feat emit template function for template related profiler hooks (#​60174)
4812215a7b feat Expose Injector.destroy on Injector created with Injector.create (#​60054)
809b5b4596 feat introduce new DI profiling event (#​60158)
be44cc8f40 feat support listening to outputs on dynamically-created components (#​60137)
7eb59d3887 fix added @​angular/compiler as a peer dependency (#​55610)
af02914852 fix cache ComponentRef inputs and outputs (#​60156)
7232ce5b17 fix Catch and report rejections in async function of PendingTasks.run (#​60044)
fd12220a35 fix defer block render failures should report to application error handler (#​60149)
3459faadbf fix do not allow setInput to be used with inputBinding (#​60137)
ea5eb28865 fix input targeting not checking if input exists on host (#​60137)
0dbf693a4d fix prevent invoking replay listeners on disconnected nodes (#​60103)
7ab0a8d1e7 fix prevents event replay from being called on comment nodes (#​60130)
language-service
Commit Type Description
d5e91e04ff fix Forward the tags for quick info from the type definition (#​59524)
angular/components (@​angular/cdk)

v20.0.0-next.0

Compare Source

Breaking Changes

material
  • tabindex values set as [attr.tabindex] set on a Material button might not work as expected. Use tabindex for static values, or [tabindex]/[tabIndex] for dynamic ones.
multiple
    • DialogConfig.componentFactoryResolver has been removed.
    • The constructor of DomPortalOutlet has changed.
    • ComponentPortal.componentFactoryResolver has been removed.
    • The constructor signature of ComponentPortal has changed.
    • MatDialogConfig.componentFactoryResolver has been removed.
cdk-experimental
Commit Type Description
fc46997442 feat ui-patterns: listbox ui pattern (#​30495)
material
Commit Type Description
6a5943d8b0 fix button: combine MatButton and MatAnchor (#​30492)
cdk
Commit Type Description
69eedd75f7 fix drag-drop: incorrect type DragConstrainPosition (#​30510)
multiple
Commit Type Description
cda5c8e686 fix remove remaining references to ComponentFactoryResolver (#​30569)

v19.2.2

Compare Source

cdk
Commit Type Description
c31c7fe22a fix stepper: emitting interacted event when item has not changed (#​30579)
material
Commit Type Description
f89ed8115c fix bottom-sheet: focus first tabbable element by default (#​30549)
8754784ec5 fix schematics: remove NoopAnimationsModule from generated tests (#​30562)
bfdbc23b8c fix timepicker: unable to reopen if closed by scroll strategy (#​30561)
material-angular-io
Commit Type Description
cd40ee0f37 fix sidenav links not updating (#​30564)
multiple
Commit Type Description
3c68b6d6b7 fix resolve host binding issues (#​30570)

v19.2.1

Compare Source

v19.2.0

Compare Source

cdk
Commit Type Description
1c2c9d98f fix collections: SelectionModel setSelection method inconsistent with compareWith (#​27460)
de40f2eec fix platform: preserve compatibility with angular versions less than 19.1 (#​30401)
36992a362 fix stepper: Linear stepper after initialization navigating to previous step issue (#​30323)
material
Commit Type Description
3d91f6105 feat core: drop dependency on animations module (#​30459)
44c732065 feat schematics: Add option to customize colors for neutral variant and error palettes (#​30321)
013fe0456 fix autocomplete: switch away from animations module (#​30356)
5423dd25e fix bottom-sheet: remove remaining animation dependencies
0776acc1e fix bottom-sheet: switch away from animations module (#​30402)
f9c036c0e fix button: incorrect outlined focus overlay shape when border radius is customized (#​30513)
fd09003a1 fix chips: forced colors disabled chip fix (#​30429)
936258c45 fix core: deprecate AnimationCurves and AnimationDurations (#​30538)
d141f83f3 fix core: remove animations from ng add (#​30446)
0a0ddcf3b fix datepicker: changed after checked error when assigning end value (#​30534)
212c35476 fix datepicker: remove remaining animation dependencies
066c74025 fix datepicker: switch away from animations module (#​30360)
71c71be31 fix dialog: remove remaining animation dependencies
e164e2360 fix expansion: remove remaining animation dependencies
4fa46bccc fix form-field: remove dependency on animations module (#​30354)
37693e308 fix form-field: remove remaining animation dependencies
e70145b0f fix form-field: trigger CD when form (#​30395)
f8e20a837 fix list: option views not change detected when control is disabled (#​30532)
879cbe755 fix menu: remove remaining animation dependencies
200078085 fix radio: Optional typing of MatRadioChange (#​30477)
86ad51501 fix select: avoid error if panel is closed too quickly (#​30408)
d6bbf16cb fix select: Optional typing of MatSelectChange (#​30324)
24c25672b fix select: overlay not detached on time after exit animation in some cases (#​30456)
5eeade7b4 fix select: remove remaining animation dependencies
a44b34794 fix select: switch away from animations module
712d5e2a4 fix sidenav: remove remaining animation dependencies
02ed862f7 fix snack-bar: remove remaining animation dependencies
eb8e998c6 fix snack-bar: switch away from animations module (#​30381)
25c18bf19 fix sort: remove remaining animation dependencies
872330721 fix stepper: remove remaining animation dependencies
1e5663636 fix stepper: switch away from animations module (#​30314)
b20a85a47 fix tabs: remove remaining animation dependencies
0eb901277 fix tabs: switch away from animations module (#​30281)
e5c3ddfb0 fix timepicker: adds default aria-label to timepicker toggle (#​30284)
0925cf58c fix timepicker: allow scroll strategy to be customized (#​30473)
992aff18c fix timepicker: switch away from animations module (#​30404)
5d3f43c15 fix tooltip: remove remaining animation dependencies
681db945e perf slide-toggle: Optimize :state descendant selectors (#​30521)
google-maps
Commit Type Description
81aa28537 fix resolve mismatching types (#​30544)
youtube-player
Commit Type Description
d6fd2768a feat add API to put the player in fullscreen mode (#​30491)
cdk-experimental
Commit Type Description
151ff1aed fix column-resize: Fix lazy resize mode (broken by ##​30378) (#​30413)
core
Commit Type Description
3f37137d7 fix update incorrect hue reference tokens (#​29902)
material-angular-io
Commit Type Description
fe441bdce feat allow module imports to be copied from API tab (#​30389)
30673c63d fix remove animations dependency
71b896368 fix remove docs data from critical path
3c90afd1a fix update site images (#​30543)

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 Mar 5, 2025
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Mar 5, 2025
@angular-robot angular-robot force-pushed the ng-renovate/angular-dependencies branch from e5ceab1 to 5edabdf Compare March 5, 2025 21:24
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 096484b.

The changes were merged into the following branches: main

@angular-robot angular-robot changed the title build: update angular dependencies to v20.0.0-next.1 build: update angular dependencies Mar 6, 2025
@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 Apr 6, 2025
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