589.md (8555B)
1 # PR #589 Bump i18next from 22.4.9 to 23.4.6 2 3 - **Status:** open 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-08-28T08:53:02Z 6 - **Branch:** dependabot/npm_and_yarn/i18next-23.4.6 → main 7 - **Labels:** dependencies, javascript 8 - **Assignees:** @MTRNord 9 - **Reviewers:** @MTRNord 10 - **Diff:** [589.diff](./589.diff) 11 12 --- 13 14 Bumps [i18next](https://github.com/i18next/i18next) from 22.4.9 to 23.4.6. 15 <details> 16 <summary>Release notes</summary> 17 <p><em>Sourced from <a href="https://github.com/i18next/i18next/releases">i18next's releases</a>.</em></p> 18 <blockquote> 19 <h2>v23.4.6</h2> 20 <ul> 21 <li>pass correct language for custom i18nFormat</li> 22 </ul> 23 <h2>v23.4.5</h2> 24 <ul> 25 <li>types: named export for FlatNamespace</li> 26 </ul> 27 <h2>v23.4.4</h2> 28 <ul> 29 <li>types: add customisation of contextSeparator also on v4 t types <a href="https://redirect.github.com/i18next/i18next/pull/2019">2019</a></li> 30 </ul> 31 <h2>v23.4.3</h2> 32 <ul> 33 <li>types: add customisation of contextSeparator <a href="https://redirect.github.com/i18next/i18next/pull/2017">2017</a></li> 34 </ul> 35 <h2>v23.4.2</h2> 36 <ul> 37 <li>types: export some types for next-i18next</li> 38 </ul> 39 <h2>v23.4.1</h2> 40 <ul> 41 <li>types: fix typescript imports</li> 42 </ul> 43 <h2>v23.4.0</h2> 44 <ul> 45 <li>types: Support const modifier for options and key <a href="https://redirect.github.com/i18next/i18next/pull/2007">2007</a></li> 46 <li>types: Support context <a href="https://redirect.github.com/i18next/i18next/pull/2006">2006</a></li> 47 </ul> 48 <h2>v23.3.0</h2> 49 <ul> 50 <li>types: Fix performance issue that affects flat object with multiple (thousands) keys <a href="https://redirect.github.com/i18next/i18next/pull/2004">2004</a></li> 51 </ul> 52 <h2>v23.2.11</h2> 53 <ul> 54 <li>types: Fix $TFunctionBrand <a href="https://redirect.github.com/i18next/i18next/pull/1997">1997</a></li> 55 </ul> 56 <h2>v23.2.10</h2> 57 <ul> 58 <li>types: emit function can have additional arguments <a href="https://redirect.github.com/i18next/i18next/issues/1993">1993</a></li> 59 </ul> 60 <h2>v23.2.9</h2> 61 <ul> 62 <li>types: Add brand to TFunction type so different namespaces' TFunctions are not treated as compatible <a href="https://redirect.github.com/i18next/i18next/pull/1994">1994</a></li> 63 </ul> 64 <h2>v23.2.8</h2> 65 <ul> 66 <li>types for hasLoadedNamespace</li> 67 </ul> 68 <h2>v23.2.7</h2> 69 <ul> 70 <li>fix utils import (for Deno)</li> 71 </ul> 72 <h2>v23.2.6</h2> 73 <ul> 74 <li>Re-allow unknown keys, when a defaultValue is provided <a href="https://redirect.github.com/i18next/i18next/issues/1867">1867</a></li> 75 </ul> 76 <h2>v23.2.5</h2> 77 <ul> 78 <li>Clean language code before passing to formatters <a href="https://redirect.github.com/i18next/i18next/pull/1988">1985</a></li> 79 </ul> 80 <h2>v23.2.4</h2> 81 <ul> 82 <li>types: Constrain return type when returnObjects is true <a href="https://redirect.github.com/i18next/i18next/pull/1985">1985</a></li> 83 </ul> 84 <h2>v23.2.3</h2> 85 <!-- raw HTML omitted --> 86 </blockquote> 87 <p>... (truncated)</p> 88 </details> 89 <details> 90 <summary>Changelog</summary> 91 <p><em>Sourced from <a href="https://github.com/i18next/i18next/blob/master/CHANGELOG.md">i18next's changelog</a>.</em></p> 92 <blockquote> 93 <h2>23.4.6</h2> 94 <ul> 95 <li>pass correct language for custom i18nFormat</li> 96 </ul> 97 <h2>23.4.5</h2> 98 <ul> 99 <li>types: named export for FlatNamespace</li> 100 </ul> 101 <h2>23.4.4</h2> 102 <ul> 103 <li>types: add customisation of contextSeparator also on v4 t types <a href="https://redirect.github.com/i18next/i18next/pull/2019">2019</a></li> 104 </ul> 105 <h2>23.4.3</h2> 106 <ul> 107 <li>types: add customisation of contextSeparator <a href="https://redirect.github.com/i18next/i18next/pull/2017">2017</a></li> 108 </ul> 109 <h2>23.4.2</h2> 110 <ul> 111 <li>types: export some types for next-i18next</li> 112 </ul> 113 <h2>23.4.1</h2> 114 <ul> 115 <li>types: fix typescript imports</li> 116 </ul> 117 <h2>23.4.0</h2> 118 <ul> 119 <li>types: Support const modifier for options and key <a href="https://redirect.github.com/i18next/i18next/pull/2007">2007</a></li> 120 <li>types: Support context <a href="https://redirect.github.com/i18next/i18next/pull/2006">2006</a></li> 121 </ul> 122 <h2>23.3.0</h2> 123 <ul> 124 <li>types: Fix performance issue that affects flat object with multiple (thousands) keys <a href="https://redirect.github.com/i18next/i18next/pull/2004">2004</a></li> 125 </ul> 126 <h2>23.2.11</h2> 127 <ul> 128 <li>types: Fix $TFunctionBrand <a href="https://redirect.github.com/i18next/i18next/pull/1997">1997</a></li> 129 </ul> 130 <h2>23.2.10</h2> 131 <ul> 132 <li>types: emit function can have additional arguments <a href="https://redirect.github.com/i18next/i18next/issues/1993">1993</a></li> 133 </ul> 134 <h2>23.2.9</h2> 135 <ul> 136 <li>types: Add brand to TFunction type so different namespaces' TFunctions are not treated as compatible <a href="https://redirect.github.com/i18next/i18next/pull/1994">1994</a></li> 137 </ul> 138 <h2>23.2.8</h2> 139 <ul> 140 <li>types for hasLoadedNamespace</li> 141 </ul> 142 <h2>23.2.7</h2> 143 <!-- raw HTML omitted --> 144 </blockquote> 145 <p>... (truncated)</p> 146 </details> 147 <details> 148 <summary>Commits</summary> 149 <ul> 150 <li><a href="https://github.com/i18next/i18next/commit/9bfbc1c3c30317b8181ad4ec108266b38eb22178"><code>9bfbc1c</code></a> 23.4.6</li> 151 <li><a href="https://github.com/i18next/i18next/commit/77bbc0ab68e50ba557895c8ff91aa436e1bcfd7f"><code>77bbc0a</code></a> pass correct language for custom i18nFormat <a href="https://github.com/i18next/i18nex">https://github.com/i18next/i18nex</a>...</li> 152 <li><a href="https://github.com/i18next/i18next/commit/76f89b03cb50a0f8520dce4be83f7d073351a2a0"><code>76f89b0</code></a> 23.4.5</li> 153 <li><a href="https://github.com/i18next/i18next/commit/bd4e85a3f81862db63d1f070cd6bc5536f032c0c"><code>bd4e85a</code></a> release</li> 154 <li><a href="https://github.com/i18next/i18next/commit/ad0a3174d5c2256f319f19d866036f946ab23510"><code>ad0a317</code></a> export FlatNamespace</li> 155 <li><a href="https://github.com/i18next/i18next/commit/3dbcb257512de0998589c979f2d89f436ac819b7"><code>3dbcb25</code></a> 23.4.4</li> 156 <li><a href="https://github.com/i18next/i18next/commit/9664a4a9e9e39a1a63f150a485268aad8f0a4f51"><code>9664a4a</code></a> prepare release</li> 157 <li><a href="https://github.com/i18next/i18next/commit/fb122fd62914f33ab0dceb8587cde50ecf14e1c5"><code>fb122fd</code></a> types: add contextSeparator also on v4 types (<a href="https://redirect.github.com/i18next/i18next/issues/2019">#2019</a>)</li> 158 <li><a href="https://github.com/i18next/i18next/commit/181dcbdfc0fca21e3b4702972ad845fee6976bb1"><code>181dcbd</code></a> 23.4.3</li> 159 <li><a href="https://github.com/i18next/i18next/commit/1435ec0b55b11d409e5c284472e4752f54976696"><code>1435ec0</code></a> prepare release</li> 160 <li>Additional commits viewable in <a href="https://github.com/i18next/i18next/compare/v22.4.9...v23.4.6">compare view</a></li> 161 </ul> 162 </details> 163 <br /> 164 165 166 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 167 168 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`. 169 170 [//]: # (dependabot-automerge-start) 171 [//]: # (dependabot-automerge-end) 172 173 --- 174 175 <details> 176 <summary>Dependabot commands and options</summary> 177 <br /> 178 179 You can trigger Dependabot actions by commenting on this PR: 180 - `@dependabot rebase` will rebase this PR 181 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 182 - `@dependabot merge` will merge this PR after your CI passes on it 183 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 184 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 185 - `@dependabot reopen` will reopen this PR if it is closed 186 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 187 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency 188 - `@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) 189 - `@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) 190 - `@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) 191 192 193 </details> 194