chore(webcomponents): update WC package versions for 7.3 cycle - #1779
Open
ivanvpetrov wants to merge 1 commit into
Open
chore(webcomponents): update WC package versions for 7.3 cycle#1779ivanvpetrov wants to merge 1 commit into
ivanvpetrov wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Ignite UI Web Components dependency versions used by the igc-ts Web Components project templates in packages/cli, aiming to move generated projects to the 7.3 release cycle.
Changes:
- Bumped
igniteui-webcomponentsto~7.3.0in the base and “base with home” WC templates. - Updated the “base with home” template’s split WC package deps (
*-core/charts/gauges/inputs/layouts) to~7.1.0. - Updated
igc-tstemplate package constants for split WC packages from~7.0.0to~7.1.0(grids remains~7.2.1).
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| packages/cli/templates/webcomponents/igc-ts/projects/_base/files/package.json | Bumps the default igniteui-webcomponents dependency to ~7.3.0 for newly generated base WC projects. |
| packages/cli/templates/webcomponents/igc-ts/projects/_base_with_home/files/package.json | Bumps igniteui-webcomponents to ~7.3.0 and updates several split WC dependencies to ~7.1.0 for the “with home” starter. |
| packages/cli/templates/webcomponents/igc-ts/constants.ts | Updates the versions used by ig add WC templates when installing split WC packages. |
Suppressed comments (1)
packages/cli/templates/webcomponents/igc-ts/constants.ts:6
- Same concern for the remaining Web Components sub-packages: these versions drive the dependencies installed for grid/tree/etc templates, and may create version skew relative to
igniteui-webcomponents@~7.3.0in the project base templates. Align to the intended 7.3 versions (or document/justify the intentional skew).
export const IGNITEUI_WEBCOMPONENTS_GRIDS_PACKAGE = "igniteui-webcomponents-grids@~7.2.1";
export const IGNITEUI_WEBCOMPONENTS_INPUTS_PACKAGE = "igniteui-webcomponents-inputs@~7.1.0";
export const IGNITEUI_WEBCOMPONENTS_LAYOUTS_PACKAGE = "igniteui-webcomponents-layouts@~7.1.0";
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+18
to
22
| "igniteui-webcomponents": "~7.3.0", | ||
| "igniteui-webcomponents-charts": "~7.1.0", | ||
| "igniteui-webcomponents-core": "~7.1.0", | ||
| "igniteui-webcomponents-gauges": "~7.1.0", | ||
| "igniteui-webcomponents-grids": "~7.2.1", |
Comment on lines
+1
to
+3
| export const IGNITEUI_WEBCOMPONENTS_CORE_PACKAGE = "igniteui-webcomponents-core@~7.1.0"; | ||
| export const IGNITEUI_WEBCOMPONENTS_CHARTS_PACKAGE = "igniteui-webcomponents-charts@~7.1.0"; | ||
| export const IGNITEUI_WEBCOMPONENTS_GAUGES_PACKAGE = "igniteui-webcomponents-gauges@~7.1.0"; |
kdinev
approved these changes
Aug 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
Bump WebComponents version to latest stable 7.3.0
Related Issue
Closes #
Type 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