mirror of
https://github.com/maputnik/editor.git
synced 2026-08-22 13:07:26 +00:00
chore(deps-dev): Bump i18next-cli from 1.67.7 to 1.67.8 (#2077)
Bumps [i18next-cli](https://github.com/i18next/i18next-cli) from 1.67.7 to 1.67.8. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/i18next/i18next-cli/blob/main/CHANGELOG.md">i18next-cli's changelog</a>.</em></p> <blockquote> <h2>1.67.8</h2> <ul> <li>fix(extract): make the key sort order transitive, so <code>extract</code> is idempotent. The comparator compared base keys for plural/plural pairs but full keys for every other pair, which produced a cycle (<code>foo_solved < foo_zero < foo_one < foo_other < foo_solved</code>) for a key that has both plural forms and a context variant in a locale with a <code>zero</code> plural (lv, ru, pl, lt, uk, …). The resulting order then depended on the input order, so the same file flipped key order back and forth on every extract/download cycle. Keys are now always compared by base key first, then by variant rank (plain key, cardinal plurals, ordinal plurals) (<a href="https://redirect.github.com/i18next/i18next-cli/issues/279">#279</a>).</li> <li>feat(extract): resolve finite string-literal unions through the element type of an iterated array. <code>function f(items: IProps[])</code> with <code>items.map(({ size }) => t(`some_${size}`))</code> now expands to one key per union member, as does member access on the callback element (<code>items.forEach(item => t(`some_${item.size}`))</code>) and a typed array variable (<code>const items: IProps[] = …</code>). Covers <code>T[]</code>, <code>Array<T></code> and <code>ReadonlyArray<T></code> for <code>map</code>/<code>forEach</code>/<code>flatMap</code>/<code>filter</code>/ <code>find</code>/<code>some</code>/<code>every</code> (<a href="https://redirect.github.com/i18next/i18next-cli/issues/210">#210</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/i18next-cli/commit/773147b173929d71e1f58c78757df5a32c7e52f8"><code>773147b</code></a> 1.67.8</li> <li><a href="https://github.com/i18next/i18next-cli/commit/f3bff583910ecafe23979f05bc721754484f09fa"><code>f3bff58</code></a> fix(extract): transitive key sort (<a href="https://redirect.github.com/i18next/i18next-cli/issues/279">#279</a>); resolve array element unions (<a href="https://redirect.github.com/i18next/i18next-cli/issues/210">#210</a>)</li> <li>See full diff in <a href="https://github.com/i18next/i18next-cli/compare/v1.67.7...v1.67.8">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Generated
+4
-4
@@ -96,7 +96,7 @@
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-plugin-react-hooks": "^7.1.1",
|
||||
"eslint-plugin-react-refresh": "^0.5.3",
|
||||
"i18next-cli": "^1.67.7",
|
||||
"i18next-cli": "^1.67.8",
|
||||
"istanbul": "^0.4.5",
|
||||
"istanbul-lib-coverage": "^3.2.2",
|
||||
"nyc": "^18.0.0",
|
||||
@@ -7241,9 +7241,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/i18next-cli": {
|
||||
"version": "1.67.7",
|
||||
"resolved": "https://registry.npmjs.org/i18next-cli/-/i18next-cli-1.67.7.tgz",
|
||||
"integrity": "sha512-i9Y12IVjvNYVzMQbwbT8kdRnX1St9lEAzfejQzi1d1JXSTaAkp0xqYZM2mdfCVaPgbssTTCsl0FnjbsllksjLQ==",
|
||||
"version": "1.67.8",
|
||||
"resolved": "https://registry.npmjs.org/i18next-cli/-/i18next-cli-1.67.8.tgz",
|
||||
"integrity": "sha512-v1/lw078Eu5CZfkHqk6mmqJw3tuBCl6IRpjnHrb5fnrheLyBTHNK/p9onUkqbP4QAxSXHQF6WCdBkmVf64QS9g==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
+1
-1
@@ -130,7 +130,7 @@
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-plugin-react-hooks": "^7.1.1",
|
||||
"eslint-plugin-react-refresh": "^0.5.3",
|
||||
"i18next-cli": "^1.67.7",
|
||||
"i18next-cli": "^1.67.8",
|
||||
"istanbul": "^0.4.5",
|
||||
"istanbul-lib-coverage": "^3.2.2",
|
||||
"nyc": "^18.0.0",
|
||||
|
||||
Reference in New Issue
Block a user