File tree 3 files changed +8
-3
lines changed
website/_dogfooding/_pages tests
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 123
123
"stylelint" : " ^14.16.1" ,
124
124
"stylelint-config-prettier" : " ^9.0.5" ,
125
125
"stylelint-config-standard" : " ^29.0.0" ,
126
- "typescript" : " ~5.6 .2"
126
+ "typescript" : " ~5.7 .2"
127
127
}
128
128
}
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ function useBoom(): boolean {
18
18
return ( customFields as { crashTest ?: boolean } ) . crashTest ?? false ;
19
19
}
20
20
21
- function boomRoot ( ) {
21
+ function boomRoot ( ) : never {
22
22
throw new Error ( 'Boom root' ) ;
23
23
}
24
24
25
25
function boomParent ( ) {
26
26
try {
27
- boomRoot ( ) ;
27
+ return boomRoot ( ) ;
28
28
} catch ( err ) {
29
29
throw new Error ( 'Boom parent' , { cause : err as Error } ) ;
30
30
}
Original file line number Diff line number Diff line change @@ -17642,6 +17642,11 @@ typescript@~5.6.2:
17642
17642
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b"
17643
17643
integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==
17644
17644
17645
+ typescript@~5.7.2:
17646
+ version "5.7.2"
17647
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
17648
+ integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
17649
+
17645
17650
ufo@^1.5.3:
17646
17651
version "1.5.4"
17647
17652
resolved "https://registry.yarnpkg.com/ufo/-/ufo-1.5.4.tgz#16d6949674ca0c9e0fbbae1fa20a71d7b1ded754"
You can’t perform that action at this time.
0 commit comments