MicroPad / MicroPad-Core

µPad (MicroPad) is an open digital note taking app
https://getmicropad.com
Mozilla Public License 2.0
234 stars 22 forks source link

Update dependencies, involves refactor of a large percentage of the codebase #197

Closed NickGeek closed 2 years ago

NickGeek commented 5 years ago

MicroPad has been locked in breaking-change + security update hell and the time to bite the bullet is now.

This is an almost working + almost fully tested update of a bunch of dependencies which involves the refactor of almost every epic in the entire app. I'm genuinely surprised I got as much of this done as I did.

Essentially the build scripts, redux, and redux-observable are being updated. All of those updates a breaking changes, hence the size of this PR. So far, almost all of the changes work except for some issues around search web workers, the sync epics haven't been tested yet, and the prod build fails because 'create react app' changed how service workers work.

This also resolves #23