HNeukermans / ng2-signalr

angular2 - asp.net signalr library
MIT License
173 stars 80 forks source link

Update to Angular 12 #178

Closed leifjones closed 2 years ago

leifjones commented 3 years ago
  1. Run ng update @angular/core@12 @angular/cli@12 -C per update guide: https://update.angular.io/?l=3&v=11.0-12.0
  2. Increment version numbers
  3. Run npm audit fix and the suggested command to deep-update ini

Fix #174 Fix #164

leifjones commented 3 years ago

This upgrade addresses a number of vulnerabilities, including 1 critical one.

Bykiev commented 3 years ago

@mrsegen, when it will be merged? I'm awaiting Angular 11 release

leifjones commented 3 years ago

@Bykiev it’s not my call. It’s for @HNeukermans (or another maintainer?) to approve and release (or for someone to put up and be ready to maintain a fork).

It wouldn’t be ideal, but if this meets your needs, you could fork this branch and publish to a local repo accessible to your build process.

leifjones commented 2 years ago

Thanks @thduttonuk!

In case this helps anyone: Someone reached out to me that this PR didn't work for them, but they were able to get the previously released version working via npm install --force