Skip to content

Commit

Permalink
refactor: drop support for jsdom <22 (#2992)
Browse files Browse the repository at this point in the history
BREAKING CHANGE

The minimum support version is 22
  • Loading branch information
ahnpnl authored Feb 27, 2025
1 parent 3a60492 commit da9cb15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@angular/core": ">=17.0.0 <20.0.0",
"@angular/platform-browser-dynamic": ">=17.0.0 <20.0.0",
"jest": "^29.0.0",
"jsdom": ">=20.0.0",
"jsdom": ">=22.0.0",
"typescript": ">=4.8"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8870,7 +8870,7 @@ __metadata:
"@angular/core": ">=17.0.0 <20.0.0"
"@angular/platform-browser-dynamic": ">=17.0.0 <20.0.0"
jest: ^29.0.0
jsdom: ">=20.0.0"
jsdom: ">=22.0.0"
typescript: ">=4.8"
dependenciesMeta:
esbuild:
Expand Down

0 comments on commit da9cb15

Please sign in to comment.