reduxjs/redux-starter-kit
### [`v0.9.1`](https://togithub.com/reduxjs/redux-starter-kit/releases/v0.9.1)
[Compare Source](https://togithub.com/reduxjs/redux-starter-kit/compare/v0.9.0...v0.9.1)
The switch to TSDX accidentally dropped the re-export of types like `Action` from Redux.
#### Changelog
- Fix broken re-export of Redux types [`d70dc31`](https://togithub.com/reduxjs/redux-starter-kit/commit/d70dc31)
### [`v0.9.0`](https://togithub.com/reduxjs/redux-starter-kit/releases/v0.9.0)
[Compare Source](https://togithub.com/reduxjs/redux-starter-kit/compare/v0.8.1...v0.9.0)
This release contains only build tooling changes and package updates. We've switched our build setup from a homegrown Rollup config to use [TSDX](https://togithub.com/jaredpalmer/tsdx) instead. We're also running CI tests against multiple versions of TypeScript to try to prevent any future type changes that might affect older versions.
As part of the TSDX changes, the published package now contains the types in a single combined `index.d.ts` file instead of separate files, which may work better in certain build tooling setups.
In the process, we've also updated Immer from 2.1.5 to 4.0.1. This primarily adds auto-freezing of all state objects in development, but shouldn't have any actual changes for your code. See [the Immer release notes](https://togithub.com/immerjs/immer/releases) for more details.
Barring any new issues, this will likely be the last point release before 1.0 release candidates in the next couple days.
#### Changelog
- chore(build): swap in tsdx ([@RichiCoder1](https://togithub.com/RichiCoder1), [@phryneas](https://togithub.com/phryneas), [@markerikson](https://togithub.com/markerikson) - [#212](https://togithub.com/reduxjs/redux-starter-kit/issues/212))
- Use TypeScript 3.6 in development ([@nickmccurdy](https://togithub.com/nickmccurdy) - [#218](https://togithub.com/reduxjs/redux-starter-kit/issues/218))
- Test with multiple TypeScript minor versions in CI ([@nickmccurdy](https://togithub.com/nickmccurdy) - [#217](https://togithub.com/reduxjs/redux-starter-kit/issues/217))
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.
This PR contains the following updates:
^0.8.0
->^0.9.0
Release Notes
reduxjs/redux-starter-kit
### [`v0.9.1`](https://togithub.com/reduxjs/redux-starter-kit/releases/v0.9.1) [Compare Source](https://togithub.com/reduxjs/redux-starter-kit/compare/v0.9.0...v0.9.1) The switch to TSDX accidentally dropped the re-export of types like `Action` from Redux. #### Changelog - Fix broken re-export of Redux types [`d70dc31`](https://togithub.com/reduxjs/redux-starter-kit/commit/d70dc31) ### [`v0.9.0`](https://togithub.com/reduxjs/redux-starter-kit/releases/v0.9.0) [Compare Source](https://togithub.com/reduxjs/redux-starter-kit/compare/v0.8.1...v0.9.0) This release contains only build tooling changes and package updates. We've switched our build setup from a homegrown Rollup config to use [TSDX](https://togithub.com/jaredpalmer/tsdx) instead. We're also running CI tests against multiple versions of TypeScript to try to prevent any future type changes that might affect older versions. As part of the TSDX changes, the published package now contains the types in a single combined `index.d.ts` file instead of separate files, which may work better in certain build tooling setups. In the process, we've also updated Immer from 2.1.5 to 4.0.1. This primarily adds auto-freezing of all state objects in development, but shouldn't have any actual changes for your code. See [the Immer release notes](https://togithub.com/immerjs/immer/releases) for more details. Barring any new issues, this will likely be the last point release before 1.0 release candidates in the next couple days. #### Changelog - chore(build): swap in tsdx ([@RichiCoder1](https://togithub.com/RichiCoder1), [@phryneas](https://togithub.com/phryneas), [@markerikson](https://togithub.com/markerikson) - [#212](https://togithub.com/reduxjs/redux-starter-kit/issues/212)) - Use TypeScript 3.6 in development ([@nickmccurdy](https://togithub.com/nickmccurdy) - [#218](https://togithub.com/reduxjs/redux-starter-kit/issues/218)) - Test with multiple TypeScript minor versions in CI ([@nickmccurdy](https://togithub.com/nickmccurdy) - [#217](https://togithub.com/reduxjs/redux-starter-kit/issues/217))Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.