Skip to content

chore(deps): update i18next-cli to v1.54.2#2740

Merged
setchy merged 1 commit into
mainfrom
renovate/i18next-cli-1.x
Apr 21, 2026
Merged

chore(deps): update i18next-cli to v1.54.2#2740
setchy merged 1 commit into
mainfrom
renovate/i18next-cli-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 21, 2026

This PR contains the following updates:

Package Change Age Confidence
i18next-cli 1.53.21.54.2 age confidence

Release Notes

i18next/i18next-cli (i18next-cli)

v1.54.2

Compare Source

  • Propagate defaultNs and keyPrefix from a custom translation hook to
    inner t() calls accessed via a member expression (e.g.
    const obj = useMyHook('auth'); obj.t('key')). Previously the scope was
    stored on the outer variable but the call-site lookup used the full
    obj.t name and missed it, causing keys to fall back to the default
    namespace. The lookup now also tries the object part(s) of the member
    expression.
    Fixes #​239.

v1.54.1

Compare Source

  • Fix --sync-all unexpectedly clearing secondary locale translations for
    keys with explicit defaults (e.g. t('my-key', 'my message')) when the
    code-provided default still matches the primary locale value. Secondary
    translations are now only reset when the primary value has actually
    diverged from the code default, matching the behavior already in place
    for trusted derived defaults.
    Fixes #​235.

v1.54.0

Compare Source

  • Emit the generated Resources interface as a single combined
    export default interface Resources { ... } declaration, and import it in
    the generated i18next module augmentation file using import type. This
    makes the generated type files compatible with TypeScript's
    verbatimModuleSyntax compiler option. The interface's type identity is
    unchanged, so consumers importing Resources from the resources file
    continue to work without modification.
    Fixes #​238.
  • Bump i18next-resources-for-ts to 2.1.0 for the new interface output
    format.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependency Dependency updates label Apr 21, 2026
@renovate renovate Bot requested a review from setchy as a code owner April 21, 2026 01:43
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 21, 2026

Deploy Preview for atlassify canceled.

Name Link
🔨 Latest commit e0d0d56
🔍 Latest deploy log https://app.netlify.com/projects/atlassify/deploys/69e6d6480b9f7e0008a25daa

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 21, 2026

Deploy Preview for atlassify canceled.

Name Link
🔨 Latest commit 06e1bb7
🔍 Latest deploy log https://app.netlify.com/projects/atlassify/deploys/69e740fae922dd000829aa4b

@renovate renovate Bot force-pushed the renovate/i18next-cli-1.x branch from e0d0d56 to 06e1bb7 Compare April 21, 2026 09:18
@renovate renovate Bot changed the title chore(deps): update i18next-cli to v1.54.1 chore(deps): update i18next-cli to v1.54.2 Apr 21, 2026
@sonarqubecloud
Copy link
Copy Markdown

@setchy setchy merged commit 714d3c5 into main Apr 21, 2026
26 checks passed
@setchy setchy deleted the renovate/i18next-cli-1.x branch April 21, 2026 15:42
@github-actions github-actions Bot added this to the Release 3.8.0 milestone Apr 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant