Closed renovate[bot] closed 4 years ago
This PR contains the following updates:
^3.9.2
^4.0.0
^3.9.0
^3.11.0
^3.9.3
: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.
:no_bell: Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by WhiteSource Renovate. View repository job log here.
This PR contains the following updates:
^3.9.2
->^4.0.0
^3.9.0
->^4.0.0
^3.11.0
->^4.0.0
^3.9.0
->^4.0.0
^3.9.0
->^4.0.0
^3.9.3
->^4.0.0
Release Notes
vuejs/vue-cli
### [`v4.3.1`](https://togithub.com/vuejs/vue-cli/blob/master/CHANGELOG.md#431-2020-04-07) [Compare Source](https://togithub.com/vuejs/vue-cli/compare/v4.3.0...v4.3.1) ##### :bug: Bug Fix - `@vue/cli-plugin-eslint` - [#5363](https://togithub.com/vuejs/vue-cli/pull/5363) fix(eslint-migrator): fix local eslint major version detection ([@sodatea](https://togithub.com/sodatea)) - `@vue/cli` - [#5360](https://togithub.com/vuejs/vue-cli/pull/5360) fix: run migrator in a separator process, fix require cache issues during upgrade ([@sodatea](https://togithub.com/sodatea)) ##### Committers: 1 - Haoqun Jiang ([@sodatea](https://togithub.com/sodatea)) ### [`v4.3.0`](https://togithub.com/vuejs/vue-cli/blob/master/CHANGELOG.md#430-2020-04-01) [Compare Source](https://togithub.com/vuejs/vue-cli/compare/v4.2.3...v4.3.0) ##### :rocket: New Features - `@vue/cli-plugin-unit-mocha` - [#5294](https://togithub.com/vuejs/vue-cli/pull/5294) feat(service): Allow mocha unit tests debugger to be bound to a specified IP and port ([@darrylkuhn](https://togithub.com/darrylkuhn)) - `@vue/babel-preset-app` - [#5322](https://togithub.com/vuejs/vue-cli/pull/5322) feat: enable `bugfixes` option for babel by default ([@sodatea](https://togithub.com/sodatea)) - `@vue/cli-service` - [#5293](https://togithub.com/vuejs/vue-cli/pull/5293) support vue.config.cjs ([@simon300000](https://togithub.com/simon300000)) - [#3886](https://togithub.com/vuejs/vue-cli/pull/3886) feat: wc entry accepts multiple file patterns splited by ',' ([@manico](https://togithub.com/manico)) - `@vue/cli` - [#5212](https://togithub.com/vuejs/vue-cli/pull/5212) feat(vue-cli): Choosing to save as a preset tells you where it is saved ([@jaireina](https://togithub.com/jaireina)) - `@vue/cli-plugin-typescript` - [#5170](https://togithub.com/vuejs/vue-cli/pull/5170) feat: use [@vue/compiler-sfc](https://togithub.com/vue/compiler-sfc) as a compiler for TS if available ([@cexbrayat](https://togithub.com/cexbrayat)) - `@vue/cli-plugin-eslint`, `@vue/cli-service-global`, `@vue/cli-ui-addon-widgets` - [#5241](https://togithub.com/vuejs/vue-cli/pull/5241) feat: ease the default `no-console` severity to `warn` ([@sodatea](https://togithub.com/sodatea)) - `@vue/cli-service`, `@vue/cli-ui-addon-webpack`, `@vue/cli-ui-addon-widgets`, `@vue/cli-ui` - [#5233](https://togithub.com/vuejs/vue-cli/pull/5233) feat: add "not dead" to the default browserslist query ([@sodatea](https://togithub.com/sodatea)) - `@vue/cli-plugin-router` - [#4805](https://togithub.com/vuejs/vue-cli/pull/4805) types(router): added router array type for Array RouteConfig ([@manuelojeda](https://togithub.com/manuelojeda)) ##### :bug: Bug Fix - `@vue/cli-shared-utils` - [#5315](https://togithub.com/vuejs/vue-cli/pull/5315) fix: avoid process hanging when trying to get Chrome version ([@sodatea](https://togithub.com/sodatea)) - [#5264](https://togithub.com/vuejs/vue-cli/pull/5264) fix false positive of `hasProjectNpm` ([@sodatea](https://togithub.com/sodatea)) - `@vue/cli-ui` - [#5290](https://togithub.com/vuejs/vue-cli/pull/5290) fix(cli-ui): build task defaults should respect outputDir option from config file (Closes [#2639](https://togithub.com/vuejs/vue-cli/issues/2639)) ([@LinusBorg](https://togithub.com/LinusBorg)) - `@vue/cli-service` - [#5320](https://togithub.com/vuejs/vue-cli/pull/5320) fix: spawn scripts with node, fix modern mode with Yarn 2 (Berry) ([@sodatea](https://togithub.com/sodatea)) - [#5247](https://togithub.com/vuejs/vue-cli/pull/5247) fix(target-lib): fix dynamic public path in a dynamic chunk in Firefox ([@sodatea](https://togithub.com/sodatea)) - `@vue/cli-plugin-pwa` - [#5087](https://togithub.com/vuejs/vue-cli/pull/5087) feat(pwa): Check for null or undefined in iconPaths ([@janispritzkau](https://togithub.com/janispritzkau)) - `@vue/cli-plugin-eslint` - [#5242](https://togithub.com/vuejs/vue-cli/pull/5242) fix: fix severity config in ui ([@sodatea](https://togithub.com/sodatea)) - `@vue/babel-preset-app` - [#5236](https://togithub.com/vuejs/vue-cli/pull/5236) fix(babel-preset-app): avoid corejs warning when useBuiltIns is false ([@LeBenLeBen](https://togithub.com/LeBenLeBen)) ##### :memo: Documentation - [#5243](https://togithub.com/vuejs/vue-cli/pull/5243) docs: add warning on client side environment variables ([@sodatea](https://togithub.com/sodatea)) - [#5231](https://togithub.com/vuejs/vue-cli/pull/5231) Update plugin-dev.md ([@yeyan1996](https://togithub.com/yeyan1996)) ##### :house: Internal - `@vue/cli-service-global` - [#5319](https://togithub.com/vuejs/vue-cli/pull/5319) chore(cli-service-global): remove direct dependency on `@vue/babel-preset-app` ([@sodatea](https://togithub.com/sodatea)) - `@vue/cli-service` - [#5305](https://togithub.com/vuejs/vue-cli/pull/5305) refactor: simplify config loading by skipping `fs.existsSync` check ([@sodatea](https://togithub.com/sodatea)) - `@vue/cli` - [#5228](https://togithub.com/vuejs/vue-cli/pull/5228) test: e2e test case for command suggestion logic ([@jamesgeorge007](https://togithub.com/jamesgeorge007)) - [#5238](https://togithub.com/vuejs/vue-cli/pull/5238) Improve package.json not found error ([@barbeque](https://togithub.com/barbeque)) ##### :hammer: Underlying Tools - `@vue/cli-plugin-eslint` - [#5273](https://togithub.com/vuejs/vue-cli/pull/5273) chore(eslint): bump minimum required eslint-loader version to support ESLint 6 ([@megos](https://togithub.com/megos)) ##### Committers: 15 - Benoît Burgener ([@LeBenLeBen](https://togithub.com/LeBenLeBen)) - Cédric Exbrayat ([@cexbrayat](https://togithub.com/cexbrayat)) - Darryl Kuhn ([@darrylkuhn](https://togithub.com/darrylkuhn)) - George Tsiolis ([@gtsiolis](https://togithub.com/gtsiolis)) - Haoqun Jiang ([@sodatea](https://togithub.com/sodatea)) - Jadranko Dragoje ([@manico](https://togithub.com/manico)) - Jair Reina ([@jaireina](https://togithub.com/jaireina)) - James George ([@jamesgeorge007](https://togithub.com/jamesgeorge007)) - Janis Pritzkau ([@janispritzkau](https://togithub.com/janispritzkau)) - Manuel Ojeda ([@manuelojeda](https://togithub.com/manuelojeda)) - Mike ([@barbeque](https://togithub.com/barbeque)) - Thorsten Lünborg ([@LinusBorg](https://togithub.com/LinusBorg)) - megos ([@megos](https://togithub.com/megos)) - simon3000 ([@simon300000](https://togithub.com/simon300000)) - 夜宴 ([@yeyan1996](https://togithub.com/yeyan1996)) ### [`v4.2.3`](https://togithub.com/vuejs/vue-cli/blob/master/CHANGELOG.md#423-2020-02-27) [Compare Source](https://togithub.com/vuejs/vue-cli/compare/v4.2.2...v4.2.3) ##### :bug: Bug Fix - `@vue/cli` - [#5163](https://togithub.com/vuejs/vue-cli/pull/5163) fix "Vue packages version mismatch" error caused by other global packages ([@sodatea](https://togithub.com/sodatea)) - [#5202](https://togithub.com/vuejs/vue-cli/pull/5202) fix(GeneratorAPI): remove warning when using extendPackage with prune ([@cexbrayat](https://togithub.com/cexbrayat)) - `@vue/cli-service-global` - [#5196](https://togithub.com/vuejs/vue-cli/pull/5196) fix(cli-service-global): fix no-debugger rule config ([@sodatea](https://togithub.com/sodatea)) ##### :memo: Documentation - [#5224](https://togithub.com/vuejs/vue-cli/pull/5224) Update mode-and-env.md ([@derline](https://togithub.com/derline)) - [#5184](https://togithub.com/vuejs/vue-cli/pull/5184) Remove unnecessary hyphen ([@dehero](https://togithub.com/dehero)) - [#5209](https://togithub.com/vuejs/vue-cli/pull/5209) docs(zh): update example format ([@defead](https://togithub.com/defead)) - [#5141](https://togithub.com/vuejs/vue-cli/pull/5141) docs(zh): Update now 404 url ([@xiaohp](https://togithub.com/xiaohp)) - [#5176](https://togithub.com/vuejs/vue-cli/pull/5176) Added basic upgrading instructions ([@Uninen](https://togithub.com/Uninen)) - [#5157](https://togithub.com/vuejs/vue-cli/pull/5157) docs(zh): fix typos ([@maomao1996](https://togithub.com/maomao1996)) ##### :house: Internal - `@vue/cli` - [#5166](https://togithub.com/vuejs/vue-cli/pull/5166) chore: switch over to leven for command suggestion ([@jamesgeorge007](https://togithub.com/jamesgeorge007)) ##### Committers: 9 - Cédric Exbrayat ([@cexbrayat](https://togithub.com/cexbrayat)) - Haoqun Jiang ([@sodatea](https://togithub.com/sodatea)) - James George ([@jamesgeorge007](https://togithub.com/jamesgeorge007)) - Ville Säävuori ([@Uninen](https://togithub.com/Uninen)) - Xiao Haiping ([@xiaohp](https://togithub.com/xiaohp)) - [@defead](https://togithub.com/defead) - [@dehero](https://togithub.com/dehero) - [@derline](https://togithub.com/derline) - 茂茂 ([@maomao1996](https://togithub.com/maomao1996)) ### [`v4.2.2`](https://togithub.com/vuejs/vue-cli/blob/master/CHANGELOG.md#422-2020-02-07) [Compare Source](https://togithub.com/vuejs/vue-cli/compare/v4.2.1...v4.2.2) ##### :bug: Bug Fix - `@vue/cli` - [0d0168b](https://togithub.com/vuejs/vue-cli/commit/0d0168b) fix(ui): fix the incorrect RegExp used for CORS check ([@sodatea](https://togithub.com/sodatea)) ### [`v4.2.1`](https://togithub.com/vuejs/vue-cli/blob/master/CHANGELOG.md#421-2020-02-07) [Compare Source](https://togithub.com/vuejs/vue-cli/compare/v4.2.0...v4.2.1) ##### :bug: Bug Fix - `@vue/cli-ui` - [776275d](https://togithub.com/vuejs/vue-cli/commit/776275d) fix: add graphql-server.js to npm files ([@sodatea](https://togithub.com/sodatea)) ##### :memo: Documentation - [#5126](https://togithub.com/vuejs/vue-cli/pull/5126) fix(docs): new travis CLI interface ([@iliyaZelenko](https://togithub.com/iliyaZelenko)) - [#5122](https://togithub.com/vuejs/vue-cli/pull/5122) Add a demo for multiple loaders (Chinese doc) ([@FrankFang](https://togithub.com/FrankFang)) - [#5094](https://togithub.com/vuejs/vue-cli/pull/5094) docs: [RU] Translation update ([@Alex-Sokolov](https://togithub.com/Alex-Sokolov)) - [#5081](https://togithub.com/vuejs/vue-cli/pull/5081) line 47 according to english version ([@defead](https://togithub.com/defead)) - [#5076](https://togithub.com/vuejs/vue-cli/pull/5076) Add a demo for multiple loaders ([@FrankFang](https://togithub.com/FrankFang)) - [#5079](https://togithub.com/vuejs/vue-cli/pull/5079) Mention that Vue CLI should be installed in Prototyping guide ([@NataliaTepluhina](https://togithub.com/NataliaTepluhina)) - [#5078](https://togithub.com/vuejs/vue-cli/pull/5078) Fix a typo in migration guide ([@NataliaTepluhina](https://togithub.com/NataliaTepluhina)) - [#5055](https://togithub.com/vuejs/vue-cli/pull/5055) docs: mention the precedence of `.vue` & `.ts(x)` extensions ([@sodatea](https://togithub.com/sodatea)) - [#5019](https://togithub.com/vuejs/vue-cli/pull/5019) Updated zh-cn translation in cli section ([@mactanxin](https://togithub.com/mactanxin)) ##### Committers: 8 - Alexander Sokolov ([@Alex-Sokolov](https://togithub.com/Alex-Sokolov)) - Frank Fang ([@FrankFang](https://togithub.com/FrankFang)) - Haoqun Jiang ([@sodatea](https://togithub.com/sodatea)) - Natalia Tepluhina ([@NataliaTepluhina](https://togithub.com/NataliaTepluhina)) - Xin Tan ([@mactanxin](https://togithub.com/mactanxin)) - [@defead](https://togithub.com/defead) - Илья ([@iliyaZelenko](https://togithub.com/iliyaZelenko)) - 小新 ([@llccing](https://togithub.com/llccing)) ### [`v4.2.0`](https://togithub.com/vuejs/vue-cli/blob/master/CHANGELOG.md#420-2020-02-07) [Compare Source](https://togithub.com/vuejs/vue-cli/compare/v4.1.2...v4.2.0) ##### :rocket: New Features - `@vue/cli-plugin-babel`, `@vue/cli-plugin-eslint`, `@vue/cli-plugin-typescript`, `@vue/cli` - [#5149](https://togithub.com/vuejs/vue-cli/pull/5149) feat(GeneratorAPI): allow passing options to `api.extendPackage` ([@sodatea](https://togithub.com/sodatea)) - `@vue/cli-plugin-unit-jest`, `@vue/cli-plugin-unit-mocha` - [#5147](https://togithub.com/vuejs/vue-cli/pull/5147) feat: create projects with [@vue/test-utils](https://togithub.com/vue/test-utils) beta 31 ([@sodatea](https://togithub.com/sodatea)) - `@vue/cli-ui`, `@vue/cli` - [#5134](https://togithub.com/vuejs/vue-cli/pull/5134) feat: lock minor versions when creating projects / adding plugins ([@sodatea](https://togithub.com/sodatea)) - `@vue/cli-plugin-typescript`, `@vue/cli-ui` - [#5128](https://togithub.com/vuejs/vue-cli/pull/5128) feat: upgrade to typescript@~3.7.5 ([@sodatea](https://togithub.com/sodatea)) - `@vue/cli` - [#5091](https://togithub.com/vuejs/vue-cli/pull/5091) feat: `vue upgrade` monorepo support, `--from` option, and a new `vue migrate --from` command ([@sodatea](https://togithub.com/sodatea)) - [#4828](https://togithub.com/vuejs/vue-cli/pull/4828) feat: add option `--merge` to `create` command ([@zyy7259](https://togithub.com/zyy7259)) - `@vue/cli-service` - [#4953](https://togithub.com/vuejs/vue-cli/pull/4953) feat: adds transparent PnP support to Webpack ([@arcanis](https://togithub.com/arcanis)) - [#2411](https://togithub.com/vuejs/vue-cli/pull/2411) feat(cli): add `--stdin` flag to serve ([@nullpilot](https://togithub.com/nullpilot)) - `@vue/babel-preset-app`, `@vue/cli-plugin-e2e-nightwatch`, `@vue/cli-plugin-eslint`, `@vue/cli-plugin-pwa`, `@vue/cli-ui-addon-webpack`, `@vue/cli-ui-addon-widgets`, `@vue/cli-ui`, `@vue/cli` - [#4933](https://togithub.com/vuejs/vue-cli/pull/4933) feat: upgrade to eslint 6 ([@sodatea](https://togithub.com/sodatea)) - `@vue/cli-service`, `@vue/cli-shared-utils`, `@vue/cli` - [#4827](https://togithub.com/vuejs/vue-cli/pull/4827) feat: respect existing package.json ([@zyy7259](https://togithub.com/zyy7259)) - `@vue/babel-preset-app` - [#4959](https://togithub.com/vuejs/vue-cli/pull/4959) feat: specify babel runtime version ([@zyy7259](https://togithub.com/zyy7259)) - `@vue/cli-service-global` - [#5029](https://togithub.com/vuejs/vue-cli/pull/5029) feat: don't throw on console/debugger statements for `vue serve` ([@sodatea](https://togithub.com/sodatea)) ##### :bug: Bug Fix - `@vue/cli-shared-utils`, `@vue/cli` - [#5150](https://togithub.com/vuejs/vue-cli/pull/5150) fix: should infer package manager from config if there's no lockfile in the project ([@sodatea](https://togithub.com/sodatea)) - [#5045](https://togithub.com/vuejs/vue-cli/pull/5045) refactor: use a plain http request to get package metadata ([@sodatea](https://togithub.com/sodatea)) - `@vue/cli` - [#5062](https://togithub.com/vuejs/vue-cli/pull/5062) fix `afterInvoke`/`onCreateComplete` callbacks in Migrator ([@sodatea](https://togithub.com/sodatea)) - [#5038](https://togithub.com/vuejs/vue-cli/pull/5038) fix: `extendPackage` dependency versions should be string ([@pksunkara](https://togithub.com/pksunkara)) - `@vue/cli-ui`, `@vue/cli` - [#4985](https://togithub.com/vuejs/vue-cli/pull/4985) fix(CORS): only allow connections from the designated host ([@Akryum](https://togithub.com/Akryum)) - [#5142](https://togithub.com/vuejs/vue-cli/pull/5142) fix(CORS): fixup [#4985](https://togithub.com/vuejs/vue-cli/issues/4985), allow same-origin ws requests of any domain ([@sodatea](https://togithub.com/sodatea)) - `@vue/cli-plugin-e2e-cypress` - [#5108](https://togithub.com/vuejs/vue-cli/pull/5108) fix(e2e-cypress): make `--headless` work with `--browser chrome` ([@LinusBorg](https://togithub.com/LinusBorg)) - [#4910](https://togithub.com/vuejs/vue-cli/pull/4910) fix: comment eslint disable in cypress config ([@cexbrayat](https://togithub.com/cexbrayat)) - `@vue/cli-service` - [#5113](https://togithub.com/vuejs/vue-cli/pull/5113) fix: correctly calculate cacheIdentifier from lockfiles ([@sodatea](https://togithub.com/sodatea)) - `@vue/cli-plugin-pwa` - [#5089](https://togithub.com/vuejs/vue-cli/pull/5089) fix: pwa-plugin avoid generating manifest when path is an URL ([@tkint](https://togithub.com/tkint)) - `@vue/cli-plugin-unit-jest`, `@vue/cli-plugin-unit-mocha` - [#5028](https://togithub.com/vuejs/vue-cli/pull/5028) fix applyESLint when eslint plugin is added after unit test plugins ([@sodatea](https://togithub.com/sodatea)) - `@vue/cli-service`, `@vue/cli-test-utils` - [#5069](https://togithub.com/vuejs/vue-cli/pull/5069) Use a single websocket connection for HMR ([@lbogdan](https://togithub.com/lbogdan)) - `@vue/cli-plugin-e2e-nightwatch` - [#5016](https://togithub.com/vuejs/vue-cli/pull/5016) fix(e2e-nightwatch): check for correct flag name ([@LinusBorg](https://togithub.com/LinusBorg)) ##### :memo: Documentation - [#5019](https://togithub.com/vuejs/vue-cli/pull/5019) Updated zh-cn translation in cli section ([@mactanxin](https://togithub.com/mactanxin)) ##### :house: Internal - `@vue/babel-preset-app`, `@vue/cli-plugin-babel` - [#5133](https://togithub.com/vuejs/vue-cli/pull/5133) refactor: remove usage of deprecated babel functions, preparing for babel 8 ([@sodatea](https://togithub.com/sodatea)) - `@vue/cli-service` - [#5123](https://togithub.com/vuejs/vue-cli/pull/5123) fix: `vue-template-compiler` can be optional if `@vue/compiler-sfc` presents ([@sodatea](https://togithub.com/sodatea)) - [#5060](https://togithub.com/vuejs/vue-cli/pull/5060) refactor: use the `title` option in the html template, instead of hard-code the project name ([@sodatea](https://togithub.com/sodatea)) - `@vue/cli` - [#5110](https://togithub.com/vuejs/vue-cli/pull/5110) refactor: use env variables to set registry for package managers ([@sodatea](https://togithub.com/sodatea)) - `@vue/cli-shared-utils` - [#5092](https://togithub.com/vuejs/vue-cli/pull/5092) refactor: use `createRequire` to load/resolve modules ([@sodatea](https://togithub.com/sodatea)) - `@vue/cli-plugin-router`, `@vue/cli-plugin-typescript`, `@vue/cli-service` - [#4991](https://togithub.com/vuejs/vue-cli/pull/4991) 🎨 style: unified components' naming style ([@taoweicn](https://togithub.com/taoweicn)) ##### Committers: 17 - Alexander Sokolov ([@Alex-Sokolov](https://togithub.com/Alex-Sokolov)) - Bogdan Luca ([@lbogdan](https://togithub.com/lbogdan)) - Cédric Exbrayat ([@cexbrayat](https://togithub.com/cexbrayat)) - Dan Hogan ([@danhogan](https://togithub.com/danhogan)) - Daniel Bächtold ([@danbaechtold](https://togithub.com/danbaechtold)) - Eduardo San Martin Morote ([@posva](https://togithub.com/posva)) - Guillaume Chau ([@Akryum](https://togithub.com/Akryum)) - Haoqun Jiang ([@sodatea](https://togithub.com/sodatea)) - Marcel Lindig ([@nullpilot](https://togithub.com/nullpilot)) - Maël Nison ([@arcanis](https://togithub.com/arcanis)) - Pavan Kumar Sunkara ([@pksunkara](https://togithub.com/pksunkara)) - Tao Wei ([@taoweicn](https://togithub.com/taoweicn)) - Thomas Kint ([@tkint](https://togithub.com/tkint)) - Thorsten Lünborg ([@LinusBorg](https://togithub.com/LinusBorg)) - Xin Tan ([@mactanxin](https://togithub.com/mactanxin)) - Yingya Zhang ([@zyy7259](https://togithub.com/zyy7259)) - plantainX ([@cheqianxiao](https://togithub.com/cheqianxiao)) ### [`v4.1.2`](https://togithub.com/vuejs/vue-cli/blob/master/CHANGELOG.md#412-2019-12-28) [Compare Source](https://togithub.com/vuejs/vue-cli/compare/v4.1.1...v4.1.2) ##### :bug: Bug Fix - `@vue/cli-plugin-pwa` - [#4974](https://togithub.com/vuejs/vue-cli/pull/4974) fix: fix several bugs in the PWA plugin UI, make it usable again ([@sodatea](https://togithub.com/sodatea)) - `@vue/cli` - [#4922](https://togithub.com/vuejs/vue-cli/pull/4922) fix: should download to different directories for different presets ([@sodatea](https://togithub.com/sodatea)) - `@vue/cli-plugin-babel` - [#4924](https://togithub.com/vuejs/vue-cli/pull/4924) fix: do not throw when babel config contains ignore/include/exclude ([@sodatea](https://togithub.com/sodatea)) ##### :memo: Documentation - `@vue/cli-service-global` - [#5004](https://togithub.com/vuejs/vue-cli/pull/5004) build: fix link to homepage ([@Scrum](https://togithub.com/Scrum)) - `@vue/cli-plugin-unit-jest` - [#4754](https://togithub.com/vuejs/vue-cli/pull/4754) Update debugging instructions ([@zigomir](https://togithub.com/zigomir)) - Other - [#4976](https://togithub.com/vuejs/vue-cli/pull/4976) docs: his -> their ([@sodatea](https://togithub.com/sodatea)) - [#4973](https://togithub.com/vuejs/vue-cli/pull/4973) docs: mention navigateFallback option for PWA App Shell caching ([@clementmas](https://togithub.com/clementmas)) - [#4917](https://togithub.com/vuejs/vue-cli/pull/4917) docs: [RU] Translation update ([@Alex-Sokolov](https://togithub.com/Alex-Sokolov)) ##### :house: Internal - `@vue/cli` - [#4904](https://togithub.com/vuejs/vue-cli/pull/4904) refactor: use inline approach ([@jamesgeorge007](https://togithub.com/jamesgeorge007)) - `@vue/cli-service` - [#4909](https://togithub.com/vuejs/vue-cli/pull/4909) changed var-name `async` to `isAsync` ([@ikumargaurav](https://togithub.com/ikumargaurav)) ##### Committers: 9 - Alexander Sokolov ([@Alex-Sokolov](https://togithub.com/Alex-Sokolov)) - Haoqun Jiang ([@sodatea](https://togithub.com/sodatea)) - Ivan Demidov ([@Scrum](https://togithub.com/Scrum)) - James George ([@jamesgeorge007](https://togithub.com/jamesgeorge007)) - Jorge Moliner ([@whoisjorge](https://togithub.com/whoisjorge)) - Jun-Kyu Kim ([@x6ax6b](https://togithub.com/x6ax6b)) - Kumar Gaurav ([@ikumargaurav](https://togithub.com/ikumargaurav)) - clem ([@clementmas](https://togithub.com/clementmas)) - ziga ([@zigomir](https://togithub.com/zigomir)) ### [`v4.1.1`](https://togithub.com/vuejs/vue-cli/blob/master/CHANGELOG.md#411-2019-11-27) [Compare Source](https://togithub.com/vuejs/vue-cli/compare/v4.1.0...v4.1.1) ##### :bug: Bug Fix - `@vue/cli-plugin-typescript` - [#4894](https://togithub.com/vuejs/vue-cli/pull/4894) fix: fix tsx compilation ([@sodatea](https://togithub.com/sodatea)) ##### Committers: 1 - Haoqun Jiang ([@sodatea](https://togithub.com/sodatea)) ### [`v4.1.0`](https://togithub.com/vuejs/vue-cli/blob/master/CHANGELOG.md#410-2019-11-27) [Compare Source](https://togithub.com/vuejs/vue-cli/compare/v4.0.5...v4.1.0) ##### :rocket: New Features - `@vue/cli-plugin-pwa` - [#4736](https://togithub.com/vuejs/vue-cli/pull/4736) feat: allow use of full url for pwa manifest and icons ([@tkint](https://togithub.com/tkint)) ##### :bug: Bug Fix - `@vue/cli-shared-utils` - [#4842](https://togithub.com/vuejs/vue-cli/pull/4842) Replace chalk.reset with stripAnsi in [@vue/cli-shared-utils](https://togithub.com/vue/cli-shared-utils)/lib/logger.js ([@perakerberg](https://togithub.com/perakerberg)) - `@vue/cli` - [#4883](https://togithub.com/vuejs/vue-cli/pull/4883) fix: support `parser` option for codemods, and enable ts parsing by default ([@sodatea](https://togithub.com/sodatea)) - [#4859](https://togithub.com/vuejs/vue-cli/pull/4859) fix: invalid version error when modules not installed ([@yannbertrand](https://togithub.com/yannbertrand)) ##### :memo: Documentation - [#4820](https://togithub.com/vuejs/vue-cli/pull/4820) Update doc section on Git Hooks ([@Codermar](https://togithub.com/Codermar)) - [#4836](https://togithub.com/vuejs/vue-cli/pull/4836) docs: add warnings on CSS sideEffects ([@sodatea](https://togithub.com/sodatea)) - [#4831](https://togithub.com/vuejs/vue-cli/pull/4831) Update browser-compatibility.md ([@wenhandi](https://togithub.com/wenhandi)) - [#4716](https://togithub.com/vuejs/vue-cli/pull/4716) use gitlab CI env variable for project name ([@gregoiredx](https://togithub.com/gregoiredx)) - [#4803](https://togithub.com/vuejs/vue-cli/pull/4803) fix docs `css.loaderOptions.css.localsConvention` ([@negibouze](https://togithub.com/negibouze)) - [#4746](https://togithub.com/vuejs/vue-cli/pull/4746) Update migrating-from-v3 README typo ([@seangwright](https://togithub.com/seangwright)) ##### Committers: 11 - Haoqun Jiang ([@sodatea](https://togithub.com/sodatea)) - Jose G. Alfonso ([@Codermar](https://togithub.com/Codermar)) - Per Åkerberg ([@perakerberg](https://togithub.com/perakerberg)) - Sean G. Wright ([@seangwright](https://togithub.com/seangwright)) - Thomas Kint ([@tkint](https://togithub.com/tkint)) - Yann Bertrand ([@yannbertrand](https://togithub.com/yannbertrand)) - Yingya Zhang ([@zyy7259](https://togithub.com/zyy7259)) - Yoshiaki Itakura ([@negibouze](https://togithub.com/negibouze)) - [@arnaudvalle](https://togithub.com/arnaudvalle) - [@gregoiredx](https://togithub.com/gregoiredx) - 文翰弟 ([@wenhandi](https://togithub.com/wenhandi)) ### [`v4.0.5`](https://togithub.com/vuejs/vue-cli/blob/master/CHANGELOG.md#405-2019-10-22) [Compare Source](https://togithub.com/vuejs/vue-cli/compare/v4.0.4...v4.0.5) ##### :bug: Bug Fix - `@vue/cli` - [#4741](https://togithub.com/vuejs/vue-cli/pull/4741) fix: should tolerate cli version check error ([@sodatea](https://togithub.com/sodatea)) - [#4720](https://togithub.com/vuejs/vue-cli/pull/4720) fix: do not install core plugins that have major version bumps ([@sodatea](https://togithub.com/sodatea)) - `@vue/cli-plugin-eslint` - [#4740](https://togithub.com/vuejs/vue-cli/pull/4740) fix(eslint): autofix code style after scaffolding on older versions of cli ([@sodatea](https://togithub.com/sodatea)) - [#4728](https://togithub.com/vuejs/vue-cli/pull/4728) fix: fix eslint not found error in `vue serve` command ([@sodatea](https://togithub.com/sodatea)) - `@vue/cli-ui` - [#4739](https://togithub.com/vuejs/vue-cli/pull/4739) fix(ui): "add router" button should not require prompt in terminal ([@sodatea](https://togithub.com/sodatea)) - [#4724](https://togithub.com/vuejs/vue-cli/pull/4724) fix(ui): fix latest version check always displaying "0.1.0" ([@sodatea](https://togithub.com/sodatea)) ##### :memo: Documentation - [#4733](https://togithub.com/vuejs/vue-cli/pull/4733) Fix indentation of --inline-vue description ([@mul14](https://togithub.com/mul14)) ##### :house: Internal - `@vue/babel-preset-app`, `@vue/cli-plugin-babel`, `@vue/cli-plugin-e2e-cypress`, `@vue/cli-plugin-e2e-nightwatch`, `@vue/cli-plugin-eslint`, `@vue/cli-plugin-router`, `@vue/cli-plugin-typescript`, `@vue/cli-plugin-unit-jest`, `@vue/cli-plugin-unit-mocha`, `@vue/cli-service-global`, `@vue/cli-service`, `@vue/cli-test-utils`, `@vue/cli-ui-addon-webpack`, `@vue/cli-ui-addon-widgets`, `@vue/cli-ui`, `@vue/cli` - [#4734](https://togithub.com/vuejs/vue-cli/pull/4734) chore: dependency maintenance ([@sodatea](https://togithub.com/sodatea)) ##### Committers: 2 - Haoqun Jiang ([@sodatea](https://togithub.com/sodatea)) - Mulia Nasution ([@mul14](https://togithub.com/mul14)) ### [`v4.0.4`](https://togithub.com/vuejs/vue-cli/blob/master/CHANGELOG.md#404-2019-10-18) [Compare Source](https://togithub.com/vuejs/vue-cli/compare/v4.0.3...v4.0.4) ##### :bug: Bug Fix - `@vue/cli-service` - [#4711](https://togithub.com/vuejs/vue-cli/pull/4711) fix: fix a typo that caused router failed to install in older versions ([@sodatea](https://togithub.com/sodatea)) ##### :memo: Documentation - [#4702](https://togithub.com/vuejs/vue-cli/pull/4702) Fix link to eslint PR ([@rmbl](https://togithub.com/rmbl)) ##### Committers: 2 - Haoqun Jiang ([@sodatea](https://togithub.com/sodatea)) - Philipp Gildein ([@rmbl](https://togithub.com/rmbl)) ### [`v4.0.3`](https://togithub.com/vuejs/vue-cli/blob/master/CHANGELOG.md#403-2019-10-17) [Compare Source](https://togithub.com/vuejs/vue-cli/compare/v4.0.2...v4.0.3) ##### :bug: Bug Fix - `@vue/cli-ui`, `@vue/cli` - [#4698](https://togithub.com/vuejs/vue-cli/pull/4698) fix: fix `vue add router` command in v3 projects ([@sodatea](https://togithub.com/sodatea)) - `@vue/cli-service` - [#4696](https://togithub.com/vuejs/vue-cli/pull/4696) fix: allow v3 cli to invoke vuex & router plugin from inside cli-service ([@sodatea](https://togithub.com/sodatea)) - `@vue/cli-plugin-eslint`, `@vue/cli-plugin-typescript`, `@vue/cli-ui` - [#4697](https://togithub.com/vuejs/vue-cli/pull/4697) fix: fix "lint on commit" projects generation error ([@sodatea](https://togithub.com/sodatea)) ##### Committers: 1 - Haoqun Jiang ([@sodatea](https://togithub.com/sodatea)) ### [`v4.0.2`](https://togithub.com/vuejs/vue-cli/blob/master/CHANGELOG.md#402-2019-10-17) [Compare Source](https://togithub.com/vuejs/vue-cli/compare/v4.0.0...v4.0.2) ##### :bug: Bug Fix - `@vue/cli-service` - [#4693](https://togithub.com/vuejs/vue-cli/pull/4693) fix: add a compatibility layer for router & vuex for CLI v3 ([@sodatea](https://togithub.com/sodatea)) ##### Committers: 1 - Haoqun Jiang ([@sodatea](https://togithub.com/sodatea)) ### [`v4.0.0`](https://togithub.com/vuejs/vue-cli/blob/master/CHANGELOG.md#400-2019-10-16) [Compare Source](https://togithub.com/vuejs/vue-cli/compare/v3.12.1...v4.0.0) ##### :rocket: New Features - `@vue/cli-shared-utils`, `@vue/cli` - [#4677](https://togithub.com/vuejs/vue-cli/pull/4677) fix: add pnpm v4 support ([@B4rtware](https://togithub.com/B4rtware)) ##### :boom: Breaking Changes - `@vue/cli` - [#4681](https://togithub.com/vuejs/vue-cli/pull/4681) chore!: add `@vue/cli` in `--version` output, to avoid confusion ([@sodatea](https://togithub.com/sodatea)) ##### :bug: Bug Fix - `@vue/cli-plugin-babel` - [#4683](https://togithub.com/vuejs/vue-cli/pull/4683) fix: Corrected typo in babel migrator ([@nblackburn](https://togithub.com/nblackburn)) ##### :memo: Documentation - [#2319](https://togithub.com/vuejs/vue-cli/pull/2319) missing documentation for building with vuex ([@katerlouis](https://togithub.com/katerlouis)) ##### Committers: 5 - Haoqun Jiang ([@sodatea](https://togithub.com/sodatea)) - Maël Nison ([@arcanis](https://togithub.com/arcanis)) - Nathaniel Blackburn ([@nblackburn](https://togithub.com/nblackburn)) - René Eschke ([@katerlouis](https://togithub.com/katerlouis)) - [@B4rtware](https://togithub.com/B4rtware)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.
:no_bell: Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by WhiteSource Renovate. View repository job log here.