matrix-art.meta

Issues/PRs archive for MTRNord/matrix-art
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.meta.git
Log | Files | Refs

502.md (9963B)


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