Skip to content

Conversation

@crisbeto
Copy link
Member

A few places in the @angular/aria package were producing invalid paths when compiled for npm. We didn't catch them, because the Aria package wasn't running the same integration tests as the rest of the repo.

These changes fix the issues by using explicit type annotations.

Fixes #32665.

@crisbeto crisbeto added target: patch This PR is targeted for the next patch release merge: preserve commits When the PR is merged, a rebase and merge should be performed labels Jan 19, 2026
@pullapprove pullapprove bot requested review from mmalerba and tjshiu January 19, 2026 09:18
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Jan 19, 2026
Fixes that the Aria package didn't enable the `ts-compat` and `linker` integration tests which in turn didn't catch some errors.
A few places in the `@angular/aria` package were producing invalid paths when compiled for npm. We didn't catch them, because the Aria package wasn't running the same integration tests as the rest of the repo.

These changes fix the issues by using explicit type annotations.

Fixes angular#32665.
@crisbeto crisbeto added the action: merge The PR is ready for merge by the caretaker label Jan 20, 2026
@crisbeto crisbeto merged commit 3612ef6 into angular:main Jan 20, 2026
24 of 27 checks passed
@crisbeto
Copy link
Member Author

This PR was merged into the repository. The changes were merged into the following branches:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project merge: preserve commits When the PR is merged, a rebase and merge should be performed target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug(aria/tabs), bug(aria/listbox): Cannot find module '@angular/aria/private/public-api' or its corresponding type declarations

2 participants