From 049a13f6a35a1730b18d9ef6a12f481c2a913e98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 17:51:32 -0800 Subject: [PATCH] fix(deps): update dependency reselect to ^4.1.7 (#3343) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [reselect](https://togithub.com/reduxjs/reselect) | [`^4.0.0` -> `^4.1.7`](https://renovatebot.com/diffs/npm/reselect/4.1.6/4.1.7) | [![age](https://badges.renovateapi.com/packages/npm/reselect/4.1.7/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/reselect/4.1.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/reselect/4.1.7/compatibility-slim/4.1.6)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/reselect/4.1.7/confidence-slim/4.1.6)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
reduxjs/reselect ### [`v4.1.7`](https://togithub.com/reduxjs/reselect/releases/tag/v4.1.7) [Compare Source](https://togithub.com/reduxjs/reselect/compare/v4.1.6...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](https://togithub.com/microsoft/TypeScript/pull/50831#issuecomment-1253830522). 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](https://togithub.com/lukeapage) in [https://github.com/reduxjs/reselect/pull/576](https://togithub.com/reduxjs/reselect/pull/576) - TS 4.9 compat by [@​markerikson](https://togithub.com/markerikson) in [https://github.com/reduxjs/reselect/pull/587](https://togithub.com/reduxjs/reselect/pull/587) **Full Changelog**: https://github.com/reduxjs/reselect/compare/v4.1.6...v4.1.7
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/valora-inc/wallet). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e4cc24210d6..29e3c1f85ce 100644 --- a/package.json +++ b/package.json @@ -179,7 +179,7 @@ "redux-persist": "^6.0.0", "redux-persist-fs-storage": "^1.3.0", "redux-saga": "^1.1.3", - "reselect": "^4.0.0", + "reselect": "^4.1.7", "statsig-react-native": "^4.6.0", "svgs": "^4.2.0", "tslib": "^2.4.1", diff --git a/yarn.lock b/yarn.lock index 6cce3482c05..9da91d10c1e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16518,6 +16518,11 @@ reselect@^4.0.0, reselect@^4.1.5: resolved "https://registry.yarnpkg.com/reselect/-/reselect-4.1.6.tgz#19ca2d3d0b35373a74dc1c98692cdaffb6602656" integrity sha512-ZovIuXqto7elwnxyXbBtCPo9YFEr3uJqj2rRbcOOog1bmu2Ag85M4hixSwFWyaBMKXNgvPaJ9OSu9SkBPIeJHQ== +reselect@^4.1.7: + version "4.1.7" + resolved "https://registry.yarnpkg.com/reselect/-/reselect-4.1.7.tgz#56480d9ff3d3188970ee2b76527bd94a95567a42" + integrity sha512-Zu1xbUt3/OPwsXL46hvOOoQrap2azE7ZQbokq61BQfiXvhewsKDwhMeZjTX9sX0nvw1t/U5Audyn1I9P/m9z0A== + resolve-cwd@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-3.0.0.tgz#0f0075f1bb2544766cf73ba6a6e2adfebcb13f2d"