tortilla
tortilla copied to clipboard
fix(deps): update dependency i18next to v19.9.2
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
i18next (source) | 19.1.0 -> 19.9.2 |
Release Notes
i18next/i18next
v19.9.2
v19.9.1
- Fallback on singular defaultValue 1563
v19.9.0
- Improve updateMissing default plural behavior 1558
- typescript: type definitions improvements for backend 1560
v19.8.9
- warn if i18next gets initialized multiple times
v19.8.8
- fix for cases when calling changeLanguage before finished to initialize 1552
v19.8.7
- use "Object.prototype.hasOwnProperty" instead of "object.hasOwnProperty", fixes 1542
v19.8.6
- regression fix because of last prototype pollution fix in v19.8.5
v19.8.5
- fix potential prototype pollution when backend plugin resolves a malicious language value
- use fallbackLng as default lng
v19.8.4
- update format function signature for TS 1520)
v19.8.3
- fix prototype pollution with constructor
v19.8.2
- allow nesting recursively with context (could theoretically generate infinite loop, prevented in 1480)
v19.8.1
v19.8.0
- allow fallbackLng as function 1508
v19.7.0
- resource manipulation functions are now chainable
v19.6.3
- plural rules for ht and iw
v19.6.2
- fix interpolation with option skipOnVariables when there are multiple placeholders 1490
v19.6.1
- extend interpolation option skipOnVariables 1488
- typescript: Change bindStore to bindI18nStore in ReactOptions type and update default values 1489
v19.6.0
- fix prototype pollution
- introduce new interpolation option skipOnVariables 1483
v19.5.6
- fix local usage of nsSeparator option
v19.5.5
- fix: recursion when passing nesting to interpolated 1480
v19.5.4
- typescript fix: getDataByLanguage typings & test 1472
- typescript fix: type declarion of exposed EventEmitter#off methods 1460
v19.5.3
- fix Macedonian plural formula 1476
v19.5.2
v19.5.1
v19.5.0
-
language detectors can return an array of languages and let i18next figure out best match
-
rename option whitelist to supportedLngs
-
rename option nonExpicitWhitelist to nonExplicitSupportedLngs
-
rename function languageUtils.isWhitelisted to languageUtils.isSupportedCode
This changes are made with temporal backwards compatiblity and will warn your for deprecated usage of old terms to give users and plugin providers some time to adapt their code base.
The temporal backwards compatiblity will be removed in a follow up major release.
Learn more about why this change was made here.
v19.4.5
- Add store events to typings 1451
v19.4.4
- typescript: Allow passing retry boolean to
ReadCallback
1439
v19.4.3
- fix regression introduced in "support formatting in nesting" 1419
v19.4.2
- fix for deno 1428
v19.4.1
- add getLanguagePartFromCode as in language fallback resolution 1424
v19.4.0
- support formatting in nesting 1419
v19.3.4
- fix cloning of service.utils binding to clone 1415
v19.3.3
- backendConnector extend initial retry from 250 to 350
v19.3.2
- fix the nested string options parsing introduced in v19.2.0 which broke having multiple options
v19.3.1
- typescript: add
options.interpolation.nestingOptionsSeparator
v19.3.0
- Double fix for 1395 issue 1399
- adds
options.interpolation.nestingOptionsSeparator: ','
to specify that separator
v19.2.0
- Add ability to use commas in nested keys 1398
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.