Commit Graph

1958 Commits

Author SHA1 Message Date
Haoqun Jiang
9ab0fbde1c Publish
- @vue/cli@3.1.3
 - vue-cli-version-marker@3.1.2
@vue/cli@3.1.3 vue-cli-version-marker@3.1.2
2018-11-12 16:36:35 +08:00
Haoqun Jiang
e87a29efe6 fix: should publish exact version 2018-11-12 16:34:09 +08:00
Haoqun Jiang
cd7a5d0b52 Publish
- @vue/cli-plugin-e2e-cypress@3.1.2
 - @vue/cli-plugin-eslint@3.1.5
 - @vue/cli-plugin-pwa@3.1.2
 - @vue/cli-service-global@3.1.3
 - @vue/cli-service@3.1.4
 - @vue/cli-ui-addon-webpack@3.1.2
 - @vue/cli-ui-addon-widgets@3.1.2
 - @vue/cli-ui@3.1.2
 - @vue/cli@3.1.2
 - @vue/eslint-config-prettier@4.0.1
 - vue-cli-version-marker@3.1.1
@vue/cli-plugin-e2e-cypress@3.1.2 @vue/cli-plugin-eslint@3.1.5 @vue/cli-plugin-pwa@3.1.2 @vue/cli-service-global@3.1.3 @vue/cli-service@3.1.4 @vue/cli-ui-addon-webpack@3.1.2 @vue/cli-ui-addon-widgets@3.1.2 @vue/cli-ui@3.1.2 @vue/cli@3.1.2 @vue/eslint-config-prettier@4.0.1 vue-cli-version-marker@3.1.1
2018-11-12 16:20:18 +08:00
Haoqun Jiang
d1cd4aa6a2 fix: plugin.options can be missing when runGenerator is directly called
fixes #2906
2018-11-12 15:29:40 +08:00
Haoqun Jiang
077343ba6a fix: specify eslintPath for eslint-loader
fixes #2924
2018-11-12 15:21:42 +08:00
tdorsey
5eac2e136e docs: fix typo (#2899) [ci skip]
* Fix typo

* Adjust plurality since there is only one guide
2018-11-12 14:47:01 +08:00
JK
6d35461707 fix(cli-service): do not display absolute baseUrl (#2900) 2018-11-12 14:45:10 +08:00
Cédric Exbrayat
e4e151b238 fix: remove webpack-preprocessor from cypress config (#2904)
* test: add cypress test for TS

* fix: remove webpack-preprocessor from cypress config

Removes the `@cypress/webpack-preprocessor` from the generated cypress configuration, as it leads to several issues regarding file watching, headless mode and TS support.

Fixes #2903
2018-11-12 14:44:46 +08:00
Michał Sajnóg
837295bcec chore(eslint-config-prettier): upgrade prettier and extend configuration (#2932) 2018-11-12 14:44:22 +08:00
Haoqun Jiang
044f5b3b7e refactor: use a version map to determine the newest dependency versions
Now that lerna independent mode is used to release new versions, we can
no longer ensure the core service/plugin versions are in sync with
@vue/cli itself. So `vue-cli-version-marker` is now used to store the
latest version map of core packages.

In order to automate this process, all the core cli packages are listed
as `devDependencies` of `vue-cli-version-marker`. This will cause a
cyclic dependency warning in lerna bootstrap, and that warning can be
safely ignored because these are just `devDependencies` which won't
affect end users.

Another gotcha is that the version of `vue-cli-version-marker` will be
bumped each time we do a release. This may break the remote version
check logic before rc.12 (due to
1ae223dfc0 (diff-ac5fc3f8b11df9fc948b8e5aa52a074e)
the background version check might never get executed since rc.12)
2018-11-12 14:24:41 +08:00
Haoqun Jiang
5d49d57966 fix: assetsDir can be an empty string
fixes #2511
2018-11-08 14:45:30 +08:00
Guillaume Chau
bd06cd4cdf fix(plugins): local install 2018-11-07 13:52:19 -08:00
Guillaume Chau
f8a0a6372f Merge remote-tracking branch 'origin/dev' into dev 2018-11-06 23:04:12 -08:00
Guillaume Chau
1a346185a5 fix: restore route making a view unnavigable 2018-11-07 00:26:38 +01:00
Guillaume Chau
ebc0ea277b feat(status bar): last log animation 2018-11-06 23:55:07 +01:00
Guillaume Chau
91a4b2e28e feat(plugin): quick local plugin refresh 2018-11-06 23:33:21 +01:00
Haoqun Jiang
662b1d38b9 test: fix eslint test in CI environment 2018-11-06 19:49:52 +08:00
Haoqun Jiang
0d581ad66b chore: @vue/cli-service v3.1.1 @vue/cli-service@3.1.3 2018-11-06 19:37:59 +08:00
Haoqun Jiang
73923de54d fix: relax webpack version requirement
To avoid introducing two different instances of webpack when
@cypress/webpack-preprocessor 3.0.0/3.0.1 is also installed, which
breaks HMR.

Fixes #2873
Fixes #2892
2018-11-06 19:30:22 +08:00
Haoqun Jiang
e25c0e84ba chore: update cache-loader version
Now that the critical bug has been fixed, it's better to keep updated.
2018-11-06 19:30:21 +08:00
Guillaume Chau
11e59f808f fix: refresh page & switching between views doesn't lose selected item
Logic wasn't working as intended in RestoreRoute mixin
2018-11-06 11:27:50 +01:00
Guillaume Chau
305c4bf2c5 fix: remove last route restore 2018-11-06 11:18:53 +01:00
Victor
2bd5b4f8ab docs: fix minor type (#2893)
incons -> icons
2018-11-06 11:17:34 +08:00
Haoqun Jiang
d56ed653c7 chore: @vue/cli-plugin-babel v3.1.1 @vue/cli-plugin-babel@3.1.1 2018-11-03 00:32:05 +08:00
Haoqun Jiang
7a3de1764e fix: remove extraneous dependency
To comply with semver, we have to stick to eslint@4 and
eslint-plugin-vue@4 in @vue/cli-service-global
2018-11-02 23:33:34 +08:00
Haoqun Jiang
c08ea14f12 chore: update eslint deps 2018-11-02 23:06:07 +08:00
Haoqun Jiang
b5e4cc213f Publish
- @vue/cli-init@3.1.1
 - @vue/cli-plugin-e2e-cypress@3.1.1
 - @vue/cli-plugin-e2e-nightwatch@3.1.1
 - @vue/cli-plugin-eslint@3.1.4
 - @vue/cli-plugin-pwa@3.1.1
 - @vue/cli-plugin-typescript@3.1.1
 - @vue/cli-plugin-unit-jest@3.1.1
 - @vue/cli-plugin-unit-mocha@3.1.1
 - @vue/cli-service-global@3.1.2
 - @vue/cli-service@3.1.2
 - @vue/cli-shared-utils@3.1.1
 - @vue/cli-test-utils@3.1.1
 - @vue/cli-ui-addon-webpack@3.1.1
 - @vue/cli-ui-addon-widgets@3.1.1
 - @vue/cli-ui@3.1.1
 - @vue/cli-upgrade@3.1.1
 - @vue/cli@3.1.1
 - @vue/eslint-config-typescript@3.1.1
@vue/cli-init@3.1.1 @vue/cli-plugin-e2e-cypress@3.1.1 @vue/cli-plugin-e2e-nightwatch@3.1.1 @vue/cli-plugin-eslint@3.1.4 @vue/cli-plugin-pwa@3.1.1 @vue/cli-plugin-typescript@3.1.1 @vue/cli-plugin-unit-jest@3.1.1 @vue/cli-plugin-unit-mocha@3.1.1 @vue/cli-service-global@3.1.2 @vue/cli-service@3.1.2 @vue/cli-shared-utils@3.1.1 @vue/cli-test-utils@3.1.1 @vue/cli-ui-addon-webpack@3.1.1 @vue/cli-ui-addon-widgets@3.1.1 @vue/cli-ui@3.1.1 @vue/cli-upgrade@3.1.1 @vue/cli@3.1.1 @vue/eslint-config-typescript@3.1.1
2018-11-02 22:53:49 +08:00
Haoqun Jiang
becde3056b fix: should fallback to local eslint, fixes instant prototyping
closes #2866
2018-11-02 22:48:11 +08:00
Haoqun Jiang
b1bba2fbae test: fix eslint tests 2018-11-01 14:16:19 +08:00
Haoqun Jiang
14e8585cd0 chore: update deps 2018-11-01 14:14:07 +08:00
Haoqun Jiang
bef5942b21 chore: merge branch 'docs' into dev [ci skip] 2018-11-01 00:04:32 +08:00
Haoqun Jiang
b7f4589ea7 v3.1.3 @vue/cli-plugin-eslint@3.1.3 2018-10-31 19:52:17 +08:00
Haoqun Jiang
0149444e45 fix: add cwd path prefix to globby patterns 2018-10-31 19:50:24 +08:00
Haoqun Jiang
f9b332881c v3.1.2 @vue/cli-plugin-eslint@3.1.2 2018-10-31 19:25:07 +08:00
Haoqun Jiang
ccc146b0fa fix: check if glob patterns matches any files before linting
closes #2854
closes #2860
2018-10-31 19:22:53 +08:00
Haoqun Jiang
387c826f35 chore: chore: 3.1.1 changelog [ci skip] 2018-10-31 12:03:13 +08:00
Haoqun Jiang
3829ebeea9 v3.1.1 v3.1.1 2018-10-31 11:57:39 +08:00
Haoqun Jiang
353edaa302 fix: also add babel-eslint to the generated package.json
In case babel-eslint is not hoisted.

This may happen in yarn, due to the following bugs:

- https://github.com/yarnpkg/yarn/issues/5807
- https://github.com/yarnpkg/yarn/issues/5823
2018-10-31 11:56:59 +08:00
Haoqun Jiang
c138c7d544 fix: add acorn-walk as dependency instead of relying on acorn's internal folder structure
fixes #2848
2018-10-31 10:43:18 +08:00
Haoqun Jiang
efcbb33144 chore: 3.1.1 changelog [ci skip] 2018-10-31 02:51:19 +08:00
Haoqun Jiang
416cdbc464 chore: 3.1.0 changelog [ci skip] 2018-10-31 02:48:19 +08:00
Haoqun Jiang
cbf1f0d0ee v3.1.1 2018-10-31 02:46:41 +08:00
Haoqun Jiang
29dc6a0696 fix: add core-js to deps
@babel/runtime v7 stable removes core-js dependency.
2018-10-31 02:44:39 +08:00
Haoqun Jiang
782afeff73 v3.1.0 2018-10-31 02:11:23 +08:00
Haoqun Jiang
79bc3cc8ab chore: update lerna & use independent mode 2018-10-31 01:10:49 +08:00
Haoqun Jiang
0763d626ed fix: pin cache-loader to v1.2.2 temporarily
fixes #2847
2018-10-31 01:10:49 +08:00
Haoqun Jiang
77448897d4 feat: implement vue upgrade (#2428)
* feat: add vue upgrade command

* feat: implement vue upgrade
2018-10-31 01:07:39 +08:00
katebe
1e200c5726 feat: build library with specified formats (#2583) 2018-10-30 23:43:31 +08:00
Haoqun Jiang
6e5cf0ec7c feat: generate .editorconfig file for each specific eslint config
closes #905
2018-10-30 21:11:25 +08:00
Haoqun Jiang
3753317d82 test: allow generateWithPlugin & createTestProject to be invoked in the same file 2018-10-30 21:11:25 +08:00