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

310.json (11158B)


      1 {
      2   "number": 310,
      3   "title": "Bump vitest from 0.27.2 to 0.27.3",
      4   "state": "merged",
      5   "diff_file": "310.diff",
      6   "author": "dependabot[bot]",
      7   "created_at": "2023-01-23T08:29:50Z",
      8   "closed_at": "2023-01-23T08:31:59Z",
      9   "merged_at": "2023-01-23T08:31:59Z",
     10   "base_ref": "main",
     11   "head_ref": "dependabot/npm_and_yarn/vitest-0.27.3",
     12   "labels": [
     13     "dependencies",
     14     "javascript"
     15   ],
     16   "assignees": [
     17     "MTRNord"
     18   ],
     19   "requested_reviewers": [
     20     "MTRNord"
     21   ],
     22   "body": "Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.27.2 to 0.27.3.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/vitest-dev/vitest/releases\">vitest's releases</a>.</em></p>\n<blockquote>\n<h2>v0.27.3</h2>\n<h3>\u00a0\u00a0\u00a0\ud83d\ude80 Features</h3>\n<ul>\n<li>Throw unhandled exception, if code throws &quot;error&quot; event \u00a0-\u00a0 by <a href=\"https://github.com/sheremet-va\"><code>@\u200bsheremet-va</code></a> in <a href=\"https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2691\">vitest-dev/vitest#2691</a> <a href=\"https://github.com/vitest-dev/vitest/commit/6a30cdd3\"><!-- raw HTML omitted -->(6a30c)<!-- raw HTML omitted --></a></li>\n<li>New <code>environmentMatchGlobs</code> option to auto infer env based on glob \u00a0-\u00a0 by <a href=\"https://github.com/antfu\"><code>@\u200bantfu</code></a> in <a href=\"https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2714\">vitest-dev/vitest#2714</a> <a href=\"https://github.com/vitest-dev/vitest/commit/3e1429e5\"><!-- raw HTML omitted -->(3e142)<!-- raw HTML omitted --></a></li>\n<li>Add basic reporter which allow user to use reporter in ci \u00a0-\u00a0 by <a href=\"https://github.com/trim21\"><code>@\u200btrim21</code></a> and <a href=\"https://github.com/sheremet-va\"><code>@\u200bsheremet-va</code></a> in <a href=\"https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2612\">vitest-dev/vitest#2612</a> <a href=\"https://github.com/vitest-dev/vitest/commit/5df522f7\"><!-- raw HTML omitted -->(5df52)<!-- raw HTML omitted --></a></li>\n<li>Improve &quot;isCI&quot; check \u00a0-\u00a0 by <a href=\"https://github.com/sheremet-va\"><code>@\u200bsheremet-va</code></a> in <a href=\"https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2705\">vitest-dev/vitest#2705</a> <a href=\"https://github.com/vitest-dev/vitest/commit/e64570df\"><!-- raw HTML omitted -->(e6457)<!-- raw HTML omitted --></a></li>\n</ul>\n<h3>\u00a0\u00a0\u00a0\ud83d\udc1e Bug Fixes</h3>\n<ul>\n<li>Show error in the terminal, if &quot;only&quot; flag is used \u00a0-\u00a0 by <a href=\"https://github.com/sheremet-va\"><code>@\u200bsheremet-va</code></a> in <a href=\"https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2696\">vitest-dev/vitest#2696</a> <a href=\"https://github.com/vitest-dev/vitest/commit/24d63809\"><!-- raw HTML omitted -->(24d63)<!-- raw HTML omitted --></a></li>\n<li>Cpu and heap profiling options for workers \u00a0-\u00a0 by <a href=\"https://github.com/AriPerkkio\"><code>@\u200bAriPerkkio</code></a> in <a href=\"https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2702\">vitest-dev/vitest#2702</a> <a href=\"https://github.com/vitest-dev/vitest/commit/c31a0b20\"><!-- raw HTML omitted -->(c31a0)<!-- raw HTML omitted --></a></li>\n<li>Show correct number of tests in test summary \u00a0-\u00a0 by <a href=\"https://github.com/poyoho\"><code>@\u200bpoyoho</code></a> in <a href=\"https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2703\">vitest-dev/vitest#2703</a> <a href=\"https://github.com/vitest-dev/vitest/commit/859e7f01\"><!-- raw HTML omitted -->(859e7)<!-- raw HTML omitted --></a></li>\n<li>Don't terminate workers on Node 14 to not trigger fatal error \u00a0-\u00a0 by <a href=\"https://github.com/sheremet-va\"><code>@\u200bsheremet-va</code></a> in <a href=\"https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2697\">vitest-dev/vitest#2697</a> <a href=\"https://github.com/vitest-dev/vitest/commit/db9b6bb7\"><!-- raw HTML omitted -->(db9b6)<!-- raw HTML omitted --></a></li>\n<li>Allow custom async matchers \u00a0-\u00a0 by <a href=\"https://github.com/sheremet-va\"><code>@\u200bsheremet-va</code></a> in <a href=\"https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2707\">vitest-dev/vitest#2707</a> <a href=\"https://github.com/vitest-dev/vitest/commit/b566912d\"><!-- raw HTML omitted -->(b5669)<!-- raw HTML omitted --></a></li>\n<li>Remove setup files from coverage \u00a0-\u00a0 by <a href=\"https://github.com/g4rry420\"><code>@\u200bg4rry420</code></a> in <a href=\"https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2574\">vitest-dev/vitest#2574</a> <a href=\"https://github.com/vitest-dev/vitest/commit/488e4b9f\"><!-- raw HTML omitted -->(488e4)<!-- raw HTML omitted --></a></li>\n<li><code>reportCoverage</code> context can be optional \u00a0-\u00a0 by <a href=\"https://github.com/antfu\"><code>@\u200bantfu</code></a> <a href=\"https://github.com/vitest-dev/vitest/commit/4cd1e5d7\"><!-- raw HTML omitted -->(4cd1e)<!-- raw HTML omitted --></a></li>\n<li>ENOENT assets when htmldir exists \u00a0-\u00a0 by <a href=\"https://github.com/everett1992\"><code>@\u200beverett1992</code></a> in <a href=\"https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2701\">vitest-dev/vitest#2701</a> <a href=\"https://github.com/vitest-dev/vitest/commit/5a656753\"><!-- raw HTML omitted -->(5a656)<!-- raw HTML omitted --></a></li>\n<li>Correctly resolve paths relative to root, when used outside of root directory \u00a0-\u00a0 by <a href=\"https://github.com/sheremet-va\"><code>@\u200bsheremet-va</code></a> in <a href=\"https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2687\">vitest-dev/vitest#2687</a> <a href=\"https://github.com/vitest-dev/vitest/commit/703aab46\"><!-- raw HTML omitted -->(703aa)<!-- raw HTML omitted --></a></li>\n<li><strong>typecheck</strong>: Store tmp tsconfig close to original one \u00a0-\u00a0 by <a href=\"https://github.com/sheremet-va\"><code>@\u200bsheremet-va</code></a> in <a href=\"https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2660\">vitest-dev/vitest#2660</a> <a href=\"https://github.com/vitest-dev/vitest/commit/26f915ad\"><!-- raw HTML omitted -->(26f91)<!-- raw HTML omitted --></a></li>\n</ul>\n<h5>\u00a0\u00a0\u00a0\u00a0<a href=\"https://github.com/vitest-dev/vitest/compare/v0.27.2...v0.27.3\">View changes on GitHub</a></h5>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/vitest-dev/vitest/commit/44e5e22ab2ba62bc8742f9c2cf20f6151bd60327\"><code>44e5e22</code></a> chore: release v0.27.3</li>\n<li><a href=\"https://github.com/vitest-dev/vitest/commit/20d51260957ba8c521a29cfee2823ef3d85dc055\"><code>20d5126</code></a> chore: fix import from #types</li>\n<li><a href=\"https://github.com/vitest-dev/vitest/commit/e64570dfe325c832b0d1de57a1e4961f2395a7d8\"><code>e64570d</code></a> feat: improve &quot;isCI&quot; check (<a href=\"https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/2705\">#2705</a>)</li>\n<li><a href=\"https://github.com/vitest-dev/vitest/commit/703aab46553b0d5e82e38c183e9a4dee5ec12795\"><code>703aab4</code></a> fix: correctly resolve paths relative to root, when used outside of root dire...</li>\n<li><a href=\"https://github.com/vitest-dev/vitest/commit/1503e15d0897389440352b58adc109fe068d80e0\"><code>1503e15</code></a> refactor: internal coverage typings (<a href=\"https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/2713\">#2713</a>)</li>\n<li><a href=\"https://github.com/vitest-dev/vitest/commit/5df522f7603bf8eadc9c60cd0d976c43140f9a70\"><code>5df522f</code></a> feat: add basic reporter which allow user to use reporter in ci (<a href=\"https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/2612\">#2612</a>)</li>\n<li><a href=\"https://github.com/vitest-dev/vitest/commit/3e1429e501a0d90c865dd4cca0cb7b5912d6a6f5\"><code>3e1429e</code></a> feat: new <code>environmentMatchGlobs</code> option to auto infer env based on glob (<a href=\"https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/2714\">#2714</a>)</li>\n<li><a href=\"https://github.com/vitest-dev/vitest/commit/4cd1e5d7fb5824b69e59c874362dc078bab4bc50\"><code>4cd1e5d</code></a> fix: <code>reportCoverage</code> context can be optional</li>\n<li><a href=\"https://github.com/vitest-dev/vitest/commit/488e4b9fa61bd0f2c9944134efc05463311dcc3d\"><code>488e4b9</code></a> fix: remove setup files from coverage (<a href=\"https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/2574\">#2574</a>)</li>\n<li><a href=\"https://github.com/vitest-dev/vitest/commit/26f915adc4c9d13302f73b24d13ffcc42417e8a9\"><code>26f915a</code></a> fix(typecheck): store tmp tsconfig close to original one (<a href=\"https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/2660\">#2660</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/vitest-dev/vitest/commits/v0.27.3/packages/vitest\">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=vitest&package-manager=npm_and_yarn&previous-version=0.27.2&new-version=0.27.3)](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>\n\n<!-- Replace -->\n----\n\u231b Deploy Preview - Build in Progress\n<!-- Replace -->\n",
     23   "comments": [],
     24   "review_comments": []
     25 }