Skip to content

Commit b43ecce

Browse files
chore(deps): update all patch dependencies
1 parent bf1561d commit b43ecce

41 files changed

Lines changed: 1477 additions & 1696 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/benchmark-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Go
2323
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
2424
with:
25-
go-version: '1.26.0'
25+
go-version: '1.26.5'
2626
cache: false
2727

2828
- name: Run benchmarks

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Go
3939
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
4040
with:
41-
go-version: 1.26.0
41+
go-version: 1.26.5
4242
- name: Install pnpm
4343
run: corepack enable
4444
- name: Install JavaScript dependencies

.github/workflows/devbird.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Setup Go
8080
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
8181
with:
82-
go-version: 1.26.0
82+
go-version: 1.26.5
8383
- name: Install pnpm
8484
run: corepack enable
8585
- name: Install JavaScript dependencies

.github/workflows/release-crates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Authenticate with crates.io
6565
if: ${{ inputs.dry_run == false }}
6666
id: auth
67-
uses: rust-lang/crates-io-auth-action@bbd81622f20ce9e2dd9622e3218b975523e45bbe # v1.0.4
67+
uses: rust-lang/crates-io-auth-action@c6f97d42243bad5fab37ca0427f495c86d5b1a18 # v1.0.5
6868

6969
- name: Publish tsgo-client
7070
if: ${{ inputs.dry_run == false }}

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rslint-native/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ crate-type = ["cdylib"]
1010

1111
[dependencies]
1212
napi = "3.9.0"
13-
napi-derive = "3.5.6"
13+
napi-derive = "3.5.10"
1414
oxc_allocator = "0.133.0"
1515
# oxc_ast is a direct dependency solely to enable its `serialize` feature, which provides
1616
# `Program::to_estree_*_json`. The Program value itself comes back from oxc_parser.
@@ -20,7 +20,7 @@ oxc_ast_visit = { version = "0.133.0", features = ["serialize"] }
2020
oxc_parser = "0.133.0"
2121
oxc_span = "0.133.0"
2222
# token_map builds the AST cover from the ESTree JSON value.
23-
serde_json = "1"
23+
serde_json = "1.0.150"
2424

2525
[build-dependencies]
2626
napi-build = "2.3.2"

crates/rslint-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"build:debug": "napi build --platform --no-js && node ../../scripts/place-host-build.mjs node"
2222
},
2323
"devDependencies": {
24-
"@napi-rs/cli": "3.7.0"
24+
"@napi-rs/cli": "3.7.3"
2525
}
2626
}

crates/tsgo-client/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ description = "TypeScript Go client library"
66
license = "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"]}
1212
serde_bytes = "0.11.19"
13-
bitflags = { version = "2.13.0"}
13+
bitflags = { version = "2.13.1"}
1414

1515
[dev-dependencies]
1616
insta = { version = "1.47.2", features = ["json"] }
17-
serde_json = "1"
17+
serde_json = "1.0.150"

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/web-infra-dev/rslint
22

3-
go 1.26.0
3+
go 1.26.5
44

55
replace (
66
github.com/microsoft/typescript-go/shim/api => ./shim/api
@@ -73,7 +73,7 @@ require (
7373

7474
require (
7575
github.com/dlclark/regexp2 v1.12.0
76-
github.com/fxamacker/cbor/v2 v2.9.0
76+
github.com/fxamacker/cbor/v2 v2.9.2
7777
github.com/go-json-experiment/json v0.0.0-20260623181947-01eb4420fa68
7878
github.com/microsoft/typescript-go v0.0.0-20260714195723-448614f8f409 // indirect
7979
golang.org/x/text v0.38.0

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
"ajv": "6.15.0",
4242
"husky": "^9.1.7",
4343
"lint-staged": "^16.4.0",
44-
"prettier": "3.9.4",
44+
"prettier": "3.9.5",
4545
"typescript": "5.9.3",
4646
"zx": "8.8.5",
47-
"@typescript/native-preview": "7.0.0-dev.20250904.1"
47+
"@typescript/native-preview": "7.0.0-dev.20260707.2"
4848
},
4949
"lint-staged": {
5050
"*.{js,jsx,ts,tsx}": [
@@ -54,12 +54,12 @@
5454
"prettier --write"
5555
]
5656
},
57-
"packageManager": "pnpm@10.34.4",
57+
"packageManager": "pnpm@10.34.5",
5858
"engines": {
59-
"pnpm": ">=10.34.4"
59+
"pnpm": ">=10.34.5"
6060
},
6161
"files": [],
6262
"dependencies": {
63-
"@types/react": "^19.2.14"
63+
"@types/react": "^19.2.17"
6464
}
6565
}

0 commit comments

Comments
 (0)