fix(deps): update dependency i18next to v24 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
i18next (source) | dependencies | major | ^23.16.8 -> ^24.0.5 |
Release Notes
i18next/i18next (i18next)
v24.0.5
- remove extra log for 2268
v24.0.4
- simplify fix: incorrect locale detected 2268
v24.0.3
v24.0.2
- if no Intl api, log error and use dummy rule
v24.0.1
- early return and log error, if no Intl api
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 or this web tool.
- 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
toinitAsync
- fallback to
dev
language if plural rule not found - remove TypeScript v4 support. TypeScript v5 is now an optional peer dependency
- addresses
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Renovate