318.json (8036B)
1 { 2 "number": 318, 3 "title": "Bump vitest from 0.27.3 to 0.28.2", 4 "state": "closed", 5 "diff_file": "318.diff", 6 "author": "dependabot[bot]", 7 "created_at": "2023-01-26T08:17:17Z", 8 "closed_at": "2023-01-30T08:23:48Z", 9 "merged_at": null, 10 "base_ref": "main", 11 "head_ref": "dependabot/npm_and_yarn/vitest-0.28.2", 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.2.\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.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<ul>\n<li>Don't rely on environment for interopDefault \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/2682\">vitest-dev/vitest#2682</a> <a href=\"https://github.com/vitest-dev/vitest/commit/3f20cf5a\"><!-- raw HTML omitted -->(3f20c)<!-- raw HTML omitted --></a></li>\n<li>Move test runner into a separate package \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/2721\">vitest-dev/vitest#2721</a> <a href=\"https://github.com/vitest-dev/vitest/commit/482b72fc\"><!-- raw HTML omitted -->(482b7)<!-- raw HTML omitted --></a>\n<ul>\n<li>To extend text context, you need to augment <code>@vitet/runner</code> package instead of <code>vitest</code></li>\n</ul>\n</li>\n</ul>\n<h3>\u00a0\u00a0\u00a0\ud83d\udc1e Bug Fixes</h3>\n<ul>\n<li><strong>coverage</strong>: C8 to log warning when run in Stackblitz \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/2735\">vitest-dev/vitest#2735</a> <a href=\"https://github.com/vitest-dev/vitest/commit/b6c41caa\"><!-- raw HTML omitted -->(b6c41)<!-- raw HTML omitted --></a></li>\n</ul>\n<h5>\u00a0\u00a0\u00a0\u00a0<a href=\"https://github.com/vitest-dev/vitest/compare/v0.27.3...v0.28.0\">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/1b54b4cb96808716788e1178b29b12d9e69ad9ac\"><code>1b54b4c</code></a> chore: release v0.28.2</li>\n<li><a href=\"https://github.com/vitest-dev/vitest/commit/998ea804e46bded81dca6a3845399afc16610f17\"><code>998ea80</code></a> fix: send stderr header log to stderr (<a href=\"https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/2736\">#2736</a>)</li>\n<li><a href=\"https://github.com/vitest-dev/vitest/commit/e28b9b91167fa16e189b0f7b085df70aca6bb6a8\"><code>e28b9b9</code></a> chore: release v0.28.1</li>\n<li><a href=\"https://github.com/vitest-dev/vitest/commit/b120ca3f07bd275db6db5c1577d76b1077b600e4\"><code>b120ca3</code></a> fix: reove UI from Vitest dependencies</li>\n<li><a href=\"https://github.com/vitest-dev/vitest/commit/6949b55beabae220a9a092bdaf9c1f8851bf778e\"><code>6949b55</code></a> chore: release v0.28.0</li>\n<li><a href=\"https://github.com/vitest-dev/vitest/commit/482b72fc5f02da87498a18e0ed844ecb6bc772ca\"><code>482b72f</code></a> feat!: move test runner into a separate package (<a href=\"https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/2721\">#2721</a>)</li>\n<li><a href=\"https://github.com/vitest-dev/vitest/commit/3f20cf5a9056c8101f952f7fddef4fcf553185da\"><code>3f20cf5</code></a> revert!: don't rely on environment for interopDefault (<a href=\"https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/2682\">#2682</a>)</li>\n<li>See full diff in <a href=\"https://github.com/vitest-dev/vitest/commits/v0.28.2/packages/vitest\">compare view</a></li>\n</ul>\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>\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-01-30T08:23:48Z", 27 "body": "Superseded by #322." 28 } 29 ], 30 "review_comments": [] 31 }