Commit Graph

2392 Commits

Author SHA1 Message Date
Haoqun Jiang
ac8b2b3bd1 fix: add default inMemoryCacheOptions
vue-cli-plugin-apollo now defaults it to null, which won't trigger
default parameter fallback, so this triggers another bug in
apollo-cache-inmemory 1.6.0 787be61441/packages/apollo-cache-inmemory/src/inMemoryCache.ts (L136)
causing "Cannot read property 'freezeResults' of null" error.
2019-05-25 16:50:10 +08:00
Haoqun Jiang
b6984d9f5a chore: lockfile maintenance and ensures there's only one graphql instance
Seems somewhere in the dependency chain there's code using `instanceof`
operator.
2019-05-25 16:49:13 +08:00
Haoqun Jiang
2ce1fc0982 chore: update deps 2019-05-25 14:34:43 +08:00
Luiz Victor Linhares Rocha
49725b4c04 feat(HtmlPwaPlugin): adds 'manifestCrossorigin' option (#3939)
close #3933
2019-05-25 13:58:54 +08:00
Haoqun Jiang
0c6085a0c8 fix: add missing dependencies to @vue/cli-upgrade (#4036)
fixes #3417
fixes #3222
2019-05-25 13:56:47 +08:00
Haoqun Jiang
3648a51a91 test: replace http-server with serve to create a test server (#4056)
Fixes Windows compatibility caused by https://github.com/indexzero/http-server/issues/525

And, serve is better maintained than http-server or ecstatic.
2019-05-25 13:32:32 +08:00
Haoqun Jiang
88cf38b9a1 chore: update vue-template-compiler version 2019-05-24 16:53:30 +08:00
Haoqun Jiang
197fd92c73 ci: update chromedriver version in appveyor to 2.45
Their Chrome version has been updated.
See https://www.appveyor.com/updates/2019/02/11/
2019-05-23 21:58:06 +08:00
Haoqun Jiang
649b564feb chore: update isbinaryfile to 4.x 2019-05-22 16:52:16 +08:00
Haoqun Jiang
f078c46fc3 chore(openBrowser): sync with upstream 2019-05-22 16:34:09 +08:00
Haoqun Jiang
43bdc333f4 chore: revert fs-extra to 7.x to fix incompatibilities with graceful-fs
See: https://github.com/jprichardson/node-fs-extra/issues/687
2019-05-21 23:54:51 +08:00
Haoqun Jiang
38c74c1542 chore: fix lint errors 2019-05-21 23:26:34 +08:00
Haoqun Jiang
3e785dff82 chore: lockfile maintenance 2019-05-21 22:48:36 +08:00
Haoqun Jiang
b13ab797af chore: update dependencies 2019-05-21 22:48:23 +08:00
Haoqun Jiang
d81d57beec fix: fix dev mode compatibility with workers (#4034)
fixes #3539
2019-05-21 22:19:57 +08:00
Haoqun Jiang
d872cc0f2e chore: bump fibers version to be compatible with node v12 2019-05-20 00:36:58 +08:00
Haoqun Jiang
80028755f8 fix: update the css-loader runtime path for css-loader v2 (#4025) 2019-05-19 21:04:15 +08:00
Guillaume Chau
3f9838b649 feat: prompt editor (#3929)
* feat(Prompt): editor

* docs(ui dev): update supported inquirer types
2019-05-18 13:32:48 +02:00
Francisco
edcce6a311 chore(dev-server): set clientLogLevel option to silent (#4018)
The `none` option is deprecated and will be removed in the next major https://github.com/webpack/webpack-dev-server/pull/1901/files
2019-05-18 16:55:56 +08:00
Payton Burdette
fa7c1aa02d chore: upgrade webpack-dev-server to 3.4.1 (#4020)
fixes #4016
2019-05-18 16:45:28 +08:00
0xflotus
e9d4c4902c docs: fix typo of transformIgnorePatterns (#3927) [ci skip] 2019-05-17 17:02:06 +08:00
achretien
59b106ad04 feat: enable hmr for 'mini-css-extract-plugin' in dev (#4011) 2019-05-17 16:33:23 +08:00
Haoqun Jiang
2e417b01d2 refactor: replace recast with jscodeshift for injectImportsAndOptions (#4003)
fixes #3309
2019-05-17 14:58:31 +08:00
Guillaume Chau
abf30c4238 Merge branch 'v3' into dev 2019-05-16 16:04:39 +02:00
Guillaume Chau
3eabfad234 fix(task): ENV_VAR=value broken in commands 2019-05-16 15:41:35 +02:00
Haoqun Jiang
aeee7fac01 fix(cli-ui): update dependencies and fix peer dependency warnings (#3992) 2019-05-16 19:04:40 +08:00
Haoqun Jiang
15b5c8d4d7 chore!: change default value of lintOnSave option (#3975)
BREAKING CHANGE:
See https://github.com/vuejs/vue-cli/pull/3572
2019-05-14 11:20:20 +08:00
Haoqun Jiang
34fcc59b76 chore: remove accidentally checked-in package-lock.json 2019-05-14 02:19:47 +08:00
James George
ab18cd5952 feat(cli): suggest matching commands if the user mistypes (#3860) 2019-05-13 23:36:17 +08:00
Guillaume Chau
8fe5850ca9 feat: rename project (#3955)
* feat: project rename

* chore: use a pen icon for rename button
2019-05-12 17:51:05 +02:00
Haoqun Jiang
43826f114a chore: upgrade webpack-chain to v6 (#3943)
See: https://github.com/neutrinojs/webpack-chain/blob/master/CHANGELOG.md#v600

New feature: extended DevServer method

Also dropped support for Node.js v6. It is not a breaking change for Vue
CLI, though, as Node.js v6 was never officially supported.
2019-05-11 18:03:38 +08:00
Thorsten Lünborg
65a35db0ac feat(babel-preset-app): Bump jsx dependency version (#3978)
@vue/babel-preset-jsx 1.0.0 has been released. It doesn't have any breaking changes from the latest beta that we included so far.
2019-05-11 17:56:00 +08:00
maple
206803cbef fix: detectLanguage function (#3966) 2019-05-08 17:17:29 +02:00
Evan You
b916635d9e chore: update sponsor link 2019-05-08 08:59:46 +08:00
Guillaume Chau
382190ed7c chore: install core-js 2019-05-07 13:59:25 +02:00
Haoqun Jiang
341286b708 chore: remove extraneous log statement 2019-05-04 00:27:57 +08:00
Haoqun Jiang
f99645cfcd chore: joi -> @hapi/joi 2019-05-04 00:27:53 +08:00
Thorsten Lünborg
0c635afb1b chore: prefer .tsx? files over .jsx? file extensions (#3909)
close #3898
2019-05-03 19:31:50 +08:00
Haoqun Jiang
e376c00b26 test: skip version comparison test (for now) 2019-05-01 01:16:10 +08:00
Haoqun Jiang
6f5ca3078a test: fix assertVersion test for prereleases 2019-05-01 01:02:42 +08:00
Haoqun Jiang
60ca68f3ea chore: use plural forms for "new features" and "breaking changes" 2019-05-01 00:52:55 +08:00
Haoqun Jiang
56a363acac chore: refine changelog for v4.0.0-alpha.0 [ci skip] 2019-05-01 00:42:58 +08:00
Haoqun Jiang
ce177bee06 test: fix assertVersion test 2019-05-01 00:37:36 +08:00
Haoqun Jiang
f6afdb1305 workflow: fix syncDeps for prerelease versions 2019-05-01 00:25:22 +08:00
Haoqun Jiang
63f501a2ca v4.0.0-alpha.0 v4.0.0-alpha.0 2019-05-01 00:19:37 +08:00
Haoqun Jiang
caec0860ab chore: pre release sync 2019-05-01 00:19:12 +08:00
Haoqun Jiang
a06f2573cd chore: lockfile maintenance 2019-05-01 00:06:52 +08:00
Haoqun Jiang
ef3422cbb9 chore: don't pin jest-watch-typeahead version 2019-05-01 00:04:04 +08:00
Haoqun Jiang
f4e6c33044 chore!: default to dart sass for sass option of cssPreprocessor (#3921)
BREAKING CHANGE:
Preset generated before v3.4.0 may contain a `"cssPreprocessor": "sass"`
field. It now means dart-sass rather than node-sass.

`rootOptions.cssPreprocessor === 'sass'` now also means dart sass.
May affect those generator plugins who depends on this field
2019-04-30 23:33:37 +08:00
Haoqun Jiang
b823bae03b workflow: fix vue-cli-version-marker version bump for prereleases 2019-04-30 23:07:26 +08:00