Skip to content
This repository has been archived by the owner on Apr 10, 2019. It is now read-only.

Bump redux from 3.7.2 to 4.0.1 #80

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

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented Feb 5, 2019

Bumps redux from 3.7.2 to 4.0.1.

Release notes

Sourced from redux's releases.

v4.0.1

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

  • Update mixed NODE_ENV message for Webpack 4 (4a215fb by timdorr)
  • Add unpkg field to package.json (#3003 by andrewbridge)
  • Use same return type for both StoreCreator signatures (#2985 by reklawnos)
  • Mark StoreCreator's preloadedState argument as optional (#3080 by srittau)
  • Add ES browser build (#3143 by TimvdLippe)
  • Throw an error if createStore is passed several enhancers (#3151 by selbekk)
  • Upgrade to Babel 7 (b9ee1cf by timdorr)

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)

v4.0.0-rc.1

npm install redux@next

... (truncated)
Commits

Dependabot compatibility score

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.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|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 these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

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)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/redux-4.0.1 branch 2 times, most recently from 346923c to 4912e23 Compare February 19, 2019 15:24
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/redux-4.0.1 branch from 4912e23 to 51295ae Compare March 15, 2019 20:18
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.

1 participant