diff --git a/examples/vue-component-bundle/package.json b/examples/vue-component-bundle/package.json index 517671700..b3544a270 100644 --- a/examples/vue-component-bundle/package.json +++ b/examples/vue-component-bundle/package.json @@ -13,7 +13,7 @@ "rsbuild-plugin-unplugin-vue": "^0.1.0", "typescript": "^5.8.3", "vue": "^3.5.17", - "vue-tsc": "^3.0.1" + "vue-tsc": "^3.0.2" }, "peerDependencies": { "vue": ">=3.0.0" diff --git a/examples/vue-component-bundleless/package.json b/examples/vue-component-bundleless/package.json index dd5f9cdb3..698d14d88 100644 --- a/examples/vue-component-bundleless/package.json +++ b/examples/vue-component-bundleless/package.json @@ -27,7 +27,7 @@ "storybook-vue3-rsbuild": "^2.0.2", "typescript": "^5.8.3", "vue": "^3.5.17", - "vue-tsc": "^3.0.1" + "vue-tsc": "^3.0.2" }, "peerDependencies": { "vue": ">=3.0.0" diff --git a/package.json b/package.json index 296b39d90..1586a73de 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "pnpm-lock.yaml": "pnpm dedupe --check" }, "devDependencies": { - "@biomejs/biome": "^2.1.1", + "@biomejs/biome": "^2.1.2", "@changesets/cli": "^2.29.5", "@rstest/core": "0.0.8", "@types/fs-extra": "^11.0.4", @@ -51,7 +51,7 @@ "fs-extra": "^11.3.0", "heading-case": "^0.1.6", "nano-staged": "^0.8.0", - "nx": "^21.2.3", + "nx": "^21.2.4", "prettier": "^3.6.2", "prettier-plugin-packagejson": "^2.5.18", "simple-git-hooks": "^2.13.0", diff --git a/packages/core/package.json b/packages/core/package.json index 91dddf811..e8d0662cf 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -58,7 +58,7 @@ "picocolors": "1.1.1", "prebundle": "1.3.4", "rsbuild-plugin-publint": "^0.3.2", - "rslib": "npm:@rslib/core@0.10.5", + "rslib": "npm:@rslib/core@0.10.6", "rslog": "^1.2.9", "tsconfck": "3.1.6", "typescript": "^5.8.3" diff --git a/packages/create-rslib/fragments/base/vue-ts/package.json b/packages/create-rslib/fragments/base/vue-ts/package.json index f0d072d9d..1b723ed9d 100644 --- a/packages/create-rslib/fragments/base/vue-ts/package.json +++ b/packages/create-rslib/fragments/base/vue-ts/package.json @@ -21,7 +21,7 @@ "rsbuild-plugin-unplugin-vue": "^0.1.0", "typescript": "^5.8.3", "vue": "^3.5.17", - "vue-tsc": "^3.0.1" + "vue-tsc": "^3.0.2" }, "peerDependencies": { "vue": "^3.2.0" diff --git a/packages/create-rslib/package.json b/packages/create-rslib/package.json index 19c1e0608..9004fc012 100644 --- a/packages/create-rslib/package.json +++ b/packages/create-rslib/package.json @@ -37,7 +37,7 @@ "@types/node": "^22.16.4", "fs-extra": "^11.3.0", "rsbuild-plugin-publint": "^0.3.2", - "rslib": "npm:@rslib/core@0.10.5", + "rslib": "npm:@rslib/core@0.10.6", "tsx": "^4.20.3", "typescript": "^5.8.3" }, diff --git a/packages/create-rslib/template-[vue]-[]-ts/package.json b/packages/create-rslib/template-[vue]-[]-ts/package.json index f0d072d9d..1b723ed9d 100644 --- a/packages/create-rslib/template-[vue]-[]-ts/package.json +++ b/packages/create-rslib/template-[vue]-[]-ts/package.json @@ -21,7 +21,7 @@ "rsbuild-plugin-unplugin-vue": "^0.1.0", "typescript": "^5.8.3", "vue": "^3.5.17", - "vue-tsc": "^3.0.1" + "vue-tsc": "^3.0.2" }, "peerDependencies": { "vue": "^3.2.0" diff --git a/packages/create-rslib/template-[vue]-[storybook,vitest]-ts/package.json b/packages/create-rslib/template-[vue]-[storybook,vitest]-ts/package.json index ea09fdae2..09fb57b96 100644 --- a/packages/create-rslib/template-[vue]-[storybook,vitest]-ts/package.json +++ b/packages/create-rslib/template-[vue]-[storybook,vitest]-ts/package.json @@ -41,7 +41,7 @@ "typescript": "^5.8.3", "vitest": "^3.2.4", "vue": "^3.5.17", - "vue-tsc": "^3.0.1" + "vue-tsc": "^3.0.2" }, "peerDependencies": { "vue": "^3.2.0" diff --git a/packages/create-rslib/template-[vue]-[storybook]-ts/package.json b/packages/create-rslib/template-[vue]-[storybook]-ts/package.json index 8fe213759..bb355e3f4 100644 --- a/packages/create-rslib/template-[vue]-[storybook]-ts/package.json +++ b/packages/create-rslib/template-[vue]-[storybook]-ts/package.json @@ -35,7 +35,7 @@ "storybook-vue3-rsbuild": "^2.0.2", "typescript": "^5.8.3", "vue": "^3.5.17", - "vue-tsc": "^3.0.1" + "vue-tsc": "^3.0.2" }, "peerDependencies": { "vue": "^3.2.0" diff --git a/packages/create-rslib/template-[vue]-[vitest]-ts/package.json b/packages/create-rslib/template-[vue]-[vitest]-ts/package.json index 3438cd67f..22a8d775c 100644 --- a/packages/create-rslib/template-[vue]-[vitest]-ts/package.json +++ b/packages/create-rslib/template-[vue]-[vitest]-ts/package.json @@ -27,7 +27,7 @@ "typescript": "^5.8.3", "vitest": "^3.2.4", "vue": "^3.5.17", - "vue-tsc": "^3.0.1" + "vue-tsc": "^3.0.2" }, "peerDependencies": { "vue": "^3.2.0" diff --git a/packages/plugin-dts/package.json b/packages/plugin-dts/package.json index 4c9644ccd..f6deae863 100644 --- a/packages/plugin-dts/package.json +++ b/packages/plugin-dts/package.json @@ -41,7 +41,7 @@ "@rsbuild/core": "~1.4.7", "@rslib/tsconfig": "workspace:*", "rsbuild-plugin-publint": "^0.3.2", - "rslib": "npm:@rslib/core@0.10.5", + "rslib": "npm:@rslib/core@0.10.6", "typescript": "^5.8.3" }, "peerDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3dd82eb18..6d2b45873 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: .: devDependencies: '@biomejs/biome': - specifier: ^2.1.1 - version: 2.1.1 + specifier: ^2.1.2 + version: 2.1.2 '@changesets/cli': specifier: ^2.29.5 version: 2.29.5 @@ -45,8 +45,8 @@ importers: specifier: ^0.8.0 version: 0.8.0 nx: - specifier: ^21.2.3 - version: 21.2.3 + specifier: ^21.2.4 + version: 21.2.4 prettier: specifier: ^3.6.2 version: 3.6.2 @@ -91,7 +91,7 @@ importers: devDependencies: '@module-federation/rsbuild-plugin': specifier: ^0.17.0 - version: 0.17.0(@rsbuild/core@1.4.7)(@rspack/core@1.4.8(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.1(typescript@5.8.3)) + version: 0.17.0(@rsbuild/core@1.4.7)(@rspack/core@1.4.8(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.2(typescript@5.8.3)) '@rsbuild/core': specifier: ~1.4.7 version: 1.4.7 @@ -112,13 +112,13 @@ importers: devDependencies: '@module-federation/enhanced': specifier: ^0.17.0 - version: 0.17.0(@rspack/core@1.4.8(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.1(typescript@5.8.3)) + version: 0.17.0(@rspack/core@1.4.8(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.2(typescript@5.8.3)) '@module-federation/rsbuild-plugin': specifier: ^0.17.0 - version: 0.17.0(@rsbuild/core@1.4.7)(@rspack/core@1.4.8(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.1(typescript@5.8.3)) + version: 0.17.0(@rsbuild/core@1.4.7)(@rspack/core@1.4.8(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.2(typescript@5.8.3)) '@module-federation/storybook-addon': specifier: ^4.0.22 - version: 4.0.22(@rsbuild/core@1.4.7)(@rspack/core@1.4.8(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.1(typescript@5.8.3))(webpack-virtual-modules@0.6.2) + version: 4.0.22(@rsbuild/core@1.4.7)(@rspack/core@1.4.8(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.2(typescript@5.8.3))(webpack-virtual-modules@0.6.2) '@rsbuild/plugin-react': specifier: ^1.3.4 version: 1.3.4(@rsbuild/core@1.4.7) @@ -158,7 +158,7 @@ importers: devDependencies: '@module-federation/rsbuild-plugin': specifier: ^0.17.0 - version: 0.17.0(@rsbuild/core@1.4.7)(@rspack/core@1.4.8(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.1(typescript@5.8.3)) + version: 0.17.0(@rsbuild/core@1.4.7)(@rspack/core@1.4.8(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.2(typescript@5.8.3)) '@rsbuild/core': specifier: ~1.4.7 version: 1.4.7 @@ -280,8 +280,8 @@ importers: specifier: ^3.5.17 version: 3.5.17(typescript@5.8.3) vue-tsc: - specifier: ^3.0.1 - version: 3.0.1(typescript@5.8.3) + specifier: ^3.0.2 + version: 3.0.2(typescript@5.8.3) examples/vue-component-bundleless: devDependencies: @@ -328,8 +328,8 @@ importers: specifier: ^3.5.17 version: 3.5.17(typescript@5.8.3) vue-tsc: - specifier: ^3.0.1 - version: 3.0.1(typescript@5.8.3) + specifier: ^3.0.2 + version: 3.0.2(typescript@5.8.3) packages/core: dependencies: @@ -345,7 +345,7 @@ importers: devDependencies: '@module-federation/rsbuild-plugin': specifier: ^0.17.0 - version: 0.17.0(@rsbuild/core@1.4.7)(@rspack/core@1.4.8(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.1(typescript@5.8.3)) + version: 0.17.0(@rsbuild/core@1.4.7)(@rspack/core@1.4.8(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.2(typescript@5.8.3)) '@rslib/tsconfig': specifier: workspace:* version: link:../../scripts/tsconfig @@ -374,8 +374,8 @@ importers: specifier: ^0.3.2 version: 0.3.2(@rsbuild/core@1.4.7) rslib: - specifier: npm:@rslib/core@0.10.5 - version: '@rslib/core@0.10.5(@microsoft/api-extractor@7.52.8(@types/node@22.16.4))(typescript@5.8.3)' + specifier: npm:@rslib/core@0.10.6 + version: '@rslib/core@0.10.6(@microsoft/api-extractor@7.52.8(@types/node@22.16.4))(typescript@5.8.3)' rslog: specifier: ^1.2.9 version: 1.2.9 @@ -408,8 +408,8 @@ importers: specifier: ^0.3.2 version: 0.3.2(@rsbuild/core@1.4.7) rslib: - specifier: npm:@rslib/core@0.10.5 - version: '@rslib/core@0.10.5(@microsoft/api-extractor@7.52.8(@types/node@22.16.4))(typescript@5.8.3)' + specifier: npm:@rslib/core@0.10.6 + version: '@rslib/core@0.10.6(@microsoft/api-extractor@7.52.8(@types/node@22.16.4))(typescript@5.8.3)' tsx: specifier: ^4.20.3 version: 4.20.3 @@ -448,8 +448,8 @@ importers: specifier: ^0.3.2 version: 0.3.2(@rsbuild/core@1.4.7) rslib: - specifier: npm:@rslib/core@0.10.5 - version: '@rslib/core@0.10.5(@microsoft/api-extractor@7.52.8(@types/node@22.16.4))(typescript@5.8.3)' + specifier: npm:@rslib/core@0.10.6 + version: '@rslib/core@0.10.6(@microsoft/api-extractor@7.52.8(@types/node@22.16.4))(typescript@5.8.3)' typescript: specifier: ^5.8.3 version: 5.8.3 @@ -470,7 +470,7 @@ importers: version: 4.0.1(vite@6.3.5(@types/node@22.16.4)(jiti@2.4.2)(sass-embedded@1.89.2)(stylus@0.64.0)(terser@5.43.1)(tsx@4.20.3)(yaml@2.6.1)) '@module-federation/rsbuild-plugin': specifier: ^0.17.0 - version: 0.17.0(@rsbuild/core@1.4.7)(@rspack/core@1.4.8(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.1(typescript@5.8.3)) + version: 0.17.0(@rsbuild/core@1.4.7)(@rspack/core@1.4.8(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.2(typescript@5.8.3)) '@playwright/test': specifier: 1.54.1 version: 1.54.1 @@ -1122,11 +1122,11 @@ importers: specifier: 2.0.0-beta.21 version: 2.0.0-beta.21(rspress@2.0.0-beta.21(@types/react@19.1.8)(acorn@8.14.1)) '@rstack-dev/doc-ui': - specifier: 1.10.6 - version: 1.10.6(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + specifier: 1.10.7 + version: 1.10.7(react-dom@19.1.0(react@19.1.0))(react@19.1.0) '@shikijs/transformers': - specifier: ^3.8.0 - version: 3.8.0 + specifier: ^3.8.1 + version: 3.8.1 '@types/node': specifier: ^22.16.4 version: 22.16.4 @@ -1524,55 +1524,55 @@ packages: resolution: {integrity: sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==} engines: {node: '>=6.9.0'} - '@biomejs/biome@2.1.1': - resolution: {integrity: sha512-HFGYkxG714KzG+8tvtXCJ1t1qXQMzgWzfvQaUjxN6UeKv+KvMEuliInnbZLJm6DXFXwqVi6446EGI0sGBLIYng==} + '@biomejs/biome@2.1.2': + resolution: {integrity: sha512-yq8ZZuKuBVDgAS76LWCfFKHSYIAgqkxVB3mGVVpOe2vSkUTs7xG46zXZeNPRNVjiJuw0SZ3+J2rXiYx0RUpfGg==} engines: {node: '>=14.21.3'} hasBin: true - '@biomejs/cli-darwin-arm64@2.1.1': - resolution: {integrity: sha512-2Muinu5ok4tWxq4nu5l19el48cwCY/vzvI7Vjbkf3CYIQkjxZLyj0Ad37Jv2OtlXYaLvv+Sfu1hFeXt/JwRRXQ==} + '@biomejs/cli-darwin-arm64@2.1.2': + resolution: {integrity: sha512-leFAks64PEIjc7MY/cLjE8u5OcfBKkcDB0szxsWUB4aDfemBep1WVKt0qrEyqZBOW8LPHzrFMyDl3FhuuA0E7g==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [darwin] - '@biomejs/cli-darwin-x64@2.1.1': - resolution: {integrity: sha512-cC8HM5lrgKQXLAK+6Iz2FrYW5A62pAAX6KAnRlEyLb+Q3+Kr6ur/sSuoIacqlp1yvmjHJqjYfZjPvHWnqxoEIA==} + '@biomejs/cli-darwin-x64@2.1.2': + resolution: {integrity: sha512-Nmmv7wRX5Nj7lGmz0FjnWdflJg4zii8Ivruas6PBKzw5SJX/q+Zh2RfnO+bBnuKLXpj8kiI2x2X12otpH6a32A==} engines: {node: '>=14.21.3'} cpu: [x64] os: [darwin] - '@biomejs/cli-linux-arm64-musl@2.1.1': - resolution: {integrity: sha512-/7FBLnTswu4jgV9ttI3AMIdDGqVEPIZd8I5u2D4tfCoj8rl9dnjrEQbAIDlWhUXdyWlFSz8JypH3swU9h9P+2A==} + '@biomejs/cli-linux-arm64-musl@2.1.2': + resolution: {integrity: sha512-qgHvafhjH7Oca114FdOScmIKf1DlXT1LqbOrrbR30kQDLFPEOpBG0uzx6MhmsrmhGiCFCr2obDamu+czk+X0HQ==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [linux] - '@biomejs/cli-linux-arm64@2.1.1': - resolution: {integrity: sha512-tw4BEbhAUkWPe4WBr6IX04DJo+2jz5qpPzpW/SWvqMjb9QuHY8+J0M23V8EPY/zWU4IG8Ui0XESapR1CB49Q7g==} + '@biomejs/cli-linux-arm64@2.1.2': + resolution: {integrity: sha512-NWNy2Diocav61HZiv2enTQykbPP/KrA/baS7JsLSojC7Xxh2nl9IczuvE5UID7+ksRy2e7yH7klm/WkA72G1dw==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [linux] - '@biomejs/cli-linux-x64-musl@2.1.1': - resolution: {integrity: sha512-kUu+loNI3OCD2c12cUt7M5yaaSjDnGIksZwKnueubX6c/HWUyi/0mPbTBHR49Me3F0KKjWiKM+ZOjsmC+lUt9g==} + '@biomejs/cli-linux-x64-musl@2.1.2': + resolution: {integrity: sha512-xlB3mU14ZUa3wzLtXfmk2IMOGL+S0aHFhSix/nssWS/2XlD27q+S6f0dlQ8WOCbYoXcuz8BCM7rCn2lxdTrlQA==} engines: {node: '>=14.21.3'} cpu: [x64] os: [linux] - '@biomejs/cli-linux-x64@2.1.1': - resolution: {integrity: sha512-3WJ1GKjU7NzZb6RTbwLB59v9cTIlzjbiFLDB0z4376TkDqoNYilJaC37IomCr/aXwuU8QKkrYoHrgpSq5ffJ4Q==} + '@biomejs/cli-linux-x64@2.1.2': + resolution: {integrity: sha512-Km/UYeVowygTjpX6sGBzlizjakLoMQkxWbruVZSNE6osuSI63i4uCeIL+6q2AJlD3dxoiBJX70dn1enjQnQqwA==} engines: {node: '>=14.21.3'} cpu: [x64] os: [linux] - '@biomejs/cli-win32-arm64@2.1.1': - resolution: {integrity: sha512-vEHK0v0oW+E6RUWLoxb2isI3rZo57OX9ZNyyGH701fZPj6Il0Rn1f5DMNyCmyflMwTnIQstEbs7n2BxYSqQx4Q==} + '@biomejs/cli-win32-arm64@2.1.2': + resolution: {integrity: sha512-G8KWZli5ASOXA3yUQgx+M4pZRv3ND16h77UsdunUL17uYpcL/UC7RkWTdkfvMQvogVsAuz5JUcBDjgZHXxlKoA==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [win32] - '@biomejs/cli-win32-x64@2.1.1': - resolution: {integrity: sha512-i2PKdn70kY++KEF/zkQFvQfX1e8SkA8hq4BgC+yE9dZqyLzB/XStY2MvwI3qswlRgnGpgncgqe0QYKVS1blksg==} + '@biomejs/cli-win32-x64@2.1.2': + resolution: {integrity: sha512-9zajnk59PMpjBkty3bK2IrjUsUHvqe9HWwyAWQBjGLE7MIBjbX2vwv1XPEhmO2RRuGoTkVx3WCanHrjAytICLA==} engines: {node: '>=14.21.3'} cpu: [x64] os: [win32] @@ -1823,14 +1823,6 @@ packages: cpu: [x64] os: [win32] - '@isaacs/balanced-match@4.0.1': - resolution: {integrity: sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==} - engines: {node: 20 || >=22} - - '@isaacs/brace-expansion@5.0.0': - resolution: {integrity: sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==} - engines: {node: 20 || >=22} - '@isaacs/cliui@8.0.2': resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} engines: {node: '>=12'} @@ -2093,53 +2085,53 @@ packages: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} - '@nx/nx-darwin-arm64@21.2.3': - resolution: {integrity: sha512-5WgOjoX4vqG286A8abYoLCScA2ZF5af/2ZBjaM5EHypgbJLGQuMcP2ahzX66FYohT4wdAej1D0ILkEax71fAKw==} + '@nx/nx-darwin-arm64@21.2.4': + resolution: {integrity: sha512-DSiyxHrqVJ/O+sXBSAt92iSAumzXJI8YJJo2scYvmLuE9KmZ/KwFOIE/EwDTxMasf5XueTViEt0OgP5mCeQu3A==} cpu: [arm64] os: [darwin] - '@nx/nx-darwin-x64@21.2.3': - resolution: {integrity: sha512-aSaK8Ic9nHTwSuNZZtaKCPIXgD6+Ss9UwkNMIXPLYiYLF+EdSDORHnHutmajZZ8HakoWCQPWvxfWv30zre6iqw==} + '@nx/nx-darwin-x64@21.2.4': + resolution: {integrity: sha512-iRYdkeWcDDNUUlEWo9Pu6X+9HvAM5Z/ri2ONoNyRnChaUi0BJ7+GrFpOFaRTTVHCt77luX+M/r7DalJCMvkmJg==} cpu: [x64] os: [darwin] - '@nx/nx-freebsd-x64@21.2.3': - resolution: {integrity: sha512-hFSbtaYM1gL+XQq88CkmwqeeabmFsLjpsBF+HFIv1UMAjb02ObrYHVVICmmin5c1NkBsEJcQzh3mf8PBSOHW8A==} + '@nx/nx-freebsd-x64@21.2.4': + resolution: {integrity: sha512-VKhcbVIa3Pjk85H8A7KH+L2NQiSG1IoBDyBkwnVQxEcTBWdDOP8d4zwNs/2JzbYuIpXsv+d8ggRdG1Fat4tjIg==} cpu: [x64] os: [freebsd] - '@nx/nx-linux-arm-gnueabihf@21.2.3': - resolution: {integrity: sha512-yRzt8dLwTpRP7655We9/ol+Ol+n52R9wsRRnxJFdWHyLrHguZF0dqiZ5rAFFzyvywaDP6CRoPuS7wqFT7K14bw==} + '@nx/nx-linux-arm-gnueabihf@21.2.4': + resolution: {integrity: sha512-NCK6M3D1IasjjkPzSXyKtTo7MQAZ8OLdqoeO+HwFHkwYV3R3cGODbcG/0Qg4Cgiag5gBP3OdtopOB6Qm5V23qA==} cpu: [arm] os: [linux] - '@nx/nx-linux-arm64-gnu@21.2.3': - resolution: {integrity: sha512-5u8mmUogvrNn1xlJk8Y6AJg/g1h2bKxYSyWfxR2mazKj5wI/VgbHuxHAgMXB7WDW2tK5bEcrUTvO8V0DjZQhNA==} + '@nx/nx-linux-arm64-gnu@21.2.4': + resolution: {integrity: sha512-4GSaAyyvQPD+OtF+/nUI4W80/m0LbrDrduTTr3DD7OsfPRWO98HzSb6qVfV5rC3r7LGWX212A5sd/RICCkgnmg==} cpu: [arm64] os: [linux] - '@nx/nx-linux-arm64-musl@21.2.3': - resolution: {integrity: sha512-4huuq2iuCBOWmJQw60gk5g3yjeHxFzwdDZJPM0680fZ7Pa/haPwamkR6kE2U6aFtFMhi1QVGPEoj4v4vE4ZS5g==} + '@nx/nx-linux-arm64-musl@21.2.4': + resolution: {integrity: sha512-aNp2jv3gt5P/gcffD8uoA9ZfA8DuSLpNXCNQdAwN2gF/KwUDJlhtJwrPaDMxVoYuLRBLxxFAm0NsOppMCta39A==} cpu: [arm64] os: [linux] - '@nx/nx-linux-x64-gnu@21.2.3': - resolution: {integrity: sha512-qWpJXpF8vjOrZTkgSC8kQAnIh0pIFbsisePicYWj5U9szJYyTUvVbjMAvdUPH4Z3bnrUtt+nzf9mpFCJRLjsOQ==} + '@nx/nx-linux-x64-gnu@21.2.4': + resolution: {integrity: sha512-LpEIc4bgNEyPlUf/fwdNt7qj0404fCIUbZz4dTfxKq20wnDfUmEj5i76p8/2egnCV0vIb3eIuccRTjJF3YjTww==} cpu: [x64] os: [linux] - '@nx/nx-linux-x64-musl@21.2.3': - resolution: {integrity: sha512-JZHlovF9uzvN3blImysYJmG90/8ookr3jOmEFxmP4RfMUl6EdN9yBLBdx0zIG2ulh7+WQrR3eQ1qrmsWFb6oiw==} + '@nx/nx-linux-x64-musl@21.2.4': + resolution: {integrity: sha512-QZECHQCDkASViKf/1tfa7ZobeEqfOXppQb1CRd4pvgtp4QQY6kpekh/wJDpj/x4BKqLDOxCuTWQ7/Njy+VrAyg==} cpu: [x64] os: [linux] - '@nx/nx-win32-arm64-msvc@21.2.3': - resolution: {integrity: sha512-8Q1ljgFle6F2ZGSe6dLBItSdvYXjO0n2ovZI0zIih9+5OGLdN8wf6iONQJT7he2YST1dowIDPNWdeKiuOzPo6w==} + '@nx/nx-win32-arm64-msvc@21.2.4': + resolution: {integrity: sha512-z8Yj1LJ7qcu0d3tDCQPBKiFstFJMYJCBbEuLOVRCTBWHWdmaRxmx7zCJkfJ5Dk3vJvJECQKlGxhoiD+2YTJzqw==} cpu: [arm64] os: [win32] - '@nx/nx-win32-x64-msvc@21.2.3': - resolution: {integrity: sha512-qJpHIZU/D48+EZ2bH02/LIFIkANYryGbcbNQUqC+pYA8ZPCU0wMqZVn4UcNMoI9K4YtXe/SvSBdjiObDuRb8yw==} + '@nx/nx-win32-x64-msvc@21.2.4': + resolution: {integrity: sha512-ohiVTpGcmr5Qz8bmOXhpaBdqq6Ac4KLyhHmoxiMYpt3floP8G5IO4bDomZkocBjTDSDUkoWmkdRyVRZXgUlCuQ==} cpu: [x64] os: [win32] @@ -2385,8 +2377,8 @@ packages: '@rsbuild/core': optional: true - '@rslib/core@0.10.5': - resolution: {integrity: sha512-kThW/bkKgja++/AykW1fJaRK+TAiW3+ZSWiCKJxHHS87ZQc/PeRTxk2A0upHi7R3CyfdGgXGNcEBPoeBUj4zYw==} + '@rslib/core@0.10.6': + resolution: {integrity: sha512-7OLdmmQbY116gNAAsY9baCid9REr+z11qfAzwVVFw+Q8avCE6YqpcBLfrBXlfmpBikfshDmHH8EpRrQwz8gZJQ==} engines: {node: '>=16.7.0'} hasBin: true peerDependencies: @@ -2563,8 +2555,8 @@ packages: resolution: {integrity: sha512-G+yJiAZW0oiAB7FyMFWrEI5B/Lg3z2IdxegbGo3a9q2tYo24bd35YuuXOQOIPuE/0+hWxCtB1vxDYH6WyZwMIQ==} engines: {node: '>=18.0.0'} - '@rstack-dev/doc-ui@1.10.6': - resolution: {integrity: sha512-lO5zRhQsLfiDuoIw0DnI/xLdG17N4RKcBO3MIW2H1R1XFGxcpdIfFVQI56/J4LaTMgVj7S2D00xnXMikwKm42w==} + '@rstack-dev/doc-ui@1.10.7': + resolution: {integrity: sha512-WanOXuqt5AFUd+B04g65Dv7om+tmGcKnyZowYwRCOGMGX0i7PDxiqiHbQgw2taz2eNai3PIQyZAVNoqf20zeRA==} '@rstest/core@0.0.8': resolution: {integrity: sha512-yZaoclK90+obHLFL+O6ziFWLRkrAvfZlXtD58GXRLqOHPDKVvGC14OmVtxOFl+0Suw48ESjMa5/vlmr+e6APNA==} @@ -2607,8 +2599,8 @@ packages: '@shikijs/core@3.4.2': resolution: {integrity: sha512-AG8vnSi1W2pbgR2B911EfGqtLE9c4hQBYkv/x7Z+Kt0VxhgQKcW7UNDVYsu9YxwV6u+OJrvdJrMq6DNWoBjihQ==} - '@shikijs/core@3.8.0': - resolution: {integrity: sha512-gWt8NNZFurL6FMESO4lEsmspDh0H1fyUibhx1NnEH/S3kOXgYiWa6ZFqy+dcjBLhZqCXsepuUaL1QFXk6PrpsQ==} + '@shikijs/core@3.8.1': + resolution: {integrity: sha512-uTSXzUBQ/IgFcUa6gmGShCHr4tMdR3pxUiiWKDm8pd42UKJdYhkAYsAmHX5mTwybQ5VyGDgTjW4qKSsRvGSang==} '@shikijs/engine-javascript@3.4.2': resolution: {integrity: sha512-1/adJbSMBOkpScCE/SB6XkjJU17ANln3Wky7lOmrnpl+zBdQ1qXUJg2GXTYVHRq+2j3hd1DesmElTXYDgtfSOQ==} @@ -2625,14 +2617,14 @@ packages: '@shikijs/themes@3.4.2': resolution: {integrity: sha512-qAEuAQh+brd8Jyej2UDDf+b4V2g1Rm8aBIdvt32XhDPrHvDkEnpb7Kzc9hSuHUxz0Iuflmq7elaDuQAP9bHIhg==} - '@shikijs/transformers@3.8.0': - resolution: {integrity: sha512-EleKVjNH5Me8yhTtnYD5QGFtY7Acu2HJAWNmDjuOC/Egwt7n31p2nbyBhBqGz5cpdwa1wZkLdVgj/LsZ3ReyAQ==} + '@shikijs/transformers@3.8.1': + resolution: {integrity: sha512-nmTyFfBrhJk6HJi118jes0wuWdfKXeVUq1Nq+hm8h6wbk1KUfvtg+LY/uDfxZD2VDItHO3QoINIs3NtoKBmgxw==} '@shikijs/types@3.4.2': resolution: {integrity: sha512-zHC1l7L+eQlDXLnxvM9R91Efh2V4+rN3oMVS2swCBssbj2U/FBwybD1eeLaq8yl/iwT+zih8iUbTBCgGZOYlVg==} - '@shikijs/types@3.8.0': - resolution: {integrity: sha512-I/b/aNg0rP+kznVDo7s3UK8jMcqEGTtoPDdQ+JlQ2bcJIyu/e2iRvl42GLIDMK03/W1YOHOuhlhQ7aM+XbKUeg==} + '@shikijs/types@3.8.1': + resolution: {integrity: sha512-5C39Q8/8r1I26suLh+5TPk1DTrbY/kn3IdWA5HdizR0FhlhD05zx5nKCqhzSfDHH3p4S0ZefxWd77DLV+8FhGg==} '@shikijs/vscode-textmate@10.0.2': resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==} @@ -3067,14 +3059,14 @@ packages: '@vitest/utils@3.2.4': resolution: {integrity: sha512-fB2V0JFrQSMsCo9HiSq3Ezpdv4iYaXRG1Sx8edX3MwxfyNn83mKiGzOcH+Fkxt4MHxr3y42fQi1oeAInqgX2QA==} - '@volar/language-core@2.4.17': - resolution: {integrity: sha512-chmRZMbKmcGpKMoO7Reb70uiLrzo0KWC2CkFttKUuKvrE+VYgi+fL9vWMJ07Fv5ulX0V1TAyyacN9q3nc5/ecA==} + '@volar/language-core@2.4.19': + resolution: {integrity: sha512-i0aLpNA8DYZ2uG05t5K47nUWe+zvvrN9tfz16zS5pCJV9td8F0u+rVAOVSQ1ypufDLUD+ej9BH2/lmug4+lawQ==} - '@volar/source-map@2.4.17': - resolution: {integrity: sha512-QDybtQyO3Ms/NjFqNHTC5tbDN2oK5VH7ZaKrcubtfHBDj63n2pizHC3wlMQ+iT55kQXZUUAbmBX5L1C8CHFeBw==} + '@volar/source-map@2.4.19': + resolution: {integrity: sha512-ttWmO/Ld7r3ebIPPAYvAuSLrlJ96ZALPka44mD4sWA8bw2n9u7TGnMcaTUkiF0GLG8bq/K09beWmEAB1mqMy/A==} - '@volar/typescript@2.4.17': - resolution: {integrity: sha512-3paEFNh4P5DkgNUB2YkTRrfUekN4brAXxd3Ow1syMqdIPtCZHbUy4AW99S5RO/7mzyTWPMdDSo3mqTpB/LPObQ==} + '@volar/typescript@2.4.19': + resolution: {integrity: sha512-Xgo4QLuqusu2fqw4LCeoOY57d5UCn+fNUWZTg4PFubw07jBFFCSJIuJ7BDrRM3EZHDjCqq1RmUO9wkYihnM+8Q==} '@vue/compiler-core@3.5.17': resolution: {integrity: sha512-Xe+AittLbAyV0pabcN7cP7/BenRBNcteM4aSDCtRvGw0d9OL+HG1u/XHLY/kt1q4fyMeZYXyIYrsHuPSiDPosA==} @@ -3091,8 +3083,8 @@ packages: '@vue/compiler-vue2@2.7.16': resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==} - '@vue/language-core@3.0.1': - resolution: {integrity: sha512-sq+/Mc1IqIexWEQ+Q2XPiDb5SxSvY5JPqHnMOl/PlF5BekslzduX8dglSkpC17VeiAQB6dpS+4aiwNLJRduCNw==} + '@vue/language-core@3.0.2': + resolution: {integrity: sha512-+UfQNLLbb0XbwqNjYOUphDVo6vtjtkWHncfZz92TfGNc5OXgNKFhygMuT8PvyZk4e8rjzrsSYay3d5HfjG3ipQ==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -4343,8 +4335,8 @@ packages: resolution: {integrity: sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA==} engines: {node: '>=0.10.0'} - framer-motion@12.16.0: - resolution: {integrity: sha512-xryrmD4jSBQrS2IkMdcTmiS4aSKckbS7kLDCuhUn9110SQKG1w3zlq1RTqCblewg+ZYe+m3sdtzQA6cRwo5g8Q==} + framer-motion@12.23.6: + resolution: {integrity: sha512-dsJ389QImVE3lQvM8Mnk99/j8tiZDM/7706PCqvkQ8sSCnpmWxsgX+g0lj7r5OBVL0U36pIecCTBoIWcM2RuKw==} peerDependencies: '@emotion/is-prop-valid': '*' react: ^18.0.0 || ^19.0.0 @@ -5354,10 +5346,6 @@ packages: minimalistic-crypto-utils@1.0.1: resolution: {integrity: sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==} - minimatch@10.0.3: - resolution: {integrity: sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==} - engines: {node: 20 || >=22} - minimatch@3.0.8: resolution: {integrity: sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==} @@ -5387,11 +5375,11 @@ packages: resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==} hasBin: true - motion-dom@12.16.0: - resolution: {integrity: sha512-Z2nGwWrrdH4egLEtgYMCEN4V2qQt1qxlKy/uV7w691ztyA41Q5Rbn0KNGbsNVDZr9E8PD2IOQ3hSccRnB6xWzw==} + motion-dom@12.23.6: + resolution: {integrity: sha512-G2w6Nw7ZOVSzcQmsdLc0doMe64O/Sbuc2bVAbgMz6oP/6/pRStKRiVRV4bQfHp5AHYAKEGhEdVHTM+R3FDgi5w==} - motion-utils@12.12.1: - resolution: {integrity: sha512-f9qiqUHm7hWSLlNW8gS9pisnsN7CRFRD58vNjptKdsqFLpkVnX00TNeD6Q0d27V9KzT7ySFyK1TZ/DShfVOv6w==} + motion-utils@12.23.6: + resolution: {integrity: sha512-eAWoPgr4eFEOFfg2WjIsMoqJTW6Z8MTUCgn/GZ3VRpClWBdnbjryiA3ZSNLyxCTmCQx4RmYX6jX1iWHbenUPNQ==} mri@1.2.0: resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==} @@ -5485,8 +5473,8 @@ packages: number-precision@1.6.0: resolution: {integrity: sha512-05OLPgbgmnixJw+VvEh18yNPUo3iyp4BEWJcrLu4X9W05KmMifN7Mu5exYvQXqxxeNWhvIF+j3Rij+HmddM/hQ==} - nx@21.2.3: - resolution: {integrity: sha512-2wL/2fSmIbRWn6zXaQ/g3kj5DfEaTw/aJkPr6ozJh8BUq5iYKE+tS9oh0PjsVVwN6Pybe80Lu+mn9RgWyeV3xw==} + nx@21.2.4: + resolution: {integrity: sha512-RyPgHDP5DdyEPibG26VdU80CWC+EdByIxRXK/4HWkB6ri4pKPN4VCRCFK2Qfgbxgq1z9CSSAFaOYh/Odu+yfLw==} hasBin: true peerDependencies: '@swc-node/register': ^1.8.0 @@ -6241,8 +6229,8 @@ packages: resolution: {integrity: sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==} engines: {node: '>= 18'} - rsbuild-plugin-dts@0.10.5: - resolution: {integrity: sha512-gjngxgV0RD4T7aKDTf7kho9IUBNjHR+Y3krYwNEnUakOiuk9Fn03MxVCcASyCsPY+H7HooI8P8wXZoPhiSWSZA==} + rsbuild-plugin-dts@0.10.6: + resolution: {integrity: sha512-rVP82fFMDHW0GirhYx+w2bER1HhkOKJ8e/bAAF2OkMUP2k2fviMpl/gsnbO8KI9vcSqsQE2QXHkj781m6W84Ow==} engines: {node: '>=16.7.0'} peerDependencies: '@microsoft/api-extractor': ^7 @@ -7279,8 +7267,8 @@ packages: vue-docgen-api: '>=3' webpack: '>=4' - vue-tsc@3.0.1: - resolution: {integrity: sha512-UvMLQD0hAGL1g/NfEQelnSVB4H5gtf/gz2lJKjMMwWNOUmSNyWkejwJagAxEbSjtV5CPPJYslOtoSuqJ63mhdg==} + vue-tsc@3.0.2: + resolution: {integrity: sha512-DLdFSqY28f9i32XUqASldO4VxPccQbLovlglnaWUtkQ/yzl+IJprEhy/N1T4cbcEhR31G4CDE7FRLdwsT/2Qeg==} hasBin: true peerDependencies: typescript: '>=5.0.0' @@ -7871,39 +7859,39 @@ snapshots: '@babel/helper-string-parser': 7.27.1 '@babel/helper-validator-identifier': 7.27.1 - '@biomejs/biome@2.1.1': + '@biomejs/biome@2.1.2': optionalDependencies: - '@biomejs/cli-darwin-arm64': 2.1.1 - '@biomejs/cli-darwin-x64': 2.1.1 - '@biomejs/cli-linux-arm64': 2.1.1 - '@biomejs/cli-linux-arm64-musl': 2.1.1 - '@biomejs/cli-linux-x64': 2.1.1 - '@biomejs/cli-linux-x64-musl': 2.1.1 - '@biomejs/cli-win32-arm64': 2.1.1 - '@biomejs/cli-win32-x64': 2.1.1 - - '@biomejs/cli-darwin-arm64@2.1.1': + '@biomejs/cli-darwin-arm64': 2.1.2 + '@biomejs/cli-darwin-x64': 2.1.2 + '@biomejs/cli-linux-arm64': 2.1.2 + '@biomejs/cli-linux-arm64-musl': 2.1.2 + '@biomejs/cli-linux-x64': 2.1.2 + '@biomejs/cli-linux-x64-musl': 2.1.2 + '@biomejs/cli-win32-arm64': 2.1.2 + '@biomejs/cli-win32-x64': 2.1.2 + + '@biomejs/cli-darwin-arm64@2.1.2': optional: true - '@biomejs/cli-darwin-x64@2.1.1': + '@biomejs/cli-darwin-x64@2.1.2': optional: true - '@biomejs/cli-linux-arm64-musl@2.1.1': + '@biomejs/cli-linux-arm64-musl@2.1.2': optional: true - '@biomejs/cli-linux-arm64@2.1.1': + '@biomejs/cli-linux-arm64@2.1.2': optional: true - '@biomejs/cli-linux-x64-musl@2.1.1': + '@biomejs/cli-linux-x64-musl@2.1.2': optional: true - '@biomejs/cli-linux-x64@2.1.1': + '@biomejs/cli-linux-x64@2.1.2': optional: true - '@biomejs/cli-win32-arm64@2.1.1': + '@biomejs/cli-win32-arm64@2.1.2': optional: true - '@biomejs/cli-win32-x64@2.1.1': + '@biomejs/cli-win32-x64@2.1.2': optional: true '@bufbuild/protobuf@2.6.0': {} @@ -8169,12 +8157,6 @@ snapshots: '@esbuild/win32-x64@0.25.5': optional: true - '@isaacs/balanced-match@4.0.1': {} - - '@isaacs/brace-expansion@5.0.0': - dependencies: - '@isaacs/balanced-match': 4.0.1 - '@isaacs/cliui@8.0.2': dependencies: string-width: 5.1.2 @@ -8346,10 +8328,10 @@ snapshots: '@types/semver': 7.5.8 semver: 7.6.3 - '@module-federation/cli@0.17.0(typescript@5.8.3)(vue-tsc@3.0.1(typescript@5.8.3))': + '@module-federation/cli@0.17.0(typescript@5.8.3)(vue-tsc@3.0.2(typescript@5.8.3))': dependencies: '@modern-js/node-bundle-require': 2.68.2 - '@module-federation/dts-plugin': 0.17.0(typescript@5.8.3)(vue-tsc@3.0.1(typescript@5.8.3)) + '@module-federation/dts-plugin': 0.17.0(typescript@5.8.3)(vue-tsc@3.0.2(typescript@5.8.3)) '@module-federation/sdk': 0.17.0 chalk: 3.0.0 commander: 11.1.0 @@ -8369,7 +8351,7 @@ snapshots: react: 19.1.0 react-dom: 19.1.0(react@19.1.0) - '@module-federation/dts-plugin@0.17.0(typescript@5.8.3)(vue-tsc@3.0.1(typescript@5.8.3))': + '@module-federation/dts-plugin@0.17.0(typescript@5.8.3)(vue-tsc@3.0.2(typescript@5.8.3))': dependencies: '@module-federation/error-codes': 0.17.0 '@module-federation/managers': 0.17.0 @@ -8389,24 +8371,24 @@ snapshots: typescript: 5.8.3 ws: 8.18.0 optionalDependencies: - vue-tsc: 3.0.1(typescript@5.8.3) + vue-tsc: 3.0.2(typescript@5.8.3) transitivePeerDependencies: - bufferutil - debug - supports-color - utf-8-validate - '@module-federation/enhanced@0.17.0(@rspack/core@1.4.8(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.1(typescript@5.8.3))': + '@module-federation/enhanced@0.17.0(@rspack/core@1.4.8(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.2(typescript@5.8.3))': dependencies: '@module-federation/bridge-react-webpack-plugin': 0.17.0 - '@module-federation/cli': 0.17.0(typescript@5.8.3)(vue-tsc@3.0.1(typescript@5.8.3)) + '@module-federation/cli': 0.17.0(typescript@5.8.3)(vue-tsc@3.0.2(typescript@5.8.3)) '@module-federation/data-prefetch': 0.17.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@module-federation/dts-plugin': 0.17.0(typescript@5.8.3)(vue-tsc@3.0.1(typescript@5.8.3)) + '@module-federation/dts-plugin': 0.17.0(typescript@5.8.3)(vue-tsc@3.0.2(typescript@5.8.3)) '@module-federation/error-codes': 0.17.0 '@module-federation/inject-external-runtime-core-plugin': 0.17.0(@module-federation/runtime-tools@0.17.0) '@module-federation/managers': 0.17.0 - '@module-federation/manifest': 0.17.0(typescript@5.8.3)(vue-tsc@3.0.1(typescript@5.8.3)) - '@module-federation/rspack': 0.17.0(@rspack/core@1.4.8(@swc/helpers@0.5.17))(typescript@5.8.3)(vue-tsc@3.0.1(typescript@5.8.3)) + '@module-federation/manifest': 0.17.0(typescript@5.8.3)(vue-tsc@3.0.2(typescript@5.8.3)) + '@module-federation/rspack': 0.17.0(@rspack/core@1.4.8(@swc/helpers@0.5.17))(typescript@5.8.3)(vue-tsc@3.0.2(typescript@5.8.3)) '@module-federation/runtime-tools': 0.17.0 '@module-federation/sdk': 0.17.0 btoa: 1.2.1 @@ -8414,7 +8396,7 @@ snapshots: upath: 2.0.1 optionalDependencies: typescript: 5.8.3 - vue-tsc: 3.0.1(typescript@5.8.3) + vue-tsc: 3.0.2(typescript@5.8.3) transitivePeerDependencies: - '@rspack/core' - bufferutil @@ -8438,9 +8420,9 @@ snapshots: find-pkg: 2.0.0 fs-extra: 9.1.0 - '@module-federation/manifest@0.17.0(typescript@5.8.3)(vue-tsc@3.0.1(typescript@5.8.3))': + '@module-federation/manifest@0.17.0(typescript@5.8.3)(vue-tsc@3.0.2(typescript@5.8.3))': dependencies: - '@module-federation/dts-plugin': 0.17.0(typescript@5.8.3)(vue-tsc@3.0.1(typescript@5.8.3)) + '@module-federation/dts-plugin': 0.17.0(typescript@5.8.3)(vue-tsc@3.0.2(typescript@5.8.3)) '@module-federation/managers': 0.17.0 '@module-federation/sdk': 0.17.0 chalk: 3.0.0 @@ -8453,9 +8435,9 @@ snapshots: - utf-8-validate - vue-tsc - '@module-federation/node@2.7.9(@rspack/core@1.4.8(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.1(typescript@5.8.3))': + '@module-federation/node@2.7.9(@rspack/core@1.4.8(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.2(typescript@5.8.3))': dependencies: - '@module-federation/enhanced': 0.17.0(@rspack/core@1.4.8(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.1(typescript@5.8.3)) + '@module-federation/enhanced': 0.17.0(@rspack/core@1.4.8(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.2(typescript@5.8.3)) '@module-federation/runtime': 0.17.0 '@module-federation/sdk': 0.17.0 btoa: 1.2.1 @@ -8473,10 +8455,10 @@ snapshots: - utf-8-validate - vue-tsc - '@module-federation/rsbuild-plugin@0.17.0(@rsbuild/core@1.4.7)(@rspack/core@1.4.8(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.1(typescript@5.8.3))': + '@module-federation/rsbuild-plugin@0.17.0(@rsbuild/core@1.4.7)(@rspack/core@1.4.8(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.2(typescript@5.8.3))': dependencies: - '@module-federation/enhanced': 0.17.0(@rspack/core@1.4.8(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.1(typescript@5.8.3)) - '@module-federation/node': 2.7.9(@rspack/core@1.4.8(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.1(typescript@5.8.3)) + '@module-federation/enhanced': 0.17.0(@rspack/core@1.4.8(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.2(typescript@5.8.3)) + '@module-federation/node': 2.7.9(@rspack/core@1.4.8(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.2(typescript@5.8.3)) '@module-federation/sdk': 0.17.0 fs-extra: 11.3.0 optionalDependencies: @@ -8494,20 +8476,20 @@ snapshots: - vue-tsc - webpack - '@module-federation/rspack@0.17.0(@rspack/core@1.4.8(@swc/helpers@0.5.17))(typescript@5.8.3)(vue-tsc@3.0.1(typescript@5.8.3))': + '@module-federation/rspack@0.17.0(@rspack/core@1.4.8(@swc/helpers@0.5.17))(typescript@5.8.3)(vue-tsc@3.0.2(typescript@5.8.3))': dependencies: '@module-federation/bridge-react-webpack-plugin': 0.17.0 - '@module-federation/dts-plugin': 0.17.0(typescript@5.8.3)(vue-tsc@3.0.1(typescript@5.8.3)) + '@module-federation/dts-plugin': 0.17.0(typescript@5.8.3)(vue-tsc@3.0.2(typescript@5.8.3)) '@module-federation/inject-external-runtime-core-plugin': 0.17.0(@module-federation/runtime-tools@0.17.0) '@module-federation/managers': 0.17.0 - '@module-federation/manifest': 0.17.0(typescript@5.8.3)(vue-tsc@3.0.1(typescript@5.8.3)) + '@module-federation/manifest': 0.17.0(typescript@5.8.3)(vue-tsc@3.0.2(typescript@5.8.3)) '@module-federation/runtime-tools': 0.17.0 '@module-federation/sdk': 0.17.0 '@rspack/core': 1.4.8(@swc/helpers@0.5.17) btoa: 1.2.1 optionalDependencies: typescript: 5.8.3 - vue-tsc: 3.0.1(typescript@5.8.3) + vue-tsc: 3.0.2(typescript@5.8.3) transitivePeerDependencies: - bufferutil - debug @@ -8550,9 +8532,9 @@ snapshots: '@module-federation/sdk@0.17.0': {} - '@module-federation/storybook-addon@4.0.22(@rsbuild/core@1.4.7)(@rspack/core@1.4.8(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.1(typescript@5.8.3))(webpack-virtual-modules@0.6.2)': + '@module-federation/storybook-addon@4.0.22(@rsbuild/core@1.4.7)(@rspack/core@1.4.8(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.2(typescript@5.8.3))(webpack-virtual-modules@0.6.2)': dependencies: - '@module-federation/enhanced': 0.17.0(@rspack/core@1.4.8(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.1(typescript@5.8.3)) + '@module-federation/enhanced': 0.17.0(@rspack/core@1.4.8(@swc/helpers@0.5.17))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(typescript@5.8.3)(vue-tsc@3.0.2(typescript@5.8.3)) '@module-federation/sdk': 0.17.0 optionalDependencies: '@rsbuild/core': 1.4.7 @@ -8609,34 +8591,34 @@ snapshots: '@nodelib/fs.scandir': 2.1.5 fastq: 1.17.1 - '@nx/nx-darwin-arm64@21.2.3': + '@nx/nx-darwin-arm64@21.2.4': optional: true - '@nx/nx-darwin-x64@21.2.3': + '@nx/nx-darwin-x64@21.2.4': optional: true - '@nx/nx-freebsd-x64@21.2.3': + '@nx/nx-freebsd-x64@21.2.4': optional: true - '@nx/nx-linux-arm-gnueabihf@21.2.3': + '@nx/nx-linux-arm-gnueabihf@21.2.4': optional: true - '@nx/nx-linux-arm64-gnu@21.2.3': + '@nx/nx-linux-arm64-gnu@21.2.4': optional: true - '@nx/nx-linux-arm64-musl@21.2.3': + '@nx/nx-linux-arm64-musl@21.2.4': optional: true - '@nx/nx-linux-x64-gnu@21.2.3': + '@nx/nx-linux-x64-gnu@21.2.4': optional: true - '@nx/nx-linux-x64-musl@21.2.3': + '@nx/nx-linux-x64-musl@21.2.4': optional: true - '@nx/nx-win32-arm64-msvc@21.2.3': + '@nx/nx-win32-arm64-msvc@21.2.4': optional: true - '@nx/nx-win32-x64-msvc@21.2.3': + '@nx/nx-win32-x64-msvc@21.2.4': optional: true '@pkgjs/parseargs@0.11.0': @@ -8899,10 +8881,10 @@ snapshots: optionalDependencies: '@rsbuild/core': 1.4.7 - '@rslib/core@0.10.5(@microsoft/api-extractor@7.52.8(@types/node@22.16.4))(typescript@5.8.3)': + '@rslib/core@0.10.6(@microsoft/api-extractor@7.52.8(@types/node@22.16.4))(typescript@5.8.3)': dependencies: '@rsbuild/core': 1.4.7 - rsbuild-plugin-dts: 0.10.5(@microsoft/api-extractor@7.52.8(@types/node@22.16.4))(@rsbuild/core@1.4.7)(typescript@5.8.3) + rsbuild-plugin-dts: 0.10.6(@microsoft/api-extractor@7.52.8(@types/node@22.16.4))(@rsbuild/core@1.4.7)(typescript@5.8.3) tinyglobby: 0.2.14 optionalDependencies: '@microsoft/api-extractor': 7.52.8(@types/node@22.16.4) @@ -9117,9 +9099,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@rstack-dev/doc-ui@1.10.6(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@rstack-dev/doc-ui@1.10.7(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': dependencies: - framer-motion: 12.16.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + framer-motion: 12.23.6(react-dom@19.1.0(react@19.1.0))(react@19.1.0) transitivePeerDependencies: - '@emotion/is-prop-valid' - react @@ -9183,9 +9165,9 @@ snapshots: '@types/hast': 3.0.4 hast-util-to-html: 9.0.5 - '@shikijs/core@3.8.0': + '@shikijs/core@3.8.1': dependencies: - '@shikijs/types': 3.8.0 + '@shikijs/types': 3.8.1 '@shikijs/vscode-textmate': 10.0.2 '@types/hast': 3.0.4 hast-util-to-html: 9.0.5 @@ -9218,17 +9200,17 @@ snapshots: dependencies: '@shikijs/types': 3.4.2 - '@shikijs/transformers@3.8.0': + '@shikijs/transformers@3.8.1': dependencies: - '@shikijs/core': 3.8.0 - '@shikijs/types': 3.8.0 + '@shikijs/core': 3.8.1 + '@shikijs/types': 3.8.1 '@shikijs/types@3.4.2': dependencies: '@shikijs/vscode-textmate': 10.0.2 '@types/hast': 3.0.4 - '@shikijs/types@3.8.0': + '@shikijs/types@3.8.1': dependencies: '@shikijs/vscode-textmate': 10.0.2 '@types/hast': 3.0.4 @@ -9741,15 +9723,15 @@ snapshots: loupe: 3.1.4 tinyrainbow: 2.0.0 - '@volar/language-core@2.4.17': + '@volar/language-core@2.4.19': dependencies: - '@volar/source-map': 2.4.17 + '@volar/source-map': 2.4.19 - '@volar/source-map@2.4.17': {} + '@volar/source-map@2.4.19': {} - '@volar/typescript@2.4.17': + '@volar/typescript@2.4.19': dependencies: - '@volar/language-core': 2.4.17 + '@volar/language-core': 2.4.19 path-browserify: 1.0.1 vscode-uri: 3.0.8 @@ -9788,16 +9770,16 @@ snapshots: de-indent: 1.0.2 he: 1.2.0 - '@vue/language-core@3.0.1(typescript@5.8.3)': + '@vue/language-core@3.0.2(typescript@5.8.3)': dependencies: - '@volar/language-core': 2.4.17 + '@volar/language-core': 2.4.19 '@vue/compiler-dom': 3.5.17 '@vue/compiler-vue2': 2.7.16 '@vue/shared': 3.5.17 alien-signals: 2.0.5 - minimatch: 10.0.3 muggle-string: 0.4.1 path-browserify: 1.0.1 + picomatch: 4.0.2 optionalDependencies: typescript: 5.8.3 @@ -11152,10 +11134,10 @@ snapshots: dependencies: map-cache: 0.2.2 - framer-motion@12.16.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0): + framer-motion@12.23.6(react-dom@19.1.0(react@19.1.0))(react@19.1.0): dependencies: - motion-dom: 12.16.0 - motion-utils: 12.12.1 + motion-dom: 12.23.6 + motion-utils: 12.23.6 tslib: 2.8.1 optionalDependencies: react: 19.1.0 @@ -12544,10 +12526,6 @@ snapshots: minimalistic-crypto-utils@1.0.1: {} - minimatch@10.0.3: - dependencies: - '@isaacs/brace-expansion': 5.0.0 - minimatch@3.0.8: dependencies: brace-expansion: 1.1.11 @@ -12577,11 +12555,11 @@ snapshots: dependencies: minimist: 1.2.8 - motion-dom@12.16.0: + motion-dom@12.23.6: dependencies: - motion-utils: 12.12.1 + motion-utils: 12.23.6 - motion-utils@12.12.1: {} + motion-utils@12.23.6: {} mri@1.2.0: {} @@ -12668,7 +12646,7 @@ snapshots: number-precision@1.6.0: {} - nx@21.2.3: + nx@21.2.4: dependencies: '@napi-rs/wasm-runtime': 0.2.4 '@yarnpkg/lockfile': 1.1.0 @@ -12706,16 +12684,16 @@ snapshots: yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: - '@nx/nx-darwin-arm64': 21.2.3 - '@nx/nx-darwin-x64': 21.2.3 - '@nx/nx-freebsd-x64': 21.2.3 - '@nx/nx-linux-arm-gnueabihf': 21.2.3 - '@nx/nx-linux-arm64-gnu': 21.2.3 - '@nx/nx-linux-arm64-musl': 21.2.3 - '@nx/nx-linux-x64-gnu': 21.2.3 - '@nx/nx-linux-x64-musl': 21.2.3 - '@nx/nx-win32-arm64-msvc': 21.2.3 - '@nx/nx-win32-x64-msvc': 21.2.3 + '@nx/nx-darwin-arm64': 21.2.4 + '@nx/nx-darwin-x64': 21.2.4 + '@nx/nx-freebsd-x64': 21.2.4 + '@nx/nx-linux-arm-gnueabihf': 21.2.4 + '@nx/nx-linux-arm64-gnu': 21.2.4 + '@nx/nx-linux-arm64-musl': 21.2.4 + '@nx/nx-linux-x64-gnu': 21.2.4 + '@nx/nx-linux-x64-musl': 21.2.4 + '@nx/nx-win32-arm64-msvc': 21.2.4 + '@nx/nx-win32-x64-msvc': 21.2.4 transitivePeerDependencies: - debug @@ -13551,7 +13529,7 @@ snapshots: transitivePeerDependencies: - supports-color - rsbuild-plugin-dts@0.10.5(@microsoft/api-extractor@7.52.8(@types/node@22.16.4))(@rsbuild/core@1.4.7)(typescript@5.8.3): + rsbuild-plugin-dts@0.10.6(@microsoft/api-extractor@7.52.8(@types/node@22.16.4))(@rsbuild/core@1.4.7)(typescript@5.8.3): dependencies: '@ast-grep/napi': 0.37.0 '@rsbuild/core': 1.4.7 @@ -14671,10 +14649,10 @@ snapshots: - '@babel/preset-env' - supports-color - vue-tsc@3.0.1(typescript@5.8.3): + vue-tsc@3.0.2(typescript@5.8.3): dependencies: - '@volar/typescript': 2.4.17 - '@vue/language-core': 3.0.1(typescript@5.8.3) + '@volar/typescript': 2.4.19 + '@vue/language-core': 3.0.2(typescript@5.8.3) typescript: 5.8.3 vue@3.5.17(typescript@5.8.3): diff --git a/website/package.json b/website/package.json index 40fe2c557..725363d32 100644 --- a/website/package.json +++ b/website/package.json @@ -15,8 +15,8 @@ "@rspress/plugin-algolia": "2.0.0-beta.21", "@rspress/plugin-llms": "2.0.0-beta.21", "@rspress/plugin-rss": "2.0.0-beta.21", - "@rstack-dev/doc-ui": "1.10.6", - "@shikijs/transformers": "^3.8.0", + "@rstack-dev/doc-ui": "1.10.7", + "@shikijs/transformers": "^3.8.1", "@types/node": "^22.16.4", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6",