mirror of
https://github.com/maputnik/editor.git
synced 2026-08-29 16:37:25 +00:00
chore(deps-dev): Bump i18next-cli from 1.71.0 to 1.71.2 (#2111)
Bumps [i18next-cli](https://github.com/i18next/i18next-cli) from 1.71.0 to 1.71.2. <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.71.2</h2> <ul> <li>fix: <code>extract</code> no longer scales quadratically with the number of keys: selector-API / <code>returnObjects</code> keys are matched via an O(key depth) Set lookup instead of one regex per object key, and the per-key leaf check uses a precomputed ancestor-prefix Set instead of scanning all keys. A 4-minute run on a ~11,500-key monorepo drops to seconds; written output is byte-identical (<a href="https://redirect.github.com/i18next/i18next-cli/issues/286">#286</a>).</li> </ul> <h2>1.71.1</h2> <ul> <li>feat: <code>.reduce()</code>/<code>.reduceRight()</code> over an <code>as const</code> array now bind the element callback parameter (the second one, <code>(acc, el) => …</code>) like <code>.map()</code>/<code>.forEach()</code> already did, so <code>ERRORS.reduce((acc, n) => { acc[n] = t(`errors.${n}.title`) }, {})</code> extracts every element without the <code>(typeof ERRORS)[number]</code> cast workaround (<a href="https://redirect.github.com/i18next/i18next-cli/issues/285">#285</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/i18next-cli/commit/dacfb22a466638fd79dfdda0b2622cb2de01362d"><code>dacfb22</code></a> 1.71.2</li> <li><a href="https://github.com/i18next/i18next-cli/commit/bfa79b1121b64feab292f268f667003418954fea"><code>bfa79b1</code></a> fix: make extract scale linearly with key count (<a href="https://redirect.github.com/i18next/i18next-cli/issues/286">#286</a>)</li> <li><a href="https://github.com/i18next/i18next-cli/commit/a4970f86b7d5425b4a85c19f245d9000bacf86b7"><code>a4970f8</code></a> 1.71.1</li> <li><a href="https://github.com/i18next/i18next-cli/commit/e3c5676bd4162ef39a44e4f71075e0e63450dbc4"><code>e3c5676</code></a> feat: bind the element callback param of .reduce()/.reduceRight() over as-con...</li> <li><a href="https://github.com/i18next/i18next-cli/commit/e8abf5b02bd9ef740667d0e4f1dd89cdb155530e"><code>e8abf5b</code></a> chore: update dependencies and bump CI actions to v7</li> <li>See full diff in <a href="https://github.com/i18next/i18next-cli/compare/v1.71.0...v1.71.2">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:
+1
-1
@@ -131,7 +131,7 @@
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-plugin-react-hooks": "^7.1.1",
|
||||
"eslint-plugin-react-refresh": "^0.5.4",
|
||||
"i18next-cli": "^1.71.0",
|
||||
"i18next-cli": "^1.71.2",
|
||||
"istanbul": "^0.4.5",
|
||||
"istanbul-lib-coverage": "^3.2.2",
|
||||
"nyc": "^18.0.0",
|
||||
|
||||
Reference in New Issue
Block a user