feat: [ERP-4896] Angular 22 Upgrade#16
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR upgrades the library and its workspace to Angular 22, aligning package versions and dependencies with the new Angular major while ensuring the password strength meter component continues to update its view when async/observable-driven state changes occur.
Changes:
- Bump library/workspace version to
16.0.0to match the Angular 22 major upgrade. - Upgrade Angular dependencies/devDependencies (workspace) and Angular peerDependencies (library package) to
^22.x. - Update
PasswordStrengthMeterComponentto callChangeDetectorRef.markForCheck()after emitting new strength/feedback values.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| projects/password-strength-meter/src/lib/password-strength-meter.component.ts | Injects ChangeDetectorRef and marks the component for check after subscription updates. |
| projects/password-strength-meter/package.json | Updates library version to 16.0.0 and Angular peerDependencies to ^22.0.0. |
| package.json | Updates workspace version to 16.0.0 and upgrades Angular/tooling dependencies to 22.x. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Bump CI Node matrix from 22.12.0 to 24 (Angular 22 CLI requires Node >= v22.22.3/v24.15.0/v26.0.0) - Migrate legacy .eslintrc.json files to flat eslint.config.js (angular-eslint 22 dropped eslintrc support) - Switch to umbrella angular-eslint + typescript-eslint + @eslint/js packages - Update angular.json schematic collection to angular-eslint - Add istanbul-lib-instrument ^6 devDependency required by @angular/build 22 for code coverage Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Author
|
FYI Adam Smith (@ScriptSmith) this is a fork of a dependency that we use in stir. We have to upgrade this first before we can upgrade stir. |
Adam Smith (ScriptSmith)
approved these changes
Jun 16, 2026
Adam Smith (ScriptSmith)
left a comment
Member
There was a problem hiding this comment.
Not too familiar with angular but sounds good to me 👍
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.
No description provided.