chore(deps): update dependency vitest to v0.9.4 #1777

Merged
dpschen merged 2 commits from renovate/vitest-0.x into main 2022-04-23 11:25:50 +00:00
Member

This PR contains the following updates:

Package Type Update Change
vitest devDependencies minor 0.8.4 -> 0.9.4

Release Notes

vitest-dev/vitest

v0.9.4

Compare Source

Bug Fixes
Features

v0.9.3

Compare Source

Bug Fixes

v0.9.2

Compare Source

v0.9.1

Compare Source

Bug Fixes
Features

v0.9.0

Compare Source

Bug Fixes
  • vite-node: remove unsafe checks for inlining dependencies (#​1097) (c4a25ae)
Features

v0.8.5

Compare Source

Bug Fixes
Features

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 | minor | [`0.8.4` -> `0.9.4`](https://renovatebot.com/diffs/npm/vitest/0.8.4/0.9.4) | --- ### Release Notes <details> <summary>vitest-dev/vitest</summary> ### [`v0.9.4`](https://github.com/vitest-dev/vitest/releases/v0.9.4) [Compare Source](https://github.com/vitest-dev/vitest/compare/v0.9.3...v0.9.4) ##### Bug Fixes - **deps:** update all non-major dependencies ([#&#8203;1159](https://github.com/vitest-dev/vitest/issues/1159)) ([4d1e0a0](https://github.com/vitest-dev/vitest/commit/4d1e0a0)) - config.root priority ([#&#8203;1164](https://github.com/vitest-dev/vitest/issues/1164)) ([d8e0493](https://github.com/vitest-dev/vitest/commit/d8e0493)) - optimizeDeps.disabled ([#&#8203;1150](https://github.com/vitest-dev/vitest/issues/1150)) ([b40fb60](https://github.com/vitest-dev/vitest/commit/b40fb60)) - remove invalid xml characters in junit reporter output (fix [#&#8203;1144](https://github.com/vitest-dev/vitest/issues/1144)) ([#&#8203;1145](https://github.com/vitest-dev/vitest/issues/1145)) ([ab8e2b8](https://github.com/vitest-dev/vitest/commit/ab8e2b8)) - remove process.env edge case in defines ([#&#8203;1156](https://github.com/vitest-dev/vitest/issues/1156)) ([0c9137d](https://github.com/vitest-dev/vitest/commit/0c9137d)) - reset snapshot state between test reruns ([#&#8203;1162](https://github.com/vitest-dev/vitest/issues/1162)) ([c2e98ef](https://github.com/vitest-dev/vitest/commit/c2e98ef)) - temporary revert [@&#8203;sinonjs](https://github.com/sinonjs)/fake-timers ([f685b87](https://github.com/vitest-dev/vitest/commit/f685b87)) ##### Features - **ui:** add the draft state \* on code editor ([#&#8203;1131](https://github.com/vitest-dev/vitest/issues/1131)) ([571b94b](https://github.com/vitest-dev/vitest/commit/571b94b)) - add satisfy alias ([#&#8203;1172](https://github.com/vitest-dev/vitest/issues/1172)) ([7dbd837](https://github.com/vitest-dev/vitest/commit/7dbd837)) ### [`v0.9.3`](https://github.com/vitest-dev/vitest/releases/v0.9.3) [Compare Source](https://github.com/vitest-dev/vitest/compare/v0.9.2...v0.9.3) ##### Bug Fixes - add `vite-node` to root `dev` script ([#&#8203;1129](https://github.com/vitest-dev/vitest/issues/1129)) ([5f53680](https://github.com/vitest-dev/vitest/commit/5f53680)) - always show filters, when no tests found ([#&#8203;1124](https://github.com/vitest-dev/vitest/issues/1124)) ([ce53037](https://github.com/vitest-dev/vitest/commit/ce53037)) - Issue Template docs link ([#&#8203;1128](https://github.com/vitest-dev/vitest/issues/1128)) ([03aff85](https://github.com/vitest-dev/vitest/commit/03aff85)) - respect `clearScreen` option in vite, close [#&#8203;1125](https://github.com/vitest-dev/vitest/issues/1125) ([d482992](https://github.com/vitest-dev/vitest/commit/d482992)) ### [`v0.9.2`](https://github.com/vitest-dev/vitest/compare/v0.9.1...v0.9.2) [Compare Source](https://github.com/vitest-dev/vitest/compare/v0.9.1...v0.9.2) ### [`v0.9.1`](https://github.com/vitest-dev/vitest/releases/v0.9.1) [Compare Source](https://github.com/vitest-dev/vitest/compare/v0.9.0...v0.9.1) ##### Bug Fixes - `displayDiff` with non-string ([61fbddb](https://github.com/vitest-dev/vitest/commit/61fbddb)) - make automocking aware of symbol indexed methods ([#&#8203;1119](https://github.com/vitest-dev/vitest/issues/1119)) ([06faf8a](https://github.com/vitest-dev/vitest/commit/06faf8a)) - re-export mock types ([#&#8203;1120](https://github.com/vitest-dev/vitest/issues/1120)) ([45ef020](https://github.com/vitest-dev/vitest/commit/45ef020)) ##### Features - **ui:** fix file error + add colored support ([#&#8203;1108](https://github.com/vitest-dev/vitest/issues/1108)) ([b737476](https://github.com/vitest-dev/vitest/commit/b737476)) - extend `config.outputFile` to allow objects, close [#&#8203;1068](https://github.com/vitest-dev/vitest/issues/1068) ([#&#8203;1073](https://github.com/vitest-dev/vitest/issues/1073)) ([a63cfa2](https://github.com/vitest-dev/vitest/commit/a63cfa2)) ### [`v0.9.0`](https://github.com/vitest-dev/vitest/releases/v0.9.0) [Compare Source](https://github.com/vitest-dev/vitest/compare/v0.8.5...v0.9.0) ##### Bug Fixes - **vite-node:** remove unsafe checks for inlining dependencies ([#&#8203;1097](https://github.com/vitest-dev/vitest/issues/1097)) ([c4a25ae](https://github.com/vitest-dev/vitest/commit/c4a25ae)) ##### Features - add vi.resetModules ([#&#8203;1102](https://github.com/vitest-dev/vitest/issues/1102)) ([eb13d34](https://github.com/vitest-dev/vitest/commit/eb13d34)) - less verbose CI output by default ([#&#8203;1087](https://github.com/vitest-dev/vitest/issues/1087)) ([a06f247](https://github.com/vitest-dev/vitest/commit/a06f247)) ### [`v0.8.5`](https://github.com/vitest-dev/vitest/releases/v0.8.5) [Compare Source](https://github.com/vitest-dev/vitest/compare/v0.8.4...v0.8.5) ##### Bug Fixes - **mock-api:** provide an explainatory error message when the mocks API hoisting doesn't work ([#&#8203;1098](https://github.com/vitest-dev/vitest/issues/1098)) ([0b6d980](https://github.com/vitest-dev/vitest/commit/0b6d980)) - don't reexport vi utils from vitest ([#&#8203;1100](https://github.com/vitest-dev/vitest/issues/1100)) ([6f55275](https://github.com/vitest-dev/vitest/commit/6f55275)) - exported configDefaults has right type ([#&#8203;1117](https://github.com/vitest-dev/vitest/issues/1117)) ([1696195](https://github.com/vitest-dev/vitest/commit/1696195)) - fix duration when fake timers are enabled ([#&#8203;1089](https://github.com/vitest-dev/vitest/issues/1089)) ([bec43fc](https://github.com/vitest-dev/vitest/commit/bec43fc)) - get taskId before scheduling console ([#&#8203;1086](https://github.com/vitest-dev/vitest/issues/1086)) ([cb90dcb](https://github.com/vitest-dev/vitest/commit/cb90dcb)) - hide ignored stacktrace on windows ([#&#8203;1116](https://github.com/vitest-dev/vitest/issues/1116)) ([57c048b](https://github.com/vitest-dev/vitest/commit/57c048b)) - really disable deps optimization ([#&#8203;1104](https://github.com/vitest-dev/vitest/issues/1104)) ([0d2413f](https://github.com/vitest-dev/vitest/commit/0d2413f)) - rerun tests on --changed, if test was changed ([#&#8203;1115](https://github.com/vitest-dev/vitest/issues/1115)) ([6473fd4](https://github.com/vitest-dev/vitest/commit/6473fd4)) - **logs:** collect logs per test ([#&#8203;1088](https://github.com/vitest-dev/vitest/issues/1088)) ([b24fb25](https://github.com/vitest-dev/vitest/commit/b24fb25)) - **ui:** a11y + codemirror scrolls + minor addons ([#&#8203;1103](https://github.com/vitest-dev/vitest/issues/1103)) ([a1188b5](https://github.com/vitest-dev/vitest/commit/a1188b5)) - **ui:** hide native codemirror scrolls on firefox ([#&#8203;1105](https://github.com/vitest-dev/vitest/issues/1105)) ([cf226c5](https://github.com/vitest-dev/vitest/commit/cf226c5)) - typescript allows new Spy, add lastCall support for spy ([#&#8203;1085](https://github.com/vitest-dev/vitest/issues/1085)) ([6680152](https://github.com/vitest-dev/vitest/commit/6680152)) ##### Features - add resolveSnapshotPath option ([#&#8203;1101](https://github.com/vitest-dev/vitest/issues/1101)) ([5cc592b](https://github.com/vitest-dev/vitest/commit/5cc592b)) - show all spy calls on assertion error ([#&#8203;1091](https://github.com/vitest-dev/vitest/issues/1091)) ([b027d16](https://github.com/vitest-dev/vitest/commit/b027d16)) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 added the
dependencies
label 2022-04-06 19:07:10 +00:00
renovate changed title from chore(deps): update dependency vitest to v0.9.0 to chore(deps): update dependency vitest to v0.9.1 2022-04-07 19:06:57 +00:00
renovate force-pushed renovate/vitest-0.x from cc26b9407d to 2d3a2a959e 2022-04-07 19:06:58 +00:00 Compare
renovate changed title from chore(deps): update dependency vitest to v0.9.1 to chore(deps): update dependency vitest to v0.9.2 2022-04-07 21:07:55 +00:00
renovate force-pushed renovate/vitest-0.x from 2d3a2a959e to 8849548832 2022-04-07 21:07:56 +00:00 Compare
renovate force-pushed renovate/vitest-0.x from 8849548832 to fb3153d02e 2022-04-09 15:07:19 +00:00 Compare
renovate force-pushed renovate/vitest-0.x from fb3153d02e to 1d1cb87e20 2022-04-09 22:07:10 +00:00 Compare
renovate force-pushed renovate/vitest-0.x from 1d1cb87e20 to 83a76facc1 2022-04-10 00:07:11 +00:00 Compare
renovate changed title from chore(deps): update dependency vitest to v0.9.2 to chore(deps): update dependency vitest to v0.9.3 2022-04-10 07:07:10 +00:00
renovate force-pushed renovate/vitest-0.x from 83a76facc1 to 4a44579c61 2022-04-10 07:07:11 +00:00 Compare
Owner

Looks like there's been a breaking change somewhere and we'll have change a few things.

Looks like there's been a breaking change somewhere and we'll have change a few things.
renovate force-pushed renovate/vitest-0.x from 4a44579c61 to 18b7a3ca41 2022-04-10 08:07:05 +00:00 Compare
Member

Looks like there's been a breaking change somewhere and we'll have change a few things.

I didn't get yet where that came from (but also didn't do more than checking the logs).

> Looks like there's been a breaking change somewhere and we'll have change a few things. I didn't get yet where that came from (but also didn't do more than checking the logs).
renovate force-pushed renovate/vitest-0.x from 18b7a3ca41 to 9f65d33900 2022-04-11 07:07:10 +00:00 Compare
renovate force-pushed renovate/vitest-0.x from 9f65d33900 to 93fe68a6c1 2022-04-11 18:07:11 +00:00 Compare
renovate force-pushed renovate/vitest-0.x from 93fe68a6c1 to ccfe2f1335 2022-04-13 17:07:30 +00:00 Compare
renovate force-pushed renovate/vitest-0.x from ccfe2f1335 to 516e79f981 2022-04-20 12:02:58 +00:00 Compare
renovate force-pushed renovate/vitest-0.x from 516e79f981 to 0cd0d23ba5 2022-04-21 06:02:28 +00:00 Compare
renovate changed title from chore(deps): update dependency vitest to v0.9.3 to chore(deps): update dependency vitest to v0.9.4 2022-04-21 15:02:32 +00:00
renovate force-pushed renovate/vitest-0.x from 0cd0d23ba5 to 6128b4db7b 2022-04-21 15:02:33 +00:00 Compare
renovate force-pushed renovate/vitest-0.x from 6128b4db7b to 225da7768c 2022-04-21 17:02:30 +00:00 Compare
dpschen added 1 commit 2022-04-23 11:13:11 +00:00
continuous-integration/drone/pr Build is passing Details
b8d6b6d961
fix imports
dpschen approved these changes 2022-04-23 11:16:16 +00:00
Member
The exports changed https://github.com/vitest-dev/vitest/pull/1100
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://1777-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://1777-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.
dpschen merged commit d325810e55 into main 2022-04-23 11:25:50 +00:00
dpschen deleted branch renovate/vitest-0.x 2022-04-23 11:25:50 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.