Update vue monorepo #153

Merged
konrad merged 1 commits from renovate/vue-monorepo into master 2020-06-12 09:34:03 +00:00
Member

This PR contains the following updates:

Package Type Update Change
@vue/cli (source) devDependencies patch 4.4.1 -> 4.4.3
@vue/cli-plugin-babel devDependencies patch 4.4.1 -> 4.4.3
@vue/cli-plugin-eslint devDependencies patch 4.4.1 -> 4.4.3
@vue/cli-plugin-pwa devDependencies patch 4.4.1 -> 4.4.3
@vue/cli-service (source) devDependencies patch 4.4.1 -> 4.4.3
vue-router devDependencies patch 3.3.2 -> 3.3.3

Release Notes

vuejs/vue-cli

v4.4.3

Compare Source

🐛 Bug Fix
🏠 Internal
Committers: 5

v4.4.2

Compare Source

📝 Documentation
  • @vue/cli-plugin-pwa
Committers: 1
vuejs/vue-router

v3.3.3

Compare Source

Bug Fixes
Features

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.


  • 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.4.1` -> `4.4.3`](https://renovatebot.com/diffs/npm/@vue%2fcli/4.4.1/4.4.3) | | [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli) | devDependencies | patch | [`4.4.1` -> `4.4.3`](https://renovatebot.com/diffs/npm/@vue%2fcli-plugin-babel/4.4.1/4.4.3) | | [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli) | devDependencies | patch | [`4.4.1` -> `4.4.3`](https://renovatebot.com/diffs/npm/@vue%2fcli-plugin-eslint/4.4.1/4.4.3) | | [@vue/cli-plugin-pwa](https://github.com/vuejs/vue-cli) | devDependencies | patch | [`4.4.1` -> `4.4.3`](https://renovatebot.com/diffs/npm/@vue%2fcli-plugin-pwa/4.4.1/4.4.3) | | [@vue/cli-service](https://cli.vuejs.org/) ([source](https://github.com/vuejs/vue-cli)) | devDependencies | patch | [`4.4.1` -> `4.4.3`](https://renovatebot.com/diffs/npm/@vue%2fcli-service/4.4.1/4.4.3) | | [vue-router](https://github.com/vuejs/vue-router) | devDependencies | patch | [`3.3.2` -> `3.3.3`](https://renovatebot.com/diffs/npm/vue-router/3.3.2/3.3.3) | --- ### Release Notes <details> <summary>vuejs/vue-cli</summary> ### [`v4.4.3`](https://github.com/vuejs/vue-cli/blob/master/CHANGELOG.md#&#8203;443-2020-06-12) [Compare Source](https://github.com/vuejs/vue-cli/compare/v4.4.2...v4.4.3) ##### :bug: Bug Fix - `@vue/cli-plugin-eslint` - [#&#8203;5545](https://github.com/vuejs/vue-cli/pull/5545) fix(eslint-migrator): skip upgrade prompt if eslint v7 is installed ([#&#8203;5545](https://github.com/vuejs/vue-cli/issues/5545)) ([@&#8203;EzioKissshot](https://github.com/EzioKissshot)) - `@vue/cli-plugin-typescript` - [#&#8203;5539](https://github.com/vuejs/vue-cli/pull/5539) fix: correctly shim [@&#8203;vue/compiler-sfc](https://github.com/vue/compiler-sfc) for fork-ts-checker-plugin ([@&#8203;sodatea](https://github.com/sodatea)) - `@vue/cli-service` - [#&#8203;5542](https://github.com/vuejs/vue-cli/pull/5542) fix(cli-service): process the webpack failed hook in the serve command ([@&#8203;jeneser](https://github.com/jeneser)) - `@vue/cli` - [#&#8203;5540](https://github.com/vuejs/vue-cli/pull/5540) fix: add `--no-verify` to initial git commit ([@&#8203;fxxjdedd](https://github.com/fxxjdedd)) ##### :house: Internal - `@vue/babel-preset-app` - [#&#8203;5522](https://github.com/vuejs/vue-cli/pull/5522) feat(babel-preset-app): pass full config to [@&#8203;babel/preset-env](https://github.com/babel/preset-env) ([@&#8203;lucaswerkmeister](https://github.com/lucaswerkmeister)) ##### Committers: 5 - Haoqun Jiang ([@&#8203;sodatea](https://github.com/sodatea)) - Lucas Werkmeister ([@&#8203;lucaswerkmeister](https://github.com/lucaswerkmeister)) - Zhenya Zhu ([@&#8203;EzioKissshot](https://github.com/EzioKissshot)) - fxxjdedd ([@&#8203;fxxjdedd](https://github.com/fxxjdedd)) - yazhe wang ([@&#8203;jeneser](https://github.com/jeneser)) ### [`v4.4.2`](https://github.com/vuejs/vue-cli/blob/master/CHANGELOG.md#&#8203;442-2020-06-12) [Compare Source](https://github.com/vuejs/vue-cli/compare/v4.4.1...v4.4.2) ##### :memo: Documentation - `@vue/cli-plugin-pwa` - [#&#8203;5530](https://github.com/vuejs/vue-cli/pull/5530) docs: mention using `null` to ignore icons ([@&#8203;qirh](https://github.com/qirh)) ##### Committers: 1 - Saleh Alghusson ([@&#8203;qirh](https://github.com/qirh)) </details> <details> <summary>vuejs/vue-router</summary> ### [`v3.3.3`](https://github.com/vuejs/vue-router/blob/master/CHANGELOG.md#&#8203;333-httpsgithubcomvuejsvue-routercomparev332v333-2020-06-12) [Compare Source](https://github.com/vuejs/vue-router/compare/v3.3.2...v3.3.3) ##### Bug Fixes - **history:** initial redirect call onReady's onSuccess ([4d484bf](https://github.com/vuejs/vue-router/commit/4d484bf)), closes [#&#8203;3225](https://github.com/vuejs/vue-router/issues/3225) - update ja docs ([#&#8203;3214](https://github.com/vuejs/vue-router/issues/3214)) ([c05f741](https://github.com/vuejs/vue-router/commit/c05f741)) ##### Features - better wording for navigation redirected failure ([1f3aea6](https://github.com/vuejs/vue-router/commit/1f3aea6)) - **types:** RouterConfig for multiple components ([#&#8203;3217](https://github.com/vuejs/vue-router/issues/3217)) ([#&#8203;3218](https://github.com/vuejs/vue-router/issues/3218)) ([dab86c5](https://github.com/vuejs/vue-router/commit/dab86c5)) </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. Get [config help](https://github.com/renovatebot/config-help/issues) if that's undesired. --- - [ ] <!-- 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-06-12 08:00:49 +00:00
konrad merged commit 47a565121d into master 2020-06-12 09:34:03 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.