26 Commits

Author SHA1 Message Date
Haoqun Jiang
f6afdb1305 workflow: fix syncDeps for prerelease versions 2019-05-01 00:25:22 +08:00
Haoqun Jiang
0547f6a719 workflow: when syncing local plugin deps, use minor version
because in the current release mechanism, patch version may be skipped.
2019-01-03 15:42:53 +08:00
Haoqun Jiang
e16e5f139e workflow: fix vue-cli-version-marker publish and eslint-config version sync 2018-12-02 16:25:24 +08:00
Haoqun Jiang
0cdbcd40cf temp: disable problematic sync local deps & publish logic for now 2018-11-28 02:57:56 +08:00
Evan You
061dcc6122 workflow: improve sync script
allow individual confirmation for each breaking update
2018-02-28 17:07:53 -05:00
Evan You
094681fd14 workflow: fix sync script 2018-02-28 15:59:05 -05:00
Wade Tandy
e8aa68864c fix: fix usage with https proxy by switching from axios to request (#829)
Closes #785

Axios has a [known issue](https://github.com/axios/axios/issues/658)
that causes requests to hang when accessing an HTTPS resource via a
proxy served over HTTP.  This changes out the axios dependency for the
[request](https://github.com/request/request) library. In order to keep
`async/await` conventions easy, I also dropped in the
[request-promise-native](https://github.com/request/request-promise-native)
dependency.
2018-02-12 16:41:23 -05:00
Evan You
1cb9fdfe9f workflow: release script 2018-01-25 16:18:45 -05:00
Evan You
d98281c3cc workflow: wip release script 2018-01-25 13:48:46 -05:00
Evan You
134ac58d6c fix: fix sync script for generators 2018-01-25 12:46:43 -05:00
Evan You
b9130479d3 fix: do not update dep if latest tag is older then specified 2018-01-25 12:04:03 -05:00
Evan You
f52ff70ba5 fix: bump root deps as well 2018-01-25 10:37:48 -05:00
Evan You
bb5d968e09 feat: WIP jest plugin 2018-01-15 13:53:41 -05:00
Evan You
fc3dacde28 greatly improve sync script performance 2018-01-10 18:06:03 -05:00
Evan You
03503b6f5d tweak pwa registration script 2018-01-10 16:20:29 -05:00
Evan You
72b44f5bd1 chore: vue-test-utils -> @vue/test-utils 2018-01-10 11:41:47 -05:00
Evan You
b69c1ff784 upgrade sync deps 2018-01-09 10:17:57 -05:00
Evan You
2aad5b5f16 improve syncDeps script 2018-01-08 21:06:46 -05:00
Evan You
5b8f1cfe80 hoist autoprefixer 2018-01-08 17:56:04 -05:00
Evan You
d3bb381e7b feat: css preprocessors 2018-01-08 17:47:48 -05:00
Evan You
557a25a3d7 wip: lint 2017-12-31 16:18:41 -05:00
Evan You
6f505e08f0 update scripts 2017-12-30 16:07:21 -05:00
Evan You
ded8b944a7 adjust script 2017-12-28 22:13:11 -05:00
Evan You
fe5f353ef6 build: update syncDeps script 2017-12-28 17:11:06 -05:00
Evan You
5a51fa27ab update version sync script 2017-12-28 17:01:59 -05:00
Evan You
697ecaa70b chore 2017-12-28 15:58:52 -05:00