mehrabmp / kara-shop

KARA - Ecommerce built with T3 Stack : NextJS, TypeScript, tRPC, Prisma, NextAuth and styled with Tailwind CSS
https://karashop.vercel.app
MIT License
301 stars 51 forks source link

fix(deps): update dependency react-i18next to v14 - autoclosed #367

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-i18next ^13.0.2 -> ^14.0.0 age adoption passing confidence

Release Notes

i18next/react-i18next (react-i18next) ### [`v14.1.2`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1412) [Compare Source](https://togithub.com/i18next/react-i18next/compare/v14.1.1...v14.1.2) - bring back internal interpolationOverride handling for Trans component (if there are childrens), fixes [1754](https://togithub.com/i18next/react-i18next/issues/1754) ### [`v14.1.1`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1411) [Compare Source](https://togithub.com/i18next/react-i18next/compare/v14.1.0...v14.1.1) - do not modify passed tOptions context property to address [1745](https://togithub.com/i18next/react-i18next/issues/1745) ### [`v14.1.0`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1410) [Compare Source](https://togithub.com/i18next/react-i18next/compare/v14.0.8...v14.1.0) - types(`Trans`): add typechecking on context prop [1732](https://togithub.com/i18next/react-i18next/pull/1732) (might brake if using "internal" `Trans` or `TransProps`) ### [`v14.0.8`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1408) [Compare Source](https://togithub.com/i18next/react-i18next/compare/v14.0.7...v14.0.8) - fix: issue [1728](https://togithub.com/i18next/react-i18next/issues/1728) when useSuspense is false and default ns [1731](https://togithub.com/i18next/react-i18next/pull/1731) ### [`v14.0.7`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1407) [Compare Source](https://togithub.com/i18next/react-i18next/compare/v14.0.6...v14.0.7) - try to get rid of internal interpolationOverride handling for Trans component, fixes [1729](https://togithub.com/i18next/react-i18next/issues/1729) ### [`v14.0.6`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1406) [Compare Source](https://togithub.com/i18next/react-i18next/compare/v14.0.5...v14.0.6) - align context handling of Trans component with t function, fixes [1729](https://togithub.com/i18next/react-i18next/issues/1729) ### [`v14.0.5`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1405) [Compare Source](https://togithub.com/i18next/react-i18next/compare/v14.0.4...v14.0.5) - Fix [1691](https://togithub.com/i18next/react-i18next/issues/1691) for strict mode, by preserving change language binding [1720](https://togithub.com/i18next/react-i18next/pull/1720) ### [`v14.0.4`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1404) [Compare Source](https://togithub.com/i18next/react-i18next/compare/v14.0.3...v14.0.4) - fix interpolation of the count prop [1719](https://togithub.com/i18next/react-i18next/issues/1719) ### [`v14.0.3`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1403) [Compare Source](https://togithub.com/i18next/react-i18next/compare/v14.0.2...v14.0.3) - revert changes done in v14.0.2 since it breaks normal language change render updates ### [`v14.0.2`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1402) [Compare Source](https://togithub.com/i18next/react-i18next/compare/v14.0.1...v14.0.2) - Fix/bug [1691](https://togithub.com/i18next/react-i18next/issues/1691) make returned t function identical upon second effect run in strict mode [1716](https://togithub.com/i18next/react-i18next/pull/1716) ### [`v14.0.1`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1401) [Compare Source](https://togithub.com/i18next/react-i18next/compare/v14.0.0...v14.0.1) - types: fix typo in `CustomInstanceExtensions` [1713](https://togithub.com/i18next/react-i18next/pull/1713) ### [`v14.0.0`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1400) [Compare Source](https://togithub.com/i18next/react-i18next/compare/v13.5.0...v14.0.0) - types: reportNamespaces is now optional, should fix [1693](https://togithub.com/i18next/react-i18next/issues/1693) ### [`v13.5.0`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1350) [Compare Source](https://togithub.com/i18next/react-i18next/compare/v13.4.1...v13.5.0) - self-closing components in translation strings should not attempt to replace the component's children [1695](https://togithub.com/i18next/react-i18next/issues/1695) ### [`v13.4.1`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1341) [Compare Source](https://togithub.com/i18next/react-i18next/compare/v13.4.0...v13.4.1) - types: use CustomInstanceExtenstions to extend reportNamespaces ### [`v13.4.0`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1340) [Compare Source](https://togithub.com/i18next/react-i18next/compare/v13.3.2...v13.4.0) - fix: separate cjs and mjs typings ### [`v13.3.2`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1332) [Compare Source](https://togithub.com/i18next/react-i18next/compare/v13.3.1...v13.3.2) - types: fix consider importing '\*.js' ### [`v13.3.1`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1331) [Compare Source](https://togithub.com/i18next/react-i18next/compare/v13.3.0...v13.3.1) - optimize defaultVariables feature introduced in last release ### [`v13.3.0`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1330) [Compare Source](https://togithub.com/i18next/react-i18next/compare/v13.2.2...v13.3.0) - Respect defaultVariables in the interpolation options [1685](https://togithub.com/i18next/react-i18next/issues/1685) ### [`v13.2.2`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1322) [Compare Source](https://togithub.com/i18next/react-i18next/compare/v13.2.1...v13.2.2) - Fix missing TransWithoutContext type [1672](https://togithub.com/i18next/react-i18next/pull/1672) ### [`v13.2.1`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1321) [Compare Source](https://togithub.com/i18next/react-i18next/compare/v13.2.0...v13.2.1) - types: Allow iterable ReactI18NextChildren as children [1669](https://togithub.com/i18next/react-i18next/pull/1669) ### [`v13.2.0`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1320) [Compare Source](https://togithub.com/i18next/react-i18next/compare/v13.1.2...v13.2.0) - Don't use defaults prop as default key [1664](https://togithub.com/i18next/react-i18next/pull/1664) ### [`v13.1.2`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1312) [Compare Source](https://togithub.com/i18next/react-i18next/compare/v13.1.1...v13.1.2) - postpone usage of newer ES syntax ### [`v13.1.1`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1311) [Compare Source](https://togithub.com/i18next/react-i18next/compare/v13.1.0...v13.1.1) - Render all children regardless of type when using i18nIsDynamicList prop [1661](https://togithub.com/i18next/react-i18next/pull/1661) ### [`v13.1.0`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1310) [Compare Source](https://togithub.com/i18next/react-i18next/compare/v13.0.3...v13.1.0) - Fix non-list dynamic content in Trans component [1660](https://togithub.com/i18next/react-i18next/pull/1660) ### [`v13.0.3`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1303) [Compare Source](https://togithub.com/i18next/react-i18next/compare/v13.0.2...v13.0.3) - fix unescape is not consistently called for all values [1657](https://togithub.com/i18next/react-i18next/issues/1657)

Configuration

📅 Schedule: 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.



This PR has been generated by Mend Renovate. View repository job log here.

vercel[bot] commented 9 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
karashop ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 8, 2024 8:34am