gcanti / fp-ts-rxjs

fp-ts bindings for RxJS
https://gcanti.github.io/fp-ts-rxjs/
MIT License
187 stars 29 forks source link

RxJS v7 #63

Open OliverJAsh opened 3 years ago

OliverJAsh commented 3 years ago

The peer dependency currently requires v6. We need to bump this to v7 or find a way to allow both v6 and v7 (if possible).

https://twitter.com/BenLesh/status/1387843079583961091

https://github.com/gcanti/fp-ts-rxjs/blob/3d43883b37c2262048b704ce597bf4275dfe34d9/package.json#L37

SRachamim commented 2 years ago

What's the status here?

albohlabs commented 2 years ago

@SRachamim first we need to replace tslint with eslint and after that we can bum the TS version. Afterwards we should be able to migrate to rxjs 7. Feel free to review the #66