500.md (10141B)
1 # PR #500 Bump i18next from 22.4.9 to 23.2.5 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-06-29T08:47:18Z 6 - **Branch:** dependabot/npm_and_yarn/i18next-23.2.5 → main 7 - **Closed:** 2023-06-30T08:21:23Z 8 - **Labels:** dependencies, javascript 9 - **Assignees:** @MTRNord 10 - **Reviewers:** @MTRNord 11 - **Diff:** [500.diff](./500.diff) 12 13 --- 14 15 Bumps [i18next](https://github.com/i18next/i18next) from 22.4.9 to 23.2.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.2.5</h2> 21 <ul> 22 <li>Clean language code before passing to formatters <a href="https://redirect.github.com/i18next/i18next/pull/1988">1985</a></li> 23 </ul> 24 <h2>v23.2.4</h2> 25 <ul> 26 <li>types: Constrain return type when returnObjects is true <a href="https://redirect.github.com/i18next/i18next/pull/1985">1985</a></li> 27 </ul> 28 <h2>v23.2.3</h2> 29 <ul> 30 <li>types: Optimize logic for fallback ns <a href="https://redirect.github.com/i18next/i18next/pull/1984">19198481</a></li> 31 </ul> 32 <h2>v23.2.2</h2> 33 <ul> 34 <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> 35 </ul> 36 <h2>v23.2.1</h2> 37 <ul> 38 <li>types: fix fallbackNS type handling <a href="https://redirect.github.com/i18next/i18next/pull/1979">1979</a></li> 39 </ul> 40 <h2>v23.2.0</h2> 41 <ul> 42 <li>types: add fallbackNS type handling <a href="https://redirect.github.com/i18next/i18next/pull/1975">1975</a></li> 43 </ul> 44 <h2>v23.1.0</h2> 45 <ul> 46 <li>cloneInstance: introduce <code>forkResourceStore</code> <a href="https://redirect.github.com/i18next/i18next/issues/1974">1974</a></li> 47 <li>types: default argument values for ParseKeys type</li> 48 </ul> 49 <h2>v23.0.2</h2> 50 <ul> 51 <li>refactor: static createInstance for wider browser support <a href="https://redirect.github.com/i18next/i18next/pull/1973">1973</a></li> 52 </ul> 53 <h2>v23.0.1</h2> 54 <ul> 55 <li>types: export ParseKeys</li> 56 </ul> 57 <h2>v23.0.0</h2> 58 <p><strong>This is a major breaking release:</strong></p> 59 <ul> 60 <li> 61 <p>redesigned TypeScript types <a href="https://redirect.github.com/i18next/i18next/pull/1911">1911</a></p> 62 </li> 63 <li> 64 <p>removed <code>setDebug</code> function in the logger: <a href="https://redirect.github.com/i18next/i18next/issues/1954#issuecomment-1537117407">1954</a></p> 65 </li> 66 <li> 67 <p>changed <code>returnNull</code> default to <code>false</code> <a href="https://redirect.github.com/i18next/i18next/pull/1885">1885</a></p> 68 </li> 69 <li> 70 <p>drop support for old browsers and Node.js < v12 <a href="https://redirect.github.com/i18next/i18next/issues/1948">1948</a></p> 71 </li> 72 <li> 73 <p>ordinal plural keys are now prefixed with <code>_ordinal</code> to help translators (non-breaking, bacause of fallback) <a href="https://redirect.github.com/i18next/i18next/pull/1945">1945</a></p> 74 </li> 75 </ul> 76 <p>➡️ check out the <a href="https://www.i18next.com/misc/migration-guide#v22.x.x-to-v23.0.0">migration guide</a></p> 77 <h2>v22.5.1</h2> 78 <ul> 79 <li>ResourceStore addResource: offer possibility to pass keySeparator via options <a href="https://redirect.github.com/i18next/i18next/issues/1968">1968</a></li> 80 </ul> 81 <h2>v22.5.0</h2> 82 <ul> 83 <li>extend hasLoadedNamespace function options to pass optional lng to optimize server side usage of react-i18next</li> 84 </ul> 85 <h2>v22.4.15</h2> 86 <ul> 87 <li>fix: function t() passed options alteration <a href="https://redirect.github.com/i18next/react-i18next/issues/1947">1947</a></li> 88 </ul> 89 <h2>v22.4.14</h2> 90 <!-- raw HTML omitted --> 91 </blockquote> 92 <p>... (truncated)</p> 93 </details> 94 <details> 95 <summary>Changelog</summary> 96 <p><em>Sourced from <a href="https://github.com/i18next/i18next/blob/master/CHANGELOG.md">i18next's changelog</a>.</em></p> 97 <blockquote> 98 <h2>23.2.5</h2> 99 <ul> 100 <li>Clean language code before passing to formatters <a href="https://redirect.github.com/i18next/i18next/pull/1988">1985</a></li> 101 </ul> 102 <h2>23.2.4</h2> 103 <ul> 104 <li>types: Constrain return type when returnObjects is true <a href="https://redirect.github.com/i18next/i18next/pull/1985">1985</a></li> 105 </ul> 106 <h2>23.2.3</h2> 107 <ul> 108 <li>types: Optimize logic for fallback ns <a href="https://redirect.github.com/i18next/i18next/pull/1984">1984</a></li> 109 </ul> 110 <h2>23.2.2</h2> 111 <ul> 112 <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> 113 </ul> 114 <h2>23.2.1</h2> 115 <ul> 116 <li>types: fix fallbackNS type handling <a href="https://redirect.github.com/i18next/i18next/pull/1979">1979</a></li> 117 </ul> 118 <h2>23.2.0</h2> 119 <ul> 120 <li>types: add fallbackNS type handling <a href="https://redirect.github.com/i18next/i18next/pull/1975">1975</a></li> 121 </ul> 122 <h2>23.1.0</h2> 123 <ul> 124 <li>cloneInstance: introduce <code>forkResourceStore</code> <a href="https://redirect.github.com/i18next/i18next/issues/1974">1974</a></li> 125 <li>types: default argument values for ParseKeys type</li> 126 </ul> 127 <h2>23.0.2</h2> 128 <ul> 129 <li>refactor: static createInstance for wider browser support <a href="https://redirect.github.com/i18next/i18next/pull/1973">1973</a></li> 130 </ul> 131 <h2>23.0.1</h2> 132 <ul> 133 <li>types: export ParseKeys</li> 134 </ul> 135 <h2>23.0.0</h2> 136 <p><strong>This is a major breaking release:</strong></p> 137 <ul> 138 <li> 139 <p>redesigned TypeScript types <a href="https://redirect.github.com/i18next/i18next/pull/1911">1911</a></p> 140 </li> 141 <li> 142 <p>removed <code>setDebug</code> function in the logger: <a href="https://redirect.github.com/i18next/i18next/issues/1954#issuecomment-1537117407">1954</a></p> 143 </li> 144 <li> 145 <p>changed <code>returnNull</code> default to <code>false</code> <a href="https://redirect.github.com/i18next/i18next/pull/1885">1885</a></p> 146 </li> 147 <li> 148 <p>drop support for old browsers and Node.js < v12 <a href="https://redirect.github.com/i18next/i18next/issues/1948">1948</a></p> 149 </li> 150 <li> 151 <p>ordinal plural keys are now prefixed with <code>_ordinal</code> to help translators (non-breaking, because of fallback) <a href="https://redirect.github.com/i18next/i18next/pull/1945">1945</a></p> 152 </li> 153 </ul> 154 <p>➡️ check out the <a href="https://www.i18next.com/misc/migration-guide#v22.x.x-to-v23.0.0">migration guide</a></p> 155 <!-- raw HTML omitted --> 156 </blockquote> 157 <p>... (truncated)</p> 158 </details> 159 <details> 160 <summary>Commits</summary> 161 <ul> 162 <li><a href="https://github.com/i18next/i18next/commit/bf17cf1bcdd23f1ecec5bdaa813c317f501a08f3"><code>bf17cf1</code></a> 23.2.5</li> 163 <li><a href="https://github.com/i18next/i18next/commit/f637824c687ccc0ce94195ff283c9912b0ce0f86"><code>f637824</code></a> release</li> 164 <li><a href="https://github.com/i18next/i18next/commit/88b87d3814f4bd8c61625bbcd3f4e223a18608b9"><code>88b87d3</code></a> Clean code before passing to formatters; fix some typos (<a href="https://redirect.github.com/i18next/i18next/issues/1988">#1988</a>)</li> 165 <li><a href="https://github.com/i18next/i18next/commit/25ef5c8ea056ecf65812ead5dbf971f4a5848049"><code>25ef5c8</code></a> 23.2.4</li> 166 <li><a href="https://github.com/i18next/i18next/commit/69ea7fed61906616d95272fb68ce19e7ffe3bdce"><code>69ea7fe</code></a> release</li> 167 <li><a href="https://github.com/i18next/i18next/commit/921fab73381039ddd80eb7a3388fee13e1a8e9da"><code>921fab7</code></a> Constrain return type when returnObjects is true (<a href="https://redirect.github.com/i18next/i18next/issues/1985">#1985</a>)</li> 168 <li><a href="https://github.com/i18next/i18next/commit/eee414bc5ba764cbe95a9ad300af2ba3db384861"><code>eee414b</code></a> update deps in ts example</li> 169 <li><a href="https://github.com/i18next/i18next/commit/5fb74d516ccd6bfee4a6a3e5339ef1bdd52c55ee"><code>5fb74d5</code></a> 23.2.3</li> 170 <li><a href="https://github.com/i18next/i18next/commit/b0b6d55aa115351b666a7e46002a320fe4177975"><code>b0b6d55</code></a> release</li> 171 <li><a href="https://github.com/i18next/i18next/commit/387ba93cbd45c49e82926603bdab0198df9f353d"><code>387ba93</code></a> Optimize logic for fallback ns (<a href="https://redirect.github.com/i18next/i18next/issues/1984">#1984</a>)</li> 172 <li>Additional commits viewable in <a href="https://github.com/i18next/i18next/compare/v22.4.9...v23.2.5">compare view</a></li> 173 </ul> 174 </details> 175 <br /> 176 177 178 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 179 180 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`. 181 182 [//]: # (dependabot-automerge-start) 183 [//]: # (dependabot-automerge-end) 184 185 --- 186 187 <details> 188 <summary>Dependabot commands and options</summary> 189 <br /> 190 191 You can trigger Dependabot actions by commenting on this PR: 192 - `@dependabot rebase` will rebase this PR 193 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 194 - `@dependabot merge` will merge this PR after your CI passes on it 195 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 196 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 197 - `@dependabot reopen` will reopen this PR if it is closed 198 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 199 - `@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) 200 - `@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) 201 - `@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) 202 203 204 </details> 205 206 <!-- Replace --> 207 ---- 208 ⌛ Deploy Preview - Build in Progress 209 <!-- Replace --> 210 211 212 213 ## Comments 214 215 ### @dependabot[bot] — 2023-06-30T08:21:22Z 216 217 Superseded by #502. 218