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

Merged
konrad merged 1 commits from renovate/vue-test-utils-2.x into main 2022-07-14 07:08:51 +00:00
Member

This PR contains the following updates:

Package Type Update Change
@vue/test-utils devDependencies patch 2.0.0-rc.18 -> 2.0.2

Release Notes

vuejs/test-utils

v2.0.2

Compare Source

What's Changed

Fixes
Docs
Chore/Other

New Contributors

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.0.1...v2.0.2

v2.0.1

Compare Source

Test Utils is quite stable now, so most of the changes here are minor fixes.

The next "big ticket" feature will be SSR support. You can track it here: https://github.com/vuejs/test-utils/pull/1572

Fixes

Chores/Dependencies

#### New Contributors * @​dcrall made their first contribution in https://github.com/vuejs/test-utils/pull/1535 * @​snoozbuster made their first contribution in https://github.com/vuejs/test-utils/pull/1549

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.0.0...v2.0.1

v2.0.0

Compare Source

This is v2.0.0. The library is quite stable and there are not major bugs.

What's Changed

New Contributors

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.0.0-rc.21...v2.0.0

v2.0.0-rc.21

Compare Source

This is the final release candidate, unless something major comes up. We will move to 2.0.0 next release.

v2.0.0-rc.20

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.0.0-rc.19...v2.0.0-rc.20

v2.0.0-rc.19

Compare Source

Several fixes. We will move from release candidate soon, hopefully this will be the last release candidate, unless any bugs are reported!

Features

feat: Add createStubs plugin hook
feat: support custom class component

Fixes

fix: added missing find overrides
fix: support functional component props
fix: do not match component name on getter that returns component
fix: static imports
fix: findAll root nodes when using render function
fix: stop globalProperties config leak
fix: add relative imports in wrapperLike interface
fix: add methods from baseWrapper to the wrapperLike interface
fix(type): add undefined type to attributes() for missing key #​1398
fix(find): find element inside suspense with multi root elements #​1397
fix(find): find and findAll should not find itself on DOM wrappers #​1392


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 | |---|---|---|---| | [@vue/test-utils](https://github.com/vuejs/test-utils) | devDependencies | patch | [`2.0.0-rc.18` -> `2.0.2`](https://renovatebot.com/diffs/npm/@vue%2ftest-utils/2.0.0-rc.18/2.0.2) | --- ### Release Notes <details> <summary>vuejs/test-utils</summary> ### [`v2.0.2`](https://github.com/vuejs/test-utils/releases/tag/v2.0.2) [Compare Source](https://github.com/vuejs/test-utils/compare/v2.0.1...v2.0.2) #### What's Changed ##### Fixes - fix: fix typo by [@&#8203;liuzhuan](https://github.com/liuzhuan) in https://github.com/vuejs/test-utils/pull/1608 - fix: check if component unmounted in Wrapper.exists() by [@&#8203;Djaler](https://github.com/Djaler) in https://github.com/vuejs/test-utils/pull/1629 - fix: algolia appId by [@&#8203;okxiaoliang4](https://github.com/okxiaoliang4) in https://github.com/vuejs/test-utils/pull/1636 ##### Docs - docs: Documentation Update (Issue 1632) by [@&#8203;N8ers](https://github.com/N8ers) in https://github.com/vuejs/test-utils/pull/1635 ##### Chore/Other - chore(types): improve typing of emitted by [@&#8203;xanf](https://github.com/xanf) in https://github.com/vuejs/test-utils/pull/1640 - repro: type-checking issue with script setup in v2.0.1 by [@&#8203;cexbrayat](https://github.com/cexbrayat) in https://github.com/vuejs/test-utils/pull/1601 #### New Contributors - [@&#8203;liuzhuan](https://github.com/liuzhuan) made their first contribution in https://github.com/vuejs/test-utils/pull/1608 - [@&#8203;Djaler](https://github.com/Djaler) made their first contribution in https://github.com/vuejs/test-utils/pull/1629 - [@&#8203;N8ers](https://github.com/N8ers) made their first contribution in https://github.com/vuejs/test-utils/pull/1635 - [@&#8203;okxiaoliang4](https://github.com/okxiaoliang4) made their first contribution in https://github.com/vuejs/test-utils/pull/1636 **Full Changelog**: https://github.com/vuejs/test-utils/compare/v2.0.1...v2.0.2 ### [`v2.0.1`](https://github.com/vuejs/test-utils/releases/tag/v2.0.1) [Compare Source](https://github.com/vuejs/test-utils/compare/v2.0.0...v2.0.1) Test Utils is quite stable now, so most of the changes here are minor fixes. The next "big ticket" feature will be SSR support. You can track it here: https://github.com/vuejs/test-utils/pull/1572 #### Fixes - fix(compat): declare RouterLinkStub as compatibility mode 3 by [@&#8203;snoozbuster](https://github.com/snoozbuster) in https://github.com/vuejs/test-utils/pull/1549 - fix(types): Export BaseWrapper from index.ts by [@&#8203;snoozbuster](https://github.com/snoozbuster) in https://github.com/vuejs/test-utils/pull/1548 - fix: export package.json from module by [@&#8203;snoozbuster](https://github.com/snoozbuster) in https://github.com/vuejs/test-utils/pull/1542 - fix(utils): getRootNodes flattens only one depth of children by [@&#8203;cexbrayat](https://github.com/cexbrayat) in https://github.com/vuejs/test-utils/pull/1546 - fix(compat): respect v-model in vue 2 with compat build by [@&#8203;snoozbuster](https://github.com/snoozbuster) in https://github.com/vuejs/test-utils/pull/1565 #### Chores/Dependencies - chore(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 5.27.0 to 5.27.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/vuejs/test-utils/pull/1583 - chore: add return type to createStub by [@&#8203;cexbrayat](https://github.com/cexbrayat) in https://github.com/vuejs/test-utils/pull/1544 - chore: lockfile maintenance by [@&#8203;cexbrayat](https://github.com/cexbrayat) in https://github.com/vuejs/test-utils/pull/1543 - chore(deps-dev): bump [@&#8203;vue/compiler-sfc](https://github.com/vue/compiler-sfc) from 3.2.34 to 3.2.36 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/vuejs/test-utils/pull/1527 - chore: bump vue to v3.2.26 by [@&#8203;cexbrayat](https://github.com/cexbrayat) in https://github.com/vuejs/test-utils/pull/1545 - chore(deps-dev): bump vue-tsc from 0.34.15 to 0.34.16 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/vuejs/test-utils/pull/1532 - chore(deps-dev): bump rollup from 2.74.1 to 2.75.5 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/vuejs/test-utils/pull/1564 - chore(deps-dev): bump lint-staged from 12.4.2 to 13.0.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/vuejs/test-utils/pull/1563 - chore(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 17.0.35 to 17.0.38 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/vuejs/test-utils/pull/1562 - chore(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 5.26.0 to 5.27.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/vuejs/test-utils/pull/1556 - chore(deps-dev): bump vue-tsc from 0.34.16 to 0.35.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/vuejs/test-utils/pull/1555 - chore(deps-dev): bump [@&#8203;babel/types](https://github.com/babel/types) from 7.18.2 to 7.18.4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/vuejs/test-utils/pull/1551 - chore(deps-dev): bump [@&#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 5.26.0 to 5.27.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/vuejs/test-utils/pull/1553 - chore(deps-dev): bump rollup-plugin-typescript2 from 0.31.2 to 0.32.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/vuejs/test-utils/pull/1566 - chore(find): extend tests with deep nested multiple roots by [@&#8203;freakzlike](https://github.com/freakzlike) in https://github.com/vuejs/test-utils/pull/1569 - chore(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 17.0.38 to 17.0.39 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/vuejs/test-utils/pull/1570 - chore(deps-dev): bump eslint from 8.16.0 to 8.17.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/vuejs/test-utils/pull/1579 - chore(deps-dev): bump typescript from 4.6.4 to 4.7.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/vuejs/test-utils/pull/1578 - chore(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 17.0.39 to 17.0.40 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/vuejs/test-utils/pull/1576 - chore(deps-dev): bump [@&#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 5.27.0 to 5.27.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/vuejs/test-utils/pull/1582 - chore: update Vue to 3.2.37 by [@&#8203;lmiller1990](https://github.com/lmiller1990) in https://github.com/vuejs/test-utils/pull/1585 - chore(deps-dev): bump rollup from 2.75.5 to 2.75.6 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/vuejs/test-utils/pull/1586 - chore(deps-dev): bump babel-preset-jest from 28.0.2 to 28.1.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/vuejs/test-utils/pull/1588 - chore(deps-dev): bump lint-staged from 13.0.0 to 13.0.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/vuejs/test-utils/pull/1591 - chore(deps-dev): bump vue-router from 4.0.15 to 4.0.16 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/vuejs/test-utils/pull/1593 - chore(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 5.27.1 to 5.28.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/vuejs/test-utils/pull/1598 - chore(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 17.0.40 to 17.0.42 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/vuejs/test-utils/pull/1594 - chore(deps-dev): bump [@&#8203;babel/core](https://github.com/babel/core) from 7.18.2 to 7.18.5 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/vuejs/test-utils/pull/1596 - chore(deps-dev): bump [@&#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 5.27.1 to 5.28.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/vuejs/test-utils/pull/1595 - chore(deps-dev): bump rollup-plugin-typescript2 from 0.32.0 to 0.32.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/vuejs/test-utils/pull/1587 - chore(deps-dev): bump prettier from 2.6.2 to 2.7.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/vuejs/test-utils/pull/1600 </details> #### New Contributors * @&#8203;dcrall made their first contribution in https://github.com/vuejs/test-utils/pull/1535 * @&#8203;snoozbuster made their first contribution in https://github.com/vuejs/test-utils/pull/1549 **Full Changelog**: https://github.com/vuejs/test-utils/compare/v2.0.0...v2.0.1 ### [`v2.0.0`](https://github.com/vuejs/test-utils/releases/tag/v2.0.0) [Compare Source](https://github.com/vuejs/test-utils/compare/v2.0.0-rc.21...v2.0.0) This is v2.0.0. The library is quite stable and there are not major bugs. #### What's Changed - Fix/emitted events cache by [@&#8203;BrettLargent](https://github.com/BrettLargent) in https://github.com/vuejs/test-utils/pull/1449 - fix: string slot null ctx in renderFn by [@&#8203;braddialpad](https://github.com/braddialpad) in https://github.com/vuejs/test-utils/pull/1462 - fix: wrapper.element with nested multiple roots by [@&#8203;freakzlike](https://github.com/freakzlike) in https://github.com/vuejs/test-utils/pull/1463 - fix: fix module resolution for esm file by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vuejs/test-utils/pull/1484 - regression: [#&#8203;1476](https://github.com/vuejs/test-utils/issues/1476) reactive prop object compare by [@&#8203;freakzlike](https://github.com/freakzlike) in https://github.com/vuejs/test-utils/pull/1479 - fix: Pass props to functional component by [@&#8203;freakzlike](https://github.com/freakzlike) in https://github.com/vuejs/test-utils/pull/1513 - fix(wrapper): fix wrapper.element for component with slot by [@&#8203;xanf](https://github.com/xanf) in https://github.com/vuejs/test-utils/pull/1497 - fix(findComponent): allow finding top-level component by [@&#8203;xanf](https://github.com/xanf) in https://github.com/vuejs/test-utils/pull/1496 - chore: bump to vue v3.2.34 by [@&#8203;cexbrayat](https://github.com/cexbrayat) in https://github.com/vuejs/test-utils/pull/1510 #### New Contributors - [@&#8203;BrettLargent](https://github.com/BrettLargent) made their first contribution in https://github.com/vuejs/test-utils/pull/1449 - [@&#8203;braddialpad](https://github.com/braddialpad) made their first contribution in https://github.com/vuejs/test-utils/pull/1462 - [@&#8203;sheremet-va](https://github.com/sheremet-va) made their first contribution in https://github.com/vuejs/test-utils/pull/1484 **Full Changelog**: https://github.com/vuejs/test-utils/compare/v2.0.0-rc.21...v2.0.0 ### [`v2.0.0-rc.21`](https://github.com/vuejs/test-utils/releases/tag/v2.0.0-rc.21) [Compare Source](https://github.com/vuejs/test-utils/compare/v2.0.0-rc.20...v2.0.0-rc.21) This is the final release candidate, unless something major comes up. We will move to 2.0.0 next release. - [chore: Bump vue 3.2.33](https://github.com/vuejs/test-utils/pull/1442) - [chore: Bump vue 3.2.33](https://github.com/vuejs/test-utils/pull/1442) - [chore: add test](https://github.com/vuejs/test-utils/pull/1441) - [fix: forward Ref prop on mount](https://github.com/vuejs/test-utils/commit/7059cff968bff33b9fc290fe77984afd3fc3f4b2) - [fix: disable stubs for built-in components on shallow](https://github.com/vuejs/test-utils/commit/eb8284530eacd36ce5435fccffe9d45a761b503f) ### [`v2.0.0-rc.20`](https://github.com/vuejs/test-utils/releases/tag/v2.0.0-rc.20) [Compare Source](https://github.com/vuejs/test-utils/compare/v2.0.0-rc.19...v2.0.0-rc.20) #### What's Changed - fix: make imports in wrapperLike relative (again) by [@&#8203;catrope](https://github.com/catrope) in https://github.com/vuejs/test-utils/pull/1401 - fix: remove compilerOptions from config by [@&#8203;cexbrayat](https://github.com/cexbrayat) in https://github.com/vuejs/test-utils/pull/1408 - docs: add RouterLinkStub to api docs by [@&#8203;aethr](https://github.com/aethr) in https://github.com/vuejs/test-utils/pull/1391 - chore: bump to vue v3.2.32 by [@&#8203;cexbrayat](https://github.com/cexbrayat) in https://github.com/vuejs/test-utils/pull/1418 (fixes bug in `shallowMount`) #### New Contributors - [@&#8203;celiavelmar](https://github.com/celiavelmar) made their first contribution in https://github.com/vuejs/test-utils/pull/1395 - [@&#8203;catrope](https://github.com/catrope) made their first contribution in https://github.com/vuejs/test-utils/pull/1401 **Full Changelog**: https://github.com/vuejs/test-utils/compare/v2.0.0-rc.19...v2.0.0-rc.20 ### [`v2.0.0-rc.19`](https://github.com/vuejs/test-utils/releases/tag/v2.0.0-rc.19) [Compare Source](https://github.com/vuejs/test-utils/compare/v2.0.0-rc.18...v2.0.0-rc.19) Several fixes. We will move from release candidate soon, hopefully this will be the last release candidate, unless any bugs are reported! #### Features [feat: Add createStubs plugin hook](https://github.com/vuejs/test-utils/commit/2abdbb80a4e15c0fb04a30f07d1c4c48872a97c8) [feat: support custom class component](https://github.com/vuejs/test-utils/commit/54c27fcfd47d4519722d96bb2cac30f787058456) #### Fixes [fix: added missing find overrides](https://github.com/vuejs/test-utils/commit/17d5984ce7149eba89f1169f0b5d8da908673bc8) [fix: support functional component props](https://github.com/vuejs/test-utils/commit/2872e51a8e56b8f7bd7786c0856d8351a489d52c) [fix: do not match component name on getter that returns component](https://github.com/vuejs/test-utils/commit/c3046b6d89862713167dd1e8557236d6e438f0ca) [fix: static imports](https://github.com/vuejs/test-utils/commit/54359e5debfaa75bedb3f913b90f92cc30004158) [fix: findAll root nodes when using render function](https://github.com/vuejs/test-utils/commit/77994a08c70e4163fd70bb9dd4195d5d015d4849) [fix: stop globalProperties config leak](https://github.com/vuejs/test-utils/commit/e5a331c84b9341fe3568d8466a34cb85b8a5b612) [fix: add relative imports in wrapperLike interface](https://github.com/vuejs/test-utils/commit/8aa45a6c2f95969f819daf5c7aedaa551c019890) [fix: add methods from baseWrapper to the wrapperLike interface](https://github.com/vuejs/test-utils/commit/9ece6290fc6b50d201bd8b26d23e2f55089b0902) [fix(type): add undefined type to attributes() for missing key](https://github.com/vuejs/test-utils/commit/5666ca4718e3f1672709cc42671165fefce7140d) [#&#8203;1398](https://github.com/vuejs/test-utils/issues/1398) [fix(find): find element inside suspense with multi root elements](https://github.com/vuejs/test-utils/commit/794b192c964e8418acf49a1f71bdf1d460b9ac2a) [#&#8203;1397](https://github.com/vuejs/test-utils/issues/1397) [fix(find): find and findAll should not find itself on DOM wrappers](https://github.com/vuejs/test-utils/commit/19232231bde7199738b834d5e55d7973d5acbbfa) [#&#8203;1392](https://github.com/vuejs/test-utils/issues/1392) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMTEuMiIsInVwZGF0ZWRJblZlciI6IjMyLjExMS4yIn0=-->
renovate added the
dependencies
label 2022-07-13 22:03:01 +00:00
renovate added 1 commit 2022-07-13 22:03:02 +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://2123-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://2123-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 c9d6dc8e8e into main 2022-07-14 07:08:51 +00:00
konrad deleted branch renovate/vue-test-utils-2.x 2022-07-14 07:08:51 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.