Ngx-chips: Bump peerDependency of Angular to ^10

Created on 25 Jun 2020  路  6Comments  路  Source: Gbuomprisco/ngx-chips

I'm submitting a ... (check one with "x")

[ ] bug report => search github for a similar issue or PR before submitting
[x ] support request/question

Notice: feature requests will be ignored, submit a PR if you'd like

Current behavior

When running an ng update @angular/core it fails because ngx-chips has outdated peer dependencies. To bypass this, a developer would have to --force the update. Shouldn't be necessary.

ngx-chips" has an incompatible peer dependency to "@angular/animations" (requires "^8.0.0" (extended), would install "10.0.0")

Expected behavior

ngx-chips project should always use the latest peerDependency of Angular that it supports. ng update should work without having to --force the update.

Minimal reproduction of the problem with instructions (if applicable)
ng update @angular/core @angular/cli

What do you use to build your app?. Please specify the version
Angular CLI

Angular version:
Angular 10

ngx-chips version:
Yes

Most helpful comment

I create PR to fix this, but the owner of the project didn't reply, so, i created a clone that has this fix
npm install ngx-chips-angular

All 6 comments

is an excellent component, awaiting support at Angular10

yes, i wish they support angular 10

Guys, is there any progress with adding support of Angular 10?
This stops lot of projects from upgrading Angular version

I create PR to fix this, but the owner of the project didn't reply, so, i created a clone that has this fix
npm install ngx-chips-angular

Thanks @Gbuomprisco for merging the PR, the new version is alive in npm package

Thank you for the PR :) @akamal88

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lukas-bernert picture lukas-bernert  路  4Comments

HDaghash picture HDaghash  路  4Comments

rspandi1985 picture rspandi1985  路  4Comments

DevInstinct picture DevInstinct  路  4Comments

neilharding picture neilharding  路  5Comments