nilsmehlhorn / ngrx-wieder

Lightweight undo-redo for Angular with NgRx & immer.js
https://nils-mehlhorn.de/posts/angular-undo-redo-ngrx-redux
MIT License
127 stars 10 forks source link

build(deps): update to Angular & NgRx 11 #28

Closed nilsmehlhorn closed 3 years ago

nilsmehlhorn commented 3 years ago

Update to Angular & NgRx 11

julianpoemp commented 3 years ago

I also got an security alert about immer.js version 7, which you already updated in the main branch. Would it be possible to release these dependency updates in the near future? That would be awesome!

nilsmehlhorn commented 3 years ago

This PR specifically is blocked until NgRx 11 is released. The 4.0.2 release bumped immer.js to version 8: https://github.com/nilsmehlhorn/ngrx-wieder/blob/v4.0.2/package.json#L29

Otherwise you can always manually install different versions of peer dependencies in your project - you might end up with a warning though.

julianpoemp commented 3 years ago

This PR specifically is blocked until NgRx 11 is released. The 4.0.2 release bumped immer.js to version 8: https://github.com/nilsmehlhorn/ngrx-wieder/blob/v4.0.2/package.json#L29

NgRx 11 was released just 2 days ago ;)

Otherwise you can always manually install different versions of peer dependencies in your project - you might end up with a warning though.

You're right! I do that until the next ngrx-wieder with new dependencies was released :)

julianpoemp commented 3 years ago

Thank you very much! 🎉