update node modules

This commit is contained in:
s2
2020-07-20 16:20:39 +02:00
parent dcb748f037
commit f9fb05e4db
906 changed files with 124011 additions and 93468 deletions

53
node_modules/i18next/CHANGELOG.md generated vendored
View File

@@ -1,3 +1,56 @@
### 19.6.2
- fix interpolation with option skipOnVariables when there are multiple placeholders [1490](https://github.com/i18next/i18next/issues/1490)
### 19.6.1
- extend interpolation option skipOnVariables [1488](https://github.com/i18next/i18next/pull/1488)
- typescript: Change bindStore to bindI18nStore in ReactOptions type and update default values [1489](https://github.com/i18next/i18next/pull/1489)
### 19.6.0
- fix prototype pollution
- introduce new interpolation option skipOnVariables [1483](https://github.com/i18next/i18next/pull/1483)
### 19.5.6
- fix local usage of nsSeparator option
### 19.5.5
- fix: recursion when passing nesting to interpolated [1480](https://github.com/i18next/i18next/pull/1480)
### 19.5.4
- typescript fix: getDataByLanguage typings & test [1472](https://github.com/i18next/i18next/pull/1472)
- typescript fix: type declarion of exposed EventEmitter#off methods [1460](https://github.com/i18next/i18next/pull/1460)
### 19.5.3
- fix Macedonian plural formula [1476](https://github.com/i18next/i18next/pull/1476)
### 19.5.2
- fix nesting interpolation with prepended namespace, fixes #1474 [1475](https://github.com/i18next/i18next/pull/1475)
### 19.5.1
- getBestMatchFromCodes: use fallbackLng if nothing found, fixes #1470 [1471](https://github.com/i18next/i18next/pull/1471)
### 19.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](https://github.com/i18next/i18next/issues/1466).
### 19.4.5
- Add store events to typings [1451](https://github.com/i18next/i18next/pull/1451)