typebytes / angular-checklist

🔥 Curated list of common mistakes made when developing Angular applications
https://angular-checklist.dev
MIT License
316 stars 66 forks source link

ng upgrade fails due to incompatible Deps #42

Closed niemyjski closed 7 months ago

niemyjski commented 5 years ago
➜ ng update --all
Your global Angular CLI version (8.0.0) is greater than your local
version (7.3.8). The local Angular CLI version is used.

To disable this warning use "ng config -g cli.warnings.versionMismatch false".
                  Package "angular-checklist" has an incompatible peer dependency to "@angular/common" (requires "^4.0.0" (extended), would install "8.0.0").
                  Package "angular-checklist" has an incompatible peer dependency to "@angular/core" (requires "^4.0.0" (extended), would install "8.0.0").
                  Package "angular-checklist" has an incompatible peer dependency to "rxjs" (requires "^5.1.0", would install "6.5.2").
                  Package "angular-checklist" has an incompatible peer dependency to "zone.js" (requires "^0.8.4", would install "0.9.1").
Incompatible peer dependencies found. See above.
d3lm commented 5 years ago

Thank you for opening this issue. I'll have a look when I have the time. Maybe you also want to look into this and see how you can fix this issue. We can probably fix this by passing --force, but we should use this with caution.

hs2504785 commented 3 years ago

Just want to know if this project been upgraded to latest angular 11

guillermoarellano commented 3 years ago

@hs2504785 Doesn't look like it. It is still at Angular 7. You can upgrade it yourself and push a PR so that Dominic or others can review it and accept it.

Although, check when was the last time they accepted a PR. Abandoned projects are rampant all over GitHub. :)

d3lm commented 3 years ago

Hey! No it hasn't been upgraded yet, but I am more than happy if you submit a PR to upgrade it to the latest Angular version! That would be really cool.

My intention is not that this projects gets abandoned, so I am happy for any contribution. It's just been super busy at StackBlitz with our WebContainer release, in case you have not seen it 🔥

geromegrignon commented 7 months ago

closed as resolved by latest updates.