chore(deps): align sub-package peer deps to Angular 21 + ngrx 21#5366
Merged
norman-abramovitz merged 1 commit intoMay 23, 2026
Conversation
PR cloudfoundry#5286 bumped Angular to 21 at the workspace root but left the per-package peerDependencies declaring 20.3.18 (and ngrx 20.0.0 in core). The lockfile already resolves 21 via the root, so this is a declaration-cleanup with no runtime/lockfile effect. - @angular/* 20.3.18 → 21.2.8 across all 8 sub-packages - @angular/platform-server 20.3.19 → 21.2.9 (core) - @angular/cdk 20.3.18 → ^21.2.6 (core) - @ngrx/* 20.0.0 → 21.1.0 (core)
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
PR #5286 bumped Angular to 21 at the workspace root but left the per-package
peerDependenciesdeclaring20.3.18(and@ngrx/* 20.0.0incore). The workspace lockfile already resolves 21 via the root, so this is a declaration cleanup with no runtime or lockfile effect.@angular/*20.3.18→21.2.8across all 8 sub-packages (cf-autoscaler,cloud-foundry,core,extension,git,kubernetes,shared,store)@angular/platform-server20.3.19→21.2.9(core)@angular/cdk20.3.18→^21.2.6(core)@ngrx/*20.0.0→21.1.0(core)bun installafter the edits reportsno changes— confirming the lockfile already had the right transitive resolutions; only the declared peer-dep floors were stale.Test plan
bun installregenerates lockfile cleanly (no changes — peer-dep declarations only)make check gatepasses locally (lint + frontend test suites + backend tests)