qiwi / redux-signal-bus

Signal bus over redux
MIT License
0 stars 0 forks source link

Update reduce-reducers to the latest version 🚀 #22

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency reduce-reducers was updated from 0.4.3 to 1.0.0.

This version 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.


Release Notes for v1.0.0

BREAKING CHANGES

  • Change order of arguments (#27)
    • initialState is now the first argument instead of the last to support TypeScript:
      - reduceReducers(reducerA, reducerB, initialState);
      + reduceReducers(initialState, reducerA, reducerB);

Added

  • TypeScript support
    • Upgrading to this version should automatically make TypeScript aware of the new typing.
Commits

The new version differs by 4 commits.

  • f1634d1 1.0.0
  • 508df6a [#25] Change order of arguments (#27)
  • c98af2d Update index.js
  • 26deebc Added an error message if an undefined reducer was passed in

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:

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 296


Totals Coverage Status
Change from base Build 256: 0.0%
Covered Lines: 80
Relevant Lines: 81

💛 - Coveralls
greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for v1.0.1

Fixed

  • include index.d.ts in npm package
Commits

The new version differs by 2 commits.

See the full diff