From 7fdfb34f7c1cce7241a4c95bb6cda6c9b4e48e8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 21:32:23 +0000 Subject: [PATCH] fix(deps): update dependency redux to ^4.2.1 (#3465) 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 | |---|---|---|---|---|---| | [redux](http://redux.js.org) ([source](https://togithub.com/reduxjs/redux)) | [`^4.2.0` -> `^4.2.1`](https://renovatebot.com/diffs/npm/redux/4.2.0/4.2.1) | [![age](https://badges.renovateapi.com/packages/npm/redux/4.2.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/redux/4.2.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/redux/4.2.1/compatibility-slim/4.2.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/redux/4.2.1/confidence-slim/4.2.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
reduxjs/redux ### [`v4.2.1`](https://togithub.com/reduxjs/redux/releases/tag/v4.2.1) [Compare Source](https://togithub.com/reduxjs/redux/compare/v4.2.0...v4.2.1) This bugfix release removes the `isMinified` internal check to fix a compat issue with Expo. That check has added [in early 2016, soon after Redux 3.0 was released](https://togithub.com/reduxjs/redux/issues/1029), at a time when it was still less common to use bundlers with proper production build settings. Today that check is irrelevant, so we've removed it. #### What's Changed - Remove minified check by [@​trajano](https://togithub.com/trajano) in [https://github.com/reduxjs/redux/pull/4454](https://togithub.com/reduxjs/redux/pull/4454) **Full Changelog**: https://github.com/reduxjs/redux/compare/v4.2.0...v4.2.1
--- ### 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 | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 039be6121d6..69ac7350904 100644 --- a/package.json +++ b/package.json @@ -174,7 +174,7 @@ "react-native-url-polyfill": "^1.2.0", "react-native-webview": "^11.6.4", "react-redux": "^7.2.9", - "redux": "^4.2.0", + "redux": "^4.2.1", "redux-persist": "^6.0.0", "redux-persist-fs-storage": "^1.3.0", "redux-saga": "^1.1.3", diff --git a/yarn.lock b/yarn.lock index 0d63556b386..3f1248e906f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16360,6 +16360,13 @@ redux@^4.0.0, redux@^4.0.4, redux@^4.2.0: dependencies: "@babel/runtime" "^7.9.2" +redux@^4.2.1: + version "4.2.1" + resolved "https://registry.yarnpkg.com/redux/-/redux-4.2.1.tgz#c08f4306826c49b5e9dc901dee0452ea8fce6197" + integrity sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w== + dependencies: + "@babel/runtime" "^7.9.2" + regenerate-unicode-properties@^10.0.1: version "10.0.1" resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.0.1.tgz#7f442732aa7934a3740c779bb9b3340dccc1fb56"