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

509.md (9320B)


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