agilgur5 / mst-persist

Persist and hydrate MobX-state-tree stores (in < 100 LoC)
Other
87 stars 17 forks source link

deps: more permissive mst peerDep, update mst devDep #33

Closed barbalex closed 1 year ago

barbalex commented 1 year ago

resolves https://github.com/agilgur5/mst-persist/issues/32

agilgur5 commented 1 year ago

The CI on this repo is still on Travis, so I need to migrate that to GH Actions to get it to run on each PR

CI has been migrated as of #34 now. If you rebase off main, that should get it to run on your PR

barbalex commented 1 year ago

You were able to test and confirm that this was working on MST 5, right?

Yes, in two of my projects it has been running flawlessly for years

barbalex commented 1 year ago

Not sure if I did all that's needed. Please check

codecov[bot] commented 1 year ago

Codecov Report

Merging #33 (ac13264) into main (3499a27) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##              main       #33   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           44        44           
  Branches        13        13           
=========================================
  Hits            44        44           
agilgur5 commented 1 year ago

Released in 0.1.4.

Thanks for your continued contribution @barbalex!