File tree Expand file tree Collapse file tree 3 files changed +494
-482
lines changed Expand file tree Collapse file tree 3 files changed +494
-482
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,14 @@ function readPackage(pkg) {
15
15
} else if ( pkg . name ?. includes ( "gnu" ) && ! pkg . libc ) {
16
16
pkg . libc = "glibc" ;
17
17
}
18
+ } else if ( pkg . name ?. includes ( "@biomejs" ) ) {
19
+ if ( pkg . name ?. includes ( "linux" ) && ! pkg . libc ) {
20
+ if ( pkg . name ?. includes ( "musl" ) ) {
21
+ pkg . libc = "musl" ;
22
+ } else {
23
+ pkg . libc = "glibc" ;
24
+ }
25
+ }
18
26
}
19
27
return pkg ;
20
28
}
Original file line number Diff line number Diff line change 80
80
"*" : " biome check --fix --no-errors-on-unmatched"
81
81
},
82
82
"dependencies" : {
83
- "@babel/parser" : " ^7.27.4 " ,
84
- "@babel/traverse" : " ^7.27.4 " ,
83
+ "@babel/parser" : " ^7.27.7 " ,
84
+ "@babel/traverse" : " ^7.27.7 " ,
85
85
"@iarna/toml" : " 2.2.5" ,
86
86
"@npmcli/arborist" : " ^9.1.2" ,
87
87
"ajv" : " ^8.17.1" ,
124
124
"@cyclonedx/cdxgen-plugins-bin-windows-amd64" : " 1.6.12" ,
125
125
"@cyclonedx/cdxgen-plugins-bin-windows-arm64" : " 1.6.12" ,
126
126
"body-parser" : " ^2.2.0" ,
127
- "compression" : " ^1.7.5 " ,
127
+ "compression" : " ^1.8.0 " ,
128
128
"connect" : " ^3.7.0" ,
129
129
"jsonata" : " ^2.0.6" ,
130
130
"sequelize" : " ^6.37.7" ,
140
140
],
141
141
"devDependencies" : {
142
142
"@biomejs/biome" : " 2.0.5" ,
143
- "jest" : " ^30.0.0 " ,
143
+ "jest" : " ^30.0.3 " ,
144
144
"typescript" : " ^5.8.3"
145
145
},
146
146
"pnpm" : {
You can’t perform that action at this time.
0 commit comments