Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4473ca2

Browse filesBrowse files
authored
chore: some dependency version bumps (#6430)
Default Cypress version is now v7
1 parent e661a92 commit 4473ca2
Copy full SHA for 4473ca2

File tree

8 files changed

+622
-389
lines changed
Filter options

8 files changed

+622
-389
lines changed

‎docs/migrations/migrate-from-v4.md

Copy file name to clipboardExpand all lines: docs/migrations/migrate-from-v4.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Please consider switching to ESLint. You can check out [`tslint-to-eslint-config
120120
### E2E-Cypress Plugin
121121

122122
* Cypress is required as a peer dependency.
123-
* Cypress is updated from v3 to v6. See [Cypress Migration Guide](https://docs.cypress.io/guides/references/migration-guide.html) for detailed instructions of the migration process.
123+
* 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.
124124

125125
### E2E-WebDriverIO Plugin
126126

‎package.json

Copy file name to clipboardExpand all lines: package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@vuepress/theme-vue": "^1.8.1",
4444
"babel-core": "7.0.0-bridge.0",
4545
"babel-jest": "^26.6.3",
46-
"chromedriver": "^88.0.0",
46+
"chromedriver": "^90.0.0",
4747
"debug": "^4.1.0",
4848
"eslint": "^7.20.0",
4949
"eslint-plugin-graphql": "^4.0.0",
@@ -71,7 +71,7 @@
7171
"semver": "^7.3.4",
7272
"stylus-loader": "^3.0.2",
7373
"typescript": "~4.1.5",
74-
"verdaccio": "^4.11.0",
74+
"verdaccio": "^5.0.1",
7575
"vuepress": "^1.8.1",
7676
"webpack": "^5.22.0",
7777
"yorkie": "^2.0.0"

‎packages/@vue/cli-plugin-babel/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-babel/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@babel/preset-env": "^7.12.16",
35-
"jscodeshift": "^0.11.0"
35+
"jscodeshift": "^0.12.0"
3636
},
3737
"publishConfig": {
3838
"access": "public"

‎packages/@vue/cli-plugin-e2e-cypress/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-e2e-cypress/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@vue/cli-shared-utils": "^5.0.0-alpha.8",
27-
"cypress": "^6.5.0",
27+
"cypress": "^7.1.0",
2828
"eslint-plugin-cypress": "^2.11.2"
2929
},
3030
"peerDependencies": {

‎packages/@vue/cli-plugin-e2e-nightwatch/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-e2e-nightwatch/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"nightwatch": "^1.4.1"
2929
},
3030
"devDependencies": {
31-
"chromedriver": "^88.0.0",
31+
"chromedriver": "^90.0.0",
3232
"geckodriver": "^1.22.1",
3333
"selenium-server": "^3.141.59"
3434
},

‎packages/@vue/cli-plugin-e2e-webdriverio/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-e2e-webdriverio/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
}
5858
},
5959
"devDependencies": {
60-
"chromedriver": "^88.0.0",
60+
"chromedriver": "^90.0.0",
6161
"geckodriver": "^1.22.1",
6262
"ts-node": "^9.1.1",
6363
"wdio-chromedriver-service": "^7.0.0",

‎packages/@vue/cli-plugin-typescript/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-typescript/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@types/chai": "^4.2.15",
4949
"@types/jest": "^26.0.20",
5050
"@types/mocha": "^8.2.1",
51-
"jscodeshift": "^0.11.0",
51+
"jscodeshift": "^0.12.0",
5252
"typescript": "~4.1.5",
5353
"vue-class-component": "^7.2.3",
5454
"vue-property-decorator": "^9.1.2"

‎yarn.lock

Copy file name to clipboardExpand all lines: yarn.lock
+614-381Lines changed: 614 additions & 381 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.