chore(deps): upgrade Angular packages to v17#1
Merged
santoshyadavdev merged 2 commits intomainfrom Apr 2, 2026
Merged
Conversation
17.3.12 17 17.5.3 (all packages) 17.12.2 16.0.0 16.0.0 17.2.1 0.14.10 5.4.5 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- @angular/cdk@^17.3.10: required by @clr/angular v17 - marked@^12.0.2: required by ngx-markdown v17 Build confirmed passing. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthroughAngular framework and related dependencies upgraded from v16 to v17, including updates to Clarity UI, translation libraries, build tooling, and TypeScript in Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested labels
Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
santoshyadavdev
added a commit
that referenced
this pull request
Apr 2, 2026
…7-upgrade chore(deps): upgrade Angular packages to v17
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.
Motivation
The Harbor portal UI was still on Angular 16. This PR completes the upgrade to Angular 17, aligning with the latest LTS Angular release and enabling use of new framework features (deferred loading, improved SSR, standalone component improvements, etc.).
What changed
All Angular-related packages in
src/portal/package.jsonhave been upgraded:@angular/*(9 packages)^16.2.12^17.3.12@angular/cli^16.2.16^17.3.17@angular-devkit/build-angular^16.2.16^17.3.17@angular/compiler-cli^16.2.9^17.3.12@angular-eslint/*(5 packages)16.1.217.5.3@clr/angular15.4.017.12.2@ngx-translate/core15.0.016.0.0@ngx-translate/http-loader8.0.016.0.0ngx-markdown16.0.017.2.1zone.js^0.13.3^0.14.10typescript~5.0.4~5.4.5Two missing peer dependencies were also added as explicit dependencies:
@angular/cdk@^17.3.10— required by@clr/angularv17 but not automatically installedmarked@^12.0.2— required byngx-markdownv17The
@angular-eslint/*packages were upgraded consistently to17.5.3across all five packages (the partial upgrade in the reference branch had only updatedschematicsbut left the others at16.1.2).Verification
npm run build(AOT) completes successfully with no errors.Summary by CodeRabbit