File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ jobs:
183183 - name : golangci-lint
184184 uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8
185185 with :
186- version : v2.11.3
186+ version : v2.11.4
187187 args : --timeout=10m ./cmd/... ./internal/...
188188
189189 - name : go vet
Original file line number Diff line number Diff line change 3838 - name : Setup Go
3939 uses : actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
4040 with :
41- go-version : 1.26.0
41+ go-version : 1.26.2
4242 - name : Install pnpm
4343 run : corepack enable
4444 - name : Install JavaScript dependencies
Original file line number Diff line number Diff line change 7979 - name : Setup Go
8080 uses : actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
8181 with :
82- go-version : 1.26.0
82+ go-version : 1.26.2
8383 - name : Install pnpm
8484 run : corepack enable
8585 - name : Install JavaScript dependencies
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ description = "TypeScript Go client library"
66license = " MIT"
77
88[dependencies ]
9- thiserror = " 2"
10- serde = { version = " 1" , features = [ " derive" ] }
11- cbor4ii = {version = " 1" , features = [" serde1" ]}
9+ thiserror = " 2.0.18 "
10+ serde = { version = " 1.0.228 " , features = [ " derive" ] }
11+ cbor4ii = {version = " 1.2.2 " , features = [" serde1" ]}
1212serde_bytes = " 0.11.19"
1313bitflags = { version = " 2.10" }
1414
1515[dev-dependencies ]
1616insta = { version = " 1.40" , features = [" json" ] }
17- serde_json = " 1"
17+ serde_json = " 1.0.149 "
Original file line number Diff line number Diff line change 11module github.com/web-infra-dev/rslint
22
3- go 1.26.0
3+ go 1.26.2
44
55replace (
66 github.com/microsoft/typescript-go/shim/api => ./shim/api
@@ -64,7 +64,7 @@ require (
6464
6565require (
6666 github.com/dlclark/regexp2 v1.11.5
67- github.com/fxamacker/cbor/v2 v2.9.0
67+ github.com/fxamacker/cbor/v2 v2.9.1
6868 github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433
6969 github.com/microsoft/typescript-go v0.0.0-20260313230633-c0e5d35a6f8f // indirect
7070 golang.org/x/text v0.35.0
Original file line number Diff line number Diff line change 3434 },
3535 "devDependencies" : {
3636 "@rslint/core" : " workspace:*" ,
37- "@rstest/core" : " ^0.9.2 " ,
37+ "@rstest/core" : " ^0.9.8 " ,
3838 "husky" : " ^9.1.7" ,
3939 "lint-staged" : " ^16.4.0" ,
40- "prettier" : " 3.8.1 " ,
40+ "prettier" : " 3.8.3 " ,
4141 "typescript" : " 5.9.3" ,
4242 "zx" : " 8.8.5" ,
43- "@typescript/native-preview" : " 7.0.0-dev.20250904 .1"
43+ "@typescript/native-preview" : " 7.0.0-dev.20260419 .1"
4444 },
4545 "lint-staged" : {
4646 "*.{js,jsx,ts,tsx}" : [
Original file line number Diff line number Diff line change 2121 "@typescript/ast" : " workspace:*" ,
2222 "@rslib/core" : " 0.21.2" ,
2323 "@types/node" : " 24.3.0" ,
24- "@typescript/native-preview" : " 7.0.0-dev.20250904 .1"
24+ "@typescript/native-preview" : " 7.0.0-dev.20260419 .1"
2525 },
2626 "publishConfig" : {
2727 "access" : " public"
Original file line number Diff line number Diff line change 1717 "@rslint/core" : " workspace:*" ,
1818 "@typescript-eslint/rule-tester" : " workspace:*" ,
1919 "@typescript-eslint/utils" : " workspace:*" ,
20- "@rstest/core" : " 0.9.2 " ,
20+ "@rstest/core" : " 0.9.8 " ,
2121 "@typescript-eslint/parser" : " 8.57.0"
2222 },
2323 "publishConfig" : {
Original file line number Diff line number Diff line change 3232 "buffer" : " ^6.0.3" ,
3333 "cross-env" : " ^10.1.0" ,
3434 "esbuild-plugin-polyfill-node" : " 0.3.0" ,
35- "memfs" : " ^4.57.1 " ,
36- "prebundle" : " 1.6.0 " ,
37- "@typescript/native-preview" : " 7.0.0-dev.20250904 .1"
35+ "memfs" : " ^4.57.2 " ,
36+ "prebundle" : " 1.6.4 " ,
37+ "@typescript/native-preview" : " 7.0.0-dev.20260419 .1"
3838 },
3939 "dependencies" : {
4040 "@rslint/core" : " workspace:*"
Original file line number Diff line number Diff line change 5959 "devDependencies" : {
6060 "@rslint/api" : " workspace:*" ,
6161 "@types/node" : " 24.0.14" ,
62- "@types/picomatch" : " 4.0.2 " ,
63- "@typescript/native-preview" : " 7.0.0-dev.20250904 .1" ,
62+ "@types/picomatch" : " 4.0.3 " ,
63+ "@typescript/native-preview" : " 7.0.0-dev.20260419 .1" ,
6464 "typescript" : " 5.9.3"
6565 },
6666 "peerDependencies" : {
You can’t perform that action at this time.
0 commit comments