560.md (8834B)
1 # PR #560 Bump i18next from 22.4.9 to 23.4.2 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-08-07T08:38:04Z 6 - **Branch:** dependabot/npm_and_yarn/i18next-23.4.2 → main 7 - **Closed:** 2023-08-09T08:16:07Z 8 - **Labels:** dependencies, javascript 9 - **Assignees:** @MTRNord 10 - **Reviewers:** @MTRNord 11 - **Diff:** [560.diff](./560.diff) 12 13 --- 14 15 Bumps [i18next](https://github.com/i18next/i18next) from 22.4.9 to 23.4.2. 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.2</h2> 21 <ul> 22 <li>types: export some types for next-i18next</li> 23 </ul> 24 <h2>v23.4.1</h2> 25 <ul> 26 <li>types: fix typescript imports</li> 27 </ul> 28 <h2>v23.4.0</h2> 29 <ul> 30 <li>types: Support const modifier for options and key <a href="https://redirect.github.com/i18next/i18next/pull/2007">2007</a></li> 31 <li>types: Support context <a href="https://redirect.github.com/i18next/i18next/pull/2006">2006</a></li> 32 </ul> 33 <h2>v23.3.0</h2> 34 <ul> 35 <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> 36 </ul> 37 <h2>v23.2.11</h2> 38 <ul> 39 <li>types: Fix $TFunctionBrand <a href="https://redirect.github.com/i18next/i18next/pull/1997">1997</a></li> 40 </ul> 41 <h2>v23.2.10</h2> 42 <ul> 43 <li>types: emit function can have additional arguments <a href="https://redirect.github.com/i18next/i18next/issues/1993">1993</a></li> 44 </ul> 45 <h2>v23.2.9</h2> 46 <ul> 47 <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> 48 </ul> 49 <h2>v23.2.8</h2> 50 <ul> 51 <li>types for hasLoadedNamespace</li> 52 </ul> 53 <h2>v23.2.7</h2> 54 <ul> 55 <li>fix utils import (for Deno)</li> 56 </ul> 57 <h2>v23.2.6</h2> 58 <ul> 59 <li>Re-allow unknown keys, when a defaultValue is provided <a href="https://redirect.github.com/i18next/i18next/issues/1867">1867</a></li> 60 </ul> 61 <h2>v23.2.5</h2> 62 <ul> 63 <li>Clean language code before passing to formatters <a href="https://redirect.github.com/i18next/i18next/pull/1988">1985</a></li> 64 </ul> 65 <h2>v23.2.4</h2> 66 <ul> 67 <li>types: Constrain return type when returnObjects is true <a href="https://redirect.github.com/i18next/i18next/pull/1985">1985</a></li> 68 </ul> 69 <h2>v23.2.3</h2> 70 <ul> 71 <li>types: Optimize logic for fallback ns <a href="https://redirect.github.com/i18next/i18next/pull/1984">19198481</a></li> 72 </ul> 73 <h2>v23.2.2</h2> 74 <ul> 75 <li>types: try to fix fallbackNS type handling also for older TS version <a href="https://redirect.github.com/i18next/i18next/issues/1981">1981</a></li> 76 </ul> 77 <h2>v23.2.1</h2> 78 <ul> 79 <li>types: fix fallbackNS type handling <a href="https://redirect.github.com/i18next/i18next/pull/1979">1979</a></li> 80 </ul> 81 <h2>v23.2.0</h2> 82 <ul> 83 <li>types: add fallbackNS type handling <a href="https://redirect.github.com/i18next/i18next/pull/1975">1975</a></li> 84 </ul> 85 <h2>v23.1.0</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.2</h2> 95 <ul> 96 <li>types: export some types for next-i18next</li> 97 </ul> 98 <h2>23.4.1</h2> 99 <ul> 100 <li>types: fix typescript imports</li> 101 </ul> 102 <h2>23.4.0</h2> 103 <ul> 104 <li>types: Support const modifier for options and key <a href="https://redirect.github.com/i18next/i18next/pull/2007">2007</a></li> 105 <li>types: Support context <a href="https://redirect.github.com/i18next/i18next/pull/2006">2006</a></li> 106 </ul> 107 <h2>23.3.0</h2> 108 <ul> 109 <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> 110 </ul> 111 <h2>23.2.11</h2> 112 <ul> 113 <li>types: Fix $TFunctionBrand <a href="https://redirect.github.com/i18next/i18next/pull/1997">1997</a></li> 114 </ul> 115 <h2>23.2.10</h2> 116 <ul> 117 <li>types: emit function can have additional arguments <a href="https://redirect.github.com/i18next/i18next/issues/1993">1993</a></li> 118 </ul> 119 <h2>23.2.9</h2> 120 <ul> 121 <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> 122 </ul> 123 <h2>23.2.8</h2> 124 <ul> 125 <li>types for hasLoadedNamespace</li> 126 </ul> 127 <h2>23.2.7</h2> 128 <ul> 129 <li>fix utils import (for Deno)</li> 130 </ul> 131 <h2>23.2.6</h2> 132 <ul> 133 <li>Re-allow unknown keys, when a defaultValue is provided <a href="https://redirect.github.com/i18next/i18next/issues/1867">1867</a></li> 134 </ul> 135 <h2>23.2.5</h2> 136 <ul> 137 <li>Clean language code before passing to formatters <a href="https://redirect.github.com/i18next/i18next/pull/1988">1988</a></li> 138 </ul> 139 <h2>23.2.4</h2> 140 <ul> 141 <li>types: Constrain return type when returnObjects is true <a href="https://redirect.github.com/i18next/i18next/pull/1985">1985</a></li> 142 </ul> 143 <h2>23.2.3</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/75248db5ac95a82f9b8c927ca14018e9660f0cb1"><code>75248db</code></a> 23.4.2</li> 152 <li><a href="https://github.com/i18next/i18next/commit/a65192bb945674c3c743273e13f33a7cbfedbd7e"><code>a65192b</code></a> types: export some types for next-i18next</li> 153 <li><a href="https://github.com/i18next/i18next/commit/7bd6f5e0abe567027aac0b470571378a8b79b01f"><code>7bd6f5e</code></a> Update options.d.ts (<a href="https://redirect.github.com/i18next/i18next/issues/2009">#2009</a>)</li> 154 <li><a href="https://github.com/i18next/i18next/commit/18a07059054ac41a2a5b6c86975cf9f16e89f504"><code>18a0705</code></a> update deps in example</li> 155 <li><a href="https://github.com/i18next/i18next/commit/b33ceea8f03fcc1a736d9bd6597bf0108e4838d1"><code>b33ceea</code></a> 23.4.1</li> 156 <li><a href="https://github.com/i18next/i18next/commit/39783655c0eb28e12a333c5ae026e2ab611c11e6"><code>3978365</code></a> types: fix typescript imports</li> 157 <li><a href="https://github.com/i18next/i18next/commit/9d3f01b56789b3a63cad00947674077ba6184e58"><code>9d3f01b</code></a> 23.4.0</li> 158 <li><a href="https://github.com/i18next/i18next/commit/0df956a113ec965faf3ab093a826478542fdf358"><code>0df956a</code></a> typescript release</li> 159 <li><a href="https://github.com/i18next/i18next/commit/151ec0d8ffd5a912b8578c271cb0fe55635898bf"><code>151ec0d</code></a> Typescript - Support <code>const</code> modifier for <code>options</code> and <code>key</code> (<a href="https://redirect.github.com/i18next/i18next/issues/2007">#2007</a>)</li> 160 <li><a href="https://github.com/i18next/i18next/commit/549ada89c7e2f6de80678d3b229561db3fc52e73"><code>549ada8</code></a> 23.3.0</li> 161 <li>Additional commits viewable in <a href="https://github.com/i18next/i18next/compare/v22.4.9...v23.4.2">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 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 195 196 ## Comments 197 198 ### @dependabot[bot] — 2023-08-09T08:16:05Z 199 200 Superseded by #564. 201