Evan You
c4b4bb06a1
docs: improve installation tip + tweaks [ci skip]
2018-08-10 10:43:24 -04:00
Evan You
ba75e29243
fix: avoid adding githooks if created as sub dir in existing git repo
...
close #2131
2018-08-09 11:47:30 -04:00
ULIVZ
048a8fcb3b
docs: bump Vuepress & enable sw-update popup ( #2116 )
2018-08-09 01:52:45 -04:00
Evan You
9e4d62cc80
fix: ensure consistent build hash with different project locations
2018-08-07 17:36:11 -04:00
Evan You
a0179cef48
docs: pin vue dep resolutions for vuepress
2018-08-07 12:31:04 -04:00
Guillaume Chau
35906f7a8d
chore: upgrade changelog preset [ci skip]
2018-07-13 18:35:17 +02:00
Guillaume Chau
aa7c65bcc8
chore: new changelog [ci skip]
2018-07-13 16:40:11 +02:00
Guillaume Chau
93940c2c25
chore: upgrade deps
2018-07-11 00:55:02 +02:00
Guillaume Chau
96778b2caf
chore: update main deps ( #1772 )
...
* chore: update main deps
* chore: update ts types
* chore: update generator deps versions
* fix: ts-jest
* chore: upgrade ts-jest again
* fix: re-generated yarn.lock
* chore: more upgrades
* fix: jest test matching on Windows
2018-07-08 13:56:10 +02:00
Evan You
cebb2ffbe5
chore: 3.0.0-rc.3 changelog [ci skip]
2018-06-18 10:56:36 -04:00
Evan You
44c860d8b8
workflow: ckip ci for changelog commit [ci skip]
2018-06-13 16:19:06 -04:00
Evan You
b6cc787e46
ci: attempt to fix chromedriver for Appveyor
2018-06-13 01:49:35 -04:00
ULIVZ
d1480e32e8
docs: bump vuepress ( #1529 )
2018-06-11 15:04:26 -04:00
Evan You
c427314858
workflow: move link check to CI
2018-06-11 11:14:20 -04:00
Guillaume Chau
503e308c43
chore: check links
2018-06-10 17:06:22 +02:00
Evan You
4e922055e4
docs: wip
2018-06-05 14:50:04 -04:00
Evan You
7e38f98ec8
feat: upgrade jest to 23.1.0
...
BREAKING CHANGE: jest is upgraded to 23.1.0 with minor breaking changes
but should not affect normal test cases
2018-06-01 12:42:24 -04:00
Evan You
7ce91c89f2
workflow: enable eslint node/no-extraneous-require
2018-05-30 10:25:33 -04:00
Evan You
396b92f7c4
ci: alternative fix by pinning babel-core
2018-05-11 19:11:08 -04:00
Evan You
1835755060
test: fix tests by pinning fs-monkey
2018-05-11 18:30:33 -04:00
Evan You
2dcdeddde4
feat: upgrade to webpack 4
...
BREAKING CHANGE: Upgrade wepback 4, all webpack option
modifications must be webpcak 4 compatible. Drop support
for webpack plugins that do not work with v4 or above.
2018-05-08 16:55:13 -04:00
Evan You
f69231f478
test(serve): test proxy option
2018-05-03 15:42:42 -04:00
Evan You
0f73a91162
refactor: use fs-extra
2018-04-30 18:19:02 -04:00
Evan You
cbc83672ef
chore: pin root babel-core version
2018-04-25 10:51:12 -04:00
Evan You
c9d7feffa1
chore: upgrade deps
2018-04-25 10:48:46 -04:00
Evan You
dbbc96bacc
chore: upgrade globby
2018-03-05 12:32:36 -05:00
Evan You
6e8384f1e7
chore: remove unnecessary glob in lint script
2018-03-02 18:01:32 -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
d3d040a6e4
fix: include version marker in workspace
...
close #772
2018-02-03 21:36:11 -05:00
Evan You
c4fa6b208a
chore: update
2018-01-25 22:46:40 -05:00
Evan You
557d840cbe
test: run clean before test instead of after
2018-01-25 15:30:49 -05:00
Evan You
d98281c3cc
workflow: wip release script
2018-01-25 13:48:46 -05:00
Evan You
f52ff70ba5
fix: bump root deps as well
2018-01-25 10:37:48 -05:00
Evan You
27ba51f9f8
test: test jest plugin
2018-01-15 18:28:47 -05:00
Evan You
bb5d968e09
feat: WIP jest plugin
2018-01-15 13:53:41 -05:00
Evan You
04ceebf768
test: simplify test matching
2018-01-15 00:40:00 -05:00
Evan You
1daeadb76d
workflow: enforce commit format
2018-01-14 17:38:58 -05:00
Evan You
0e2c22ef2b
adjust default test strategy
2018-01-14 17:18:32 -05:00
Evan You
e00f3f7310
test: add test-plugin script
2018-01-14 17:00:25 -05:00
Evan You
aa87be024c
test: add test-changed script
2018-01-14 16:26:21 -05:00
Evan You
d1e20c8920
simplify clean script
2018-01-10 22:46:48 -05:00
Evan You
fc3dacde28
greatly improve sync script performance
2018-01-10 18:06:03 -05:00
Evan You
88e9d46334
feat: router & vuex
2018-01-08 16:45:03 -05:00
Evan You
4af489a5bc
test global service
2018-01-07 19:40:36 -05:00
Evan You
a2c6bad8ac
test build
2018-01-07 10:48:27 -05:00
Evan You
91b262245e
make tests work on appveyor
2018-01-07 10:02:50 -05:00
Evan You
70a922c979
test: serve command
2018-01-06 18:21:59 -05:00
Evan You
b1df828964
remove no longer needed config
2018-01-06 01:32:22 -05:00
Evan You
ba9c4ed080
switch to yorkie for git hook management
2018-01-06 01:10:20 -05:00
Evan You
799151eb71
remove teardown
2018-01-05 17:56:25 -05:00