Skip to content

Ipetrov/ng update 22.1.0 - #17488

Open
ivanvpetrov wants to merge 4 commits into
masterfrom
ipetrov/ng-update-22.1.0
Open

Ipetrov/ng update 22.1.0#17488
ivanvpetrov wants to merge 4 commits into
masterfrom
ipetrov/ng-update-22.1.0

Conversation

@ivanvpetrov

Copy link
Copy Markdown
Contributor

Description

  • Bump angular version from 22.0.0 to 22.1.0
  • Bump @angular overrides for igniteui-charts and igniteui-core

ng update @angular/cli
ng update @angular/core
ng update @angular-eslint/schematics

Motivation / Context

Type of Change (check all that apply):

  • Bug fix
  • New functionality
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactoring (no functional changes)
  • Documentation
  • Demos
  • CI/CD
  • Tests
  • Changelog
  • Skills/Agents

Component(s) / Area(s) Affected:

How Has This Been Tested?

  • Unit tests
  • Manual testing
  • Automated e2e tests

Test Configuration:

  • Angular version:
  • Browser(s):
  • OS:

Screenshots / Recordings

Checklist:

  • All relevant tags have been applied to this PR
  • This PR includes unit tests covering all the new code (test guidelines)
  • This PR includes API docs for newly added methods/properties (api docs guidelines)
  • This PR includes feature/README.MD updates for the feature docs
  • This PR includes general feature table updates in the root README.MD
  • This PR includes CHANGELOG.MD updates for newly added functionality
  • This PR contains breaking changes
  • This PR includes ng update migrations for the breaking changes (migrations guidelines)
  • This PR includes behavioral changes and the feature specification has been updated with them
  • Accessibility (ARIA, keyboard navigation, focus management) has been verified

Copilot AI review requested due to automatic review settings August 6, 2026 06:19

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 repo’s Angular toolchain and dependency set to Angular 22.1.0, including aligning npm overrides used for igniteui-angular-charts and igniteui-angular-core Angular package resolution.

Changes:

  • Bumped all @angular/* runtime dependencies from ^22.0.0 to ^22.1.0.
  • Bumped Angular CLI/build/compiler and @angular-eslint/* dev tooling from ^22.0.0 to ^22.1.0.
  • Updated overrides for igniteui-angular-charts and igniteui-angular-core to target Angular ^22.1.0.
Suppressed comments (1)

package.json:183

  • Same as above for the igniteui-angular-core override: hardcoding ^22.1.0 can get out of sync with the top-level Angular version. Using $@angular/* references keeps these overrides aligned automatically.
    "igniteui-angular-core": {
      "@angular/core": "^22.1.0",
      "@angular/common": "^22.1.0",
      "@angular/compiler": "^22.1.0"
    },

Comment thread package.json
Comment on lines 174 to 178
"igniteui-angular-charts": {
"@angular/core": "^22.0.0-rc.0",
"@angular/common": "^22.0.0-rc.0",
"@angular/compiler": "^22.0.0-rc.0"
"@angular/core": "^22.1.0",
"@angular/common": "^22.1.0",
"@angular/compiler": "^22.1.0"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants