478.md (9582B)
1 # PR #478 Bump i18next from 22.4.9 to 23.0.2 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-06-16T09:06:21Z 6 - **Branch:** dependabot/npm_and_yarn/i18next-23.0.2 → main 7 - **Closed:** 2023-06-19T09:09:01Z 8 - **Labels:** dependencies, javascript 9 - **Assignees:** @MTRNord 10 - **Reviewers:** @MTRNord 11 - **Diff:** [478.diff](./478.diff) 12 13 --- 14 15 Bumps [i18next](https://github.com/i18next/i18next) from 22.4.9 to 23.0.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.0.2</h2> 21 <ul> 22 <li>refactor: static createInstance for wider browser support <a href="https://redirect.github.com/i18next/i18next/pull/1973">1973</a></li> 23 </ul> 24 <h2>v23.0.1</h2> 25 <ul> 26 <li>types: export ParseKeys</li> 27 </ul> 28 <h2>v23.0.0</h2> 29 <p><strong>This is a major breaking release:</strong></p> 30 <ul> 31 <li> 32 <p>redesigned TypeScript types <a href="https://redirect.github.com/i18next/i18next/pull/1911">1911</a></p> 33 </li> 34 <li> 35 <p>removed <code>setDebug</code> function in the logger: <a href="https://redirect.github.com/i18next/i18next/issues/1954#issuecomment-1537117407">1954</a></p> 36 </li> 37 <li> 38 <p>changed <code>returnNull</code> default to <code>false</code> <a href="https://redirect.github.com/i18next/i18next/pull/1885">1885</a></p> 39 </li> 40 <li> 41 <p>drop support for old browsers and Node.js < v12 <a href="https://redirect.github.com/i18next/i18next/issues/1948">1948</a></p> 42 </li> 43 <li> 44 <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> 45 </li> 46 </ul> 47 <p>➡️ check out the <a href="https://www.i18next.com/misc/migration-guide#v22.x.x-to-v23.0.0">migration guide</a></p> 48 <h2>v22.5.1</h2> 49 <ul> 50 <li>ResourceStore addResource: offer possibility to pass keySeparator via options <a href="https://redirect.github.com/i18next/i18next/issues/1968">1968</a></li> 51 </ul> 52 <h2>v22.5.0</h2> 53 <ul> 54 <li>extend hasLoadedNamespace function options to pass optional lng to optimize server side usage of react-i18next</li> 55 </ul> 56 <h2>v22.4.15</h2> 57 <ul> 58 <li>fix: function t() passed options alteration <a href="https://redirect.github.com/i18next/react-i18next/issues/1947">1947</a></li> 59 </ul> 60 <h2>v22.4.14</h2> 61 <ul> 62 <li>fix: pass lng to format function used in nesting <a href="https://redirect.github.com/i18next/react-i18next/issues/1938">1938</a></li> 63 </ul> 64 <h2>v22.4.13</h2> 65 <ul> 66 <li>fix: deepFind as fallback for interpolation <a href="https://redirect.github.com/i18next/react-i18next/issues/1930">1930</a></li> 67 </ul> 68 <h2>v22.4.12</h2> 69 <ul> 70 <li>fix: getBestMatchFromCodes when dev is a supported lng <a href="https://redirect.github.com/i18next/react-i18next/issues/1927">1927</a></li> 71 </ul> 72 <h2>v22.4.11</h2> 73 <ul> 74 <li>types: fix postProcessor key argument type, fixes <a href="https://redirect.github.com/i18next/react-i18next/issues/1919">1919</a></li> 75 </ul> 76 <h2>v22.4.10</h2> 77 <ul> 78 <li>format options are optional, fixes <a href="https://redirect.github.com/i18next/react-i18next/issues/1913">1913</a></li> 79 </ul> 80 </blockquote> 81 </details> 82 <details> 83 <summary>Changelog</summary> 84 <p><em>Sourced from <a href="https://github.com/i18next/i18next/blob/master/CHANGELOG.md">i18next's changelog</a>.</em></p> 85 <blockquote> 86 <h2>23.0.2</h2> 87 <ul> 88 <li>refactor: static createInstance for wider browser support <a href="https://redirect.github.com/i18next/i18next/pull/1973">1973</a></li> 89 </ul> 90 <h2>23.0.1</h2> 91 <ul> 92 <li>types: export ParseKeys</li> 93 </ul> 94 <h2>23.0.0</h2> 95 <p><strong>This is a major breaking release:</strong></p> 96 <ul> 97 <li> 98 <p>redesigned TypeScript types <a href="https://redirect.github.com/i18next/i18next/pull/1911">1911</a></p> 99 </li> 100 <li> 101 <p>removed <code>setDebug</code> function in the logger: <a href="https://redirect.github.com/i18next/i18next/issues/1954#issuecomment-1537117407">1954</a></p> 102 </li> 103 <li> 104 <p>changed <code>returnNull</code> default to <code>false</code> <a href="https://redirect.github.com/i18next/i18next/pull/1885">1885</a></p> 105 </li> 106 <li> 107 <p>drop support for old browsers and Node.js < v12 <a href="https://redirect.github.com/i18next/i18next/issues/1948">1948</a></p> 108 </li> 109 <li> 110 <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> 111 </li> 112 </ul> 113 <p>➡️ check out the <a href="https://www.i18next.com/misc/migration-guide#v22.x.x-to-v23.0.0">migration guide</a></p> 114 <h2>22.5.1</h2> 115 <ul> 116 <li>ResourceStore addResource: offer possibility to pass keySeparator via options <a href="https://redirect.github.com/i18next/i18next/issues/1968">1968</a></li> 117 </ul> 118 <h2>22.5.0</h2> 119 <ul> 120 <li>extend hasLoadedNamespace function options to pass optional lng to optimize server side usage of react-i18next</li> 121 </ul> 122 <h2>22.4.15</h2> 123 <ul> 124 <li>fix: function t() passed options alteration <a href="https://redirect.github.com/i18next/i18next/issues/1947">1947</a></li> 125 </ul> 126 <h2>22.4.14</h2> 127 <ul> 128 <li>fix: pass lng to format function used in nesting <a href="https://redirect.github.com/i18next/i18next/issues/1938">1938</a></li> 129 </ul> 130 <h2>22.4.13</h2> 131 <ul> 132 <li>fix: deepFind as fallback for interpolation <a href="https://redirect.github.com/i18next/i18next/issues/1930">1930</a></li> 133 </ul> 134 <h2>22.4.12</h2> 135 <ul> 136 <li>fix: getBestMatchFromCodes when dev is a supported lng <a href="https://redirect.github.com/i18next/i18next/issues/1927">1927</a></li> 137 </ul> 138 <h2>22.4.11</h2> 139 <ul> 140 <li>types: fix postProcessor key argument type, fixes <a href="https://redirect.github.com/i18next/i18next/issues/1919">1919</a></li> 141 </ul> 142 <h2>22.4.10</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/18a1929907e9c806b256f65b666ba97491d93f7e"><code>18a1929</code></a> 23.0.2</li> 151 <li><a href="https://github.com/i18next/i18next/commit/a15b3d3653432e095cddb1d952cc6b995e73cbf9"><code>a15b3d3</code></a> release</li> 152 <li><a href="https://github.com/i18next/i18next/commit/d160a08637f0d9bd56337212c767c838e086e1e9"><code>d160a08</code></a> refactor: static createInstance for wider browser support (<a href="https://redirect.github.com/i18next/i18next/issues/1973">#1973</a>)</li> 153 <li><a href="https://github.com/i18next/i18next/commit/c45439eee0ab7303b5ea02b6fb2f1e7c22a9cd08"><code>c45439e</code></a> 23.0.1</li> 154 <li><a href="https://github.com/i18next/i18next/commit/fba8527e19b6f56fe4b23912a8c29222951a83fa"><code>fba8527</code></a> types: export ParseKeys</li> 155 <li><a href="https://github.com/i18next/i18next/commit/f27dee9f1e38a17a15e615ca793c42799a1f1136"><code>f27dee9</code></a> update example deps</li> 156 <li><a href="https://github.com/i18next/i18next/commit/76ba008ca9db7d8115be7ad51a7012a5edc6980a"><code>76ba008</code></a> 23.0.0</li> 157 <li><a href="https://github.com/i18next/i18next/commit/8de658c85b24575f5892e00cb3ad25490694ebbb"><code>8de658c</code></a> better handling for _ lng codes (i.e. en_US instead en-US)</li> 158 <li><a href="https://github.com/i18next/i18next/commit/6ee7f55d351a374c71205c88069e51cd54dbc9e0"><code>6ee7f55</code></a> fix links in changelog</li> 159 <li><a href="https://github.com/i18next/i18next/commit/888c97b275231aa9e20470675365c0f0e7c880ef"><code>888c97b</code></a> prepare changelog</li> 160 <li>Additional commits viewable in <a href="https://github.com/i18next/i18next/compare/v22.4.9...v23.0.2">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 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) 188 - `@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) 189 - `@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) 190 191 192 </details> 193 194 <!-- Replace --> 195 ---- 196 ⌛ Deploy Preview - Build in Progress 197 <!-- Replace --> 198 199 200 201 ## Comments 202 203 ### @dependabot[bot] — 2023-06-19T09:09:00Z 204 205 Superseded by #481. 206