Skip to content

Bump i18next-cli from 1.5.11 to 1.73.3 in /web - #24401

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/web/dev/i18next-cli-1.73.3
Open

dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/web/dev/i18next-cli-1.73.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 18, 2026

Copy link
Copy Markdown
Contributor

Bumps i18next-cli from 1.5.11 to 1.73.3.

Changelog

Sourced from i18next-cli's changelog.

1.73.3

  • fix(extract): default values that are not string literals are now resolved statically instead of being dropped. t('greeting', STRINGS.greeting), t('bye', FAREWELL), t('k', `${GREETING} there`) and the same expressions inside defaultValue / defaultValue_one / defaultValue_other 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 #293.

1.73.2

  • fix(deps): react is no longer a runtime dependency; it only lives in devDependencies for the type import. The CLI only needs react-i18next at runtime, which resolves React from the consuming project. Previously the ^19.2.8 floor could not dedupe against a project pinning an older React patch (Expo SDK 57 pins react@19.2.3) and nested a second copy under node_modules/i18next-cli, which Expo Doctor flagged as a duplicate. Now a single React copy is used. Fixes #292.

1.73.1

  • fix(extract): the <Trans> child error added for #246 now also fires for {table.name}, {fn()}, {`a ${b}`} and any other child expression the extractor cannot serialise, not only for bare identifiers like {name}. react-i18next inlines the value at runtime, while extraction silently produced an empty <1></1> placeholder, so the key never matched. The message suggests the {{name: table.name}} object form. It also no longer asks for a values prop: react-i18next reads the value from the {{name}} object child itself, so <Trans>See table {{name}}</Trans> works on its own. Extraction output is unchanged. Fixes #290.

1.73.0

  • feat: init runs without the wizard. --yes takes the detected defaults for every question not answered by --locales, --input, --output, --backend <local|locize|other> or --file-type <ts|js>; --project-id <id> (or LOCIZE_PROJECTID) supplies the Locize project id and skips the signup page and the credential prompts. Made for scripts and AI coding agents, which cannot drive the prompts.
  • feat: init --agent-note (also the last wizard question, default No) appends a short ## Internationalization section to AGENTS.md (and CLAUDE.md when present; when neither exists, AGENTS.md is created, plus a CLAUDE.md importing it if the project has a .claude/ folder) so the next agent session knows where the locale files are and how translations are managed. The exact text is in the README; --no-agent-note skips the question. Nothing is written unless you say yes.
  • change: the localize agent prompt (--print-agent-prompt) and the i18next-localization skill no longer presume Locize. The agent asks the developer once, before creating the config, whether to manage the translations with Locize or keep the files in the repository, and never creates a project or asks for an API key unless they chose Locize. The prompt now creates the config with init --yes ... instead of the interactive wizard.

1.72.4

... (truncated)

Commits
  • c72a000 1.73.3
  • 9f4b358 fix(extract): resolve non-literal default values like t("key", STRINGS.key) i...
  • c211594 1.73.2
  • d2daa22 fix(deps): move react to devDependencies so it no longer nests a second copy ...
  • 938cfa0 1.73.1
  • bc99139 fix(extract): error on <Trans> children like {table.name} that won't match at...
  • 83988c9 fix github actions
  • bf7f167 1.73.0
  • 8a38aa0 feat(init): non-interactive options, --project-id and an opt-in agent note; t...
  • 7fb1095 docs(skill): single-line description in the SKILL.md frontmatter
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [i18next-cli](https://github.com/i18next/i18next-cli) from 1.5.11 to 1.73.3.
- [Changelog](https://github.com/i18next/i18next-cli/blob/main/CHANGELOG.md)
- [Commits](i18next/i18next-cli@v1.5.11...v1.73.3)

---
updated-dependencies:
- dependency-name: i18next-cli
  dependency-version: 1.73.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants