Skip to content

Commit aa8f075

Browse files
fix(deps): update all non-major dependencies
1 parent 4949c44 commit aa8f075

12 files changed

Lines changed: 874 additions & 882 deletions

File tree

.github/actions/build-rsbuild/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
steps:
2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: 22
24+
node-version: 22.22.2
2525
- shell: bash
2626
name: Install package manager
2727
run: |

.github/actions/build-rsdoctor/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
steps:
1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 22
21+
node-version: 22.22.2
2222
- shell: bash
2323
name: Install package manager
2424
run: |

.github/actions/build-rslib/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
steps:
2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: 22
24+
node-version: 22.22.2
2525
- shell: bash
2626
name: Install package manager
2727
run: |

.github/actions/build-rspack/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
steps:
2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: 22
24+
node-version: 22.22.2
2525
- shell: bash
2626
name: Install package manager
2727
run: |

.github/actions/build-rspress/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
steps:
2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: 22
24+
node-version: 22.22.2
2525
- shell: bash
2626
name: Install package manager
2727
run: |

.github/actions/build-rstest/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
steps:
2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: 22
24+
node-version: 22.22.2
2525
- shell: bash
2626
name: Install package manager
2727
run: |

.github/actions/ecosystem_ci_per_commit/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ runs:
6969

7070
- name: Setup Node.js
7171
if: steps.eco_ci.outcome == 'failure'
72-
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
72+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
7373
with:
74-
node-version: 22
74+
node-version: 22.22.2
7575
package-manager-cache: false
7676

7777
- name: Get CI Result

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
if: matrix.suite == 'lynx-stack' || matrix.suite == '_selftest'
194194
uses: actions/setup-node@v4
195195
with:
196-
node-version: 22
196+
node-version: 22.22.2
197197
- name: Setup Rust
198198
if: matrix.suite == 'lynx-stack'
199199
uses: actions-rust-lang/setup-rust-toolchain@v1

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22
1+
22.22.2

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,28 +24,28 @@
2424
"pre-commit": "pnpm run lint:write"
2525
},
2626
"dependencies": {
27-
"@actions/cache": "^4.0.1",
28-
"@actions/core": "^1.10.0",
27+
"@actions/cache": "^4.1.0",
28+
"@actions/core": "^1.11.1",
2929
"@manypkg/get-packages": "^2.2.2",
3030
"cac": "^6.7.14",
31-
"execa": "^7.1.1",
32-
"node-fetch": "^3.3.1",
33-
"yaml": "^2.8.1"
31+
"execa": "^7.2.0",
32+
"node-fetch": "^3.3.2",
33+
"yaml": "^2.8.4"
3434
},
3535
"devDependencies": {
36-
"@antfu/ni": "^0.20.0",
37-
"@rslint/core": "^0.5.0",
38-
"@types/node": "^24.10.1",
39-
"@types/semver": "^7.3.13",
40-
"bumpp": "^10.3.2",
36+
"@antfu/ni": "^0.23.2",
37+
"@rslint/core": "^0.5.2",
38+
"@types/node": "^24.12.3",
39+
"@types/semver": "^7.7.1",
40+
"bumpp": "^10.4.1",
4141
"prettier": "^3.8.3",
42-
"semver": "^7.3.8",
43-
"simple-git-hooks": "^2.8.1",
44-
"tsx": "^4.19.2",
42+
"semver": "^7.7.4",
43+
"simple-git-hooks": "^2.13.1",
44+
"tsx": "^4.21.0",
4545
"typescript": "^4.9.5",
46-
"verdaccio": "^6.1.5"
46+
"verdaccio": "^6.5.2"
4747
},
48-
"packageManager": "pnpm@10.19.0",
48+
"packageManager": "pnpm@10.33.4",
4949
"engines": {
5050
"node": ">=22"
5151
}

0 commit comments

Comments
 (0)