From c796b406d3b12f5fb407da3e64186dc1a8b628fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 21:44:22 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- .github/workflows/lint.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/reusable-native-build.yml | 4 +- .github/workflows/reusable-native-release.yml | 2 +- .github/workflows/test.yml | 2 +- Cargo.lock | 24 +- Cargo.toml | 6 +- package.json | 2 +- .../template-app-lit-ts/package.json | 4 +- .../template-app-lit/package.json | 2 +- .../template-app-preact-ts/package.json | 4 +- .../template-app-preact/package.json | 2 +- .../template-app-react-ts/package.json | 14 +- .../template-app-react/package.json | 8 +- .../template-app-solid-ts/package.json | 4 +- .../template-app-solid/package.json | 2 +- .../template-app-svelte-ts/package.json | 4 +- .../template-app-svelte/package.json | 2 +- .../template-app-vanilla-ts/package.json | 6 +- .../template-app-vanilla/package.json | 4 +- .../template-app-vue-ts/package.json | 4 +- .../template-app-vue/package.json | 2 +- .../template-doc-i18n/package.json | 10 +- .../create-rstack/template-doc/package.json | 10 +- .../template-lib-node-ts/package.json | 2 +- .../template-lib-react-ts/package.json | 14 +- .../template-lib-react/package.json | 10 +- .../template-lib-solid-ts/package.json | 4 +- .../template-lib-solid/package.json | 2 +- .../template-lib-svelte-ts/package.json | 4 +- .../template-lib-svelte/package.json | 2 +- .../template-lib-vue-ts/package.json | 4 +- .../template-lib-vue/package.json | 2 +- .../template-turborepo/apps/web/package.json | 12 +- .../template-turborepo/package.json | 4 +- .../packages/ui/package.json | 12 +- pnpm-lock.yaml | 994 ++++++++++++------ pnpm-workspace.yaml | 28 +- 38 files changed, 765 insertions(+), 455 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1a20f577..5d24091b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3a1a6a29..742a6f76 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/.github/workflows/reusable-native-build.yml b/.github/workflows/reusable-native-build.yml index b596ecaf..674f868a 100644 --- a/.github/workflows/reusable-native-build.yml +++ b/.github/workflows/reusable-native-build.yml @@ -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 @@ -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 diff --git a/.github/workflows/reusable-native-release.yml b/.github/workflows/reusable-native-release.yml index 8af53b9f..e4481f30 100644 --- a/.github/workflows/reusable-native-release.yml +++ b/.github/workflows/reusable-native-release.yml @@ -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 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2d31d6a3..9af13c5a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/Cargo.lock b/Cargo.lock index babdf52f..67b84bcc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -35,9 +35,9 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[package]] name = "convert_case" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49" +checksum = "1af709f1f33454bf52eadfc8c78b3b9ef9cb26fb54d16dc9cd9a7299f899fd1b" dependencies = [ "unicode-segmentation", ] @@ -220,9 +220,9 @@ checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98" [[package]] name = "napi" -version = "3.12.2" +version = "3.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58c5f4d5375213fdb7be2655e152386e82f026f9a5ba36a75556e11359aafe09" +checksum = "3d2c1d080c842ec1347ebf3cfb9347c15f8c2262f143cc30eea41ddf1c7da720" dependencies = [ "bitflags", "ctor", @@ -236,15 +236,15 @@ dependencies = [ [[package]] name = "napi-build" -version = "2.4.1" +version = "2.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60fdf9b392c50e7c4170fa633bd909490ed7835cea4c046776d1a4dd8d2ae0ab" +checksum = "860e7c40864f95cfb83cde99f9ebadd88ef3d9bdccd7dd2cee0cc96a2dd4ffa7" [[package]] name = "napi-derive" -version = "3.6.3" +version = "3.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fa55ea69990c90b888e9e77044410e304ce7f35de599dc6d0b5c1923d2e59af" +checksum = "350057056a30368aa76c11a0d406b0aa61321710be2c36656ab4f6efe0b785a2" dependencies = [ "convert_case", "ctor", @@ -256,9 +256,9 @@ dependencies = [ [[package]] name = "napi-derive-backend" -version = "6.1.2" +version = "6.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df4056ac7c18e4438ccf0edaed4340ca0d269278c8ec19284f7b23cb039fd0ae" +checksum = "4c1c87a71568f3fe5c736b10878ff55064b250bb4ea4b48c8055713e07b9e463" dependencies = [ "convert_case", "proc-macro2", @@ -269,9 +269,9 @@ dependencies = [ [[package]] name = "napi-sys" -version = "3.3.0" +version = "3.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85fbf1fa9f1babfe396d74bbbf52b3643770243e8f5b0b46715d4caf7f0dfc9a" +checksum = "4d29a242104e456960e6c6479847570be731c1a92b8f8c05ddfb5439e5c09915" dependencies = [ "libloading", ] diff --git a/Cargo.toml b/Cargo.toml index 29cf6bd4..618a03b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,9 +9,9 @@ repository = "https://github.com/rstackjs/rstack-cli" [workspace.dependencies] ignore = { version = "0.4.33", default-features = false } -napi = { version = "3.12.2", default-features = false, features = ["napi9"] } -napi-build = "2.4.1" -napi-derive = "3.6.3" +napi = { version = "3.12.4", default-features = false, features = ["napi9"] } +napi-build = "2.4.2" +napi-derive = "3.6.5" pathdiff = "0.2.3" rstack-ignore = { path = "crates/rstack-ignore" } diff --git a/package.json b/package.json index fa0fc696..01c81c2e 100644 --- a/package.json +++ b/package.json @@ -24,5 +24,5 @@ "rstack": "workspace:*", "typescript": "catalog:" }, - "packageManager": "pnpm@12.3.4" + "packageManager": "pnpm@12.4.1" } diff --git a/packages/create-rstack/template-app-lit-ts/package.json b/packages/create-rstack/template-app-lit-ts/package.json index a13226fc..f221734d 100644 --- a/packages/create-rstack/template-app-lit-ts/package.json +++ b/packages/create-rstack/template-app-lit-ts/package.json @@ -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" } diff --git a/packages/create-rstack/template-app-lit/package.json b/packages/create-rstack/template-app-lit/package.json index 44427dc7..30cd75f4 100644 --- a/packages/create-rstack/template-app-lit/package.json +++ b/packages/create-rstack/template-app-lit/package.json @@ -17,7 +17,7 @@ "lit": "^3.3.3" }, "devDependencies": { - "happy-dom": "^20.14.0", + "happy-dom": "^20.14.5", "rstack": "^0.7.4" } } diff --git a/packages/create-rstack/template-app-preact-ts/package.json b/packages/create-rstack/template-app-preact-ts/package.json index 17183c1d..1bb8ca59 100644 --- a/packages/create-rstack/template-app-preact-ts/package.json +++ b/packages/create-rstack/template-app-preact-ts/package.json @@ -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" } diff --git a/packages/create-rstack/template-app-preact/package.json b/packages/create-rstack/template-app-preact/package.json index 199a3e0d..3962106c 100644 --- a/packages/create-rstack/template-app-preact/package.json +++ b/packages/create-rstack/template-app-preact/package.json @@ -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" } } diff --git a/packages/create-rstack/template-app-react-ts/package.json b/packages/create-rstack/template-app-react-ts/package.json index d238e6da..64ac6eb2 100644 --- a/packages/create-rstack/template-app-react-ts/package.json +++ b/packages/create-rstack/template-app-react-ts/package.json @@ -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" } diff --git a/packages/create-rstack/template-app-react/package.json b/packages/create-rstack/template-app-react/package.json index 9e3e16e8..70c82401 100644 --- a/packages/create-rstack/template-app-react/package.json +++ b/packages/create-rstack/template-app-react/package.json @@ -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" } } diff --git a/packages/create-rstack/template-app-solid-ts/package.json b/packages/create-rstack/template-app-solid-ts/package.json index 70684a2b..21e91030 100644 --- a/packages/create-rstack/template-app-solid-ts/package.json +++ b/packages/create-rstack/template-app-solid-ts/package.json @@ -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" } diff --git a/packages/create-rstack/template-app-solid/package.json b/packages/create-rstack/template-app-solid/package.json index 68cdf63d..fa2aff38 100644 --- a/packages/create-rstack/template-app-solid/package.json +++ b/packages/create-rstack/template-app-solid/package.json @@ -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" } } diff --git a/packages/create-rstack/template-app-svelte-ts/package.json b/packages/create-rstack/template-app-svelte-ts/package.json index ec93c6f3..70a6e522 100644 --- a/packages/create-rstack/template-app-svelte-ts/package.json +++ b/packages/create-rstack/template-app-svelte-ts/package.json @@ -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", diff --git a/packages/create-rstack/template-app-svelte/package.json b/packages/create-rstack/template-app-svelte/package.json index d2effc00..0b545b20 100644 --- a/packages/create-rstack/template-app-svelte/package.json +++ b/packages/create-rstack/template-app-svelte/package.json @@ -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" } diff --git a/packages/create-rstack/template-app-vanilla-ts/package.json b/packages/create-rstack/template-app-vanilla-ts/package.json index f06e108d..54dafe60 100644 --- a/packages/create-rstack/template-app-vanilla-ts/package.json +++ b/packages/create-rstack/template-app-vanilla-ts/package.json @@ -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" } diff --git a/packages/create-rstack/template-app-vanilla/package.json b/packages/create-rstack/template-app-vanilla/package.json index 6e4ec067..7fe6119c 100644 --- a/packages/create-rstack/template-app-vanilla/package.json +++ b/packages/create-rstack/template-app-vanilla/package.json @@ -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" } } diff --git a/packages/create-rstack/template-app-vue-ts/package.json b/packages/create-rstack/template-app-vue-ts/package.json index a9c9076c..c48f6183 100644 --- a/packages/create-rstack/template-app-vue-ts/package.json +++ b/packages/create-rstack/template-app-vue-ts/package.json @@ -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" diff --git a/packages/create-rstack/template-app-vue/package.json b/packages/create-rstack/template-app-vue/package.json index 528c6f3e..690b939d 100644 --- a/packages/create-rstack/template-app-vue/package.json +++ b/packages/create-rstack/template-app-vue/package.json @@ -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" } } diff --git a/packages/create-rstack/template-doc-i18n/package.json b/packages/create-rstack/template-doc-i18n/package.json index 846246f4..9599718e 100644 --- a/packages/create-rstack/template-doc-i18n/package.json +++ b/packages/create-rstack/template-doc-i18n/package.json @@ -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" } diff --git a/packages/create-rstack/template-doc/package.json b/packages/create-rstack/template-doc/package.json index bfa49ec3..13486fac 100644 --- a/packages/create-rstack/template-doc/package.json +++ b/packages/create-rstack/template-doc/package.json @@ -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" } diff --git a/packages/create-rstack/template-lib-node-ts/package.json b/packages/create-rstack/template-lib-node-ts/package.json index 25edc2fa..8a71317d 100644 --- a/packages/create-rstack/template-lib-node-ts/package.json +++ b/packages/create-rstack/template-lib-node-ts/package.json @@ -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" }, diff --git a/packages/create-rstack/template-lib-react-ts/package.json b/packages/create-rstack/template-lib-react-ts/package.json index 02c36a50..e5e883c2 100644 --- a/packages/create-rstack/template-lib-react-ts/package.json +++ b/packages/create-rstack/template-lib-react-ts/package.json @@ -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" }, diff --git a/packages/create-rstack/template-lib-react/package.json b/packages/create-rstack/template-lib-react/package.json index 56dbe55f..1abcc8af 100644 --- a/packages/create-rstack/template-lib-react/package.json +++ b/packages/create-rstack/template-lib-react/package.json @@ -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": { diff --git a/packages/create-rstack/template-lib-solid-ts/package.json b/packages/create-rstack/template-lib-solid-ts/package.json index 15b6765b..fd71153a 100644 --- a/packages/create-rstack/template-lib-solid-ts/package.json +++ b/packages/create-rstack/template-lib-solid-ts/package.json @@ -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" diff --git a/packages/create-rstack/template-lib-solid/package.json b/packages/create-rstack/template-lib-solid/package.json index 5813fff8..35d156a8 100644 --- a/packages/create-rstack/template-lib-solid/package.json +++ b/packages/create-rstack/template-lib-solid/package.json @@ -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" }, diff --git a/packages/create-rstack/template-lib-svelte-ts/package.json b/packages/create-rstack/template-lib-svelte-ts/package.json index fb235418..6f2f2a45 100644 --- a/packages/create-rstack/template-lib-svelte-ts/package.json +++ b/packages/create-rstack/template-lib-svelte-ts/package.json @@ -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", diff --git a/packages/create-rstack/template-lib-svelte/package.json b/packages/create-rstack/template-lib-svelte/package.json index 96c989b8..2f648f9a 100644 --- a/packages/create-rstack/template-lib-svelte/package.json +++ b/packages/create-rstack/template-lib-svelte/package.json @@ -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" diff --git a/packages/create-rstack/template-lib-vue-ts/package.json b/packages/create-rstack/template-lib-vue-ts/package.json index fce82149..61ee4208 100644 --- a/packages/create-rstack/template-lib-vue-ts/package.json +++ b/packages/create-rstack/template-lib-vue-ts/package.json @@ -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", diff --git a/packages/create-rstack/template-lib-vue/package.json b/packages/create-rstack/template-lib-vue/package.json index eb8380be..e6e223d5 100644 --- a/packages/create-rstack/template-lib-vue/package.json +++ b/packages/create-rstack/template-lib-vue/package.json @@ -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" }, diff --git a/packages/create-rstack/template-turborepo/apps/web/package.json b/packages/create-rstack/template-turborepo/apps/web/package.json index 8705baa0..a19af49e 100644 --- a/packages/create-rstack/template-turborepo/apps/web/package.json +++ b/packages/create-rstack/template-turborepo/apps/web/package.json @@ -11,17 +11,17 @@ }, "dependencies": { "@repo/ui": "workspace:^", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@repo/tsconfig": "workspace:^", "@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": "^19.2.18", - "@types/react-dom": "^19.2.7", - "happy-dom": "^20.14.0" + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", + "happy-dom": "^20.14.5" } } diff --git a/packages/create-rstack/template-turborepo/package.json b/packages/create-rstack/template-turborepo/package.json index 93471d20..426c67ed 100644 --- a/packages/create-rstack/template-turborepo/package.json +++ b/packages/create-rstack/template-turborepo/package.json @@ -11,10 +11,10 @@ "test": "turbo run test" }, "devDependencies": { - "@types/node": "^26.5.0", + "@types/node": "^26.5.1", "rstack": "^0.7.4", "turbo": "^2.10.12", "typescript": "^7.0.2" }, - "packageManager": "pnpm@12.3.4" + "packageManager": "pnpm@12.4.1" } diff --git a/packages/create-rstack/template-turborepo/packages/ui/package.json b/packages/create-rstack/template-turborepo/packages/ui/package.json index 31532c10..74a92c06 100644 --- a/packages/create-rstack/template-turborepo/packages/ui/package.json +++ b/packages/create-rstack/template-turborepo/packages/ui/package.json @@ -15,17 +15,17 @@ "test": "rs test" }, "dependencies": { - "react": "^19.2.8" + "react": "^19.3.0" }, "devDependencies": { "@repo/tsconfig": "workspace:^", "@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": "^19.2.18", - "@types/react-dom": "^19.2.7", - "happy-dom": "^20.14.0", - "react-dom": "^19.2.8" + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", + "happy-dom": "^20.14.5", + "react-dom": "^19.3.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a53debf4..be2df26e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,96 +7,153 @@ importers: configDependencies: {} packageManagerDependencies: pnpm: - specifier: 12.3.4 - version: 12.3.4 + specifier: 12.4.1 + version: 12.4.1 packages: - '@pnpm/exe.darwin-arm64@12.3.4': - resolution: {integrity: sha512-PAyUol8T1+/+ViOiXAt51ECA+QnfXCqz6foL4bW+LsoX0NcVd5XVEM2mRQu+LV4oc7uRz9zf9U0P+XFfuQeDAw==} + '@pnpm/exe.android-arm64@12.4.1': + resolution: {integrity: sha512-/HwsqXMSmlOfgtV9+O0ratzjV6Vd/8n1hh4rGHpCGmDURvt52MwZxdbhyxP4K03ZfvgSDvotFPr8O+RzE5Eu8A==} + cpu: [arm64] + os: [android] + + '@pnpm/exe.android-x64@12.4.1': + resolution: {integrity: sha512-+l74Qb4c2YjOzNKHXJLg+1wr8xHM1ckkUhnU5KRUK9TJqiiczt6yeTZqqzHIlJ8i6pAoj5V0OJevDRwnQKLgrQ==} + cpu: [x64] + os: [android] + + '@pnpm/exe.darwin-arm64@12.4.1': + resolution: {integrity: sha512-6rkZkT3iGfaxknUdGHraqSWFvTa6N0ajAHluv9Ax0GRWs0sIcGNiFhDopv6xSZCsJZmG483aNS/b6UEDy3blfw==} cpu: [arm64] os: [darwin] - '@pnpm/exe.darwin-x64@12.3.4': - resolution: {integrity: sha512-fxP9JCk0Cdye+ePuj+GJJLMUMTqHGWRdb1dtv4How876uQ2ehxvenpgiYAir/ceO9PsYUZkFTtyZdx+rRu5QOA==} + '@pnpm/exe.darwin-x64@12.4.1': + resolution: {integrity: sha512-Vb1CHlR88HghC1qUxjxjs82zQSXnXacPD+btG2CmG8Q/hBU7Q0/b2YWJKSQqZXicunV5khFtfTlAwJddV9RkYA==} cpu: [x64] os: [darwin] - '@pnpm/exe.linux-arm64-musl@12.3.4': - resolution: {integrity: sha512-FBOt0/7ye6O6q4AllVV5QMviB6qE6fqkeczV/+MDWQsmo+QJrlfsh6X7CpH/tClVpBZEyIbjpUoT8bNhCYBxEg==} + '@pnpm/exe.freebsd-x64@12.4.1': + resolution: {integrity: sha512-iT3iHz3Nl0Sxxj7UPOtZ/aQ81AFsQhjoeWMAlPkSRO04gsgDGAXv3UYxOFaesMWsfNxaGn0A+CITbuCHFF66FA==} + cpu: [x64] + os: [freebsd] + + '@pnpm/exe.linux-arm64-musl@12.4.1': + resolution: {integrity: sha512-aBooZfNXM5f+OGUgCAMFWpE/kAhsWfvmqIyMtHy6zl3aNxyInWrcY/Saln/UElzo7lZWMC0Yktroxd/2J26lNQ==} cpu: [arm64] os: [linux] libc: [musl] - '@pnpm/exe.linux-arm64@12.3.4': - resolution: {integrity: sha512-t71AVA7LRqiKTyZ5xMYaZc2n5DfdpMbfokZuiIOXHBOM03ECnF0t4iYwaBDqJgVjlKYUOwaF/bRQajGNA4cJ4w==} + '@pnpm/exe.linux-arm64@12.4.1': + resolution: {integrity: sha512-TlOdacTTP09BgcMvwWBFRsu8VAjfwqwnslBj+XSq1JFM3ck4f3k+1O/747EuctxZxs3/o785b6Q3s7Pd92Ptsg==} cpu: [arm64] os: [linux] libc: [glibc] - '@pnpm/exe.linux-x64-musl@12.3.4': - resolution: {integrity: sha512-RPmk7Jb/aYaFvL2iyDN/AtMY+hUEsue732WmXpcuQ9tBpMnGyA5py7Z3+e+qmQaJ0zY/4ni9jJiyPBQHujmv6w==} + '@pnpm/exe.linux-ppc64@12.4.1': + resolution: {integrity: sha512-r/ab/MlIBo75oizUP5ITiziCCrnXz4SJwfErLQ+603AshB+Yq7xTMCoMtzTSCAMu6aaymIKkAFtZvd2J75Wq0w==} + cpu: [ppc64] + os: [linux] + libc: [glibc] + + '@pnpm/exe.linux-riscv64@12.4.1': + resolution: {integrity: sha512-C/D1QWdKMiB8+wv/spl1rGITFUuqC+aI/fb6h8NB5sqxsOaGXeYc/g891oCuzggHn6SODk9p+I09hI76x/cMNw==} + cpu: [riscv64] + os: [linux] + libc: [glibc] + + '@pnpm/exe.linux-s390x@12.4.1': + resolution: {integrity: sha512-nxz5zD4yXt94uzbStDk0QTPKW+aE92hH1b5tFXK9ctB1HE9Xcq1vjTiA2LsZMFC6p4gdu5OwQeFqYNAVGa6QlA==} + cpu: [s390x] + os: [linux] + libc: [glibc] + + '@pnpm/exe.linux-x64-musl@12.4.1': + resolution: {integrity: sha512-5AwgFdGhVUg2kIweYGfxzSLEHiIG77PQhZAkXC3TwofQHsu1Wr+TrV5/rNX2PopFnHRzuE581zoB8F6Wle32yg==} cpu: [x64] os: [linux] libc: [musl] - '@pnpm/exe.linux-x64@12.3.4': - resolution: {integrity: sha512-2ZqOlSPkfwX1h5cR+FPiWf8+F+2hZT/3TvhUK5sigHqwaQCIiq8R7CGxhndKs63JtcLi2a1Qpo+wX/EoyfjyJQ==} + '@pnpm/exe.linux-x64@12.4.1': + resolution: {integrity: sha512-FJOZuuuQMhp0oLzBtcKkLXknBI92hfkmSnlKc47vfin4HrmfID5khY2lGekL9tCzk1cpR+HShEw/meFl+nHtzQ==} cpu: [x64] os: [linux] libc: [glibc] - '@pnpm/exe.win32-arm64@12.3.4': - resolution: {integrity: sha512-ANyrHqyqco6SXBysUTRF74itDyyraea7IbFsKFdNXTjcFnfycTDx37EwuhdpPYFNSIh2JhUG4fByclsRfiHX7w==} + '@pnpm/exe.win32-arm64@12.4.1': + resolution: {integrity: sha512-OO7eKBL9S+xk5hRy+JUUZSNJknGuGe3GEUffsrlC2LbqKF02g+VX1anGIzSbJDvkkdnpJhSlxF5AUz2JzJu2Jw==} cpu: [arm64] os: [win32] - '@pnpm/exe.win32-x64@12.3.4': - resolution: {integrity: sha512-WH/KqBPY/hq2Tb7SgQltEZytimcjgKRaCRL/aM9CI0c67iKc5TVmHUhIiL3Ux9FB4bWn36i6XewUcScQI+zG8w==} + '@pnpm/exe.win32-x64@12.4.1': + resolution: {integrity: sha512-x7gJHZgHo6hp354xCYA2NvoFzYJkHwovt2kVsUBK5EmXULLcP51JGMq09CX+5FRFJUZFKoXjLu3mZWmfP7o6PQ==} cpu: [x64] os: [win32] - pnpm@12.3.4: - resolution: {integrity: sha512-lhqkH7B32joEpEHZ+OFevAyW2o73ELLrZ7+e58sGEOq9SPH9hfUc/+c4RnhfoPh8VqOocqHYk/hEZ0G1zORUVw==} + pnpm@12.4.1: + resolution: {integrity: sha512-LoHjmdc/6DkNqyXgaqeIq3pZCCSNL1o3D4K0gRR6ano2e/gEj5pv22Rg8hpm8FQt7bi5TKLIcjWWdBkgsWVtTA==} engines: {node: '>=18.*'} hasBin: true snapshots: - '@pnpm/exe.darwin-arm64@12.3.4': + '@pnpm/exe.android-arm64@12.4.1': + optional: true + + '@pnpm/exe.android-x64@12.4.1': + optional: true + + '@pnpm/exe.darwin-arm64@12.4.1': + optional: true + + '@pnpm/exe.darwin-x64@12.4.1': + optional: true + + '@pnpm/exe.freebsd-x64@12.4.1': + optional: true + + '@pnpm/exe.linux-arm64-musl@12.4.1': optional: true - '@pnpm/exe.darwin-x64@12.3.4': + '@pnpm/exe.linux-arm64@12.4.1': optional: true - '@pnpm/exe.linux-arm64-musl@12.3.4': + '@pnpm/exe.linux-ppc64@12.4.1': optional: true - '@pnpm/exe.linux-arm64@12.3.4': + '@pnpm/exe.linux-riscv64@12.4.1': optional: true - '@pnpm/exe.linux-x64-musl@12.3.4': + '@pnpm/exe.linux-s390x@12.4.1': optional: true - '@pnpm/exe.linux-x64@12.3.4': + '@pnpm/exe.linux-x64-musl@12.4.1': optional: true - '@pnpm/exe.win32-arm64@12.3.4': + '@pnpm/exe.linux-x64@12.4.1': optional: true - '@pnpm/exe.win32-x64@12.3.4': + '@pnpm/exe.win32-arm64@12.4.1': optional: true - pnpm@12.3.4: + '@pnpm/exe.win32-x64@12.4.1': + optional: true + + pnpm@12.4.1: optionalDependencies: - '@pnpm/exe.darwin-arm64': 12.3.4 - '@pnpm/exe.darwin-x64': 12.3.4 - '@pnpm/exe.linux-arm64': 12.3.4 - '@pnpm/exe.linux-arm64-musl': 12.3.4 - '@pnpm/exe.linux-x64': 12.3.4 - '@pnpm/exe.linux-x64-musl': 12.3.4 - '@pnpm/exe.win32-arm64': 12.3.4 - '@pnpm/exe.win32-x64': 12.3.4 + '@pnpm/exe.android-arm64': 12.4.1 + '@pnpm/exe.android-x64': 12.4.1 + '@pnpm/exe.darwin-arm64': 12.4.1 + '@pnpm/exe.darwin-x64': 12.4.1 + '@pnpm/exe.freebsd-x64': 12.4.1 + '@pnpm/exe.linux-arm64': 12.4.1 + '@pnpm/exe.linux-arm64-musl': 12.4.1 + '@pnpm/exe.linux-ppc64': 12.4.1 + '@pnpm/exe.linux-riscv64': 12.4.1 + '@pnpm/exe.linux-s390x': 12.4.1 + '@pnpm/exe.linux-x64': 12.4.1 + '@pnpm/exe.linux-x64-musl': 12.4.1 + '@pnpm/exe.win32-arm64': 12.4.1 + '@pnpm/exe.win32-x64': 12.4.1 --- lockfileVersion: '9.0' @@ -109,11 +166,11 @@ settings: catalogs: default: '@napi-rs/cli': - specifier: ^3.9.0 - version: 3.9.0 + specifier: ^3.9.1 + version: 3.9.1 '@rsbuild/core': - specifier: ~2.2.5 - version: 2.2.5 + specifier: ~2.2.6 + version: 2.2.6 '@rsbuild/plugin-react': specifier: ^2.1.0 version: 2.1.0 @@ -136,8 +193,8 @@ catalogs: specifier: ^2.0.21 version: 2.0.21 '@rstackjs/create-toolkit': - specifier: 2.2.6 - version: 2.2.6 + specifier: 2.2.7 + version: 2.2.7 '@rstackjs/doc-ui': specifier: 1.14.11 version: 1.14.11 @@ -160,8 +217,8 @@ catalogs: specifier: ^4.4.3 version: 4.4.3 '@testing-library/dom': - specifier: ^10.4.1 - version: 10.4.1 + specifier: ^10.4.2 + version: 10.4.2 '@testing-library/jest-dom': specifier: ^7.0.1 version: 7.0.1 @@ -172,14 +229,14 @@ catalogs: specifier: ^4.0.10 version: 4.0.10 '@types/node': - specifier: ^26.5.0 - version: 26.5.0 + specifier: ^26.5.1 + version: 26.5.1 '@types/react': - specifier: ^19.2.18 - version: 19.2.18 + specifier: ^19.3.0 + version: 19.3.0 '@types/react-dom': - specifier: ^19.2.7 - version: 19.2.7 + specifier: ^19.3.0 + version: 19.3.0 cspell-ban-words: specifier: ^0.0.4 version: 0.0.4 @@ -187,11 +244,11 @@ catalogs: specifier: 2.1.0 version: 2.1.0 happy-dom: - specifier: ^20.14.0 - version: 20.14.0 + specifier: ^20.14.5 + version: 20.14.5 heading-case: - specifier: ^2.0.1 - version: 2.0.1 + specifier: ^2.0.2 + version: 2.0.2 import-meta-resolve: specifier: 4.2.0 version: 4.2.0 @@ -199,8 +256,8 @@ catalogs: specifier: 3.0.0 version: 3.0.0 lint-staged: - specifier: ^17.5.0 - version: 17.5.0 + specifier: ^17.5.1 + version: 17.5.1 micromatch: specifier: 4.0.8 version: 4.0.8 @@ -214,11 +271,11 @@ catalogs: specifier: 0.8.1 version: 0.8.1 react: - specifier: ^19.2.8 - version: 19.2.8 + specifier: ^19.3.0 + version: 19.3.0 react-dom: - specifier: ^19.2.8 - version: 19.2.8 + specifier: ^19.3.0 + version: 19.3.0 rsbuild-plugin-open-graph: specifier: ^1.1.3 version: 1.1.3 @@ -238,8 +295,8 @@ catalogs: specifier: 3.1.1 version: 3.1.1 tinypool: - specifier: 2.1.2 - version: 2.1.2 + specifier: 2.2.0 + version: 2.2.0 typescript: specifier: ^7.0.2 version: 7.0.2 @@ -250,8 +307,8 @@ catalogs: specifier: 1.0.14 version: 1.0.14 yuku-parser: - specifier: 0.9.4 - version: 0.9.4 + specifier: 0.10.1 + version: 0.10.1 importers: @@ -259,13 +316,13 @@ importers: devDependencies: '@types/node': specifier: 'catalog:' - version: 26.5.0 + version: 26.5.1 cspell-ban-words: specifier: 'catalog:' version: 0.0.4 heading-case: specifier: 'catalog:' - version: 2.0.1(prettier@3.9.6) + version: 2.0.2(prettier@3.9.6) prettier: specifier: 'catalog:' version: 3.9.6 @@ -280,32 +337,32 @@ importers: dependencies: react: specifier: 'catalog:' - version: 19.2.8 + version: 19.3.0 react-dom: specifier: 'catalog:' - version: 19.2.8(react@19.2.8) + version: 19.3.0(react@19.3.0) devDependencies: '@rsbuild/plugin-react': specifier: 'catalog:' version: 2.1.0(@rsbuild/core@2.2.2)(@rspack/core@2.2.3) '@testing-library/dom': specifier: 'catalog:' - version: 10.4.1 + version: 10.4.2 '@testing-library/jest-dom': specifier: 'catalog:' - version: 7.0.1(@testing-library/dom@10.4.1) + version: 7.0.1(@testing-library/dom@10.4.2) '@testing-library/react': specifier: 'catalog:' - version: 16.3.3(@testing-library/dom@10.4.1)(@types/react-dom@19.2.7)(@types/react@19.2.18)(react-dom@19.2.8)(react@19.2.8) + version: 16.3.3(@testing-library/dom@10.4.2)(@types/react-dom@19.3.0)(@types/react@19.3.0)(react-dom@19.3.0)(react@19.3.0) '@types/react': specifier: 'catalog:' - version: 19.2.18 + version: 19.3.0 '@types/react-dom': specifier: 'catalog:' - version: 19.2.7(@types/react@19.2.18) + version: 19.3.0(@types/react@19.3.0) happy-dom: specifier: 'catalog:' - version: 20.14.0 + version: 20.14.5 rstack: specifier: workspace:* version: link:../../packages/rstack @@ -317,16 +374,16 @@ importers: devDependencies: '@testing-library/dom': specifier: 'catalog:' - version: 10.4.1 + version: 10.4.2 '@testing-library/jest-dom': specifier: 'catalog:' - version: 7.0.1(@testing-library/dom@10.4.1) + version: 7.0.1(@testing-library/dom@10.4.2) '@types/node': specifier: 'catalog:' - version: 26.5.0 + version: 26.5.1 happy-dom: specifier: 'catalog:' - version: 20.14.0 + version: 20.14.5 rstack: specifier: workspace:* version: link:../../packages/rstack @@ -345,25 +402,25 @@ importers: version: 2.0.21(micromark-util-types@2.0.2)(micromark@4.0.2)(supports-color@8.1.1) '@types/node': specifier: 'catalog:' - version: 26.5.0 + version: 26.5.1 '@types/react': specifier: 'catalog:' - version: 19.2.18 + version: 19.3.0 '@types/react-dom': specifier: 'catalog:' - version: 19.2.7(@types/react@19.2.18) + version: 19.3.0(@types/react@19.3.0) react: specifier: 'catalog:' - version: 19.2.8 + version: 19.3.0 react-dom: specifier: 'catalog:' - version: 19.2.8(react@19.2.8) + version: 19.3.0(react@19.3.0) examples/lib-node: devDependencies: '@types/node': specifier: 'catalog:' - version: 26.5.0 + version: 26.5.1 rstack: specifier: workspace:* version: link:../../packages/rstack @@ -378,28 +435,28 @@ importers: version: 2.1.0(@rsbuild/core@2.2.2)(@rspack/core@2.2.3) '@testing-library/dom': specifier: 'catalog:' - version: 10.4.1 + version: 10.4.2 '@testing-library/jest-dom': specifier: 'catalog:' - version: 7.0.1(@testing-library/dom@10.4.1) + version: 7.0.1(@testing-library/dom@10.4.2) '@testing-library/react': specifier: 'catalog:' - version: 16.3.3(@testing-library/dom@10.4.1)(@types/react-dom@19.2.7)(@types/react@19.2.18)(react-dom@19.2.8)(react@19.2.8) + version: 16.3.3(@testing-library/dom@10.4.2)(@types/react-dom@19.3.0)(@types/react@19.3.0)(react-dom@19.3.0)(react@19.3.0) '@types/react': specifier: 'catalog:' - version: 19.2.18 + version: 19.3.0 '@types/react-dom': specifier: 'catalog:' - version: 19.2.7(@types/react@19.2.18) + version: 19.3.0(@types/react@19.3.0) happy-dom: specifier: 'catalog:' - version: 20.14.0 + version: 20.14.5 react: specifier: 'catalog:' - version: 19.2.8 + version: 19.3.0 react-dom: specifier: 'catalog:' - version: 19.2.8(react@19.2.8) + version: 19.3.0(react@19.3.0) rstack: specifier: workspace:* version: link:../../packages/rstack @@ -411,32 +468,32 @@ importers: dependencies: react: specifier: 'catalog:' - version: 19.2.8 + version: 19.3.0 react-dom: specifier: 'catalog:' - version: 19.2.8(react@19.2.8) + version: 19.3.0(react@19.3.0) devDependencies: '@rsbuild/plugin-react': specifier: 'catalog:' version: 2.1.0(@rsbuild/core@2.2.2)(@rspack/core@2.2.3) '@testing-library/dom': specifier: 'catalog:' - version: 10.4.1 + version: 10.4.2 '@testing-library/react': specifier: 'catalog:' - version: 16.3.3(@testing-library/dom@10.4.1)(@types/react-dom@19.2.7)(@types/react@19.2.18)(react-dom@19.2.8)(react@19.2.8) + version: 16.3.3(@testing-library/dom@10.4.2)(@types/react-dom@19.3.0)(@types/react@19.3.0)(react-dom@19.3.0)(react@19.3.0) '@types/node': specifier: 'catalog:' - version: 26.5.0 + version: 26.5.1 '@types/react': specifier: 'catalog:' - version: 19.2.18 + version: 19.3.0 '@types/react-dom': specifier: 'catalog:' - version: 19.2.7(@types/react@19.2.18) + version: 19.3.0(@types/react@19.3.0) happy-dom: specifier: 'catalog:' - version: 20.14.0 + version: 20.14.5 rstack: specifier: workspace:* version: link:../../packages/rstack @@ -448,11 +505,11 @@ importers: dependencies: '@rstackjs/create-toolkit': specifier: 'catalog:' - version: 2.2.6 + version: 2.2.7 devDependencies: '@types/node': specifier: 'catalog:' - version: 26.5.0 + version: 26.5.1 rstack: specifier: workspace:* version: link:../rstack @@ -464,7 +521,7 @@ importers: dependencies: '@rsbuild/core': specifier: 'catalog:' - version: 2.2.5 + version: 2.2.6 '@rslib/core': specifier: 'catalog:' version: 1.0.0(typescript@7.0.2) @@ -479,17 +536,17 @@ importers: version: 3.9.6 tinypool: specifier: 'catalog:' - version: 2.1.2 + version: 2.2.0 yuku-parser: specifier: 'catalog:' - version: 0.9.4 + version: 0.10.1 devDependencies: '@napi-rs/cli': specifier: 'catalog:' - version: 3.9.0(@emnapi/core@1.11.3)(@emnapi/runtime@1.11.3)(@types/node@26.5.0)(supports-color@8.1.1) + version: 3.9.1(@emnapi/core@1.11.3)(@emnapi/runtime@1.11.3)(@types/node@26.5.1)(supports-color@8.1.1) '@rspress/core': specifier: 'catalog:' - version: 2.0.21(micromark-util-types@2.0.2)(micromark@4.0.2)(supports-color@8.1.1) + version: 2.0.21(@rspack/core@2.2.4)(micromark-util-types@2.0.2)(micromark@4.0.2)(supports-color@8.1.1) '@rstackjs/load-config': specifier: 'catalog:' version: 1.0.0 @@ -498,7 +555,7 @@ importers: version: 1.0.0 '@rstest/adapter-rsbuild': specifier: 'catalog:' - version: 0.11.12(@rsbuild/core@2.2.5)(@rstest/core@0.11.12) + version: 0.11.12(@rsbuild/core@2.2.6)(@rstest/core@0.11.12) '@rstest/adapter-rslib': specifier: 'catalog:' version: 0.11.12(@rslib/core@1.0.0)(@rstest/core@0.11.12)(typescript@7.0.2) @@ -507,7 +564,7 @@ importers: version: 4.0.10 '@types/node': specifier: 'catalog:' - version: 26.5.0 + version: 26.5.1 fast-json-stable-stringify: specifier: 'catalog:' version: 2.1.0 @@ -519,7 +576,7 @@ importers: version: 3.0.0 lint-staged: specifier: 'catalog:' - version: 17.5.0 + version: 17.5.1 micromatch: specifier: 'catalog:' version: 4.0.8 @@ -558,7 +615,7 @@ importers: version: 2.0.1(@rsbuild/core@2.2.2) '@rspress/core': specifier: 'catalog:' - version: 2.0.21(micromark-util-types@2.0.2)(micromark@4.0.2)(supports-color@8.1.1) + version: 2.0.21(@rspack/core@2.2.4)(micromark-util-types@2.0.2)(micromark@4.0.2)(supports-color@8.1.1) '@rspress/plugin-client-redirects': specifier: 'catalog:' version: 2.0.21(@rspress/core@2.0.21) @@ -573,19 +630,19 @@ importers: version: 4.4.3 '@types/node': specifier: 'catalog:' - version: 26.5.0 + version: 26.5.1 '@types/react': specifier: 'catalog:' - version: 19.2.18 + version: 19.3.0 '@types/react-dom': specifier: 'catalog:' - version: 19.2.7(@types/react@19.2.18) + version: 19.3.0(@types/react@19.3.0) react: specifier: 'catalog:' - version: 19.2.8 + version: 19.3.0 react-dom: specifier: 'catalog:' - version: 19.2.8(react@19.2.8) + version: 19.3.0(react@19.3.0) rsbuild-plugin-open-graph: specifier: 'catalog:' version: 1.1.3(@rsbuild/core@2.2.2) @@ -867,8 +924,8 @@ packages: '@types/react': '>=16' react: '>=16' - '@napi-rs/cli@3.9.0': - resolution: {integrity: sha512-ZlerYOCLgVdaqbVDt8+uQxmU9j8bKMVFcYo6zRHJJHTO9jN5060+y953aIVc/0zkVSKq+fHjDAtTGOrbxpeZCw==} + '@napi-rs/cli@3.9.1': + resolution: {integrity: sha512-2DYBrM2j4n00L+O7fKAS38q19rVQK2HXz5RxSuJgFyZrd9TrdVQFmHOfqvqqsRIRBTZmqiMqBd/yzn4X1a23DQ==} engines: {node: ^20.17.0 || ^22.13.0 || >= 23.5.0} hasBin: true peerDependencies: @@ -1392,8 +1449,8 @@ packages: core-js: optional: true - '@rsbuild/core@2.2.5': - resolution: {integrity: sha512-nf34ri1iZduYhHUr5Vc79L7Eml+IlN0nFIaF/g3OW4WR/gShxuf5wVXS69/H8FTHJYN4SdYlNcefSZQluEMKgA==} + '@rsbuild/core@2.2.6': + resolution: {integrity: sha512-+BoNmacdQ2j9ysUunVUm2CTK7Aff70l4P/m29R5AWjd2vCU+X7bo6u3geMMJV0+j/JUHzoccC1ERIEhzqnD3Xg==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: @@ -1494,6 +1551,11 @@ packages: cpu: [arm64] os: [darwin] + '@rspack/binding-darwin-arm64@2.2.4': + resolution: {integrity: sha512-PmwL+7nlD58tvGi2tUct2D6HzPsCeICvNpfgznzFjvrGlmPOm7pn5ahaevEf0C5QRHldf97qShekits4bzArsQ==} + cpu: [arm64] + os: [darwin] + '@rspack/binding-darwin-x64@2.2.2': resolution: {integrity: sha512-uFIcUPUXiPxM6ljenLafp5TemT8eLZm1riRn8fJYmpqNCK+aCcTaud18XHZpI5SjzzcY+xUHfVShgvNzKXuf2g==} cpu: [x64] @@ -1504,6 +1566,11 @@ packages: cpu: [x64] os: [darwin] + '@rspack/binding-darwin-x64@2.2.4': + resolution: {integrity: sha512-eFVBlPe/32eNaC5oIQFIfMRIic/+670iK+hep4eFSuDzJPC2QBXviSDrNRIdshTFNirCquR1+idT0XI74JYBjw==} + cpu: [x64] + os: [darwin] + '@rspack/binding-linux-arm64-gnu@2.2.2': resolution: {integrity: sha512-Pjby4pDSMNJQK2VBzpgCj6lb+DGuenS1fEDb6xi5/apbJb9v5WE+e43Mz7i+XqgXS8e846pjaONV3KM5WKB1LQ==} cpu: [arm64] @@ -1516,6 +1583,12 @@ packages: os: [linux] libc: [glibc] + '@rspack/binding-linux-arm64-gnu@2.2.4': + resolution: {integrity: sha512-/gyHP8DVezbTzey3wCknCRSKHzxZmfOAVtoNhNfQ2+9+wNaZUKjjaGuLc/IOc1CVeZ9cE30bNzJdun+/F9KNrg==} + cpu: [arm64] + os: [linux] + libc: [glibc] + '@rspack/binding-linux-arm64-musl@2.2.2': resolution: {integrity: sha512-0u9O7tTVT2z+F6o/eEY6f6+My8Jn9U56QiBwkfy90ZaoAfZyQSSTxqaK/zA7W43oFxQefeCpiPas27VUzrSakw==} cpu: [arm64] @@ -1528,6 +1601,12 @@ packages: os: [linux] libc: [musl] + '@rspack/binding-linux-arm64-musl@2.2.4': + resolution: {integrity: sha512-eNXOvP4hKpRozCLsutbGU7R8mQ9S3OaSbgK5T/aitEAeIzFMorkcbVJopVKwEDLxrNSTfndTedefkYN+pdhsYQ==} + cpu: [arm64] + os: [linux] + libc: [musl] + '@rspack/binding-linux-ppc64-gnu@2.2.2': resolution: {integrity: sha512-N3lVnhq5qOvpmP5n386JzR1GcE8HzAqq4/r440Z6yle9m7PhVFJ6oXVWxgaDTYV0mtv9YLJmaG+YrjYfUa1vuA==} cpu: [ppc64] @@ -1540,6 +1619,12 @@ packages: os: [linux] libc: [glibc] + '@rspack/binding-linux-ppc64-gnu@2.2.4': + resolution: {integrity: sha512-WmlhV3nXgiKiSAFc5QVSYgurbTyF+fGUgd59JWsMCPmqwgTmNyjq6mjmoa6fzKtX/4+oKFUBBn4CdO1uCKU/ww==} + cpu: [ppc64] + os: [linux] + libc: [glibc] + '@rspack/binding-linux-riscv64-gnu@2.2.2': resolution: {integrity: sha512-ReClZyp32/rJkUDV/oGDU0X6BCFyEkTR6r4stFwm/qOOaG6mUMRzZe4gur8Yh979p4Hiz9EdkmfEHY02GBXcaQ==} cpu: [riscv64] @@ -1552,6 +1637,12 @@ packages: os: [linux] libc: [glibc] + '@rspack/binding-linux-riscv64-gnu@2.2.4': + resolution: {integrity: sha512-EGqzydSCvB1o8aVk0H+HM1npAk63ZRR8jSTqzY0GQ4nz+30LHZ/Ah1Eba91OsUAgfKwk3ffP5a7EoizH24m2Rg==} + cpu: [riscv64] + os: [linux] + libc: [glibc] + '@rspack/binding-linux-riscv64-musl@2.2.2': resolution: {integrity: sha512-mqsorvTNerr3r8zI35NFTPYATPDlhepdiUhZjKT6ylqpHlP7vLU9fp4aEMK/CuTv2f+IVsa0+iZqtMxHs2tSjw==} cpu: [riscv64] @@ -1564,6 +1655,12 @@ packages: os: [linux] libc: [musl] + '@rspack/binding-linux-riscv64-musl@2.2.4': + resolution: {integrity: sha512-5A5vzbvNBvuAQ4ZGEAdVl8gcFowgqCCVz3fCh12Jq3WHynl3J4JHAMnVQMs7A/KmaBhwKYDtO4FUvWh5V/BNKA==} + cpu: [riscv64] + os: [linux] + libc: [musl] + '@rspack/binding-linux-s390x-gnu@2.2.2': resolution: {integrity: sha512-ql2Jub8QYWSugBppmj2u0SjcIj6fOQuAaLCYQOqU7zbvz/uuWTfoqmdWKExwrxeCU9Tzt7emVM0ETuVEpoca+A==} cpu: [s390x] @@ -1576,6 +1673,12 @@ packages: os: [linux] libc: [glibc] + '@rspack/binding-linux-s390x-gnu@2.2.4': + resolution: {integrity: sha512-AWGTTx5ZkMe/hHTjpbIdxJ2xzMrSaL+01zpzV2LpGhheiXeDmwId9yYEEG8vwtzzVmz8lS5VBRIdy3Kx/k4m8A==} + cpu: [s390x] + os: [linux] + libc: [glibc] + '@rspack/binding-linux-x64-gnu@2.2.2': resolution: {integrity: sha512-MNYKYEHrtIVEno2q5rgpou/JVffRwn109xPK3kxct95EojHsniNa8jwy6eEHeOazP4EN60Si7NElE3aQ6JssHw==} cpu: [x64] @@ -1588,6 +1691,12 @@ packages: os: [linux] libc: [glibc] + '@rspack/binding-linux-x64-gnu@2.2.4': + resolution: {integrity: sha512-wzVC7AkyGD0rAdV41pKxwokvdAEY47HazjdUd3Pq2MT/rHNkhgsbCOVbrl4Ts2vQqiLrFfnnNZs383492oIrQw==} + cpu: [x64] + os: [linux] + libc: [glibc] + '@rspack/binding-linux-x64-musl@2.2.2': resolution: {integrity: sha512-y9/9CmE8lrECaF17GAhacibTL+SvlEPEotQnUuBFC/WFtXh8hU2E7a7bAkpYGSLH6kM0nrJZHO3hTvM1wdWOJw==} cpu: [x64] @@ -1600,6 +1709,12 @@ packages: os: [linux] libc: [musl] + '@rspack/binding-linux-x64-musl@2.2.4': + resolution: {integrity: sha512-Gpxo27eJ+r53ebWdm8FIg6jtlEOr4T5Yit7FgF8Ib9U78Et9qGcbnvVQONHjz8gUe2hvwg9QQ1EJZechSpVB8A==} + cpu: [x64] + os: [linux] + libc: [musl] + '@rspack/binding-wasm32-wasi@2.2.2': resolution: {integrity: sha512-VbDIjjeFwZvMSKAOGY5IbU6lLzt6AHHHncTdMMkZ94Xk7O2BOHe9BXDV32Ln29TIW2C8m1fdxfPZWDiecVghUQ==} cpu: [wasm32] @@ -1608,6 +1723,10 @@ packages: resolution: {integrity: sha512-gici3jWJi0GDy9kbYh57LoA57H8A2EAD9cV2jFKp1YoJ2aX2U9lANh4L+xoKPTvVQYpRvleoA5jkAvyfeLQ5bw==} cpu: [wasm32] + '@rspack/binding-wasm32-wasi@2.2.4': + resolution: {integrity: sha512-Ak0PYNbyQd/0d7xsuCCBvc/V9+S8+NoHHv5dzlHepa6udSF7zKDxv9MxRMdhIIBrgn+8GMHQb3ohwW1XjzmONg==} + cpu: [wasm32] + '@rspack/binding-win32-arm64-msvc@2.2.2': resolution: {integrity: sha512-rfcNg0W3ZPZvXma1gTyEt9/Z8FxASIaQr+sMWTSaTPPaeU3xY1+0hYcrD0kUFNs3/5L4u63myI4R8qRXiuW3pA==} cpu: [arm64] @@ -1618,6 +1737,11 @@ packages: cpu: [arm64] os: [win32] + '@rspack/binding-win32-arm64-msvc@2.2.4': + resolution: {integrity: sha512-OVynh1BYpAKSdvopHR4P/Qy1y17YgF3qLGcRYDGTvwAYOX7EyHS/7YK8BX12T2dDZV2UhEa2t98fNncX5H/O3Q==} + cpu: [arm64] + os: [win32] + '@rspack/binding-win32-ia32-msvc@2.2.2': resolution: {integrity: sha512-TFPvr9RZw9oHIhooDhXHzWjKcHpGPTxkznSeM2poIWU0CdEuua2rVUfsrriTF1Dmx+9kMly61DQmyOHCbb+b2g==} cpu: [ia32] @@ -1628,6 +1752,11 @@ packages: cpu: [ia32] os: [win32] + '@rspack/binding-win32-ia32-msvc@2.2.4': + resolution: {integrity: sha512-Q3yuEY/ayWjF0dO6Guj1cPH97jyaazNXRUzZz5/qz1BuuCPUaV7/LMUz1HHKOqxCw13dPFWoYRMFC92ntH/jKg==} + cpu: [ia32] + os: [win32] + '@rspack/binding-win32-x64-msvc@2.2.2': resolution: {integrity: sha512-GvEGyL594dtWN9SoVnKWh0exrM8WLInaUjwcuA2JKbCi1ak/9iHxip/U1dY3DuVqBYBhmvYq96JPbl91xnzFjg==} cpu: [x64] @@ -1638,12 +1767,20 @@ packages: cpu: [x64] os: [win32] + '@rspack/binding-win32-x64-msvc@2.2.4': + resolution: {integrity: sha512-syTl1zbNQPj0HuiPEqSHT/wfLGxDCjrG17UaK1sIauZjDKisIyzN3DYE+WYuRy6wSNQ02jhPFmsvdxgntfQKFw==} + cpu: [x64] + os: [win32] + '@rspack/binding@2.2.2': resolution: {integrity: sha512-gWjKDQfVQJSBh/I+y9WTlyERsiShSJ7eI6Yl0SJs/6gjx8t4ixuwWCsaEFFjwSL4nSn6ML5hNQ7UFY3gj72BWA==} '@rspack/binding@2.2.3': resolution: {integrity: sha512-532+T5N6yIdukChiL85H4NFN2vn9oi8wlLa1ByPNtpNYriE9s24fUhn0RiK7w/xACqnNpYmXCqLYCvjOzyCy+w==} + '@rspack/binding@2.2.4': + resolution: {integrity: sha512-KoH5Wofyt1+egnqWF3pr8ItiYQiLgrHYLHOAn4YpzIMsGc8zDur3dCIhrhJ1uhbD3O7zkKqav4he3bo1kAmX9Q==} + '@rspack/core@2.2.2': resolution: {integrity: sha512-/yztfDZR5syIPBrUpzBpL+6fhhl0IHBPcXlNr4tOMBULbocFIz7Z4/cqvf1ix0DBbKpIGx99v6N1IDbk2gi8hw==} engines: {node: ^20.19.0 || >=22.12.0} @@ -1668,6 +1805,18 @@ packages: '@swc/helpers': optional: true + '@rspack/core@2.2.4': + resolution: {integrity: sha512-p8/w2i3viGQDVaqbHZtKpBwQNG7rY+Bf8iwu3i+d4KHwC1+VMLc4fBD30qU+cAHuUtsdx15sicvTVz3CniYOlg==} + engines: {node: ^20.19.0 || >=22.12.0} + peerDependencies: + '@module-federation/runtime-tools': ^0.24.1 || ^2.0.0 + '@swc/helpers': ^0.5.23 + peerDependenciesMeta: + '@module-federation/runtime-tools': + optional: true + '@swc/helpers': + optional: true + '@rspack/plugin-react-refresh@2.0.2': resolution: {integrity: sha512-dGNZiCxQxgAUI9sah7gd8u+O7OJZRCmqtEJNDOd8xW5RqcieC86F7p5qcShyw6onH5pKf57evpr2VjGbaFGkZg==} peerDependencies: @@ -1697,8 +1846,8 @@ packages: '@rspress/shared@2.0.21': resolution: {integrity: sha512-siCWkv1a4n6y7JdVRII+fwCRZGZtG5KGFfKi2w/Tt33UnIgh4XGqozZ5F/K0iZ/QUwg0wi93SoVdOQm2Q+wf8w==} - '@rstackjs/create-toolkit@2.2.6': - resolution: {integrity: sha512-kBJ6btUXKpJEqq1c6sSCfukjb2NK4zWpl3sKj4pk91cdI6L5If7NFaov6RRpTP/EuVW37wkVV5FlXJKZQPEC3Q==} + '@rstackjs/create-toolkit@2.2.7': + resolution: {integrity: sha512-rxprP/B80f7iFjlCGAKjuR1BFDyXYBNKJU26l2rPdlJVnUqAcZ7Kal/cUHhgMR3QkWiSuxxafh+ckGFAyJl8sA==} engines: {node: ^20.19.0 || >=22.12.0} '@rstackjs/doc-ui@1.14.11': @@ -1808,8 +1957,8 @@ packages: '@swc/helpers@0.5.23': resolution: {integrity: sha512-5lSsMOTXURePglDfvuAQUqkGek9Hg2kksOYay2m0+XR++b2NWYL/4sWyuvVBIs8oKnJaxkdi9whaL/sqN13afw==} - '@testing-library/dom@10.4.1': - resolution: {integrity: sha512-o4PXJQidqJl82ckFaXUeoAW+XysPLauYI43Abki5hABd853iMhitooc6znOnczgbTYmEP6U6/y1ZyKAIsvMKGg==} + '@testing-library/dom@10.4.2': + resolution: {integrity: sha512-yzr2S9HyAIdhz2/6qHgbs665Q7PKVcDF05vsOlHPxG1mo36gKVesdYVeDLnXgfjJ03CrKRk08knc6+E/9m8v2Q==} engines: {node: '>=18'} '@testing-library/jest-dom@7.0.1': @@ -1876,19 +2025,19 @@ packages: '@types/ms@2.1.0': resolution: {integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==} - '@types/node@26.4.1': - resolution: {integrity: sha512-k97ENvZWtvA6yqz5/FS6a7duDgOPEeOQOc2iKS/nY6mX6qJUKtLnWzQS+Xj6tXweyj6ZcTAK2Qecetnvi9nCLA==} - '@types/node@26.5.0': resolution: {integrity: sha512-dVSGpriSoCgz8WnDNTuSSuSv1PC/ALXihO4ulRZt7Md8k9mlbdin3lGOcDE8SnWOgf513ByWlXd7BK4azmyg/A==} - '@types/react-dom@19.2.7': - resolution: {integrity: sha512-I8bPpDLcHBv1qiIiXDCy71Rt8eQDKJP0sMSWJphDdAcdqiJ1sGpZamavoEIRZmYzjia9LuEb2HlYdDpmoENpvQ==} + '@types/node@26.5.1': + resolution: {integrity: sha512-CzNm2FezW4VR/LjG6yUdiEgLE/rAQ9Slj5gCu/C2VrdcW7I0ahNZ8DRbHT7zOZ6r3ONgd/bsQIeSaoDGrd1C6g==} + + '@types/react-dom@19.3.0': + resolution: {integrity: sha512-ZI7bU42mZXXKHn/qNLEw2IrbiINU7X5+vfgdixBHkCNpYWXjKgfQ/P+uyGb5CjOLB9UcnTeg3rylQtV2hym44Q==} peerDependencies: - '@types/react': ^19.2.0 + '@types/react': ^19.3.0 - '@types/react@19.2.18': - resolution: {integrity: sha512-AnzbBERsrLKtk2XSfTbYRLjQPdy116Sty4q+T+Bp3IC4l6jNBvreVPAHmpq9qhXQM7CXZPjLVmGMw9sy+hxQ3w==} + '@types/react@19.3.0': + resolution: {integrity: sha512-N0rFCuH9YoxG9/m61l9MfpJKfmLOVU0em7ipIz6TRgSSkvReLB9vL85GB+yr8Bs5leqpvg96JSwF4ZS1s4viQg==} '@types/unist@2.0.11': resolution: {integrity: sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==} @@ -2030,74 +2179,74 @@ packages: peerDependencies: react: '>=18.3.1' - '@yuku-parser/binding-android-arm64@0.9.4': - resolution: {integrity: sha512-x+dZef5ulszaYzgjHLUgnhDXAgJsGfodl30JuTinfLN5mEyB50burpUuyUqufGQp0fpI/sHLAN3V8fuJteFEQQ==} + '@yuku-parser/binding-android-arm64@0.10.1': + resolution: {integrity: sha512-IPu+2W/ncueHbCT4bWjALKgFL2pAkG8+Q8yzGnVrcSJcERt5bV6QZISd7bM2MEz7pUebN39Owz7HjQGABvpHjA==} cpu: [arm64] os: [android] - '@yuku-parser/binding-darwin-arm64@0.9.4': - resolution: {integrity: sha512-bSpjVPP8zTTcMZi78gxPkZZhVNbg4Doqsb2CrxHR2g+vZxP7Ey4GVzgD5nVYSHgS1y8dGULGW8AhPrfRWFEF6w==} + '@yuku-parser/binding-darwin-arm64@0.10.1': + resolution: {integrity: sha512-6mqnX0E9P9SbxYRFMWfZJPBWTnNMTsn4iUJdXJ/6iuha6Ip77T+7ncUHkXlykUl+6wtBTgyuPwT+mTJCRVTxGA==} cpu: [arm64] os: [darwin] - '@yuku-parser/binding-darwin-x64@0.9.4': - resolution: {integrity: sha512-QNswJLBxsoDkghztrF0bUy+DEUoeX1lS4cL3dCM1IB4hfLoZ3Jf3jmCoggDnqN++sJ91F6w8oHiyQ4ZhUEr/bg==} + '@yuku-parser/binding-darwin-x64@0.10.1': + resolution: {integrity: sha512-VOu4+iFde71uhjk27Mmjngbe32DlpFE8uGe4oC/dhg/P+m7bQ3f8X/9NFBGv+Ryn+g0xeggWDahMJ0s3dVLK3A==} cpu: [x64] os: [darwin] - '@yuku-parser/binding-freebsd-x64@0.9.4': - resolution: {integrity: sha512-D4rmGI0EOwxmKsv3+iGQDmtJ9/Oqr9wPxsQpONZ+QmxHqNbl+08XaJkhuC5wAg17bj6afcpdQfiIAoSMBY17Rw==} + '@yuku-parser/binding-freebsd-x64@0.10.1': + resolution: {integrity: sha512-c/DpeK18b2PWadTwlCtxfgof5J2lXo0LkrEDZLlCTQ/F0mdAku+bsibWlZWzTgNApzZh+RVfV1uY5Cgn8/0jZA==} cpu: [x64] os: [freebsd] - '@yuku-parser/binding-linux-arm-gnu@0.9.4': - resolution: {integrity: sha512-rZuqBxlaRnNY57nawRP1LPx4i+ieCrvIQkBsbGu/xjWkZGzFCrHPliy5YiMxp3Mw4v5KftAlDJx7c9jApNk2ww==} + '@yuku-parser/binding-linux-arm-gnu@0.10.1': + resolution: {integrity: sha512-SZi4oo7D5VFlwiRtUp08qNlTAwdKTr6Y+fTYBjOa6qFicfdeDfARPOHZqBjFc7h6u/Wm45LxKDyaqA2x6/lleQ==} cpu: [arm] os: [linux] libc: [glibc] - '@yuku-parser/binding-linux-arm-musl@0.9.4': - resolution: {integrity: sha512-0PRDvRZvh18Q1lADxs0RMtqYHTd3dD/o1WEnMO/K8o7V9Gmy/7nD3/HjGQCxFPxkHTp41toF+DsXgEandAc2Gw==} + '@yuku-parser/binding-linux-arm-musl@0.10.1': + resolution: {integrity: sha512-i1PL1me1Z9vlcGdspegmezXld/hLBOL782Mnbz68Lwh2FOKn4Z1FPqWCoTal5HUvx7SrdxA+Wq7D7fLj2H3yXA==} cpu: [arm] os: [linux] libc: [musl] - '@yuku-parser/binding-linux-arm64-gnu@0.9.4': - resolution: {integrity: sha512-CT1I24KFA/Tv/Exi1f+CVxafUIjlKm3gc51HbWLW7yf7OvJKCvKSja+EB17sDtYsS5a2EB9BTr8I5fPuDJ8rFA==} + '@yuku-parser/binding-linux-arm64-gnu@0.10.1': + resolution: {integrity: sha512-OGKan3pgUIEd9UqhxXgQryYV401PZIKbv/mCB5wJ97zB3wq5FBC81wNVi6ggNbDf8Gx3rV60X3zkVqWQdLMt5w==} cpu: [arm64] os: [linux] libc: [glibc] - '@yuku-parser/binding-linux-arm64-musl@0.9.4': - resolution: {integrity: sha512-DP193Z3nUXQ92AwmmkIAhVLxv2qj8rWAAAODownCwUk0wKrmnyH9km9Gd4NSmntBYG/Kv0P5btN6qcO1JXgEdw==} + '@yuku-parser/binding-linux-arm64-musl@0.10.1': + resolution: {integrity: sha512-JNDJJ+zYkmohfSRzLwfCI3DxebJagpImdPmoRw5/wenLAnLXS27feHPcppgUyu2kb7l44hWBNObmXqZTj+149Q==} cpu: [arm64] os: [linux] libc: [musl] - '@yuku-parser/binding-linux-x64-gnu@0.9.4': - resolution: {integrity: sha512-tjoxmuNz+xmSt/Or+US5aaKpRZcptQsWYaPtDp1/0QUvhyg8VS6mOrizKkzVBJKYVNZ7eDTleOBquYVm+Haz6w==} + '@yuku-parser/binding-linux-x64-gnu@0.10.1': + resolution: {integrity: sha512-zImXKxVTcFfVihgTCBOta/eM8VM6xz4lOw/ILPuLB+dCt2j0th4O0N7RS2s/F7UjJlkqL2tEooUWgovA6sTq2g==} cpu: [x64] os: [linux] libc: [glibc] - '@yuku-parser/binding-linux-x64-musl@0.9.4': - resolution: {integrity: sha512-kHXf72EM6oHN58Swwruf9plXlCVY4mOlgqIjpXenEAY87cVcH3VxMZdCQG7rIKa+k0Hf3E/WS/8ufqZSCER7Gw==} + '@yuku-parser/binding-linux-x64-musl@0.10.1': + resolution: {integrity: sha512-Q/9qDsxfggpWLlJlJohFOuHQ6unml5W7cVO4T51IFpLQMCsWNWKGpC25eEVvr8YA7hjnNiDfpoCLQrTE5tN0vQ==} cpu: [x64] os: [linux] libc: [musl] - '@yuku-parser/binding-win32-arm64@0.9.4': - resolution: {integrity: sha512-Yj6+bbGDZrLbzp1Qr7hiaIjYagslUrRy6t3TIxfiXUeJWNH8ydx7birM0UJiIInqUld0mk9qBz1kei/T8gcKvw==} + '@yuku-parser/binding-win32-arm64@0.10.1': + resolution: {integrity: sha512-VihiI9md+Z7f6tDZCJZhNpgJoY3mqwil3b2aRZ3PjX4TyXj2EBTWQvBkFLKbTBAT9lNeTgz+W0uvDNWEbbG1KA==} cpu: [arm64] os: [win32] - '@yuku-parser/binding-win32-x64@0.9.4': - resolution: {integrity: sha512-B9D+Z1/jVfoEd1SgbuaYTPH6onVlSsSaK151mW8Rb6Yv+OrTOocNnv2w3peBicS6MB3VI+mJG8YqxRI4ONd1OQ==} + '@yuku-parser/binding-win32-x64@0.10.1': + resolution: {integrity: sha512-edaR29QCjNq7hJiHGF/VsIVh6uHkIuahdP6lLo7wDgyYTNT5IvgWcO9Wfmv00Y5IO0Q3g+ngQhu+pxVbtGRgKA==} cpu: [x64] os: [win32] - '@yuku-toolchain/types@0.9.4': - resolution: {integrity: sha512-dqnMswJWE7YBbPEvGstgFlWFTRn20V/Hu82XTDjWxzaU18rGpxBqxhKlBlgyWrPARRvNLIqY2XA6S9edR+2AsA==} + '@yuku-toolchain/types@0.10.1': + resolution: {integrity: sha512-nZqE/tf118GLFyuPDD68u3Sal9f2w/bS9s2f+UvS9W+31BuZ9EW4xcOVIhZtJcvUSpdBYL3gJVXV6ky2gxuDgg==} acorn-jsx@5.3.2: resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} @@ -2378,6 +2527,10 @@ packages: resolution: {integrity: sha512-4bRh1KzRvKDnFNTlLhzT1RZTpkKhQbQDl9j+7GXszWsvuspYdo29k6OHRf4PwiM6oLb8r/pMWeYiJjkfod5AvQ==} engines: {node: '>=20.0.0'} + happy-dom@20.14.5: + resolution: {integrity: sha512-x/RzkpWO40bTjIoT30iQtt64FLLmH/iRcUCN2X//bLx7H3ifkdfPXyqsro/OYtqzIAhiLMMA7mmiOR9C3NOKjQ==} + engines: {node: '>=20.0.0'} + has-flag@4.0.0: resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} engines: {node: '>=8'} @@ -2418,8 +2571,8 @@ packages: hastscript@9.0.1: resolution: {integrity: sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==} - heading-case@2.0.1: - resolution: {integrity: sha512-vt+RLPiDTw0BHXX/7pfChw8sFh17PjfJP72mHJ8tCEi4Dy30ASuWNx9px9VtRWzvmGtnAjfQDp/bz3ODQ2YpwA==} + heading-case@2.0.2: + resolution: {integrity: sha512-wP5GB7itAbhvu8Qb7o1JdiE56csfkycq2i2rSq+TkzF9I888d2bUiJDOjtnZmHPdsKvfl9qQhShnM15umslBHA==} hasBin: true peerDependencies: prettier: ^3.0.0 @@ -2489,8 +2642,8 @@ packages: js-tokens@4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} - js-yaml@4.3.1: - resolution: {integrity: sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==} + js-yaml@5.4.2: + resolution: {integrity: sha512-m+aqu+LwO1O6sIopafj8HUVl5aawITwZQe/yHpMCKjaWBaA/d07B/QdMb3529REftiU+RMMHL3Vlsw3hON7vWg==} hasBin: true json-with-bigint@3.5.10: @@ -2501,8 +2654,8 @@ packages: engines: {node: '>=6'} hasBin: true - lint-staged@17.5.0: - resolution: {integrity: sha512-ah2qsNtvKP1+Ak4rAvEEIvcXDLjjbr/xmxCvlequxqEOFYk0qINcZcRxD3Ic8wRn7/oQ8+wC9s0DfDrdMVCRFg==} + lint-staged@17.5.1: + resolution: {integrity: sha512-7EDuco1xnBMeVpvAbeMq1U5KXwJGLmY8q6l+Ye78r36C4mPc+Vg1Z2SK8gHyRTyvPro90A0q5/FAZ+Au23d6QQ==} engines: {node: '>=22.22.1'} hasBin: true @@ -2870,10 +3023,10 @@ packages: property-information@7.2.0: resolution: {integrity: sha512-IAtzIB6sUiWaJYrX9smp3V46pBGbBeLFRGdh25kg1334VcBlD8HzhPeNIWQH9zhGmo2itIe25EHt9dQP7G5hmg==} - react-dom@19.2.8: - resolution: {integrity: sha512-rVprimfGBG3DR+Tq0IQG2DT5PxKth1WIGDmj5yPmlzr4YBe7uyE+Du4oVqTDXZSHGGGXRtTJEGSSePyQCMBglQ==} + react-dom@19.3.0: + resolution: {integrity: sha512-JDk8dgif51OjFoDE70+OT9ICyYr+69HlmihNwp1+Nsfbna3t5sIiCa9ZJktDmQ4/1b/rn26hIAR2uYXDMr5r0Q==} peerDependencies: - react: ^19.2.8 + react: ^19.3.0 react-is@17.0.2: resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==} @@ -2913,8 +3066,8 @@ packages: react-dom: optional: true - react@19.2.8: - resolution: {integrity: sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==} + react@19.3.0: + resolution: {integrity: sha512-E8LUcbtBWt20bbl2YoHfx4ZDBdxVTfOKtCZn9cDSJ4l6/nuoApcpIBcj47t2wZoVX8g2ZHuMHbiShgCR1T5Sog==} engines: {node: '>=0.10.0'} readdirp@5.0.0: @@ -3156,6 +3309,9 @@ packages: scheduler@0.27.0: resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==} + scheduler@0.28.0: + resolution: {integrity: sha512-juorfCmIkIw8tT+p5BXSm6PJjQF/ycEYmKyzURCIt/RaZIhL+PulbQ9Yu2z1HdOJDdqDTlxA1+xKBmHXJsczAw==} + scroll-into-view-if-needed@3.1.0: resolution: {integrity: sha512-49oNpRjWRvnU8NyGVmUaYG4jtTkNonFZI86MmGRDqBphEK2EXT9gdEUoQPZhuBM8yWHxCWbobltqYO5M4XrUvQ==} @@ -3238,8 +3394,8 @@ packages: resolution: {integrity: sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==} engines: {node: '>=12.0.0'} - tinypool@2.1.2: - resolution: {integrity: sha512-9YodfrxS9g9IbFr/KOjE5bAeJ0p61n3bW6mqvy0jtoeKd1kTW1Cxm0oulm6KX2lyM9Gl6WIe8nEbY7LWv5ZJww==} + tinypool@2.2.0: + resolution: {integrity: sha512-jBrmx4lYmaC9k/mgPbylxs7kBUxHtD8256up+HjLaDFfXScKJQyil+SWXSvhAtT7XHo+yTVlpB81PGmHP8oLSQ==} engines: {node: ^20.0.0 || >=22.0.0} to-regex-range@5.0.1: @@ -3271,9 +3427,6 @@ packages: engines: {node: '>=16.20.0'} hasBin: true - undici-types@8.3.0: - resolution: {integrity: sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==} - undici-types@8.9.0: resolution: {integrity: sha512-KTDyRTYX8sWmKXAikPHHSyc63CRPETMctyjKFupcC6OBLXT3xsN0e9aF7m+mIXutFWpUXuedtowG7iLOzp0kQg==} @@ -3360,11 +3513,11 @@ packages: engines: {node: '>= 14.6'} hasBin: true - yuku-ast@0.9.4: - resolution: {integrity: sha512-AeeHDopMAy2mMafUMEIZxmQaCJOPEvBGDSSA23y5iKuzak3H2otfmgo4ObJubuzdHlJrv4eFY3KQ5XZOru5gpw==} + yuku-ast@0.10.1: + resolution: {integrity: sha512-uxQ9wMKPfFmKXwCwrcYUnp8xQ6HltLN3ifzBZfjgoACu9sQrxlqiyibeINSqR3VNoHPJMkUmD69hWOoO5TUqtQ==} - yuku-parser@0.9.4: - resolution: {integrity: sha512-VWnoJzdB2g1JjsMEcB2MxSLoDbgISgOiNRsgiR0qrQKiUw2yyzEfYEYkNHSMNhdGkSo7gtmcN+2UOczzGDLAuw==} + yuku-parser@0.10.1: + resolution: {integrity: sha512-c2rfzmcMHIKBxoHlIsJ20UHqi6IjGJxLGobqKtmsCegWW+eMcgPtqtk731J5rMFxyrRu0ZeTQThcwgrkmmRAHg==} zimmerframe@1.1.4: resolution: {integrity: sha512-B58NGBEoc8Y9MWWCQGl/gq9xBCe4IiKM0a2x7GZdQKOW5Exr8S1W24J6OgM1njK8xCRGvAJIL/MxXHf6SkmQKQ==} @@ -3477,122 +3630,122 @@ snapshots: '@inquirer/ansi@2.0.7': {} - '@inquirer/checkbox@5.2.1(@types/node@26.5.0)': + '@inquirer/checkbox@5.2.1(@types/node@26.5.1)': dependencies: '@inquirer/ansi': 2.0.7 - '@inquirer/core': 11.2.1(@types/node@26.5.0) + '@inquirer/core': 11.2.1(@types/node@26.5.1) '@inquirer/figures': 2.0.7 - '@inquirer/type': 4.0.7(@types/node@26.5.0) + '@inquirer/type': 4.0.7(@types/node@26.5.1) optionalDependencies: - '@types/node': 26.5.0 + '@types/node': 26.5.1 - '@inquirer/confirm@6.1.1(@types/node@26.5.0)': + '@inquirer/confirm@6.1.1(@types/node@26.5.1)': dependencies: - '@inquirer/core': 11.2.1(@types/node@26.5.0) - '@inquirer/type': 4.0.7(@types/node@26.5.0) + '@inquirer/core': 11.2.1(@types/node@26.5.1) + '@inquirer/type': 4.0.7(@types/node@26.5.1) optionalDependencies: - '@types/node': 26.5.0 + '@types/node': 26.5.1 - '@inquirer/core@11.2.1(@types/node@26.5.0)': + '@inquirer/core@11.2.1(@types/node@26.5.1)': dependencies: '@inquirer/ansi': 2.0.7 '@inquirer/figures': 2.0.7 - '@inquirer/type': 4.0.7(@types/node@26.5.0) + '@inquirer/type': 4.0.7(@types/node@26.5.1) cli-width: 4.1.0 fast-wrap-ansi: 0.2.2 mute-stream: 3.0.0 signal-exit: 4.1.0 optionalDependencies: - '@types/node': 26.5.0 + '@types/node': 26.5.1 - '@inquirer/editor@5.2.2(@types/node@26.5.0)': + '@inquirer/editor@5.2.2(@types/node@26.5.1)': dependencies: - '@inquirer/core': 11.2.1(@types/node@26.5.0) - '@inquirer/external-editor': 3.0.3(@types/node@26.5.0) - '@inquirer/type': 4.0.7(@types/node@26.5.0) + '@inquirer/core': 11.2.1(@types/node@26.5.1) + '@inquirer/external-editor': 3.0.3(@types/node@26.5.1) + '@inquirer/type': 4.0.7(@types/node@26.5.1) optionalDependencies: - '@types/node': 26.5.0 + '@types/node': 26.5.1 - '@inquirer/expand@5.1.1(@types/node@26.5.0)': + '@inquirer/expand@5.1.1(@types/node@26.5.1)': dependencies: - '@inquirer/core': 11.2.1(@types/node@26.5.0) - '@inquirer/type': 4.0.7(@types/node@26.5.0) + '@inquirer/core': 11.2.1(@types/node@26.5.1) + '@inquirer/type': 4.0.7(@types/node@26.5.1) optionalDependencies: - '@types/node': 26.5.0 + '@types/node': 26.5.1 - '@inquirer/external-editor@3.0.3(@types/node@26.5.0)': + '@inquirer/external-editor@3.0.3(@types/node@26.5.1)': dependencies: chardet: 2.2.0 iconv-lite: 0.7.3 optionalDependencies: - '@types/node': 26.5.0 + '@types/node': 26.5.1 '@inquirer/figures@2.0.7': {} - '@inquirer/input@5.1.2(@types/node@26.5.0)': + '@inquirer/input@5.1.2(@types/node@26.5.1)': dependencies: - '@inquirer/core': 11.2.1(@types/node@26.5.0) - '@inquirer/type': 4.0.7(@types/node@26.5.0) + '@inquirer/core': 11.2.1(@types/node@26.5.1) + '@inquirer/type': 4.0.7(@types/node@26.5.1) optionalDependencies: - '@types/node': 26.5.0 + '@types/node': 26.5.1 - '@inquirer/number@4.1.1(@types/node@26.5.0)': + '@inquirer/number@4.1.1(@types/node@26.5.1)': dependencies: - '@inquirer/core': 11.2.1(@types/node@26.5.0) - '@inquirer/type': 4.0.7(@types/node@26.5.0) + '@inquirer/core': 11.2.1(@types/node@26.5.1) + '@inquirer/type': 4.0.7(@types/node@26.5.1) optionalDependencies: - '@types/node': 26.5.0 + '@types/node': 26.5.1 - '@inquirer/password@5.1.1(@types/node@26.5.0)': + '@inquirer/password@5.1.1(@types/node@26.5.1)': dependencies: '@inquirer/ansi': 2.0.7 - '@inquirer/core': 11.2.1(@types/node@26.5.0) - '@inquirer/type': 4.0.7(@types/node@26.5.0) + '@inquirer/core': 11.2.1(@types/node@26.5.1) + '@inquirer/type': 4.0.7(@types/node@26.5.1) optionalDependencies: - '@types/node': 26.5.0 - - '@inquirer/prompts@8.5.2(@types/node@26.5.0)': - dependencies: - '@inquirer/checkbox': 5.2.1(@types/node@26.5.0) - '@inquirer/confirm': 6.1.1(@types/node@26.5.0) - '@inquirer/editor': 5.2.2(@types/node@26.5.0) - '@inquirer/expand': 5.1.1(@types/node@26.5.0) - '@inquirer/input': 5.1.2(@types/node@26.5.0) - '@inquirer/number': 4.1.1(@types/node@26.5.0) - '@inquirer/password': 5.1.1(@types/node@26.5.0) - '@inquirer/rawlist': 5.3.1(@types/node@26.5.0) - '@inquirer/search': 4.2.1(@types/node@26.5.0) - '@inquirer/select': 5.2.1(@types/node@26.5.0) + '@types/node': 26.5.1 + + '@inquirer/prompts@8.5.2(@types/node@26.5.1)': + dependencies: + '@inquirer/checkbox': 5.2.1(@types/node@26.5.1) + '@inquirer/confirm': 6.1.1(@types/node@26.5.1) + '@inquirer/editor': 5.2.2(@types/node@26.5.1) + '@inquirer/expand': 5.1.1(@types/node@26.5.1) + '@inquirer/input': 5.1.2(@types/node@26.5.1) + '@inquirer/number': 4.1.1(@types/node@26.5.1) + '@inquirer/password': 5.1.1(@types/node@26.5.1) + '@inquirer/rawlist': 5.3.1(@types/node@26.5.1) + '@inquirer/search': 4.2.1(@types/node@26.5.1) + '@inquirer/select': 5.2.1(@types/node@26.5.1) optionalDependencies: - '@types/node': 26.5.0 + '@types/node': 26.5.1 - '@inquirer/rawlist@5.3.1(@types/node@26.5.0)': + '@inquirer/rawlist@5.3.1(@types/node@26.5.1)': dependencies: - '@inquirer/core': 11.2.1(@types/node@26.5.0) - '@inquirer/type': 4.0.7(@types/node@26.5.0) + '@inquirer/core': 11.2.1(@types/node@26.5.1) + '@inquirer/type': 4.0.7(@types/node@26.5.1) optionalDependencies: - '@types/node': 26.5.0 + '@types/node': 26.5.1 - '@inquirer/search@4.2.1(@types/node@26.5.0)': + '@inquirer/search@4.2.1(@types/node@26.5.1)': dependencies: - '@inquirer/core': 11.2.1(@types/node@26.5.0) + '@inquirer/core': 11.2.1(@types/node@26.5.1) '@inquirer/figures': 2.0.7 - '@inquirer/type': 4.0.7(@types/node@26.5.0) + '@inquirer/type': 4.0.7(@types/node@26.5.1) optionalDependencies: - '@types/node': 26.5.0 + '@types/node': 26.5.1 - '@inquirer/select@5.2.1(@types/node@26.5.0)': + '@inquirer/select@5.2.1(@types/node@26.5.1)': dependencies: '@inquirer/ansi': 2.0.7 - '@inquirer/core': 11.2.1(@types/node@26.5.0) + '@inquirer/core': 11.2.1(@types/node@26.5.1) '@inquirer/figures': 2.0.7 - '@inquirer/type': 4.0.7(@types/node@26.5.0) + '@inquirer/type': 4.0.7(@types/node@26.5.1) optionalDependencies: - '@types/node': 26.5.0 + '@types/node': 26.5.1 - '@inquirer/type@4.0.7(@types/node@26.5.0)': + '@inquirer/type@4.0.7(@types/node@26.5.1)': optionalDependencies: - '@types/node': 26.5.0 + '@types/node': 26.5.1 '@jridgewell/gen-mapping@0.3.13': dependencies: @@ -3643,22 +3796,22 @@ snapshots: transitivePeerDependencies: - supports-color - '@mdx-js/react@3.1.1(@types/react@19.2.18)(react@19.2.8)': + '@mdx-js/react@3.1.1(@types/react@19.3.0)(react@19.3.0)': dependencies: '@types/mdx': 2.0.14 - '@types/react': 19.2.18 - react: 19.2.8 + '@types/react': 19.3.0 + react: 19.3.0 - '@napi-rs/cli@3.9.0(@emnapi/core@1.11.3)(@emnapi/runtime@1.11.3)(@types/node@26.5.0)(supports-color@8.1.1)': + '@napi-rs/cli@3.9.1(@emnapi/core@1.11.3)(@emnapi/runtime@1.11.3)(@types/node@26.5.1)(supports-color@8.1.1)': dependencies: - '@inquirer/prompts': 8.5.2(@types/node@26.5.0) + '@inquirer/prompts': 8.5.2(@types/node@26.5.1) '@napi-rs/cross-toolchain': 1.0.3(supports-color@8.1.1) '@napi-rs/wasm-tools': 1.1.0 '@octokit/rest': 22.0.1 clipanion: 4.0.0-rc.4 colorette: 2.0.20 es-toolkit: 1.50.0 - js-yaml: 4.3.1 + js-yaml: 5.4.2 obug: 2.1.4 semver: 7.8.5 typanion: 3.14.0 @@ -4058,13 +4211,22 @@ snapshots: transitivePeerDependencies: - '@module-federation/runtime-tools' - '@rsbuild/core@2.2.5': + '@rsbuild/core@2.2.6': dependencies: - '@rspack/core': 2.2.3(@swc/helpers@0.5.23) + '@rspack/core': 2.2.4(@swc/helpers@0.5.23) '@swc/helpers': 0.5.23 transitivePeerDependencies: - '@module-federation/runtime-tools' + '@rsbuild/plugin-react@2.1.0(@rsbuild/core@2.2.2)': + dependencies: + '@rspack/plugin-react-refresh': 2.0.2(@rspack/core@2.2.4)(react-refresh@0.18.0) + react-refresh: 0.18.0 + optionalDependencies: + '@rsbuild/core': 2.2.2 + transitivePeerDependencies: + - '@rspack/core' + '@rsbuild/plugin-react@2.1.0(@rsbuild/core@2.2.2)(@rspack/core@2.2.3)': dependencies: '@rspack/plugin-react-refresh': 2.0.2(@rspack/core@2.2.3)(react-refresh@0.18.0) @@ -4074,6 +4236,15 @@ snapshots: transitivePeerDependencies: - '@rspack/core' + '@rsbuild/plugin-react@2.1.0(@rsbuild/core@2.2.2)(@rspack/core@2.2.4)': + dependencies: + '@rspack/plugin-react-refresh': 2.0.2(@rspack/core@2.2.4)(react-refresh@0.18.0) + react-refresh: 0.18.0 + optionalDependencies: + '@rsbuild/core': 2.2.2 + transitivePeerDependencies: + - '@rspack/core' + '@rsbuild/plugin-sass@2.0.1(@rsbuild/core@2.2.2)': dependencies: deepmerge: 4.3.1 @@ -4086,8 +4257,8 @@ snapshots: '@rslib/core@1.0.0(typescript@7.0.2)': dependencies: - '@rsbuild/core': 2.2.5 - rsbuild-plugin-dts: 1.0.0(@rsbuild/core@2.2.5)(typescript@7.0.2) + '@rsbuild/core': 2.2.6 + rsbuild-plugin-dts: 1.0.0(@rsbuild/core@2.2.6)(typescript@7.0.2) optionalDependencies: typescript: 7.0.2 transitivePeerDependencies: @@ -4137,60 +4308,90 @@ snapshots: '@rspack/binding-darwin-arm64@2.2.3': optional: true + '@rspack/binding-darwin-arm64@2.2.4': + optional: true + '@rspack/binding-darwin-x64@2.2.2': optional: true '@rspack/binding-darwin-x64@2.2.3': optional: true + '@rspack/binding-darwin-x64@2.2.4': + optional: true + '@rspack/binding-linux-arm64-gnu@2.2.2': optional: true '@rspack/binding-linux-arm64-gnu@2.2.3': optional: true + '@rspack/binding-linux-arm64-gnu@2.2.4': + optional: true + '@rspack/binding-linux-arm64-musl@2.2.2': optional: true '@rspack/binding-linux-arm64-musl@2.2.3': optional: true + '@rspack/binding-linux-arm64-musl@2.2.4': + optional: true + '@rspack/binding-linux-ppc64-gnu@2.2.2': optional: true '@rspack/binding-linux-ppc64-gnu@2.2.3': optional: true + '@rspack/binding-linux-ppc64-gnu@2.2.4': + optional: true + '@rspack/binding-linux-riscv64-gnu@2.2.2': optional: true '@rspack/binding-linux-riscv64-gnu@2.2.3': optional: true + '@rspack/binding-linux-riscv64-gnu@2.2.4': + optional: true + '@rspack/binding-linux-riscv64-musl@2.2.2': optional: true '@rspack/binding-linux-riscv64-musl@2.2.3': optional: true + '@rspack/binding-linux-riscv64-musl@2.2.4': + optional: true + '@rspack/binding-linux-s390x-gnu@2.2.2': optional: true '@rspack/binding-linux-s390x-gnu@2.2.3': optional: true + '@rspack/binding-linux-s390x-gnu@2.2.4': + optional: true + '@rspack/binding-linux-x64-gnu@2.2.2': optional: true '@rspack/binding-linux-x64-gnu@2.2.3': optional: true + '@rspack/binding-linux-x64-gnu@2.2.4': + optional: true + '@rspack/binding-linux-x64-musl@2.2.2': optional: true '@rspack/binding-linux-x64-musl@2.2.3': optional: true + '@rspack/binding-linux-x64-musl@2.2.4': + optional: true + '@rspack/binding-wasm32-wasi@2.2.2': dependencies: '@emnapi/core': 1.11.3 @@ -4205,24 +4406,40 @@ snapshots: '@napi-rs/wasm-runtime': 1.1.6(@emnapi/core@1.11.3)(@emnapi/runtime@1.11.3) optional: true + '@rspack/binding-wasm32-wasi@2.2.4': + dependencies: + '@emnapi/core': 1.11.3 + '@emnapi/runtime': 1.11.3 + '@napi-rs/wasm-runtime': 1.1.6(@emnapi/core@1.11.3)(@emnapi/runtime@1.11.3) + optional: true + '@rspack/binding-win32-arm64-msvc@2.2.2': optional: true '@rspack/binding-win32-arm64-msvc@2.2.3': optional: true + '@rspack/binding-win32-arm64-msvc@2.2.4': + optional: true + '@rspack/binding-win32-ia32-msvc@2.2.2': optional: true '@rspack/binding-win32-ia32-msvc@2.2.3': optional: true + '@rspack/binding-win32-ia32-msvc@2.2.4': + optional: true + '@rspack/binding-win32-x64-msvc@2.2.2': optional: true '@rspack/binding-win32-x64-msvc@2.2.3': optional: true + '@rspack/binding-win32-x64-msvc@2.2.4': + optional: true + '@rspack/binding@2.2.2': optionalDependencies: '@rspack/binding-darwin-arm64': 2.2.2 @@ -4256,6 +4473,24 @@ snapshots: '@rspack/binding-win32-arm64-msvc': 2.2.3 '@rspack/binding-win32-ia32-msvc': 2.2.3 '@rspack/binding-win32-x64-msvc': 2.2.3 + optional: true + + '@rspack/binding@2.2.4': + optionalDependencies: + '@rspack/binding-darwin-arm64': 2.2.4 + '@rspack/binding-darwin-x64': 2.2.4 + '@rspack/binding-linux-arm64-gnu': 2.2.4 + '@rspack/binding-linux-arm64-musl': 2.2.4 + '@rspack/binding-linux-ppc64-gnu': 2.2.4 + '@rspack/binding-linux-riscv64-gnu': 2.2.4 + '@rspack/binding-linux-riscv64-musl': 2.2.4 + '@rspack/binding-linux-s390x-gnu': 2.2.4 + '@rspack/binding-linux-x64-gnu': 2.2.4 + '@rspack/binding-linux-x64-musl': 2.2.4 + '@rspack/binding-wasm32-wasi': 2.2.4 + '@rspack/binding-win32-arm64-msvc': 2.2.4 + '@rspack/binding-win32-ia32-msvc': 2.2.4 + '@rspack/binding-win32-x64-msvc': 2.2.4 '@rspack/core@2.2.2(@swc/helpers@0.5.23)': dependencies: @@ -4268,6 +4503,13 @@ snapshots: '@rspack/binding': 2.2.3 optionalDependencies: '@swc/helpers': 0.5.23 + optional: true + + '@rspack/core@2.2.4(@swc/helpers@0.5.23)': + dependencies: + '@rspack/binding': 2.2.4 + optionalDependencies: + '@swc/helpers': 0.5.23 '@rspack/plugin-react-refresh@2.0.2(@rspack/core@2.2.3)(react-refresh@0.18.0)': dependencies: @@ -4275,17 +4517,71 @@ snapshots: optionalDependencies: '@rspack/core': 2.2.3(@swc/helpers@0.5.23) + '@rspack/plugin-react-refresh@2.0.2(@rspack/core@2.2.4)(react-refresh@0.18.0)': + dependencies: + react-refresh: 0.18.0 + optionalDependencies: + '@rspack/core': 2.2.4(@swc/helpers@0.5.23) + + '@rspress/core@2.0.21(@rspack/core@2.2.4)(micromark-util-types@2.0.2)(micromark@4.0.2)(supports-color@8.1.1)': + dependencies: + '@mdx-js/mdx': 3.1.1(supports-color@8.1.1) + '@mdx-js/react': 3.1.1(@types/react@19.3.0)(react@19.3.0) + '@rsbuild/core': 2.2.2 + '@rsbuild/plugin-react': 2.1.0(@rsbuild/core@2.2.2)(@rspack/core@2.2.4) + '@rspress/shared': 2.0.21(supports-color@8.1.1) + '@shikijs/rehype': 4.3.1 + '@types/mdast': 4.0.4 + '@types/react': 19.3.0 + '@unhead/react': 2.1.17(react@19.3.0) + body-scroll-lock: 4.0.0-beta.0 + clsx: 2.1.1 + copy-to-clipboard: 3.3.3 + flexsearch: 0.8.212 + hast-util-heading-rank: 3.0.0 + hast-util-to-jsx-runtime: 2.3.6(supports-color@8.1.1) + mdast-util-mdx: 3.0.0(supports-color@8.1.1) + mdast-util-mdxjs-esm: 2.0.1(supports-color@8.1.1) + medium-zoom: 1.1.0 + nprogress: 0.2.0 + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) + react-lazy-with-preload: 2.2.1 + react-render-to-markdown: 19.1.0(react@19.3.0) + react-router-dom: 7.18.2(react-dom@19.3.0)(react@19.3.0) + rehype-external-links: 3.0.0 + rehype-raw: 7.0.0 + remark-cjk-friendly: 2.3.1(@types/mdast@4.0.4)(micromark-util-types@2.0.2)(micromark@4.0.2)(unified@11.0.5) + remark-cjk-friendly-gfm-strikethrough: 2.3.1(@types/mdast@4.0.4)(micromark-util-types@2.0.2)(micromark@4.0.2)(supports-color@8.1.1)(unified@11.0.5) + remark-gfm: 4.0.1(supports-color@8.1.1) + remark-mdx: 3.1.1(supports-color@8.1.1) + remark-parse: 11.0.0(supports-color@8.1.1) + remark-stringify: 11.0.0 + scroll-into-view-if-needed: 3.1.0 + shiki: 4.3.1 + unified: 11.0.5 + unist-util-visit: 5.1.0 + unist-util-visit-children: 3.0.0 + vfile: 6.0.3 + transitivePeerDependencies: + - '@module-federation/runtime-tools' + - '@rspack/core' + - core-js + - micromark + - micromark-util-types + - supports-color + '@rspress/core@2.0.21(micromark-util-types@2.0.2)(micromark@4.0.2)(supports-color@8.1.1)': dependencies: '@mdx-js/mdx': 3.1.1(supports-color@8.1.1) - '@mdx-js/react': 3.1.1(@types/react@19.2.18)(react@19.2.8) + '@mdx-js/react': 3.1.1(@types/react@19.3.0)(react@19.3.0) '@rsbuild/core': 2.2.2 - '@rsbuild/plugin-react': 2.1.0(@rsbuild/core@2.2.2)(@rspack/core@2.2.3) + '@rsbuild/plugin-react': 2.1.0(@rsbuild/core@2.2.2) '@rspress/shared': 2.0.21(supports-color@8.1.1) '@shikijs/rehype': 4.3.1 '@types/mdast': 4.0.4 - '@types/react': 19.2.18 - '@unhead/react': 2.1.17(react@19.2.8) + '@types/react': 19.3.0 + '@unhead/react': 2.1.17(react@19.3.0) body-scroll-lock: 4.0.0-beta.0 clsx: 2.1.1 copy-to-clipboard: 3.3.3 @@ -4296,11 +4592,11 @@ snapshots: mdast-util-mdxjs-esm: 2.0.1(supports-color@8.1.1) medium-zoom: 1.1.0 nprogress: 0.2.0 - react: 19.2.8 - react-dom: 19.2.8(react@19.2.8) + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) react-lazy-with-preload: 2.2.1 - react-render-to-markdown: 19.1.0(react@19.2.8) - react-router-dom: 7.18.2(react-dom@19.2.8)(react@19.2.8) + react-render-to-markdown: 19.1.0(react@19.3.0) + react-router-dom: 7.18.2(react-dom@19.3.0)(react@19.3.0) rehype-external-links: 3.0.0 rehype-raw: 7.0.0 remark-cjk-friendly: 2.3.1(@types/mdast@4.0.4)(micromark-util-types@2.0.2)(micromark@4.0.2)(unified@11.0.5) @@ -4325,17 +4621,17 @@ snapshots: '@rspress/plugin-client-redirects@2.0.21(@rspress/core@2.0.21)': dependencies: - '@rspress/core': 2.0.21(micromark-util-types@2.0.2)(micromark@4.0.2)(supports-color@8.1.1) + '@rspress/core': 2.0.21(@rspack/core@2.2.4)(micromark-util-types@2.0.2)(micromark@4.0.2)(supports-color@8.1.1) '@rspress/plugin-sitemap@2.0.21(@rspress/core@2.0.21)': dependencies: - '@rspress/core': 2.0.21(micromark-util-types@2.0.2)(micromark@4.0.2)(supports-color@8.1.1) + '@rspress/core': 2.0.21(@rspack/core@2.2.4)(micromark-util-types@2.0.2)(micromark@4.0.2)(supports-color@8.1.1) '@rspress/shared@2.0.21(supports-color@8.1.1)': dependencies: '@rsbuild/core': 2.2.3 '@shikijs/rehype': 4.3.1 - '@types/react': 19.2.18 + '@types/react': 19.3.0 mdast-util-mdx-jsx: 3.2.0(supports-color@8.1.1) unified: 11.0.5 transitivePeerDependencies: @@ -4343,19 +4639,19 @@ snapshots: - core-js - supports-color - '@rstackjs/create-toolkit@2.2.6': {} + '@rstackjs/create-toolkit@2.2.7': {} '@rstackjs/doc-ui@1.14.11(@rspress/core@2.0.21)': optionalDependencies: - '@rspress/core': 2.0.21(micromark-util-types@2.0.2)(micromark@4.0.2)(supports-color@8.1.1) + '@rspress/core': 2.0.21(@rspack/core@2.2.4)(micromark-util-types@2.0.2)(micromark@4.0.2)(supports-color@8.1.1) '@rstackjs/load-config@1.0.0': {} '@rstackjs/test-utils@1.0.0': {} - '@rstest/adapter-rsbuild@0.11.12(@rsbuild/core@2.2.5)(@rstest/core@0.11.12)': + '@rstest/adapter-rsbuild@0.11.12(@rsbuild/core@2.2.6)(@rstest/core@0.11.12)': dependencies: - '@rsbuild/core': 2.2.5 + '@rsbuild/core': 2.2.6 '@rstest/core': 0.11.12(happy-dom@20.14.0) '@rstest/adapter-rslib@0.11.12(@rslib/core@1.0.0)(@rstest/core@0.11.12)(typescript@7.0.2)': @@ -4367,7 +4663,7 @@ snapshots: '@rstest/core@0.11.12(happy-dom@20.14.0)': dependencies: - '@rsbuild/core': 2.2.5 + '@rsbuild/core': 2.2.6 '@types/chai': 5.2.3 optionalDependencies: happy-dom: 20.14.0 @@ -4456,7 +4752,7 @@ snapshots: dependencies: tslib: 2.8.1 - '@testing-library/dom@10.4.1': + '@testing-library/dom@10.4.2': dependencies: '@babel/code-frame': 7.29.7 '@babel/runtime': 7.29.7 @@ -4467,25 +4763,25 @@ snapshots: picocolors: 1.1.1 pretty-format: 27.5.1 - '@testing-library/jest-dom@7.0.1(@testing-library/dom@10.4.1)': + '@testing-library/jest-dom@7.0.1(@testing-library/dom@10.4.2)': dependencies: '@adobe/css-tools': 4.5.0 - '@testing-library/dom': 10.4.1 + '@testing-library/dom': 10.4.2 aria-query: 5.3.2 css.escape: 1.5.1 dom-accessibility-api: 0.6.3 picocolors: 1.1.1 redent: 3.0.0 - '@testing-library/react@16.3.3(@testing-library/dom@10.4.1)(@types/react-dom@19.2.7)(@types/react@19.2.18)(react-dom@19.2.8)(react@19.2.8)': + '@testing-library/react@16.3.3(@testing-library/dom@10.4.2)(@types/react-dom@19.3.0)(@types/react@19.3.0)(react-dom@19.3.0)(react@19.3.0)': dependencies: '@babel/runtime': 7.29.7 - '@testing-library/dom': 10.4.1 - react: 19.2.8 - react-dom: 19.2.8(react@19.2.8) + '@testing-library/dom': 10.4.2 + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) optionalDependencies: - '@types/react': 19.2.18 - '@types/react-dom': 19.2.7(@types/react@19.2.18) + '@types/react': 19.3.0 + '@types/react-dom': 19.3.0(@types/react@19.3.0) '@tybys/wasm-util@0.10.3': dependencies: @@ -4529,19 +4825,19 @@ snapshots: '@types/ms@2.1.0': {} - '@types/node@26.4.1': + '@types/node@26.5.0': dependencies: - undici-types: 8.3.0 + undici-types: 8.9.0 - '@types/node@26.5.0': + '@types/node@26.5.1': dependencies: undici-types: 8.9.0 - '@types/react-dom@19.2.7(@types/react@19.2.18)': + '@types/react-dom@19.3.0(@types/react@19.3.0)': dependencies: - '@types/react': 19.2.18 + '@types/react': 19.3.0 - '@types/react@19.2.18': + '@types/react@19.3.0': dependencies: csstype: 3.2.3 @@ -4553,7 +4849,7 @@ snapshots: '@types/ws@8.18.1': dependencies: - '@types/node': 26.4.1 + '@types/node': 26.5.0 '@typescript/typescript-aix-ppc64@7.0.2': optional: true @@ -4617,48 +4913,48 @@ snapshots: '@ungap/structured-clone@1.3.2': {} - '@unhead/react@2.1.17(react@19.2.8)': + '@unhead/react@2.1.17(react@19.3.0)': dependencies: - react: 19.2.8 + react: 19.3.0 unhead: 2.1.17 - '@yuku-parser/binding-android-arm64@0.9.4': + '@yuku-parser/binding-android-arm64@0.10.1': optional: true - '@yuku-parser/binding-darwin-arm64@0.9.4': + '@yuku-parser/binding-darwin-arm64@0.10.1': optional: true - '@yuku-parser/binding-darwin-x64@0.9.4': + '@yuku-parser/binding-darwin-x64@0.10.1': optional: true - '@yuku-parser/binding-freebsd-x64@0.9.4': + '@yuku-parser/binding-freebsd-x64@0.10.1': optional: true - '@yuku-parser/binding-linux-arm-gnu@0.9.4': + '@yuku-parser/binding-linux-arm-gnu@0.10.1': optional: true - '@yuku-parser/binding-linux-arm-musl@0.9.4': + '@yuku-parser/binding-linux-arm-musl@0.10.1': optional: true - '@yuku-parser/binding-linux-arm64-gnu@0.9.4': + '@yuku-parser/binding-linux-arm64-gnu@0.10.1': optional: true - '@yuku-parser/binding-linux-arm64-musl@0.9.4': + '@yuku-parser/binding-linux-arm64-musl@0.10.1': optional: true - '@yuku-parser/binding-linux-x64-gnu@0.9.4': + '@yuku-parser/binding-linux-x64-gnu@0.10.1': optional: true - '@yuku-parser/binding-linux-x64-musl@0.9.4': + '@yuku-parser/binding-linux-x64-musl@0.10.1': optional: true - '@yuku-parser/binding-win32-arm64@0.9.4': + '@yuku-parser/binding-win32-arm64@0.10.1': optional: true - '@yuku-parser/binding-win32-x64@0.9.4': + '@yuku-parser/binding-win32-x64@0.10.1': optional: true - '@yuku-toolchain/types@0.9.4': {} + '@yuku-toolchain/types@0.10.1': {} acorn-jsx@5.3.2(acorn@8.17.0): dependencies: @@ -4702,7 +4998,7 @@ snapshots: buffer-image-size@0.6.4: dependencies: - '@types/node': 26.4.1 + '@types/node': 26.5.0 ccount@2.0.1: {} @@ -4877,7 +5173,21 @@ snapshots: happy-dom@20.14.0: dependencies: - '@types/node': 26.4.1 + '@types/node': 26.5.0 + '@types/whatwg-mimetype': 3.0.2 + '@types/ws': 8.18.1 + buffer-image-size: 0.6.4 + entities: 7.0.1 + whatwg-mimetype: 3.0.0 + ws: 8.21.0 + transitivePeerDependencies: + - bufferutil + - utf-8-validate + optional: true + + happy-dom@20.14.5: + dependencies: + '@types/node': 26.5.0 '@types/whatwg-mimetype': 3.0.2 '@types/ws': 8.18.1 buffer-image-size: 0.6.4 @@ -5010,7 +5320,7 @@ snapshots: property-information: 7.2.0 space-separated-tokens: 2.0.2 - heading-case@2.0.1(prettier@3.9.6): + heading-case@2.0.2(prettier@3.9.6): dependencies: prettier: 3.9.6 @@ -5065,7 +5375,7 @@ snapshots: js-tokens@4.0.0: {} - js-yaml@4.3.1: + js-yaml@5.4.2: dependencies: argparse: 2.0.1 @@ -5073,7 +5383,7 @@ snapshots: json5@2.2.3: {} - lint-staged@17.5.0: + lint-staged@17.5.1: dependencies: picomatch: 4.0.7 string-argv: 0.3.2 @@ -5665,42 +5975,42 @@ snapshots: property-information@7.2.0: {} - react-dom@19.2.8(react@19.2.8): + react-dom@19.3.0(react@19.3.0): dependencies: - react: 19.2.8 - scheduler: 0.27.0 + react: 19.3.0 + scheduler: 0.28.0 react-is@17.0.2: {} react-lazy-with-preload@2.2.1: {} - react-reconciler@0.33.0(react@19.2.8): + react-reconciler@0.33.0(react@19.3.0): dependencies: - react: 19.2.8 + react: 19.3.0 scheduler: 0.27.0 react-refresh@0.18.0: {} - react-render-to-markdown@19.1.0(react@19.2.8): + react-render-to-markdown@19.1.0(react@19.3.0): dependencies: - react: 19.2.8 - react-reconciler: 0.33.0(react@19.2.8) + react: 19.3.0 + react-reconciler: 0.33.0(react@19.3.0) - react-router-dom@7.18.2(react-dom@19.2.8)(react@19.2.8): + react-router-dom@7.18.2(react-dom@19.3.0)(react@19.3.0): dependencies: - react: 19.2.8 - react-dom: 19.2.8(react@19.2.8) - react-router: 7.18.2(react-dom@19.2.8)(react@19.2.8) + react: 19.3.0 + react-dom: 19.3.0(react@19.3.0) + react-router: 7.18.2(react-dom@19.3.0)(react@19.3.0) - react-router@7.18.2(react-dom@19.2.8)(react@19.2.8): + react-router@7.18.2(react-dom@19.3.0)(react@19.3.0): dependencies: cookie: 1.1.1 - react: 19.2.8 + react: 19.3.0 set-cookie-parser: 2.7.2 optionalDependencies: - react-dom: 19.2.8(react@19.2.8) + react-dom: 19.3.0(react@19.3.0) - react@19.2.8: {} + react@19.3.0: {} readdirp@5.0.0: optional: true @@ -5838,10 +6148,10 @@ snapshots: mdast-util-to-markdown: 2.1.2 unified: 11.0.5 - rsbuild-plugin-dts@1.0.0(@rsbuild/core@2.2.5)(typescript@7.0.2): + rsbuild-plugin-dts@1.0.0(@rsbuild/core@2.2.6)(typescript@7.0.2): dependencies: '@ast-grep/napi': 0.45.2 - '@rsbuild/core': 2.2.5 + '@rsbuild/core': 2.2.6 optionalDependencies: typescript: 7.0.2 @@ -5853,7 +6163,7 @@ snapshots: rspress-plugin-font-open-sans@1.0.4(@rspress/core@2.0.21): dependencies: - '@rspress/core': 2.0.21(micromark-util-types@2.0.2)(micromark@4.0.2)(supports-color@8.1.1) + '@rspress/core': 2.0.21(@rspack/core@2.2.4)(micromark-util-types@2.0.2)(micromark@4.0.2)(supports-color@8.1.1) rxjs@7.8.2: dependencies: @@ -5959,6 +6269,8 @@ snapshots: scheduler@0.27.0: {} + scheduler@0.28.0: {} + scroll-into-view-if-needed@3.1.0: dependencies: compute-scroll-into-view: 3.1.1 @@ -6058,7 +6370,7 @@ snapshots: fdir: 6.5.0(picomatch@4.0.7) picomatch: 4.0.7 - tinypool@2.1.2: {} + tinypool@2.2.0: {} to-regex-range@5.0.1: dependencies: @@ -6099,8 +6411,6 @@ snapshots: '@typescript/typescript-win32-arm64': 7.0.2 '@typescript/typescript-win32-x64': 7.0.2 - undici-types@8.3.0: {} - undici-types@8.9.0: {} unhead@2.1.17: @@ -6191,27 +6501,27 @@ snapshots: yaml@2.9.0: optional: true - yuku-ast@0.9.4: + yuku-ast@0.10.1: dependencies: - '@yuku-toolchain/types': 0.9.4 + '@yuku-toolchain/types': 0.10.1 - yuku-parser@0.9.4: + yuku-parser@0.10.1: dependencies: - '@yuku-toolchain/types': 0.9.4 - yuku-ast: 0.9.4 + '@yuku-toolchain/types': 0.10.1 + yuku-ast: 0.10.1 optionalDependencies: - '@yuku-parser/binding-android-arm64': 0.9.4 - '@yuku-parser/binding-darwin-arm64': 0.9.4 - '@yuku-parser/binding-darwin-x64': 0.9.4 - '@yuku-parser/binding-freebsd-x64': 0.9.4 - '@yuku-parser/binding-linux-arm-gnu': 0.9.4 - '@yuku-parser/binding-linux-arm-musl': 0.9.4 - '@yuku-parser/binding-linux-arm64-gnu': 0.9.4 - '@yuku-parser/binding-linux-arm64-musl': 0.9.4 - '@yuku-parser/binding-linux-x64-gnu': 0.9.4 - '@yuku-parser/binding-linux-x64-musl': 0.9.4 - '@yuku-parser/binding-win32-arm64': 0.9.4 - '@yuku-parser/binding-win32-x64': 0.9.4 + '@yuku-parser/binding-android-arm64': 0.10.1 + '@yuku-parser/binding-darwin-arm64': 0.10.1 + '@yuku-parser/binding-darwin-x64': 0.10.1 + '@yuku-parser/binding-freebsd-x64': 0.10.1 + '@yuku-parser/binding-linux-arm-gnu': 0.10.1 + '@yuku-parser/binding-linux-arm-musl': 0.10.1 + '@yuku-parser/binding-linux-arm64-gnu': 0.10.1 + '@yuku-parser/binding-linux-arm64-musl': 0.10.1 + '@yuku-parser/binding-linux-x64-gnu': 0.10.1 + '@yuku-parser/binding-linux-x64-musl': 0.10.1 + '@yuku-parser/binding-win32-arm64': 0.10.1 + '@yuku-parser/binding-win32-x64': 0.10.1 zimmerframe@1.1.4: {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index f1b777a4..9514765e 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -12,8 +12,8 @@ catalogMode: prefer cleanupUnusedCatalogs: true catalog: - '@napi-rs/cli': '^3.9.0' - '@rsbuild/core': '~2.2.5' + '@napi-rs/cli': '^3.9.1' + '@rsbuild/core': '~2.2.6' '@rsbuild/plugin-react': '^2.1.0' '@rsbuild/plugin-sass': '^2.0.1' '@rslib/core': '~1.0.0' @@ -22,44 +22,44 @@ catalog: '@rspress/plugin-client-redirects': '^2.0.21' '@rspress/plugin-sitemap': '^2.0.21' '@rstackjs/doc-ui': '1.14.11' - '@rstackjs/create-toolkit': '2.2.6' + '@rstackjs/create-toolkit': '2.2.7' '@rstackjs/load-config': ^1.0.0 '@rstackjs/test-utils': ^1.0.0 '@rstest/adapter-rsbuild': '~0.11.12' '@rstest/adapter-rslib': '~0.11.12' '@rstest/core': '~0.11.12' - '@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/micromatch': '^4.0.10' - '@types/node': '^26.5.0' - '@types/react': '^19.2.18' - '@types/react-dom': '^19.2.7' + '@types/node': '^26.5.1' + '@types/react': '^19.3.0' + '@types/react-dom': '^19.3.0' '@shikijs/transformers': '^4.4.3' 'cspell-ban-words': '^0.0.4' 'fast-json-stable-stringify': '2.1.0' - 'happy-dom': '^20.14.0' - 'heading-case': '^2.0.1' + 'happy-dom': '^20.14.5' + 'heading-case': '^2.0.2' 'import-meta-resolve': '4.2.0' is-binary-path: 3.0.0 - 'lint-staged': '^17.5.0' + 'lint-staged': '^17.5.1' 'micromatch': '4.0.8' prettier: '3.9.6' 'prettier-plugin-tailwindcss': '0.8.1' 'prettier-plugin-svelte': '^4.1.1' - 'react': '^19.2.8' - 'react-dom': '^19.2.8' + 'react': '^19.3.0' + 'react-dom': '^19.3.0' 'rsbuild-plugin-open-graph': '^1.1.3' rslog: ^2.3.0 'rspress-plugin-font-open-sans': '^1.0.4' 'sort-package-json': '4.0.0' svelte: '^5.57.0' - tinypool: '2.1.2' + tinypool: '2.2.0' tiny-readdir: 3.1.1 'typescript': '^7.0.2' 'vscode-languageserver': '10.1.1' 'vscode-languageserver-textdocument': '1.0.14' - yuku-parser: '0.9.4' + yuku-parser: '0.10.1' dedupePeers: true