Update vue monorepo to v4.4.1 #140

Merged
konrad merged 1 commits from renovate/vue-monorepo into master 2020-05-27 08:47:31 +00:00
Member

This PR contains the following updates:

Package Type Update Change
@vue/cli (source) devDependencies minor 4.3.1 -> 4.4.1
@vue/cli-plugin-babel devDependencies minor 4.3.1 -> 4.4.1
@vue/cli-plugin-eslint devDependencies minor 4.3.1 -> 4.4.1
@vue/cli-plugin-pwa devDependencies minor 4.3.1 -> 4.4.1
@vue/cli-service (source) devDependencies minor 4.3.1 -> 4.4.1

Release Notes

vuejs/vue-cli

v4.4.1

Compare Source

🐛 Bug Fix
📝 Documentation
🏠 Internal
  • @vue/babel-preset-app
Committers: 3

v4.4.0

Compare Source

🚀 New Features
  • @vue/cli
    • #​5498 feat(plugin-api): expose inquirer to prompts.js, allowing custom prompt types (@​sodatea)
  • @vue/cli-service
🐛 Bug Fix
  • @vue/cli-service, @vue/cli-shared-utils
  • @vue/cli-plugin-unit-jest
    • #​5499 fix(unit-jest): fix .vue coverage report when babel plugin is not enabled (@​sodatea)
  • @vue/cli
    • #​5497 fix: allow specifying plugin version when calling vue add (@​sodatea)
    • #​5493 fix(ui): the logs from creator should be displayed in the UI (@​sodatea)
    • #​5472 fix(creator): do not override the README.md generated by plugins (@​sodatea)
    • #​5395 Update ProjectPackageManager.js upgrade() method: manage multiple package names separated by spaces (@​motla)
    • #​5424 fix: normalize the file argument of transformScript, fix Windows compatibility (@​sodatea)
  • @vue/cli-plugin-unit-mocha
  • @vue/cli-service
  • @vue/cli-plugin-eslint
  • @vue/cli-shared-utils
  • @vue/cli-plugin-e2e-nightwatch
📝 Documentation
🏠 Internal
  • @vue/babel-preset-app, @vue/cli-plugin-babel, @vue/cli-plugin-e2e-nightwatch, @vue/cli-plugin-eslint, @vue/cli-plugin-typescript, @vue/cli-plugin-unit-jest, @vue/cli-plugin-unit-mocha, @vue/cli-plugin-vuex, @vue/cli-service, @vue/cli-ui-addon-webpack, @vue/cli-ui, @vue/cli
Committers: 14

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, as Gitea does not support ignoring PRs.


  • 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 | minor | [`4.3.1` -> `4.4.1`](https://renovatebot.com/diffs/npm/@vue%2fcli/4.3.1/4.4.1) | | [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli) | devDependencies | minor | [`4.3.1` -> `4.4.1`](https://renovatebot.com/diffs/npm/@vue%2fcli-plugin-babel/4.3.1/4.4.1) | | [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli) | devDependencies | minor | [`4.3.1` -> `4.4.1`](https://renovatebot.com/diffs/npm/@vue%2fcli-plugin-eslint/4.3.1/4.4.1) | | [@vue/cli-plugin-pwa](https://github.com/vuejs/vue-cli) | devDependencies | minor | [`4.3.1` -> `4.4.1`](https://renovatebot.com/diffs/npm/@vue%2fcli-plugin-pwa/4.3.1/4.4.1) | | [@vue/cli-service](https://cli.vuejs.org/) ([source](https://github.com/vuejs/vue-cli)) | devDependencies | minor | [`4.3.1` -> `4.4.1`](https://renovatebot.com/diffs/npm/@vue%2fcli-service/4.3.1/4.4.1) | --- ### Release Notes <details> <summary>vuejs/vue-cli</summary> ### [`v4.4.1`](https://github.com/vuejs/vue-cli/blob/master/CHANGELOG.md#&#8203;441-2020-05-25) [Compare Source](https://github.com/vuejs/vue-cli/compare/v4.4.0...v4.4.1) ##### :bug: Bug Fix - `@vue/babel-preset-app` - [#&#8203;5513](https://github.com/vuejs/vue-cli/pull/5513) refactor: improve the polyfill importing logic of modern mode ([@&#8203;sodatea](https://github.com/sodatea)) - `@vue/cli` - [#&#8203;5502](https://github.com/vuejs/vue-cli/pull/5502) fix(cli): fix the creation log ([@&#8203;sodatea](https://github.com/sodatea)) ##### :memo: Documentation - [#&#8203;5408](https://github.com/vuejs/vue-cli/pull/5408) docs: explain pwa head/manifest icons ([@&#8203;DRBragg](https://github.com/DRBragg)) ##### :house: Internal - `@vue/babel-preset-app` - [#&#8203;5513](https://github.com/vuejs/vue-cli/pull/5513) refactor: improve the polyfill importing logic of modern mode ([@&#8203;sodatea](https://github.com/sodatea)) ##### Committers: 3 - Alexander Sokolov ([@&#8203;Alex-Sokolov](https://github.com/Alex-Sokolov)) - Drew Bragg ([@&#8203;DRBragg](https://github.com/DRBragg)) - Haoqun Jiang ([@&#8203;sodatea](https://github.com/sodatea)) ### [`v4.4.0`](https://github.com/vuejs/vue-cli/blob/master/CHANGELOG.md#&#8203;440-2020-05-19) [Compare Source](https://github.com/vuejs/vue-cli/compare/v4.3.1...v4.4.0) ##### :rocket: New Features - `@vue/cli` - [#&#8203;5498](https://github.com/vuejs/vue-cli/pull/5498) feat(plugin-api): expose `inquirer` to prompts.js, allowing custom prompt types ([@&#8203;sodatea](https://github.com/sodatea)) - `@vue/cli-service` - [#&#8203;5376](https://github.com/vuejs/vue-cli/pull/5376) feat(cli-service) add stdin flag to build ([@&#8203;sickp](https://github.com/sickp)) ##### :bug: Bug Fix - `@vue/cli-service`, `@vue/cli-shared-utils` - [#&#8203;5500](https://github.com/vuejs/vue-cli/pull/5500) fix: should throw errors if there is bad require() in vue.config.js ([@&#8203;sodatea](https://github.com/sodatea)) - `@vue/cli-plugin-unit-jest` - [#&#8203;5499](https://github.com/vuejs/vue-cli/pull/5499) fix(unit-jest): fix .vue coverage report when babel plugin is not enabled ([@&#8203;sodatea](https://github.com/sodatea)) - `@vue/cli` - [#&#8203;5497](https://github.com/vuejs/vue-cli/pull/5497) fix: allow specifying plugin version when calling `vue add` ([@&#8203;sodatea](https://github.com/sodatea)) - [#&#8203;5493](https://github.com/vuejs/vue-cli/pull/5493) fix(ui): the logs from creator should be displayed in the UI ([@&#8203;sodatea](https://github.com/sodatea)) - [#&#8203;5472](https://github.com/vuejs/vue-cli/pull/5472) fix(creator): do not override the README.md generated by plugins ([@&#8203;sodatea](https://github.com/sodatea)) - [#&#8203;5395](https://github.com/vuejs/vue-cli/pull/5395) Update ProjectPackageManager.js upgrade() method: manage multiple package names separated by spaces ([@&#8203;motla](https://github.com/motla)) - [#&#8203;5424](https://github.com/vuejs/vue-cli/pull/5424) fix: normalize the `file` argument of `transformScript`, fix Windows compatibility ([@&#8203;sodatea](https://github.com/sodatea)) - `@vue/cli-plugin-unit-mocha` - [#&#8203;5473](https://github.com/vuejs/vue-cli/pull/5473) fixed --inspect-brk flag clobbering other values ([@&#8203;tommyo](https://github.com/tommyo)) - `@vue/cli-service` - [#&#8203;4800](https://github.com/vuejs/vue-cli/pull/4800) fix(serve): pass devServer sockPath properly to client ([@&#8203;AlbertBrand](https://github.com/AlbertBrand)) - `@vue/cli-plugin-eslint` - [#&#8203;5455](https://github.com/vuejs/vue-cli/pull/5455) fix(eslint): invalidate the cache when `.eslintignore` changes ([@&#8203;godkun](https://github.com/godkun)) - `@vue/cli-shared-utils` - [#&#8203;5390](https://github.com/vuejs/vue-cli/pull/5390) fix: set timeout of openChrome.applescript ([@&#8203;374632897](https://github.com/374632897)) - `@vue/cli-plugin-e2e-nightwatch` - [#&#8203;5387](https://github.com/vuejs/vue-cli/pull/5387) [cli-plugin-e2e-nightwatch] fixing globals.js import ([@&#8203;aberonni](https://github.com/aberonni)) ##### :memo: Documentation - Other - [#&#8203;5408](https://github.com/vuejs/vue-cli/pull/5408) docs: explain pwa head/manifest icons ([@&#8203;DRBragg](https://github.com/DRBragg)) - [#&#8203;5312](https://github.com/vuejs/vue-cli/pull/5312) Make Heroku resource link accessible ([@&#8203;Timibadass](https://github.com/Timibadass)) - [#&#8203;5300](https://github.com/vuejs/vue-cli/pull/5300) Update cli-service.md ([@&#8203;Akenokoru](https://github.com/Akenokoru)) - `@vue/babel-preset-app` - [#&#8203;5282](https://github.com/vuejs/vue-cli/pull/5282) docs: update polyfill names according to core-js 3 ([@&#8203;sodatea](https://github.com/sodatea)) ##### :house: Internal - `@vue/babel-preset-app`, `@vue/cli-plugin-babel`, `@vue/cli-plugin-e2e-nightwatch`, `@vue/cli-plugin-eslint`, `@vue/cli-plugin-typescript`, `@vue/cli-plugin-unit-jest`, `@vue/cli-plugin-unit-mocha`, `@vue/cli-plugin-vuex`, `@vue/cli-service`, `@vue/cli-ui-addon-webpack`, `@vue/cli-ui`, `@vue/cli` - [#&#8203;5496](https://github.com/vuejs/vue-cli/pull/5496) chore: dependency maintenance ([@&#8203;sodatea](https://github.com/sodatea)) ##### Committers: 14 - Adrian B. Danieli ([@&#8203;sickp](https://github.com/sickp)) - Albert Brand ([@&#8203;AlbertBrand](https://github.com/AlbertBrand)) - Alexander Sokolov ([@&#8203;Alex-Sokolov](https://github.com/Alex-Sokolov)) - Domenico Gemoli ([@&#8203;aberonni](https://github.com/aberonni)) - Drew Bragg ([@&#8203;DRBragg](https://github.com/DRBragg)) - Haoqun Jiang ([@&#8203;sodatea](https://github.com/sodatea)) - Jiang Guoxi ([@&#8203;374632897](https://github.com/374632897)) - Romain ([@&#8203;motla](https://github.com/motla)) - Stefano Bartoletti ([@&#8203;stefano-b](https://github.com/stefano-b)) - Timi Omoyeni ([@&#8203;Timibadass](https://github.com/Timibadass)) - [@&#8203;Akenokoru](https://github.com/Akenokoru) - [@&#8203;epixian](https://github.com/epixian) - [@&#8203;tommyo](https://github.com/tommyo) - 杨昆 ([@&#8203;godkun](https://github.com/godkun)) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :ghost: **Immortal**: This PR will be recreated if closed unmerged, as Gitea does not support ignoring PRs. --- - [ ] <!-- 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-05-27 02:00:53 +00:00
konrad merged commit 58eec4939e into master 2020-05-27 08:47:31 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.