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 @@ -30,7 +30,7 @@ jobs:
package-manager-cache: false

- name: Install Pnpm
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0
with:
run_install: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
package-manager-cache: false

- name: Setup Pnpm
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0
with:
run_install: true

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 @@ -39,7 +39,7 @@ jobs:
package-manager-cache: false

- name: Install Pnpm
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0
with:
run_install: true

Expand All @@ -55,7 +55,7 @@ jobs:

- name: Install cargo-zigbuild
if: contains(inputs.target, 'musl')
uses: taiki-e/install-action@e67fa11c4b9316fa714ddf0abed07a0c3143b95b # v2.87.4
uses: taiki-e/install-action@d438492cf8a250514fa2d34b30bc3c0dc37c65ff # v2.87.8
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 @@ -74,7 +74,7 @@ jobs:
package-manager-cache: false

- name: Install Pnpm
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0
with:
run_install: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Install Pnpm
if: steps.changes.outputs.changed == 'true'
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0
with:
run_install: true

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"rstack": "workspace:*",
"typescript": "catalog:"
},
"packageManager": "pnpm@12.3.4"
"packageManager": "pnpm@12.4.1"
}
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.5.0",
"happy-dom": "^20.14.0",
"@types/node": "^26.5.1",
"happy-dom": "^20.14.5",
"rstack": "^0.7.4",
"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.14.0",
"happy-dom": "^20.14.5",
"rstack": "^0.7.4"
}
}
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.5.0",
"happy-dom": "^20.14.0",
"@types/node": "^26.5.1",
"happy-dom": "^20.14.5",
"rstack": "^0.7.4",
"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.14.0",
"happy-dom": "^20.14.5",
"rstack": "^0.7.4"
}
}
14 changes: 7 additions & 7 deletions packages/create-rstack/template-app-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
"test:watch": "rs test --watch"
},
"dependencies": {
"react": "^19.2.8",
"react-dom": "^19.2.8"
"react": "^19.3.0",
"react-dom": "^19.3.0"
},
"devDependencies": {
"@rsbuild/plugin-react": "^2.1.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/dom": "^10.4.2",
"@testing-library/jest-dom": "^7.0.1",
"@testing-library/react": "^16.3.3",
"@types/node": "^26.5.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.7",
"happy-dom": "^20.14.0",
"@types/node": "^26.5.1",
"@types/react": "^19.3.0",
"@types/react-dom": "^19.3.0",
"happy-dom": "^20.14.5",
"rstack": "^0.7.4",
"typescript": "^7.0.2"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/create-rstack/template-app-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"test:watch": "rs test --watch"
},
"dependencies": {
"react": "^19.2.8",
"react-dom": "^19.2.8"
"react": "^19.3.0",
"react-dom": "^19.3.0"
},
"devDependencies": {
"@rsbuild/plugin-react": "^2.1.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/dom": "^10.4.2",
"@testing-library/jest-dom": "^7.0.1",
"@testing-library/react": "^16.3.3",
"happy-dom": "^20.14.0",
"happy-dom": "^20.14.5",
"rstack": "^0.7.4"
}
}
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.5.0",
"happy-dom": "^20.14.0",
"@types/node": "^26.5.1",
"happy-dom": "^20.14.5",
"rstack": "^0.7.4",
"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.14.0",
"happy-dom": "^20.14.5",
"rstack": "^0.7.4"
}
}
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.5.0",
"happy-dom": "^20.14.0",
"@types/node": "^26.5.1",
"happy-dom": "^20.14.5",
"prettier-plugin-svelte": "^4.1.1",
"rstack": "^0.7.4",
"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.14.0",
"happy-dom": "^20.14.5",
"prettier-plugin-svelte": "^4.1.1",
"rstack": "^0.7.4"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/create-rstack/template-app-vanilla-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"test:watch": "rs test --watch"
},
"devDependencies": {
"@testing-library/dom": "^10.4.1",
"@testing-library/dom": "^10.4.2",
"@testing-library/jest-dom": "^7.0.1",
"@types/node": "^26.5.0",
"happy-dom": "^20.14.0",
"@types/node": "^26.5.1",
"happy-dom": "^20.14.5",
"rstack": "^0.7.4",
"typescript": "^7.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/create-rstack/template-app-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"test:watch": "rs test --watch"
},
"devDependencies": {
"@testing-library/dom": "^10.4.1",
"@testing-library/dom": "^10.4.2",
"@testing-library/jest-dom": "^7.0.1",
"happy-dom": "^20.14.0",
"happy-dom": "^20.14.5",
"rstack": "^0.7.4"
}
}
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.5.0",
"@types/node": "^26.5.1",
"@vue/test-utils": "^2.5.0",
"happy-dom": "^20.14.0",
"happy-dom": "^20.14.5",
"rstack": "^0.7.4",
"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.14.0",
"happy-dom": "^20.14.5",
"rstack": "^0.7.4"
}
}
10 changes: 5 additions & 5 deletions packages/create-rstack/template-doc-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
},
"devDependencies": {
"@rspress/core": "^2.0.21",
"@types/node": "^26.5.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.7",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"@types/node": "^26.5.1",
"@types/react": "^19.3.0",
"@types/react-dom": "^19.3.0",
"react": "^19.3.0",
"react-dom": "^19.3.0",
"rstack": "^0.7.4",
"typescript": "^7.0.2"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/create-rstack/template-doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
},
"devDependencies": {
"@rspress/core": "^2.0.21",
"@types/node": "^26.5.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.7",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"@types/node": "^26.5.1",
"@types/react": "^19.3.0",
"@types/react-dom": "^19.3.0",
"react": "^19.3.0",
"react-dom": "^19.3.0",
"rstack": "^0.7.4",
"typescript": "^7.0.2"
}
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.5.0",
"@types/node": "^26.5.1",
"rstack": "^0.7.4",
"typescript": "^7.0.2"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/create-rstack/template-lib-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
},
"devDependencies": {
"@rsbuild/plugin-react": "^2.1.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/dom": "^10.4.2",
"@testing-library/jest-dom": "^7.0.1",
"@testing-library/react": "^16.3.3",
"@types/node": "^26.5.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.7",
"happy-dom": "^20.14.0",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"@types/node": "^26.5.1",
"@types/react": "^19.3.0",
"@types/react-dom": "^19.3.0",
"happy-dom": "^20.14.5",
"react": "^19.3.0",
"react-dom": "^19.3.0",
"rstack": "^0.7.4",
"typescript": "^7.0.2"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/create-rstack/template-lib-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
},
"devDependencies": {
"@rsbuild/plugin-react": "^2.1.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/dom": "^10.4.2",
"@testing-library/jest-dom": "^7.0.1",
"@testing-library/react": "^16.3.3",
"@types/react-dom": "^19.2.7",
"happy-dom": "^20.14.0",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"@types/react-dom": "^19.3.0",
"happy-dom": "^20.14.5",
"react": "^19.3.0",
"react-dom": "^19.3.0",
"rstack": "^0.7.4"
},
"peerDependencies": {
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.5.0",
"happy-dom": "^20.14.0",
"@types/node": "^26.5.1",
"happy-dom": "^20.14.5",
"rstack": "^0.7.4",
"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.14.0",
"happy-dom": "^20.14.5",
"rstack": "^0.7.4",
"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.5.0",
"happy-dom": "^20.14.0",
"@types/node": "^26.5.1",
"happy-dom": "^20.14.5",
"prettier-plugin-svelte": "^4.1.1",
"rstack": "^0.7.4",
"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.14.0",
"happy-dom": "^20.14.5",
"prettier-plugin-svelte": "^4.1.1",
"rstack": "^0.7.4",
"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.5.0",
"@types/node": "^26.5.1",
"@vue/test-utils": "^2.5.0",
"happy-dom": "^20.14.0",
"happy-dom": "^20.14.5",
"rstack": "^0.7.4",
"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.14.0",
"happy-dom": "^20.14.5",
"rstack": "^0.7.4",
"vue": "^3.5.42"
},
Expand Down
Loading