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

414.md (6507B)


      1 # PR #414 Bump i18next from 22.4.9 to 22.4.14
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2023-04-03T09:10:26Z
      6 - **Branch:** dependabot/npm_and_yarn/i18next-22.4.14 → main
      7 - **Closed:** 2023-04-20T09:04:59Z
      8 - **Labels:** dependencies, javascript
      9 - **Assignees:** @MTRNord
     10 - **Reviewers:** @MTRNord
     11 - **Diff:** [414.diff](./414.diff)
     12 
     13 ---
     14 
     15 Bumps [i18next](https://github.com/i18next/i18next) from 22.4.9 to 22.4.14.
     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>v22.4.14</h2>
     21 <ul>
     22 <li>fix: pass lng to format function used in nesting <a href="https://redirect.github.com/i18next/react-i18next/issues/1938">1938</a></li>
     23 </ul>
     24 <h2>v22.4.13</h2>
     25 <ul>
     26 <li>fix: deepFind as fallback for interpolation <a href="https://redirect.github.com/i18next/react-i18next/issues/1930">1930</a></li>
     27 </ul>
     28 <h2>v22.4.12</h2>
     29 <ul>
     30 <li>fix: getBestMatchFromCodes when dev is a supported lng <a href="https://redirect.github.com/i18next/react-i18next/issues/1927">1927</a></li>
     31 </ul>
     32 <h2>v22.4.11</h2>
     33 <ul>
     34 <li>types: fix postProcessor key argument type, fixes <a href="https://redirect.github.com/i18next/react-i18next/issues/1919">1919</a></li>
     35 </ul>
     36 <h2>v22.4.10</h2>
     37 <ul>
     38 <li>format options are optional, fixes <a href="https://redirect.github.com/i18next/react-i18next/issues/1913">1913</a></li>
     39 </ul>
     40 </blockquote>
     41 </details>
     42 <details>
     43 <summary>Changelog</summary>
     44 <p><em>Sourced from <a href="https://github.com/i18next/i18next/blob/master/CHANGELOG.md">i18next's changelog</a>.</em></p>
     45 <blockquote>
     46 <h2>22.4.14</h2>
     47 <ul>
     48 <li>fix: pass lng to format function used in nesting <a href="https://redirect.github.com/i18next/react-i18next/issues/1938">1938</a></li>
     49 </ul>
     50 <h2>22.4.13</h2>
     51 <ul>
     52 <li>fix: deepFind as fallback for interpolation <a href="https://redirect.github.com/i18next/react-i18next/issues/1930">1930</a></li>
     53 </ul>
     54 <h2>22.4.12</h2>
     55 <ul>
     56 <li>fix: getBestMatchFromCodes when dev is a supported lng <a href="https://redirect.github.com/i18next/react-i18next/issues/1927">1927</a></li>
     57 </ul>
     58 <h2>22.4.11</h2>
     59 <ul>
     60 <li>types: fix postProcessor key argument type, fixes <a href="https://redirect.github.com/i18next/react-i18next/issues/1919">1919</a></li>
     61 </ul>
     62 <h2>22.4.10</h2>
     63 <ul>
     64 <li>format options are optional, fixes <a href="https://redirect.github.com/i18next/i18next/issues/1913">1913</a></li>
     65 </ul>
     66 </blockquote>
     67 </details>
     68 <details>
     69 <summary>Commits</summary>
     70 <ul>
     71 <li><a href="https://github.com/i18next/i18next/commit/ad67e60aa8f8144fdf165fdbe6dcfe6093d6b851"><code>ad67e60</code></a> 22.4.14</li>
     72 <li><a href="https://github.com/i18next/i18next/commit/8fd67900c0c8539cb7b5808ec68f38f5abc3aa8e"><code>8fd6790</code></a> fix: pass lng to format function used in nesting <a href="https://redirect.github.com/i18next/i18next/issues/1938">#1938</a></li>
     73 <li><a href="https://github.com/i18next/i18next/commit/dd133af54f071deadbd8fd9dd95e0153b4e6deea"><code>dd133af</code></a> 22.4.13</li>
     74 <li><a href="https://github.com/i18next/i18next/commit/ac4b6701c3ce9596e4eb88f5d774ca66f05d71fb"><code>ac4b670</code></a> fix: deepFind as fallback for interpolation <a href="https://redirect.github.com/i18next/i18next/issues/1930">#1930</a></li>
     75 <li><a href="https://github.com/i18next/i18next/commit/db8c020e6fe58f3259921e81d3a846d608220242"><code>db8c020</code></a> remove .only() from test</li>
     76 <li><a href="https://github.com/i18next/i18next/commit/0a27a72c07fd4ece0308073bcd30285eb4e6f95e"><code>0a27a72</code></a> 22.4.12</li>
     77 <li><a href="https://github.com/i18next/i18next/commit/f1cc7d095d84ef5a3877b3385cd949f915535a94"><code>f1cc7d0</code></a> fix: getBestMatchFromCodes when dev is a supported lng <a href="https://redirect.github.com/i18next/i18next/issues/1927">#1927</a></li>
     78 <li><a href="https://github.com/i18next/i18next/commit/93b6a9481cff61170ed67149e5d5f5d395fe3c1e"><code>93b6a94</code></a> fix test:root without --no-sandbox is not supported (<a href="https://redirect.github.com/i18next/i18next/issues/1925">#1925</a>)</li>
     79 <li><a href="https://github.com/i18next/i18next/commit/21eac5a605601ec1067aac3583c6ec6bc2ecd3b7"><code>21eac5a</code></a> fix tests</li>
     80 <li><a href="https://github.com/i18next/i18next/commit/81c0501db8daf61aead034296d55451c68d2853e"><code>81c0501</code></a> try —-no-sandbox</li>
     81 <li>Additional commits viewable in <a href="https://github.com/i18next/i18next/compare/v22.4.9...v22.4.14">compare view</a></li>
     82 </ul>
     83 </details>
     84 <br />
     85 
     86 
     87 [![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=22.4.14)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
     88 
     89 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`.
     90 
     91 [//]: # (dependabot-automerge-start)
     92 [//]: # (dependabot-automerge-end)
     93 
     94 ---
     95 
     96 <details>
     97 <summary>Dependabot commands and options</summary>
     98 <br />
     99 
    100 You can trigger Dependabot actions by commenting on this PR:
    101 - `@dependabot rebase` will rebase this PR
    102 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    103 - `@dependabot merge` will merge this PR after your CI passes on it
    104 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    105 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    106 - `@dependabot reopen` will reopen this PR if it is closed
    107 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    108 - `@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)
    109 - `@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)
    110 - `@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)
    111 
    112 
    113 </details>
    114 
    115 <!-- Replace -->
    116 ----
    117 ⌛ Deploy Preview - Build in Progress
    118 <!-- Replace -->
    119 
    120 
    121 
    122 ## Comments
    123 
    124 ### @dependabot[bot] — 2023-04-20T09:04:58Z
    125 
    126 Superseded by #440.
    127