Skip to content

feat(*): update angular version to 22.1 - #17477

Open
ivanvpetrov wants to merge 1 commit into
masterfrom
ipetrov/bump-angular-version-22.1
Open

feat(*): update angular version to 22.1#17477
ivanvpetrov wants to merge 1 commit into
masterfrom
ipetrov/bump-angular-version-22.1

Conversation

@ivanvpetrov

Copy link
Copy Markdown
Contributor

Description

Bump angular version from 22.0 to 22.1

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 3, 2026 07:50

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

This PR bumps the workspace’s Angular framework/tooling dependencies from 22.0.0 to 22.1.0, keeping the repo’s root dependency set aligned with the intended Angular minor release.

Changes:

  • Updated @angular/* runtime dependencies to ^22.1.0.
  • Updated Angular CLI/build + Angular ESLint devDependencies to ^22.1.0.
  • Updated npm overrides entries for igniteui-angular-charts and igniteui-angular-core to Angular ^22.1.0.
Suppressed comments (1)

package.json:183

  • The overrides for igniteui-angular-core hard-code Angular versions ("^22.1.0"), which can drift from the top-level @angular/* versions during future bumps. Prefer using npm override version references ("$@angular/..."), consistent with the existing @angular-eslint override entries below.
    "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