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

589.json (8975B)


      1 {
      2   "number": 589,
      3   "title": "Bump i18next from 22.4.9 to 23.4.6",
      4   "state": "open",
      5   "diff_file": "589.diff",
      6   "author": "dependabot[bot]",
      7   "created_at": "2023-08-28T08:53:02Z",
      8   "closed_at": null,
      9   "merged_at": null,
     10   "base_ref": "main",
     11   "head_ref": "dependabot/npm_and_yarn/i18next-23.4.6",
     12   "labels": [
     13     "dependencies",
     14     "javascript"
     15   ],
     16   "assignees": [
     17     "MTRNord"
     18   ],
     19   "requested_reviewers": [
     20     "MTRNord"
     21   ],
     22   "body": "Bumps [i18next](https://github.com/i18next/i18next) from 22.4.9 to 23.4.6.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/i18next/i18next/releases\">i18next's releases</a>.</em></p>\n<blockquote>\n<h2>v23.4.6</h2>\n<ul>\n<li>pass correct language for custom i18nFormat</li>\n</ul>\n<h2>v23.4.5</h2>\n<ul>\n<li>types: named export for FlatNamespace</li>\n</ul>\n<h2>v23.4.4</h2>\n<ul>\n<li>types: add customisation of contextSeparator also on v4 t types <a href=\"https://redirect.github.com/i18next/i18next/pull/2019\">2019</a></li>\n</ul>\n<h2>v23.4.3</h2>\n<ul>\n<li>types: add customisation of contextSeparator <a href=\"https://redirect.github.com/i18next/i18next/pull/2017\">2017</a></li>\n</ul>\n<h2>v23.4.2</h2>\n<ul>\n<li>types: export some types for next-i18next</li>\n</ul>\n<h2>v23.4.1</h2>\n<ul>\n<li>types: fix typescript imports</li>\n</ul>\n<h2>v23.4.0</h2>\n<ul>\n<li>types: Support const modifier for options and key <a href=\"https://redirect.github.com/i18next/i18next/pull/2007\">2007</a></li>\n<li>types: Support context <a href=\"https://redirect.github.com/i18next/i18next/pull/2006\">2006</a></li>\n</ul>\n<h2>v23.3.0</h2>\n<ul>\n<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>\n</ul>\n<h2>v23.2.11</h2>\n<ul>\n<li>types: Fix $TFunctionBrand <a href=\"https://redirect.github.com/i18next/i18next/pull/1997\">1997</a></li>\n</ul>\n<h2>v23.2.10</h2>\n<ul>\n<li>types: emit function can have additional arguments <a href=\"https://redirect.github.com/i18next/i18next/issues/1993\">1993</a></li>\n</ul>\n<h2>v23.2.9</h2>\n<ul>\n<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>\n</ul>\n<h2>v23.2.8</h2>\n<ul>\n<li>types for hasLoadedNamespace</li>\n</ul>\n<h2>v23.2.7</h2>\n<ul>\n<li>fix utils import (for Deno)</li>\n</ul>\n<h2>v23.2.6</h2>\n<ul>\n<li>Re-allow unknown keys, when a defaultValue is provided <a href=\"https://redirect.github.com/i18next/i18next/issues/1867\">1867</a></li>\n</ul>\n<h2>v23.2.5</h2>\n<ul>\n<li>Clean language code before passing to formatters <a href=\"https://redirect.github.com/i18next/i18next/pull/1988\">1985</a></li>\n</ul>\n<h2>v23.2.4</h2>\n<ul>\n<li>types: Constrain return type when returnObjects is true <a href=\"https://redirect.github.com/i18next/i18next/pull/1985\">1985</a></li>\n</ul>\n<h2>v23.2.3</h2>\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/i18next/blob/master/CHANGELOG.md\">i18next's changelog</a>.</em></p>\n<blockquote>\n<h2>23.4.6</h2>\n<ul>\n<li>pass correct language for custom i18nFormat</li>\n</ul>\n<h2>23.4.5</h2>\n<ul>\n<li>types: named export for FlatNamespace</li>\n</ul>\n<h2>23.4.4</h2>\n<ul>\n<li>types: add customisation of contextSeparator also on v4 t types <a href=\"https://redirect.github.com/i18next/i18next/pull/2019\">2019</a></li>\n</ul>\n<h2>23.4.3</h2>\n<ul>\n<li>types: add customisation of contextSeparator <a href=\"https://redirect.github.com/i18next/i18next/pull/2017\">2017</a></li>\n</ul>\n<h2>23.4.2</h2>\n<ul>\n<li>types: export some types for next-i18next</li>\n</ul>\n<h2>23.4.1</h2>\n<ul>\n<li>types: fix typescript imports</li>\n</ul>\n<h2>23.4.0</h2>\n<ul>\n<li>types: Support const modifier for options and key <a href=\"https://redirect.github.com/i18next/i18next/pull/2007\">2007</a></li>\n<li>types: Support context <a href=\"https://redirect.github.com/i18next/i18next/pull/2006\">2006</a></li>\n</ul>\n<h2>23.3.0</h2>\n<ul>\n<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>\n</ul>\n<h2>23.2.11</h2>\n<ul>\n<li>types: Fix $TFunctionBrand <a href=\"https://redirect.github.com/i18next/i18next/pull/1997\">1997</a></li>\n</ul>\n<h2>23.2.10</h2>\n<ul>\n<li>types: emit function can have additional arguments <a href=\"https://redirect.github.com/i18next/i18next/issues/1993\">1993</a></li>\n</ul>\n<h2>23.2.9</h2>\n<ul>\n<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>\n</ul>\n<h2>23.2.8</h2>\n<ul>\n<li>types for hasLoadedNamespace</li>\n</ul>\n<h2>23.2.7</h2>\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/i18next/commit/9bfbc1c3c30317b8181ad4ec108266b38eb22178\"><code>9bfbc1c</code></a> 23.4.6</li>\n<li><a href=\"https://github.com/i18next/i18next/commit/77bbc0ab68e50ba557895c8ff91aa436e1bcfd7f\"><code>77bbc0a</code></a> pass correct language for custom i18nFormat <a href=\"https://github.com/i18next/i18nex\">https://github.com/i18next/i18nex</a>...</li>\n<li><a href=\"https://github.com/i18next/i18next/commit/76f89b03cb50a0f8520dce4be83f7d073351a2a0\"><code>76f89b0</code></a> 23.4.5</li>\n<li><a href=\"https://github.com/i18next/i18next/commit/bd4e85a3f81862db63d1f070cd6bc5536f032c0c\"><code>bd4e85a</code></a> release</li>\n<li><a href=\"https://github.com/i18next/i18next/commit/ad0a3174d5c2256f319f19d866036f946ab23510\"><code>ad0a317</code></a> export FlatNamespace</li>\n<li><a href=\"https://github.com/i18next/i18next/commit/3dbcb257512de0998589c979f2d89f436ac819b7\"><code>3dbcb25</code></a> 23.4.4</li>\n<li><a href=\"https://github.com/i18next/i18next/commit/9664a4a9e9e39a1a63f150a485268aad8f0a4f51\"><code>9664a4a</code></a> prepare release</li>\n<li><a href=\"https://github.com/i18next/i18next/commit/fb122fd62914f33ab0dceb8587cde50ecf14e1c5\"><code>fb122fd</code></a> types: add contextSeparator also on v4 types (<a href=\"https://redirect.github.com/i18next/i18next/issues/2019\">#2019</a>)</li>\n<li><a href=\"https://github.com/i18next/i18next/commit/181dcbdfc0fca21e3b4702972ad845fee6976bb1\"><code>181dcbd</code></a> 23.4.3</li>\n<li><a href=\"https://github.com/i18next/i18next/commit/1435ec0b55b11d409e5c284472e4752f54976696\"><code>1435ec0</code></a> prepare release</li>\n<li>Additional commits viewable in <a href=\"https://github.com/i18next/i18next/compare/v22.4.9...v23.4.6\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![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.4.6)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency\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   "review_comments": []
     25 }