Commit Graph

1962 Commits

Author SHA1 Message Date
Haoqun Jiang bc1a345fe1 fix: should not add polyfills from transform-runtime plugin (#3899)
The basic idea is the same as #3730, except that this time we use babel-plugin-module-resolve for aliasing instead of relying on webpack.
2019-04-28 13:47:27 +08:00
Haoqun Jiang a3e0858105 feat: add .version field and assertVersion helper to plugin api (#3861)
partially addresses #2336 (GeneratorAPI TBD)
2019-04-28 13:45:00 +08:00
Haoqun Jiang a351cbadb8 feat: allow parallel option to be an integer (#3864)
closes #3850
2019-04-27 20:11:16 +08:00
Haoqun Jiang e9259cdacd feat: add types for new lintOnSave options and multi-page entries (#3847) 2019-04-27 20:05:35 +08:00
Haoqun Jiang 3da799c8d8 feat: should support bare option in preset.json (#3848)
closes #3825
2019-04-27 20:05:20 +08:00
Haoqun Jiang b082da83e5 fix: process should be polyfilled rather than mocked (#3878)
To be in line with webpack's default configuration and avoid confusions:
https://webpack.js.org/configuration/node/
2019-04-27 20:03:50 +08:00
Haoqun Jiang 4f74b272d1 fix: should invalidate cache when lockfiles have updated (#3865)
closes #3635
2019-04-27 20:02:07 +08:00
Haoqun Jiang 41f9dcf0c8 fix: pin jest-watch-typeahead to 0.2.1, avoid introducing jest 24 deps (#3867)
fixes #3833
2019-04-27 20:01:55 +08:00
Haoqun Jiang 405480e7b1 fix: vue-virtual-scroller should be in devDependencies as it's client-side only (#3871)
This commit fixes a peer dependency warning described here:
https://github.com/vuejs/vue-cli/issues/2862#issuecomment-485777470
2019-04-27 20:01:32 +08:00
Haoqun Jiang db374ecd83 fix: should not show error message when pnpm is not installed (#3826) 2019-04-25 22:47:10 +08:00
Martijn Cuppens 0bfc4b684f chore: remove redundant <= IE8 rule (#3851)
The `not ie <= 8` rule in the browserlist is redundant. `ie <= 8` browsers aren't added by `> 1%` nor `last 2 versions`
2019-04-22 13:05:37 +08:00
Guillaume Chau 89e0697cc9 feat: syntax highlight inspect output (#3844) 2019-04-18 17:03:11 +02:00
Josh Gribbon e26717920b fix(ui): fix typo "procress" -> "process" (#3835) [ci skip] 2019-04-18 15:49:15 +08:00
Haoqun Jiang 7375b12c8e v3.6.3 2019-04-16 15:02:37 +08:00
Cédric Exbrayat 50061101ec fix: jest typeahead config (#3815)
fixes #3814
2019-04-16 14:32:30 +08:00
Alberto Jerez 57151bef32 fix: progress-path background color for dark mode (#3717)
* Fixed progress-path background color for dark mode

* Fixed progress dots background color for dark mode

* Updated progress background color for dark mode with code suggestions

Co-Authored-By: ajerez <albertoj04@gmail.com>
2019-04-15 16:44:54 +02:00
Haoqun Jiang 13e283e558 v3.6.2 2019-04-14 23:17:00 +08:00
Haoqun Jiang 5ce60b70eb chore: graphql should be directly listed as a dependency
as some of @vue/cli-ui's sub dependencies have listed it as a peer dep
2019-04-14 23:07:59 +08:00
Haoqun Jiang 1a72e995e8 fix: fix vue add/invoke bug when user does not have yarn installed (#3806)
closes #3804
2019-04-14 23:01:52 +08:00
Guillaume Chau e8bc36d6d0 chore(locale): update text 2019-04-13 20:59:47 +02:00
Guillaume Chau bbe4002480 feat(tasks): override args switch, closes #3236 2019-04-13 20:58:12 +02:00
Guillaume Chau 01d20357ff fix(PubSub): set max listeners to Infinity 2019-04-13 20:10:32 +02:00
Guillaume Chau bdf74ba9a2 feat(SharedData): set: log number of subscriptions 2019-04-13 20:10:18 +02:00
Guillaume Chau 022e17da57 fix: --dev shouldn't try to load dev assets, closes #3802 2019-04-13 19:44:14 +02:00
Haoqun Jiang d97ed6ceec v3.6.1 2019-04-14 01:25:51 +08:00
Haoqun Jiang 5fbda109d9 fix: fix ERR_INVALID_ARG_TYPE error when launching vue ui (#3801)
closes #3800
2019-04-14 01:11:47 +08:00
Haoqun Jiang 99a06d1758 v3.6.0 2019-04-13 23:56:37 +08:00
Haoqun Jiang eefe9f3f52 chore: pre release sync 2019-04-13 23:53:55 +08:00
Guillaume Chau 4d378ff5ca chore: update @vue/ui 2019-04-12 22:50:11 +02:00
Guillaume Chau 08ea7911f3 fix(audit): not implemented for pnpm error 2019-04-11 22:57:01 +02:00
Guillaume Chau a684324d53 fix: animations not happening 2019-04-11 22:54:43 +02:00
Guillaume Chau bff6a44ae8 fix(audit): hasProjectYarn 2019-04-11 22:49:54 +02:00
Haoqun Jiang 92c69e1602 fix: should pass cwd as argument 2019-04-11 17:39:31 +08:00
Haoqun Jiang a1aef86578 fix: check for project pnpm only 2019-04-11 17:34:06 +08:00
Haoqun Jiang 095067e912 feat: generate .npmrc when using pnpm as package manager 2019-04-11 17:28:51 +08:00
Haoqun Jiang 6740ca363d fix: should add --shamefully-flatten for pnpm install 2019-04-11 16:38:59 +08:00
Haoqun Jiang 94f3ca0e91 fix: better pnpm check
1. separate project pnpm check and global pnpm check
2. rename hasPnpm to hasPnpm3OrLater
2019-04-11 16:38:49 +08:00
Haoqun Jiang cc66247950 chore: update deps 2019-04-11 14:49:12 +08:00
Haoqun Jiang d9929ef4d8 test: remove unnecessary log statement 2019-04-11 12:18:14 +08:00
Haoqun Jiang f1807fd304 Merge pull request #3743 from vuejs/next-minor
3.6
2019-04-11 09:26:12 +08:00
Carlos Rodrigues d853d52cca feat(ui): add copyContent to clipboard button to terminal component (#3688) 2019-04-11 09:25:53 +08:00
Guillaume Chau ca2bdadb02 feat(tasks): refresh button 2019-04-11 01:13:35 +02:00
Guillaume Chau 13199f52e1 fix(tasks): sort 2019-04-11 01:07:14 +02:00
Guillaume Chau ecd64c43a6 perf(task details): better defering 2019-04-11 00:57:57 +02:00
Guillaume Chau 4f0286c553 perf(webpack dashboard): cleaning the analyzer data 2019-04-11 00:36:54 +02:00
Guillaume Chau 174c7d1951 chore: update to @vue/ui 0.9.0 2019-04-11 00:13:35 +02:00
Guillaume Chau 40d9346914 feat(api): save sahred data to disk 2019-04-11 00:13:26 +02:00
Guillaume Chau 39fca0f105 chore(eslint): use babel-eslint 2019-04-11 00:13:17 +02:00
Guillaume Chau 2b4d74b58b fix(audit): handle errors 2019-04-09 16:22:50 +02:00
Guillaume Chau dcecb941eb chore: Update apollo packages (#3779)
* chore: update apollo packages

* fix: better project switching logic

* fix(SharedData): wait for current project id

* refactor(apollo): use 2.5 client-size state API
2019-04-09 16:22:10 +02:00