64.md (5743B)
1 # PR #64 Bump next-i18next from 10.2.0 to 10.3.0 2 3 - **Status:** merged 4 - **Author:** @dependabot[bot] 5 - **Created:** 2022-02-14T08:33:50Z 6 - **Branch:** dependabot/npm_and_yarn/next-i18next-10.3.0 → main 7 - **Merged:** 2022-02-14T09:13:08Z 8 - **Labels:** dependencies, javascript 9 - **Assignees:** @MTRNord 10 - **Reviewers:** @MTRNord 11 - **Diff:** [64.diff](./64.diff) 12 13 --- 14 15 Bumps [next-i18next](https://github.com/isaachinman/next-i18next) from 10.2.0 to 10.3.0. 16 <details> 17 <summary>Release notes</summary> 18 <p><em>Sourced from <a href="https://github.com/isaachinman/next-i18next/releases">next-i18next's releases</a>.</em></p> 19 <blockquote> 20 <h2>v10.3.0</h2> 21 <p><strong>Documentation:</strong></p> 22 <ul> 23 <li>Clarify config for custom interpolation suffix/prefix (5fff8de)</li> 24 </ul> 25 <p><strong>Bug fixes:</strong></p> 26 <ul> 27 <li><code>appWithTranslation</code> <code>useMemo</code> bug (null locale) 584f534</li> 28 </ul> 29 </blockquote> 30 </details> 31 <details> 32 <summary>Commits</summary> 33 <ul> 34 <li><a href="https://github.com/isaachinman/next-i18next/commit/0d80fbee1232830d35124cf7589de68834f90792"><code>0d80fbe</code></a> v10.3.0</li> 35 <li><a href="https://github.com/isaachinman/next-i18next/commit/584f534a7ae39a2f05f2e94c39830d34f5866b9f"><code>584f534</code></a> fix: appWithTranslation useMemo bug (null locale) (<a href="https://github-redirect.dependabot.com/isaachinman/next-i18next/issues/1631">#1631</a>)</li> 36 <li><a href="https://github.com/isaachinman/next-i18next/commit/5fff8defc8b7969d1262774334eb10e1e0cab9fd"><code>5fff8de</code></a> docs: Clarify config for custom interpolation suffix/prefix (<a href="https://github-redirect.dependabot.com/isaachinman/next-i18next/issues/1681">#1681</a>)</li> 37 <li><a href="https://github.com/isaachinman/next-i18next/commit/606a4254f97becf28ffe607d211e8c8048339512"><code>606a425</code></a> chore(deps): bump follow-redirects from 1.14.7 to 1.14.8 (<a href="https://github-redirect.dependabot.com/isaachinman/next-i18next/issues/1684">#1684</a>)</li> 38 <li><a href="https://github.com/isaachinman/next-i18next/commit/ef463733db16a3d004069fa373f9823795771ed0"><code>ef46373</code></a> chore(deps): bump simple-get from 3.1.0 to 3.1.1 (<a href="https://github-redirect.dependabot.com/isaachinman/next-i18next/issues/1677">#1677</a>)</li> 39 <li><a href="https://github.com/isaachinman/next-i18next/commit/521a3076ac3e91715cf47cc3eb2cc51512c270c1"><code>521a307</code></a> chore(deps): bump simple-get from 3.1.0 to 3.1.1 in /examples/simple (<a href="https://github-redirect.dependabot.com/isaachinman/next-i18next/issues/1676">#1676</a>)</li> 40 <li><a href="https://github.com/isaachinman/next-i18next/commit/300ead7ee46fdf5011de2781c707a2ead6d92490"><code>300ead7</code></a> chore(deps-dev): bump cypress from 9.2.1 to 9.4.1 (<a href="https://github-redirect.dependabot.com/isaachinman/next-i18next/issues/1675">#1675</a>)</li> 41 <li><a href="https://github.com/isaachinman/next-i18next/commit/d31d2f9227af5008d7247b6b91ef34b945073177"><code>d31d2f9</code></a> chore(deps-dev): bump <code>@types/react</code> from 17.0.38 to 17.0.39 (<a href="https://github-redirect.dependabot.com/isaachinman/next-i18next/issues/1674">#1674</a>)</li> 42 <li><a href="https://github.com/isaachinman/next-i18next/commit/cbda885be70105fd9fe297b9d85007e0f73ea2c7"><code>cbda885</code></a> chore(deps-dev): bump <code>@babel/plugin-transform-runtime</code> (<a href="https://github-redirect.dependabot.com/isaachinman/next-i18next/issues/1673">#1673</a>)</li> 43 <li><a href="https://github.com/isaachinman/next-i18next/commit/478963d56615d4d850fc4a7e5df7903c8cbff4de"><code>478963d</code></a> chore(deps): bump i18next from 21.6.10 to 21.6.11 (<a href="https://github-redirect.dependabot.com/isaachinman/next-i18next/issues/1672">#1672</a>)</li> 44 <li>Additional commits viewable in <a href="https://github.com/isaachinman/next-i18next/compare/v10.2.0...v10.3.0">compare view</a></li> 45 </ul> 46 </details> 47 <br /> 48 49 50 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 51 52 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`. 53 54 [//]: # (dependabot-automerge-start) 55 [//]: # (dependabot-automerge-end) 56 57 --- 58 59 <details> 60 <summary>Dependabot commands and options</summary> 61 <br /> 62 63 You can trigger Dependabot actions by commenting on this PR: 64 - `@dependabot rebase` will rebase this PR 65 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 66 - `@dependabot merge` will merge this PR after your CI passes on it 67 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 68 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 69 - `@dependabot reopen` will reopen this PR if it is closed 70 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 71 - `@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) 72 - `@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) 73 - `@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) 74 75 76 </details> 77