Upgrade to Angular 19, Material 19, TypeScript 5.8 - #614
Merged
Conversation
Pre-migration cleanup for Angular 19: convert 2 UntypedFormControl usages to typed FormControl<string | null>. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ng update @angular/core@19 @angular/cli@19: - All @angular/* packages 18.2.x → 19.2.x - TypeScript 5.4.5 → 5.8.3 - zone.js 0.14.10 → 0.15.1 - Removed standalone: true from 119 components (default in Angular 19) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ng update @angular/material@19: - @angular/material 18.2.14 → 19.2.19 - @angular/cdk 18.2.14 → 19.2.19 - Updated styles.scss via Material v19 migration Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Major version upgrade from Angular 18 to 19: - All @angular/* packages → 19.2.x - @angular/material and @angular/cdk → 19.2.x - @angular-eslint/* → 19.x - @fortawesome/angular-fontawesome 0.15.0 → 1.0.0 - TypeScript 5.4.5 → 5.8.3, zone.js 0.14.10 → 0.15.1 - Removed standalone: true from 119 components (default in Angular 19) - Fixed UntypedFormControl → typed FormControl (2 usages) - Fixed template error in history.component.html - Bumped version to 30.0.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The package-lock.json resolved @fortawesome/angular-fontawesome to npm.fontawesome.com (private FA Pro registry) due to local npm config. CI has no auth token for that registry, causing E401. Fixed by pointing the resolved URL to registry.npmjs.org since angular-fontawesome is a free/open-source package. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
@angular/*packages from 18.2.x to 19.2.x@angular/materialand@angular/cdkfrom 18.2.x to 19.2.x@angular-eslint/*from 18.4.3 to 19.x@fortawesome/angular-fontawesomefrom 0.15.0 to 1.0.0standalone: truefrom 119 components (it's the default in Angular 19)UntypedFormControlusages with typedFormControl<string | null>history.component.htmlcaught by stricter Angular 19 template checkingTest plan
npm run test:ci)npm run buildsucceedsnpm run lint— 0 errors (481 pre-existinganywarnings)🤖 Generated with Claude Code