-
Notifications
You must be signed in to change notification settings - Fork 3
Feature/431 angular upgrade #436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
korel-san
reviewed
Sep 4, 2025
korel-san
reviewed
Sep 4, 2025
projects/cps-ui-kit/src/lib/components/cps-tree-table/cps-tree-table.component.html
Outdated
Show resolved
Hide resolved
korel-san
previously approved these changes
Sep 4, 2025
lukasmatta
reviewed
Sep 8, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job 👏
projects/cps-ui-kit/src/lib/components/cps-tree-table/cps-tree-table.component.scss
Show resolved
Hide resolved
lukasmatta
previously approved these changes
Sep 15, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good job!
lukasmatta
previously approved these changes
Sep 15, 2025
The merge-base changed after approval.
lukasmatta
previously approved these changes
Sep 15, 2025
The merge-base changed after approval.
korel-san
previously approved these changes
Sep 15, 2025
The merge-base changed after approval.
- Updated Angular packages to version 20.2.1 in package.json. - Updated PrimeNG to version 20.0.1 and added new PrimeUI dependencies. - Updated TypeScript to version 5.9.2 and tslib to version 2.8.1. - Removed outdated package-lock.json for cps-ui-kit. - Updated cps-ui-kit package.json to version 20.0.0 and aligned peer dependencies with Angular 20.x. - Refactored various JSON API data files to remove generic types and improve type definitions. - Updated SCSS files to use the new `@use` syntax for importing variables. - Made minor adjustments to component templates and styles for better compatibility with updated libraries. - Adjusted TypeScript configuration to use bundler module resolution.
- Added 'angle-left' and 'angle-right' icons to the icons.svg file. - Updated cps-icon.component.ts to include new icon names. - Replaced existing paginator icons in cps-tree-table.component.html with new cps-icon components for better consistency and maintainability.
3712835
to
d2ac8b1
Compare
lukasmatta
approved these changes
Sep 15, 2025
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.
Upgrade to Angular 20 and TypeDoc Fixes
Summary
This pull request upgrades the project to Angular 20 and addresses issues related to TypeDoc compatibility. The primary focus was to ensure the project is aligned with the latest Angular version while maintaining compatibility with TypeDoc for API documentation generation.
Resolves #431
Changes
Angular Upgrade
package.json
to their respective Angular 20 versions.zone.js
to^0.15.0
andrxjs
to~7.8.1
for compatibility with Angular 20.TypeDoc Fixes
^0.28.10
.api-generator.js
script to handle breaking changes introduced in TypeDoc 0.28.x:children
array.{ [key: string]: number }
).Other Improvements
tsconfig.json
:"moduleResolution": "bundler"
for better compatibility with modern ES module packages."esModuleInterop"
and"allowSyntheticDefaultImports"
for smoother imports.import * as path from 'path';
for compatibility with ES modules.Release Notes:
value
fields for object-literal type aliases and function type aliases.