UniversityOfHelsinkiCS / ipsutin

The IP web-tool program
https://innotin.helsinki.fi/
0 stars 0 forks source link

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

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 5 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.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)

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.

sonarcloud[bot] commented 5 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

sonarcloud[bot] commented 4 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud