-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(vue): vue 3 support in @cypress/vue BREAKING CHANGE: no support for vue 2 anymore * build: disable auto deliver of next vue * Revert "feat(vue): vue 3 support in @cypress/vue" This reverts commit 8f55d7b. * Revert "build: disable auto deliver of next vue" This reverts commit ed46c9e. * chore: release @cypress/vue-v1.1.0-alpha.1 [skip ci] * feat: vue3 support for @cypress/vue (#15100) * feat: add support for vue3 in npm/vue BREAKING CHANGE: dropped support for vue 2 in favor of vue 3 * test: remove filter tests not relevant in vue 3 * build: try publishing as a private new major * chore: release @cypress/vue-v3.0.0-alpha.1 [skip ci] * chore: bring back access public * fix: update dependency to webpack dev server * chore: release @cypress/vue-v3.0.0-alpha.2 [skip ci] * chore: remove unnecessary dependency * fix: mistreatment of monorepo dependency * chore: release @cypress/vue-v3.0.0-alpha.3 [skip ci] * chore: release @cypress/vue-v3.0.0-alpha.4 [skip ci] * fix: use __cy_root at the root element * build: avoid using array spread (tslib imports issue) * fix: setup for cypress vue tests * fix: add cleanup event * test: make sure we use the right build of compiler * chore: downgrade VTU to rc-1 * chore: release @cypress/vue-v3.0.0 [skip ci] * chore: upgrade vue version to 3.0.11 * fix: adjust optional peer deps * fix: allow fo any VTU 2 version using ^ * test: ignore nuxt example * test: update yarn lock on vue cli * chore: release @cypress/vue-v3.0.1 [skip ci] * ci: release vue@next on master * test: fix vue3 examples * ci: open only needed server in circle npm-vue Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net> Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
- Loading branch information
1 parent
c618d30
commit 0ee001f
Showing
60 changed files
with
621 additions
and
9,519 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
module.exports = { | ||
...require('../../.releaserc.base'), | ||
branches: [ | ||
{ name: 'master' }, | ||
{ name: 'next/npm/vue', channel: 'next', prerelease: 'alpha' }, | ||
{ name: 'next/npm/vue2' }, | ||
{ name: 'master', channel: 'next', prerelease: 'beta' }, | ||
], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
npm/vue/cypress/component/basic/plugins/MyPluginWithOptions.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.