chore: combine dependency updates and align Angular packages to 19.2.18#826
chore: combine dependency updates and align Angular packages to 19.2.18#826arawinters merged 1 commit intomainfrom
Conversation
Updates all Angular packages to 19.2.18 for stability: - @angular/animations: 19.2.16 → 19.2.18 - @angular/cdk: 19.2.16 → 19.2.18 - @angular/common: 19.2.16 → 19.2.18 - @angular/compiler: 19.2.16 → 19.2.18 - @angular/compiler-cli: 19.2.16 → 19.2.18 - @angular/core: 19.2.16 → 19.2.18 - @angular/elements: 19.2.16 → 19.2.18 - @angular/forms: 19.2.16 → 19.2.18 - @angular/language-service: 19.2.16 → 19.2.18 - @angular/material: 19.2.16 → 19.2.18 - @angular/platform-browser: 19.2.16 → 19.2.18 - @angular/platform-browser-dynamic: 19.2.16 → 19.2.18 - @angular/router: 19.2.16 → 19.2.18 Regenerates lockfile to incorporate transitive dependency updates from PRs #821, #822, #823, #824, #825. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
🤖 Claude Code ReviewPR Code Review - Angular Dependency UpdateReview SummaryThis PR updates Angular packages from version 19.2.16 to 19.2.18. The changes are limited to dependency version bumps in Code Quality✅ Code Style Guide Compliance
✅ No Commented-Out Code
✅ Meaningful Variable Names
✅ DRY Principle
✅ Identify Defects
Testing
|
Summary
Consolidates dependency updates from the following open PRs:
All Angular packages aligned to 19.2.18 for stability.
Changes
@angular/animations: 19.2.16 → 19.2.18@angular/cdk: 19.2.16 → 19.2.18@angular/common: 19.2.16 → 19.2.18@angular/compiler: 19.2.16 → 19.2.18@angular/compiler-cli: 19.2.16 → 19.2.18@angular/core: 19.2.16 → 19.2.18@angular/elements: 19.2.16 → 19.2.18@angular/forms: 19.2.16 → 19.2.18@angular/language-service: 19.2.16 → 19.2.18@angular/material: 19.2.16 → 19.2.18@angular/platform-browser: 19.2.16 → 19.2.18@angular/platform-browser-dynamic: 19.2.16 → 19.2.18@angular/router: 19.2.16 → 19.2.18Test plan
npm installsucceedsnpm run buildsucceedsnpm testpasses (139/139 tests)Notes
The individual Dependabot PRs were failing because their lockfiles were based on an older version of main. This PR regenerates the lockfile from the current main branch with all updates applied.
Once merged, the superseded PRs (#821, #822, #823, #824, #825) can be closed.
🤖 Generated with Claude Code
Resolves #821
Resolves #822
Resolves #823
Resolves #824
Resolves #825