Skip to content

Ipetrov/bump angular version 22.1 new - #17487

Open
ivanvpetrov wants to merge 3 commits into
masterfrom
ipetrov/bump-angular-version-22.1-new
Open

Ipetrov/bump angular version 22.1 new#17487
ivanvpetrov wants to merge 3 commits into
masterfrom
ipetrov/bump-angular-version-22.1-new

Conversation

@ivanvpetrov

Copy link
Copy Markdown
Contributor

Description

Bump angular version from 22.0 to 22.1

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 5, 2026 18:51

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 dependencies to Angular 22.1.x as part of routine framework version maintenance.

Changes:

  • Bumped @angular/* runtime dependencies from ^22.0.0 to ^22.1.x.
  • Bumped Angular build/CLI and Angular ESLint-related dev dependencies to ^22.1.x.
Suppressed comments (1)

package.json:106

  • In devDependencies, the Angular toolchain is also split across patch versions (CLI/build/schematics at ^22.1.3, but compiler-cli/language-service at ^22.1.0). It’s safer to keep these aligned to the same patch to avoid peer/compat warnings during builds.
    "@angular/build": "^22.1.3",
    "@angular/cli": "^22.1.3",
    "@angular/compiler-cli": "^22.1.0",
    "@angular/language-service": "^22.1.0",

Comment thread package.json
@@ -64,17 +64,17 @@
},
"private": true,
"dependencies": {
Comment thread package.json
Comment on lines +67 to +77
"@angular/animations": "^22.1.0",
"@angular/common": "^22.1.0",
"@angular/compiler": "^22.1.0",
"@angular/core": "^22.1.0",
"@angular/elements": "^22.1.0",
"@angular/forms": "^22.1.0",
"@angular/platform-browser": "^22.1.0",
"@angular/platform-browser-dynamic": "^22.1.0",
"@angular/platform-server": "^22.1.0",
"@angular/router": "^22.1.0",
"@angular/ssr": "^22.1.3",
Copilot AI review requested due to automatic review settings August 5, 2026 18:56

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

Copilot reviewed 1 out of 2 changed files in this pull request and generated no new comments.

Suppressed comments (3)

package.json:77

  • The Angular package versions are inconsistent within the same dependency block (most are ^22.1.0 while @angular/ssr is ^22.1.3). Since this repo already requires 22.1.3, consider aligning all @angular/* dependencies to the same patch baseline to avoid accidental mixed installs (especially with legacy peer-deps) and to make the minimum supported patch explicit.
    "@angular/platform-browser": "^22.1.0",
    "@angular/platform-browser-dynamic": "^22.1.0",
    "@angular/platform-server": "^22.1.0",
    "@angular/router": "^22.1.0",
    "@angular/ssr": "^22.1.3",

package.json:177

  • The overrides for igniteui-angular-* force Angular packages to ^22.1.0, while other Angular tooling in this file already targets ^22.1.3. Consider aligning these overrides to the same patch baseline so nested dependency resolution doesn’t unexpectedly pull an older patch than the workspace tooling.
      "@angular/core": "^22.1.0",
      "@angular/common": "^22.1.0",
      "@angular/compiler": "^22.1.0"

package.json:106

  • In devDependencies, @angular/cli and @angular/build are set to ^22.1.3 while compiler-cli and language-service remain at ^22.1.0. It’s safer/clearer to keep all Angular tooling packages on the same patch baseline to prevent peer-dependency drift.

This issue also appears on line 175 of the same file.

    "@angular/build": "^22.1.3",
    "@angular/cli": "^22.1.3",
    "@angular/compiler-cli": "^22.1.0",
    "@angular/language-service": "^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