$ the-wire · showcase
create-vue bumps @vue/test-utils to ^2.5.0
By RepoJournal · Filed · About Vue.js
create-vue updated its non-major dependencies, advancing @vue/test-utils from ^2.4.11 to ^2.5.0.
The create-vue scaffolding tool refreshed its dependency set as part of a routine maintenance pass [1]. @vue/test-utils moves from ^2.4.11 to ^2.5.0, which means new projects scaffolded with create-vue will install the latest 2.x line of the testing library.
No breaking changes are reported in this dependency bump, and no behavior changes are noted beyond the version range update. If you generate a fresh Vue project today, your test setup will resolve to test-utils 2.5.0 or later within the semver range.
Action items
- → Run create-vue to scaffold a new project and verify your test suite still passes with @vue/test-utils 2.5.0 vuejs/create-vue [monitor]
References
- [1] chore(deps): update all non-major dependencies ↗ vuejs/create-vue