chore(deps): update dependency @vue/test-utils to v2.2.0 #2570

Merged
konrad merged 1 commits from renovate/vue-test-utils-2.x into main 2022-10-24 07:52:27 +00:00
Member

This PR contains the following updates:

Package Type Update Change
@vue/test-utils devDependencies minor 2.1.0 -> 2.2.0

Release Notes

vuejs/test-utils

v2.2.0

Compare Source

What's Changed

Features
Fixes
Other

New Contributors

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.1.0...v2.2.0


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 | |---|---|---|---| | [@vue/test-utils](https://github.com/vuejs/test-utils) | devDependencies | minor | [`2.1.0` -> `2.2.0`](https://renovatebot.com/diffs/npm/@vue%2ftest-utils/2.1.0/2.2.0) | --- ### Release Notes <details> <summary>vuejs/test-utils</summary> ### [`v2.2.0`](https://github.com/vuejs/test-utils/releases/tag/v2.2.0) [Compare Source](https://github.com/vuejs/test-utils/compare/v2.1.0...v2.2.0) #### What's Changed ##### Features - feat(setValue): allow array for multiselect .setValue() method by [@&#8203;freakzlike](https://github.com/freakzlike) in https://github.com/vuejs/test-utils/pull/1825 - feat(wrapper): Add raw option to .html() by [@&#8203;freakzlike](https://github.com/freakzlike) in https://github.com/vuejs/test-utils/pull/1827 - feat(stubs): Allow to stub directives (fixes [#&#8203;1800](https://github.com/vuejs/test-utils/issues/1800)) by [@&#8203;xanf](https://github.com/xanf) in https://github.com/vuejs/test-utils/pull/1804 ##### Fixes - fix(compat): do not overwrite globalProperties merge them instead by [@&#8203;xanf](https://github.com/xanf) in https://github.com/vuejs/test-utils/pull/1788 - fix(element): return correct element for component which renders other component while passing array of vnodes in default slot by [@&#8203;xanf](https://github.com/xanf) in https://github.com/vuejs/test-utils/pull/1789 - fix: cleanup event listeners on unmount by [@&#8203;freakzlike](https://github.com/freakzlike) in https://github.com/vuejs/test-utils/pull/1793 - fix(config): Do not use config.renderStubDefaultSlot by [@&#8203;xanf](https://github.com/xanf) in https://github.com/vuejs/test-utils/pull/1797 - fix(stubs): Do not render function body in stub by [@&#8203;xanf](https://github.com/xanf) in https://github.com/vuejs/test-utils/pull/1819 ##### Other - chore(deps): update dependency rollup-plugin-typescript2 to v0.34.1 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/vuejs/test-utils/pull/1790 - chore(deps): update all non-major dependencies by [@&#8203;renovate](https://github.com/renovate) in https://github.com/vuejs/test-utils/pull/1794 - chore(deps): update dependency unplugin-vue-components to v0.22.8 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/vuejs/test-utils/pull/1795 - added typescript documentation to plugins.md by [@&#8203;mrcwbr](https://github.com/mrcwbr) in https://github.com/vuejs/test-utils/pull/1796 - chore(deps): update dependency vue-tsc to v1 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/vuejs/test-utils/pull/1802 - chore(deps): update dependency [@&#8203;rollup/plugin-commonjs](https://github.com/rollup/plugin-commonjs) to v23 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/vuejs/test-utils/pull/1803 - chore(deps): update dependency [@&#8203;rollup/plugin-json](https://github.com/rollup/plugin-json) to v5 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/vuejs/test-utils/pull/1805 - chore(deps): update dependency [@&#8203;rollup/plugin-node-resolve](https://github.com/rollup/plugin-node-resolve) to v15 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/vuejs/test-utils/pull/1806 - chore(deps): update dependency [@&#8203;rollup/plugin-replace](https://github.com/rollup/plugin-replace) to v5 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/vuejs/test-utils/pull/1808 - chore(deps): update pnpm/action-setup action to v2.2.3 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/vuejs/test-utils/pull/1809 - chore(scripts): add prepare script by [@&#8203;xanf](https://github.com/xanf) in https://github.com/vuejs/test-utils/pull/1812 - chore: use [@&#8203;rollup/plugin-typescript](https://github.com/rollup/plugin-typescript) by [@&#8203;cexbrayat](https://github.com/cexbrayat) in https://github.com/vuejs/test-utils/pull/1811 - chore: use a typescript rollup config by [@&#8203;cexbrayat](https://github.com/cexbrayat) in https://github.com/vuejs/test-utils/pull/1814 - chore: use --bundleConfigAsCjs to load rollup config by [@&#8203;cexbrayat](https://github.com/cexbrayat) in https://github.com/vuejs/test-utils/pull/1816 - chore: support node v18 by [@&#8203;cexbrayat](https://github.com/cexbrayat) in https://github.com/vuejs/test-utils/pull/1817 - chore(deps): update pnpm/action-setup action to v2.2.4 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/vuejs/test-utils/pull/1820 - chore(deps): update all non-major dependencies by [@&#8203;renovate](https://github.com/renovate) in https://github.com/vuejs/test-utils/pull/1821 - chore: update to vitest v0.24.3 by [@&#8203;cexbrayat](https://github.com/cexbrayat) in https://github.com/vuejs/test-utils/pull/1823 - chore(deps): update dependency [@&#8203;vitest/coverage-c8](https://github.com/vitest/coverage-c8) to v0.24.3 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/vuejs/test-utils/pull/1824 #### New Contributors - [@&#8203;mrcwbr](https://github.com/mrcwbr) made their first contribution in https://github.com/vuejs/test-utils/pull/1796 **Full Changelog**: https://github.com/vuejs/test-utils/compare/v2.1.0...v2.2.0 </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 2022-10-24 01:03:53 +00:00
renovate added 1 commit 2022-10-24 01:03:54 +00:00
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://2570-renovate-vue-test-utils-2-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://2570-renovate-vue-test-utils-2-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 57cc7b8f37 into main 2022-10-24 07:52:27 +00:00
konrad deleted branch renovate/vue-test-utils-2.x 2022-10-24 07:52:27 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.