Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.5.8
->4.5.9
4.5.8
->4.5.9
4.5.8
->4.5.9
4.5.8
->4.5.9
3.4.8
->3.4.9
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:
resolutions
field in thepackage.json
: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.@vue/cli-plugin-e2e-cypress
4.5.9, then runnpm install -D cypress
oryarn 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
@vue/cli-plugin-e2e-cypress
Committers: 1
vuejs/vue-router
v3.4.9
Compare Source
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 PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.