tsirlucas / soundplace

A React/Redux/redux-observable PWA where you can manage and listen to Youtube playlists.
https://www.soundplace.io
22 stars 2 forks source link

Update redux-observable to the latest version 🚀 #28

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 7 years ago

Version 0.17.0 of redux-observable was just published.

Dependency redux-observable
Current Version 0.16.0
Type dependency

The version 0.17.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of redux-observable.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 18 commits.

  • c073b9b chore(publish): v0.17.0
  • 4ff35d6 chore(preprepublish): open CHANGELOG in vi to let me edit it before publish
  • c4d0ccf feat(ofType): Better support for redux-actions (#348)
  • 579bd06 Merge pull request #345 from jayphelps/let
  • e738fbd chore(package): update webpack-rxjs-externals to version 1.1.0 (#347)
  • a1ba6a2 fix(store.dispatch): Calling store.dispatch() directly in your Epics is now deprecated (#346)
  • 150c1d5 fix(ofType): don't depend on letProto as it has issues in UMD builds
  • fb4a5af feat(ofType): expose ofType as lettable operator (#343)
  • 47f4f14 docs(adapters): Link to xstream adapter (#340)
  • 76ecd33 feat(epics): calling store.dispatch() directly inside your epics is now deprecated and will be removed in v1.0.0 (#336)
  • 434e521 chore: rename (es -> esm) (#329)
  • 890b710 docs(troubleshooting): returning a subscription from epic silently errors (#332)
  • c3d56dd docs(examples): Remove deprecated React.PropTypes in favor of the prop-types package (#327)
  • 9794b3b docs(HotModuleReplacement.md): Fix typo in example (#322)
  • ec8a307 chore(package): update eslint to version 4.6.0 (#318)

There are 18 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 1.0.0-alpha.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 56 commits.

  • e8672d2 chore(publish): v1.0.0-alpha.0
  • 7353c7f chore(v1.0.0-alpha.0): should not have bumped the version manually whoops
  • 67ffec9 chore(publish):
  • 93ab2eb chore(v1.0.0-alpha.0): alpha.0
  • a189ec0 chore(v1.0.0-alpha): Release v1.0.0-alpha with a WIP MIGRATION guide
  • 2ff3f6e feat(state$): The second argument of an Epic is now a stream of state$, not a store (#410)
  • ca3e9a4 chore(rxjs): Support rxjs v6 UMD builds
  • bff2e17 docs(Troubleshooting): change lettable to pipeable
  • fc533f5 docs(WritingTests): Fix Link to Redux Test Page
  • 4e960f7 remore yarn.lock with private repo
  • 48e6b6b bump rxjs dependency to beta.0
  • e531347 can use SchedulerLike to avoid imports from /internal
  • f67ca65 Operator type is now exported from main module
  • b097176 update peerDep
  • c091a4d only use lettable

There are 56 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.0.0-alpha.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • 45d532f chore(publish): v1.0.0-alpha.1
  • 6e9430d fix(typings): Update type of Epic parameter from store to state$ (#465)
  • 72bd9dc docs(MIGRATION): s/usecase/use case
  • b0ce420 docs(MIGRATION): explain rxjs v6 requirement
  • 38413f2 docs(MIGRATION): s/immeidately/immediately
  • f620913 docs(MIGRATION): add install instructions
  • 89a1a15 docs(MIGRATION): s/displaying/dispatching

See the full diff