Commit Graph

251 Commits

Author SHA1 Message Date
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
2018-11-12 16:20:18 +08:00
Haoqun Jiang
077343ba6a fix: specify eslintPath for eslint-loader
fixes #2924
2018-11-12 15:21:42 +08:00
Haoqun Jiang
662b1d38b9 test: fix eslint test in CI environment 2018-11-06 19:49:52 +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
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
b7f4589ea7 v3.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 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
3829ebeea9 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
782afeff73 v3.1.0 2018-10-31 02:11:23 +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
7ccf7b37fa feat: update to ESLint v5
closes #2322
closes #2704
2018-10-30 20:58:37 +08:00
Michał Sajnóg
c50051262f fix(cli-plugin-eslint): Resolve proper ESLint package (#2560) 2018-10-29 19:15:46 +08:00
Haoqun Jiang
8a54ef60dc chore: upgrade deps (#2642)
closes #2376


* chore: update deps

* fix: remove extraneous require

* fix: force @babel/core resolution to be ^7.0.0

Previously it was interfered by vue-apollo & vuepress 0.14

* fix: sync deps

* chore: update yarn.lock
2018-10-20 21:29:17 +08:00
Haoqun Jiang
b623b78b8e ci: bump test timeouts 2018-10-11 00:45:18 +08:00
Haoqun Jiang
7fd3af2415 v3.0.5 2018-10-09 17:19:49 +08:00
Haoqun Jiang
8417bc034f chore: pre release sync 2018-10-09 17:18:13 +08:00
Haoqun Jiang
47a28e0e24 fix: plugin sub node_module directory should have higher priority in resolveLoader.modules
in case of interference of unwanted top level dependency hoisting
2018-09-29 01:44:37 +08:00
Haoqun Jiang
fed948a738 fix: also look up loaders in local node_modules in case deps are not hoisted
closes #2599
2018-09-27 21:02:45 +08:00
Haoqun Jiang
86b3845faa v3.0.4 2018-09-25 16:00:36 +08:00
Haoqun Jiang
45aa8dbe3a chore: pre release sync 2018-09-25 16:00:29 +08:00
Haoqun Jiang
3015bc2537 v3.0.3 2018-09-12 13:18:40 +08:00
Haoqun Jiang
0580415328 chore: pre release sync 2018-09-12 13:18:05 +08:00
Haoqun Jiang
33726981fa v3.0.2 2018-09-11 22:45:32 +08:00
Haoqun Jiang
efde56173e chore: pre release sync 2018-09-11 22:42:16 +08:00
Evan You
b81d11e20c fix: also lint nested js files starting with dot 2018-08-18 15:50:15 -04:00
Evan You
2669008ea2 v3.0.1 2018-08-16 12:10:33 -04:00
Evan You
d5fc227dc7 chore: pre release sync 2018-08-16 12:10:26 -04:00
Evan You
8189f201c3 fix(eslint): lint command should also lint config files starting with dot
close #2228
2018-08-15 18:34:55 -04:00
Haoqun Jiang
4a035e2fc1 fix: upgrade lint-staged to v7.2.2 (#2183)
closes #2165
2018-08-13 12:12:26 -04:00
Evan You
d96a794003 fix(eslint): always emit error when lintOnSave === error + improve docs
ref #2162
2018-08-11 15:38:43 -04:00
Evan You
394d534638 v3.0.0 2018-08-10 11:01:14 -04:00
Evan You
b221b48ca9 chore: pre release sync 2018-08-10 11:01:03 -04:00
Evan You
e075ccff36 v3.0.0-rc.12 2018-08-09 02:23:23 -04:00
Evan You
1d8bd6b217 chore: pre release sync 2018-08-09 02:23:17 -04:00
Evan You
67630d2f6c v3.0.0-rc.11 2018-08-07 11:20:43 -04:00
Evan You
c4436f99ee chore: pre release sync 2018-08-07 11:20:32 -04:00
Evan You
d494350fdb chore: fix package homepage links [ci skip] 2018-08-07 11:17:23 -04:00
Guillaume Chau
316d476d6d refactor: launch + more helpful error message 2018-08-06 19:07:05 +02:00
Guillaume Chau
185ae6d91e fix: eslint plugin module loading in workspaces 2018-08-01 22:49:11 +02:00
Chris Fritz
1e10161e5d fix(cli-plugin-eslint): remove base rules from ui (#2029) 2018-08-01 16:20:12 +02:00
Michał Sajnóg
7953d8300f feat: rework eslint configuration tab to display all rules (#2008)
* feat(cli-plugin-eslint): Add configuration tab

* chore(vue-cli-plugin-eslint): Add missing translations, extract UI descriptors

* fix(vue-cli-plugin-eslint): Import rules from CWD

* feat(vue-cli-plugin-eslint): Add uncategorized category, add tests

* test(vue-cli-plugin-eslint): Add missing tests

* fix(vue-cli-plugin-eslint): Escape html from rules' descriptions

* chore(vue-cli): Add --ci flag in tests

* chore(vue-cli-plugin-eslint): Remove snapshot
2018-08-01 11:40:29 +02:00
Evan You
795393e60c v3.0.0-rc.10 2018-07-30 18:19:13 -04:00
Evan You
392096af79 chore: pre release sync 2018-07-30 18:19:07 -04:00
Evan You
63407bd268 v3.0.0-rc.9 2018-07-28 23:23:37 -04:00
Evan You
4d56ed53b0 chore: pre release sync 2018-07-28 23:22:52 -04:00
Evan You
ba43900657 refactor: add invoking flag for generators, fix eslint + ts
close #1972
2018-07-28 15:53:24 -04:00