chore(deps): update dependency vitest to v0.27.2 #2966

Merged
konrad merged 1 commits from renovate/vitest-0.x into main 2023-01-17 09:42:04 +00:00
Member

This PR contains the following updates:

Package Type Update Change
vitest devDependencies patch 0.27.1 -> 0.27.2

Release Notes

vitest-dev/vitest

v0.27.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

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 this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [vitest](https://github.com/vitest-dev/vitest) | devDependencies | patch | [`0.27.1` -> `0.27.2`](https://renovatebot.com/diffs/npm/vitest/0.27.1/0.27.2) | --- ### Release Notes <details> <summary>vitest-dev/vitest</summary> ### [`v0.27.2`](https://github.com/vitest-dev/vitest/releases/tag/v0.27.2) [Compare Source](https://github.com/vitest-dev/vitest/compare/v0.27.1...v0.27.2) #####    🚀 Features - Add runAllTimersAsync from sinonjs  -  by [@&#8203;guillaumeduboc](https://github.com/guillaumeduboc) in https://github.com/vitest-dev/vitest/issues/2209 [<samp>(40187)</samp>](https://github.com/vitest-dev/vitest/commit/40187bdb) #####    🐞 Bug Fixes - Document.defaultView references the same window as the global one  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/2649 [<samp>(1ac4b)</samp>](https://github.com/vitest-dev/vitest/commit/1ac4bb8d) - Trim input filename and test name  -  by [@&#8203;btea](https://github.com/btea) in https://github.com/vitest-dev/vitest/issues/2650 [<samp>(d3dcb)</samp>](https://github.com/vitest-dev/vitest/commit/d3dcbdc8) - Increase default teardownTimeout  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) [<samp>(13e53)</samp>](https://github.com/vitest-dev/vitest/commit/13e53ac7) - Mock css files imported with "require"  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/2679 [<samp>(6c1a2)</samp>](https://github.com/vitest-dev/vitest/commit/6c1a26a6) - Don't start watching files in "run" mode  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/2680 [<samp>(0a31e)</samp>](https://github.com/vitest-dev/vitest/commit/0a31e85c) - Rerun tests, when setup file is edited  -  by [@&#8203;mysteryven](https://github.com/mysteryven) and [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/2625 [<samp>(019a6)</samp>](https://github.com/vitest-dev/vitest/commit/019a6d57) - Always show filename for unhandled errors  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/2689 [<samp>(15aa0)</samp>](https://github.com/vitest-dev/vitest/commit/15aa0156) - Define property instead of assigning it in vi.stubGlobal  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/2685 [<samp>(8a1d7)</samp>](https://github.com/vitest-dev/vitest/commit/8a1d7590) - **coverage**: Watch mode to use `coverage.all` only when all tests are run  -  by [@&#8203;AriPerkkio](https://github.com/AriPerkkio) in https://github.com/vitest-dev/vitest/issues/2665 [<samp>(85096)</samp>](https://github.com/vitest-dev/vitest/commit/85096281) - **typecheck**: Log tests with verbose reporter, correctly show "pass" tests  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/2656 [<samp>(61dde)</samp>](https://github.com/vitest-dev/vitest/commit/61ddebae) - **ui**: Don't show "connecting" screen in html reporter  -  by [@&#8203;poyoho](https://github.com/poyoho) in https://github.com/vitest-dev/vitest/issues/2693 [<samp>(d8548)</samp>](https://github.com/vitest-dev/vitest/commit/d8548c69) #####    🏎 Performance - Don't resolve import path, if it was already resolved  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/2659 [<samp>(45cc3)</samp>](https://github.com/vitest-dev/vitest/commit/45cc3423) #####     [View changes on GitHub](https://github.com/vitest-dev/vitest/compare/v0.27.1...v0.27.2) </details> --- ### 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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yNDAuMiIsInVwZGF0ZWRJblZlciI6IjMyLjI0MC4yIn0=-->
renovate added the
dependencies
label 2023-01-17 08:04:20 +00:00
renovate added 1 commit 2023-01-17 08:04:21 +00:00
continuous-integration/drone/pr Build is passing Details
5d5019da50
chore(deps): update dependency vitest to v0.27.2
Member

Hi renovate!

Thank you for creating a PR!

I've deployed the changes of this PR on a preview environment under this URL: https://2966-renovate-vitest-0-x--vikunja-frontend-preview.netlify.app

You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/.

Have a nice day!

Beep boop, I'm a bot.

Hi renovate! Thank you for creating a PR! I've deployed the changes of this PR on a preview environment under this URL: https://2966-renovate-vitest-0-x--vikunja-frontend-preview.netlify.app You can use this url to view the changes live and test them out. You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/. Have a nice day! > Beep boop, I'm a bot.
konrad merged commit 69f398f789 into main 2023-01-17 09:42:04 +00:00
konrad deleted branch renovate/vitest-0.x 2023-01-17 09:42:04 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.