Skip to content

fix(deps): update dependency react-i18next to v16.6.6#199

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/react-i18next-16.x
Open

fix(deps): update dependency react-i18next to v16.6.6#199
renovate[bot] wants to merge 1 commit intomainfrom
renovate/react-i18next-16.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Oct 18, 2025

This PR contains the following updates:

Package Change Age Confidence
react-i18next 16.0.116.6.6 age confidence

Release Notes

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

v16.5.4

Compare Source

  • fix: Overriding React component props not working 1902

v16.5.3

Compare Source

  • fix: Trans named tags with underscore 1901

v16.5.2

Compare Source

  • fix: Type errors when you've declared a resources type 1899 via 1900

v16.5.1

Compare Source

v16.5.0

Compare Source

  • Add configuration option transDefaultProps to set default props for the Trans component (e.g. tOptions, shouldUnescape, values) 1895

v16.4.1

Compare Source

  • fix(Trans): prevent double-escaping of interpolated values in component props (e.g. title). Unescape HTML entities before passing prop values to React to avoid rendered output like &amp;quot; / &amp;#&#8203;39;. #​1893

v16.4.0

Compare Source

  • <Trans count> prop: optional - infer count from children 1891

v16.3.5

Compare Source

  • fix runaway effect in useTranslation 1888 by 1889

v16.3.4

Compare Source

  • Fix: avoid the "ref is not a prop" warning when a user ref is placed on an element inside <Trans> 1887, by still trying to fix element.ref access issue with react 19 1846

v16.3.3

Compare Source

  • improve useTranslation to fix "Maximum update depth exceeded" but still support new react-compiler 1885 1863

v16.3.2

Compare Source

  • fix: avoid "Uncaught TypeError: Cannot redefine property: __original"

v16.3.1

Compare Source

  • revert fix: Incosistent behaviour of Trans and t. Trans set defaultValue when t call doesn't set the field. 1876 f22d478

v16.3.0

Compare Source

  • fix: add i18n wrapper for React Compiler and React.memo compatibility 1884

v16.2.4

Compare Source

  • try to fix "Trans component do not render anymore children as default value in test environment" 1883 by also respecting 1876

v16.2.3

Compare Source

  • fix hyphened component break issue 1882

v16.2.2

Compare Source

  • fix trans component break with less than sign 1880, closes 1734

v16.2.1

Compare Source

  • fix regression in v16.2.0: bindI18nStore does not work correctly 1879

v16.2.0

Compare Source

  • try to address: useTranslation hook violates React's rules of hooks by conditionally calling inner hooks 1863

v16.1.6

Compare Source

  • fix: fix: handle spread props for inner components in Trans (icu) 1877

v16.1.5

Compare Source

  • fix: Incosistent behaviour of Trans and t. Trans set defaultValue when t call doesn't set the field. 1876
  • Trans: use also defaultValue via tOptions as fallback

v16.1.4

Compare Source

  • fix: detect pre-transformation use of interpolation like number/date/etc. 1875

v16.1.3

Compare Source

  • fix: ensure invalid identifiers are quoted in the props object 1874

v16.1.2

Compare Source

  • missing.js extensions for Icu imports

v16.1.1

Compare Source

  • exports for IcuTrans component 1873

v16.1.0

Compare Source

  • Introduce IcuTrans component 1869

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.

🔕 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 changed the title fix(deps): update dependency react-i18next to v16.1.0 fix(deps): update dependency react-i18next to v16.1.2 Oct 20, 2025
@renovate renovate Bot force-pushed the renovate/react-i18next-16.x branch 2 times, most recently from 67e10b4 to 958331f Compare October 21, 2025 08:44
@renovate renovate Bot changed the title fix(deps): update dependency react-i18next to v16.1.2 fix(deps): update dependency react-i18next to v16.1.3 Oct 21, 2025
@renovate renovate Bot changed the title fix(deps): update dependency react-i18next to v16.1.3 fix(deps): update dependency react-i18next to v16.1.4 Oct 21, 2025
@renovate renovate Bot force-pushed the renovate/react-i18next-16.x branch 2 times, most recently from 477adcd to c203a95 Compare October 22, 2025 19:43
@renovate renovate Bot changed the title fix(deps): update dependency react-i18next to v16.1.4 fix(deps): update dependency react-i18next to v16.1.5 Oct 22, 2025
@renovate renovate Bot changed the title fix(deps): update dependency react-i18next to v16.1.5 fix(deps): update dependency react-i18next to v16.1.6 Oct 23, 2025
@renovate renovate Bot force-pushed the renovate/react-i18next-16.x branch from c203a95 to 69aad35 Compare October 23, 2025 17:37
@renovate renovate Bot changed the title fix(deps): update dependency react-i18next to v16.1.6 fix(deps): update dependency react-i18next to v16.2.0 Oct 24, 2025
@renovate renovate Bot force-pushed the renovate/react-i18next-16.x branch from 69aad35 to 2cbbe03 Compare October 24, 2025 12:48
@renovate renovate Bot changed the title fix(deps): update dependency react-i18next to v16.2.0 fix(deps): update dependency react-i18next to v16.2.1 Oct 27, 2025
@renovate renovate Bot force-pushed the renovate/react-i18next-16.x branch 2 times, most recently from 873c908 to a14ae68 Compare November 2, 2025 11:36
@renovate renovate Bot changed the title fix(deps): update dependency react-i18next to v16.2.1 fix(deps): update dependency react-i18next to v16.2.3 Nov 2, 2025
@renovate renovate Bot changed the title fix(deps): update dependency react-i18next to v16.2.3 fix(deps): update dependency react-i18next to v16.2.4 Nov 8, 2025
@renovate renovate Bot force-pushed the renovate/react-i18next-16.x branch from a14ae68 to caf0c7e Compare November 8, 2025 19:49
@renovate renovate Bot changed the title fix(deps): update dependency react-i18next to v16.2.4 fix(deps): update dependency react-i18next to v16.3.3 Nov 16, 2025
@renovate renovate Bot force-pushed the renovate/react-i18next-16.x branch from caf0c7e to 3477e34 Compare November 16, 2025 23:55
@renovate renovate Bot changed the title fix(deps): update dependency react-i18next to v16.3.3 fix(deps): update dependency react-i18next to v16.3.4 Nov 19, 2025
@renovate renovate Bot force-pushed the renovate/react-i18next-16.x branch 2 times, most recently from 14a8c5d to 1ea1faa Compare November 20, 2025 01:25
@renovate renovate Bot changed the title fix(deps): update dependency react-i18next to v16.3.4 fix(deps): update dependency react-i18next to v16.3.5 Nov 20, 2025
@renovate renovate Bot changed the title fix(deps): update dependency react-i18next to v16.3.5 fix(deps): update dependency react-i18next to v16.4.0 Dec 6, 2025
@renovate renovate Bot force-pushed the renovate/react-i18next-16.x branch from 1ea1faa to a64100f Compare December 6, 2025 07:35
@renovate renovate Bot changed the title fix(deps): update dependency react-i18next to v16.4.0 fix(deps): update dependency react-i18next to v16.4.1 Dec 10, 2025
@renovate renovate Bot force-pushed the renovate/react-i18next-16.x branch 2 times, most recently from 77759c7 to cc73d5a Compare December 12, 2025 09:59
@renovate renovate Bot changed the title fix(deps): update dependency react-i18next to v16.4.1 fix(deps): update dependency react-i18next to v16.5.0 Dec 12, 2025
@renovate renovate Bot force-pushed the renovate/react-i18next-16.x branch 2 times, most recently from 1d7963a to 19a33a7 Compare January 1, 2026 11:15
@renovate renovate Bot changed the title fix(deps): update dependency react-i18next to v16.5.0 fix(deps): update dependency react-i18next to v16.5.1 Jan 1, 2026
@renovate renovate Bot changed the title fix(deps): update dependency react-i18next to v16.5.1 fix(deps): update dependency react-i18next to v16.5.2 Jan 11, 2026
@renovate renovate Bot force-pushed the renovate/react-i18next-16.x branch 2 times, most recently from 60ab0cb to cad264f Compare January 13, 2026 19:28
@renovate renovate Bot changed the title fix(deps): update dependency react-i18next to v16.5.2 fix(deps): update dependency react-i18next to v16.5.3 Jan 13, 2026
@renovate renovate Bot force-pushed the renovate/react-i18next-16.x branch from cad264f to fb04da4 Compare January 28, 2026 07:49
@renovate renovate Bot changed the title fix(deps): update dependency react-i18next to v16.5.3 fix(deps): update dependency react-i18next to v16.5.4 Jan 28, 2026
@renovate renovate Bot force-pushed the renovate/react-i18next-16.x branch from fb04da4 to 2b0ef76 Compare February 14, 2026 03:07
@renovate renovate Bot changed the title fix(deps): update dependency react-i18next to v16.5.4 fix(deps): update dependency react-i18next to v16.5.6 Mar 8, 2026
@renovate renovate Bot force-pushed the renovate/react-i18next-16.x branch from 2b0ef76 to 5fa30bf Compare March 8, 2026 09:14
@renovate renovate Bot changed the title fix(deps): update dependency react-i18next to v16.5.6 fix(deps): update dependency react-i18next to v16.5.8 Mar 14, 2026
@renovate renovate Bot force-pushed the renovate/react-i18next-16.x branch from 5fa30bf to fe269b0 Compare March 14, 2026 23:50
@renovate renovate Bot changed the title fix(deps): update dependency react-i18next to v16.5.8 fix(deps): update dependency react-i18next to v16.6.6 Mar 31, 2026
@renovate renovate Bot force-pushed the renovate/react-i18next-16.x branch from fe269b0 to afb4f7c Compare March 31, 2026 08:43
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