feat: upgrade process-explorer/oss-frontend from Angular 20 to 21#13
Open
devin-ai-integration[bot] wants to merge 1 commit into
Open
feat: upgrade process-explorer/oss-frontend from Angular 20 to 21#13devin-ai-integration[bot] wants to merge 1 commit into
devin-ai-integration[bot] wants to merge 1 commit into
Conversation
Upgrade all Angular packages in prototypes/process-explorer/oss-frontend from v20.3.x to v21.2.x (latest stable): - @angular/core, common, compiler, forms, router, animations, platform-browser, platform-browser-dynamic: ^20.3.15 → ^21.2.12 - @angular/material: ^20.2.14 → ^21.2.10 - @angular/cdk: ^20.2.14 → ^21.2.10 - @angular/build: ^20.3.13 → ^21.2.10 - @angular/cli: ^20.3.13 → ^21.2.10 - @angular/compiler-cli: ^20.3.15 → ^21.2.12 This brings the process-explorer app in line with the other Angular apps in the monorepo which are already on v21. The upgrade also resolves the high-severity XSS vulnerability in @angular/compiler (GHSA-g93w-mfhg-p222) for this app. Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Contributor
Author
|
Yes — same pre-existing CI failures: the |
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
Upgrades all Angular packages in
prototypes/process-explorer/oss-frontendfrom v20.3.x to v21.2.x (latest stable), bringing it in line with the other Angular apps in the monorepo.Package changes:
@angular/core(+ common, compiler, forms, router, animations, platform-browser, platform-browser-dynamic)^20.3.15^21.2.12@angular/material^20.2.14^21.2.10@angular/cdk^20.2.14^21.2.10@angular/build^20.3.13^21.2.10@angular/cli^20.3.13^21.2.10@angular/compiler-cli^20.3.15^21.2.12This also resolves the high-severity XSS vulnerability in
@angular/compiler(GHSA-g93w-mfhg-p222) for this app.Review & Testing Checklist for Human
ng build --configuration productioninprototypes/process-explorer/oss-frontendto verify the production build succeedsng serveand verify the app loads correctly in the browserNotes
rxjs,typescript, andzone.jsversions were already compatible with Angular 21 and did not need changes.buildjob failure is pre-existing — it's caused by thesite/workspace failing to download@morganstanley/gatsby-theme-ms-gh-pagesfrom GitHub Packages (403 Forbidden), unrelated to this change.Link to Devin session: https://app.devin.ai/sessions/b0b73ffc32414ad69dda5914d0d3d777
Requested by: @abalaster