289.json (10967B)
1 { 2 "number": 289, 3 "title": "Bump vitest from 0.26.3 to 0.27.0", 4 "state": "merged", 5 "diff_file": "289.diff", 6 "author": "dependabot[bot]", 7 "created_at": "2023-01-10T08:17:36Z", 8 "closed_at": "2023-01-10T09:12:12Z", 9 "merged_at": "2023-01-10T09:12:12Z", 10 "base_ref": "main", 11 "head_ref": "dependabot/npm_and_yarn/vitest-0.27.0", 12 "labels": [ 13 "dependencies", 14 "javascript" 15 ], 16 "assignees": [ 17 "MTRNord" 18 ], 19 "requested_reviewers": [ 20 "MTRNord" 21 ], 22 "body": "[//]: # (dependabot-start)\n\u26a0\ufe0f **Dependabot is rebasing this PR** \u26a0\ufe0f \n\nRebasing might not happen immediately, so don't worry if this takes some time.\n\nNote: if you make any changes to this PR yourself, they will take precedence over the rebase.\n\n---\n\n[//]: # (dependabot-end)\n\nBumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.26.3 to 0.27.0.\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.0</h2>\n<h3>\u00a0\u00a0\u00a0\ud83d\udea8 Breaking Changes</h3>\n<ul>\n<li>Deprecate "error" on result, store errors in "errors" \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/2586\">vitest-dev/vitest#2586</a> <a href=\"https://github.com/vitest-dev/vitest/commit/e641a110\"><!-- raw HTML omitted -->(e641a)<!-- raw HTML omitted --></a></li>\n<li>Split vitest into separate packages, but still bundle them for the time being \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/2575\">vitest-dev/vitest#2575</a> <a href=\"https://github.com/vitest-dev/vitest/commit/c8e6fb69\"><!-- raw HTML omitted -->(c8e6f)<!-- raw HTML omitted --></a></li>\n</ul>\n<h3>\u00a0\u00a0\u00a0\ud83d\ude80 Features</h3>\n<ul>\n<li><strong>coverage</strong>: report only changed files when using istanbul coverage with watch mode \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/2385\">vitest-dev/vitest#2385</a> <a href=\"https://github.com/vitest-dev/vitest/commit/bf87282c\"><!-- raw HTML omitted -->(bf872)<!-- raw HTML omitted --></a></li>\n</ul>\n<h3>\u00a0\u00a0\u00a0\ud83d\udc1e Bug Fixes</h3>\n<ul>\n<li>Return mock path only when mocked \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/2619\">vitest-dev/vitest#2619</a> <a href=\"https://github.com/vitest-dev/vitest/commit/f8ac2094\"><!-- raw HTML omitted -->(f8ac2)<!-- raw HTML omitted --></a></li>\n<li>Allow mocking CJS module with interoped default \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/2598\">vitest-dev/vitest#2598</a> <a href=\"https://github.com/vitest-dev/vitest/commit/6b3e36d4\"><!-- raw HTML omitted -->(6b3e3)<!-- raw HTML omitted --></a></li>\n<li>Avoid random ENOTEMPTY errors \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/2620\">vitest-dev/vitest#2620</a> <a href=\"https://github.com/vitest-dev/vitest/commit/59766fa4\"><!-- raw HTML omitted -->(59766)<!-- raw HTML omitted --></a></li>\n<li>Always inline assets and modules with special Vite queries \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/2617\">vitest-dev/vitest#2617</a> <a href=\"https://github.com/vitest-dev/vitest/commit/fed1cd60\"><!-- raw HTML omitted -->(fed1c)<!-- raw HTML omitted --></a></li>\n<li><strong>cli</strong>:\n<ul>\n<li>Allow overrides reporter via cli option \u00a0-\u00a0 by <a href=\"https://github.com/mysteryven\"><code>@\u200bmysteryven</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/2573\">vitest-dev/vitest#2573</a> <a href=\"https://github.com/vitest-dev/vitest/commit/894f155a\"><!-- raw HTML omitted -->(894f1)<!-- raw HTML omitted --></a></li>\n</ul>\n</li>\n<li><strong>coverage</strong>:\n<ul>\n<li>Flaky c8 coverage caused by parallel sourcemap constructing \u00a0-\u00a0 by <a href=\"https://github.com/AriPerkkio\"><code>@\u200bAriPerkkio</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/2591\">vitest-dev/vitest#2591</a> <a href=\"https://github.com/vitest-dev/vitest/commit/9a29f984\"><!-- raw HTML omitted -->(9a29f)<!-- raw HTML omitted --></a></li>\n<li>Validate extension, when reporting c8 coverage \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/2626\">vitest-dev/vitest#2626</a> <a href=\"https://github.com/vitest-dev/vitest/commit/7446370c\"><!-- raw HTML omitted -->(74463)<!-- raw HTML omitted --></a></li>\n</ul>\n</li>\n</ul>\n<h3>\u00a0\u00a0\u00a0\ud83c\udfce Performance</h3>\n<ul>\n<li>Improve vi.mock performance \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/2594\">vitest-dev/vitest#2594</a> <a href=\"https://github.com/vitest-dev/vitest/commit/09d19892\"><!-- raw HTML omitted -->(09d19)<!-- raw HTML omitted --></a></li>\n</ul>\n<h5>\u00a0\u00a0\u00a0\u00a0<a href=\"https://github.com/vitest-dev/vitest/compare/v0.26.3...v0.27.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/2b06cf819fdc7e94a580127f72f84b1852e92a11\"><code>2b06cf8</code></a> chore: release v0.27.0</li>\n<li><a href=\"https://github.com/vitest-dev/vitest/commit/fed1cd605fb5e7a47c70519290c8e4f04a9e3449\"><code>fed1cd6</code></a> fix: always inline assets and modules with special Vite queries (<a href=\"https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/2617\">#2617</a>)</li>\n<li><a href=\"https://github.com/vitest-dev/vitest/commit/9eeee0c8d894a1bd95ccbb83ac364a9e83536937\"><code>9eeee0c</code></a> refactor: make ids in typecheck suites more reliable, store errors in array (...</li>\n<li><a href=\"https://github.com/vitest-dev/vitest/commit/bf87282c3530bd0c982455047e10d230f4acb317\"><code>bf87282</code></a> feat(coverage): istanbul coverage only for changed files (<a href=\"https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/2385\">#2385</a>)</li>\n<li><a href=\"https://github.com/vitest-dev/vitest/commit/6b3e36d4e9fd029984ce0f6a723ddb3fdce92379\"><code>6b3e36d</code></a> fix: allow mocking CJS module with interoped default (<a href=\"https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/2598\">#2598</a>)</li>\n<li><a href=\"https://github.com/vitest-dev/vitest/commit/f8ac2094253d267fa64a85ddb60511471813d00f\"><code>f8ac209</code></a> fix: return mock path only when mocked (<a href=\"https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/2619\">#2619</a>)</li>\n<li><a href=\"https://github.com/vitest-dev/vitest/commit/039a0c01bb8dfdcf30ca3e151b945f1a609fd32d\"><code>039a0c0</code></a> chore: don't bundle cac and picocolors (<a href=\"https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/2595\">#2595</a>)</li>\n<li><a href=\"https://github.com/vitest-dev/vitest/commit/09d19892de427d0c64fb6c46b756bbe5dd6b9678\"><code>09d1989</code></a> perf: improve vi.mock performance (<a href=\"https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/2594\">#2594</a>)</li>\n<li><a href=\"https://github.com/vitest-dev/vitest/commit/c8e6fb69308d1356bc5ef27aad83c3005a5696e4\"><code>c8e6fb6</code></a> feat!: split vitest into separate packages (<a href=\"https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/2575\">#2575</a>)</li>\n<li><a href=\"https://github.com/vitest-dev/vitest/commit/e641a110d0ed82d707a82fd215d9598b0f8afaba\"><code>e641a11</code></a> feat!: deprecate "error" on result, store errors in "errors" (<a href=\"https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/2586\">#2586</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/vitest-dev/vitest/commits/v0.27.0/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 "review_comments": [] 25 }