Skip to content

Commit 4d299e7

Browse files
chore(deps): update all non-major dependencies (#501)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: neverland <chenjiahan.jait@bytedance.com>
1 parent e614eaa commit 4d299e7

29 files changed

Lines changed: 326 additions & 473 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node.js
2727
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
2828
with:
29-
node-version: 24.20.0
29+
node-version: 24.21.0
3030
package-manager-cache: false
3131

3232
- name: Install Pnpm

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Setup Node.js
7272
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
7373
with:
74-
node-version: 24.20.0
74+
node-version: 24.21.0
7575
package-manager-cache: false
7676

7777
- name: Setup Pnpm

.github/workflows/reusable-native-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Node.js
3636
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
3737
with:
38-
node-version: 24.20.0
38+
node-version: 24.21.0
3939
package-manager-cache: false
4040

4141
- name: Install Pnpm
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Install cargo-zigbuild
5757
if: contains(inputs.target, 'musl')
58-
uses: taiki-e/install-action@d438492cf8a250514fa2d34b30bc3c0dc37c65ff # v2.87.8
58+
uses: taiki-e/install-action@fa23953489c080190314742a9b907f8e97c6767c # v2.87.10
5959
with:
6060
tool: cargo-zigbuild@0.23.0
6161

.github/workflows/reusable-native-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Setup Node.js
7171
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
7272
with:
73-
node-version: 24.20.0
73+
node-version: 24.21.0
7474
package-manager-cache: false
7575

7676
- name: Install Pnpm

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: steps.changes.outputs.changed == 'true'
4444
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
4545
with:
46-
node-version: 24.20.0
46+
node-version: 24.21.0
4747
package-manager-cache: false
4848

4949
- name: Install Pnpm

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ repository = "https://github.com/rstackjs/rstack-cli"
99

1010
[workspace.dependencies]
1111
ignore = { version = "0.4.33", default-features = false }
12-
napi = { version = "3.12.4", default-features = false, features = ["napi9"] }
13-
napi-build = "2.4.2"
14-
napi-derive = "3.6.5"
12+
napi = { version = "3.12.6", default-features = false, features = ["napi9"] }
13+
napi-build = "2.4.3"
14+
napi-derive = "3.6.7"
1515
pathdiff = "0.2.3"
1616
rstack-ignore = { path = "crates/rstack-ignore" }
1717

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
"rstack": "workspace:*",
2525
"typescript": "catalog:"
2626
},
27-
"packageManager": "pnpm@12.4.1"
27+
"packageManager": "pnpm@12.4.2"
2828
}

packages/create-rstack/template-app-lit-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"lit": "^3.3.3"
1818
},
1919
"devDependencies": {
20-
"@types/node": "^26.5.1",
20+
"@types/node": "^26.6.1",
2121
"happy-dom": "^20.14.5",
2222
"rstack": "^0.7.5",
2323
"typescript": "^7.0.2"

packages/create-rstack/template-app-preact-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@rsbuild/plugin-preact": "^2.1.0",
2121
"@testing-library/jest-dom": "^7.0.1",
2222
"@testing-library/preact": "^3.2.4",
23-
"@types/node": "^26.5.1",
23+
"@types/node": "^26.6.1",
2424
"happy-dom": "^20.14.5",
2525
"rstack": "^0.7.5",
2626
"typescript": "^7.0.2"

0 commit comments

Comments
 (0)