feat(igr-ts): update igniteui packages to latest#1567
Merged
damyanpetev merged 4 commits intomasterfrom Mar 27, 2026
Merged
Conversation
Marina-L-Stoyanova
previously approved these changes
Mar 27, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the React TypeScript (igr-ts) CLI templates to newer Ignite UI React package versions so newly generated projects/components pull updated dependencies.
Changes:
- Bump template-installed Ignite UI package versions for charts and gauges.
- Add
igniteui-reactto the base igr-ts project dependencies. - Update the grid template’s dependency list and generated Grid component imports/props.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 12 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/cli/templates/react/igr-ts/radial-gauge/default/index.ts | Updates the radial gauge template package version. |
| packages/cli/templates/react/igr-ts/projects/_base/files/package.json | Adds igniteui-react dependency to the base igr-ts project template. |
| packages/cli/templates/react/igr-ts/pie-chart/default/index.ts | Updates the pie chart template package version. |
| packages/cli/templates/react/igr-ts/linear-gauge/default/index.ts | Updates the linear gauge template package version. |
| packages/cli/templates/react/igr-ts/grid/basic/index.ts | Updates grid template package list to a new version and simplified set. |
| packages/cli/templates/react/igr-ts/grid/basic/files/src/app/path/filePrefix.tsx | Adjusts generated Grid component imports and grid initialization props. |
| packages/cli/templates/react/igr-ts/financial-chart/default/index.ts | Updates the financial chart template package version. |
| packages/cli/templates/react/igr-ts/doughnut-chart/default/index.ts | Updates the doughnut chart template package version. |
| packages/cli/templates/react/igr-ts/category-chart/default/index.ts | Updates the category chart template package version. |
| packages/cli/templates/react/igr-ts/bullet-graph/default/index.ts | Updates the bullet graph template package version. |
Comments suppressed due to low confidence (1)
packages/cli/templates/react/igr-ts/projects/_base/files/package.json:16
- The base template adds
igniteui-react@~19.6.0but several component templates still pinigniteui-react-charts/igniteui-react-gaugesto~19.5.2. If these packages are meant to be installed together, mixing minor versions can lead to duplicate installs and peer dependency/runtime issues. Consider aligning Ignite UI package minors across the templates.
"functions-have-names": "^1.2.3",
"igniteui-react": "~19.6.0",
"react": "^19.1.0",
"react-app-polyfill": "^3.0.0",
"react-dom": "^19.1.0",
"react-router-dom": "^7.9.3",
"resize-observer-polyfill": "^1.5.1"
💡 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
Marina-L-Stoyanova
approved these changes
Mar 27, 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.
Update to latest igniteui-react-core/charts/gauges ~19.5.2 and igniteui-react[-grids] ~19.6.0
Also adding
igniteui-reactby default in the project, should really rework the nav project and add themes, but separate PR