Skip to content

fix(deps): update i18next dependencies#1440

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/i18next-dependencies
Open

fix(deps): update i18next dependencies#1440
renovate[bot] wants to merge 1 commit intomainfrom
renovate/i18next-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Feb 3, 2026

This PR contains the following updates:

Package Change Age Confidence
i18next (source) 25.8.025.10.10 age confidence
react-i18next 16.5.416.6.6 age confidence

Release Notes

i18next/i18next (i18next)

v25.10.10

Compare Source

  • feat: suppress support notice automatically in production environments (NODE_ENV=production)

v25.10.9

Compare Source

  • feat(types): export SelectorParam<Ns, KPrefix> helper type — a stable, readable alternative to Parameters<TFunction<Ns>>[0] for typing selector function props 2414

v25.10.8

Compare Source

  • fix(types): reorder TFunctionSelector overloads so Parameters<TFunction> resolves to the general selector signature instead of the branded SelectorKey type 2412

v25.10.7

Compare Source

v25.10.6

Compare Source

v25.10.5

Compare Source

  • feat(types): selector functions as keyPrefix in getFixedT now provide full type-safe key narrowing — the returned t function is scoped to the prefix subtree 2367

v25.10.4

Compare Source

  • feat(types): exists() is now a type guard that narrows the key to SelectorKey, so a validated key can be passed directly to t() 2364

v25.10.3

Compare Source

  • check also for I18NEXT_NO_SUPPORT_NOTICE env variable

v25.10.2

Compare Source

  • feat(types): keyFromSelector is now type-safe — the selector callback is constrained against your resource definitions, catching invalid keys at compile time. Supports optional ns and keyPrefix options for non-default namespace/prefix contexts 2364

v25.10.1

Compare Source

  • fix(types): FilterKeys now correctly excludes base keys that have context variants when the provided context doesn't match any of them (e.g. key some with variant some_me is no longer accessible with context="one")

v25.10.0

Compare Source

  • feat(types): keyFromSelector now returns a branded SelectorKey type that t() accepts directly, enabling pre-computed and reusable translation keys 2364
  • feat: support selector syntax for keyPrefix in getFixedT and per-call options 2367
  • feat(types): interpolation values are now automatically typed based on built-in format specifiers — {{val, number}} requires number, {{val, datetime}} requires Date, {{name}} requires string, etc. Custom formatters can be typed via interpolationFormatTypeMap in CustomTypeOptions 2378
  • fix(types): FilterKeys in selector mode now preserves non-context, non-plural leaf keys when context is provided, fixing incorrect type narrowing when combining returnObjects: true with context 2398

v25.9.0

Compare Source

  • feat(types): selector API now enforces { count: number } when a key resolves to plural forms 2373
  • fix(types): string unions with invalid members are now correctly detected as type errors when used as context option 2172

v25.8.20

Compare Source

    • fix: getFixedT() selector now resolves namespaces against the effective ns rather than the global init options #​2406

v25.8.19

Compare Source

  • fix: selector API namespace resolution regression for single-string ns and primary namespace in array #​2405. Reverts the broad namespace-prefix rewrite from v25.8.15 and replaces it with a targeted fix that only rewrites paths starting with a secondary namespace in a multi-namespace array, matching the type-level contract of GetSource

v25.8.18

Compare Source

  • improve selector api to accept array of selector functions, analogous to array of keys 2404

v25.8.17

Compare Source

  • update deps

v25.8.16

Compare Source

  • fix(types): on() method now correctly returns this instead of void, matching the runtime behavior and enabling proper method chaining in TypeScript

v25.8.15

Compare Source

  • fix: Selector API unable to resolve namespaces #​2402

v25.8.14

Compare Source

  • fix: getCleanedCode now replaces all underscores

v25.8.13

Compare Source

  • improve support notice shown logic

v25.8.12

Compare Source

  • improve support notice shown logic

v25.8.11

Compare Source

  • revert fix: compatibility with moduleResolution bundler (issue 2380) 2381

v25.8.10

Compare Source

  • fix(interpolator): guard null matchedDoubleQuotes in nesting option parsing 2395

v25.8.9

Compare Source

  • fix(interpolator): escape nestingOptionsSeparator in nesting option parsing 2394

v25.8.8

Compare Source

  • types(i18n): add missing toJSON() declaration 2393

v25.8.7

Compare Source

  • avoid crash due to ReferenceError without Intl API 2391

v25.8.6

Compare Source

  • ts: address incomplete type definition for getFixedT() return value 2318

v25.8.5

Compare Source

  • fix: compatibility with moduleResolution bundler (issue 2380) 2381

v25.8.4

Compare Source

  • fix: crashes when backend in backends array has no name property 2386

v25.8.3

Compare Source

  • ts: document option to suppress the support message 2385

v25.8.2

Compare Source

  • option to suppress the support message 2385

v25.8.1

Compare Source

  • fix(types): Selector API - fix Namespace inference for selector ns option 2384
i18next/react-i18next (react-i18next)

v16.6.6

Compare Source

  • fix(peer-deps): bump i18next peer dependency to >= 25.10.9 to match required type exports (ConstrainTarget, ApplyTarget, GetSource) used by TransSelector 1911

v16.6.5

Compare Source

  • fix(types): selector keyPrefix overload in useTranslation no longer matches when keyPrefix is absent, fixing defaultNS: false with explicit ns option 2412

v16.6.4

Compare Source

  • allow TypeScript 6 as peer dependency 1910

v16.6.3

Compare Source

  • fix(types): merge TransSelector overloads into a single signature so typeof Trans remains extendable 1909

v16.6.2

Compare Source

  • feat(types): useTranslation now accepts selector functions as keyPrefix with full type-safe key narrowing when enableSelector is enabled 2367

v16.6.1

Compare Source

  • feat(types): i18nKey of <Trans i18nKey={sk} /> to accept a SelectorKey 2364

v16.6.0

Compare Source

  • warn when t is called before ready with useSuspense: false 1896
  • type-safe values prop on <Trans /> component — interpolation variables are now inferred from the translation string when custom types are configured 1772

v16.5.8

Compare Source

  • A selector function cannot be resolved without an i18n instance... returning empty string is safer than leaking the raw function reference. 1907

v16.5.7

Compare Source

  • fix: <Trans> component with enableSelector: true does not support multiple selectors for fallbacks 1907

v16.5.6

Compare Source

  • fix: prevent crash in useSSR when init() hasn't been called before useSSR — now logs a warning instead of throwing 1604

v16.5.5

Compare Source

  • fix: prevent crash in useSSR, getInitialProps and Translation when no i18next instance is available (e.g. in monorepo setups with duplicate react-i18next copies) — now logs a clear warning instead of throwing 1604

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@vercel
Copy link
Copy Markdown

vercel bot commented Feb 3, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
2do-txt Ready Ready Preview, Comment Mar 26, 2026 1:10pm

@renovate renovate bot changed the title fix(deps): update dependency i18next to v25.8.1 fix(deps): update dependency i18next to v25.8.2 Feb 4, 2026
@renovate renovate bot force-pushed the renovate/i18next-dependencies branch from e1e0981 to c8ae370 Compare February 4, 2026 18:55
@renovate renovate bot force-pushed the renovate/i18next-dependencies branch from c8ae370 to 16ca045 Compare February 4, 2026 22:05
@renovate renovate bot changed the title fix(deps): update dependency i18next to v25.8.2 fix(deps): update dependency i18next to v25.8.3 Feb 4, 2026
@renovate renovate bot changed the title fix(deps): update dependency i18next to v25.8.3 fix(deps): update dependency i18next to v25.8.4 Feb 5, 2026
@renovate renovate bot force-pushed the renovate/i18next-dependencies branch from 16ca045 to 6c03a79 Compare February 5, 2026 15:29
@renovate renovate bot force-pushed the renovate/i18next-dependencies branch from 6c03a79 to 976627a Compare February 11, 2026 10:00
@renovate renovate bot changed the title fix(deps): update dependency i18next to v25.8.4 fix(deps): update dependency i18next to v25.8.5 Feb 11, 2026
@renovate renovate bot changed the title fix(deps): update dependency i18next to v25.8.5 fix(deps): update dependency i18next to v25.8.6 Feb 12, 2026
@renovate renovate bot force-pushed the renovate/i18next-dependencies branch from 976627a to 1b27dad Compare February 12, 2026 16:40
@renovate renovate bot force-pushed the renovate/i18next-dependencies branch from 1b27dad to b1eeeb9 Compare February 13, 2026 13:53
@renovate renovate bot changed the title fix(deps): update dependency i18next to v25.8.6 fix(deps): update dependency i18next to v25.8.7 Feb 13, 2026
@renovate renovate bot force-pushed the renovate/i18next-dependencies branch from b1eeeb9 to 5622a03 Compare February 15, 2026 20:43
@renovate renovate bot changed the title fix(deps): update dependency i18next to v25.8.7 fix(deps): update dependency i18next to v25.8.8 Feb 15, 2026
@renovate renovate bot force-pushed the renovate/i18next-dependencies branch from 5622a03 to d8243ce Compare February 16, 2026 11:11
@renovate renovate bot changed the title fix(deps): update dependency i18next to v25.8.8 fix(deps): update dependency i18next to v25.8.10 Feb 16, 2026
@renovate renovate bot changed the title fix(deps): update dependency i18next to v25.8.10 fix(deps): update dependency i18next to v25.8.11 Feb 18, 2026
@renovate renovate bot force-pushed the renovate/i18next-dependencies branch from d8243ce to e8cf8f2 Compare February 18, 2026 17:54
@renovate renovate bot force-pushed the renovate/i18next-dependencies branch from e8cf8f2 to ae1bfaf Compare February 20, 2026 12:56
@renovate renovate bot changed the title fix(deps): update dependency i18next to v25.8.11 fix(deps): update dependency i18next to v25.8.12 Feb 20, 2026
@renovate renovate bot changed the title fix(deps): update dependency i18next to v25.8.12 fix(deps): update dependency i18next to v25.8.13 Feb 20, 2026
@renovate renovate bot force-pushed the renovate/i18next-dependencies branch from ae1bfaf to 3e9eb79 Compare February 20, 2026 17:40
@renovate renovate bot changed the title fix(deps): update dependency i18next to v25.8.13 fix(deps): update i18next dependencies Mar 14, 2026
@renovate renovate bot force-pushed the renovate/i18next-dependencies branch from 3e9eb79 to 9690667 Compare March 14, 2026 22:52
@renovate renovate bot force-pushed the renovate/i18next-dependencies branch from 9690667 to 6381b90 Compare March 19, 2026 10:00
@renovate renovate bot force-pushed the renovate/i18next-dependencies branch from 6381b90 to 3319dcc Compare March 19, 2026 21:52
@renovate renovate bot force-pushed the renovate/i18next-dependencies branch from 3319dcc to b3105f9 Compare March 21, 2026 01:12
@renovate renovate bot force-pushed the renovate/i18next-dependencies branch from b3105f9 to cbf802e Compare March 21, 2026 16:45
@renovate renovate bot force-pushed the renovate/i18next-dependencies branch from cbf802e to fc7afbe Compare March 22, 2026 00:45
@renovate renovate bot force-pushed the renovate/i18next-dependencies branch from fc7afbe to a15ae39 Compare March 22, 2026 13:08
@renovate renovate bot force-pushed the renovate/i18next-dependencies branch from a15ae39 to 47251c6 Compare March 23, 2026 09:26
@renovate renovate bot force-pushed the renovate/i18next-dependencies branch from 47251c6 to 70ea263 Compare March 24, 2026 13:21
@renovate renovate bot force-pushed the renovate/i18next-dependencies branch from 70ea263 to 85fe180 Compare March 24, 2026 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants