HHS / simpler-grants-gov

https://simpler.grants.gov
Other
29 stars 9 forks source link

Update I18next #2018

Open renovate[bot] opened 5 days ago

renovate[bot] commented 5 days ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
i18next (source) 23.8.2 -> 23.11.5 age adoption passing confidence
i18next-browser-languagedetector 7.2.0 -> 7.2.1 age adoption passing confidence
i18next-http-backend 2.4.3 -> 2.5.2 age adoption passing confidence
next-i18next 15.2.0 -> 15.3.0 age adoption passing confidence
react-i18next 14.0.1 -> 14.1.2 age adoption passing confidence

Release Notes

i18next/i18next (i18next) ### [`v23.11.5`](https://togithub.com/i18next/i18next/blob/HEAD/CHANGELOG.md#23115) [Compare Source](https://togithub.com/i18next/i18next/compare/v23.11.4...v23.11.5) - perf: use Array.isArray() [2193](https://togithub.com/i18next/i18next/pull/2193) - perf: trim keys once [2194](https://togithub.com/i18next/i18next/pull/2194) ### [`v23.11.4`](https://togithub.com/i18next/i18next/blob/HEAD/CHANGELOG.md#23114) [Compare Source](https://togithub.com/i18next/i18next/compare/v23.11.3...v23.11.4) - perf(interpolator): use object deconstruction [2181](https://togithub.com/i18next/i18next/pull/2181) ### [`v23.11.3`](https://togithub.com/i18next/i18next/blob/HEAD/CHANGELOG.md#23113) [Compare Source](https://togithub.com/i18next/i18next/compare/v23.11.2...v23.11.3) - fix: Unsupported language is automatically added to preload option [2178](https://togithub.com/i18next/i18next/issues/2178) ### [`v23.11.2`](https://togithub.com/i18next/i18next/blob/HEAD/CHANGELOG.md#23112) [Compare Source](https://togithub.com/i18next/i18next/compare/v23.11.1...v23.11.2) - allow defaultValue in nested translation [2174](https://togithub.com/i18next/i18next/issues/2174) ### [`v23.11.1`](https://togithub.com/i18next/i18next/blob/HEAD/CHANGELOG.md#23111) [Compare Source](https://togithub.com/i18next/i18next/compare/v23.11.0...v23.11.1) - types: remove const from ParseKeys Context type parameter and disable `skipLibCheck` [2169](https://togithub.com/i18next/i18next/pull/2169) ### [`v23.11.0`](https://togithub.com/i18next/i18next/blob/HEAD/CHANGELOG.md#23110) [Compare Source](https://togithub.com/i18next/i18next/compare/v23.10.1...v23.11.0) - Fix typing performance regression [2166](https://togithub.com/i18next/i18next/pull/2166) ### [`v23.10.1`](https://togithub.com/i18next/i18next/blob/HEAD/CHANGELOG.md#23101) [Compare Source](https://togithub.com/i18next/i18next/compare/v23.10.0...v23.10.1) - optimize getBestMatchFromCodes for [https://github.com/i18next/i18next-browser-languageDetector/issues/281](https://togithub.com/i18next/i18next-browser-languageDetector/issues/281) ### [`v23.10.0`](https://togithub.com/i18next/i18next/blob/HEAD/CHANGELOG.md#23100) [Compare Source](https://togithub.com/i18next/i18next/compare/v23.9.0...v23.10.0) - Add 'isInitializing' property so we're able to detect init() was already called [2141](https://togithub.com/i18next/i18next/issues/2141) ### [`v23.9.0`](https://togithub.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2390) [Compare Source](https://togithub.com/i18next/i18next/compare/v23.8.3...v23.9.0) - types: support nested keys in `InterpolationMap` [2140](https://togithub.com/i18next/i18next/pull/2140) fixes [2014](https://togithub.com/i18next/i18next/issues/2014) ### [`v23.8.3`](https://togithub.com/i18next/i18next/blob/HEAD/CHANGELOG.md#2383) [Compare Source](https://togithub.com/i18next/i18next/compare/v23.8.2...v23.8.3) - prevent resource mutation when using `addResourceBundle` [2081](https://togithub.com/i18next/i18next/issues/2081)
i18next/i18next-browser-languageDetector (i18next-browser-languagedetector) ### [`v7.2.1`](https://togithub.com/i18next/i18next-browser-languageDetector/blob/HEAD/CHANGELOG.md#721) [Compare Source](https://togithub.com/i18next/i18next-browser-languageDetector/compare/v7.2.0...v7.2.1) - fix: align addDetector impementation to type definition [282](https://togithub.com/i18next/i18next-browser-languageDetector/issues/282)
i18next/i18next-http-backend (i18next-http-backend) ### [`v2.5.2`](https://togithub.com/i18next/i18next-http-backend/blob/HEAD/CHANGELOG.md#252) [Compare Source](https://togithub.com/i18next/i18next-http-backend/compare/v2.5.1...v2.5.2) - dereference timers in node.js so that the process may exit when finished [139](https://togithub.com/i18next/i18next-http-backend/pull/139) ### [`v2.5.1`](https://togithub.com/i18next/i18next-http-backend/blob/HEAD/CHANGELOG.md#251) [Compare Source](https://togithub.com/i18next/i18next-http-backend/compare/v2.5.0...v2.5.1) - fix: remove typeof window.document === 'undefined' check which deopt bundle optimization [137](https://togithub.com/i18next/i18next-http-backend/pull/137) ### [`v2.5.0`](https://togithub.com/i18next/i18next-http-backend/blob/HEAD/CHANGELOG.md#250) [Compare Source](https://togithub.com/i18next/i18next-http-backend/compare/v2.4.3...v2.5.0) - added fetch interceptor to the Backend Options [133](https://togithub.com/i18next/i18next-http-backend/pull/133)
i18next/next-i18next (next-i18next) ### [`v15.3.0`](https://togithub.com/i18next/next-i18next/blob/HEAD/CHANGELOG.md#1530) [Compare Source](https://togithub.com/i18next/next-i18next/compare/v15.2.0...v15.3.0) - Only overwrite ns config if it provided [#​2270](https://togithub.com/i18next/next-i18next/pull/2270)
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)

Configuration

πŸ“… Schedule: Branch creation - "on the 2nd and 4th day instance on sunday after 9pm" in timezone America/New_York, 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.



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

github-actions[bot] commented 5 days ago

Coverage report for ./frontend

St.:grey_question:
Category Percentage Covered / Total
🟒 Statements 84.14% 870/1034
🟑 Branches 65.01% 223/343
🟑 Functions 75.58% 164/217
🟒 Lines 84.18% 809/961

Test suite run success

164 tests passing in 56 suites.

Report generated by πŸ§ͺjest coverage report action from f6aa6d597acc6b6c97e5fc73d89ab7b22141cfec