Haoqun Jiang
3a5ed77a51
chore: default to non-class components for Vue 3 TS projects ( #5755 )
2020-08-06 17:42:46 +08:00
Haoqun Jiang
9535c1786d
fix: fix webdriverio ts setup
2020-08-06 17:41:38 +08:00
Haoqun Jiang
56bb3e03ae
fix: fix missing 's' in directory path
2020-08-06 16:43:03 +08:00
Haoqun Jiang
8dceddb6a6
chore: use stdout.columns to determine the stats table width ( #5754 )
...
closes #5749
2020-08-06 16:19:33 +08:00
Haoqun Jiang
8e4090f545
refactor: output webdriverio logs to tests/e2e/logs ( #5753 )
...
This allows us to have a more accurate path to specify in .gitignore
2020-08-06 16:15:14 +08:00
Haoqun Jiang
d39d95c2ee
chore: update webdriver.io docs
2020-08-06 00:34:19 +08:00
Haoqun Jiang
e5b17fac27
fix: should not add to capabilities if corresponding browser is unchecked on creation
2020-08-05 23:52:26 +08:00
Haoqun Jiang
ccbcc0d91f
fix: fix skipLibCheck default value for vue create ( #5731 )
2020-08-05 16:27:21 +08:00
Haoqun Jiang
467e577e49
fix: fix webdriver.io setup with TS
2020-08-05 16:26:23 +08:00
Haoqun Jiang
fe90abdeac
chore: dependency maintenance ( #5742 )
2020-08-04 15:43:31 +08:00
Haoqun Jiang
77f4489f2d
fix: ignore .svn/** when reading and writing files ( #5744 )
...
Fixes #5689
2020-08-04 15:42:59 +08:00
Haoqun Jiang
1030f39599
fix(e2e): shouldn't install webdrivers for unchecked browsers on creation ( #5736 )
2020-08-03 15:20:29 +08:00
Yazhe Wang
de3d0622bb
refactor(cli-service): webpack devtool option ( #5735 )
...
Close : #5729
2020-08-02 12:03:11 +08:00
Christian Bromann
87e9d42fbe
feat(e2e-webdriverio): add e2e plugin for WebdriverIO ( #5479 )
2020-08-01 00:46:14 +08:00
Haoqun Jiang
d319007ffa
feat: implement a migrator that removes vue-next as it's no longer needed ( #5725 )
2020-07-29 13:48:21 +08:00
Haoqun Jiang
57f4184e4f
fix: make vue-loader-v16 an optional dependency, avoid crashing npm 5 ( #5718 )
...
fixes #5715
2020-07-29 13:48:08 +08:00
Haoqun Jiang
1aaa592642
fix: use fork-ts-checker-webpack-plugin v5 for vue 3 type checking ( #5722 )
...
Fixes #5712
Note this is a optional dependency so that we don't break compatibility
with Node.js v8.
2020-07-29 13:47:49 +08:00
Haoqun Jiang
f1e77a5551
Revert "refactor: use console.clear to clear the log ( #5700 )"
...
This reverts commit 7c2a36b889 .
`console.clear` overrides the previous content on the screen, so it
might cause confusion when users scrolls back.
2020-07-24 19:55:05 +08:00
Haoqun Jiang
56348259db
v4.5.0
2020-07-24 19:41:52 +08:00
Haoqun Jiang
15448dcd3b
chore: pre release sync
2020-07-24 19:41:11 +08:00
Haoqun Jiang
21b2691b4b
workflow: remove explicit cyclic dependencies to avoid lerna errors
...
Though there's still implicit dependency on `@vue/cli` in
`@vue/cli-test-utils`, users can fix it by installing them side-by-side.
2020-07-24 19:38:04 +08:00
Haoqun Jiang
05057c1650
chore: Merge branch 'master' into dev
2020-07-24 18:55:19 +08:00
Haoqun Jiang
b1772cadd2
feat: allow choosing vue version on creation (and in presets) ( #5637 )
2020-07-24 18:54:15 +08:00
Arthur
7c2a36b889
refactor: use console.clear to clear the log ( #5700 )
...
Co-authored-by: chentao.arthur <chentao.arthur@bytedance.com >
2020-07-24 18:30:57 +08:00
Bogdan Luca
ddabb6679e
fix: fix kubernetes container detection ( #5681 )
2020-07-19 21:36:56 +08:00
Haoqun Jiang
c98f76a5fa
feat: add skipLibCheck option in the ts template (defaults to true) ( #5688 )
2020-07-16 15:27:20 +08:00
Binwei Fang
725ca41b69
feat(cli,cli-service,cli-test-utils): add ts declaration ( #5356 )
...
Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com >
2020-07-15 17:02:54 +08:00
Yazhe Wang
ed5c530d4a
docs: extend the docs of babel-preset-app browserslist ( #5675 ) [ci skip]
2020-07-13 21:53:08 +08:00
Haoqun Jiang
82d65e1fff
chore: Merge branch 'master' into dev
2020-07-13 16:28:34 +08:00
Ivan Sieder
256e136a75
docs: corrected typo in pwa readme ( #5676 ) [ci skip]
2020-07-13 14:51:13 +08:00
Haoqun Jiang
7f56846a2e
refactor: replace jscodeshift with vue-codemod ( #5629 )
2020-07-01 15:06:55 +08:00
Haoqun Jiang
8600585481
feat: detect and compile Vue 3 projects ( #5570 )
2020-06-24 15:09:28 +08:00
Haoqun Jiang
cc38420e39
fix: better error message for non-existent polyfill names ( #5543 )
...
Fixes #3578
2020-06-24 13:40:39 +08:00
Haoqun Jiang
1a8c7fdeaf
feat: support node nightly builds ( #5556 )
...
fixes #5548
2020-06-24 13:39:01 +08:00
Haoqun Jiang
e311b062cb
v4.4.6
2020-06-24 13:23:16 +08:00
Haoqun Jiang
dd98d2a7f0
fix: fix jscodeshift peer dependency error ( #5614 )
...
Fixes #5612
TODO: @babel/preset-env can be removed when we switch over from
jscodeshift to vue-codemod
2020-06-24 13:17:19 +08:00
Haoqun Jiang
09cdf51c5e
fix: fix support for some legacy registry servers ( #5609 )
...
Some registry servers do not recognize `application/vnd.npm.install-v1+json`
in the Accept header, so here we add `application/json` as fallback.
2020-06-24 10:35:55 +08:00
Haoqun Jiang
c889073c7f
chore: improve error message when get metadata failed ( #5604 )
2020-06-24 10:35:01 +08:00
Haoqun Jiang
b66bc8c6e6
v4.4.5
2020-06-22 20:00:02 +08:00
Haoqun Jiang
1157b9f859
chore: merge branch 'master' into dev
2020-06-22 17:06:21 +08:00
dtcz
326934e084
fix: polyfill injection when building app on multiple threads ( #5592 )
2020-06-22 17:05:04 +08:00
Haoqun Jiang
66370e82c4
fix: fix an edge case that VUE_CLI_SERVICE_CONFIG_PATH might be ignored ( #5598 )
...
Though, it is still a bad practice to use `VUE_CLI_SERVICE_CONFIG_PATH`
in a project with `vue.config.js`
closes #5584
2020-06-22 16:26:33 +08:00
Haoqun Jiang
222477e4e5
fix(nightwatch): compat with legacy presets without webdrivers field ( #5601 )
2020-06-22 16:25:49 +08:00
Alexandre D'Erman
5869f1f2d1
fix(cypress): stop ignoring --config-file cypress option ( #5580 )
...
This fixes an issue with the implementation of `removeArg()` whereby
calling `removeArg(args, "config")` removed argument "--config-file" if
provided
This commit fixes this by ensuring that calling `removeArg(args, "config")`
removes `--config` without removing `--config-file`.
2020-06-21 17:12:10 +08:00
Haoqun Jiang
4891d91d3c
fix: support auth token when retrieving package metadata ( #5586 )
2020-06-19 15:47:13 +08:00
Haoqun Jiang
795b27747d
fix(nightwatch): should not install corresponding webdriver if the browser is unselected ( #5528 )
2020-06-18 15:52:43 +08:00
yazhe wang
6592e62770
docs: update cli eslint plugin configuration ( #5579 ) [ci skip]
...
* docs: update cli eslint plugin configuration
* docs: sync cli-plugin-eslint README from core-plugins
* docs: update eslint plugin README
2020-06-16 18:59:50 +08:00
yazhe wang
a41cac220a
refactor: replace request-promise-native with util.promisify ( #5572 )
2020-06-15 16:53:58 +08:00
Haoqun Jiang
78374b717e
v4.4.4
2020-06-12 20:59:21 +08:00
Haoqun Jiang
9c01dad83a
fix: should return the parse result in the compiler-sfc-shim ( #5576 )
...
Fixes #5574
2020-06-12 20:55:34 +08:00