Skip to content

Commit

Permalink
fix(deps): update dependency react-i18next to ^12.3.1 (#4131)
Browse files Browse the repository at this point in the history
[![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

<details>
<summary>i18next/react-i18next (react-i18next)</summary>

###
[`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))

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzYuNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 26, 2023
1 parent ccca479 commit b6f1517
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b6f1517

Please sign in to comment.