Skip to content

Update angular and igniteui-angular to 22.1.0 - #1759

Open
ivanvpetrov wants to merge 4 commits into
masterfrom
ipetrov/update-igniteui-cli-to-22.1
Open

Update angular and igniteui-angular to 22.1.0#1759
ivanvpetrov wants to merge 4 commits into
masterfrom
ipetrov/update-igniteui-cli-to-22.1

Conversation

@ivanvpetrov

Copy link
Copy Markdown
Contributor

Description

Update angular and igniteui-angular dependencies to 22.1.0

Related Issue

Closes #

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Refactoring / code cleanup
  • Build / CI configuration 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

  • I have tested my changes locally (npm run test)
  • I have built the project successfully (npm run build)
  • I have run the linter (npm run lint)
  • I have added/updated tests as needed
  • My changes do not introduce new warnings or errors

Additional Context

@coveralls

coveralls commented Jul 30, 2026

Copy link
Copy Markdown

Coverage Status

coverage: 87.816%. remained the same — ipetrov/update-igniteui-cli-to-22.1 into master

@ivanvpetrov
ivanvpetrov marked this pull request as ready for review August 27, 2026 07:45
Copilot AI lite review requested due to automatic review settings August 27, 2026 07:45

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.1560 and 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";
Comment thread CHANGELOG.md
@@ -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",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants