Commit Graph

1972 Commits

Author SHA1 Message Date
Guillaume Chau
8fd8082f4b chore: fix lint args 2018-11-26 20:07:29 +01:00
Patrick
b7bed8a289 docs: fixing the comment about forcing git (#3005) [ci skip] 2018-11-26 21:57:16 +08:00
Andréas Hanss
2db8d1877b feat: add support for loading WebAssembly and ES Modules (#2819) 2018-11-26 12:45:12 +08:00
Brandon Yeager
42c51c0f62 fix: display project name validation warnings (#2769) 2018-11-26 12:44:06 +08:00
Trevor Brindle
4324afb6ef feat: add envinfo package via vue info in cli (#2863)
* feat: add envinfo package via `vue info` in cli

* fix: update `vue info` npm global packages
2018-11-26 12:43:35 +08:00
Haoqun Jiang
076c365748 chore: no longer needs to disable space-infix-ops
Now that the bug in typescript-eslint-parser has been fixed.
2018-11-21 23:58:23 +08:00
Haoqun Jiang
cdec606587 chore: upgrade register-service-worker version
closes #2964
2018-11-19 18:10:47 +08:00
John Franey
af4e498b6e feat(typescript): respect excluded globs in tslint (#2961)
Updates `tslint.js` to respect `linterOptions.exclude`() from `tslint.json`.

Previously, this configuration option was ignored in favour of the
following list of globs:

```
['src/**/*.ts', 'src/**/*.vue', 'src/**/*.tsx', 'tests/**/*.ts', 'tests/**/*.tsx']
```

See:
https://palantir.github.io/tslint/usage/configuration/
2018-11-19 16:02:04 +08:00
Haoqun Jiang
7d2b345af3 chore: merge branch 'docs' into dev [ci skip] 2018-11-15 13:37:43 +08:00
Alexander Sokolov
13a9f6f597 docs: (ru) Translation update (#2940) [ci skip]
* docs: (ru) update build-targets.md

* docs: (ru) ui-api.md update

* docs: (ru) ui-localization.md update

* docs: (ru) deployment.md update

* docs: (ru) config/readme.md update
2018-11-15 13:37:03 +08:00
Haoqun Jiang
e9ed77c87c chore: 3.1.2 - 3.1.5 changelog [ci skip] 2018-11-13 20:55:52 +08:00
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
remote-star
68bc0d86ae docs(zh): correct the wrong file name. (#2902) [ci skip] 2018-11-06 19:41:28 +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
Raphael DDL Oliveira
45753bb2f6 docs: update config pages README.md (#2798) [ci skip]
Updates readme to reflect changes done by #2544 (commit 4cabf5e8c7 ). 
Not sure if properly worded but with that changes, fares an explanation that any other properties will also get passed along to `html-webpack-plugin`, not only listed properties.
2018-11-01 22:14:12 +08:00
Alejandro López
c33603d5d7 docs(deployment): add bash highlighting to code blocks (#2841) 2018-11-01 22:11:27 +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