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

Merged
konrad merged 1 commits from renovate/vue-test-utils-2.x into main 2023-01-04 13:13:46 +00:00
Member

This PR contains the following updates:

Package Type Update Change
@vue/test-utils devDependencies patch 2.2.6 -> 2.2.7

Release Notes

vuejs/test-utils

v2.2.7

Compare Source

Fixes

Docs

Chore

New Contributors

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.2.6...v2.2.7


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 | patch | [`2.2.6` -> `2.2.7`](https://renovatebot.com/diffs/npm/@vue%2ftest-utils/2.2.6/2.2.7) | --- ### Release Notes <details> <summary>vuejs/test-utils</summary> ### [`v2.2.7`](https://github.com/vuejs/test-utils/releases/tag/v2.2.7) [Compare Source](https://github.com/vuejs/test-utils/compare/v2.2.6...v2.2.7) #### Fixes - fix: Differentiate script setup from option api component with setup by [@&#8203;renatodeleao](https://github.com/renatodeleao) in https://github.com/vuejs/test-utils/pull/1928 #### Docs - Documentation Update (Issue 1894) by [@&#8203;evandroguedes](https://github.com/evandroguedes) in https://github.com/vuejs/test-utils/pull/1895 - docs: add section about test runners upgrade to migration guide by [@&#8203;renatodeleao](https://github.com/renatodeleao) in https://github.com/vuejs/test-utils/pull/1923 - \[docs]: improve slot scope auto exposing "params" behaviour by [@&#8203;renatodeleao](https://github.com/renatodeleao) in https://github.com/vuejs/test-utils/pull/1924 - \[docs]: fix broken slots documentation by [@&#8203;miguel-tzab](https://github.com/miguel-tzab) in https://github.com/vuejs/test-utils/pull/1926 #### Chore - chore(deps): update vitest to v0.25.4 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/vuejs/test-utils/pull/1896 - chore(deps): update vitest to v0.25.5 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/vuejs/test-utils/pull/1897 - chore(deps): update all non-major dependencies by [@&#8203;renovate](https://github.com/renovate) in https://github.com/vuejs/test-utils/pull/1898 - chore(deps): update dependency prettier to v2.8.1 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/vuejs/test-utils/pull/1900 - chore(deps): update all non-major dependencies by [@&#8203;renovate](https://github.com/renovate) in https://github.com/vuejs/test-utils/pull/1901 - chore(deps): update vitest to v0.25.6 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/vuejs/test-utils/pull/1902 - chore: add stackblitz link and envinfo to issue template by [@&#8203;cexbrayat](https://github.com/cexbrayat) in https://github.com/vuejs/test-utils/pull/1906 - chore(deps): update vite (major) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/vuejs/test-utils/pull/1907 - chore(deps): update vitest to v0.25.7 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/vuejs/test-utils/pull/1908 - chore(deps): update dependency unplugin-vue-components to v0.22.12 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/vuejs/test-utils/pull/1909 - chore(deps): update vitest to v0.25.8 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/vuejs/test-utils/pull/1910 - chore(deps): update all non-major dependencies by [@&#8203;renovate](https://github.com/renovate) in https://github.com/vuejs/test-utils/pull/1911 - chore(deps): update dependency [@&#8203;rollup/plugin-json](https://github.com/rollup/plugin-json) to v6 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/vuejs/test-utils/pull/1915 - chore(deps): update dependency [@&#8203;rollup/plugin-commonjs](https://github.com/rollup/plugin-commonjs) to v24 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/vuejs/test-utils/pull/1916 - chore(deps): update vitest to v0.26.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/vuejs/test-utils/pull/1917 - chore(deps): update dependency vitest to v0.26.1 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/vuejs/test-utils/pull/1918 - chore(deps): update all non-major dependencies by [@&#8203;renovate](https://github.com/renovate) in https://github.com/vuejs/test-utils/pull/1919 - chore(deps): update vitest to v0.26.2 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/vuejs/test-utils/pull/1920 - chore(deps): update dependency vite to v4.0.3 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/vuejs/test-utils/pull/1921 - chore(deps): update all non-major dependencies by [@&#8203;renovate](https://github.com/renovate) in https://github.com/vuejs/test-utils/pull/1925 - chore(deps): update vitest to v0.26.3 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/vuejs/test-utils/pull/1927 - chore(deps): update all non-major dependencies by [@&#8203;renovate](https://github.com/renovate) in https://github.com/vuejs/test-utils/pull/1929 #### New Contributors - [@&#8203;evandroguedes](https://github.com/evandroguedes) made their first contribution in https://github.com/vuejs/test-utils/pull/1895 - [@&#8203;renatodeleao](https://github.com/renatodeleao) made their first contribution in https://github.com/vuejs/test-utils/pull/1923 - [@&#8203;miguel-tzab](https://github.com/miguel-tzab) made their first contribution in https://github.com/vuejs/test-utils/pull/1926 **Full Changelog**: https://github.com/vuejs/test-utils/compare/v2.2.6...v2.2.7 </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-04 12:04:12 +00:00
konrad scheduled this pull request to auto merge when all checks succeed 2023-01-04 12:04:46 +00:00
renovate force-pushed renovate/vue-test-utils-2.x from 505c0d5026 to 3cde2ae8dc 2023-01-04 13:04:16 +00:00 Compare
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://2914-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://2914-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 2ca33671aa into main 2023-01-04 13:13:46 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.