coreui / coreui-angular

CoreUI Components Library for Angular https://coreui.io/angular/docs/
https://coreui.io/angular/
MIT License
244 stars 145 forks source link

Build Issue - version 15 in Github Action #184

Closed kajanthan19 closed 1 year ago

kajanthan19 commented 1 year ago

Recently I got failed my code build from GitHub action. But the Application build is perfectly working fine in local env

"dependencies": 
    "@angular/animations": "^15.0.4",
    "@angular/cdk": "^15.0.3",
    "@angular/common": "^15.0.4",
    "@angular/compiler": "^15.0.4",
    "@angular/core": "^15.0.4",
    "@angular/forms": "^15.0.4",
    "@angular/language-service": "^15.0.4",
    "@angular/platform-browser": "^15.0.4",
    "@angular/platform-browser-dynamic": "^15.0.4",
    "@angular/router": "^15.0.4",
    "@auth0/angular-jwt": "^5.0.2",
    "@coreui/angular": "^4.0.0",
    "@coreui/angular-chartjs": "^2.0.0",
    "@coreui/chartjs": "^3.0.0",
    "@coreui/coreui": "~4.1.3",
    "@coreui/icons": "^2.1.0",
    "@coreui/icons-angular": "^3.0.0",
    "@coreui/utils": "^1.3.1",
Screenshot 2023-06-09 at 10 43 29

do I need to upgrade the CoreUI or make it older version

xidedix commented 1 year ago

@kajanthan19

for Angular 15:

"@coreui/angular": "~4.4.9",
"@coreui/angular-chartjs": "~4.4.7",
"@coreui/icons-angular": "~4.4.7",

Important: it is ~ (tilde) sign, not ^ (caret) sign.

other updates

"@coreui/coreui": "~4.2.6",
"@coreui/chartjs": "^3.1.1",
"@coreui/icons": "^3.0.1",
"@coreui/utils": "^2.0.1",

imports update required for @coreui/utils v2

kajanthan19 commented 1 year ago

@xidedix Thank you for your update.

Unfortunately, we have removed the coreui from the solution.