Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Update redux requirement to ^4.0.0 #39

Closed

Conversation

dependabot-preview[bot]
Copy link

Updates the requirements on redux to permit the latest version.

Release notes

Sourced from redux's releases.

v4.0.0

Redux 4 is here! 馃帀

If you're a React user, this is going to be a lot like going from 15 to 16. Not a lot of user-facing changes, but some interesting improvements under the hood.

The major changes (#1342) are around our TypeScript definitions, bundled CommonJS and ES builds, throwing if you subscribe or getState from a reducer, and a bunch of other smaller things. The full changes are listed below.

Enjoy!

Changes

  • Tons of docs updates. Thanks markerikson and the Redux community for all your PRs!
  • Make middleware API dispatch pass through all call arguments (#2560 by Asvarox)
  • Refactor applyMiddleware to reduce confusion around createStore args (#2201 by jimbolla)
  • Make bindActionCreators transparently pass this (#2641 by Parakleta)
  • Remove private flag on AnyAction type definition (#2510 by alexmngn)
  • Fixed quote types inconsistency in a warning message (#2297 by Andarist)
  • Move ActionTypes to a private export (b62248b by timdorr)
  • Throw if getState, subscribe, or unsubscribe called while dispatching (#1569 by mjw56)
  • Warn when dispatching during Middleware setup (#1485 by timdorr)
  • Mapped type for combineReducers in index.d.ts (#2182 by mkusher)
  • Remove legacy jsnext entry (#2284 by TrySound)
  • Revamp TypeScript typing with more type safety (#2563 by pelotom)
  • Fix TS definitions test for new Dispatch typing (#2674 by pelotom)
  • Add DeepPartial type for preloaded state (#2679 by aikoven)
  • Bundle cjs and es formats (#2358 by TrySound)
  • REPLACE action for replaceReducers (#2673 by timdorr)
  • Update build to use babel-preset-env (#2696 by hmillison)
  • Optimize dispatch plain object check (#2599 by timdorr)
  • Update TypeScript typings (#2773 by aikoven)
  • Added prettier formatting (#2676 by adityavohra7)
  • Add a sideEffects: false flag for Webpack 4 (#2865 by timdorr)
  • Fix missed case in "observe" type check (#2919 by zerobias)
Changelog

Sourced from redux's changelog.

Change Log

This project adheres to Semantic Versioning.
Every release, along with the migration instructions, is documented on the Github Releases page.

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot ignore this [minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use [this|these] label[s] will set the current labels as the default for future PRs for this repo and language

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Updates the requirements on [redux](https://github.com/reactjs/redux) to permit the latest version.
- [Release notes](https://github.com/reactjs/redux/releases)
- [Changelog](https://github.com/reactjs/redux/blob/master/CHANGELOG.md)
- [Commits](https://github.com/reactjs/redux/commits/v4.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Author

Superseded by #85.

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

Successfully merging this pull request may close these issues.

None yet

1 participant