angular-application-insights
angular-application-insights copied to clipboard
publish(9.0.3): fix peerDep angular router for v14
Resolves #119
@MarkPieszak Can this be reviewed and merged?
bump. Would like this merged as well. any issues?
When will this be merged >.<?
@MarkPieszak how can I help get this merged?
Is it possible to merge this branch soon?
why do people even use peer dependency range? I mean why not simply use a minimal greater than version instead of a fixed version? I tried upgrading to Angular 15 and it throws an error and I can't work unless I use a --force install. In my own Angular libs, I simply never use any peer deps but if we really want to use peer deps, then why not use something simpler like this:
"@angular/router": ">=10.0.0"
at least this would work with current and future versions instead of being bugged down every time a new Angular version comes out, which is quite often. This would require a lot less maintenance too
@TPullen21 can you complete this PR?
@wolfpackt99 I don't have the rights to complete, it's up to @MarkPieszak.