Merged
Conversation
updated angular to v19 provideExperimentalZonelessChangeDetection changed to provideZoneChangeDetection updated ngx-mat-select-search to support material v20 fixed template errors updated typescript-eslint to latest version to support typescript 5.9.3
There was a problem hiding this comment.
Pull request overview
This PR upgrades the Angular application and component library from v19 to v20, including Angular Material and related dependencies. The upgrade includes breaking changes that require API updates for SSR, change detection, and Material Design CSS variables.
Key Changes
- Updated all Angular packages from v19.2.x to v20.3.x and Angular Material from v19.2.x to v20.2.x
- Migrated from experimental to stable zoneless change detection API
- Updated Material Design CSS variables from
--mdc-to--mat-prefix across SCSS files - Updated build system from
@angular-devkit/build-angularto@angular/build
Reviewed changes
Copilot reviewed 13 out of 14 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| main.server.ts | Added BootstrapContext parameter to server bootstrap function |
| component-page-wrapper.component.html | Fixed template type checking by calling signals and adding non-null assertions |
| app.config.ts | Changed from provideExperimentalZonelessChangeDetection to provideZonelessChangeDetection |
| app.config.server.ts | Updated import path for provideServerRendering from @angular/platform-server to @angular/ssr |
| karma.conf.js (both) | Removed @angular-devkit/build-angular karma plugin (incomplete migration - see comments) |
| table.component.scss | Updated CSS variables from --mdc- to --mat- prefix for card colors |
| _mixins.scss | Updated CSS variables from --mdc- to --mat- prefix for button and icon colors |
| form.component.scss | Updated CSS variables from --mdc- to --mat- prefix for card shape |
| form-field.component.scss | Updated CSS variables from --mdc- to --mat- prefix for form field shape |
| form-errors.component.scss | Updated CSS variables from --mdc- to --mat- prefix for chip styling |
| package.json | Upgraded Angular to v20.3.x, Material to v20.2.x, TypeScript to 5.9.3, and related packages |
| angular.json | Updated builders from @angular-devkit/build-angular to @angular/build and added schematics configuration (with issues - see comments) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
saithis
reviewed
Dec 8, 2025
saithis
reviewed
Dec 8, 2025
saithis
reviewed
Dec 8, 2025
saithis
previously approved these changes
Dec 8, 2025
added 11 commits
December 9, 2025 08:08
…coallesces for optional dependencies
…allback for sortColumn
…le to allow any as datasource
auto-merge was automatically disabled
December 9, 2025 08:00
Head branch was pushed to by a user without write access
saithis
requested changes
Dec 9, 2025
projects/components/dialog-wrapper/src/dialog-wrapper.component.ts
Outdated
Show resolved
Hide resolved
saithis
approved these changes
Dec 9, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
updated the following packages:
manual changes: