Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates Angular and related packages across multiple projects in the monorepo. The main changes include upgrading Angular core packages from version 21.0.2/20.0.3 to 21.0.6, updating igniteui-angular to version 21.1.0-alpha.1, and standardizing TypeScript configuration files.
Changes:
- Angular core packages upgraded to 21.0.6 across all projects
- igniteui-angular updated to 21.1.0-alpha.1 (pre-release version)
- TypeScript configuration files updated with normalized casing for moduleResolution and removed lib configurations
Reviewed changes
Copilot reviewed 18 out of 30 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| projects/sales-grid/package.json | Updated Angular packages to 21.0.6 and igniteui-angular to 21.1.0-alpha.1 |
| projects/hr-portal/package.json | Updated Angular packages to 21.0.6 and igniteui-angular to 21.1.0-alpha.1 |
| projects/fleet-management-grid/package.json | Updated Angular packages to 21.0.6 and igniteui-angular to 21.1.0-alpha.1 |
| projects/finance-grid/package.json | Updated Angular packages to 21.0.6 and igniteui-angular to 21.1.0-alpha.1 |
| projects/erp-hgrid/package.json | Updated Angular packages to 21.0.6, igniteui-angular to 21.1.0-alpha.1, and angular-eslint packages to 21.1.0 |
| projects/charts/step-chart/tsconfig.json | Normalized moduleResolution casing and removed lib configuration |
| projects/charts/step-chart/package.json | Upgraded Angular packages from 20.0.3 to 21.0.6, updated igniteui packages, and changed TypeScript from 5.8.3 to 5.9.3 |
| projects/charts/polar-chart/tsconfig.json | Normalized moduleResolution casing and removed lib configuration |
| projects/charts/polar-chart/package.json | Upgraded Angular packages from 20.0.3 to 21.0.6, updated igniteui packages, and changed TypeScript from 5.8.3 to 5.9.3 |
| projects/charts/pie-chart/tsconfig.json | Normalized moduleResolution casing and removed lib configuration |
| projects/charts/pie-chart/package.json | Upgraded Angular packages from 20.0.3 to 21.0.6, updated igniteui packages, and changed TypeScript from 5.8.3 to 5.9.3 |
| projects/charts/line-chart/tsconfig.json | Normalized moduleResolution casing and removed lib configuration |
| projects/charts/line-chart/package.json | Upgraded Angular packages from 20.0.3 to 21.0.6, updated igniteui packages, and changed TypeScript from 5.8.3 to 5.9.3 |
| projects/charts/column-chart/tsconfig.json | Normalized moduleResolution casing and removed lib configuration |
| projects/charts/column-chart/package.json | Upgraded Angular packages from 20.0.3 to 21.0.6, updated igniteui packages, and changed TypeScript from 5.8.3 to 5.9.3 |
| projects/charts/bar-chart/tsconfig.json | Normalized moduleResolution casing and removed lib configuration |
| projects/charts/bar-chart/package.json | Upgraded Angular packages from 20.0.3 to 21.0.6, updated igniteui packages, and changed TypeScript from 5.8.3 to 5.9.3 |
| package.json | Updated Angular packages to 21.0.6 and igniteui-angular to 21.1.0-alpha.1 in root package.json |
Files not reviewed (4)
- projects/finance-grid/package-lock.json: Language not supported
- projects/fleet-management-grid/package-lock.json: Language not supported
- projects/hr-portal/package-lock.json: Language not supported
- projects/sales-grid/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Updated: