Commit Graph

2367 Commits

Author SHA1 Message Date
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
Haoqun Jiang a6ceb8d0c1 feat: allow installing core plugins from next dist-tag 2019-04-30 22:48:50 +08:00
Haoqun Jiang dd4fb2e47b workflow: fix release script 2019-04-30 22:11:18 +08:00
Haoqun Jiang bac0373a25 test: fix jest tests by hoisting deps to monorepo root 2019-04-30 21:28:19 +08:00
Haoqun Jiang 6bea224ac7 fix: continue fixing peer dependencies warnings 2019-04-30 20:24:27 +08:00
Haoqun Jiang 5d1da587be fix: fix peer dependencies for ts-jest & babel-jest 2019-04-30 20:22:14 +08:00
Haoqun Jiang f395697197 fix: revert accidentally committed jest related changes 2019-04-30 19:52:04 +08:00
Haoqun Jiang 911fddb26a workflow: publish version marker after all other packages are published [ci skip] 2019-04-30 19:48:44 +08:00
Haoqun Jiang 4f0cd2da66 workflow: add dist-tag when publishing [ci skip] 2019-04-30 19:43:20 +08:00
Haoqun Jiang 208a99728c fix: revert javascript-stringify to 1.x 2019-04-30 19:22:21 +08:00
Haoqun Jiang a6fb9af614 fix: javascript-stringify v2 has changed its exports 2019-04-30 18:23:08 +08:00
Haoqun Jiang d67fcdbc85 fix: graphql-type-json has changed its commonjs export interface 2019-04-30 18:14:23 +08:00
Haoqun Jiang 826c3292de chore: update dependencies 2019-04-30 18:12:18 +08:00
Haoqun Jiang 32ec4320b9 chore: upgrade to fork-ts-checker-webpack-plugin to v1
Technically not a breaking change, but worth a separate commit.
2019-04-30 16:04:36 +08:00
Haoqun Jiang cbd3107d5f chore: upgrade to cache-loader v3
It's not a breaking change for Vue CLI as all our cache configs are
generated by `api.genCacheConfig` so never used the default
`cacheDirectory`.
2019-04-30 15:51:07 +08:00
Haoqun Jiang 6ba8dd1ea7 chore!: upgrade to copy-webpack-plugin v5 (#3918)
BREAKING CHANGE:
See https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md#500-2019-02-20
2019-04-30 15:43:39 +08:00
Haoqun Jiang b486491579 chore: remove gitHead field from package.json
It was introduced only due to a failed `lerna publish`
2019-04-30 15:10:50 +08:00
毛呆 9c0bf4ce26 feat!: manifest.json should be generated by cli-plugin-pwa (#2981)
BREAKING CHANGE:
For those who changed their `manifest.json` in `public/` directory, their changes will be ignored.
2019-04-30 15:00:42 +08:00
Haoqun Jiang 8f0673a93f chore!: upgrade chromedriver to 74 and make it a peer dependency (#3916) 2019-04-30 10:31:58 +08:00
Haoqun Jiang 748618ff36 feat!: upgrade to workbox v4 (#3915)
include manifest.json by default and exclude manifest.js files, following workbox v4 changes: https://github.com/GoogleChrome/workbox/pull/1679
2019-04-30 10:31:33 +08:00
Haoqun Jiang e08603bb1e feat!: upgrade to mocha 6 and use mochapack instead of mocha-webpack (#3914)
also update jsdom version
2019-04-30 10:31:33 +08:00
Haoqun Jiang 2ec3fca99a feat!: upgrade to webpack-chain v5 (#3913) 2019-04-30 10:31:17 +08:00
Haoqun Jiang 94b41c9605 feat!: upgrade to core-js 3 (#3912) 2019-04-30 10:31:17 +08:00
Haoqun Jiang dfe3987d9f feat!: enable splitChunks by default even in development mode (#3863)
BREAKING CHANGE:
This changes the output directory structures for development mode
(app.js -> index.js + chunk-common.js + chunk-vendors.js).
By enabling splitChunks by default, the memory usage of webpack may be
greatly reduced for large multi-page projects.

This commit fixes #3838
May also fix #2991
2019-04-30 10:18:32 +08:00
Haoqun Jiang 3495aa2895 feat!: upgrade jest to v24 (#3870)
BREAKING CHANGE:
See:
https://jestjs.io/blog/2019/01/25/jest-24-refreshing-polished-typescript-friendly
https://github.com/facebook/jest/blob/20ba4be9499d50ed0c9231b86d4a64ec8a6bd303/CHANGELOG.md#2400

closes #3450
closes #3605
closes #3497
2019-04-30 10:18:31 +08:00
Haoqun Jiang 2c24568198 feat!: upgrade css-loader to v2 (#3866)
BREAKING CHANGE:
See https://github.com/webpack-contrib/css-loader/blob/bc16c3db953dbf4d711753fbb0cc60253def6916/CHANGELOG.md#200-2018-12-07
2019-04-30 10:18:03 +08:00