feat(igr-ts): update igniteui packages to latest#1594
Merged
damyanpetev merged 6 commits intomasterfrom Apr 2, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the React TypeScript (igr-ts) CLI templates to use newer Ignite UI for React package versions, aligning generated/addable templates with the intended upstream Ignite UI releases.
Changes:
- Bump igniteui-react-charts and igniteui-react-gauges template dependencies to
~19.5.2. - Bump igniteui-react-grids template dependency to
~19.6.0and adjust the grid sample imports/props. - Add
igniteui-react@~19.6.0to the base React (igr-ts) project template dependencies.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/cli/templates/react/igr-ts/radial-gauge/default/index.ts | Updates gauges package version for the radial gauge template. |
| packages/cli/templates/react/igr-ts/projects/_base/files/package.json | Adds igniteui-react to the default generated project dependencies. |
| packages/cli/templates/react/igr-ts/pie-chart/default/index.ts | Updates charts package version for the pie chart template. |
| packages/cli/templates/react/igr-ts/linear-gauge/default/index.ts | Updates gauges package version for the linear gauge template. |
| packages/cli/templates/react/igr-ts/grid/basic/index.ts | Updates grid template dependency list to the latest grids package version. |
| packages/cli/templates/react/igr-ts/grid/basic/files/src/app/path/filePrefix.tsx | Updates the grid sample imports and removes an autoGenerate prop. |
| packages/cli/templates/react/igr-ts/financial-chart/default/index.ts | Updates charts package version for the financial chart template. |
| packages/cli/templates/react/igr-ts/doughnut-chart/default/index.ts | Updates charts package version for the doughnut chart template. |
| packages/cli/templates/react/igr-ts/category-chart/default/index.ts | Updates charts package version for the category chart template. |
| packages/cli/templates/react/igr-ts/bullet-graph/default/index.ts | Updates gauges package version for the bullet graph template. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
packages/cli/templates/react/igr-ts/grid/basic/files/src/app/__path__/__filePrefix__.tsx
Show resolved
Hide resolved
packages/cli/templates/react/igr-ts/grid/basic/files/src/app/__path__/__filePrefix__.tsx
Show resolved
Hide resolved
kdinev
approved these changes
Apr 2, 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.
Re-apply of #1567