Open mend-for-github-com[bot] opened 6 months ago
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
â™» Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
This PR contains the following updates:
^3.5.2
->^4.0.0
By merging this PR, the issue #94 will be automatically resolved and closed:
Release Notes
reduxjs/redux (redux)
### [`v4.0.0`](https://redirect.github.com/reduxjs/redux/releases/tag/v4.0.0) [Compare Source](https://redirect.github.com/reduxjs/redux/compare/v3.7.2...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](https://redirect.github.com/reduxjs/redux/issues/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](https://redirect.github.com/reactjs/redux/compare/v3.7.2...v4.0.0) - Tons of docs updates. Thanks [@markerikson](https://redirect.github.com/markerikson) and the Redux community for all your PRs! - Make middleware API dispatch pass through all call arguments ([#2560](https://redirect.github.com/reduxjs/redux/issues/2560) by [@Asvarox](https://redirect.github.com/Asvarox)) - Refactor applyMiddleware to reduce confusion around createStore args ([#2201](https://redirect.github.com/reduxjs/redux/issues/2201) by [@jimbolla](https://redirect.github.com/jimbolla)) - Make bindActionCreators transparently pass `this` ([#2641](https://redirect.github.com/reduxjs/redux/issues/2641) by [@Parakleta](https://redirect.github.com/Parakleta)) - Remove [@private](https://redirect.github.com/private) flag on AnyAction type definition ([#2510](https://redirect.github.com/reduxjs/redux/issues/2510) by [@alexmngn](https://redirect.github.com/alexmngn)) - Fixed quote types inconsistency in a warning message ([#2297](https://redirect.github.com/reduxjs/redux/issues/2297) by [@Andarist](https://redirect.github.com/Andarist)) - Move ActionTypes to a private export ([`b62248b`](https://redirect.github.com/reduxjs/redux/commit/b62248b) by [@timdorr](https://redirect.github.com/timdorr)) - Throw if getState, subscribe, or unsubscribe called while dispatching (including inside a reducer) ([#1569](https://redirect.github.com/reduxjs/redux/issues/1569) by [@mjw56](https://redirect.github.com/mjw56)) - Warn when dispatching during Middleware setup ([#1485](https://redirect.github.com/reduxjs/redux/issues/1485) by [@timdorr](https://redirect.github.com/timdorr)) - Mapped type for combineReducers in index.d.ts ([#2182](https://redirect.github.com/reduxjs/redux/issues/2182) by [@mkusher](https://redirect.github.com/mkusher)) - Remove legacy jsnext entry ([#2284](https://redirect.github.com/reduxjs/redux/issues/2284) by [@TrySound](https://redirect.github.com/TrySound)) - Revamp TypeScript typing with more type safety ([#2563](https://redirect.github.com/reduxjs/redux/issues/2563) by [@pelotom](https://redirect.github.com/pelotom)) - Fix TS definitions test for new Dispatch typing ([#2674](https://redirect.github.com/reduxjs/redux/issues/2674) by [@pelotom](https://redirect.github.com/pelotom)) - Add DeepPartial type for preloaded state ([#2679](https://redirect.github.com/reduxjs/redux/issues/2679) by [@aikoven](https://redirect.github.com/aikoven)) - Bundle cjs and es formats ([#2358](https://redirect.github.com/reduxjs/redux/issues/2358) by [@TrySound](https://redirect.github.com/TrySound)) - REPLACE action for replaceReducers ([#2673](https://redirect.github.com/reduxjs/redux/issues/2673) by [@timdorr](https://redirect.github.com/timdorr)) - Update build to use babel-preset-env ([#2696](https://redirect.github.com/reduxjs/redux/issues/2696) by [@hmillison](https://redirect.github.com/hmillison)) - Optimize dispatch plain object check ([#2599](https://redirect.github.com/reduxjs/redux/issues/2599) by [@timdorr](https://redirect.github.com/timdorr)) - Update TypeScript typings ([#2773](https://redirect.github.com/reduxjs/redux/issues/2773) by [@aikoven](https://redirect.github.com/aikoven)) - Added prettier formatting ([#2676](https://redirect.github.com/reduxjs/redux/issues/2676) by [@adityavohra7](https://redirect.github.com/adityavohra7)) - Add a sideEffects: false flag for Webpack 4 ([#2865](https://redirect.github.com/reduxjs/redux/issues/2865) by [@timdorr](https://redirect.github.com/timdorr)) - Fix missed case in "observe" type check ([#2919](https://redirect.github.com/reduxjs/redux/issues/2919) by [@zerobias](https://redirect.github.com/zerobias))