Commit Graph

211 Commits

Author SHA1 Message Date
Haoqun Jiang
f77b4d35a5 v4.5.5 2020-09-10 19:56:18 +08:00
Haoqun Jiang
ff24edb663 v4.5.4 2020-08-18 10:11:09 +08:00
Haoqun Jiang
a1ee583ede v4.5.3 2020-08-11 17:08:50 +08:00
Haoqun Jiang
395212598a v4.5.2 2020-08-10 14:48:47 +08:00
Haoqun Jiang
09adc41408 v4.5.1 2020-08-06 23:49:20 +08:00
Christian Bromann
87e9d42fbe feat(e2e-webdriverio): add e2e plugin for WebdriverIO (#5479) 2020-08-01 00:46:14 +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
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
Haoqun Jiang
e311b062cb v4.4.6 2020-06-24 13:23:16 +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
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
d9453e8227 v4.4.3 2020-06-12 15:53:06 +08:00
Haoqun Jiang
a4839e921b v4.4.2 2020-06-12 15:46:01 +08:00
Haoqun Jiang
34f303b0b6 v4.4.1 2020-05-25 16:09:19 +08:00
Haoqun Jiang
6323b73260 v4.4.0 2020-05-19 23:19:18 +08:00
Haoqun Jiang
01d4bea0c5 fix: should throw errors if there is bad require() in vue.config.js (#5500)
reverts #5305
this makes the tests a little more tedious, need to find a better way
to test these functionalities

fixes #5442
2020-05-19 22:16:59 +08:00
Jiang Guoxi
d405f23e72 fix: set timeout of openChrome.applescript (#5390) 2020-05-06 16:06:43 +08:00
Haoqun Jiang
2ec479a331 v4.3.1 2020-04-07 23:39:34 +08:00
Haoqun Jiang
465986923a v4.3.0 2020-04-01 15:59:32 +08:00
Haoqun Jiang
ee05918486 chore: dependency maintenance 2020-04-01 14:27:44 +08:00
Haoqun Jiang
a1041a897e fix: avoid process hanging when trying to get Chrome version (#5315)
* fix: add a timeout, avoid process hanging

fixes #5310

* fix: avoid accidentally trigerring the `installedBrowsers` getter

fixes #5286
2020-03-31 18:10:56 +08:00
Haoqun Jiang
0609b1be46 fix: fix false positive of hasProjectNpm (#5264) 2020-03-19 16:36:34 +08:00
Haoqun Jiang
0380f226b9 v4.2.3 2020-02-27 22:31:36 +08:00
Haoqun Jiang
94da5243be v4.2.2 2020-02-07 19:10:35 +08:00
Haoqun Jiang
8b951f81d5 v4.2.1 2020-02-07 18:09:45 +08:00
Haoqun Jiang
079a451f18 v4.2.0 2020-02-07 15:44:52 +08:00
Haoqun Jiang
51a4da7e9f fix: should infer package manager from config if there's no lockfile in the project (#5150)
* fix: should infer package manager from config if there's no lockfile in the project

* fixup! fix: should infer package manager from config if there's no lockfile in the project
2020-02-06 16:25:28 +08:00
Haoqun Jiang
8028d9fff7 chore: dependency maintenance 2020-02-02 23:08:35 +08:00
Haoqun Jiang
c6151103b4 test: fix mock module in upgrader test 2020-01-27 23:19:42 +08:00
Haoqun Jiang
15679de2bf refactor: use createRequire to load/resolve modules (#5092)
* refactor: use createRequire to resolve modules

* fix: use file path as createRequire argument; fix loadModule.
2020-01-23 07:08:50 +01:00
Haoqun Jiang
d7cbe5f0f1 refactor: use a plain http request to get package metadata (#5045)
* refactor: use a plain http request to get package metadata

fixes #4895
fixes #4995

* chore: add link to the package metadata documentation
2020-01-13 19:25:38 +05:30
Yingya Zhang
eaa2b7341f feat: respect existing package.json (#4827) 2020-01-09 20:19:06 +08:00
Haoqun Jiang
3b7227d544 v4.1.2 2019-12-28 20:54:27 +08:00
Haoqun Jiang
c4dc8d61c3 refactor: remove unnecessary padEnd & padStart shims
Both features are already supported in Node.js v8+
2019-12-03 23:07:47 +08:00
Haoqun Jiang
1a0b59142a refactor: use dependencies from @vue/cli-share-utils whenver possible 2019-11-29 15:41:18 +08:00
Haoqun Jiang
2ddcc65dfe v4.1.1 2019-11-27 23:14:15 +08:00
Haoqun Jiang
d316a18789 v4.1.0 2019-11-27 14:58:46 +08:00
Per Åkerberg
13376ce012 Replace chalk.reset with stripAnsi in @vue/cli-shared-utils/lib/logger.js (#4842)
* Replace chalk.reset with stripAnsi 

When logging multi-line logs, the logger uses chalk.reset in order to get the length of the tag for the log. This is to achieve an indented layout of multi-line logs. chalk.reset only replaces styles such as bold and italic, not color. When the tag contains colors, the result is not pretty. Replacing with stripAnsi gets the intended result.

* Adds reference to strip-ansi

* Removes misplaces comma from package.json

* Removes extraneous semicolon
2019-11-27 14:50:10 +08:00
Haoqun Jiang
84aed8ef10 chore: dependency maintenance 2019-11-27 00:34:22 +08:00
Haoqun Jiang
1c41371a42 v4.1.0-beta.0 2019-11-09 21:49:23 +08:00
Haoqun Jiang
17925c6ae6 v4.0.5 2019-10-22 19:53:34 +08:00
Haoqun Jiang
d82a2bbe26 v4.0.4 2019-10-18 15:48:03 +08:00
Haoqun Jiang
aa29fd1526 v4.0.3 2019-10-17 15:59:03 +08:00
Haoqun Jiang
8b08c73e8e v4.0.2 2019-10-17 10:22:54 +08:00
Haoqun Jiang
81f84577e4 v4.0.0 2019-10-16 19:19:06 +08:00
B4rtware
badf63d7f0 fix: add pnpm v4 support (#4677)
* fix: add pnpm v4 support

in pnpm v4 the option '--loglevel' is no longer available instead '--reporter' is used.

* refactor: remove 'v' from PNPM constants for linting

* refactor: rename variable

* fix: typo in _hasPnpm4orLater

Co-Authored-By: Pavan Kumar Sunkara <pavan.sss1991@gmail.com>

* refactor: reduce the amount of duplicate code for pnpm version check

* refactor: remove return-assignment

* refactor: add explicit return value instead of using array access

Co-Authored-By: Pavan Kumar Sunkara <pavan.sss1991@gmail.com>

* fix: remove return value from checkPnpmVersion

* fix: pnpmVersion variable

* refactor: cache pnpm version number

* refactor: fix function name and revert api break

* fix: function call correction

* refactor: export hasPnpmVersionOrLater and use this in favor of hasPnpm4OrLater

* refactor: move cache getter into getPnpmVersion

* refactor: add comment

* refactor: remove comment
2019-10-16 13:15:58 +08:00
Haoqun Jiang
5cce80c2f7 v4.0.0-rc.8 2019-10-11 16:11:02 +08:00