Skip to content

Fix typescript linter errors#7078

Merged
cdavalos7 merged 35 commits intotensorflow:masterfrom
cdavalos7:feature/upgrade15-16
Mar 23, 2026
Merged

Fix typescript linter errors#7078
cdavalos7 merged 35 commits intotensorflow:masterfrom
cdavalos7:feature/upgrade15-16

Conversation

@cdavalos7
Copy link
Copy Markdown
Contributor

Motivation for features / changes

Fix linter errors in test files to keep the codebase compliant with current TypeScript and tslint rules in internal build.

Technical description of changes

Cast spyOn(store, 'dispatch') to jasmine.Spy across 18 test files to satisfy NgRx dispatch overload signatures. Updated throwError to factory form throwError(() => new Error(...)) per RxJS 7 requirements. Added tslint:disable-next-line:enforce-name-casing suppressions for snake_case keys that mirror backend API contracts.

cdavalos7 and others added 30 commits February 12, 2026 15:51
…atibility Angular 16. Path updates in libraries and new package.lock
…brary. Fix will be applied in internal build
…atibility Angular 16. Path updates in libraries and new package.lock
…brary. Fix will be applied in internal build
@cdavalos7 cdavalos7 requested a review from arcra March 20, 2026 20:49
@cdavalos7 cdavalos7 merged commit 81e6137 into tensorflow:master Mar 23, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants