chore: upgrade workspace to Angular 22 - #637
Merged
Merged
Conversation
Bump Angular, CDK, TypeScript 6, Storybook, and tooling so the library builds and peers against Angular 22, with only migration-required changes. Co-authored-by: Cursor <cursoragent@cursor.com>
surya-pabbineedi
marked this pull request as ready for review
July 27, 2026 04:39
surya-pabbineedi
requested review from
P-Anurag,
harshita2405,
hemanth-r,
jogaj,
marjan-georgiev and
steveblue
July 27, 2026 04:39
- Enhanced support for Angular 22 with updated workspace and library peer dependencies. - Updated Node.js version to 24.18.0 in both package.json and CI configuration.
jogaj
approved these changes
Jul 28, 2026
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.
What kind of change does this PR introduce? (check one with "x")
What is the current behavior? (You can also link to an open issue here)
The workspace targets Angular 21 / TypeScript 5.9, with Storybook 10.2 and Node 22.16.0. Library peerDependencies stop at Angular 21.x.
What is the new behavior?
Upgrade to Angular 22 with only migration-required companion bumps:
strict: false,ignoreDeprecations: "6.0"to preserve prior compile behavior)eslint.config.js)22.xChangeDetectionStrategy.Eagerwhere components previously relied on the pre-v22 defaultVerified locally:
yarn build:lib,yarn lint,yarn prettier:ci, andBROWSER=Electron yarn test(90/90).Does this PR introduce a breaking change? (check one with "x")
If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...
Consumers on Angular 19–21 remain supported via peer ranges. Angular 22 consumers are newly supported. No library API changes in this PR.
Other information:
yarn testuses ChromeHeadless; if Chrome fails to launch locally, useBROWSER=Electron yarn test.@angular-devkit/build-angularkarma/ng-packagr builders are deprecated in favor of@angular/build:*— not migrated in this PR.Made with Cursor