File tree Expand file tree Collapse file tree 3 files changed +160
-122
lines changed
Expand file tree Collapse file tree 3 files changed +160
-122
lines changed Original file line number Diff line number Diff line change 11amends "package://github.com/jdx/hk/releases/download/v0.8.2/hk@0.8.2#/Config.pkl"
2- import "package://github.com/jdx/hk/releases/download/v0.8.2/hk@0.8.2#/Builtins.pkl"
32
43min_hk_version = "0.8.2"
54
@@ -8,7 +7,11 @@ local linters = new Mapping<String, Step> {
87 check = "tsc --noEmit"
98 glob = List("*.js" , "*.ts" )
109 }
11- ["biome" ] = Builtins.biome
10+ ["biome" ] {
11+ fix = "biome check --fix"
12+ check = "biome check"
13+ glob = List("*.js" , "*.ts" , "*.json" )
14+ }
1215}
1316
1417hooks {
Original file line number Diff line number Diff line change 763763 },
764764 "devDependencies" : {
765765 "@biomejs/biome" : " 1.9.4" ,
766- "@rsbuild/core" : " ^1.1.13 " ,
767- "@rsbuild/plugin-react" : " ^1.1 .0" ,
766+ "@rsbuild/core" : " ^1.3.9 " ,
767+ "@rsbuild/plugin-react" : " ^1.2 .0" ,
768768 "@types/bun" : " ^1.1.16" ,
769769 "@types/micromatch" : " ^4.0.9" ,
770770 "@types/node" : " ^22.10.5" ,
782782 "@tanstack/match-sorter-utils" : " ^8.19.4" ,
783783 "@tanstack/react-query" : " ^5.64.0" ,
784784 "@tanstack/react-table" : " ^8.20.6" ,
785- "@vscode-elements/react-elements" : " ^0.8 .0" ,
785+ "@vscode-elements/react-elements" : " ^1.15 .0" ,
786786 "@vscode/codicons" : " ^0.0.36" ,
787787 "async-cache-dedupe" : " ^2.2.0" ,
788788 "cheerio" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments