Commit Graph

2932 Commits

Author SHA1 Message Date
Haoqun Jiang 91ca0b1f3c refactor: improve the polyfill importing logic of modern mode (#5513)
TODO:
- should remove core-js from `dependencies` in the next major.
2020-05-25 10:15:15 +08:00
Haoqun Jiang 538a0288c8 fix(cli): fix the creation log (#5502) 2020-05-21 17:10:42 +08:00
Haoqun Jiang f425fff04f chore: Merge branch 'master' into dev 2020-05-20 22:14:49 +08:00
Drew Bragg 057201c1e8 docs: explain pwa head/manifest icons (#5408) 2020-05-20 20:05:23 +08:00
Haoqun Jiang 6323b73260 v4.4.0 v4.4.0 2020-05-19 23:19:18 +08:00
Haoqun Jiang d03ccc3352 chore: pre release sync 2020-05-19 23:16:08 +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
Haoqun Jiang 02a365dc65 feat(plugin-api): expose inquirer to prompts.js, allowing custom prompt types (#5498) 2020-05-19 20:41:06 +08:00
Haoqun Jiang 0295ff6c8a fix(unit-jest): fix .vue coverage report when babel plugin is not enabled (#5499) 2020-05-19 16:42:43 +08:00
Haoqun Jiang aee9e178e7 fix: allow specifying plugin version when calling vue add (#5497)
fixes #4700
2020-05-19 09:11:15 +08:00
Haoqun Jiang 8b01c9ec51 chore: dependency maintenance (#5496) 2020-05-18 21:24:19 +08:00
Haoqun Jiang 90f114640c fix(ui): the logs from creator should be displayed in the UI (#5493)
With `logWithSpinner`, the log would be output to the console instead.

Fixes #5240
Fixes #5445
2020-05-18 10:24:38 +08:00
tommyo 16d2701011 fix(mocha): avoid --inspect-brk flag clobbering other values (#5473) 2020-05-18 10:23:51 +08:00
Haoqun Jiang 75c398f04e fix(creator): do not override the README.md generated by plugins (#5472)
closes #4802
closes #4942
2020-05-16 22:09:56 +08:00
Albert Brand 96dfd581b6 fix(serve): pass devServer sockPath properly to client (#4800)
closes #4400
closes #4430
2020-05-14 19:44:12 +08:00
Alexander Sokolov 2dbeb45f0f docs: [RU] Translation update (#5468)
* docs: [RU] update migrating-from-v3.md

* docs: [RU] update prototyping.md

* docs: [RU] update webpack.md

* docs: [RU] fix typos in cli-service.md

* Update docs/ru/guide/prototyping.md

Co-Authored-By: Natalia Tepluhina <tarya.se@gmail.com>

* docs: (ru) pwa.md update

* docs: (ru) browser-compatibility.md fix import

* docs: (ru) deployment.md fix example

* docs: (ru) installation.md update

* docs: (ru) deployment.md update link

* docs: (ru) core-plugins/eslint fix

* docs: (ru) pwa.md update

Co-authored-by: Alex Sokolov <4497128+Alex-Sokolov@users.noreply.github.com>
Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com>
2020-05-13 13:23:01 +03:00
杨昆 a91649e8c0 fix(eslint): invalidate the cache when .eslintignore changes (#5455) 2020-05-11 16:16:33 +08:00
Romain e2f00d2867 fix(ui): fix "update all plugins/dependencies" utility (#5395) 2020-05-08 16:42:45 +08:00
Adrian B. Danieli c64afc3c2a feat(cli-service): add stdin flag to build (#5376) 2020-05-08 16:28:16 +08:00
Haoqun Jiang 5e93d70e65 fix: normalize the file argument of transformScript, fix Windows compatibility (#5424) 2020-05-08 16:11:47 +08:00
xiaohp a9cd7838de docs(zh): update css.md (#5349) [ci skip] 2020-05-06 17:04:15 +08:00
epixian 3c286d670e refactor: remove superflous vertices from the svg file (#5416) 2020-05-06 16:36:01 +08:00
Jinzhan 930af5f348 docs(zh): update ui-api.md (#5378) [ci skip] 2020-05-06 16:11:16 +08:00
Jiang Guoxi d405f23e72 fix: set timeout of openChrome.applescript (#5390) 2020-05-06 16:06:43 +08:00
Allen Zhu ca24553983 docs(zh): fix the translation of scaffold (#5443) [ci skip] 2020-05-06 15:56:30 +08:00
Drew Bragg caa3006ea8 docs: explain pwa head/manifest icons (#5408) 2020-05-06 12:01:58 +08:00
Haoqun Jiang 6e8ddcccd7 ci: disable thread-loader on circleci 2020-04-29 16:54:15 +08:00
Haoqun Jiang 8d1056268e chore: dependency maintenance 2020-04-29 16:41:40 +08:00
Haoqun Jiang 5ac62da4c2 chore: disable gql linting 2020-04-29 16:18:00 +08:00
Stefano Bartoletti 1afae5836f chore: add 'pnpm-debug.log' to '_gitignore' (#5429) 2020-04-29 15:09:22 +08:00
Alexander Sokolov ba9be1c40d docs: [RU] Translation update (#5384) [ci skip]
Co-Authored-By: Natalia Tepluhina <tarya.se@gmail.com>
2020-04-27 00:09:27 +08:00
Roland Doda 75017b22d9 docs: fix linking to npmjs.com (#5426) [ci skip] 2020-04-26 23:52:45 +08:00
Haoqun Jiang 320e3919c9 style: fix some lint warnings 2020-04-26 16:22:56 +08:00
Haoqun Jiang 9d481759f9 test: force click 'finish-install' as there seems to be a bug in cypress 2020-04-26 15:46:24 +08:00
Domenico Gemoli 6b68a4153c fix(nightwatch): fix globals.js import in config (#5387)
closes #5171
2020-04-26 13:43:00 +08:00
Haoqun Jiang 611d869097 test: bump test timeout
seems appveyor tests are too slow to execute
2020-04-26 13:37:48 +08:00
Haoqun Jiang bd7ad93cae chore: Merge branch 'dev' 2020-04-07 23:42:33 +08:00
Haoqun Jiang 2ec479a331 v4.3.1 v4.3.1 2020-04-07 23:39:34 +08:00
Haoqun Jiang 30b6873fed fix(eslint-migrator): fix local eslint major version detection (#5363)
closes #5357
2020-04-07 18:54:00 +08:00
Haoqun Jiang 9855c52305 fix: run migrator in a separator process, fix require cache issues during upgrade (#5360)
* fix: run migrator in a separator process, fix require cache issues during upgrade

* fix: fix cwd

* test: fix test mocks

* fix: early return
2020-04-07 16:12:44 +08:00
Haoqun Jiang 465986923a v4.3.0 v4.3.0 2020-04-01 15:59:32 +08:00
Haoqun Jiang 4b31d8ad53 chore: pre release sync 2020-04-01 15:58:46 +08:00
Haoqun Jiang 016bb322dd chore: bump typescript version to 3.8
It's been supported in the latest versions of @typescript-eslint packages
https://github.com/typescript-eslint/typescript-eslint/pull/1696
2020-04-01 15:27:39 +08:00
Haoqun Jiang 5c8c614414 chore: update download-git-repo to the latest major 2020-04-01 15:20:50 +08:00
Haoqun Jiang ee05918486 chore: dependency maintenance 2020-04-01 14:27:44 +08:00
Haoqun Jiang 960400bc07 chore: merge branch 'master' into dev 2020-04-01 13:14:44 +08:00
Darryl Kuhn 0051017978 feat(service): Allow mocha unit tests debugger to be bound to a specified IP and port (#5294) 2020-04-01 13:07:03 +08:00
George Tsiolis 3d200ced8e fix(ui): change git initialization commit message placeholder text (#5329) 2020-03-31 21:02:21 +08:00
Haoqun Jiang 55d33754f4 feat: enable bugfixes option for babel by default (#5322)
Per the discussion at https://github.com/babel/babel/pull/11083,
it should not be considered a breaking change

Closes #5301
Closes #4848
2020-03-31 20:54:52 +08:00
Timi Omoyeni 0ce0db287e docs: make heroku resource link accessible (#5312) 2020-03-31 18:12:37 +08:00