File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 - name : Setup Go
2323 uses : actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
2424 with :
25- go-version : ' 1.26.0 '
25+ go-version : ' 1.26.2 '
2626 cache : false
2727
2828 - name : Run benchmarks
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
@@ -68,7 +68,7 @@ require (
6868
6969require (
7070 github.com/dlclark/regexp2 v1.11.5
71- github.com/fxamacker/cbor/v2 v2.9.0
71+ github.com/fxamacker/cbor/v2 v2.9.2
7272 github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433
7373 github.com/microsoft/typescript-go v0.0.0-20260313230633-c0e5d35a6f8f // indirect
7474 golang.org/x/text v0.35.0
Original file line number Diff line number Diff line change 3636 },
3737 "devDependencies" : {
3838 "@rslint/core" : " workspace:*" ,
39- "@rstest/core" : " ^0.9.2 " ,
39+ "@rstest/core" : " ^0.9.10 " ,
4040 "husky" : " ^9.1.7" ,
4141 "lint-staged" : " ^16.4.0" ,
42- "prettier" : " 3.8.1 " ,
42+ "prettier" : " 3.8.3 " ,
4343 "typescript" : " 5.9.3" ,
4444 "zx" : " 8.8.5" ,
45- "@typescript/native-preview" : " 7.0.0-dev.20250904 .1"
45+ "@typescript/native-preview" : " 7.0.0-dev.20260504 .1"
4646 },
4747 "lint-staged" : {
4848 "*.{js,jsx,ts,tsx}" : [
5252 " prettier --write"
5353 ]
5454 },
55- "packageManager" : " pnpm@10.33.0 " ,
55+ "packageManager" : " pnpm@10.33.2 " ,
5656 "engines" : {
57- "pnpm" : " >=10.33.0 "
57+ "pnpm" : " >=10.33.2 "
5858 },
5959 "files" : [],
6060 "dependencies" : {
Original file line number Diff line number Diff line change 1515 "keywords" : [],
1616 "author" : " " ,
1717 "license" : " MIT" ,
18- "packageManager" : " pnpm@10.33.0 " ,
18+ "packageManager" : " pnpm@10.33.2 " ,
1919 "devDependencies" : {
20- "@rslib/core" : " 0.21.2 " ,
20+ "@rslib/core" : " 0.21.3 " ,
2121 "@types/node" : " 24.3.0" ,
22- "@typescript/native-preview" : " 7.0.0-dev.20260427 .1"
22+ "@typescript/native-preview" : " 7.0.0-dev.20260504 .1"
2323 },
2424 "publishConfig" : {
2525 "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 " ,
21- "@typescript-eslint/parser" : " 8.59.0 "
20+ "@rstest/core" : " 0.9.10 " ,
21+ "@typescript-eslint/parser" : " 8.59.1 "
2222 },
2323 "publishConfig" : {
2424 "access" : " public"
Original file line number Diff line number Diff line change 2323 "type" : " git" ,
2424 "url" : " https://github.com/web-infra-dev/rslint"
2525 },
26- "packageManager" : " pnpm@10.33.0 " ,
26+ "packageManager" : " pnpm@10.33.2 " ,
2727 "devDependencies" : {
2828 "@rslint/core" : " workspace:*" ,
2929 "@microsoft/api-extractor" : " 7.57.4" ,
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.20260504 .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.20260504 .1" ,
6464 "typescript" : " 5.9.3"
6565 },
6666 "peerDependencies" : {
8181 },
8282 "dependencies" : {
8383 "picomatch" : " 4.0.4" ,
84- "tinyglobby" : " 0.2.15 "
84+ "tinyglobby" : " 0.2.16 "
8585 }
8686}
You can’t perform that action at this time.
0 commit comments