Bump Angular@21.0.5, @ng-bootstrap/ng-bootstrap@20.0.0, apollo-angular@13.0.0 #445
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.
This pull request primarily focuses on upgrading Angular and related dependencies to their latest major versions, as well as making minor UI cleanups to icon usage in several components. The dependency updates ensure continued compatibility, improved performance, and access to new features, while the UI changes streamline the appearance of navigation and action icons.
Dependency upgrades:
@angularpackages and related dependencies (such as@ng-bootstrap/ng-bootstrap,apollo-angular, andngx-markdown) inpackage.jsonfrom Angular 20.x to 21.x, and updated several devDependencies to their latest versions. This ensures the project stays current with the Angular ecosystem.Dockerfilefromnginx:1.29.3-alpine-slimtonginx:1.29.4-alpine-slimfor improved security and stability.UI consistency improvements:
font-size: larger;styles from all<mat-icon>elements in pagination and filter buttons across multiple components (config-list.component.html,group-list.component.html,metric-data.component.html,metric-statistics.component.html,metric.component.html) to ensure consistent icon sizing and cleaner markup. [1] [2] [3] [4] [5]