Skip to content

Commit e59ce5c

Browse files
chore(deps): update all patch dependencies
1 parent ac0e383 commit e59ce5c

26 files changed

Lines changed: 546 additions & 915 deletions

File tree

.github/actions/setup-go/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
run: sudo rm -rf ~/go/pkg/mod/golang.org/toolchain*
2626

2727
- name: Go cache
28-
uses: actions/cache@v4.2.3
28+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
2929
if: runner.environment == 'github-hosted'
3030
with:
3131
key: setup-go-${{ runner.os }}-${{ steps.install-go.outputs.go-version }}-${{ inputs.cache-name }}-${{ hashFiles('**/go.sum') }}

.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@v5
4040
with:
41-
go-version: 1.25.0
41+
go-version: 1.25.1
4242
- name: Install pnpm
4343
run: corepack enable
4444
- name: Install JavaScript dependencies

go.mod

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

3-
go 1.25.0
3+
go 1.25.1
44

55
replace (
66
github.com/microsoft/typescript-go/shim/ast => ./shim/ast

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@rslint/core": "workspace:*",
3737
"@rstest/core": "^0.3.2",
3838
"husky": "^9.1.7",
39-
"lint-staged": "^16.1.2",
39+
"lint-staged": "^16.1.6",
4040
"prettier": "3.5.0",
4141
"typescript": "5.8.3",
4242
"zx": "8.7.1"
@@ -55,6 +55,6 @@
5555
},
5656
"files": [],
5757
"dependencies": {
58-
"@types/react": "^19.1.9"
58+
"@types/react": "^19.1.12"
5959
}
6060
}

packages/rslint-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"@typescript/api": "workspace:*",
2121
"@rslib/core": "0.12.4",
22-
"@types/node": "24.3.0"
22+
"@types/node": "24.3.1"
2323
},
2424
"publishConfig": {
2525
"access": "public"

packages/rslint-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"cross-env": "^10.0.0",
3232
"esbuild-plugin-polyfill-node": "0.3.0",
3333
"memfs": "^4.38.2",
34-
"prebundle": "1.4.1"
34+
"prebundle": "1.4.2"
3535
},
3636
"dependencies": {
3737
"@rslint/core": "workspace:*"

packages/vscode-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@
8484
},
8585
"devDependencies": {
8686
"@rslint/core": "workspace:*",
87-
"@types/mocha": "10.0.9",
87+
"@types/mocha": "10.0.10",
8888
"@types/node": "24.0.14",
8989
"@types/vscode": "^1.74.0",
9090
"@vscode/test-cli": "0.0.11",
9191
"@vscode/test-electron": "2.4.1",
9292
"@vscode/vsce": "3.6.0",
93-
"esbuild": "0.25.7",
93+
"esbuild": "0.25.9",
9494
"fast-glob": "3.2.12",
9595
"mocha": "10.8.2",
9696
"ovsx": "^0.10.5",

0 commit comments

Comments
 (0)