Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency i18next to v24 (#6381)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [i18next](https://www.i18next.com) ([source](https://redirect.github.com/i18next/i18next)) | [`^23.16.8` -> `^24.1.0`](https://renovatebot.com/diffs/npm/i18next/23.16.8/24.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/i18next/24.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/i18next/24.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/i18next/23.16.8/24.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/i18next/23.16.8/24.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>i18next/i18next (i18next)</summary> ### [`v24.1.0`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2410) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v24.0.5...v24.1.0) - try to address [2270](https://redirect.github.com/i18next/i18next/issues/2270) by cloning the store data [2271](https://redirect.github.com/i18next/i18next/pull/2271) ### [`v24.0.5`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2405) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v24.0.4...v24.0.5) - remove extra log for [2268](https://redirect.github.com/i18next/i18next/pull/2268) ### [`v24.0.4`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2404) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v24.0.3...v24.0.4) - simplify fix: incorrect locale detected [2268](https://redirect.github.com/i18next/i18next/pull/2268) ### [`v24.0.3`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2403) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v24.0.2...v24.0.3) - fix: incorrect locale detected [2268](https://redirect.github.com/i18next/i18next/pull/2268) - fix: Intl.getCanonicalLocales throws with custom regions [2267](https://redirect.github.com/i18next/i18next/issues/2267) ### [`v24.0.2`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2402) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v24.0.1...v24.0.2) - if no Intl api, log error and use dummy rule ### [`v24.0.1`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2401) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v24.0.0...v24.0.1) - early return and log error, if no Intl api ### [`v24.0.0`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2400) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v23.16.8...v24.0.0) **This is a major breaking release:** - remove support for older environments - remove old i18next JSON formats - To convert your existing v3 translations to the v4 format, have a look at [i18next-v4-format-converter](https://redirect.github.com/i18next/i18next-v4-format-converter) or this [web tool](https://i18next.github.io/i18next-v4-format-converter-web/). - remove support for compatibility to v1 API - Intl API is mandatory now and will not fallback anymore - possible compatibility layer for older formats: `test/compatibility/v4/v4Compatibility.js` - rename `initImmediate` to `initAsync` - fallback to `dev` language if plural rule not found - remove TypeScript v4 support. TypeScript v5 is now an optional peer dependency - addresses - [2244](https://redirect.github.com/i18next/i18next/pull/2244) - [2184](https://redirect.github.com/i18next/i18next/pull/2184) - [2213](https://redirect.github.com/i18next/i18next/issues/2213) - [2206](https://redirect.github.com/i18next/i18next/pull/2206) - [2208](https://redirect.github.com/i18next/i18next/issues/2208) - [2148](https://redirect.github.com/i18next/i18next/issues/2148) - [2254](https://redirect.github.com/i18next/i18next/issues/2254) ➡️ check out the [migration guide](https://www.i18next.com/misc/migration-guide#v23.x.x-to-v24.0.0) </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 is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/valora-inc/wallet). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43Mi4yIiwidXBkYXRlZEluVmVyIjoiMzkuNzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsibnBtIiwicmVub3ZhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information