Skip to content

Commit da9cb15

Browse files
authored
refactor: drop support for jsdom <22 (#2992)
BREAKING CHANGE The minimum support version is 22
1 parent 3a60492 commit da9cb15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@angular/core": ">=17.0.0 <20.0.0",
6363
"@angular/platform-browser-dynamic": ">=17.0.0 <20.0.0",
6464
"jest": "^29.0.0",
65-
"jsdom": ">=20.0.0",
65+
"jsdom": ">=22.0.0",
6666
"typescript": ">=4.8"
6767
},
6868
"peerDependenciesMeta": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8870,7 +8870,7 @@ __metadata:
88708870
"@angular/core": ">=17.0.0 <20.0.0"
88718871
"@angular/platform-browser-dynamic": ">=17.0.0 <20.0.0"
88728872
jest: ^29.0.0
8873-
jsdom: ">=20.0.0"
8873+
jsdom: ">=22.0.0"
88748874
typescript: ">=4.8"
88758875
dependenciesMeta:
88768876
esbuild:

0 commit comments

Comments
 (0)