File tree 5 files changed +35
-13
lines changed
packages/@vue/cli-plugin-e2e-cypress
5 files changed +35
-13
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ Please consider switching to ESLint. You can check out [`tslint-to-eslint-config
121
121
### E2E-Cypress Plugin
122
122
123
123
* Cypress is required as a peer dependency.
124
- * Cypress is updated from v3 to v7 . See [ Cypress Migration Guide] ( https://docs.cypress.io/guides/references/migration-guide.html ) for detailed instructions of the migration process.
124
+ * Cypress is updated from v3 to v8 . See [ Cypress Migration Guide] ( https://docs.cypress.io/guides/references/migration-guide.html ) for detailed instructions of the migration process.
125
125
126
126
### E2E-WebDriverIO Plugin
127
127
Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ module.exports = api => {
5
5
} )
6
6
7
7
api . extendPackage ( {
8
+ devDependencies : {
9
+ cypress : require ( '../package.json' ) . devDependencies . cypress
10
+ } ,
8
11
scripts : {
9
12
'test:e2e' : 'vue-cli-service test:e2e'
10
13
}
Original file line number Diff line number Diff line change
1
+ module . exports = api => {
2
+ api . extendPackage ( pkg => {
3
+ const allDeps = {
4
+ ...pkg . dependencies ,
5
+ ...pkg . devDependencies ,
6
+ ...pkg . optionalDependencies
7
+ }
8
+
9
+ if ( ! allDeps . cypress ) {
10
+ return {
11
+ devDependencies : {
12
+ cypress : require ( '../package.json' ) . devDependencies . cypress
13
+ }
14
+ }
15
+ }
16
+ } )
17
+ }
Original file line number Diff line number Diff line change 24
24
},
25
25
"dependencies" : {
26
26
"@vue/cli-shared-utils" : " ^5.0.0-beta.3" ,
27
- "cypress" : " ^7.1.0" ,
28
27
"eslint-plugin-cypress" : " ^2.11.2"
29
28
},
29
+ "devDependencies" : {
30
+ "cypress" : " ^8.3.0"
31
+ },
30
32
"peerDependencies" : {
33
+ "cypress" : " *" ,
31
34
"@vue/cli-service" : " ^3.0.0 || ^4.0.0 || ^5.0.0-0"
32
35
}
33
36
}
Original file line number Diff line number Diff line change 1204
1204
exec-sh "^0.3.2"
1205
1205
minimist "^1.2.0"
1206
1206
1207
- "@cypress/request@^2.88.5 ":
1208
- version "2.88.5 "
1209
- resolved "https://registry.yarnpkg.com/@cypress/request/-/request-2.88.5 .tgz#8d7ecd17b53a849cfd5ab06d5abe7d84976375d7 "
1210
- integrity sha512-TzEC1XMi1hJkywWpRfD2clreTa/Z+lOrXDCxxBTBPEcY5azdPi56A6Xw+O4tWJnaJH3iIE7G5aDXZC6JgRZLcA ==
1207
+ "@cypress/request@^2.88.6 ":
1208
+ version "2.88.6 "
1209
+ resolved "https://registry.yarnpkg.com/@cypress/request/-/request-2.88.6 .tgz#a970dd675befc6bdf8a8921576c01f51cc5798e9 "
1210
+ integrity sha512-z0UxBE/+qaESAHY9p9sM2h8Y4XqtsbDCt0/DPOrqA/RZgKi4PkxdpXyK4wCCnSk1xHqWHZZAE+gV6aDAR6+caQ ==
1211
1211
dependencies:
1212
1212
aws-sign2 "~0.7.0"
1213
1213
aws4 "^1.8.0"
1222
1222
isstream "~0.1.2"
1223
1223
json-stringify-safe "~5.0.1"
1224
1224
mime-types "~2.1.19"
1225
- oauth-sign "~0.9.0"
1226
1225
performance-now "^2.1.0"
1227
1226
qs "~6.5.2"
1228
1227
safe-buffer "^5.1.2"
1229
1228
tough-cookie "~2.5.0"
1230
1229
tunnel-agent "^0.6.0"
1231
- uuid "^3 .3.2"
1230
+ uuid "^8 .3.2"
1232
1231
1233
1232
"@cypress/xvfb@^1.2.4":
1234
1233
version "1.2.4"
@@ -8510,12 +8509,12 @@ cyclist@^1.0.1:
8510
8509
resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9"
8511
8510
integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=
8512
8511
8513
- cypress@^7.1 .0:
8514
- version "7.7.0 "
8515
- resolved "https://registry.yarnpkg.com/cypress/-/cypress-7.7.0 .tgz#0839ae28e5520536f9667d6c9ae81496b3836e64 "
8516
- integrity sha512-uYBYXNoI5ym0UxROwhQXWTi8JbUEjpC6l/bzoGZNxoKGsLrC1SDPgIDJMgLX/MeEdPL0UInXLDUWN/rSyZUCjQ ==
8512
+ cypress@^8.3 .0:
8513
+ version "8.3.1 "
8514
+ resolved "https://registry.yarnpkg.com/cypress/-/cypress-8.3.1 .tgz#c6760dbb907df2570b0e1ac235fa31c30f9260a6 "
8515
+ integrity sha512-1v6pfx+/5cXhaT5T6QKOvnkawmEHWHLiVzm3MYMoQN1fkX2Ma1C32STd3jBStE9qT5qPSTILjGzypVRxCBi40g ==
8517
8516
dependencies:
8518
- "@cypress/request" "^2.88.5 "
8517
+ "@cypress/request" "^2.88.6 "
8519
8518
"@cypress/xvfb" "^1.2.4"
8520
8519
"@types/node" "^14.14.31"
8521
8520
"@types/sinonjs__fake-timers" "^6.0.2"
You can’t perform that action at this time.
0 commit comments