File tree 4 files changed +7
-6
lines changed
4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 142
142
"syncpack" : " ^11.2.1" ,
143
143
"ts-node" : " ^10.0.0" ,
144
144
"typedoc" : " 0.25.13" ,
145
- "typescript" : " ^4 .6.3" ,
145
+ "typescript" : " ^5 .6.3" ,
146
146
"xvfb-maybe" : " ^0.2.1" ,
147
147
"yaml-hook" : " ^1.0.0"
148
148
},
Original file line number Diff line number Diff line change @@ -295,6 +295,7 @@ export const listrMake = (
295
295
} ) ;
296
296
} catch ( err ) {
297
297
if ( err ) {
298
+ // eslint-disable-next-line @typescript-eslint/no-throw-literal
298
299
throw err ;
299
300
} else {
300
301
throw new Error ( `An unknown error occurred while making for target: ${ uniqMaker . name } ` ) ;
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ const proxify = <T extends ProxiedObject>(buildIdentifier: string | (() => strin
44
44
const envValue = process . env [ `${ envPrefix } _${ underscoreCase ( name ) } ` ] ;
45
45
if ( envValue ) return envValue ;
46
46
}
47
- const value = Reflect . get ( target , name , receiver ) ;
47
+ const value = Reflect . get ( target , name , receiver ) as BuildIdentifierConfig < T > ;
48
48
49
49
if ( value && typeof value === 'object' && value . __isMagicBuildIdentifierMap ) {
50
50
const identifier = typeof buildIdentifier === 'function' ? buildIdentifier ( ) : buildIdentifier ;
Original file line number Diff line number Diff line change 12600
12600
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0"
12601
12601
integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==
12602
12602
12603
- typescript@^4 .6.3:
12604
- version "4 .6.3"
12605
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-4 .6.3.tgz#eefeafa6afdd31d725584c67a0eaba80f6fc6c6c "
12606
- integrity sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw ==
12603
+ typescript@^5 .6.3:
12604
+ version "5 .6.3"
12605
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-5 .6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b "
12606
+ integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw ==
12607
12607
12608
12608
typescript@~4.2.4:
12609
12609
version "4.2.4"
You can’t perform that action at this time.
0 commit comments