449.md (5940B)
1 # PR #449 Bump react-i18next from 12.1.4 to 12.3.1 2 3 - **Status:** open 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-06-07T09:06:24Z 6 - **Branch:** dependabot/npm_and_yarn/react-i18next-12.3.1 → main 7 - **Labels:** dependencies, javascript 8 - **Assignees:** @MTRNord 9 - **Reviewers:** @MTRNord 10 - **Diff:** [449.diff](./449.diff) 11 12 --- 13 14 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 12.1.4 to 12.3.1. 15 <details> 16 <summary>Changelog</summary> 17 <p><em>Sourced from <a href="https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md">react-i18next's changelog</a>.</em></p> 18 <blockquote> 19 <h3>12.3.1</h3> 20 <ul> 21 <li>optimization for optional lng prop for useTranslation, should now prevent missings when lazy loading translations <a href="https://redirect.github.com/i18next/react-i18next/issues/1637">1637</a></li> 22 </ul> 23 <h3>12.3.0</h3> 24 <ul> 25 <li>optional lng prop for useTranslation (helping on server side <a href="https://redirect.github.com/i18next/react-i18next/issues/1637">1637</a>)</li> 26 </ul> 27 <h3>12.2.2</h3> 28 <ul> 29 <li>try to fix conditional exports in package.json</li> 30 </ul> 31 <h3>12.2.1</h3> 32 <ul> 33 <li>type fix: the type of defaultNS in I18nextProvider should support string[] <a href="https://redirect.github.com/i18next/react-i18next/pull/1633">1633</a></li> 34 </ul> 35 <h3>12.2.0</h3> 36 <ul> 37 <li>if defaultValue is passed in not ready t functio (via useTranslation) return that instead of the key, even though the user-land could should be fixed <a href="https://redirect.github.com/i18next/react-i18next/issues/1618">1618</a></li> 38 </ul> 39 <h3>12.1.5</h3> 40 <ul> 41 <li>fix react merged types <a href="https://redirect.github.com/i18next/react-i18next/pull/1606">1606</a> originally introduced with <a href="https://redirect.github.com/i18next/react-i18next/issues/1531">#1531</a> to address <a href="https://redirect.github.com/i18next/react-i18next/issues/1506">#1506</a></li> 42 </ul> 43 </blockquote> 44 </details> 45 <details> 46 <summary>Commits</summary> 47 <ul> 48 <li><a href="https://github.com/i18next/react-i18next/commit/f0a83cc7351d2f2ebbf0bad4bdc91727485f661a"><code>f0a83cc</code></a> 12.3.1</li> 49 <li><a href="https://github.com/i18next/react-i18next/commit/034e13e109510aa2223721716b08369f999b1559"><code>034e13e</code></a> optimization for optional lng prop for useTranslation, should now prevent mis...</li> 50 <li><a href="https://github.com/i18next/react-i18next/commit/6dd1056dddcde46c0786ebe811c83e5efdee4eae"><code>6dd1056</code></a> 12.3.0</li> 51 <li><a href="https://github.com/i18next/react-i18next/commit/1019f889d43d285fc58ad8ef013f20ec7e586ca9"><code>1019f88</code></a> optional lng prop for useTranslation <a href="https://redirect.github.com/i18next/react-i18next/issues/1637">#1637</a></li> 52 <li><a href="https://github.com/i18next/react-i18next/commit/dbe2d0e1b6cea2e552bf7e79160ea4274c40c6a3"><code>dbe2d0e</code></a> 12.2.2</li> 53 <li><a href="https://github.com/i18next/react-i18next/commit/b74ffdfec07ae541b704756d25818a077864cf32"><code>b74ffdf</code></a> try to fix conditional exports in package.json <a href="https://redirect.github.com/i18next/react-i18next/issues/1634">#1634</a></li> 54 <li><a href="https://github.com/i18next/react-i18next/commit/787b2f9de34758a80468f3416715db95f578f82d"><code>787b2f9</code></a> 12.2.1</li> 55 <li><a href="https://github.com/i18next/react-i18next/commit/e0c7854a45ded705938cf6c6e85b15d077778dab"><code>e0c7854</code></a> type fix: the type of defaultNS in I18nextProvider should support string[]</li> 56 <li><a href="https://github.com/i18next/react-i18next/commit/807182d72d0bb0f15de394bd38294171b32d457e"><code>807182d</code></a> fix: the type of <code>defaultNS</code> in <code>I18nextProvider</code> should support <code>string[]</code> (...</li> 57 <li><a href="https://github.com/i18next/react-i18next/commit/7026d5461409529145d99525cd2463ecd3111b0b"><code>7026d54</code></a> update test-jest for react 18</li> 58 <li>Additional commits viewable in <a href="https://github.com/i18next/react-i18next/compare/v12.1.4...v12.3.1">compare view</a></li> 59 </ul> 60 </details> 61 <br /> 62 63 64 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 65 66 Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. 67 68 [//]: # (dependabot-automerge-start) 69 [//]: # (dependabot-automerge-end) 70 71 --- 72 73 <details> 74 <summary>Dependabot commands and options</summary> 75 <br /> 76 77 You can trigger Dependabot actions by commenting on this PR: 78 - `@dependabot rebase` will rebase this PR 79 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 80 - `@dependabot merge` will merge this PR after your CI passes on it 81 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 82 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 83 - `@dependabot reopen` will reopen this PR if it is closed 84 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 85 - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) 86 - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) 87 - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) 88 89 90 </details> 91 92 <!-- Replace --> 93 ---- 94 ⌛ Deploy Preview - Build in Progress 95 <!-- Replace --> 96 97