Update vue monorepo to v4.5.9 #301

Merged
konrad merged 1 commits from renovate/vue-monorepo into master 2020-11-17 09:32:43 +00:00
Member

This PR contains the following updates:

Package Type Update Change
@vue/cli (source) devDependencies patch 4.5.8 -> 4.5.9
@vue/cli-plugin-babel devDependencies patch 4.5.8 -> 4.5.9
@vue/cli-plugin-eslint devDependencies patch 4.5.8 -> 4.5.9
@vue/cli-plugin-pwa devDependencies patch 4.5.8 -> 4.5.9
@vue/cli-service (source) devDependencies patch 4.5.8 -> 4.5.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:

  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

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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@vue/cli](https://cli.vuejs.org/) ([source](https://github.com/vuejs/vue-cli)) | devDependencies | patch | [`4.5.8` -> `4.5.9`](https://renovatebot.com/diffs/npm/@vue%2fcli/4.5.8/4.5.9) | | [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli) | devDependencies | patch | [`4.5.8` -> `4.5.9`](https://renovatebot.com/diffs/npm/@vue%2fcli-plugin-babel/4.5.8/4.5.9) | | [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli) | devDependencies | patch | [`4.5.8` -> `4.5.9`](https://renovatebot.com/diffs/npm/@vue%2fcli-plugin-eslint/4.5.8/4.5.9) | | [@vue/cli-plugin-pwa](https://github.com/vuejs/vue-cli) | devDependencies | patch | [`4.5.8` -> `4.5.9`](https://renovatebot.com/diffs/npm/@vue%2fcli-plugin-pwa/4.5.8/4.5.9) | | [@vue/cli-service](https://cli.vuejs.org/) ([source](https://github.com/vuejs/vue-cli)) | devDependencies | patch | [`4.5.8` -> `4.5.9`](https://renovatebot.com/diffs/npm/@vue%2fcli-service/4.5.8/4.5.9) | --- ### Release Notes <details> <summary>vuejs/vue-cli</summary> ### [`v4.5.9`](https://github.com/vuejs/vue-cli/releases/v4.5.9) [Compare Source](https://github.com/vuejs/vue-cli/compare/v4.5.8...v4.5.9) 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`: ```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. 2. 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. * * * ##### :rocket: New Features - `@vue/cli-plugin-e2e-cypress` - [#&#8203;6062](https://github.com/vuejs/vue-cli/pull/6062) fix(cypress): allow users to update cypress ([@&#8203;elevatebart](https://github.com/elevatebart)) ##### Committers: 1 - Barthélémy Ledoux ([@&#8203;elevatebart](https://github.com/elevatebart)) </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added the
dependencies
label 2020-11-17 07:01:04 +00:00
renovate added 1 commit 2020-11-17 07:01:10 +00:00
continuous-integration/drone/pr Build is passing Details
f77fbaddd5
Update vue monorepo to v4.5.9
konrad merged commit 24c9ea6202 into master 2020-11-17 09:32:43 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.