Skip to content

Vue-CLI 4.2.2

Compare
Choose a tag to compare
@TheJaredWilcurt TheJaredWilcurt released this 19 Feb 17:52
812c3a1

Changes:

  • Updated Vue-Test-Utils to Beta 31 and updated tests to use the new async approach.
  • Updated to Vue-CLI 4.2.2 which allowed the removal of the following 12 dependencies that are now handled by the Vue-CLI service:
    • babel-core
    • babel-jest
    • babel-plugin-dynamic-import-node
    • babel-plugin-transform-runtime
    • babel-preset-env
    • babel-preset-stage-2
    • babel-preset-vue-app
    • jest
    • jest-environment-jsdom
    • jest-environment-jsdom-global
    • jest-transform-stub
    • vue-jest
  • Updated all dependencies/devDependencies to latest
    • Includes Vue-CLI 4.2.2
    • Includes Chrome 80
    • Includes Node 13.8.0
  • Jest config now extends from a Vue-CLI preset, making the file much smaller/simpler
  • Updated snapshot tests to pass in wrapper instead of wrapper.html() to give the serializer better control when creating the snapshot.

Diffs against previous releases:

Missing features:

  • E2E Testing (accepting PRs)