Commit Graph

2466 Commits

Author SHA1 Message Date
Haoqun Jiang f73fa6e4e5 chore: dependency maintenance 2020-12-08 15:29:09 +08:00
Haoqun Jiang 89b0377c4f feat!: upgrade postcss-loader, using postcss 8 by default (#6108) 2020-12-08 13:21:37 +08:00
Haoqun Jiang 1e5ba6b831 feat!: make vue serve/build aliases to npm run serve/build (#6115)
To avoid user confusion. Also allows us to focus more on CLI's core
functionalities.
2020-12-08 11:08:07 +08:00
Haoqun Jiang 0b5ae42c2a feat!: update jest to v26 (#6116)
closes #5873
closes #5874
closes #5114
closes #5680
closes #5573
2020-12-08 11:03:45 +08:00
Binwei Fang a153af8f1e feat: replace eslint-loader by eslint-webpack-plugin (#6094)
closes #5926, using eslint-webpack-plugin can fix the problem of eslint-loader caused by cache-loader

closes #3065 
closes #5399 
closes #4425
2020-12-07 16:08:33 +08:00
Haoqun Jiang 17339d7726 test: should not expect babel polyfill paths to be extension-less (#6106)
See https://github.com/babel/babel/pull/10862
2020-12-04 10:27:37 +08:00
Haoqun Jiang 2dbe0be840 feat!: support and use webpack 5 as default (#6060) 2020-12-03 15:16:35 +08:00
Kristoffer K f6850440bc fix(cli-service): don't write entry-wc to node_modules (#6101)
Fixes https://github.com/yarnpkg/berry/issues/2189
2020-12-02 21:16:50 +08:00
Andrei bd1f1b774b chore!: remove deprecated node-sass (#6090) 2020-12-02 15:11:49 +08:00
JayZhong 6c3f118261 fix(cli-service): html template add html5 doctype declaration (#6083) 2020-12-02 10:21:59 +08:00
James George da8bd3970b chore: return with an exit code of 1 on supplying an unknown command (#6079) 2020-12-02 10:18:40 +08:00
Jisoo Youn 928f915406 chore: webpack-bundle-analyzer to ^4.1.0 (#6092)
Fixes: #6091
2020-12-02 10:05:42 +08:00
Channing 6da5df44e0 perf(cli): delete the EOL_NODE_MAJORS checking (#6102)
Co-authored-by: 韩沅霖 <hanyuanlin@dm-ai.cn>
2020-12-02 09:33:59 +08:00
Haoqun Jiang 3b068678cb fix(mocha): disable SSR optimization for Vue 3 testing (#6097)
Fixes https://github.com/vuejs/vue-loader/issues/1734
2020-11-30 15:20:21 +08:00
Yazhe Wang 83773ae946 fix(generator): upgrade to prettier v2 (#6020)
Fixes: #5956
2020-11-26 16:36:14 +08:00
Binwei Fang 746540bbc6 refactor: sub-package eslint maintance (#6078)
using eslint@7 and @babel/eslint-parser in sub-package
2020-11-23 19:39:13 +08:00
Haoqun Jiang 8230aa356d test: yet another dirty fix for verdaccio testing 2020-11-20 23:58:56 +08:00
Haoqun Jiang e10545a542 test: should not use file:// protocol now that we have verdaccio 2020-11-20 21:34:27 +08:00
Jonas 33f954cccf fix(cli-service): pass --public host to devserver (#6066)
Fixes #3220

Prevent "Invalid Host" error by passing public host to dev server when --public is used
2020-11-20 15:17:45 +08:00
Binwei Fang 9136696197 feat(eslint): support eslint7 and @babel/eslint-parser (#6059)
closes #5734 
closes #5981
2020-11-20 09:10:49 +08:00
Haoqun Jiang 482ef1086b chore!: bump joi to v17 (#5973) 2020-11-19 15:34:31 +08:00
Haoqun Jiang f5359bdf36 workflow: test migrator / vue 3 scenarios with verdaccio (#6071) 2020-11-19 11:12:48 +08:00
Barthélémy Ledoux fe88b1c7c6 fix(cypress): allow users to update cypress (#6062) 2020-11-17 09:11:38 +08:00
Haoqun Jiang 05c010e83a chore!: drop support of end-of-life node releases (8, 11, 13) (#6052) 2020-11-14 13:19:55 +08:00
Haoqun Jiang 66a87f2c1a chore!: drop support of NPM 5 (#6051) 2020-11-14 13:19:34 +08:00
Yazhe Wang cb5f11703e fix(typescript): remove getPrompts function in prompts.js (#6053) 2020-11-14 13:18:28 +08:00
Tony Trinh cb58c5f717 fix: prevent snoretoast shortcut, set notif title (#2720) (#6000)
This prevents SnoreToast from installing a Start Menu shortcut
by specifying an appID. The appID is also used to set the
notification's title bar text in Windows 10. That text is now
set to "Vue UI", which replaces the default value of "SnoreToast".

fixes #2720
2020-11-14 11:59:14 +08:00
John Sanders d355004e6b fix(generator): only process template file contents, bump yaml-front-matter (#5921)
Fixes #5920
2020-11-13 16:32:20 +08:00
Yazhe Wang ba6cb7c5b3 refactor!: replace request with node-fetch (#6009) 2020-11-13 13:26:57 +08:00
Max Coplan 0b86e70f86 types(vue.config.js): add descriptions for config (#5967)
Adding descriptions for vue.config.js so that editor can provide more parameter info

Co-authored-by: Binwei Fang <fangbinwei@yeah.net>
2020-11-02 23:13:23 +08:00
Parker Mauney d03169cffb fix: ensure EOL in existing tsconfig.json (#6006)
Fixes #5948

Ensure EOL in existing tsconfig.json when invoking unit-jest, unit-mocha, e2e-webdriverio
2020-10-31 17:41:47 +08:00
Binwei Fang 2373df1630 fix: using lang attribute with empty string in html template (#5992)
Fixes #5945

`lang="en"` may be wrong to users, use empty string instead. See : https://github.com/h5bp/html5-boilerplate/issues/1542
2020-10-26 16:23:09 +08:00
Haoqun Jiang 25a89c6a50 chore: merge branch 'v4' into dev 2020-10-19 18:47:57 +08:00
Haoqun Jiang d06a1e8995 v4.5.8 2020-10-19 18:39:13 +08:00
Haoqun Jiang 0db188e76d fix: also update the migrator for vue 3 typescript shim 2020-10-19 15:56:51 +08:00
Haoqun Jiang 825e983a6f fix: also update the migrator for vue 3 typescript shim 2020-10-19 15:55:10 +08:00
Cédric Exbrayat 29c9fc6c15 fix: update vue-shims for Vue v3.0.1 (#5975) 2020-10-19 15:35:39 +08:00
Cédric Exbrayat b2755d1bde fix: update vue-shims for Vue v3.0.1 (#5975) 2020-10-19 14:20:58 +08:00
Haoqun Jiang 5898fcb848 fixup! chore!: some trivial dependency major version updates (#5951) 2020-10-16 14:30:03 +08:00
Haoqun Jiang 90d3dfc74e chore!: some trivial dependency major version updates (#5951) 2020-10-15 15:47:45 +08:00
Haoqun Jiang 49db9c458f fix: npm 7 compat by turning on legacy-peer-deps flag (#5961) 2020-10-15 15:36:19 +08:00
Haoqun Jiang d77fa6a273 fix: narrow the eslint peer dep version range, avoiding npm 7 error (#5962) 2020-10-15 15:24:21 +08:00
Haoqun Jiang b8d593ab59 fix: npm 7 compat by turning on legacy-peer-deps flag (#5961) 2020-10-15 15:23:24 +08:00
Haoqun Jiang 3f7fb4fd9c feat!: bump fork-ts-checker-webpack-plugin version to v5 (#5941) 2020-10-12 14:44:25 +08:00
Andrew Taylor 1a0d4df854 feat(lint): add output file option (close #4849) (#4850) 2020-10-12 14:36:00 +08:00
Haoqun Jiang 920160a011 refactor: rename the version parameter to versionRange 2020-10-09 19:20:14 +08:00
Haoqun Jiang 3656416bd0 chore: merge branch 'next' into dev 2020-10-09 15:12:38 +08:00
Haoqun Jiang 597b4b6436 v4.5.7 2020-10-07 16:39:24 +08:00
Haoqun Jiang a3c7322a37 chore: merge branch 'master' into dev 2020-10-07 14:39:00 +08:00
Haoqun Jiang 027386e8d1 fix: update the .vue file shim for Vue 3 (#5903) 2020-09-30 16:34:40 +08:00