Skip to content

Update vue monorepo

Mend Renovate requested to merge renovate/vue-monorepo into master

WhiteSource Renovate

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
@vue/cli-plugin-babel 4.5.8 -> 4.5.9 age adoption passing confidence
@vue/cli-plugin-eslint 4.5.8 -> 4.5.9 age adoption passing confidence
@vue/cli-plugin-router 4.5.8 -> 4.5.9 age adoption passing confidence
@vue/cli-plugin-typescript 4.5.8 -> 4.5.9 age adoption passing confidence
@vue/cli-plugin-vuex 4.5.8 -> 4.5.9 age adoption passing confidence
@vue/cli-service (source) 4.5.8 -> 4.5.9 age adoption passing confidence
vue-router 3.4.8 -> 3.4.9 age adoption passing confidence
vuex 3.5.1 -> 3.6.0 age adoption passing confidence

Release Notes

vuejs/vue-cli

v4.5.9

Compare Source

This version updates the Cypress plugin, allows users to update to a new version of Cypress on their own. Due to backward compatibility concerns, @vue/cli-plugin-e2e-cypress 4.x always comes with a Cypress 3 dependency, and won't be updated until CLI v5 releases. But now that Cypress has shipped several new major versions in the past year, bringing many interesting new features such as cross-browser testing, you may want to try out a new version. As of this release, there now are 2 ways to update the Cypress dependency in the project:

  1. (Yarn users only) Add a resolutions field in the package.json:
{
  "resolutions": {
    "cypress": "^5.6.0"
  }
}

Then run yarn again to install the new dependencies. This will keep exactly one Cypress copy in the project so it's the recommended approach.

  1. Ensure you are on @vue/cli-plugin-e2e-cypress 4.5.9, then run npm install -D cypress or yarn add -D cypress in the project. This will install the latest Cypress version to your project root, and the Vue CLI plugin will refer to it when executing the test:e2e task. A drawback of this approach is that cypress@3 will still be downloaded during the dependency installation process, even it's useless now. Though, it is only a temporary problem as we are trying to keep the plugin's backward compatibility, and will be soon fixed with an upcoming v5 release.

🚀 New Features
Committers: 1
vuejs/vue-router

v3.4.9

Compare Source

Bug Fixes
vuejs/vuex

v3.6.0

Compare Source

Bug Fixes
Features

3.5.1 (2020-06-29)

Bug Fixes

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by WhiteSource Renovate. View repository job log here.

Edited by Mend Renovate

Merge request reports