From 4643cfe0f281bae08b4de3fd3e0bc0a7eed68472 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 09:15:08 +0000 Subject: [PATCH] build(deps): update vitest monorepo to v0.25.4 (#4) 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) | [`0.25.3` -> `0.25.4`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-c8/0.25.3/0.25.4) | [![age](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-c8/0.25.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-c8/0.25.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-c8/0.25.4/compatibility-slim/0.25.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-c8/0.25.4/confidence-slim/0.25.3)](https://docs.renovatebot.com/merge-confidence/) | | [@vitest/ui](https://togithub.com/vitest-dev/vitest) | [`0.25.3` -> `0.25.4`](https://renovatebot.com/diffs/npm/@vitest%2fui/0.25.3/0.25.4) | [![age](https://badges.renovateapi.com/packages/npm/@vitest%2fui/0.25.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@vitest%2fui/0.25.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@vitest%2fui/0.25.4/compatibility-slim/0.25.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@vitest%2fui/0.25.4/confidence-slim/0.25.3)](https://docs.renovatebot.com/merge-confidence/) | | [vitest](https://togithub.com/vitest-dev/vitest) | [`0.25.3` -> `0.25.4`](https://renovatebot.com/diffs/npm/vitest/0.25.3/0.25.4) | [![age](https://badges.renovateapi.com/packages/npm/vitest/0.25.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/vitest/0.25.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/vitest/0.25.4/compatibility-slim/0.25.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/vitest/0.25.4/confidence-slim/0.25.3)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
vitest-dev/vitest ### [`v0.25.4`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.25.4) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.25.3...v0.25.4) #####    🚀 Features - Slow test threshold  -  by [@​poyoho](https://togithub.com/poyoho) and [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2396](https://togithub.com/vitest-dev/vitest/issues/2396) [(98974)](https://togithub.com/vitest-dev/vitest/commit/98974ba4) - Format test tablename  -  by [@​poyoho](https://togithub.com/poyoho) in [https://github.com/vitest-dev/vitest/issues/2405](https://togithub.com/vitest-dev/vitest/issues/2405) [(45c5c)](https://togithub.com/vitest-dev/vitest/commit/45c5c45a) - Suspend process  -  by [@​poyoho](https://togithub.com/poyoho) in [https://github.com/vitest-dev/vitest/issues/2422](https://togithub.com/vitest-dev/vitest/issues/2422) [(b8ee8)](https://togithub.com/vitest-dev/vitest/commit/b8ee821c) - Format test objects in `each` title  -  by [@​scarf005](https://togithub.com/scarf005) in [https://github.com/vitest-dev/vitest/issues/2420](https://togithub.com/vitest-dev/vitest/issues/2420) and [https://github.com/vitest-dev/vitest/issues/2421](https://togithub.com/vitest-dev/vitest/issues/2421) [(1868f)](https://togithub.com/vitest-dev/vitest/commit/1868f1c4) #####    🐞 Bug Fixes - Exit with code 1, when type tests fail  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2378](https://togithub.com/vitest-dev/vitest/issues/2378) [(98141)](https://togithub.com/vitest-dev/vitest/commit/9814124e) - Tab affect vi.mock  -  by [@​poyoho](https://togithub.com/poyoho) in [https://github.com/vitest-dev/vitest/issues/2402](https://togithub.com/vitest-dev/vitest/issues/2402) [(5a3de)](https://togithub.com/vitest-dev/vitest/commit/5a3deba5) - Don't escape "\\" in diff view  -  by [@​poyoho](https://togithub.com/poyoho) in [https://github.com/vitest-dev/vitest/issues/2430](https://togithub.com/vitest-dev/vitest/issues/2430) [(7d4e3)](https://togithub.com/vitest-dev/vitest/commit/7d4e3ed0) - Correct test files status in json reporter  -  by [@​brzezinskimarcin](https://togithub.com/brzezinskimarcin) in [https://github.com/vitest-dev/vitest/issues/2417](https://togithub.com/vitest-dev/vitest/issues/2417) and [https://github.com/vitest-dev/vitest/issues/2419](https://togithub.com/vitest-dev/vitest/issues/2419) [(ce931)](https://togithub.com/vitest-dev/vitest/commit/ce931956) - Export all named CJS exports, if default export is a function  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2435](https://togithub.com/vitest-dev/vitest/issues/2435) [(d43f3)](https://togithub.com/vitest-dev/vitest/commit/d43f3f5c) - Add test attributes to "testsuites" in junit reporter  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2362](https://togithub.com/vitest-dev/vitest/issues/2362) [(d0506)](https://togithub.com/vitest-dev/vitest/commit/d050604f) - DynamicImportSettled also waits for nested imports  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2389](https://togithub.com/vitest-dev/vitest/issues/2389) [(5098b)](https://togithub.com/vitest-dev/vitest/commit/5098b217) - Always apply vite ssr source maps  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2433](https://togithub.com/vitest-dev/vitest/issues/2433) [(cbf91)](https://togithub.com/vitest-dev/vitest/commit/cbf91ba7) - Copy-pasting from module graph browser  -  by [@​g4rry420](https://togithub.com/g4rry420) in [https://github.com/vitest-dev/vitest/issues/2321](https://togithub.com/vitest-dev/vitest/issues/2321) [(8920a)](https://togithub.com/vitest-dev/vitest/commit/8920aa45) - **deps**: Update dependency strip-literal to v1  -  by [@​renovate](https://togithub.com/renovate)\[bot] in[https://github.com/vitest-dev/vitest/issues/2387](https://togithub.com/vitest-dev/vitest/issues/2387)7 [(824e1)](https://togithub.com/vitest-dev/vitest/commit/824e18c3) - **mocker**: Set cache before mocking to allow circular dependencies  -  by [@​danez](https://togithub.com/danez) in [https://github.com/vitest-dev/vitest/issues/2391](https://togithub.com/vitest-dev/vitest/issues/2391) [(fd829)](https://togithub.com/vitest-dev/vitest/commit/fd8292ac) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.25.3...v0.25.4)
--- ### 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/jonahsnider/aoc-2022). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 6 +++--- yarn.lock | 46 +++++++++++++++++++++++----------------------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/package.json b/package.json index 3b88f8b..3598f22 100644 --- a/package.json +++ b/package.json @@ -45,14 +45,14 @@ "@jonahsnider/xo-config": "5.3.0", "@tsconfig/node18-strictest-esm": "1.0.1", "@types/node": "18.11.11", - "@vitest/coverage-c8": "0.25.3", - "@vitest/ui": "0.25.3", + "@vitest/coverage-c8": "0.25.4", + "@vitest/ui": "0.25.4", "npm-run-all": "4.1.5", "prettier": "2.8.0", "type-fest": "3.3.0", "typescript": "4.9.3", "vite": "3.2.5", - "vitest": "0.25.3", + "vitest": "0.25.4", "xo": "0.53.1" }, "packageManager": "yarn@3.3.0" diff --git a/yarn.lock b/yarn.lock index d442cd1..759f0c4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -130,8 +130,8 @@ __metadata: "@jonahsnider/xo-config": 5.3.0 "@tsconfig/node18-strictest-esm": 1.0.1 "@types/node": 18.11.11 - "@vitest/coverage-c8": 0.25.3 - "@vitest/ui": 0.25.3 + "@vitest/coverage-c8": 0.25.4 + "@vitest/ui": 0.25.4 clipanion: 3.2.0-rc.14 convert: 4.8.0 npm-run-all: 4.1.5 @@ -139,7 +139,7 @@ __metadata: type-fest: 3.3.0 typescript: 4.9.3 vite: 3.2.5 - vitest: 0.25.3 + vitest: 0.25.4 xo: 0.53.1 languageName: unknown linkType: soft @@ -539,22 +539,22 @@ __metadata: languageName: node linkType: hard -"@vitest/coverage-c8@npm:0.25.3": - version: 0.25.3 - resolution: "@vitest/coverage-c8@npm:0.25.3" +"@vitest/coverage-c8@npm:0.25.4": + version: 0.25.4 + resolution: "@vitest/coverage-c8@npm:0.25.4" dependencies: c8: ^7.12.0 - vitest: 0.25.3 - checksum: 39d20990d56750e35c51aababe32a300cc30e6941442586d935e6f1f5ae29f4838bd5c7bcb70fc8cad19304dd1852bb6b5342e3367b1813dae79db99f201e768 + vitest: 0.25.4 + checksum: 809f2545dcdb4af18c38b1f94057195697fa279743293cdb8c214c57511c5cdce4ffd997c0d003a3d89726cdcf7afcf85509a3cb20cf960987637727f25014df languageName: node linkType: hard -"@vitest/ui@npm:0.25.3": - version: 0.25.3 - resolution: "@vitest/ui@npm:0.25.3" +"@vitest/ui@npm:0.25.4": + version: 0.25.4 + resolution: "@vitest/ui@npm:0.25.4" dependencies: sirv: ^2.0.2 - checksum: 496d6ede6a242ede23cc4e77db4b659872a8d63ae2dc9e58da64b8caf406c3509717c858a97877b7d77bca71b68aa46516c2ea1d9e85ba902f242955bb062b35 + checksum: db9361ac3e01b02e942749a68e0bdc8afbd12dbae5a4c665ca57829c5cfe6816d33e03548c524d07187e1244f713cafa40003b14294d53bd1c5fb3f35c258302 languageName: node linkType: hard @@ -590,7 +590,7 @@ __metadata: languageName: node linkType: hard -"acorn@npm:^8.8.0": +"acorn@npm:^8.8.0, acorn@npm:^8.8.1": version: 8.8.1 resolution: "acorn@npm:8.8.1" bin: @@ -5024,12 +5024,12 @@ resolve@~1.19.0: languageName: node linkType: hard -"strip-literal@npm:^0.4.2": - version: 0.4.2 - resolution: "strip-literal@npm:0.4.2" +"strip-literal@npm:^1.0.0": + version: 1.0.0 + resolution: "strip-literal@npm:1.0.0" dependencies: - acorn: ^8.8.0 - checksum: 831cdcaba61bc82c14ef5ca423a64bb8044b3b128abd15dff454d3fd05b0dbc7b4403760a7a636923d3c2e71a8e65174cef28ee9aef61f9a66819f865da4fdda + acorn: ^8.8.1 + checksum: ada9b60f322ce3e3fd167b65a186ab77a8c76b8f9074dcdbad4c1a810b46f21c9dca30d4d807e98af580cbe99bfbccd6d8176f69183a454ae2868d8ddd6d4f88 languageName: node linkType: hard @@ -5459,9 +5459,9 @@ resolve@~1.19.0: languageName: node linkType: hard -"vitest@npm:0.25.3": - version: 0.25.3 - resolution: "vitest@npm:0.25.3" +"vitest@npm:0.25.4": + version: 0.25.4 + resolution: "vitest@npm:0.25.4" dependencies: "@types/chai": ^4.3.3 "@types/chai-subset": ^1.3.3 @@ -5472,7 +5472,7 @@ resolve@~1.19.0: debug: ^4.3.4 local-pkg: ^0.4.2 source-map: ^0.6.1 - strip-literal: ^0.4.2 + strip-literal: ^1.0.0 tinybench: ^2.3.1 tinypool: ^0.3.0 tinyspy: ^1.0.2 @@ -5496,7 +5496,7 @@ resolve@~1.19.0: optional: true bin: vitest: vitest.mjs - checksum: cd54de758f41295ef8a5304318b0de37f3182ec9b179d983cb0199dac89d51b80ee30124754703ef77ce4a1b675f3b02094ef96790889d5c9212dbab7490b4d0 + checksum: c6783f897dfa1cf512ee75126e650b239c8761d7c080860414ca88e561e9cb8c9b1652ab1504a28b4141ef774bccf3568dadc35f0e6974e70e00515136026e7f languageName: node linkType: hard