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

333.json (12453B)


      1 {
      2   "number": 333,
      3   "title": "Bump vitest from 0.27.3 to 0.28.4",
      4   "state": "closed",
      5   "diff_file": "333.diff",
      6   "author": "dependabot[bot]",
      7   "created_at": "2023-02-06T08:23:16Z",
      8   "closed_at": "2023-02-14T09:10:58Z",
      9   "merged_at": null,
     10   "base_ref": "main",
     11   "head_ref": "dependabot/npm_and_yarn/vitest-0.28.4",
     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.3 to 0.28.4.\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.28.4</h2>\n<h3>\u00a0\u00a0\u00a0\ud83d\udc1e Bug Fixes</h3>\n<ul>\n<li>Setup correct utils inside asymmetric 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/2768\">vitest-dev/vitest#2768</a> <a href=\"https://github.com/vitest-dev/vitest/commit/415c8a93\"><!-- raw HTML omitted -->(415c8)<!-- raw HTML omitted --></a></li>\n<li>Cjs exports has Object.prototype instead of null \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/2769\">vitest-dev/vitest#2769</a> <a href=\"https://github.com/vitest-dev/vitest/commit/4fc492c6\"><!-- raw HTML omitted -->(4fc49)<!-- raw HTML omitted --></a></li>\n<li>Duplicate callbacks in vite-node HMR \u00a0-\u00a0 by <a href=\"https://github.com/jgoux\"><code>@\u200bjgoux</code></a> in <a href=\"https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2792\">vitest-dev/vitest#2792</a> <a href=\"https://github.com/vitest-dev/vitest/commit/f03337ae\"><!-- raw HTML omitted -->(f0333)<!-- raw HTML omitted --></a></li>\n<li>Do not include source files in <code>onWatcherStart</code> when <code>typecheck.ignoreSourceErrors</code> is true \u00a0-\u00a0 by <a href=\"https://github.com/mascii\"><code>@\u200bmascii</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/2774\">vitest-dev/vitest#2774</a> <a href=\"https://github.com/vitest-dev/vitest/commit/d612efdf\"><!-- raw HTML omitted -->(d612e)<!-- raw HTML omitted --></a></li>\n</ul>\n<h5>\u00a0\u00a0\u00a0\u00a0<a href=\"https://github.com/vitest-dev/vitest/compare/v0.28.3...v0.28.4\">View changes on GitHub</a></h5>\n<h2>v0.28.3</h2>\n<h3>\u00a0\u00a0\u00a0\ud83d\ude80 Features</h3>\n<ul>\n<li>Allow using atomics to communicate between threads \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/2758\">vitest-dev/vitest#2758</a> <a href=\"https://github.com/vitest-dev/vitest/commit/3679cf25\"><!-- raw HTML omitted -->(3679c)<!-- raw HTML omitted --></a></li>\n<li>Show active filename pattern on CLI \u00a0-\u00a0 by <a href=\"https://github.com/AriPerkkio\"><code>@\u200bAriPerkkio</code></a> <a href=\"https://github.com/vitest-dev/vitest/commit/a0455917\"><!-- raw HTML omitted -->(a0455)<!-- raw HTML omitted --></a></li>\n<li>Show active test name pattern on CLI \u00a0-\u00a0 by <a href=\"https://github.com/AriPerkkio\"><code>@\u200bAriPerkkio</code></a> <a href=\"https://github.com/vitest-dev/vitest/commit/df7c410a\"><!-- raw HTML omitted -->(df7c4)<!-- raw HTML omitted --></a></li>\n<li>Allow <code>config</code> option to be false \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/2749\">vitest-dev/vitest#2749</a> <a href=\"https://github.com/vitest-dev/vitest/commit/c66e335b\"><!-- raw HTML omitted -->(c66e3)<!-- raw HTML omitted --></a></li>\n</ul>\n<h3>\u00a0\u00a0\u00a0\ud83d\udc1e Bug Fixes</h3>\n<ul>\n<li>Watch mode's filename pattern to persist on unrelated file changes \u00a0-\u00a0 by <a href=\"https://github.com/AriPerkkio\"><code>@\u200bAriPerkkio</code></a> <a href=\"https://github.com/vitest-dev/vitest/commit/712ac15b\"><!-- raw HTML omitted -->(712ac)<!-- raw HTML omitted --></a></li>\n<li>Watch mode's filename pattern to persist re-run of failed tests, snapshot updates and testname filter changes \u00a0-\u00a0 by <a href=\"https://github.com/AriPerkkio\"><code>@\u200bAriPerkkio</code></a> <a href=\"https://github.com/vitest-dev/vitest/commit/1c65ac48\"><!-- raw HTML omitted -->(1c65a)<!-- raw HTML omitted --></a></li>\n<li>Dont incorrectly mark run failed if filename pattern excludes previously failed tests \u00a0-\u00a0 by <a href=\"https://github.com/AriPerkkio\"><code>@\u200bAriPerkkio</code></a> <a href=\"https://github.com/vitest-dev/vitest/commit/61cf9a7a\"><!-- raw HTML omitted -->(61cf9)<!-- raw HTML omitted --></a></li>\n<li><strong>coverage</strong>: Istanbul crashes when no tests were run \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/2753\">vitest-dev/vitest#2753</a> <a href=\"https://github.com/vitest-dev/vitest/commit/ebc95add\"><!-- raw HTML omitted -->(ebc95)<!-- raw HTML omitted --></a></li>\n</ul>\n<h3>\u00a0\u00a0\u00a0\ud83c\udfce Performance</h3>\n<ul>\n<li>Don't import vite in worker \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/2759\">vitest-dev/vitest#2759</a> <a href=\"https://github.com/vitest-dev/vitest/commit/e49c13fa\"><!-- raw HTML omitted -->(e49c1)<!-- raw HTML omitted --></a></li>\n</ul>\n<h5>\u00a0\u00a0\u00a0\u00a0<a href=\"https://github.com/vitest-dev/vitest/compare/v0.28.2...v0.28.3\">View changes on GitHub</a></h5>\n<h2>v0.28.2</h2>\n<h3>\u00a0\u00a0\u00a0\ud83d\udc1e Bug Fixes</h3>\n<ul>\n<li>Send stderr header log to stderr \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/2736\">vitest-dev/vitest#2736</a> <a href=\"https://github.com/vitest-dev/vitest/commit/998ea804\"><!-- raw HTML omitted -->(998ea)<!-- raw HTML omitted --></a></li>\n<li>Call afterAll, if beforeAll failed \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/2737\">vitest-dev/vitest#2737</a> <a href=\"https://github.com/vitest-dev/vitest/commit/1904c9c4\"><!-- raw HTML omitted -->(1904c)<!-- raw HTML omitted --></a></li>\n<li><strong>vite-node</strong>: Don't cache modules with <code>timestamp: 0</code> \u00a0-\u00a0 by <a href=\"https://github.com/danielroe\"><code>@\u200bdanielroe</code></a> in <a href=\"https://github-redirect.dependabot.com/vitest-dev/vitest/issues/2747\">vitest-dev/vitest#2747</a> <a href=\"https://github.com/vitest-dev/vitest/commit/e88c04c4\"><!-- raw HTML omitted -->(e88c0)<!-- raw HTML omitted --></a></li>\n</ul>\n<h5>\u00a0\u00a0\u00a0\u00a0<a href=\"https://github.com/vitest-dev/vitest/compare/v0.28.1...v0.28.2\">View changes on GitHub</a></h5>\n<h2>v0.28.1</h2>\n<h3>\u00a0\u00a0\u00a0\ud83d\udc1e Bug Fixes</h3>\n<ul>\n<li>Remove UI from Vitest dependencies \u00a0-\u00a0 by <a href=\"https://github.com/sheremet-va\"><code>@\u200bsheremet-va</code></a> <a href=\"https://github.com/vitest-dev/vitest/commit/b120ca3f\"><!-- raw HTML omitted -->(b120c)<!-- raw HTML omitted --></a></li>\n</ul>\n<h5>\u00a0\u00a0\u00a0\u00a0<a href=\"https://github.com/vitest-dev/vitest/compare/v0.28.0...v0.28.1\">View changes on GitHub</a></h5>\n<h2>v0.28.0</h2>\n<h3>\u00a0\u00a0\u00a0\ud83d\udea8 Breaking Changes</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/vitest-dev/vitest/commit/5eeb6f38637e4176591b0d73cc691553c9cd8078\"><code>5eeb6f3</code></a> chore: release v0.28.4</li>\n<li><a href=\"https://github.com/vitest-dev/vitest/commit/d612efdfad9affdcb98a82989775c6347ce61e44\"><code>d612efd</code></a> fix: do not include source files in <code>onWatcherStart</code> when `typecheck.ignoreSo...</li>\n<li><a href=\"https://github.com/vitest-dev/vitest/commit/31da992c7201d510a39df00cfe6be2a361ee19c0\"><code>31da992</code></a> chore: release v0.28.3</li>\n<li><a href=\"https://github.com/vitest-dev/vitest/commit/c66e335b9ae3d6a0ac22a7ecf19e272c33095cf7\"><code>c66e335</code></a> feat: allow <code>config</code> option to be false (<a href=\"https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/2749\">#2749</a>)</li>\n<li><a href=\"https://github.com/vitest-dev/vitest/commit/df7c410a2737f8180c34d511998813f67b8b089b\"><code>df7c410</code></a> feat: show active test name pattern on CLI</li>\n<li><a href=\"https://github.com/vitest-dev/vitest/commit/a0455917747a2c568c6a4679c7b455846bc7e252\"><code>a045591</code></a> feat: show active filename pattern on CLI</li>\n<li><a href=\"https://github.com/vitest-dev/vitest/commit/61cf9a7a98096913037472fb6c34735e94d6b423\"><code>61cf9a7</code></a> fix: dont incorrectly mark run failed if filename pattern excludes previously...</li>\n<li><a href=\"https://github.com/vitest-dev/vitest/commit/1c65ac4866023fd8229fe1122d62a1447b03146f\"><code>1c65ac4</code></a> fix: watch mode's filename pattern to persist re-run of failed tests, snapsho...</li>\n<li><a href=\"https://github.com/vitest-dev/vitest/commit/712ac15b696e7a56a2c8a2d28081b42eda24088e\"><code>712ac15</code></a> fix: watch mode's filename pattern to persist on unrelated file changes</li>\n<li><a href=\"https://github.com/vitest-dev/vitest/commit/e49c13fa2d092b76503c73ec8f271eef4eb83c40\"><code>e49c13f</code></a> perf: don't import vite in worker (<a href=\"https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/2759\">#2759</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/vitest-dev/vitest/commits/v0.28.4/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.3&new-version=0.28.4)](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     {
     25       "author": "dependabot[bot]",
     26       "created_at": "2023-02-14T09:10:57Z",
     27       "body": "Superseded by #342."
     28     }
     29   ],
     30   "review_comments": []
     31 }