Angular2-Toaster icon indicating copy to clipboard operation
Angular2-Toaster copied to clipboard

New release for Angular 13 ?

Open vanackere opened this issue 4 years ago • 8 comments
trafficstars

Hi,

Would it be possible to make a new release of this library, compatible with angular 13 ? Currently the library works but it is required to use the --force option of npm :

Conflicting peer dependency: @angular/[email protected]
npm WARN node_modules/@angular/compiler
npm WARN   peer @angular/compiler@"^11.0.0" from [email protected]
npm WARN   node_modules/angular2-toaster
npm WARN     angular2-toaster@"11.0.1" from the root project
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: [email protected]
npm WARN Found: @angular/[email protected]
npm WARN node_modules/@angular/core
npm WARN   @angular/core@"^13.0.1" from the root project
npm WARN   6 more (@angular/animations, @angular/cdk, @angular/common, ...)

Best regards,

vanackere avatar Nov 11 '21 22:11 vanackere

@vanackere you may use npm install --legacy-peer-deps --save for now. It will work with 12\13 Angular because actually there is everything correct inside the package, it's just new NPM behavior.

nosovk avatar Dec 27 '21 07:12 nosovk

While we can use --legacy-peer-deps we shouldn't have to. One has to assume this package is no longer maintained, no commits for 2 years.

jdelaune avatar May 17 '22 08:05 jdelaune

Is this package still maintained?

sistla001 avatar May 19 '22 13:05 sistla001

I haven't focused on this package in some time due to conflicting priorities and the fact that the feature set was stable, mature, and relatively easy to integrate with later versions of Angular.

That said, it certainly isn't a fair posture to take considering it impacts the awesome community that uses the package. Using the package should be easy and convenient. I'll get new branches cut for both Angular 12 and 13 targets.

Stabzs avatar May 19 '22 20:05 Stabzs

can we have it working with angular 14 ? i get the same peer dependencies errors.

graphicsxp avatar Jul 26 '22 10:07 graphicsxp

@Stabzs Any chance of this being updated? Still 11.0.1 on npm

coffeymatt avatar Jul 26 '22 11:07 coffeymatt

@Stabzs Kindly asking - any update here?

assaftenen avatar Oct 03 '22 16:10 assaftenen