Skip to content

Conversation

@dxvladislavvolkov
Copy link
Contributor

No description provided.

@dxvladislavvolkov dxvladislavvolkov self-assigned this Dec 12, 2025
Copilot AI review requested due to automatic review settings December 12, 2025 11:11
@dxvladislavvolkov dxvladislavvolkov added the dependencies Pull requests that update a dependency file label Dec 12, 2025
Copy link

Copilot AI left a comment

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 updates the Angular framework from version 17.3.x to version 20.3.x, a major version upgrade that requires breaking changes and migration steps.

Key Changes:

  • All Angular packages upgraded from 17.3.x to 20.3.x (core, animations, common, compiler, forms, platform-browser, router, etc.)
  • Added standalone: false metadata to all 72 @component decorators and 1 @pipe decorator to maintain module-based architecture
  • Updated angular.json configuration to replace deprecated browserTarget with buildTarget property
  • Updated TypeScript from 5.4.5 to 5.8.0 and zone.js from 0.14.10 to 0.15.0

Reviewed changes

Copilot reviewed 72 out of 73 changed files in this pull request and generated 1 comment.

File Description
package.json Updated all Angular packages to 20.3.x, TypeScript to 5.8.0, zone.js to 0.15.0, and related build tools
angular.json Migrated browserTarget to buildTarget in serve and extract-i18n configurations per Angular 20 requirements
src/app/**/*.component.ts (70 files) Added standalone: false to all @component decorators to maintain module-based components
src/app/layouts/header/header.component.ts Added standalone: false to both @pipe and @component decorators

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@dxvladislavvolkov dxvladislavvolkov merged commit ecfb0c3 into master Dec 12, 2025
4 checks passed
@dxvladislavvolkov dxvladislavvolkov deleted the fix-alerts branch December 12, 2025 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants