Skip to content

Commit 61d0e74

Browse files
committed
chore: jsdom version bump
1 parent 88313fd commit 61d0e74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/migrations/migrate-from-v4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Please consider switching to ESLint. You can check out [`tslint-to-eslint-config
138138
### Unit-Mocha Plugin
139139

140140
* `mocha` is upgraded from v6 to v8, please refer to the release notes of [mocha v7](https://github.com/mochajs/mocha/releases/tag/v7.0.0) and [mocha v8](https://github.com/mochajs/mocha/releases/tag/v8.0.0) for a complete list of breaking changes.
141-
* `jsdom` is upgraded from v15 to v16, the breaking changes are listed at [`jsdom` v16.0.0 release](https://github.com/jsdom/jsdom/releases/tag/16.0.0)
141+
* `jsdom` is upgraded from v15 to v17, user-facing breaking changes are listed in the [`jsdom` v16.0.0 release notes](https://github.com/jsdom/jsdom/releases/tag/16.0.0).
142142

143143
### Internal Packages
144144

packages/@vue/cli-plugin-unit-mocha/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-unit-mocha#readme",
2424
"dependencies": {
2525
"@vue/cli-shared-utils": "^5.0.0-beta.3",
26-
"jsdom": "^16.4.0",
26+
"jsdom": "^17.0.0",
2727
"jsdom-global": "^3.0.2",
2828
"mocha": "^8.3.0",
2929
"mochapack": "^2.1.0"

0 commit comments

Comments
 (0)