Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
with:
node-version: 24.19.0
node-version: 24.20.0
package-manager-cache: false

- name: Install Pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: 24.19.0
node-version: 24.20.0
package-manager-cache: false

- name: Setup Pnpm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable-native-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
with:
node-version: 24.19.0
node-version: 24.20.0
package-manager-cache: false

- name: Install Pnpm
Expand All @@ -55,7 +55,7 @@ jobs:

- name: Install cargo-zigbuild
if: contains(inputs.target, 'musl')
uses: taiki-e/install-action@b6ff580856c41316412a0b9b60540fbc6f8c82cc # v2.86.7
uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2.87.0
with:
tool: cargo-zigbuild@0.23.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-native-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
with:
node-version: 24.19.0
node-version: 24.20.0
package-manager-cache: false

- name: Install Pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
if: steps.changes.outputs.changed == 'true'
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
with:
node-version: 24.19.0
node-version: 24.20.0
package-manager-cache: false

- name: Install Pnpm
Expand Down
4 changes: 2 additions & 2 deletions packages/create-rstack/template-app-lit-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"lit": "^3.3.3"
},
"devDependencies": {
"@types/node": "^26.4.0",
"happy-dom": "^20.12.0",
"@types/node": "^26.4.1",
"happy-dom": "^20.13.2",
"rstack": "^0.7.2",
"typescript": "^7.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rstack/template-app-lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lit": "^3.3.3"
},
"devDependencies": {
"happy-dom": "^20.12.0",
"happy-dom": "^20.13.2",
"rstack": "^0.7.2"
}
}
4 changes: 2 additions & 2 deletions packages/create-rstack/template-app-preact-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@rsbuild/plugin-preact": "^2.1.0",
"@testing-library/jest-dom": "^7.0.1",
"@testing-library/preact": "^3.2.4",
"@types/node": "^26.4.0",
"happy-dom": "^20.12.0",
"@types/node": "^26.4.1",
"happy-dom": "^20.13.2",
"rstack": "^0.7.2",
"typescript": "^7.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rstack/template-app-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@rsbuild/plugin-preact": "^2.1.0",
"@testing-library/jest-dom": "^7.0.1",
"@testing-library/preact": "^3.2.4",
"happy-dom": "^20.12.0",
"happy-dom": "^20.13.2",
"rstack": "^0.7.2"
}
}
4 changes: 2 additions & 2 deletions packages/create-rstack/template-app-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^7.0.1",
"@testing-library/react": "^16.3.3",
"@types/node": "^26.4.0",
"@types/node": "^26.4.1",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.5",
"happy-dom": "^20.12.0",
"happy-dom": "^20.13.2",
"rstack": "^0.7.2",
"typescript": "^7.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rstack/template-app-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^7.0.1",
"@testing-library/react": "^16.3.3",
"happy-dom": "^20.12.0",
"happy-dom": "^20.13.2",
"rstack": "^0.7.2"
}
}
4 changes: 2 additions & 2 deletions packages/create-rstack/template-app-solid-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@rsbuild/plugin-solid": "^1.2.2",
"@solidjs/testing-library": "^0.8.10",
"@testing-library/jest-dom": "^7.0.1",
"@types/node": "^26.4.0",
"happy-dom": "^20.12.0",
"@types/node": "^26.4.1",
"happy-dom": "^20.13.2",
"rstack": "^0.7.2",
"typescript": "^7.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rstack/template-app-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@rsbuild/plugin-solid": "^1.2.2",
"@solidjs/testing-library": "^0.8.10",
"@testing-library/jest-dom": "^7.0.1",
"happy-dom": "^20.12.0",
"happy-dom": "^20.13.2",
"rstack": "^0.7.2"
}
}
4 changes: 2 additions & 2 deletions packages/create-rstack/template-app-svelte-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@rsbuild/plugin-svelte": "^2.0.1",
"@testing-library/jest-dom": "^7.0.1",
"@testing-library/svelte": "^5.4.2",
"@types/node": "^26.4.0",
"happy-dom": "^20.12.0",
"@types/node": "^26.4.1",
"happy-dom": "^20.13.2",
"prettier-plugin-svelte": "^4.1.1",
"rstack": "^0.7.2",
"svelte-check": "^4.7.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rstack/template-app-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@rsbuild/plugin-svelte": "^2.0.1",
"@testing-library/jest-dom": "^7.0.1",
"@testing-library/svelte": "^5.4.2",
"happy-dom": "^20.12.0",
"happy-dom": "^20.13.2",
"prettier-plugin-svelte": "^4.1.1",
"rstack": "^0.7.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/create-rstack/template-app-vanilla-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"devDependencies": {
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^7.0.1",
"@types/node": "^26.4.0",
"happy-dom": "^20.12.0",
"@types/node": "^26.4.1",
"happy-dom": "^20.13.2",
"rstack": "^0.7.2",
"typescript": "^7.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rstack/template-app-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^7.0.1",
"happy-dom": "^20.12.0",
"happy-dom": "^20.13.2",
"rstack": "^0.7.2"
}
}
4 changes: 2 additions & 2 deletions packages/create-rstack/template-app-vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"devDependencies": {
"@rsbuild/plugin-vue": "^2.0.1",
"@testing-library/jest-dom": "^7.0.1",
"@types/node": "^26.4.0",
"@types/node": "^26.4.1",
"@vue/test-utils": "^2.5.0",
"happy-dom": "^20.12.0",
"happy-dom": "^20.13.2",
"rstack": "^0.7.2",
"typescript": "^6.0.3",
"vue-tsc": "^3.3.11"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rstack/template-app-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@rsbuild/plugin-vue": "^2.0.1",
"@testing-library/jest-dom": "^7.0.1",
"@vue/test-utils": "^2.5.0",
"happy-dom": "^20.12.0",
"happy-dom": "^20.13.2",
"rstack": "^0.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-rstack/template-doc-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@rspress/core": "^2.0.21",
"@types/node": "^26.4.0",
"@types/node": "^26.4.1",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.5",
"react": "^19.2.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rstack/template-doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@rspress/core": "^2.0.21",
"@types/node": "^26.4.0",
"@types/node": "^26.4.1",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.5",
"react": "^19.2.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rstack/template-lib-node-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test:watch": "rs test --watch"
},
"devDependencies": {
"@types/node": "^26.4.0",
"@types/node": "^26.4.1",
"rstack": "^0.7.2",
"typescript": "^7.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/create-rstack/template-lib-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^7.0.1",
"@testing-library/react": "^16.3.3",
"@types/node": "^26.4.0",
"@types/node": "^26.4.1",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.5",
"happy-dom": "^20.12.0",
"happy-dom": "^20.13.2",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"rstack": "^0.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rstack/template-lib-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@testing-library/jest-dom": "^7.0.1",
"@testing-library/react": "^16.3.3",
"@types/react-dom": "^19.2.5",
"happy-dom": "^20.12.0",
"happy-dom": "^20.13.2",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"rstack": "^0.7.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/create-rstack/template-lib-solid-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@rsbuild/plugin-solid": "^1.2.2",
"@solidjs/testing-library": "^0.8.10",
"@testing-library/jest-dom": "^7.0.1",
"@types/node": "^26.4.0",
"happy-dom": "^20.12.0",
"@types/node": "^26.4.1",
"happy-dom": "^20.13.2",
"rstack": "^0.7.2",
"solid-js": "^1.9.15",
"typescript": "^7.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rstack/template-lib-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@rsbuild/plugin-solid": "^1.2.2",
"@solidjs/testing-library": "^0.8.10",
"@testing-library/jest-dom": "^7.0.1",
"happy-dom": "^20.12.0",
"happy-dom": "^20.13.2",
"rstack": "^0.7.2",
"solid-js": "^1.9.15"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/create-rstack/template-lib-svelte-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
},
"devDependencies": {
"@rsbuild/plugin-svelte": "^2.0.1",
"@types/node": "^26.4.0",
"happy-dom": "^20.12.0",
"@types/node": "^26.4.1",
"happy-dom": "^20.13.2",
"prettier-plugin-svelte": "^4.1.1",
"rstack": "^0.7.2",
"svelte": "^5.57.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rstack/template-lib-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@rsbuild/plugin-svelte": "^2.0.1",
"happy-dom": "^20.12.0",
"happy-dom": "^20.13.2",
"prettier-plugin-svelte": "^4.1.1",
"rstack": "^0.7.2",
"svelte": "^5.57.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/create-rstack/template-lib-vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"devDependencies": {
"@rsbuild/plugin-vue": "^2.0.1",
"@testing-library/jest-dom": "^7.0.1",
"@types/node": "^26.4.0",
"@types/node": "^26.4.1",
"@vue/test-utils": "^2.5.0",
"happy-dom": "^20.12.0",
"happy-dom": "^20.13.2",
"rstack": "^0.7.2",
"typescript": "^6.0.3",
"vue": "^3.5.42",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rstack/template-lib-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@rsbuild/plugin-vue": "^2.0.1",
"@testing-library/jest-dom": "^7.0.1",
"@vue/test-utils": "^2.5.0",
"happy-dom": "^20.12.0",
"happy-dom": "^20.13.2",
"rstack": "^0.7.2",
"vue": "^3.5.42"
},
Expand Down
Loading