Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency reduce-reducers to v1 #415

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 26, 2019

This PR contains the following updates:

Package Type Update Change References
reduce-reducers dependencies major ^0.4.0 -> ^1.0.0 source

Release Notes

redux-utilities/reduce-reducers

v1.0.4

Compare Source

Fixed

  • export type definition correctly

v1.0.3

Compare Source

Fixed

  • index.d.ts default export typo (#​31)

v1.0.2

Compare Source

Fixed

  • typing: initialState can be optional (#​29)

v1.0.1

Compare Source

Fixed

  • include index.d.ts in npm package

v1.0.0

Compare Source

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 type definition.

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 956

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 954: 0.0%
Covered Lines: 1636
Relevant Lines: 1636

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants