Update dependency reselect to v4.1.7 - autoclosed
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
reselect | 4.1.6 -> 4.1.7 |
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the logs for more information.
Release Notes
reduxjs/reselect
v4.1.7
This release updates the TS types to work correctly with TS 4.9, which made a change that broke the existing MergeParameters
type implementation. Happily, the TS team provided a better (and simpler!) MergeParameters
implementation. Since that only works with TS 4.7+, we've reworked the internals to handle providing the old implementation to TS 4.2..4.6, and the new implementation to TS 4.7 and greater.
As a user, there should be no visible change - just update to 4.1.7.
What's Changed
- Include 4.6 in the TS test matrix by @lukeapage in https://github.com/reduxjs/reselect/pull/576
- TS 4.9 compat by @markerikson in https://github.com/reduxjs/reselect/pull/587
Full Changelog: https://github.com/reduxjs/reselect/compare/v4.1.6...v4.1.7
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.