Skip to content

chore(deps-dev): bump i18next-cli from 1.73.0 to 1.73.2 in the frontend group - #6494

Merged
pawelangelow merged 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend-6c318e4821
Sep 14, 2026
Merged

pawelangelow merged 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend-6c318e4821

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the frontend group with 1 update: i18next-cli.

Updates i18next-cli from 1.73.0 to 1.73.2

Changelog

Sourced from i18next-cli's changelog.

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.
Commits
  • 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
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note

Low Risk
Dev-only i18next CLI tooling and lockfile resolution; no production runtime or auth/data paths change.

Overview
Updates the dev dependency i18next-cli from 1.73.0 to 1.73.2 via package-lock.json only (still ^1 in package.json).

The lockfile change drops a nested react@19.2.8 under node_modules/i18next-cli, matching upstream’s move of react to dev-only so the CLI dedupes against the app’s React (relevant for Expo Doctor duplicate-React checks). You also pick up 1.73.1 extractor behavior: stricter errors for <Trans> children it can’t serialize (e.g. {table.name}), with guidance to use the {{name: table.name}} form.

Reviewed by Cursor Bugbot for commit 24a499c. Bugbot is set up for automated code reviews on this repo. Configure here.

Bumps the frontend group with 1 update: [i18next-cli](https://github.com/i18next/i18next-cli).


Updates `i18next-cli` from 1.73.0 to 1.73.2
- [Changelog](https://github.com/i18next/i18next-cli/blob/main/CHANGELOG.md)
- [Commits](i18next/i18next-cli@v1.73.0...v1.73.2)

---
updated-dependencies:
- dependency-name: i18next-cli
  dependency-version: 1.73.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend
...

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 13, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 13, 2026 23:03
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 13, 2026
@pawelangelow
pawelangelow merged commit 04590cf into main Sep 14, 2026
108 of 110 checks passed
@pawelangelow
pawelangelow deleted the dependabot/npm_and_yarn/frontend-6c318e4821 branch September 14, 2026 07:56
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.

1 participant