271.json (11634B)
1 { 2 "number": 271, 3 "title": "Bump next-i18next from 11.0.0 to 13.0.3", 4 "state": "closed", 5 "diff_file": "271.diff", 6 "author": "dependabot[bot]", 7 "created_at": "2023-01-03T16:46:51Z", 8 "closed_at": "2023-01-03T17:36:28Z", 9 "merged_at": null, 10 "base_ref": "main", 11 "head_ref": "dependabot/npm_and_yarn/next-i18next-13.0.3", 12 "labels": [ 13 "dependencies", 14 "javascript" 15 ], 16 "assignees": [ 17 "MTRNord" 18 ], 19 "requested_reviewers": [ 20 "MTRNord" 21 ], 22 "body": "Bumps [next-i18next](https://github.com/i18next/next-i18next) from 11.0.0 to 13.0.3.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/i18next/next-i18next/releases\">next-i18next's releases</a>.</em></p>\n<blockquote>\n<h2>v13.0.3</h2>\n<ul>\n<li>Error if custom localeStructure provided, but no ns option defined.</li>\n</ul>\n<h2>v13.0.2</h2>\n<h3>Fix</h3>\n<ul>\n<li>Types: DefaultNamespace import, see <a href=\"https://github-redirect.dependabot.com/i18next/next-i18next/pull/2061\">#2061</a>.</li>\n</ul>\n<h2>v13.0.1</h2>\n<h3>Fix</h3>\n<ul>\n<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>\n<li>Update examples to latest i18next in <a href=\"https://github-redirect.dependabot.com/i18next/next-i18next/pull/2058\">#2058</a></li>\n</ul>\n<p><strong>Caution</strong></p>\n<p>If you're experiencing typecheck errors regarding keys: ensure <code>i18next</code> is at least <code>^22.4.3</code> in your\npackage.json (then run install), see <a href=\"https://github-redirect.dependabot.com/i18next/next-i18next/pull/2058\">#2058</a>.</p>\n<h2>v13.0.0</h2>\n<p>The v13.0.0 release is a major version to improve stability and general experience.\nIt comes with 2 easy changes related to installation. Existing code shouldn't be impacted.\nDetails can be found in the <a href=\"https://github.com/i18next/next-i18next/blob/master/UPGRADING.md#version-1300\">UPGRADING.md</a> document.</p>\n<h3>Breaking changes</h3>\n<ul>\n<li>\n<p><a href=\"https://github.com/i18next/react-i18next\">react-i18next</a> and <a href=\"https://github.com/i18next/i18next\">i18next</a>\nhave been moved to peer-dependencies. They must be installed\nin your app (<a href=\"https://github-redirect.dependabot.com/i18next/next-i18next/pull/1966\">#1966</a>)</p>\n<pre lang=\"bash\"><code># Add react-i18next > 12.0.0 and i18next > 22.0.4 to your app dependencies \nnpm install react-i18next i18next --save # NPM\nyarn add react-i18next i18next # Yarn\npnpm add react-i18next i18next --save # PNPM\n</code></pre>\n<p>This might solve issues with duplicates and multiple i18n context instances.\nIf you encounter any issue, please read the <a href=\"https://github.com/i18next/next-i18next/blob/master/TROUBLESHOOT.md\">Troubleshoot</a> doc\nbefore posting an issue.</p>\n</li>\n<li>\n<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>).\nSee the upgrade <a href=\"https://github.com/i18next/next-i18next/blob/master/UPGRADING.md#keys-typings\">document here</a>.</p>\n</li>\n</ul>\n<h3>New</h3>\n<ul>\n<li>Support for NextJs 13 (excluding new experimental layout / rsc)</li>\n<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>\n<li>Support for node 18 lts <a href=\"https://github-redirect.dependabot.com/i18next/next-i18next/pull/2017\">#2017</a></li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/i18next/next-i18next/blob/master/CHANGELOG.md\">next-i18next's changelog</a>.</em></p>\n<blockquote>\n<h2>13.0.3</h2>\n<ul>\n<li>Error if custom localeStructure provided, but no ns option defined.</li>\n</ul>\n<h2>13.0.2</h2>\n<h3>Fix</h3>\n<ul>\n<li>Types: DefaultNamespace import, see <a href=\"https://github-redirect.dependabot.com/i18next/next-i18next/pull/2061\">#2061</a>.</li>\n</ul>\n<h2>13.0.1</h2>\n<h3>Fix</h3>\n<ul>\n<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>\n<li>Update examples to latest i18next in <a href=\"https://github-redirect.dependabot.com/i18next/next-i18next/pull/2058\">#2058</a></li>\n</ul>\n<p><strong>Caution</strong></p>\n<p>If you're experiencing typecheck errors regarding keys: ensure <code>i18next</code> is at least <code>^22.4.3</code> in your\npackage.json (then run install), see <a href=\"https://github-redirect.dependabot.com/i18next/next-i18next/pull/2058\">#2058</a>.</p>\n<h2>13.0.0</h2>\n<p>The v13.0.0 release is a major version to improve stability and general experience.\nIt comes with 2 easy changes related to installation. Existing code shouldn't be impacted.\nDetails can be found in the <a href=\"https://github.com/i18next/next-i18next/blob/master/UPGRADING.md#version-1300\">UPGRADING.md</a> document.</p>\n<h3>Breaking changes</h3>\n<ul>\n<li>\n<p><a href=\"https://github.com/i18next/react-i18next\">react-i18next</a> and <a href=\"https://github.com/i18next/i18next\">i18next</a>\nhave been moved to peer-dependencies. They must be installed\nin your app (<a href=\"https://github-redirect.dependabot.com/i18next/next-i18next/pull/1966\">#1966</a>)</p>\n<pre lang=\"bash\"><code># Add react-i18next > 12.0.0 and i18next > 22.0.4 to your app dependencies\nnpm install react-i18next i18next --save # NPM\nyarn add react-i18next i18next # Yarn\npnpm add react-i18next i18next --save # PNPM\n</code></pre>\n<p>This might solve issues with duplicates and multiple i18n context instances.\nIf you encounter any issue, please read the <a href=\"https://github.com/i18next/next-i18next/blob/master/TROUBLESHOOT.md\">Troubleshoot</a> doc\nbefore posting an issue.</p>\n</li>\n<li>\n<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>).\nSee the upgrade <a href=\"https://github.com/i18next/next-i18next/blob/master/UPGRADING.md#keys-typings\">document here</a>.</p>\n</li>\n</ul>\n<h3>New</h3>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/i18next/next-i18next/commit/ffccabefb8a1489951b31f03a4e29d7d646b6afc\"><code>ffccabe</code></a> 13.0.3</li>\n<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>\n<li><a href=\"https://github.com/i18next/next-i18next/commit/bb23d0201db5ebd35a6405c7c47e82e6ebb717f5\"><code>bb23d02</code></a> 13.0.2</li>\n<li><a href=\"https://github.com/i18next/next-i18next/commit/bcb0859d8728966a8aea1f6cd42ecc68f6594092\"><code>bcb0859</code></a> prepare release</li>\n<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>\n<li><a href=\"https://github.com/i18next/next-i18next/commit/de4105eb49c4bbf5da6db3cb8817dbbe10beecac\"><code>de4105e</code></a> 13.0.1</li>\n<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>\n<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>\n<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>\n<li><a href=\"https://github.com/i18next/next-i18next/commit/99d57befafaca823a563d894a031ce199f1da20a\"><code>99d57be</code></a> example: new blog post</li>\n<li>Additional commits viewable in <a href=\"https://github.com/i18next/next-i18next/compare/v11.0.0...v13.0.3\">compare view</a></li>\n</ul>\n</details>\n<details>\n<summary>Maintainer changes</summary>\n<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>\n</details>\n<br />\n\n\n[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@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)\n- `@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)\n- `@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)\n\n\n</details>", 23 "comments": [ 24 { 25 "author": "dependabot[bot]", 26 "created_at": "2023-01-03T17:36:29Z", 27 "body": "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.\n\nIf you change your mind, just re-open this PR and I'll resolve any conflicts on it." 28 } 29 ], 30 "review_comments": [] 31 }