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

271.md (11181B)


      1 # PR #271 Bump next-i18next from 11.0.0 to 13.0.3
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2023-01-03T16:46:51Z
      6 - **Branch:** dependabot/npm_and_yarn/next-i18next-13.0.3 → main
      7 - **Closed:** 2023-01-03T17:36:28Z
      8 - **Labels:** dependencies, javascript
      9 - **Assignees:** @MTRNord
     10 - **Reviewers:** @MTRNord
     11 - **Diff:** [271.diff](./271.diff)
     12 
     13 ---
     14 
     15 Bumps [next-i18next](https://github.com/i18next/next-i18next) from 11.0.0 to 13.0.3.
     16 <details>
     17 <summary>Release notes</summary>
     18 <p><em>Sourced from <a href="https://github.com/i18next/next-i18next/releases">next-i18next's releases</a>.</em></p>
     19 <blockquote>
     20 <h2>v13.0.3</h2>
     21 <ul>
     22 <li>Error if custom localeStructure provided, but no ns option defined.</li>
     23 </ul>
     24 <h2>v13.0.2</h2>
     25 <h3>Fix</h3>
     26 <ul>
     27 <li>Types: DefaultNamespace import, see <a href="https://github-redirect.dependabot.com/i18next/next-i18next/pull/2061">#2061</a>.</li>
     28 </ul>
     29 <h2>v13.0.1</h2>
     30 <h3>Fix</h3>
     31 <ul>
     32 <li>Fix missing <code>i18n.localeDetection</code> in UserConfig, see <a href="https://github-redirect.dependabot.com/i18next/next-i18next/pull/2057">#2057</a>.</li>
     33 <li>Update examples to latest i18next in <a href="https://github-redirect.dependabot.com/i18next/next-i18next/pull/2058">#2058</a></li>
     34 </ul>
     35 <p><strong>Caution</strong></p>
     36 <p>If you're experiencing typecheck errors regarding keys: ensure <code>i18next</code> is at least <code>^22.4.3</code> in your
     37 package.json (then run install), see <a href="https://github-redirect.dependabot.com/i18next/next-i18next/pull/2058">#2058</a>.</p>
     38 <h2>v13.0.0</h2>
     39 <p>The v13.0.0 release is a major version to improve stability and general experience.
     40 It comes with 2 easy changes related to installation. Existing code shouldn't be impacted.
     41 Details can be found in the <a href="https://github.com/i18next/next-i18next/blob/master/UPGRADING.md#version-1300">UPGRADING.md</a> document.</p>
     42 <h3>Breaking changes</h3>
     43 <ul>
     44 <li>
     45 <p><a href="https://github.com/i18next/react-i18next">react-i18next</a> and <a href="https://github.com/i18next/i18next">i18next</a>
     46 have been moved to peer-dependencies. They must be installed
     47 in your app (<a href="https://github-redirect.dependabot.com/i18next/next-i18next/pull/1966">#1966</a>)</p>
     48 <pre lang="bash"><code># Add react-i18next &gt; 12.0.0 and i18next &gt; 22.0.4 to your app dependencies  
     49 npm install react-i18next i18next --save  # NPM
     50 yarn add react-i18next i18next            # Yarn
     51 pnpm add react-i18next i18next --save     # PNPM
     52 </code></pre>
     53 <p>This might solve issues with duplicates and multiple i18n context instances.
     54 If you encounter any issue, please read the <a href="https://github.com/i18next/next-i18next/blob/master/TROUBLESHOOT.md">Troubleshoot</a> doc
     55 before posting an issue.</p>
     56 </li>
     57 <li>
     58 <p>Types augmentations are now handled by i18next instead of react-i18next (<a href="https://github-redirect.dependabot.com/i18next/next-i18next/pull/1997">#1997</a>).
     59 See the upgrade <a href="https://github.com/i18next/next-i18next/blob/master/UPGRADING.md#keys-typings">document here</a>.</p>
     60 </li>
     61 </ul>
     62 <h3>New</h3>
     63 <ul>
     64 <li>Support for NextJs 13 (excluding new experimental layout / rsc)</li>
     65 <li>Upgrade to <a href="https://github.com/i18next/i18next/releases">i18next v22</a> and react-i18next v12, see <a href="https://github-redirect.dependabot.com/i18next/next-i18next/pull/1966">#1966</a></li>
     66 <li>Support for node 18 lts <a href="https://github-redirect.dependabot.com/i18next/next-i18next/pull/2017">#2017</a></li>
     67 </ul>
     68 <!-- raw HTML omitted -->
     69 </blockquote>
     70 <p>... (truncated)</p>
     71 </details>
     72 <details>
     73 <summary>Changelog</summary>
     74 <p><em>Sourced from <a href="https://github.com/i18next/next-i18next/blob/master/CHANGELOG.md">next-i18next's changelog</a>.</em></p>
     75 <blockquote>
     76 <h2>13.0.3</h2>
     77 <ul>
     78 <li>Error if custom localeStructure provided, but no ns option defined.</li>
     79 </ul>
     80 <h2>13.0.2</h2>
     81 <h3>Fix</h3>
     82 <ul>
     83 <li>Types: DefaultNamespace import, see <a href="https://github-redirect.dependabot.com/i18next/next-i18next/pull/2061">#2061</a>.</li>
     84 </ul>
     85 <h2>13.0.1</h2>
     86 <h3>Fix</h3>
     87 <ul>
     88 <li>Fix missing <code>i18n.localeDetection</code> in UserConfig, see <a href="https://github-redirect.dependabot.com/i18next/next-i18next/pull/2057">#2057</a>.</li>
     89 <li>Update examples to latest i18next in <a href="https://github-redirect.dependabot.com/i18next/next-i18next/pull/2058">#2058</a></li>
     90 </ul>
     91 <p><strong>Caution</strong></p>
     92 <p>If you're experiencing typecheck errors regarding keys: ensure <code>i18next</code> is at least <code>^22.4.3</code> in your
     93 package.json (then run install), see <a href="https://github-redirect.dependabot.com/i18next/next-i18next/pull/2058">#2058</a>.</p>
     94 <h2>13.0.0</h2>
     95 <p>The v13.0.0 release is a major version to improve stability and general experience.
     96 It comes with 2 easy changes related to installation. Existing code shouldn't be impacted.
     97 Details can be found in the <a href="https://github.com/i18next/next-i18next/blob/master/UPGRADING.md#version-1300">UPGRADING.md</a> document.</p>
     98 <h3>Breaking changes</h3>
     99 <ul>
    100 <li>
    101 <p><a href="https://github.com/i18next/react-i18next">react-i18next</a> and <a href="https://github.com/i18next/i18next">i18next</a>
    102 have been moved to peer-dependencies. They must be installed
    103 in your app (<a href="https://github-redirect.dependabot.com/i18next/next-i18next/pull/1966">#1966</a>)</p>
    104 <pre lang="bash"><code># Add react-i18next &gt; 12.0.0 and i18next &gt; 22.0.4 to your app dependencies
    105 npm install react-i18next i18next --save  # NPM
    106 yarn add react-i18next i18next            # Yarn
    107 pnpm add react-i18next i18next --save     # PNPM
    108 </code></pre>
    109 <p>This might solve issues with duplicates and multiple i18n context instances.
    110 If you encounter any issue, please read the <a href="https://github.com/i18next/next-i18next/blob/master/TROUBLESHOOT.md">Troubleshoot</a> doc
    111 before posting an issue.</p>
    112 </li>
    113 <li>
    114 <p>Types augmentations are now handled by i18next instead of react-i18next (<a href="https://github-redirect.dependabot.com/i18next/next-i18next/pull/1997">#1997</a>).
    115 See the upgrade <a href="https://github.com/i18next/next-i18next/blob/master/UPGRADING.md#keys-typings">document here</a>.</p>
    116 </li>
    117 </ul>
    118 <h3>New</h3>
    119 <!-- raw HTML omitted -->
    120 </blockquote>
    121 <p>... (truncated)</p>
    122 </details>
    123 <details>
    124 <summary>Commits</summary>
    125 <ul>
    126 <li><a href="https://github.com/i18next/next-i18next/commit/ffccabefb8a1489951b31f03a4e29d7d646b6afc"><code>ffccabe</code></a> 13.0.3</li>
    127 <li><a href="https://github.com/i18next/next-i18next/commit/6335d948af110fc0755d221468b207b93d028610"><code>6335d94</code></a> Error if custom localeStructure provided, but no ns option defined.</li>
    128 <li><a href="https://github.com/i18next/next-i18next/commit/bb23d0201db5ebd35a6405c7c47e82e6ebb717f5"><code>bb23d02</code></a> 13.0.2</li>
    129 <li><a href="https://github.com/i18next/next-i18next/commit/bcb0859d8728966a8aea1f6cd42ecc68f6594092"><code>bcb0859</code></a> prepare release</li>
    130 <li><a href="https://github.com/i18next/next-i18next/commit/fd34d58a0bfa25a6976ac5a1e6878c3bac27c4e3"><code>fd34d58</code></a> Fix default namespace import (<a href="https://github-redirect.dependabot.com/i18next/next-i18next/issues/2061">#2061</a>)</li>
    131 <li><a href="https://github.com/i18next/next-i18next/commit/de4105eb49c4bbf5da6db3cb8817dbbe10beecac"><code>de4105e</code></a> 13.0.1</li>
    132 <li><a href="https://github.com/i18next/next-i18next/commit/4197c39efe90d3b8c9f4f3829ac3697361418899"><code>4197c39</code></a> Examples updated to latest i18next (<a href="https://github-redirect.dependabot.com/i18next/next-i18next/issues/2058">#2058</a>)</li>
    133 <li><a href="https://github.com/i18next/next-i18next/commit/b2ef1bd9e1575b6351a77da7c0c867636fcfdb6e"><code>b2ef1bd</code></a> fix: align with nextjs i18n config types (<a href="https://github-redirect.dependabot.com/i18next/next-i18next/issues/2057">#2057</a>)</li>
    134 <li><a href="https://github.com/i18next/next-i18next/commit/c3bae4a5f9b3a63d00b3da723e966ebcfd4717d6"><code>c3bae4a</code></a> fix(example): align nextjs version and update (<a href="https://github-redirect.dependabot.com/i18next/next-i18next/issues/2056">#2056</a>)</li>
    135 <li><a href="https://github.com/i18next/next-i18next/commit/99d57befafaca823a563d894a031ce199f1da20a"><code>99d57be</code></a> example: new blog post</li>
    136 <li>Additional commits viewable in <a href="https://github.com/i18next/next-i18next/compare/v11.0.0...v13.0.3">compare view</a></li>
    137 </ul>
    138 </details>
    139 <details>
    140 <summary>Maintainer changes</summary>
    141 <p>This version was pushed to npm by <a href="https://www.npmjs.com/~adrai">adrai</a>, a new releaser for next-i18next since your current version.</p>
    142 </details>
    143 <br />
    144 
    145 
    146 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=next-i18next&package-manager=npm_and_yarn&previous-version=11.0.0&new-version=13.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    147 
    148 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`.
    149 
    150 [//]: # (dependabot-automerge-start)
    151 [//]: # (dependabot-automerge-end)
    152 
    153 ---
    154 
    155 <details>
    156 <summary>Dependabot commands and options</summary>
    157 <br />
    158 
    159 You can trigger Dependabot actions by commenting on this PR:
    160 - `@dependabot rebase` will rebase this PR
    161 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    162 - `@dependabot merge` will merge this PR after your CI passes on it
    163 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    164 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    165 - `@dependabot reopen` will reopen this PR if it is closed
    166 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    167 - `@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)
    168 - `@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)
    169 - `@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)
    170 
    171 
    172 </details>
    173 
    174 
    175 ## Comments
    176 
    177 ### @dependabot[bot] — 2023-01-03T17:36:29Z
    178 
    179 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
    180 
    181 If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
    182