Tinkoff / micro-sentry

Tiny Sentry client with idiomatic wrapper for Angular
Apache License 2.0
118 stars 8 forks source link

[BUG] Bump to Angular 15 #40

Open maxcodefaster opened 1 year ago

bufke commented 1 year ago

With Angular 16 out soon, what do you think of setting the peerDependecy to ">14.0.0"

The Angular part of this project is very small. IMO there are better uses of time than updating peerDependency twice a year for something that is very rare to break. I'm happy to update the tooling to Angular 15 and just setting it to >15 if desired.

maxcodefaster commented 1 year ago

Yeah just set it so that we do not have to do "npm i -f" cause of dependency conflicts. Project should work just as fine. It is just the config.

Anectem commented 1 year ago

Any news?