Activities of "N335378"

We get Warnings suggesting abp theme shared has hidden dependencies to older versions of angular ? Please advise

Upon further examination below, we can see that abp theme shared depends on @swimlane/ngx-datatable@19.0.0

> yarn why @swimlane/ngx-datatable
yarn why v1.22.17
[1/4] Why do we have the module "@swimlane/ngx-datatable"...?
[2/4] Initialising dependency graph...
[3/4] Finding dependency...
[4/4] Calculating file sizes...
=> Found "@swimlane/ngx-datatable@19.0.0"
info Reasons this module exists
   - "@abp#ng.theme.shared" depends on it
   - Hoisted from "@abp#ng.theme.shared#@swimlane#ngx-datatable"
info Disk size without dependencies: "5.1MB"
info Disk size with unique dependencies: "5.17MB"
info Disk size with transitive dependencies: "5.17MB"
info Number of shared dependencies: 1
Done in 1.13s.
  • ABP Framework version: v5.1.3
  • UI type: Angular 13
  • DB provider: EF Core / postgres
  • Tiered (MVC) or Identity Server Separated (Angular): separate
  • Exception message and stack trace:
* warning "@abp/ng.account > @abp/ng.theme.shared > @ngx-validate/core@0.1.1" has incorrect peer dependency "@angular/common@>=5.0.0 <11.0.0".
warning "@abp/ng.account > @abp/ng.theme.shared > @ngx-validate/core@0.1.1" has incorrect peer dependency "@angular/core@>=5.0.0 <11.0.0".
warning "@abp/ng.account > @abp/ng.theme.shared > @ngx-validate/core@0.1.1" has incorrect peer dependency "@angular/forms@>=5.0.0 <11.0.0".
warning "@abp/ng.account > @abp/ng.theme.shared > @swimlane/ngx-datatable@19.0.0" has incorrect peer dependency "@angular/common@^11.0.2".
warning "@abp/ng.account > @abp/ng.theme.shared > @swimlane/ngx-datatable@19.0.0" has incorrect peer dependency "@angular/core@^11.0.2".
warning "@abp/ng.account > @abp/ng.theme.shared > @swimlane/ngx-datatable@19.0.0" has incorrect peer dependency "@angular/platform-browser@^11.0.2".
  • Steps to reproduce the issue:" Run .\start.ps1

We have migrated to ABP 5.1.3

Having checked the following docs we have been unable to find a solution to our problem.

We have chart code using the observable here: https://support.abp.io/QA/Questions/382/How-to-use-Chartjs-in-angular

And have made the changes after the upgrade: https://docs.abp.io/en/abp/5.0/UI/Angular/Chart-Component

But it's unclear about the observable.

Any ideas ?

Here it says ABP 5.1.3 does not support Angular 13, https://docs.abp.io/en/abp/5.0/Migration-Guides/Abp-5_0-Angular Is this still correct? (I notice it was edited last in October)

(package.json from abp 5.1.3 have angular 13 references)

Showing 1 to 3 of 3 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11