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

547.md (8980B)


      1 # PR #547 Bump i18next from 22.4.9 to 23.3.0
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2023-07-26T08:12:40Z
      6 - **Branch:** dependabot/npm_and_yarn/i18next-23.3.0 → main
      7 - **Closed:** 2023-07-31T08:20:57Z
      8 - **Labels:** dependencies, javascript
      9 - **Assignees:** @MTRNord
     10 - **Reviewers:** @MTRNord
     11 - **Diff:** [547.diff](./547.diff)
     12 
     13 ---
     14 
     15 Bumps [i18next](https://github.com/i18next/i18next) from 22.4.9 to 23.3.0.
     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.3.0</h2>
     21 <ul>
     22 <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>
     23 </ul>
     24 <h2>v23.2.11</h2>
     25 <ul>
     26 <li>types: Fix $TFunctionBrand <a href="https://redirect.github.com/i18next/i18next/pull/1997">1997</a></li>
     27 </ul>
     28 <h2>v23.2.10</h2>
     29 <ul>
     30 <li>types: emit function can have additional arguments <a href="https://redirect.github.com/i18next/i18next/issues/1993">1993</a></li>
     31 </ul>
     32 <h2>v23.2.9</h2>
     33 <ul>
     34 <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>
     35 </ul>
     36 <h2>v23.2.8</h2>
     37 <ul>
     38 <li>types for hasLoadedNamespace</li>
     39 </ul>
     40 <h2>v23.2.7</h2>
     41 <ul>
     42 <li>fix utils import (for Deno)</li>
     43 </ul>
     44 <h2>v23.2.6</h2>
     45 <ul>
     46 <li>Re-allow unknown keys, when a defaultValue is provided <a href="https://redirect.github.com/i18next/i18next/issues/1867">1867</a></li>
     47 </ul>
     48 <h2>v23.2.5</h2>
     49 <ul>
     50 <li>Clean language code before passing to formatters <a href="https://redirect.github.com/i18next/i18next/pull/1988">1985</a></li>
     51 </ul>
     52 <h2>v23.2.4</h2>
     53 <ul>
     54 <li>types: Constrain return type when returnObjects is true <a href="https://redirect.github.com/i18next/i18next/pull/1985">1985</a></li>
     55 </ul>
     56 <h2>v23.2.3</h2>
     57 <ul>
     58 <li>types: Optimize logic for fallback ns <a href="https://redirect.github.com/i18next/i18next/pull/1984">19198481</a></li>
     59 </ul>
     60 <h2>v23.2.2</h2>
     61 <ul>
     62 <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>
     63 </ul>
     64 <h2>v23.2.1</h2>
     65 <ul>
     66 <li>types: fix fallbackNS type handling <a href="https://redirect.github.com/i18next/i18next/pull/1979">1979</a></li>
     67 </ul>
     68 <h2>v23.2.0</h2>
     69 <ul>
     70 <li>types: add fallbackNS type handling <a href="https://redirect.github.com/i18next/i18next/pull/1975">1975</a></li>
     71 </ul>
     72 <h2>v23.1.0</h2>
     73 <ul>
     74 <li>cloneInstance: introduce <code>forkResourceStore</code> <a href="https://redirect.github.com/i18next/i18next/issues/1974">1974</a></li>
     75 <li>types: default argument values for ParseKeys type</li>
     76 </ul>
     77 <h2>v23.0.2</h2>
     78 <ul>
     79 <li>refactor: static createInstance for wider browser support <a href="https://redirect.github.com/i18next/i18next/pull/1973">1973</a></li>
     80 </ul>
     81 <h2>v23.0.1</h2>
     82 <ul>
     83 <li>types: export ParseKeys</li>
     84 </ul>
     85 <h2>v23.0.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.3.0</h2>
     95 <ul>
     96 <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>
     97 </ul>
     98 <h2>23.2.11</h2>
     99 <ul>
    100 <li>types: Fix $TFunctionBrand <a href="https://redirect.github.com/i18next/i18next/pull/1997">1997</a></li>
    101 </ul>
    102 <h2>23.2.10</h2>
    103 <ul>
    104 <li>types: emit function can have additional arguments <a href="https://redirect.github.com/i18next/i18next/issues/1993">1993</a></li>
    105 </ul>
    106 <h2>23.2.9</h2>
    107 <ul>
    108 <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>
    109 </ul>
    110 <h2>23.2.8</h2>
    111 <ul>
    112 <li>types for hasLoadedNamespace</li>
    113 </ul>
    114 <h2>23.2.7</h2>
    115 <ul>
    116 <li>fix utils import (for Deno)</li>
    117 </ul>
    118 <h2>23.2.6</h2>
    119 <ul>
    120 <li>Re-allow unknown keys, when a defaultValue is provided <a href="https://redirect.github.com/i18next/i18next/issues/1867">1867</a></li>
    121 </ul>
    122 <h2>23.2.5</h2>
    123 <ul>
    124 <li>Clean language code before passing to formatters <a href="https://redirect.github.com/i18next/i18next/pull/1988">1988</a></li>
    125 </ul>
    126 <h2>23.2.4</h2>
    127 <ul>
    128 <li>types: Constrain return type when returnObjects is true <a href="https://redirect.github.com/i18next/i18next/pull/1985">1985</a></li>
    129 </ul>
    130 <h2>23.2.3</h2>
    131 <ul>
    132 <li>types: Optimize logic for fallback ns <a href="https://redirect.github.com/i18next/i18next/pull/1984">1984</a></li>
    133 </ul>
    134 <h2>23.2.2</h2>
    135 <ul>
    136 <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>
    137 </ul>
    138 <h2>23.2.1</h2>
    139 <ul>
    140 <li>types: fix fallbackNS type handling <a href="https://redirect.github.com/i18next/i18next/pull/1979">1979</a></li>
    141 </ul>
    142 <h2>23.2.0</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/549ada89c7e2f6de80678d3b229561db3fc52e73"><code>549ada8</code></a> 23.3.0</li>
    151 <li><a href="https://github.com/i18next/i18next/commit/244ce0eaf10feaaa3207c77b4da24a28134458f6"><code>244ce0e</code></a> release</li>
    152 <li><a href="https://github.com/i18next/i18next/commit/8fa62ef8a16a0e757c829b0a24ee55e95b086dfb"><code>8fa62ef</code></a> Fix performance issues that affects flat object with multiple keys (<a href="https://redirect.github.com/i18next/i18next/issues/2004">#2004</a>)</li>
    153 <li><a href="https://github.com/i18next/i18next/commit/815cd837eae346193af4ae767fad0b617e59b091"><code>815cd83</code></a> 23.2.11</li>
    154 <li><a href="https://github.com/i18next/i18next/commit/764981bc39fc0d67fc6e287264093f87ef59e7ca"><code>764981b</code></a> release</li>
    155 <li><a href="https://github.com/i18next/i18next/commit/cecf54b7374e17a30db6a30b7c008b4f1470e35f"><code>cecf54b</code></a> Fix $TFunctionBrand for non-string namespaces (<a href="https://redirect.github.com/i18next/i18next/issues/1997">#1997</a>)</li>
    156 <li><a href="https://github.com/i18next/i18next/commit/3a1b4993d530779ade3c6e840213831e4c92701b"><code>3a1b499</code></a> 23.2.10</li>
    157 <li><a href="https://github.com/i18next/i18next/commit/01e32f427db9b4214068a79b9e25f8baaf4e755c"><code>01e32f4</code></a> types: emit function can have additional arguments <a href="https://redirect.github.com/i18next/i18next/issues/1993">#1993</a></li>
    158 <li><a href="https://github.com/i18next/i18next/commit/24a52e9c2c0d990a4529886c008e66408b76f89a"><code>24a52e9</code></a> 23.2.9</li>
    159 <li><a href="https://github.com/i18next/i18next/commit/e0b43754bce4e233c97c70cb64e494ec8d1763ab"><code>e0b4375</code></a> release</li>
    160 <li>Additional commits viewable in <a href="https://github.com/i18next/i18next/compare/v22.4.9...v23.3.0">compare view</a></li>
    161 </ul>
    162 </details>
    163 <br />
    164 
    165 
    166 [![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.3.0)](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 
    195 ## Comments
    196 
    197 ### @dependabot[bot] — 2023-07-31T08:20:56Z
    198 
    199 Superseded by #551.
    200