pacstall / website

Website for the Pacstall organization
https://pacstall.dev
GNU Affero General Public License v3.0
11 stars 10 forks source link

fix(deps): update dependency react-i18next to v15 #923

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 3 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-i18next ^12.3.1 -> ^15.0.0 age adoption passing confidence

Release Notes

i18next/react-i18next (react-i18next) ### [`v15.0.1`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1501) [Compare Source](https://togithub.com/i18next/react-i18next/compare/v15.0.0...v15.0.1) - revert arrow function in class property to address [this](https://togithub.com/i18next/react-i18next/commit/46e8ea5ff69325b73087811a2ce6a2b1faffa971#r145061161) ### [`v15.0.0`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1500) [Compare Source](https://togithub.com/i18next/react-i18next/compare/v14.1.3...v15.0.0) - use optional chaining, nullish coalescing and nullish coalescing assignment [1774](https://togithub.com/i18next/react-i18next/pull/1774) - Build config and optimizations [1769](https://togithub.com/i18next/react-i18next/pull/1769) - some dependency updates [1768](https://togithub.com/i18next/react-i18next/pull/1768) - use modern hasLoadedNamespace code (now requires at least i18next > v19.4.5 (introduced in june 2020)) ### [`v14.1.3`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1413) [Compare Source](https://togithub.com/i18next/react-i18next/compare/v14.1.2...v14.1.3) - create a isObject helper function [1766](https://togithub.com/i18next/react-i18next/pull/1766) - optimize nodesToString [1765](https://togithub.com/i18next/react-i18next/pull/1765) - Simplifies hasValidReactChildren [1764](https://togithub.com/i18next/react-i18next/pull/1764) - create a isString helper to avoid code duplication [1763](https://togithub.com/i18next/react-i18next/pull/1763) - use arrow functions where possible [1762](https://togithub.com/i18next/react-i18next/pull/1762) - use the commented out async code [1761](https://togithub.com/i18next/react-i18next/pull/1761) ### [`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) ### [`v13.0.2`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1302) [Compare Source](https://togithub.com/i18next/react-i18next/compare/v13.0.1...v13.0.2) - export icu.macro [1652](https://togithub.com/i18next/react-i18next/issues/1652) ### [`v13.0.1`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1301) [Compare Source](https://togithub.com/i18next/react-i18next/compare/v13.0.0...v13.0.1) - types: Fix performance issue in Trans component [1646](https://togithub.com/i18next/react-i18next/pull/1646) ### [`v13.0.0`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1300) [Compare Source](https://togithub.com/i18next/react-i18next/compare/v12.3.1...v13.0.0) - Update types to support t function redesign [1615](https://togithub.com/i18next/react-i18next/pull/1615) - requires i18next >= v23.0.1

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 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.



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

renovate[bot] commented 3 months ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: client/package-lock.json
renovate[bot] commented 1 month ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 15.x releases. But if you manually upgrade to 15.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.