Update angular and igniteui-angular to 22.1.0 - #1759
Open
ivanvpetrov wants to merge 4 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the monorepo’s Angular scaffolding and Ignite UI for Angular dependency line to 22.1.0, while aligning the CLI/core/MCP package versions to the 15.6.0 release.
Changes:
- Bumped Ignite UI for Angular template/schematics versions to
22.1.1560and updated scaffolded Angular project dependencies to~22.1.0. - Aligned internal package versions and cross-package dependencies to
@igniteui/cli-core@15.6.0/igniteui-cli@15.6.0/@igniteui/mcp-server@15.6.0. - Updated changelogs and MCP server metadata for the 15.6.0 release line.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/ng-schematics/package.json | Bumps @igniteui/angular-schematics and aligns dependencies to updated templates/core. |
| packages/igx-templates/package.json | Bumps @igniteui/angular-templates and aligns to @igniteui/cli-core@15.6.0. |
| packages/igx-templates/igx-ts/projects/side-nav-auth/files/package.json | Updates scaffolded Angular + igniteui-angular runtime deps to ~22.1.0. |
| packages/igx-templates/igx-ts/projects/_base/files/package.json | Updates scaffolded Angular + igniteui-angular runtime deps to ~22.1.0. |
| packages/igx-templates/constants.ts | Updates the canonical igniteui-angular package/version string to ~22.1.0. |
| packages/igniteui-mcp/igniteui-doc-mcp/server.json | Aligns MCP server registry metadata to 15.6.0. |
| packages/igniteui-mcp/igniteui-doc-mcp/package.json | Bumps @igniteui/mcp-server version to 15.6.0. |
| packages/igniteui-mcp/igniteui-doc-mcp/CHANGELOG.md | Adds 15.6.0 changelog entry for MCP package. |
| packages/core/package.json | Bumps @igniteui/cli-core version to 15.6.0. |
| packages/cli/package.json | Bumps igniteui-cli version and aligns dependencies to 15.6.0 / 22.1.1560. |
| CHANGELOG.md | Adds 15.6.0 entry describing Angular 22.1.0 line update and dependency alignment. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| @@ -1 +1 @@ | |||
| export const IGNITEUI_ANGULAR_PACKAGE = "igniteui-angular@~22.0.0"; | |||
| export const IGNITEUI_ANGULAR_PACKAGE = "igniteui-angular@~22.1.0"; | |||
| @@ -1,3 +1,10 @@ | |||
| # 15.6.0 | |||
Comment on lines
+14
to
+24
| "@angular/animations": "~22.1.0", | ||
| "@angular/common": "~22.1.0", | ||
| "@angular/compiler": "~22.1.0", | ||
| "@angular/core": "~22.1.0", | ||
| "@angular/forms": "~22.1.0", | ||
| "@angular/platform-browser": "~22.1.0", | ||
| "@angular/platform-browser-dynamic": "~22.1.0", | ||
| "@angular/router": "~22.1.0", | ||
| "@igniteui/material-icons-extended": "^3.0.2", | ||
| "hammerjs": "~2.0.8", | ||
| "igniteui-angular": "~22.0.0", | ||
| "igniteui-angular": "~22.1.0", |
Comment on lines
+14
to
25
| "@angular/animations": "~22.1.0", | ||
| "@angular/common": "~22.1.0", | ||
| "@angular/compiler": "~22.1.0", | ||
| "@angular/core": "~22.1.0", | ||
| "@angular/forms": "~22.1.0", | ||
| "@angular/platform-browser": "~22.1.0", | ||
| "@angular/platform-browser-dynamic": "~22.1.0", | ||
| "@angular/router": "~22.1.0", | ||
| "angular-auth-oidc-client": "~22.1.0", | ||
| "hammerjs": "~2.0.8", | ||
| "igniteui-angular": "~22.0.0", | ||
| "igniteui-angular": "~22.1.0", | ||
| "minireset.css": "~0.0.7", |
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
Update angular and igniteui-angular dependencies to 22.1.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