Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vuejs/vue-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.5.1
Choose a base ref
...
head repository: vuejs/vue-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.5.2
Choose a head ref
  • 6 commits
  • 46 files changed
  • 5 contributors

Commits on Aug 6, 2020

  1. Verified

    This commit was signed with the committer’s verified signature.
    haoqunjiang Haoqun Jiang
    Copy the full SHA
    48d2e67 View commit details

Commits on Aug 9, 2020

  1. docs: [RU] Translation update (#5765)

    * docs: [RU] update migrating-from-v3.md
    
    * docs: [RU] update prototyping.md
    
    * docs: [RU] update webpack.md
    
    * docs: [RU] fix typos in cli-service.md
    
    * Update docs/ru/guide/prototyping.md
    
    Co-Authored-By: Natalia Tepluhina <tarya.se@gmail.com>
    
    * docs: (ru) pwa.md update
    
    * docs: (ru) browser-compatibility.md fix import
    
    * docs: (ru) deployment.md fix example
    
    * docs: (ru) installation.md update
    
    * docs: (ru) deployment.md update link
    
    * docs: (ru) core-plugins/eslint fix
    
    * docs: (ru) pwa.md update
    
    * docs(ru): plugin-dev.md fix link
    
    * docs(ru): cli-service.md update
    
    * docs(ru): pwa.md update
    
    * docs(ru): pwa.md update
    
    * Update docs/ru/core-plugins/pwa.md
    
    Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com>
    
    * Update docs/ru/core-plugins/pwa.md
    
    Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com>
    
    * docs: (ru) eslint.md update
    
    * docs: (ru) deployment.md
    
    * docs: (ru) update plugins menu
    
    * docs: (ru) added WebdriverIO
    
    * Update docs/ru/core-plugins/e2e-webdriverio.md
    
    Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com>
    
    Co-authored-by: Alex Sokolov <4497128+Alex-Sokolov@users.noreply.github.com>
    Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com>
    3 people authored Aug 9, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f839561 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ee41812 View commit details
  3. chore: fix common misspelling errors (#5694)

    Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
    Necmttn and haoqunjiang authored Aug 9, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    5baec1f View commit details

Commits on Aug 10, 2020

  1. Verified

    This commit was signed with the committer’s verified signature.
    haoqunjiang Haoqun Jiang
    Copy the full SHA
    3803016 View commit details
  2. v4.5.2

    haoqunjiang committed Aug 10, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    haoqunjiang Haoqun Jiang
    Copy the full SHA
    3952125 View commit details
Showing with 229 additions and 110 deletions.
  1. +25 −4 CHANGELOG.md
  2. +40 −12 docs/.vuepress/config.js
  3. +1 −1 docs/config/README.md
  4. +1 −1 docs/dev-guide/ui-localization.md
  5. +1 −1 docs/guide/deployment.md
  6. +5 −0 docs/ru/config/README.md
  7. +1 −0 docs/ru/core-plugins/README.md
  8. +77 −0 docs/ru/core-plugins/e2e-webdriverio.md
  9. +5 −1 docs/ru/core-plugins/eslint.md
  10. +1 −1 docs/ru/guide/deployment.md
  11. +1 −1 lerna.json
  12. +1 −1 packages/@vue/babel-preset-app/index.js
  13. +1 −1 packages/@vue/babel-preset-app/package.json
  14. +1 −1 packages/@vue/cli-init/package.json
  15. +1 −1 packages/@vue/cli-overlay/package.json
  16. +3 −3 packages/@vue/cli-plugin-babel/package.json
  17. +2 −2 packages/@vue/cli-plugin-e2e-cypress/package.json
  18. +1 −1 packages/@vue/cli-plugin-e2e-nightwatch/__tests__/lib/globals-generated.js
  19. +2 −2 packages/@vue/cli-plugin-e2e-nightwatch/package.json
  20. +2 −2 packages/@vue/cli-plugin-e2e-webdriverio/package.json
  21. +1 −1 packages/@vue/cli-plugin-e2e-webdriverio/prompts.js
  22. +2 −2 packages/@vue/cli-plugin-eslint/generator/index.js
  23. +2 −2 packages/@vue/cli-plugin-eslint/package.json
  24. +2 −2 packages/@vue/cli-plugin-pwa/package.json
  25. +3 −3 packages/@vue/cli-plugin-router/package.json
  26. +1 −1 packages/@vue/cli-plugin-typescript/__tests__/tsPluginTSLint.spec.js
  27. +1 −2 packages/@vue/cli-plugin-typescript/index.js
  28. +2 −2 packages/@vue/cli-plugin-typescript/package.json
  29. +0 −16 packages/@vue/cli-plugin-typescript/vue-compiler-sfc-shim.js
  30. +2 −2 packages/@vue/cli-plugin-unit-jest/package.json
  31. +2 −2 packages/@vue/cli-plugin-unit-mocha/package.json
  32. +2 −2 packages/@vue/cli-plugin-vuex/package.json
  33. +4 −4 packages/@vue/cli-service-global/package.json
  34. +1 −1 packages/@vue/cli-service/lib/config/terserOptions.js
  35. +1 −1 packages/@vue/cli-service/lib/util/resolveLoaderError.js
  36. +5 −5 packages/@vue/cli-service/package.json
  37. +1 −1 packages/@vue/cli-shared-utils/package.json
  38. +1 −1 packages/@vue/cli-test-utils/package.json
  39. +4 −4 packages/@vue/cli-ui-addon-webpack/package.json
  40. +4 −4 packages/@vue/cli-ui-addon-widgets/package.json
  41. +6 −6 packages/@vue/cli-ui/package.json
  42. +1 −1 packages/@vue/cli/__tests__/invoke.spec.js
  43. +1 −1 packages/@vue/cli/lib/GeneratorAPI.js
  44. +1 −1 packages/@vue/cli/lib/util/confirmIfGitDirty.js
  45. +5 −5 packages/@vue/cli/package.json
  46. +2 −2 packages/vue-cli-version-marker/package.json
29 changes: 25 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@

## 4.5.2 (2020-08-10)

#### :bug: Bug Fix
* `@vue/cli-plugin-typescript`
* [#5768](https://github.com/vuejs/vue-cli/pull/5768) fix: no longer need a shim for fork-ts-checker vue 3 support ([@sodatea](https://github.com/sodatea))

#### :memo: Documentation
* `@vue/babel-preset-app`, `@vue/cli-plugin-e2e-nightwatch`, `@vue/cli-plugin-eslint`, `@vue/cli-plugin-typescript`, `@vue/cli-service`, `@vue/cli`
* [#5694](https://github.com/vuejs/vue-cli/pull/5694) [Fix] common misspelling errors ([@Necmttn](https://github.com/Necmttn))

#### :house: Internal
* `@vue/babel-preset-app`, `@vue/cli-plugin-e2e-nightwatch`, `@vue/cli-plugin-eslint`, `@vue/cli-plugin-typescript`, `@vue/cli-service`, `@vue/cli`
* [#5694](https://github.com/vuejs/vue-cli/pull/5694) [Fix] common misspelling errors ([@Necmttn](https://github.com/Necmttn))

#### Committers: 3
- Alexander Sokolov ([@Alex-Sokolov](https://github.com/Alex-Sokolov))
- Haoqun Jiang ([@sodatea](https://github.com/sodatea))
- Necmettin Karakaya ([@Necmttn](https://github.com/Necmttn))



## 4.5.1 (2020-08-06)

#### :rocket: New Features
@@ -1754,7 +1775,7 @@ Most of the following new features and bugfixes also applies to v3.8.0
* [#1531](https://github.com/vuejs/vue-cli/pull/1531) support PNPM as a package manager ([@robertkruis](https://github.com/robertkruis))
* [#3790](https://github.com/vuejs/vue-cli/pull/3790) fix PNPM compatibility issues during scaffolding ([@sodatea](https://github.com/sodatea))
* `@vue/cli-plugin-eslint`, `@vue/cli-service`
* [#3572](https://github.com/vuejs/vue-cli/pull/3572) add 3rd option to `lintOnSave` to support 'default' behaviour (Closes [#3552](https://github.com/vuejs/vue-cli/issues/3552)) ([@LinusBorg](https://github.com/LinusBorg))
* [#3572](https://github.com/vuejs/vue-cli/pull/3572) add 3rd option to `lintOnSave` to support 'default' behavior (Closes [#3552](https://github.com/vuejs/vue-cli/issues/3552)) ([@LinusBorg](https://github.com/LinusBorg))
* `@vue/cli-plugin-unit-jest`
* [#3589](https://github.com/vuejs/vue-cli/pull/3589) add jest typeahead plugin ([@sodatea](https://github.com/sodatea))

@@ -3351,7 +3372,7 @@ will need to explicitly install `typescript` in your project.
* **ui:** improved remote preset checking ([0ba5e09](https://github.com/vuejs/vue-cli/commit/0ba5e09))
* **ui:** list item hover background more subtle ([a5bb260](https://github.com/vuejs/vue-cli/commit/a5bb260))
* **ui:** more spacing in status bar ([80a847f](https://github.com/vuejs/vue-cli/commit/80a847f))
* **ui:** project create detials: bigger grid gap ([cfed833](https://github.com/vuejs/vue-cli/commit/cfed833))
* **ui:** project create details: bigger grid gap ([cfed833](https://github.com/vuejs/vue-cli/commit/cfed833))
* **ui:** project creation not reset ([9efdfaf](https://github.com/vuejs/vue-cli/commit/9efdfaf))
* **ui:** remove console.log ([04d76a2](https://github.com/vuejs/vue-cli/commit/04d76a2))
* **ui:** reset webpack.config.js service on correct CWD, closes [#1555](https://github.com/vuejs/vue-cli/issues/1555) ([dc2f8e8](https://github.com/vuejs/vue-cli/commit/dc2f8e8))
@@ -4241,7 +4262,7 @@ sepcify the default mode for a registered command, the plugins should expose
* **ui:** PluginAdd tab check ([ca01d95](https://github.com/vuejs/vue-cli/commit/ca01d95))
* **ui:** pormpts remove result in answers when disabled ([a29a3b4](https://github.com/vuejs/vue-cli/commit/a29a3b4))
* **ui:** stderr new lines + selected task status color ([b949406](https://github.com/vuejs/vue-cli/commit/b949406))
* **ui:** progress handler should not throw error (casuing process to exit) ([3d4d8f0](https://github.com/vuejs/vue-cli/commit/3d4d8f0))
* **ui:** progress handler should not throw error (causing process to exit) ([3d4d8f0](https://github.com/vuejs/vue-cli/commit/3d4d8f0))
* **ui:** ProjectNav padding ([4fd8885](https://github.com/vuejs/vue-cli/commit/4fd8885))
* **ui:** ProjectNavButton tooltip delay ([131cc46](https://github.com/vuejs/vue-cli/commit/131cc46))
* **ui:** prompt margins ([100a12e](https://github.com/vuejs/vue-cli/commit/100a12e))
@@ -4317,7 +4338,7 @@ sepcify the default mode for a registered command, the plugins should expose

#### Bug Fixes

* **ui:** deps + dahsboard plugin ([a628b43](https://github.com/vuejs/vue-cli/commit/a628b43))
* **ui:** deps + dashboard plugin ([a628b43](https://github.com/vuejs/vue-cli/commit/a628b43))
* **ui:** display 0 instead of NaN ([21d3e94](https://github.com/vuejs/vue-cli/commit/21d3e94))
#### Features

52 changes: 40 additions & 12 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
@@ -288,20 +288,47 @@ module.exports = {
text: 'Конфигурация',
link: '/ru/config/'
},
{
text: 'Создание плагинов',
items: [
{ text: 'Руководство по разработке', link: '/ru/dev-guide/plugin-dev.md' },
{ text: 'Информация о плагине в UI', link: '/ru/dev-guide/ui-info.md' },
{ text: 'API плагина в UI', link: '/ru/dev-guide/ui-api.md' },
{ text: 'Локализация в UI', link: '/ru/dev-guide/ui-localization.md' }
]
},
{
text: 'Плагины',
items: [
{ text: 'Основные плагины', link: '/ru/core-plugins/' },
{ text: 'Просмотр плагинов', link: 'https://awesomejs.dev/for/vue-cli/' }
{
text: 'Конфигурация',
items:
[
{ text: 'Основные плагины', link: '/ru/core-plugins/' },
]
},
{
text: 'Поиск',
items:
[
{ text: 'Обзор плагинов', link: 'https://awesomejs.dev/for/vue-cli/' }
]
},
{
text: 'Разработка',
items:
[
{ text: 'Руководство по разработке', link: '/ru/dev-guide/plugin-dev.md' },
]
},
{
text: 'API',
items:
[
{ text: 'Плагин', link: '/ru/dev-guide/plugin-api.md' },
{ text: 'Генератор', link: '/ru/dev-guide/generator-api.md' },
]
},
{
text: 'UI',
items:
[
{ text: 'Информация о плагине', link: '/ru/dev-guide/ui-info.md' },
{ text: 'API', link: '/ru/dev-guide/ui-api.md' },
{ text: 'Локализация', link: '/ru/dev-guide/ui-localization.md' }
]
},
]
},
{
@@ -373,7 +400,8 @@ module.exports = {
'/ru/core-plugins/unit-jest.md',
'/ru/core-plugins/unit-mocha.md',
'/ru/core-plugins/e2e-cypress.md',
'/ru/core-plugins/e2e-nightwatch.md'
'/ru/core-plugins/e2e-nightwatch.md',
'/ru/core-plugins/e2e-webdriverio.md',
]
}]
}
2 changes: 1 addition & 1 deletion docs/config/README.md
Original file line number Diff line number Diff line change
@@ -257,7 +257,7 @@ In v3 this means the opposite of `css.requireModuleExtension`.
By default, only files that ends in `*.module.[ext]` are treated as CSS modules. Setting this to `false` will allow you to drop `.module` in the filenames and treat all `*.(css|scss|sass|less|styl(us)?)` files as CSS modules.

::: tip
If you have customized CSS Modules configurations in `css.loaderOptions.css`, then the `css.requireModuleExtension` field must be explictly configured to `true` or `false`, otherwise we can't be sure whether you want to apply these options to all CSS files or not.
If you have customized CSS Modules configurations in `css.loaderOptions.css`, then the `css.requireModuleExtension` field must be explicitly configured to `true` or `false`, otherwise we can't be sure whether you want to apply these options to all CSS files or not.
:::

See also: [Working with CSS > CSS Modules](../guide/css.md#css-modules)
2 changes: 1 addition & 1 deletion docs/dev-guide/ui-localization.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

## Translate the standard UI

To make collaboration and synchronisation easier, the English source locale from the `dev` branch is automatically imported to [Transifex](https://www.transifex.com/vuejs/vue-cli/dashboard/), a platform for collaborative translation.
To make collaboration and synchronization easier, the English source locale from the `dev` branch is automatically imported to [Transifex](https://www.transifex.com/vuejs/vue-cli/dashboard/), a platform for collaborative translation.

For existing languages, you can [sign up as a translator](https://www.transifex.com/vuejs/vue-cli/dashboard/).
For new languages, you can [request the new language](https://www.transifex.com/vuejs/vue-cli/dashboard/) after signing up.
2 changes: 1 addition & 1 deletion docs/guide/deployment.md
Original file line number Diff line number Diff line change
@@ -130,7 +130,7 @@ pages: # the job must be named pages
- npm run build
- mv public public-vue # GitLab Pages hooks on the public folder
- mv dist public # rename the dist folder (result of npm run build)
# optionally, you can activate gzip support wih the following line:
# optionally, you can activate gzip support with the following line:
- find public -type f -regex '.*\.\(htm\|html\|txt\|text\|js\|css\)$' -exec gzip -f -k {} \;
artifacts:
paths:
5 changes: 5 additions & 0 deletions docs/ru/config/README.md
Original file line number Diff line number Diff line change
@@ -446,3 +446,8 @@ TypeScript можно настроить через `tsconfig.json`.
### Nightwatch

Подробнее на странице плагина [@vue/cli-plugin-e2e-nightwatch](https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-e2e-nightwatch).


### WebdriverIO

Подробнее на странице плагина [@vue/cli-plugin-e2e-webdriverio](https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-e2e-webdriverio).
1 change: 1 addition & 0 deletions docs/ru/core-plugins/README.md
Original file line number Diff line number Diff line change
@@ -12,3 +12,4 @@ Vue CLI использует архитектуру на основе плаги
- [Mocha](unit-mocha.md)
- [Cypress](e2e-cypress.md)
- [Nightwatch](e2e-nightwatch.md)
- [WebdriverIO](e2e-webdriverio.md)
77 changes: 77 additions & 0 deletions docs/ru/core-plugins/e2e-webdriverio.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
# @vue/cli-plugin-e2e-webdriverio

> e2e-webdriverio plugin for vue-cli
## Внедряемые команды

- **`vue-cli-service test:e2e`**

Запуск E2E тестов с помощью [WebdriverIO](https://webdriver.io/).

Опции:

```
--remote Запустить тесты удалённо на SauceLabs
```

Поддерживаются все [опции WebdriverIO CLI](https://webdriver.io/docs/clioptions.html). Например: `--baseUrl`, `--bail` и т.д.


## Структура проекта

При установке плагина генерируется следующая структура каталогов:

```
tests/e2e/
├── pageobjects/
| └── app.page.js
├── specs/
| ├── app.spec.js
└── .eslintrc.js
```

Кроме того будут сгенерированы 3 конфигурационных файла:

- `wdio.shared.conf.js`: общая конфигурация со всеми опциями, определёнными для всех окружений
- `wdio.local.conf.js`: конфигурация для локального тестирования
- `wdio.sauce.conf.js`: конфигурация для удалённого тестирования в облачном провайдере, таком как [Sauce Labs](https://saucelabs.com/)

Каталоги содержат:

#### `pageobjects`
Содержит пример для объекта страницы. Подробнее об использовании [PageObjects](https://webdriver.io/docs/pageobjects.html) в WebdriverIO.

#### `specs`
Файлы e2e тестов.

## Установка в уже созданный проект

``` sh
vue add e2e-webdriverio
```

Для пользователей со старыми версиями CLI потребуется выполнить `vue add @vue/e2e-webdriverio`.

## Запуск тестов

По умолчанию все тесты в каталоге `specs` будут запущены с помощью Chrome. Если необходимо запустить end-to-end тесты в Chrome (или Firefox) в безголовом режиме следует передать аргумент `--headless`. Тесты будут автоматически запускаться параллельно при выполнении в облаке.

```sh
$ vue-cli-service test:e2e
```

**Запуск одного теста**

Для запуска одного теста укажите путь к файлу. Например:

```sh
$ vue-cli-service test:e2e --spec tests/e2e/specs/test.js
```

**Пропустить автоматический запуск сервера разработки**

Если сервер разработки уже запущен и необходимо пропустить автоматический запуск, укажите аргумент `--url`:

```sh
$ vue-cli-service test:e2e --baseUrl=http://localhost:8080/
```
6 changes: 5 additions & 1 deletion docs/ru/core-plugins/eslint.md
Original file line number Diff line number Diff line change
@@ -23,7 +23,11 @@

## Конфигурация

ESLint можно настраивать через `.eslintrc` или поле `eslintConfig` в файле `package.json`.
ESLint можно настраивать через `.eslintrc` или поле `eslintConfig` в файле `package.json`. Подробнее см. в [документации конфигурации ESLint](https://eslint.org/docs/user-guide/configuring).

::: tip СОВЕТ
Следующая опция находится в разделе [`vue.config.js`](../config/README.md#vue-config-js). Это соблюдается только при установке `@vue/cli-plugin-eslint`.
:::

Линтинг при сохранении (Lint-on-save) при разработке с помощью `eslint-loader` включён по умолчанию. Это можно отключить с помощью опции `lintOnSave` в файле `vue.config.js`:

2 changes: 1 addition & 1 deletion docs/ru/guide/deployment.md
Original file line number Diff line number Diff line change
@@ -255,7 +255,7 @@ firebase deploy --only hosting

Если вы хотите использовать другие возможности Firebase CLI, которые вы используете в своём проекте для публикации, запустите `firebase deploy` без опции `--only`.

Теперь можно открыть проект по адресу `https://<YOUR-PROJECT-ID>.firebaseapp.com`.
Теперь можно открыть проект по адресу `https://<YOUR-PROJECT-ID>.firebaseapp.com` или `https://<YOUR-PROJECT-ID>.web.app`.

Обратитесь к [документации Firebase](https://firebase.google.com/docs/hosting/deploying) для получения более подробной информации.

2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "4.5.1",
"version": "4.5.2",
"packages": [
"packages/@vue/babel-preset-app",
"packages/@vue/cli*",
2 changes: 1 addition & 1 deletion packages/@vue/babel-preset-app/index.js
Original file line number Diff line number Diff line change
@@ -95,7 +95,7 @@ module.exports = (context, options = {}) => {
const plugins = []
const defaultEntryFiles = JSON.parse(process.env.VUE_CLI_ENTRY_FILES || '[]')

// Though in the vue-cli repo, we only use the two envrionment variables
// Though in the vue-cli repo, we only use the two environment variables
// for tests, users may have relied on them for some features,
// dropping them may break some projects.
// So in the following blocks we don't directly test the `NODE_ENV`.
2 changes: 1 addition & 1 deletion packages/@vue/babel-preset-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/babel-preset-app",
"version": "4.5.1",
"version": "4.5.2",
"description": "babel-preset-app for vue-cli",
"main": "index.js",
"publishConfig": {
2 changes: 1 addition & 1 deletion packages/@vue/cli-init/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-init",
"version": "4.5.1",
"version": "4.5.2",
"description": "init addon for vue-cli",
"main": "index.js",
"publishConfig": {
2 changes: 1 addition & 1 deletion packages/@vue/cli-overlay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-overlay",
"version": "4.5.1",
"version": "4.5.2",
"description": "error overlay & dev server middleware for vue-cli",
"main": "dist/client.js",
"files": [
6 changes: 3 additions & 3 deletions packages/@vue/cli-plugin-babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-plugin-babel",
"version": "4.5.1",
"version": "4.5.2",
"description": "babel plugin for vue-cli",
"main": "index.js",
"repository": {
@@ -21,8 +21,8 @@
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-babel#readme",
"dependencies": {
"@babel/core": "^7.11.0",
"@vue/babel-preset-app": "^4.5.1",
"@vue/cli-shared-utils": "^4.5.1",
"@vue/babel-preset-app": "^4.5.2",
"@vue/cli-shared-utils": "^4.5.2",
"babel-loader": "^8.1.0",
"cache-loader": "^4.1.0",
"thread-loader": "^2.1.3",
4 changes: 2 additions & 2 deletions packages/@vue/cli-plugin-e2e-cypress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-plugin-e2e-cypress",
"version": "4.5.1",
"version": "4.5.2",
"description": "e2e-cypress plugin for vue-cli",
"main": "index.js",
"repository": {
@@ -23,7 +23,7 @@
"access": "public"
},
"dependencies": {
"@vue/cli-shared-utils": "^4.5.1",
"@vue/cli-shared-utils": "^4.5.2",
"cypress": "^3.8.3",
"eslint-plugin-cypress": "^2.10.3"
},
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is copied during the test inside the project folder and used to inpsect the results
* This file is copied during the test inside the project folder and used to inspect the results
*/
const fs = require('fs')

4 changes: 2 additions & 2 deletions packages/@vue/cli-plugin-e2e-nightwatch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-plugin-e2e-nightwatch",
"version": "4.5.1",
"version": "4.5.2",
"description": "e2e-nightwatch plugin for vue-cli",
"main": "index.js",
"repository": {
@@ -23,7 +23,7 @@
"access": "public"
},
"dependencies": {
"@vue/cli-shared-utils": "^4.5.1",
"@vue/cli-shared-utils": "^4.5.2",
"deepmerge": "^4.2.2",
"nightwatch": "^1.3.5"
},
4 changes: 2 additions & 2 deletions packages/@vue/cli-plugin-e2e-webdriverio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/cli-plugin-e2e-webdriverio",
"version": "4.5.1",
"version": "4.5.2",
"description": "e2e-webdriverio plugin for vue-cli",
"main": "index.js",
"repository": {
@@ -25,7 +25,7 @@
"access": "public"
},
"dependencies": {
"@vue/cli-shared-utils": "^4.5.1",
"@vue/cli-shared-utils": "^4.5.2",
"@wdio/cli": "^6.1.11",
"@wdio/local-runner": "^6.1.11",
"@wdio/mocha-framework": "^6.1.8",
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-e2e-webdriverio/prompts.js
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ module.exports = [
{
name: 'webdrivers',
type: `checkbox`,
message: `Pick browsers to run end-to-end test on!!!!!`,
message: `Pick browsers to run end-to-end test on`,
choices: [
{
name: `Chrome`,
Loading