[Snyk] Upgrade redux from 3.7.2 to 4.0.4 #5
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade
redux
from 3.7.2 to 4.0.4.Warning: This is a major version upgrade, and may be a breaking change.
Release notes
This is a republish of 4.0.3 with an updated version of Babel to fix #3468
Changes
This is a quick revert of a change to our typings that broke compatibility. Apologies for the problems.
Also, if you are experiencing type errors related to
[Symbol.observable]
, please ensure you have the same version of redux installed for all your dependencies withnpm ls redux
.Changes
combineReducers
' type parameters (#3467 by @timdorr)This is a very minor release with some nice improvements to our TypeScript type definitions. Enjoy!
Changes
for in
(#3371 by @pvorona)DeepPartial
type (#3369 by @OliverJAsh)combineReducers
(#3411 by @appden)A very minor release. We've upgraded to Babel 7 internally and now provide a
.mjs
file which you can import cleanly into browsers that support ES modules natively. Enjoy!Changes
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
this
(#2641 by @Parakleta)npm install redux@next
There haven't been any big complaints with the previous beta, so it's time to graduate to a release candidate. Please give this a try in your applications and let us know if you see any issues. If we're all clear, I'll get 4.0 released in the next week!
Changes
npm install redux@next
Another beta release to test our TypeScript typings. Feedback is greatly appreciated!
Changes
It's time to bump the major version on Redux! 🎉
This is the first beta release of 4.0.0. Despite the version bump, the changes are relatively minor. Most of it was covered in the 4.0 tracking issue: #1342.
The largest amount of work was done with our Typescript definitions. They have been completely overhauled, so they should work better and take advantage of all the new stuff in TS 2.x.
The other big change is we are now bundling our CommonJS and ES builds like React has done recently. This means direct, private imports (
import createStore from 'redux/lib/createStore'
) will no longer work. This ensures our modules are maintaining a consistent contract with your apps and that any reorganization we choose to do internally has no effect on your usage of Redux.We've also tightened up some behavior quirks and dropped support for IE < 11. The vast majority of apps should require no changes. But we will run through a standard RC process to gradually release this out to the world and ensure no big headaches for everyone during the holiday season.
Enjoy!
Changes
this
(#2641 by @Parakleta)Changes
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs