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
Haoqun Jiang
7ccf7b37fa
feat: update to ESLint v5
...
closes #2322
closes #2704
2018-10-30 20:58:37 +08:00
Haoqun Jiang
51656ee8fd
chore: update deps
2018-10-30 20:43:53 +08:00
Haoqun Jiang
683018ee4a
chore: update base configs
...
BREAKING CHANGE: now requires eslint v5 as peer dependency
2018-10-30 20:41:25 +08:00
Guillaume Chau
86f5bde353
fix(task): narrow view port causing misalignment
2018-10-29 22:08:26 +01:00
Guillaume Chau
f8e42ce34b
fix(prompts): color picker size
2018-10-29 21:43:55 +01:00
Guillaume Chau
8d7bf2374f
fix(widget): not removed (issue with apollo-client)
2018-10-29 20:36:58 +01:00
Guillaume Chau
6f5b0a8f37
feat(widget): better config loading UX
2018-10-29 19:58:10 +01:00
Guillaume Chau
81ec5c0ae1
fix(client addon): loading padding
2018-10-29 15:35:34 +01:00
Guillaume Chau
5ff7198456
feat(file-diff): less obnoxious loading UX
2018-10-29 15:30:36 +01:00
Guillaume Chau
c8a53a4116
fix(dependencies): list item fallback-icon
2018-10-29 14:57:13 +01:00
Guillaume Chau
59e1201056
fix(dependencies): better metadata load error handling
2018-10-29 14:56:15 +01:00
Guillaume Chau
d11290a0e1
feat(plugin api): task match can now be a function
2018-10-29 14:46:31 +01:00
Guillaume Chau
da66f93edb
fix(task): remove non-running missing tasks
2018-10-29 14:37:26 +01:00
Guillaume Chau
23a05fc32f
fix(plugin): catch execution error
2018-10-29 13:39:53 +01:00
Michał Sajnóg
c50051262f
fix(cli-plugin-eslint): Resolve proper ESLint package ( #2560 )
2018-10-29 19:15:46 +08:00
Haoqun Jiang
38efc032e5
feat: add --no-unsafe-inline flag for modern mode ( #2741 )
...
closes #2570
2018-10-29 19:14:11 +08:00
岩
7096bacab3
fix(cli-service): fix path RegEx error ( #2830 )
2018-10-29 19:06:28 +08:00