Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jest-environment-jsdom: Bump JSDOM to 21.x #13833

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

### Features

- `[jest-environment-jsdom]` Bump `JSDOM` to 21.1.0. `JSDOM`'s API had no breaking changes. ([]())

### Fixes

### Chore & Maintenance
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-environment-jsdom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/node": "*",
"jest-mock": "workspace:^",
"jest-util": "workspace:^",
"jsdom": "^20.0.0"
"jsdom": "^21.0.0"
},
"devDependencies": {
"@jest/test-utils": "workspace:^"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12705,7 +12705,7 @@ __metadata:
"@types/node": "*"
jest-mock: "workspace:^"
jest-util: "workspace:^"
jsdom: ^20.0.0
jsdom: ^21.0.0
peerDependencies:
canvas: ^2.5.0
peerDependenciesMeta:
Expand Down Expand Up @@ -13414,9 +13414,9 @@ __metadata:
languageName: node
linkType: hard

"jsdom@npm:^20.0.0":
version: 20.0.3
resolution: "jsdom@npm:20.0.3"
"jsdom@npm:^21.0.0":
version: 21.1.0
resolution: "jsdom@npm:21.1.0"
dependencies:
abab: ^2.0.6
acorn: ^8.8.1
Expand Down Expand Up @@ -13449,7 +13449,7 @@ __metadata:
peerDependenciesMeta:
canvas:
optional: true
checksum: 6e2ae21db397133a061b270c26d2dbc0b9051733ea3b896a7ece78d79f475ff0974f766a413c1198a79c793159119169f2335ddb23150348fbfdcfa6f3105536
checksum: 2c89c72a6f399184ffc8de30bbdd86283086dbd72bb3a40667102d3f12af141c7517ffb78150a3bb6883a654e8c7d0266c3328d1c387a2b9a1fd0729dc537954
languageName: node
linkType: hard

Expand Down