fix(deps): update dependency i18next to v22
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
i18next (source) | dependencies | major | ^21.4.2 -> ^22.0.0 |
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
i18next/i18next
v22.4.9
- fix: getFixedT with keyPrefix and fallback keys usage 1604
v22.4.8
- fix: nested interpolation with data model "replace"
v22.4.7
- fix: interpolation with data model "replace"
v22.4.6
- types: missing dir function export for typescript
v22.4.5
- types: allow als general options as second argument for t function
v22.4.4
- types: fix some strange t function overloads fixes 1882
v22.4.3
- types: t function overloads fix (open issue is still calling t with optional options argument)
v22.4.2
- types: t function overloads for call with ns option in combination with objects
v22.4.1
- types: more t function overloads for call with options argument but without ns value
v22.4.0
- types: more overloads for t function
v22.3.0
- offer possibility to define a language detector's detect function as promise
v22.2.0
v22.1.5
- types: ability to pass ns as option instead of prefix i.e.
i18next.t('bar', { ns: 'alternate' });
v22.1.4
- dir function executible also without initialization
v22.1.3
- named export for dir function
v22.1.2
- revert: guess if languageDetector is async if no info provided
v22.1.1
- guess if languageDetector is async if no info provided
v22.1.0
- extend backend connector to accept also backends with promise / async-await signature
v22.0.8
- fix options for continuous nesting 1876
v22.0.7
- Expose some types 1871
v22.0.6
- fix CallbackError type
v22.0.5
- Change DefaultTFuncReturn to return null if returnNull typeOption is true 1865
v22.0.4
- Add type for Formatter.addCached 1862
v22.0.3
v22.0.2
- [TypeScript] Add default value for TDefaultResult 1853
v22.0.1
- Fix normalize type options 1850
v22.0.0
- Make the translation function fully type-safe 1775
BREAKING: Since this is a major rewrite for TypeScript usage we decided to create a major version. For JavaScript users v22.0.0 is equivalent to 21.10.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.