mobxjs / mobx-vue-lite

Lightweight Vue 3 bindings for MobX based on Composition API.
MIT License
69 stars 3 forks source link

Update dependency @vue/test-utils to v2.0.1 #119

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vue/test-utils 2.0.0 -> 2.0.1 age adoption passing confidence

Release Notes

vuejs/test-utils ### [`v2.0.1`](https://togithub.com/vuejs/test-utils/releases/tag/v2.0.1) [Compare Source](https://togithub.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](https://togithub.com/vuejs/test-utils/pull/1572) #### Fixes - fix(compat): declare RouterLinkStub as compatibility mode 3 by [@​snoozbuster](https://togithub.com/snoozbuster) in [https://github.com/vuejs/test-utils/pull/1549](https://togithub.com/vuejs/test-utils/pull/1549) - fix(types): Export BaseWrapper from index.ts by [@​snoozbuster](https://togithub.com/snoozbuster) in [https://github.com/vuejs/test-utils/pull/1548](https://togithub.com/vuejs/test-utils/pull/1548) - fix: export package.json from module by [@​snoozbuster](https://togithub.com/snoozbuster) in [https://github.com/vuejs/test-utils/pull/1542](https://togithub.com/vuejs/test-utils/pull/1542) - fix(utils): getRootNodes flattens only one depth of children by [@​cexbrayat](https://togithub.com/cexbrayat) in [https://github.com/vuejs/test-utils/pull/1546](https://togithub.com/vuejs/test-utils/pull/1546) - fix(compat): respect v-model in vue 2 with compat build by [@​snoozbuster](https://togithub.com/snoozbuster) in [https://github.com/vuejs/test-utils/pull/1565](https://togithub.com/vuejs/test-utils/pull/1565) #### Chores/Dependencies - chore(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 5.27.0 to 5.27.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/vuejs/test-utils/pull/1583](https://togithub.com/vuejs/test-utils/pull/1583) - chore: add return type to createStub by [@​cexbrayat](https://togithub.com/cexbrayat) in [https://github.com/vuejs/test-utils/pull/1544](https://togithub.com/vuejs/test-utils/pull/1544) - chore: lockfile maintenance by [@​cexbrayat](https://togithub.com/cexbrayat) in [https://github.com/vuejs/test-utils/pull/1543](https://togithub.com/vuejs/test-utils/pull/1543) - chore(deps-dev): bump [@​vue/compiler-sfc](https://togithub.com/vue/compiler-sfc) from 3.2.34 to 3.2.36 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/vuejs/test-utils/pull/1527](https://togithub.com/vuejs/test-utils/pull/1527) - chore: bump vue to v3.2.26 by [@​cexbrayat](https://togithub.com/cexbrayat) in [https://github.com/vuejs/test-utils/pull/1545](https://togithub.com/vuejs/test-utils/pull/1545) - chore(deps-dev): bump vue-tsc from 0.34.15 to 0.34.16 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/vuejs/test-utils/pull/1532](https://togithub.com/vuejs/test-utils/pull/1532) - chore(deps-dev): bump rollup from 2.74.1 to 2.75.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/vuejs/test-utils/pull/1564](https://togithub.com/vuejs/test-utils/pull/1564) - chore(deps-dev): bump lint-staged from 12.4.2 to 13.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/vuejs/test-utils/pull/1563](https://togithub.com/vuejs/test-utils/pull/1563) - chore(deps-dev): bump [@​types/node](https://togithub.com/types/node) from 17.0.35 to 17.0.38 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/vuejs/test-utils/pull/1562](https://togithub.com/vuejs/test-utils/pull/1562) - chore(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 5.26.0 to 5.27.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/vuejs/test-utils/pull/1556](https://togithub.com/vuejs/test-utils/pull/1556) - chore(deps-dev): bump vue-tsc from 0.34.16 to 0.35.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/vuejs/test-utils/pull/1555](https://togithub.com/vuejs/test-utils/pull/1555) - chore(deps-dev): bump [@​babel/types](https://togithub.com/babel/types) from 7.18.2 to 7.18.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/vuejs/test-utils/pull/1551](https://togithub.com/vuejs/test-utils/pull/1551) - chore(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.26.0 to 5.27.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/vuejs/test-utils/pull/1553](https://togithub.com/vuejs/test-utils/pull/1553) - chore(deps-dev): bump rollup-plugin-typescript2 from 0.31.2 to 0.32.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/vuejs/test-utils/pull/1566](https://togithub.com/vuejs/test-utils/pull/1566) - chore(find): extend tests with deep nested multiple roots by [@​freakzlike](https://togithub.com/freakzlike) in [https://github.com/vuejs/test-utils/pull/1569](https://togithub.com/vuejs/test-utils/pull/1569) - chore(deps-dev): bump [@​types/node](https://togithub.com/types/node) from 17.0.38 to 17.0.39 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/vuejs/test-utils/pull/1570](https://togithub.com/vuejs/test-utils/pull/1570) - chore(deps-dev): bump eslint from 8.16.0 to 8.17.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/vuejs/test-utils/pull/1579](https://togithub.com/vuejs/test-utils/pull/1579) - chore(deps-dev): bump typescript from 4.6.4 to 4.7.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/vuejs/test-utils/pull/1578](https://togithub.com/vuejs/test-utils/pull/1578) - chore(deps-dev): bump [@​types/node](https://togithub.com/types/node) from 17.0.39 to 17.0.40 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/vuejs/test-utils/pull/1576](https://togithub.com/vuejs/test-utils/pull/1576) - chore(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.27.0 to 5.27.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/vuejs/test-utils/pull/1582](https://togithub.com/vuejs/test-utils/pull/1582) - chore: update Vue to 3.2.37 by [@​lmiller1990](https://togithub.com/lmiller1990) in [https://github.com/vuejs/test-utils/pull/1585](https://togithub.com/vuejs/test-utils/pull/1585) - chore(deps-dev): bump rollup from 2.75.5 to 2.75.6 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/vuejs/test-utils/pull/1586](https://togithub.com/vuejs/test-utils/pull/1586) - chore(deps-dev): bump babel-preset-jest from 28.0.2 to 28.1.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/vuejs/test-utils/pull/1588](https://togithub.com/vuejs/test-utils/pull/1588) - chore(deps-dev): bump lint-staged from 13.0.0 to 13.0.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/vuejs/test-utils/pull/1591](https://togithub.com/vuejs/test-utils/pull/1591) - chore(deps-dev): bump vue-router from 4.0.15 to 4.0.16 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/vuejs/test-utils/pull/1593](https://togithub.com/vuejs/test-utils/pull/1593) - chore(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 5.27.1 to 5.28.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/vuejs/test-utils/pull/1598](https://togithub.com/vuejs/test-utils/pull/1598) - chore(deps-dev): bump [@​types/node](https://togithub.com/types/node) from 17.0.40 to 17.0.42 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/vuejs/test-utils/pull/1594](https://togithub.com/vuejs/test-utils/pull/1594) - chore(deps-dev): bump [@​babel/core](https://togithub.com/babel/core) from 7.18.2 to 7.18.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/vuejs/test-utils/pull/1596](https://togithub.com/vuejs/test-utils/pull/1596) - chore(deps-dev): bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.27.1 to 5.28.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/vuejs/test-utils/pull/1595](https://togithub.com/vuejs/test-utils/pull/1595) - chore(deps-dev): bump rollup-plugin-typescript2 from 0.32.0 to 0.32.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/vuejs/test-utils/pull/1587](https://togithub.com/vuejs/test-utils/pull/1587) - chore(deps-dev): bump prettier from 2.6.2 to 2.7.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/vuejs/test-utils/pull/1600](https://togithub.com/vuejs/test-utils/pull/1600)

New Contributors

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


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.



This PR has been generated by Mend Renovate. View repository job log here.