Commit Graph

2453 Commits

Author SHA1 Message Date
Owan Hunte b20e27ad12 Documentation typo fixes (#4500)
* Minor typo fix for CLI Service docs page

In the last paragraph of the CLI Service docs page the second instance of the word 'need' should be changed to 'needs'.

* Typo fix to 'HTML and Static Assets' docs page
2019-09-02 17:03:05 +08:00
Haoqun Jiang 9272ead6e8 v3.11.0 v3.11.0 2019-08-22 00:04:48 +08:00
Haoqun Jiang 7cc0ccf177 chore: pre release sync 2019-08-22 00:03:56 +08:00
Haoqun Jiang 53f7cb3443 test: add eslint-plugin-prettier to workspace dependencies, fix test 2019-08-21 22:19:16 +08:00
Haoqun Jiang 6ff59f1aad chore: update @vue/component-compiler-utils to 3.0
(cherry picked from commit 9baab9dc6b)
2019-08-21 21:57:35 +08:00
zrh122 90577dc68f chore: add cwd option when calling globby (#4442)
Make globby working as expected when project path contains parentheses.

Close #4417.

(cherry picked from commit 51cd831cd5)
2019-08-21 21:50:17 +08:00
Haoqun Jiang cc9a513b01 feat: bump default less-loader version (#4468)
Resolves #4454

(cherry picked from commit 55e1c3ca56)
2019-08-21 21:50:10 +08:00
Thorsten Lünborg 4fe9f73191 feat: --skip-plugins (#4448)
Allow skipping of plugins  from command line

close #4262
close #3830

(cherry picked from commit fba2ad0606)
2019-08-21 21:49:57 +08:00
Thorsten Lünborg 6f44f2afa2 fix: eslint should override env for **/tests/** subfolders (#4447)
close #4397

(cherry picked from commit 58177d25cd)
2019-08-21 21:48:03 +08:00
Roman Pavlov 9593c0ecb0 feat(build): add --inline-vue flag to optionally disable externalization of Vue (#4261)
Resolves #4055.

(cherry picked from commit 86f4f5fceb)
2019-08-21 21:47:39 +08:00
Haoqun Jiang e79133b957 fix: merge custom externals config correctly, supports array (#4429)
closes #4413

(cherry picked from commit 348e36eedb)
2019-08-21 21:38:32 +08:00
Daniel Ruf a0e8a6a73c fix: remove self-assignment (#4422)
(cherry picked from commit 7a51eac7c1)
2019-08-21 21:37:43 +08:00
Daan Roet 9525f671c3 feat: upgrade webpack (#4253)
(cherry picked from commit 428d1720fe)
2019-08-21 21:37:21 +08:00
Daniel Waltz 61485f6f65 Update parallel config description (#4420)
(cherry picked from commit 7c28559ccf)
2019-08-21 21:35:11 +08:00
Haoqun Jiang 44812becf8 fix: resolvePluginId should correctly resolve @vue/cli-service (#4405)
(cherry picked from commit 4e43c0e9c6)
2019-08-21 21:34:43 +08:00
Haoqun Jiang 96ab7ae0ed feat: allow configuring scss options separately from sass (#4386)
closes #4116

(cherry picked from commit 930b4596b1)
2019-08-21 21:32:21 +08:00
Haoqun Jiang 3c8a890835 feat: allow omitting scope prefix for official plugins on vue add (#4219)
(cherry picked from commit 8b8bb99316)
2019-08-21 19:08:44 +08:00
Daniel Luz 4c970f92a2 Update npx repository URL. (#4431) 2019-08-15 09:44:24 +02:00
Haoqun Jiang ee54d88b16 chore: merge branch 'docs' into v3 2019-08-12 15:23:02 +08:00
Leo Lamprecht 4ee70f6d8e Link ZEIT Now deployment example (#4418) 2019-08-09 19:43:24 +03:00
Haoqun Jiang 8eae0d7317 chore: merge branch 'docs' into v3 2019-08-09 20:11:30 +08:00
Leo Lamprecht 7e6de2afed Adjusted deployment documentation for ZEIT Now (#4412) 2019-08-08 17:18:49 +03:00
Thorsten Lünborg 5dfea8134f docs(cli-service): Clarify object options for css.extract (#4402) [ci skip]
Link to mini-css-extract-plugin so users can check 
what kind of options they can provide.

close #4401
2019-08-07 14:57:12 +08:00
QiChang Li 78f5a5dba6 docs(css): translate sass related content (#4396) [ci skip] 2019-08-07 14:56:37 +08:00
Haoqun Jiang ad0882de49 chore: refine changelog 2019-08-03 20:23:09 +08:00
Haoqun Jiang 075921cf32 v3.10.0 v3.10.0 2019-08-03 20:06:59 +08:00
Haoqun Jiang 02a30b13b9 chore: pre release sync 2019-08-03 20:06:07 +08:00
Haoqun Jiang 39e071df03 test: fix ts generator test, fixup 7c19dd61e2
there's no plugin in v3
2019-08-02 19:43:15 +08:00
cexbrayat 5a863a0462 chore: ordered tslint rules
The usual convention is to keep the TSLint rules ordered as you can see in the recommended set for example https://github.com/palantir/tslint/blob/master/src/configs/recommended.ts

(cherry picked from commit d787448179)
2019-08-02 18:48:38 +08:00
Cédric Exbrayat 7c19dd61e2 fix: do not generate empty file when use ts without router (#4374)
(cherry picked from commit 52bae8e14a)
2019-08-02 18:48:24 +08:00
李枨煊 bb2e3e7217 fix: fix stats display when chunkFilename contains query string (#4359)
(cherry picked from commit 42ecd08d35)
2019-08-02 18:47:22 +08:00
Domenico Gemoli fb738a2921 docs: replacing nightwatch CLI options URL with proper documentation (#4364)
(cherry picked from commit fd4573aadf)
2019-08-02 18:46:34 +08:00
Eduard Aksamitov 2b3a306e8f docs(ru): fix link in webpack.md (#4358)
(cherry picked from commit d6507e6f84)
2019-08-02 18:45:52 +08:00
yiliang b9a0e46ef9 chore(cli-service): word spelling in comments (#4367)
(cherry picked from commit a2856a750c)
2019-08-02 18:45:27 +08:00
Boris K 0ad84d06dd chore: update lerna link in README.md (#4354) [ci skip]
(cherry picked from commit 76eb7146ca)
2019-08-02 18:43:07 +08:00
Haoqun Jiang b12f7299c7 test: add test for #4347
(cherry picked from commit f69a80664f)
2019-08-02 18:42:45 +08:00
Boris K 00538f70da feat: add --port argument to 'vue serve' command (#4342)
(cherry picked from commit 59d3e74f33)
2019-08-02 18:42:20 +08:00
Haoqun Jiang 878c337feb fix: fix typo in typescript generator, convertAllFiles -> convertJsToTs (#4346)
fixes https://github.com/vuejs/vue-cli/issues/2676#issuecomment-514163315

(cherry picked from commit 8b7af389d1)
2019-08-02 18:42:06 +08:00
李瑞丰 66c410b31a fix(eslint-generator): add ts file check to lint-staged (#4347)
fix #3947

(cherry picked from commit 80c20db703)
2019-08-02 18:41:47 +08:00
Haoqun Jiang 470c94ee1a fix: use yarn --version to detect yarn (#4336)
- We never referred to `yarnpkg` anywhere else in the codebase
- For the rare case that `yarn` binary is overridden by Hadoop YARN,
`yarn --version` will throw (it only supports `yarn version`), therefore
it won't pass this check.

Fixes #3941.
Closes #3942.

(cherry picked from commit 448dbdb4f3)
2019-08-02 18:41:34 +08:00
Haoqun Jiang 4e586c0e37 fix: require parent template after when condition evaluated as truthy (#4330)
fixes #4291

(cherry picked from commit a1c88edce7)
2019-08-02 18:38:26 +08:00
Haoqun Jiang c9d5c6f422 feat(eslint-generator): upgrade @vue/eslint-config-prettier to v5.0.0 (#4329)
This only affects newly generated projects so it's not considered a
breaking change.

Fixes #4310

(cherry picked from commit 6207dd97c3)
2019-08-02 18:38:02 +08:00
Haoqun Jiang d53f0a924a chore: merge branch 'docs' into v3 2019-08-02 18:03:29 +08:00
Sergey Morkovkin 4eeb3720d7 docs(ru): update html-and-static-assets.md (#4333) 2019-07-28 20:40:36 +08:00
Mohsen Sadeghzade 149b307f72 Update mode-and-env.md (#4257)
* Update mode-and-env.md

Fixed example of keys, which they should start with VUE_APP_

* Update mode-and-env.md

change position of the tip

* Update docs/guide/mode-and-env.md

Co-Authored-By: Natalia Tepluhina <NataliaTepluhina@users.noreply.github.com>
2019-07-24 21:12:45 +03:00
Haoqun Jiang c36eabcf89 chore: append changlog for 3.9.3 [ci skip] 2019-07-18 21:38:11 +08:00
Haoqun Jiang 25566b38de v3.9.3 v3.9.3 2019-07-18 20:10:45 +08:00
Haoqun Jiang d96b6aeb3c chore: pre release sync 2019-07-18 20:09:24 +08:00
Binwei Fang 6324444a36 fix(cli-test-utils): fix initGit option (#4224)
fixes #4223

(cherry picked from commit 16e379d79d)
2019-07-18 17:02:39 +08:00
shadow-light 745935a3b3 fix: indexPath should also affect non-production builds (#4057)
fixes #2327
fixes #4247

(cherry picked from commit 9faddce63f)
2019-07-18 17:01:40 +08:00