fix(deps): update dependency i18next to v21
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
i18next (source) | dependencies | major | ^20.0.0 -> ^21.0.0 |
Release Notes
i18next/i18next
v21.4.2
- trim multiple formatters, fixes 1689
v21.4.1
- rtl fix for -arab language codes
v21.4.0
- bind all i18next functions to this, this way you can for example just use t() instead of i18n.t() 1682
v21.3.3
- apply default interpolation formatter when interpolation options don't specify one 1680
v21.3.2
- formatter typescript declarations 1679
v21.3.1
- get rid of internal isDummy check to prevent react-native issue 1675
v21.3.0
- adds support for formats provided by Intl API (number, currency, datetime, relativedate, list)
v21.2.6
- optimize do skip natural language detection also if user provided nsSeparator option is passed via direct options
v21.2.5
- do skip natural language detection also if user provided nsSeparator option is passed 1665
v21.2.4
- optimize Intl api check
v21.2.3
- fix Intl.PluralRules fallback
v21.2.2
- log error if Intl.PluralRules API is not available
v21.2.1
- do skip natural language detection, if user provided keySeparator option is passed 1670
v21.2.0
- provide bundled esm distributable 1667
v21.1.1
- optimize natural language detection 1661
v21.1.0
- A new RTL support added for
ckb
language code
v21.0.2
- fix defaultNS regression if translation namespace is defined in ns option, fixes #1658
v21.0.1
- fix typescript typo for skipOnVariables
v21.0.0
This is a major breaking release:
- introduce new v4 json format (intl plural forms with ordinal support), simplifyPluralSuffix not used anymore
-
skipOnVariables
by default now is true - automatically detect natural language keys (no need to set nsSeparator or keySeparator to false)
- remove deprecated whitelist features
- introduce new i18next.resolvedLanguage property
v20.6.1
- fix deepFind if looking for nesting array item
v20.6.0
- feature: key prefix option 1644
v20.5.0
- introduce missingKeyNoValueFallbackToKey option
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.