From e313ab19a177c875c044a30cc835a92415bdf6ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 16:49:44 +0000 Subject: [PATCH] Update vitest monorepo to v0.31.3 (#2493) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vitest/coverage-c8](https://togithub.com/vitest-dev/vitest/tree/main/packages/coverage-c8#readme) ([source](https://togithub.com/vitest-dev/vitest)) | [`0.31.2` -> `0.31.3`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-c8/0.31.2/0.31.3) | [![age](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-c8/0.31.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-c8/0.31.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-c8/0.31.3/compatibility-slim/0.31.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-c8/0.31.3/confidence-slim/0.31.2)](https://docs.renovatebot.com/merge-confidence/) | | [vitest](https://togithub.com/vitest-dev/vitest) | [`0.31.2` -> `0.31.3`](https://renovatebot.com/diffs/npm/vitest/0.31.2/0.31.3) | [![age](https://badges.renovateapi.com/packages/npm/vitest/0.31.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/vitest/0.31.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/vitest/0.31.3/compatibility-slim/0.31.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/vitest/0.31.3/confidence-slim/0.31.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
vitest-dev/vitest ### [`v0.31.3`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.31.3) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.31.2...v0.31.3) #####    🚀 Features - Support `VITE_NODE_DEPS_MODULE_DIRECTORIES` from .npmrc  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/3471](https://togithub.com/vitest-dev/vitest/issues/3471) [(393bf)](https://togithub.com/vitest-dev/vitest/commit/393bf60c) #####    🐞 Bug Fixes - **logger**: Print unhandled errors before summary  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3474](https://togithub.com/vitest-dev/vitest/issues/3474) [(4c9a7)](https://togithub.com/vitest-dev/vitest/commit/4c9a7d58) - **runner**: Suite options do not propagate to nested suites (fix: [#​3467](https://togithub.com/vitest-dev/vitest/issues/3467))  -  by [@​xsjcTony](https://togithub.com/xsjcTony) in [https://github.com/vitest-dev/vitest/issues/3473](https://togithub.com/vitest-dev/vitest/issues/3473) and [https://github.com/vitest-dev/vitest/issues/3467](https://togithub.com/vitest-dev/vitest/issues/3467) [(9fb9d)](https://togithub.com/vitest-dev/vitest/commit/9fb9dacb) - **vite-node**: Clear importers when invalidating module  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3475](https://togithub.com/vitest-dev/vitest/issues/3475) [(add29)](https://togithub.com/vitest-dev/vitest/commit/add29c86) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.31.2...v0.31.3)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/ariakit/ariakit). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 76 +++++++++++++++++++++++------------------------ package.json | 4 +-- 2 files changed, 40 insertions(+), 40 deletions(-) diff --git a/package-lock.json b/package-lock.json index 13a4dc8b51..38b66502df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "@typescript-eslint/eslint-plugin": "5.59.8", "@typescript-eslint/parser": "5.59.8", "@vercel/analytics": "1.0.1", - "@vitest/coverage-c8": "0.31.2", + "@vitest/coverage-c8": "0.31.3", "autoprefixer": "10.4.14", "babylon": "6.18.0", "chalk": "5.2.0", @@ -114,7 +114,7 @@ "unified": "10.1.2", "unist-util-visit": "4.1.2", "use-local-storage-state": "18.3.3", - "vitest": "0.31.2", + "vitest": "0.31.3", "vitest-fail-on-console": "0.4.0", "webpack": "5.84.1" } @@ -6032,9 +6032,9 @@ "integrity": "sha512-Ux0c9qUfkcPqng3vrR0GTrlQdqNJ2JREn/2ydrVuKwM3RtMfF2mWX31Ijqo1opSjNAq6rK76PwtANw6kl6TAow==" }, "node_modules/@vitest/coverage-c8": { - "version": "0.31.2", - "resolved": "https://registry.npmjs.org/@vitest/coverage-c8/-/coverage-c8-0.31.2.tgz", - "integrity": "sha512-RznxfxFtoV8xYt8e0h57OeulqOfFZJsa5pxXKW+xFW9ZHamSZ0wJC57FS4oh3Xbe0JNaHwSJ0KeClXgnuW1fkw==", + "version": "0.31.3", + "resolved": "https://registry.npmjs.org/@vitest/coverage-c8/-/coverage-c8-0.31.3.tgz", + "integrity": "sha512-i6z+aFyrv4HLwPw35SGQ4OcSlqfUcxIsarrp3JghrosSE/1prQcE0iOqO9EXEjNz+AVfR4Cvta/6m/Rrof46bQ==", "dependencies": { "@ampproject/remapping": "^2.2.1", "c8": "^7.13.0", @@ -6050,12 +6050,12 @@ } }, "node_modules/@vitest/expect": { - "version": "0.31.2", - "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-0.31.2.tgz", - "integrity": "sha512-AOuh2NLN9zJ0SkvsItRkS/W39akYpUvo5LOnay3zEhGSnRgivPu2D3S8QlMij1hFMQcX+dlMilPgJatUHiGQ4A==", + "version": "0.31.3", + "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-0.31.3.tgz", + "integrity": "sha512-J+npV64YwKRJN7hA8KVnuyGi5k5mIaq4XmqIxKbRUX0BRBkU1xZ7gZeTwQ4S4dBTcvSvcoxceBNfMTnOdTlg3g==", "dependencies": { - "@vitest/spy": "0.31.2", - "@vitest/utils": "0.31.2", + "@vitest/spy": "0.31.3", + "@vitest/utils": "0.31.3", "chai": "^4.3.7" }, "funding": { @@ -6063,11 +6063,11 @@ } }, "node_modules/@vitest/runner": { - "version": "0.31.2", - "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-0.31.2.tgz", - "integrity": "sha512-k2mWrzZD1xsWfzwEXeVr2XF4v8ELpFOKLxRbcnzZclHelOLn27nXvnw1A4JwJtmca64C3/6lo4WHZDlq3TefLQ==", + "version": "0.31.3", + "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-0.31.3.tgz", + "integrity": "sha512-89Fic1IRu4yNqnks/KJEncqZsmQpxq9RSnMVwV0RZeI9RWv/FYh9Nuoz8ld73YKOh6NiF4f9EE3COfNwX8aRpw==", "dependencies": { - "@vitest/utils": "0.31.2", + "@vitest/utils": "0.31.3", "concordance": "^5.0.4", "p-limit": "^4.0.0", "pathe": "^1.1.0" @@ -6102,9 +6102,9 @@ } }, "node_modules/@vitest/snapshot": { - "version": "0.31.2", - "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-0.31.2.tgz", - "integrity": "sha512-NXRlbP3sM5+KELb8oXVHf7UWD+liBnSsS+4JlDVPD5+KPquZmgNR0xPLW5VEb5HoQZQpKTAFhtGf1AczRCbAhg==", + "version": "0.31.3", + "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-0.31.3.tgz", + "integrity": "sha512-CgcmlZyP083oPUgd83rwLZ+qoT4KdvLNsyWRiJNgHoJjR0r7StVY+LlLAfdC9qA70G8O+hJeug+Yn1u4H51OzA==", "dependencies": { "magic-string": "^0.30.0", "pathe": "^1.1.0", @@ -6115,9 +6115,9 @@ } }, "node_modules/@vitest/spy": { - "version": "0.31.2", - "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-0.31.2.tgz", - "integrity": "sha512-81zcAkCCgAc1gA7UvLOWCvkIwrgzaqHBdv9sskOt2xh1+l+RMX9G7sVYj3AOsib3UDR0MCSXit49xKILTMnikw==", + "version": "0.31.3", + "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-0.31.3.tgz", + "integrity": "sha512-tXGIYPdqjBXLhOWSUhWV/eBWBllfD8f6ppQXR0YMBt95bZrCNV7pM29pkam2M/3GAlg7hS+I8wnKZVkIxgXz9A==", "dependencies": { "tinyspy": "^2.1.0" }, @@ -6126,9 +6126,9 @@ } }, "node_modules/@vitest/utils": { - "version": "0.31.2", - "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-0.31.2.tgz", - "integrity": "sha512-B2AoocMpIiBezediqFzSqvuXI7AZlmlPkh3oj20Jh3bL35c8YYWk9KfOLkEjsLCrOHOUFXoYFc+ACiELCIJVRw==", + "version": "0.31.3", + "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-0.31.3.tgz", + "integrity": "sha512-aLxfilR38ARSw6U/E9hl5bkn2TNeWLK7rZaIWZQUpT6BBilbehwJbSVGENubW5Pb9cawqchZZ7IQMW99t0Ww3A==", "dependencies": { "concordance": "^5.0.4", "loupe": "^2.3.6", @@ -22092,9 +22092,9 @@ } }, "node_modules/tinyspy": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-2.1.0.tgz", - "integrity": "sha512-7eORpyqImoOvkQJCSkL0d0mB4NHHIFAy4b1u8PHdDa7SjGS2njzl6/lyGoZLm+eyYEtlUmFGE0rFj66SWxZgQQ==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-2.1.1.tgz", + "integrity": "sha512-XPJL2uSzcOyBMky6OFrusqWlzfFrXtE0hPuMgW8A2HmaqrPo4ZQHRN/V0QXN3FSjKxpsbRrFc5LI7KOwBsT1/w==", "engines": { "node": ">=14.0.0" } @@ -23099,9 +23099,9 @@ } }, "node_modules/vite-node": { - "version": "0.31.2", - "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-0.31.2.tgz", - "integrity": "sha512-NvoO7+zSvxROC4JY8cyp/cO7DHAX3dwMOHQVDdNtCZ4Zq8wInnR/bJ/lfsXqE6wrUgtYCE5/84qHS+A7vllI3A==", + "version": "0.31.3", + "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-0.31.3.tgz", + "integrity": "sha512-KGdemamy6imPlmTycADRs5yMX/CoxPq9vJwTAOgSfabzneJmyexmRBBVEX8Mesb3mleIXTBIVR6z0fmtoRTcww==", "dependencies": { "cac": "^6.7.14", "debug": "^4.3.4", @@ -23121,18 +23121,18 @@ } }, "node_modules/vitest": { - "version": "0.31.2", - "resolved": "https://registry.npmjs.org/vitest/-/vitest-0.31.2.tgz", - "integrity": "sha512-O0qKHDbI+zXxwq1WOeqFjxP5v1mDqqM6gllPuOUJkK2YFyQ2nEo8CELR4Mg68ryTSSh527ysBmEN69bDvL2LkQ==", + "version": "0.31.3", + "resolved": "https://registry.npmjs.org/vitest/-/vitest-0.31.3.tgz", + "integrity": "sha512-LMXIKXfI7tDClf6HIR5GjCSHZQdlmfCWWPaJwWcLF+M11V766Tzefb8LD9mLcHmX/zR0xtlfcokpg3JxEDLfeA==", "dependencies": { "@types/chai": "^4.3.5", "@types/chai-subset": "^1.3.3", "@types/node": "*", - "@vitest/expect": "0.31.2", - "@vitest/runner": "0.31.2", - "@vitest/snapshot": "0.31.2", - "@vitest/spy": "0.31.2", - "@vitest/utils": "0.31.2", + "@vitest/expect": "0.31.3", + "@vitest/runner": "0.31.3", + "@vitest/snapshot": "0.31.3", + "@vitest/spy": "0.31.3", + "@vitest/utils": "0.31.3", "acorn": "^8.8.2", "acorn-walk": "^8.2.0", "cac": "^6.7.14", @@ -23148,7 +23148,7 @@ "tinybench": "^2.5.0", "tinypool": "^0.5.0", "vite": "^3.0.0 || ^4.0.0", - "vite-node": "0.31.2", + "vite-node": "0.31.3", "why-is-node-running": "^2.2.2" }, "bin": { diff --git a/package.json b/package.json index ec9ca99269..8ed6867db1 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "@typescript-eslint/eslint-plugin": "5.59.8", "@typescript-eslint/parser": "5.59.8", "@vercel/analytics": "1.0.1", - "@vitest/coverage-c8": "0.31.2", + "@vitest/coverage-c8": "0.31.3", "autoprefixer": "10.4.14", "babylon": "6.18.0", "chalk": "5.2.0", @@ -167,7 +167,7 @@ "unified": "10.1.2", "unist-util-visit": "4.1.2", "use-local-storage-state": "18.3.3", - "vitest": "0.31.2", + "vitest": "0.31.3", "vitest-fail-on-console": "0.4.0", "webpack": "5.84.1" }