Skip to content

fix(deps): update dependency i18next to v26.3.3#64

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/i18next-26.3.x
Jul 2, 2026
Merged

fix(deps): update dependency i18next to v26.3.3#64
renovate[bot] merged 1 commit into
mainfrom
renovate/i18next-26.3.x

Conversation

@renovate

@renovate renovate Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
i18next (source) 26.3.226.3.3 age confidence

Release Notes

i18next/i18next (i18next)

v26.3.3

Compare Source

  • fix(types): selector t($ => $.arr, { returnObjects: true, context }) on a JSON array of heterogeneous objects now preserves each element's full shape (e.g. { transKey1: string; transKey2: string }[]) instead of collapsing to a union of partial element types. Two type-level causes: (1) FilterKeys evaluated the whole array element type at once, so keyof (A | B) only saw the keys common to every element — it now distributes over the object union and filters each element independently; (2) when TypeScript merges mismatched array element types it injects phantom optional undefined keys (e.g. transKey1_withContext?: undefined on elements that don't define it), which the context-detection helpers mistook for real context variants — they now skip keys typed as undefined. Also adds a dedicated context + returnObjects: true selector overload using const Fn + ReturnType<Fn>, so Target is no longer collapsed to unknown via ApplyTarget. Resolves Problem 1 of #​2398 (Problem 2 was already fixed on master). Thanks @​sauravgupta-dotcom (#​2438). Fixes #​2398.

Configuration

📅 Schedule: (in timezone America/New_York)

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 renovate label Jul 2, 2026
@renovate
renovate Bot requested a review from a team as a code owner July 2, 2026 05:32
@renovate renovate Bot added the renovate label Jul 2, 2026
@renovate
renovate Bot requested review from mjgpy3 and removed request for a team July 2, 2026 05:32
@renovate
renovate Bot merged commit bc40f08 into main Jul 2, 2026
4 checks passed
@renovate
renovate Bot deleted the renovate/i18next-26.3.x branch July 2, 2026 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants