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