Commit Graph

12 Commits

Author SHA1 Message Date
Haoqun Jiang 044f5b3b7e refactor: use a version map to determine the newest dependency versions
Now that lerna independent mode is used to release new versions, we can
no longer ensure the core service/plugin versions are in sync with
@vue/cli itself. So `vue-cli-version-marker` is now used to store the
latest version map of core packages.

In order to automate this process, all the core cli packages are listed
as `devDependencies` of `vue-cli-version-marker`. This will cause a
cyclic dependency warning in lerna bootstrap, and that warning can be
safely ignored because these are just `devDependencies` which won't
affect end users.

Another gotcha is that the version of `vue-cli-version-marker` will be
bumped each time we do a release. This may break the remote version
check logic before rc.12 (due to
https://github.com/vuejs/vue-cli/commit/1ae223dfc0a915513a3eff35c9d74fe6b5480224#diff-ac5fc3f8b11df9fc948b8e5aa52a074e
the background version check might never get executed since rc.12)
2018-11-12 14:24:41 +08:00
Guillaume Chau 1b77f51baf fix(ui): New update available message adapted 2018-04-28 15:25:59 +02:00
Guillaume Chau 1f87ffdf62 chore(ui): merge dev 2018-04-26 20:22:02 +02:00
Evan You fb7ccb6678 fix: avoid emoji length problem in update log (close #835) 2018-04-25 14:44:35 -04:00
Guillaume Chau 9f0eece1d1 feat(ui): Progress and Logs systems 2018-03-09 20:35:37 +01:00
Evan You 9f25eedf80 refactor: make hasYarn & hasGit lazy to improve boot time 2018-02-02 15:38:41 -05:00
Evan You 3df1289cd9 feat: check and show newer version on create 2018-02-02 15:25:10 -05:00
Evan You 0151a8182d initial plugin tests 2018-01-05 13:13:39 -05:00
Evan You 2c47f915a3 simplify registry check 2018-01-03 03:47:30 -05:00
Evan You 267a12d926 adjust logging 2017-12-29 11:14:04 -05:00
Evan You 9fc43f8fa5 improve log utils organization 2017-12-28 13:06:17 -05:00
Evan You 6816554d2c further tweak vue-cli-serivce serve 2017-12-27 12:51:20 -05:00