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

[Snyk] Upgrade redux-thunk from 2.0.1 to 2.3.0 #67

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

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Apr 7, 2020

Snyk has created this PR to upgrade redux-thunk from 2.0.1 to 2.3.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
  • The recommended version is 5 versions ahead of your current version.
  • The recommended version was released 2 years ago, on 2018-05-28.
Release notes
Package name: redux-thunk
  • 2.3.0 - 2018-05-28

    Hello! There's a new sheriff in town...

    This is only an update to the TypeScript typings for Redux 4.0 compatibility. After some discussion on the issues/PRs, we're going to be removing the typings completely in a 3.0 release soon. They will instead live in DefinitelyTyped, where they can be updated to match newer version of TypeScript and Redux at whatever pace they want to take. Farewell, typings! 🖖

  • 2.2.0 - 2017-01-18
    • Adds TypeScript definitions (#77)
  • 2.1.2 - 2017-01-18
    • Reverts v2.1.1, since it seemed to break TS builds under certain circumstances
  • 2.1.1 - 2017-01-18

    This release has been reverted.
    Use v2.2.0 instead.

    • Adds TypeScript definitions (#77)
  • 2.1.0 - 2016-05-10
    • Adds withExtraArgument for the cases when you want to inject a custom argument into all thunks. (#70)
    const store = createStore(
      reducer,
      applyMiddleware(thunk.withExtraArgument(api))
    )
    

    // later
    function fetchUser(id) {
    return (dispatch, getState, api) => {
    // you can use api here
    }
    }




  • 2.0.1 - 2016-03-06

    • Fixes a botched 2.0.0 release 😅
from redux-thunk GitHub release notes
Commit messages
Package name: redux-thunk

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

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.

None yet

1 participant