Skip to content

Commit b4fa3e8

Browse files
chore(deps): update all non-major dependencies (rstackjs#343)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 11c56cd commit b4fa3e8

29 files changed

Lines changed: 364 additions & 180 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.18.1
29+
node-version: 24.19.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.18.1
74+
node-version: 24.19.0
7575
package-manager-cache: false
7676

7777
- name: Setup Pnpm

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

Lines changed: 1 addition & 1 deletion
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.18.1
38+
node-version: 24.19.0
3939
package-manager-cache: false
4040

4141
- name: Install Pnpm

.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.18.1
73+
node-version: 24.19.0
7474
package-manager-cache: false
7575

7676
- name: Install Pnpm

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Checkout
2828
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2929

30-
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
30+
- uses: dorny/paths-filter@ceb8a2b8f2d89434be7ff52d3de7ec3738c5cc9d # v4.0.3
3131
id: changes
3232
with:
3333
predicate-quantifier: 'every'
@@ -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.18.1
46+
node-version: 24.19.0
4747
package-manager-cache: false
4848

4949
- name: Install Pnpm

Cargo.lock

Lines changed: 15 additions & 8 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
@@ -10,9 +10,9 @@ rust-version = "1.88"
1010

1111
[workspace.dependencies]
1212
ignore = { version = "0.4.33", default-features = false }
13-
napi = { version = "3.12.0", default-features = false, features = ["napi9"] }
14-
napi-build = "2.4.0"
15-
napi-derive = "3.6.2"
13+
napi = { version = "3.12.1", default-features = false, features = ["napi9"] }
14+
napi-build = "2.4.1"
15+
napi-derive = "3.6.3"
1616
pathdiff = "0.2.3"
1717
rstack-ignore = { path = "crates/rstack-ignore" }
1818

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@rsbuild/plugin-preact": "^2.0.0",
21-
"@testing-library/jest-dom": "^7.0.0",
21+
"@testing-library/jest-dom": "^7.0.1",
2222
"@testing-library/preact": "^3.2.4",
2323
"@types/node": "^24.13.3",
2424
"happy-dom": "^20.11.2",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@rsbuild/plugin-preact": "^2.0.0",
21-
"@testing-library/jest-dom": "^7.0.0",
21+
"@testing-library/jest-dom": "^7.0.1",
2222
"@testing-library/preact": "^3.2.4",
2323
"happy-dom": "^20.11.2",
2424
"rstack": "^0.5.2"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"devDependencies": {
2121
"@rsbuild/plugin-react": "^2.1.0",
2222
"@testing-library/dom": "^10.4.1",
23-
"@testing-library/jest-dom": "^7.0.0",
23+
"@testing-library/jest-dom": "^7.0.1",
2424
"@testing-library/react": "^16.3.2",
2525
"@types/node": "^24.13.3",
2626
"@types/react": "^19.2.18",

0 commit comments

Comments
 (0)