Release notes
*Sourced from [redux's releases](https://github.com/reduxjs/redux/releases).*
> ## v4.0.3
> 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 with `npm ls redux`.
>
> ## [Changes](https://github.com/reactjs/redux/compare/v4.0.2...v4.0.3)
>
> - Reverts the change to `combineReducers`' type parameters ([#3467](https://github-redirect.dependabot.com/reduxjs/redux/issues/3467) by [@timdorr](https://github.com/timdorr))
>
> ## v4.0.2
> This is a very minor release with some nice improvements to our TypeScript type definitions. Enjoy!
>
> ## [Changes](https://github.com/reactjs/redux/compare/v4.0.1...v4.0.2)
>
> - Iterate in combineReducers using `for in` ([#3371](https://github-redirect.dependabot.com/reduxjs/redux/issues/3371) by [@pvorona](https://github.com/pvorona))
> - Fix `DeepPartial` type ([#3369](https://github-redirect.dependabot.com/reduxjs/redux/issues/3369) by [@OliverJAsh](https://github.com/OliverJAsh))
> - Add types for Observable interface ([#3067](https://github-redirect.dependabot.com/reduxjs/redux/issues/3067) by [@pinyin](https://github.com/pinyin))
> - Make reducer optional in JSDocs ([#3408](https://github-redirect.dependabot.com/reduxjs/redux/issues/3408) by [@pingfengafei](https://github.com/pingfengafei))
> - Infer action types from `combineReducers` ([#3411](https://github-redirect.dependabot.com/reduxjs/redux/issues/3411) by [@appden](https://github.com/appden))
>
Commits
- [`d4ceb7e`](https://github.com/reduxjs/redux/commit/d4ceb7eea8640a1fd5f139c7ee1da95d500e594e) 4.0.3
- [`0c3a2c7`](https://github.com/reduxjs/redux/commit/0c3a2c7dd589db612f616b66b7ec5324793ec528) Revert "Infer action types from combineReducers" ([#3467](https://github-redirect.dependabot.com/reduxjs/redux/issues/3467))
- [`5893473`](https://github.com/reduxjs/redux/commit/589347325775a6b011c9ed12285978401d97fa4d) 4.0.2
- [`4ae0352`](https://github.com/reduxjs/redux/commit/4ae03522e159a205f2fae1b9fc44c62c2b5dbd3a) Upgrade some deps
- [`a3aa378`](https://github.com/reduxjs/redux/commit/a3aa378a5b64848e12da08ed4edc78f4b38c0711) Remove deprecated jsnext option
- [`d4075e1`](https://github.com/reduxjs/redux/commit/d4075e111612a7bfb5a1fbeabc219ae81c4eb099) docs: Fix fragment identifier ([#3461](https://github-redirect.dependabot.com/reduxjs/redux/issues/3461))
- [`ff8fce0`](https://github.com/reduxjs/redux/commit/ff8fce055b79c63e085c4e1d394bf637523626b7) Update UsageWithReactRouter.md ([#3459](https://github-redirect.dependabot.com/reduxjs/redux/issues/3459))
- [`beb1fc2`](https://github.com/reduxjs/redux/commit/beb1fc29ca6ebe45226caa3a064476072cd9ed26) removed distinctState() filter ([#3450](https://github-redirect.dependabot.com/reduxjs/redux/issues/3450))
- [`cf74935`](https://github.com/reduxjs/redux/commit/cf749356db98b1dfd8ad089e6899cd5d9eeb0aae) Typescript docs: add missing word ([#3441](https://github-redirect.dependabot.com/reduxjs/redux/issues/3441))
- [`702a422`](https://github.com/reduxjs/redux/commit/702a42283dfa0304f51a56b4635c95ca02ce23ac) fix(docs): Fix header anchor link positioning ([#3439](https://github-redirect.dependabot.com/reduxjs/redux/issues/3439))
- Additional commits viewable in [compare view](https://github.com/reduxjs/redux/compare/v4.0.1...v4.0.3)
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 squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@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). To ignore the version in this PR you can just close it
- `@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](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- 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.
Bumps redux from 4.0.1 to 4.0.3.
Release notes
*Sourced from [redux's releases](https://github.com/reduxjs/redux/releases).* > ## v4.0.3 > 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 with `npm ls redux`. > > ## [Changes](https://github.com/reactjs/redux/compare/v4.0.2...v4.0.3) > > - Reverts the change to `combineReducers`' type parameters ([#3467](https://github-redirect.dependabot.com/reduxjs/redux/issues/3467) by [@timdorr](https://github.com/timdorr)) > > ## v4.0.2 > This is a very minor release with some nice improvements to our TypeScript type definitions. Enjoy! > > ## [Changes](https://github.com/reactjs/redux/compare/v4.0.1...v4.0.2) > > - Iterate in combineReducers using `for in` ([#3371](https://github-redirect.dependabot.com/reduxjs/redux/issues/3371) by [@pvorona](https://github.com/pvorona)) > - Fix `DeepPartial` type ([#3369](https://github-redirect.dependabot.com/reduxjs/redux/issues/3369) by [@OliverJAsh](https://github.com/OliverJAsh)) > - Add types for Observable interface ([#3067](https://github-redirect.dependabot.com/reduxjs/redux/issues/3067) by [@pinyin](https://github.com/pinyin)) > - Make reducer optional in JSDocs ([#3408](https://github-redirect.dependabot.com/reduxjs/redux/issues/3408) by [@pingfengafei](https://github.com/pingfengafei)) > - Infer action types from `combineReducers` ([#3411](https://github-redirect.dependabot.com/reduxjs/redux/issues/3411) by [@appden](https://github.com/appden)) >Commits
- [`d4ceb7e`](https://github.com/reduxjs/redux/commit/d4ceb7eea8640a1fd5f139c7ee1da95d500e594e) 4.0.3 - [`0c3a2c7`](https://github.com/reduxjs/redux/commit/0c3a2c7dd589db612f616b66b7ec5324793ec528) Revert "Infer action types from combineReducers" ([#3467](https://github-redirect.dependabot.com/reduxjs/redux/issues/3467)) - [`5893473`](https://github.com/reduxjs/redux/commit/589347325775a6b011c9ed12285978401d97fa4d) 4.0.2 - [`4ae0352`](https://github.com/reduxjs/redux/commit/4ae03522e159a205f2fae1b9fc44c62c2b5dbd3a) Upgrade some deps - [`a3aa378`](https://github.com/reduxjs/redux/commit/a3aa378a5b64848e12da08ed4edc78f4b38c0711) Remove deprecated jsnext option - [`d4075e1`](https://github.com/reduxjs/redux/commit/d4075e111612a7bfb5a1fbeabc219ae81c4eb099) docs: Fix fragment identifier ([#3461](https://github-redirect.dependabot.com/reduxjs/redux/issues/3461)) - [`ff8fce0`](https://github.com/reduxjs/redux/commit/ff8fce055b79c63e085c4e1d394bf637523626b7) Update UsageWithReactRouter.md ([#3459](https://github-redirect.dependabot.com/reduxjs/redux/issues/3459)) - [`beb1fc2`](https://github.com/reduxjs/redux/commit/beb1fc29ca6ebe45226caa3a064476072cd9ed26) removed distinctState() filter ([#3450](https://github-redirect.dependabot.com/reduxjs/redux/issues/3450)) - [`cf74935`](https://github.com/reduxjs/redux/commit/cf749356db98b1dfd8ad089e6899cd5d9eeb0aae) Typescript docs: add missing word ([#3441](https://github-redirect.dependabot.com/reduxjs/redux/issues/3441)) - [`702a422`](https://github.com/reduxjs/redux/commit/702a42283dfa0304f51a56b4635c95ca02ce23ac) fix(docs): Fix header anchor link positioning ([#3439](https://github-redirect.dependabot.com/reduxjs/redux/issues/3439)) - Additional commits viewable in [compare view](https://github.com/reduxjs/redux/compare/v4.0.1...v4.0.3)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 squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@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). To ignore the version in this PR you can just close it - `@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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - 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.