From b6f1517c1e299e5da8851215a6b3fb6a740a930b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 06:42:55 +0000 Subject: [PATCH] fix(deps): update dependency react-i18next to ^12.3.1 (#4131) 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 | |---|---|---|---|---|---| | [react-i18next](https://togithub.com/i18next/react-i18next) | [`^12.2.2` -> `^12.3.1`](https://renovatebot.com/diffs/npm/react-i18next/12.2.2/12.3.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react-i18next/12.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-i18next/12.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-i18next/12.2.2/12.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-i18next/12.2.2/12.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
i18next/react-i18next (react-i18next) ### [`v12.3.1`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1231) [Compare Source](https://togithub.com/i18next/react-i18next/compare/v12.3.0...v12.3.1) - optimization for optional lng prop for useTranslation, should now prevent missings when lazy loading translations [1637](https://togithub.com/i18next/react-i18next/issues/1637) ### [`v12.3.0`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1230) [Compare Source](https://togithub.com/i18next/react-i18next/compare/v12.2.2...v12.3.0) - optional lng prop for useTranslation (helping on server side [1637](https://togithub.com/i18next/react-i18next/issues/1637))
--- ### Configuration 📅 **Schedule**: Branch creation - "after 5pm,every weekend" in timezone America/Los_Angeles, Automerge - "after 5pm,every weekend" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **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://developer.mend.io/github/valora-inc/wallet). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4453cc3d69b..a474b95181c 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "react": "18.2.0", "react-apollo": "^3.1.3", "react-async-hook": "^4.0.0", - "react-i18next": "^12.2.2", + "react-i18next": "^12.3.1", "react-native": "0.70.12", "react-native-adjust": "^4.33.0", "react-native-android-open-settings": "^1.3.0", diff --git a/yarn.lock b/yarn.lock index b244c67b27d..75cfab9b22f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13627,10 +13627,10 @@ react-freeze@^1.0.0: resolved "https://registry.yarnpkg.com/react-freeze/-/react-freeze-1.0.0.tgz#b21c65fe1783743007c8c9a2952b1c8879a77354" integrity sha512-yQaiOqDmoKqks56LN9MTgY06O0qQHgV4FUrikH357DydArSZHQhl0BJFqGKIZoTqi8JizF9Dxhuk1FIZD6qCaw== -react-i18next@^12.2.2: - version "12.2.2" - resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-12.2.2.tgz#38a6fad11acf4f2abfc5611bdb6b1918d0f47578" - integrity sha512-KBB6buBmVKXUWNxXHdnthp+38gPyBT46hJCAIQ8rX19NFL/m2ahte2KARfIDf2tMnSAL7wwck6eDOd/9zn6aFg== +react-i18next@^12.3.1: + version "12.3.1" + resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-12.3.1.tgz#30134a41a2a71c61dc69c6383504929aed1c99e7" + integrity sha512-5v8E2XjZDFzK7K87eSwC7AJcAkcLt5xYZ4+yTPDAW1i7C93oOY1dnr4BaQM7un4Hm+GmghuiPvevWwlca5PwDA== dependencies: "@babel/runtime" "^7.20.6" html-parse-stringify "^3.0.1"