chore(deps-dev): Bump i18next-cli from 1.73.2 to 1.73.3 (#2173)

Bumps [i18next-cli](https://github.com/i18next/i18next-cli) from 1.73.2
to 1.73.3.
<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.73.3</h2>
<ul>
<li>fix(extract): default values that are not string literals are now
resolved statically instead of
being dropped. <code>t('greeting', STRINGS.greeting)</code>,
<code>t('bye', FAREWELL)</code>,
<code>t('k', `${GREETING} there`)</code> and the same expressions inside
<code>defaultValue</code> /
<code>defaultValue_one</code> / <code>defaultValue_other</code> options
pick up the value from a module-scope const,
object map or enum. Ambiguous expressions such as ternaries still fall
back to the key. Fixes
<a
href="https://redirect.github.com/i18next/i18next-cli/issues/293">#293</a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/i18next/i18next-cli/commit/c72a00098c032013cf10bba77357f8816c00177f"><code>c72a000</code></a>
1.73.3</li>
<li><a
href="https://github.com/i18next/i18next-cli/commit/9f4b358a487735b63391b7ea0bd669350537012e"><code>9f4b358</code></a>
fix(extract): resolve non-literal default values like t(&quot;key&quot;,
STRINGS.key) i...</li>
<li>See full diff in <a
href="https://github.com/i18next/i18next-cli/compare/v1.73.2...v1.73.3">compare
view</a></li>
</ul>
</details>
<br />

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:
dependabot[bot]
2026-09-18 14:14:07 +00:00
committed by GitHub
parent 83772d7e37
commit 66f88e4fb9
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -96,7 +96,7 @@
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.7",
"i18next-cli": "^1.73.2",
"i18next-cli": "^1.73.3",
"istanbul": "^0.4.5",
"istanbul-lib-coverage": "^3.2.2",
"nyc": "^18.0.0",
@@ -6664,9 +6664,9 @@
}
},
"node_modules/i18next-cli": {
"version": "1.73.2",
"resolved": "https://registry.npmjs.org/i18next-cli/-/i18next-cli-1.73.2.tgz",
"integrity": "sha512-f8oRKyavyt1mXgB5xvs2IqytYic5QtDM3qwfR86JDHQFFv/X4iKWK6Ca7QjGCEJTIWEeFqLbnv+y+ffVS1pPCw==",
"version": "1.73.3",
"resolved": "https://registry.npmjs.org/i18next-cli/-/i18next-cli-1.73.3.tgz",
"integrity": "sha512-v+nuv8y3S89AI1NmHQMv/O8xPTXoDYNvGaOqo3+bJjjusJEc5THUUfHMwJ+guhALMZFr6ts6G1hSb9Ntxj1uUg==",
"dev": true,
"license": "MIT",
"dependencies": {
+1 -1
View File
@@ -131,7 +131,7 @@
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.7",
"i18next-cli": "^1.73.2",
"i18next-cli": "^1.73.3",
"istanbul": "^0.4.5",
"istanbul-lib-coverage": "^3.2.2",
"nyc": "^18.0.0",