chore(igx-ts,igr-ts,igc-ts): bump igniteui package deps#1673
Merged
Conversation
e78f68b to
61a6bce
Compare
61a6bce to
a0b39af
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Ignite UI dependency versions across Angular, Web Components, and React project templates so newly generated projects consume the latest patch releases.
Changes:
- Bump
igniteui-angulartemplate dependency and shared constant from~21.2.0to~21.2.1. - Bump Web Components template dependencies (
igniteui-webcomponentsto~7.1.3,igniteui-dockmanagerto^2.1.1). - Bump React template dependencies (
igniteui-reactandigniteui-react-gridsto~19.6.2).
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/igx-templates/igx-ts/projects/side-nav-auth/files/package.json | Updates generated Angular project dependency on igniteui-angular to ~21.2.1. |
| packages/igx-templates/igx-ts/projects/_base/files/package.json | Updates generated Angular base project dependency on igniteui-angular to ~21.2.1. |
| packages/igx-templates/constants.ts | Updates shared Angular templates constant for igniteui-angular package version. |
| packages/cli/templates/webcomponents/igc-ts/projects/_base_with_home/files/package.json | Updates generated Web Components project dependencies for igniteui-webcomponents and igniteui-dockmanager. |
| packages/cli/templates/webcomponents/igc-ts/projects/_base/files/package.json | Updates generated Web Components base project dependency on igniteui-webcomponents. |
| packages/cli/templates/webcomponents/igc-ts/dock-manager/default/index.ts | Updates Dock Manager template’s required package version. |
| packages/cli/templates/react/igr-ts/projects/_base/files/package.json | Updates generated React base project dependency on igniteui-react. |
| packages/cli/templates/react/igr-ts/grid/basic/index.ts | Updates Grid template’s required igniteui-react-grids package version. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
kdinev
approved these changes
Apr 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.
Description
Updated template deps:
igx-ts-igniteui-angular@~21.2.1igr-ts-igniteui-react@~19.6.2&igniteui-react-grids@~19.6.2igc-ts-igniteui-webcomponents@~7.1.3&igniteui-dockmanager@^2.1.1Type of Change
Affected Packages
igniteui-cli(packages/cli)@igniteui/cli-core(packages/core)@igniteui/angular-templates(packages/igx-templates)@igniteui/angular-schematics(packages/ng-schematics)@igniteui/mcp-server(packages/igniteui-mcp)Checklist
npm run test)npm run build)npm run lint)Additional Context