Skip to content

Commit

Permalink
chore: jsdom version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Aug 31, 2021
1 parent 88313fd commit 61d0e74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/migrations/migrate-from-v4.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Please consider switching to ESLint. You can check out [`tslint-to-eslint-config
### Unit-Mocha Plugin

* `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.
* `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)
* `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).

### Internal Packages

Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-unit-mocha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-unit-mocha#readme",
"dependencies": {
"@vue/cli-shared-utils": "^5.0.0-beta.3",
"jsdom": "^16.4.0",
"jsdom": "^17.0.0",
"jsdom-global": "^3.0.2",
"mocha": "^8.3.0",
"mochapack": "^2.1.0"
Expand Down

0 comments on commit 61d0e74

Please sign in to comment.