Update vue monorepo to v4.5.2 #208

Merged
konrad merged 1 commits from renovate/vue-monorepo into master 2020-08-10 09:31:33 +00:00
Member

This PR contains the following updates:

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

Release Notes

vuejs/vue-cli

v4.5.2

Compare Source

🐛 Bug Fix
  • @vue/cli-plugin-typescript
📝 Documentation
  • @vue/babel-preset-app, @vue/cli-plugin-e2e-nightwatch, @vue/cli-plugin-eslint, @vue/cli-plugin-typescript, @vue/cli-service, @vue/cli
🏠 Internal
  • @vue/babel-preset-app, @vue/cli-plugin-e2e-nightwatch, @vue/cli-plugin-eslint, @vue/cli-plugin-typescript, @vue/cli-service, @vue/cli
Committers: 3

v4.5.1

Compare Source

🚀 New Features
  • @vue/cli-plugin-e2e-webdriverio, @vue/cli-shared-utils, @vue/cli
  • @vue/cli-service
    • #​5725 feat: implement a migrator that removes vue-cli-plugin-next as it's no longer needed (@​sodatea)
🐛 Bug Fix
  • @vue/cli-plugin-typescript
  • @vue/cli
  • @vue/cli-service
🏠 Internal
🔨 Underlying Tools
  • @vue/babel-preset-app, @vue/cli-plugin-babel, @vue/cli-plugin-e2e-nightwatch, @vue/cli-plugin-e2e-webdriverio, @vue/cli-plugin-typescript, @vue/cli-plugin-unit-jest, @vue/cli-service, @vue/cli-test-utils
Committers: 6

v4.5.0

Compare Source

🚀 New Features
  • @vue/babel-preset-app, @vue/cli-plugin-babel, @vue/cli-plugin-eslint, @vue/cli-plugin-router, @vue/cli-plugin-typescript, @vue/cli-plugin-unit-jest, @vue/cli-plugin-unit-mocha, @vue/cli-plugin-vuex, @vue/cli-service, @vue/cli-test-utils, @vue/cli-ui, @vue/cli
  • @vue/cli-plugin-typescript
  • @vue/cli-service, @vue/cli-test-utils, @vue/cli
  • @vue/cli-plugin-typescript, @vue/cli-service
  • @vue/cli-service, @vue/cli
🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 7

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.4.6` -> `4.5.2`](https://renovatebot.com/diffs/npm/@vue%2fcli/4.4.6/4.5.2) | | [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli) | devDependencies | minor | [`4.4.6` -> `4.5.2`](https://renovatebot.com/diffs/npm/@vue%2fcli-plugin-babel/4.4.6/4.5.2) | | [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli) | devDependencies | minor | [`4.4.6` -> `4.5.2`](https://renovatebot.com/diffs/npm/@vue%2fcli-plugin-eslint/4.4.6/4.5.2) | | [@vue/cli-plugin-pwa](https://github.com/vuejs/vue-cli) | devDependencies | minor | [`4.4.6` -> `4.5.2`](https://renovatebot.com/diffs/npm/@vue%2fcli-plugin-pwa/4.4.6/4.5.2) | | [@vue/cli-service](https://cli.vuejs.org/) ([source](https://github.com/vuejs/vue-cli)) | devDependencies | minor | [`4.4.6` -> `4.5.2`](https://renovatebot.com/diffs/npm/@vue%2fcli-service/4.4.6/4.5.2) | --- ### Release Notes <details> <summary>vuejs/vue-cli</summary> ### [`v4.5.2`](https://github.com/vuejs/vue-cli/blob/master/CHANGELOG.md#&#8203;452-2020-08-10) [Compare Source](https://github.com/vuejs/vue-cli/compare/v4.5.1...v4.5.2) ##### :bug: Bug Fix - `@vue/cli-plugin-typescript` - [#&#8203;5768](https://github.com/vuejs/vue-cli/pull/5768) fix: no longer need a shim for fork-ts-checker vue 3 support ([@&#8203;sodatea](https://github.com/sodatea)) ##### :memo: Documentation - `@vue/babel-preset-app`, `@vue/cli-plugin-e2e-nightwatch`, `@vue/cli-plugin-eslint`, `@vue/cli-plugin-typescript`, `@vue/cli-service`, `@vue/cli` - [#&#8203;5694](https://github.com/vuejs/vue-cli/pull/5694) [Fix] common misspelling errors ([@&#8203;Necmttn](https://github.com/Necmttn)) ##### :house: Internal - `@vue/babel-preset-app`, `@vue/cli-plugin-e2e-nightwatch`, `@vue/cli-plugin-eslint`, `@vue/cli-plugin-typescript`, `@vue/cli-service`, `@vue/cli` - [#&#8203;5694](https://github.com/vuejs/vue-cli/pull/5694) [Fix] common misspelling errors ([@&#8203;Necmttn](https://github.com/Necmttn)) ##### Committers: 3 - Alexander Sokolov ([@&#8203;Alex-Sokolov](https://github.com/Alex-Sokolov)) - Haoqun Jiang ([@&#8203;sodatea](https://github.com/sodatea)) - Necmettin Karakaya ([@&#8203;Necmttn](https://github.com/Necmttn)) ### [`v4.5.1`](https://github.com/vuejs/vue-cli/blob/master/CHANGELOG.md#&#8203;451-2020-08-06) [Compare Source](https://github.com/vuejs/vue-cli/compare/v4.5.0...v4.5.1) ##### :rocket: New Features - `@vue/cli-plugin-e2e-webdriverio`, `@vue/cli-shared-utils`, `@vue/cli` - [#&#8203;5479](https://github.com/vuejs/vue-cli/pull/5479) feat(e2e-webdriverio): add e2e plugin for WebdriverIO ([@&#8203;christian-bromann](https://github.com/christian-bromann)) - `@vue/cli-service` - [#&#8203;5725](https://github.com/vuejs/vue-cli/pull/5725) feat: implement a migrator that removes `vue-cli-plugin-next` as it's no longer needed ([@&#8203;sodatea](https://github.com/sodatea)) ##### :bug: Bug Fix - `@vue/cli-plugin-typescript` - [#&#8203;5731](https://github.com/vuejs/vue-cli/pull/5731) fix: fix skipLibCheck default value for `vue create` ([@&#8203;sodatea](https://github.com/sodatea)) - [#&#8203;5722](https://github.com/vuejs/vue-cli/pull/5722) fix: use fork-ts-checker-webpack-plugin v5 for vue 3 type checking ([@&#8203;sodatea](https://github.com/sodatea)) - `@vue/cli` - [#&#8203;5744](https://github.com/vuejs/vue-cli/pull/5744) fix: ignore `.svn/**` when reading and writing files ([@&#8203;sodatea](https://github.com/sodatea)) - [#&#8203;5736](https://github.com/vuejs/vue-cli/pull/5736) fix(e2e): shouldn't install webdrivers for unchecked browsers on creation ([@&#8203;sodatea](https://github.com/sodatea)) - `@vue/cli-service` - [#&#8203;5718](https://github.com/vuejs/vue-cli/pull/5718) fix: make vue-loader-v16 an optional dependency, avoid crashing npm 5 ([@&#8203;sodatea](https://github.com/sodatea)) ##### :house: Internal - `@vue/cli-service` - [#&#8203;5759](https://github.com/vuejs/vue-cli/pull/5759) chore: update type definition test ([@&#8203;jamesgeorge007](https://github.com/jamesgeorge007)) - [#&#8203;5735](https://github.com/vuejs/vue-cli/pull/5735) refactor(cli-service): webpack `devtool` option ([@&#8203;jeneser](https://github.com/jeneser)) ##### :hammer: Underlying Tools - `@vue/babel-preset-app`, `@vue/cli-plugin-babel`, `@vue/cli-plugin-e2e-nightwatch`, `@vue/cli-plugin-e2e-webdriverio`, `@vue/cli-plugin-typescript`, `@vue/cli-plugin-unit-jest`, `@vue/cli-service`, `@vue/cli-test-utils` - [#&#8203;5742](https://github.com/vuejs/vue-cli/pull/5742) chore: dependency maintenance ([@&#8203;sodatea](https://github.com/sodatea)) ##### Committers: 6 - Booker Zhao ([@&#8203;binggg](https://github.com/binggg)) - Christian Bromann ([@&#8203;christian-bromann](https://github.com/christian-bromann)) - Haoqun Jiang ([@&#8203;sodatea](https://github.com/sodatea)) - James George ([@&#8203;jamesgeorge007](https://github.com/jamesgeorge007)) - Renato Vicente ([@&#8203;Renato66](https://github.com/Renato66)) - Yazhe Wang ([@&#8203;jeneser](https://github.com/jeneser)) ### [`v4.5.0`](https://github.com/vuejs/vue-cli/blob/master/CHANGELOG.md#&#8203;450-2020-07-24) [Compare Source](https://github.com/vuejs/vue-cli/compare/v4.4.6...v4.5.0) ##### :rocket: New Features - `@vue/babel-preset-app`, `@vue/cli-plugin-babel`, `@vue/cli-plugin-eslint`, `@vue/cli-plugin-router`, `@vue/cli-plugin-typescript`, `@vue/cli-plugin-unit-jest`, `@vue/cli-plugin-unit-mocha`, `@vue/cli-plugin-vuex`, `@vue/cli-service`, `@vue/cli-test-utils`, `@vue/cli-ui`, `@vue/cli` - [#&#8203;5637](https://github.com/vuejs/vue-cli/pull/5637) feat: allow choosing vue version on creation (and in presets) ([@&#8203;sodatea](https://github.com/sodatea)) - `@vue/cli-plugin-typescript` - [#&#8203;5688](https://github.com/vuejs/vue-cli/pull/5688) feat: add `skipLibCheck` option in the TS template (defaults to `true`) ([@&#8203;sodatea](https://github.com/sodatea)) - `@vue/cli-service`, `@vue/cli-test-utils`, `@vue/cli` - [#&#8203;5356](https://github.com/vuejs/vue-cli/pull/5356) feat(cli,cli-service,cli-test-utils): add ts declaration ([@&#8203;fangbinwei](https://github.com/fangbinwei)) - `@vue/cli-plugin-typescript`, `@vue/cli-service` - [#&#8203;5570](https://github.com/vuejs/vue-cli/pull/5570) feat: detect and compile Vue 3 projects ([@&#8203;sodatea](https://github.com/sodatea)) - `@vue/cli-service`, `@vue/cli` - [#&#8203;5556](https://github.com/vuejs/vue-cli/pull/5556) feat: support node nightly builds ([@&#8203;sodatea](https://github.com/sodatea)) ##### :bug: Bug Fix - `@vue/cli-service` - [#&#8203;5681](https://github.com/vuejs/vue-cli/pull/5681) Fix Kubernetes container detection ([@&#8203;lbogdan](https://github.com/lbogdan)) - `@vue/babel-preset-app` - [#&#8203;5543](https://github.com/vuejs/vue-cli/pull/5543) fix: better error message for non-existent polyfill names ([@&#8203;sodatea](https://github.com/sodatea)) ##### :memo: Documentation - [#&#8203;5671](https://github.com/vuejs/vue-cli/pull/5671) docs(zh): change line to lines in plugin-dev.md ([@&#8203;zhouxinyong](https://github.com/zhouxinyong)) - [#&#8203;5668](https://github.com/vuejs/vue-cli/pull/5668) docs(zh): `additionalData` example for sass-loader 9.0 ([@&#8203;chuzhixin](https://github.com/chuzhixin)) - [#&#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/cli-shared-utils` - [#&#8203;5700](https://github.com/vuejs/vue-cli/pull/5700) refactor: use console.clear to clear the log ([@&#8203;imtaotao](https://github.com/imtaotao)) - `@vue/cli-service`, `@vue/cli` - [#&#8203;5629](https://github.com/vuejs/vue-cli/pull/5629) refactor: replace jscodeshift with vue-codemod ([@&#8203;sodatea](https://github.com/sodatea)) ##### Committers: 7 - Arthur ([@&#8203;imtaotao](https://github.com/imtaotao)) - Binwei Fang ([@&#8203;fangbinwei](https://github.com/fangbinwei)) - Bogdan Luca ([@&#8203;lbogdan](https://github.com/lbogdan)) - Drew Bragg ([@&#8203;DRBragg](https://github.com/DRBragg)) - Haoqun Jiang ([@&#8203;sodatea](https://github.com/sodatea)) - good luck ([@&#8203;chuzhixin](https://github.com/chuzhixin)) - vimvinter ([@&#8203;zhouxinyong](https://github.com/zhouxinyong)) </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-08-10 09:01:36 +00:00
renovate added 1 commit 2020-08-10 09:01:43 +00:00
continuous-integration/drone/pr Build is passing Details
278c8cb5ee
Update vue monorepo to v4.5.2
konrad merged commit 4173c549b5 into master 2020-08-10 09:31:33 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.