ndabAP / vue-sails-example

NOT MAINTAINED Vue.js with Sails.js example project with many features
MIT License
294 stars 74 forks source link

build: bump @vue/cli-plugin-e2e-cypress from 3.12.0 to 4.0.2 in /frontend #89

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps @vue/cli-plugin-e2e-cypress from 3.12.0 to 4.0.2.

Release notes *Sourced from [@vue/cli-plugin-e2e-cypress's releases](https://github.com/vuejs/vue-cli/releases).* > ## v4.0.2 > #### :bug: Bug Fix > * `@vue/cli-service` > * [#4693](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4693) fix: add a compatibility layer for router & vuex for CLI v3 & CLI UI ([@​sodatea](https://github.com/sodatea)) > > #### Committers: 1 > - Haoqun Jiang ([@​sodatea](https://github.com/sodatea)) > > ## v4.0.1 > Fixed compatibility issues with older CLI versions. > > ## v4.0.0 > We're happy to announce the release of Vue CLI version 4! > > This major version bump is focused on necessary version bumps of underlying tools, better default setups, and other fine-tunings required for long-term maintenance. > > We expect a smooth migration experience for most users. > > **You can view the full migration guide at https://cli.vuejs.org/migrating-from-v3/** > > --- > > Vue CLI v4 comes with greatly improved [Nightwatch](https://cli.vuejs.org/migrating-from-v3/#vue-cli-plugin-e2e-nightwatch), [Jest](https://cli.vuejs.org/migrating-from-v3/#vue-cli-plugin-unit-jest) and [PWA](https://cli.vuejs.org/migrating-from-v3/#vue-cli-plugin-pwa) support, as well as many other small tweaks across all the core packages. > > Lots of underlying major dependencies have been upgraded: > > - [core-js 3](https://cli.vuejs.org/migrating-from-v3/#vue-cli-plugin-babel-vue-babel-preset-app) > - [Nightwatch 1.x](https://github.com/nightwatchjs/nightwatch/wiki/Migrating-to-Nightwatch-1.0) > - [Jest 24](https://cli.vuejs.org/migrating-from-v3/#vue-cli-plugin-unit-jest) > - [Mocha 6](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md#600-0--2019-01-01) > - [workbox-webpack-plugin 4](https://github.com/GoogleChrome/workbox/releases/tag/v4.0.0) > - And a lot more…… > > The complete change list is available [in the migration guide](https://cli.vuejs.org/migrating-from-v3/). > > --- > > While our focus has shifted to this new major version, old versions will continue to be supported for a while. > Most of the (non-semver-breaking) new features we bring in v4 have already been backported to v3. > > We'd like to continue to backport more commits to v3, but as the codebase diverges, it might become harder and harder for us to do so. > We strongly recommend you to upgrade your projects to v4 soon. > > Here are a few new features not able to be backported to v3, because of the codebase divergence: > > 1. In the development of v4, we've modernized much of the code base, now allowing us to support more package managers ([custom package managers](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4621) and [PNPM v4](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4677)). > Yarn v2 support may arrive in subsequent feature releases of Vue CLI v4. > > 2. For plugin developers, a few more utilities are available in the `GeneratorAPI`. > > ... (truncated)
Changelog *Sourced from [@vue/cli-plugin-e2e-cypress's changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md).* > ## 4.0.2 (2019-10-17) > > #### :bug: Bug Fix > * `@vue/cli-service` > * [#4693](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4693) fix: add a compatibility layer for router & vuex for CLI v3 ([@​sodatea](https://github.com/sodatea)) > > #### Committers: 1 > - Haoqun Jiang ([@​sodatea](https://github.com/sodatea)) > > > ## 4.0.1 (2019-10-16) > > #### :bug: Bug Fix > > * `@vue/cli-plugin-eslint`, `@vue/cli-plugin-router`, `@vue/cli-plugin-vuex`, `@vue/cli-service-global`, `@vue/cli-ui-addon-webpack`, `@vue/cli-ui-addon-widgets`, `@vue/cli-ui`, `@vue/cli` > * [fec160f](https://github.com/vuejs/vue-cli/commit/fec160ff964964bc71aa857d21d0614284fa2fdb) fix: no need to assertCliVersion. avoid breaking old versions ([@​sodatea](https://github.com/sodatea)) > > > ## 4.0.0 (2019-10-16) > > #### :rocket: New Features > * `@vue/cli-shared-utils`, `@vue/cli` > * [#4677](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4677) fix: add pnpm v4 support ([@​B4rtware](https://github.com/B4rtware)) > > #### :boom: Breaking Changes > * `@vue/cli` > * [#4681](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4681) chore!: add `@vue/cli` in `--version` output, to avoid confusion ([@​sodatea](https://github.com/sodatea)) > > #### :bug: Bug Fix > * `@vue/cli-plugin-babel` > * [#4683](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/4683) fix: Corrected typo in babel migrator ([@​nblackburn](https://github.com/nblackburn)) > > #### :memo: Documentation > * [#2319](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/2319) missing documentation for building with vuex ([@​katerlouis](https://github.com/katerlouis)) > > #### Committers: 5 > - Haoqun Jiang ([@​sodatea](https://github.com/sodatea)) > - Maël Nison ([@​arcanis](https://github.com/arcanis)) > - Nathaniel Blackburn ([@​nblackburn](https://github.com/nblackburn)) > - René Eschke ([@​katerlouis](https://github.com/katerlouis)) > - [@​B4rtware](https://github.com/B4rtware) > > > > ## 4.0.0-rc.8 (2019-10-11) > > #### :rocket: New Features > * `@vue/cli` > * [#3926](https://github-redirect.dependabot.com/vuejs/vue-cli/pull/3926) chore: better upgrade messages ([@​phanan](https://github.com/phanan)) > * `@vue/babel-preset-app`, `@vue/cli-plugin-unit-jest`, `@vue/cli-plugin-unit-mocha` > ... (truncated)
Commits - [`8b08c73`](https://github.com/vuejs/vue-cli/commit/8b08c73e8e688cf2901464f095aab306f98f7dc9) v4.0.2 - [`81f8457`](https://github.com/vuejs/vue-cli/commit/81f84577e48cd7966409e4e0736774b607d1ab15) v4.0.0 - [`5cce80c`](https://github.com/vuejs/vue-cli/commit/5cce80c2f7da5d5fa033cde48591fd1bfc2a68f2) v4.0.0-rc.8 - [`58592fe`](https://github.com/vuejs/vue-cli/commit/58592fed4e33f550a3c9d9a2fbc97c5a626dec29) v4.0.0-rc.7 - [`b823ca8`](https://github.com/vuejs/vue-cli/commit/b823ca84d35b5de6c92a3b582fc4c333217260df) v4.0.0-rc.6 - [`d49f784`](https://github.com/vuejs/vue-cli/commit/d49f784eb0d69691ddd964f2d6e59db4d8df6669) v4.0.0-rc.5 - [`2125737`](https://github.com/vuejs/vue-cli/commit/21257378d7cb2817d680ba983c171f0b9649964e) v4.0.0-rc.4 - [`863d6bb`](https://github.com/vuejs/vue-cli/commit/863d6bbfbf1a2564d9593c2ce576a1f5db5b8a29) v4.0.0-rc.3 - [`d37d68a`](https://github.com/vuejs/vue-cli/commit/d37d68afbab1bfee899ad3468149efd731ab052e) v4.0.0-rc.2 - [`df0f813`](https://github.com/vuejs/vue-cli/commit/df0f813703e5c8fc00d4977feddbeb75723af39d) v4.0.0-rc.1 - Additional commits viewable in [compare view](https://github.com/vuejs/vue-cli/commits/v4.0.2/packages/@vue/cli-plugin-e2e-cypress)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.