diff --git a/e2e/cases/styled-component/package.json b/e2e/cases/styled-component/package.json index c20499687e..4bd84b8da6 100644 --- a/e2e/cases/styled-component/package.json +++ b/e2e/cases/styled-component/package.json @@ -2,7 +2,7 @@ "name": "@e2e/styled-component", "private": true, "dependencies": { - "styled-components": "^6.1.12", + "styled-components": "^6.1.13", "@rsbuild/plugin-styled-components": "^1.0.1" } } diff --git a/e2e/package.json b/e2e/package.json index 27496b93e7..ca17506aa5 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -14,7 +14,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^6.26.1", - "solid-js": "^1.8.21", + "solid-js": "^1.8.22", "vue": "^3.4.38", "vue-router": "^4.4.3" }, @@ -44,7 +44,7 @@ "@types/fs-extra": "^11.0.4", "@types/lodash": "^4.17.7", "@types/node": "18.x", - "@types/react": "^18.3.4", + "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "create-rsbuild": "workspace:*", "fast-glob": "^3.3.2", diff --git a/examples/react/package.json b/examples/react/package.json index 44440a82f1..f51096e514 100644 --- a/examples/react/package.json +++ b/examples/react/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@rsbuild/core": "workspace:*", "@rsbuild/plugin-react": "workspace:*", - "@types/react": "^18.3.4", + "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "typescript": "^5.5.2" } diff --git a/examples/solid/package.json b/examples/solid/package.json index 1c1053ccae..53780a6942 100644 --- a/examples/solid/package.json +++ b/examples/solid/package.json @@ -7,7 +7,7 @@ "preview": "rsbuild preview" }, "dependencies": { - "solid-js": "^1.8.21" + "solid-js": "^1.8.22" }, "devDependencies": { "@rsbuild/core": "workspace:*", diff --git a/package.json b/package.json index a150e73346..84e6ba6acf 100644 --- a/package.json +++ b/package.json @@ -41,14 +41,14 @@ "devDependencies": { "@biomejs/biome": "1.8.3", "@changesets/cli": "^2.27.7", - "@modern-js/module-tools": "^2.58.2", + "@modern-js/module-tools": "^2.58.3", "@rsbuild/config": "workspace:*", "@scripts/test-helper": "workspace:*", "check-dependency-version-consistency": "^4.1.0", "cross-env": "^7.0.3", "cspell-ban-words": "^0.0.3", "nano-staged": "^0.8.0", - "nx": "^19.6.2", + "nx": "^19.6.4", "prettier": "^3.3.3", "simple-git-hooks": "^2.11.1", "typescript": "^5.5.2", diff --git a/packages/core/package.json b/packages/core/package.json index 29f6530843..f59d5ce774 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -54,7 +54,7 @@ "@rspack/core": "1.0.0", "@rspack/lite-tapable": "1.0.0", "@swc/helpers": "^0.5.12", - "caniuse-lite": "^1.0.30001653", + "caniuse-lite": "^1.0.30001655", "core-js": "~3.38.1" }, "devDependencies": { @@ -83,7 +83,7 @@ "on-finished": "2.4.1", "open": "^8.4.0", "picocolors": "^1.0.1", - "postcss": "^8.4.41", + "postcss": "^8.4.43", "postcss-load-config": "6.0.1", "postcss-loader": "8.1.1", "prebundle": "1.2.2", diff --git a/packages/create-rsbuild/package.json b/packages/create-rsbuild/package.json index 8810cbea24..7a90e3d3ef 100644 --- a/packages/create-rsbuild/package.json +++ b/packages/create-rsbuild/package.json @@ -27,7 +27,7 @@ "start": "node ./dist/index.js" }, "devDependencies": { - "@rslib/core": "0.0.3", + "@rslib/core": "0.0.4", "@types/node": "18.x", "typescript": "^5.5.2" }, diff --git a/packages/create-rsbuild/template-react-ts/package.json b/packages/create-rsbuild/template-react-ts/package.json index ece341ed43..6f369de42e 100644 --- a/packages/create-rsbuild/template-react-ts/package.json +++ b/packages/create-rsbuild/template-react-ts/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@rsbuild/core": "workspace:*", "@rsbuild/plugin-react": "workspace:*", - "@types/react": "^18.3.4", + "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "typescript": "^5.5.2" } diff --git a/packages/create-rsbuild/template-solid-js/package.json b/packages/create-rsbuild/template-solid-js/package.json index 135ab7c5aa..9e9b84adc5 100644 --- a/packages/create-rsbuild/template-solid-js/package.json +++ b/packages/create-rsbuild/template-solid-js/package.json @@ -8,7 +8,7 @@ "preview": "rsbuild preview" }, "dependencies": { - "solid-js": "^1.8.21" + "solid-js": "^1.8.22" }, "devDependencies": { "@rsbuild/core": "workspace:*", diff --git a/packages/create-rsbuild/template-solid-ts/package.json b/packages/create-rsbuild/template-solid-ts/package.json index a51aea3d6d..51ccdc9f95 100644 --- a/packages/create-rsbuild/template-solid-ts/package.json +++ b/packages/create-rsbuild/template-solid-ts/package.json @@ -8,7 +8,7 @@ "preview": "rsbuild preview" }, "dependencies": { - "solid-js": "^1.8.21" + "solid-js": "^1.8.22" }, "devDependencies": { "@rsbuild/core": "workspace:*", diff --git a/packages/plugin-sass/package.json b/packages/plugin-sass/package.json index c4a4168d5f..29b99bd111 100644 --- a/packages/plugin-sass/package.json +++ b/packages/plugin-sass/package.json @@ -32,7 +32,7 @@ "dependencies": { "deepmerge": "^4.3.1", "loader-utils": "^2.0.4", - "postcss": "^8.4.41", + "postcss": "^8.4.43", "reduce-configs": "^1.0.0", "sass-embedded": "^1.77.8" }, diff --git a/packages/plugin-solid/package.json b/packages/plugin-solid/package.json index 4c8fd56cbb..275f3e10de 100644 --- a/packages/plugin-solid/package.json +++ b/packages/plugin-solid/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "@rsbuild/plugin-babel": "workspace:*", - "babel-preset-solid": "^1.8.19", + "babel-preset-solid": "^1.8.22", "solid-refresh": "0.6.3" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index acc0bbaf68..3e590ba6c1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,8 +18,8 @@ importers: specifier: ^2.27.7 version: 2.27.7 '@modern-js/module-tools': - specifier: ^2.58.2 - version: 2.58.2(typescript@5.5.2) + specifier: ^2.58.3 + version: 2.58.3(typescript@5.5.2) '@rsbuild/config': specifier: workspace:* version: link:scripts/config @@ -39,8 +39,8 @@ importers: specifier: ^0.8.0 version: 0.8.0 nx: - specifier: ^19.6.2 - version: 19.6.2(@swc/core@1.6.13(@swc/helpers@0.5.3)) + specifier: ^19.6.4 + version: 19.6.4(@swc/core@1.6.13(@swc/helpers@0.5.3)) prettier: specifier: ^3.3.3 version: 3.3.3 @@ -75,8 +75,8 @@ importers: specifier: ^6.26.1 version: 6.26.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) solid-js: - specifier: ^1.8.21 - version: 1.8.21 + specifier: ^1.8.22 + version: 1.8.22 vue: specifier: ^3.4.38 version: 3.4.38(typescript@5.5.2) @@ -160,8 +160,8 @@ importers: specifier: 18.x version: 18.19.31 '@types/react': - specifier: ^18.3.4 - version: 18.3.4 + specifier: ^18.3.5 + version: 18.3.5 '@types/react-dom': specifier: ^18.3.0 version: 18.3.0 @@ -244,8 +244,8 @@ importers: specifier: ^1.0.1 version: 1.0.1(@rsbuild/core@1.0.1-rc.0) styled-components: - specifier: ^6.1.12 - version: 6.1.12(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614) + specifier: ^6.1.13 + version: 6.1.13(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614) e2e/cases/svelte: dependencies: @@ -422,8 +422,8 @@ importers: specifier: workspace:* version: link:../../packages/plugin-react '@types/react': - specifier: ^18.3.4 - version: 18.3.4 + specifier: ^18.3.5 + version: 18.3.5 '@types/react-dom': specifier: ^18.3.0 version: 18.3.0 @@ -434,8 +434,8 @@ importers: examples/solid: dependencies: solid-js: - specifier: ^1.8.21 - version: 1.8.21 + specifier: ^1.8.22 + version: 1.8.22 devDependencies: '@rsbuild/core': specifier: workspace:* @@ -602,8 +602,8 @@ importers: specifier: ^0.5.12 version: 0.5.12 caniuse-lite: - specifier: ^1.0.30001653 - version: 1.0.30001653 + specifier: ^1.0.30001655 + version: 1.0.30001655 core-js: specifier: ~3.38.1 version: 3.38.1 @@ -688,14 +688,14 @@ importers: specifier: ^1.0.1 version: 1.0.1 postcss: - specifier: ^8.4.41 - version: 8.4.41 + specifier: ^8.4.43 + version: 8.4.43 postcss-load-config: specifier: 6.0.1 - version: 6.0.1(jiti@1.21.6)(postcss@8.4.41)(tsx@4.14.0)(yaml@2.5.0) + version: 6.0.1(jiti@1.21.6)(postcss@8.4.43)(tsx@4.14.0)(yaml@2.5.0) postcss-loader: specifier: 8.1.1 - version: 8.1.1(@rspack/core@1.0.0(@swc/helpers@0.5.12))(postcss@8.4.41)(typescript@5.5.2)(webpack@5.94.0(@swc/core@1.6.13(@swc/helpers@0.5.3))) + version: 8.1.1(@rspack/core@1.0.0(@swc/helpers@0.5.12))(postcss@8.4.43)(typescript@5.5.2)(webpack@5.94.0(@swc/core@1.6.13(@swc/helpers@0.5.3))) prebundle: specifier: 1.2.2 version: 1.2.2(typescript@5.5.2) @@ -746,8 +746,8 @@ importers: version: 1.0.1 devDependencies: '@rslib/core': - specifier: 0.0.3 - version: 0.0.3(typescript@5.5.2) + specifier: 0.0.4 + version: 0.0.4(typescript@5.5.2) '@types/node': specifier: 18.x version: 18.19.31 @@ -903,8 +903,8 @@ importers: specifier: ^2.0.4 version: 2.0.4 postcss: - specifier: ^8.4.41 - version: 8.4.41 + specifier: ^8.4.43 + version: 8.4.43 reduce-configs: specifier: ^1.0.0 version: 1.0.0 @@ -940,11 +940,11 @@ importers: specifier: workspace:* version: link:../plugin-babel babel-preset-solid: - specifier: ^1.8.19 - version: 1.8.19(@babel/core@7.25.2) + specifier: ^1.8.22 + version: 1.8.22(@babel/core@7.25.2) solid-refresh: specifier: 0.6.3 - version: 0.6.3(solid-js@1.8.21) + version: 0.6.3(solid-js@1.8.22) devDependencies: '@rsbuild/core': specifier: workspace:* @@ -991,7 +991,7 @@ importers: version: 3.2.3(svelte@4.2.19) svelte-preprocess: specifier: ^6.0.2 - version: 6.0.2(@babel/core@7.25.2)(less@4.2.0)(postcss-load-config@6.0.1(jiti@1.21.6)(postcss@8.4.41)(tsx@4.14.0)(yaml@2.5.0))(postcss@8.4.41)(pug@3.0.3)(sass@1.77.8)(stylus@0.63.0)(svelte@4.2.19)(typescript@5.5.2) + version: 6.0.2(@babel/core@7.25.2)(less@4.2.0)(postcss-load-config@6.0.1(jiti@1.21.6)(postcss@8.4.43)(tsx@4.14.0)(yaml@2.5.0))(postcss@8.4.43)(pug@3.0.3)(sass@1.77.8)(stylus@0.63.0)(svelte@4.2.19)(typescript@5.5.2) devDependencies: '@rsbuild/core': specifier: workspace:* @@ -1169,8 +1169,8 @@ importers: specifier: workspace:* version: link:../packages/core '@rspress/plugin-rss': - specifier: 1.28.2 - version: 1.28.2(react@18.3.1)(rspress@1.28.2(webpack@5.94.0(@swc/core@1.6.13(@swc/helpers@0.5.3)))) + specifier: 1.28.3 + version: 1.28.3(react@18.3.1)(rspress@1.28.3(webpack@5.94.0(@swc/core@1.6.13(@swc/helpers@0.5.3)))) '@rstack-dev/doc-ui': specifier: ^1.2.0 version: 1.2.0(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -1178,8 +1178,8 @@ importers: specifier: 18.x version: 18.19.31 '@types/react': - specifier: ^18.3.4 - version: 18.3.4 + specifier: ^18.3.5 + version: 18.3.5 '@types/react-dom': specifier: ^18.3.0 version: 18.3.0 @@ -1199,8 +1199,8 @@ importers: specifier: 1.0.2 version: 1.0.2(@rsbuild/core@packages+core) rspress: - specifier: 1.28.2 - version: 1.28.2(webpack@5.94.0(@swc/core@1.6.13(@swc/helpers@0.5.3))) + specifier: 1.28.3 + version: 1.28.3(webpack@5.94.0(@swc/core@1.6.13(@swc/helpers@0.5.3))) rspress-plugin-font-open-sans: specifier: 1.0.0 version: 1.0.0 @@ -2302,11 +2302,11 @@ packages: peerDependencies: react: '>=16' - '@modern-js/core@2.58.2': - resolution: {integrity: sha512-aWjjYjWKmKNc7QyWCH3zKpFbqCASl1PI6bMVkAZ5mkUxevt+P0nvBMlZG5zhbii+mffwcwKWK71yIQPvB55TgQ==} + '@modern-js/core@2.58.3': + resolution: {integrity: sha512-XbH8/TE+C1WEjbIGk1Tm1TwPWDme+Q1EILfz42TrhokyGO1lOufTvesud9YML3awk1ucdCauCdDxaZQq6nL4bw==} - '@modern-js/module-tools@2.58.2': - resolution: {integrity: sha512-GJAuV90B/WrPvVSHpZyeyIuWBGS3IDMONxnOM/1aoJm5hiNC0vCN2j2/+7Ffmz5EQEUU8apG0RjcE3bARJwolQ==} + '@modern-js/module-tools@2.58.3': + resolution: {integrity: sha512-me4Zh9AmgqXlxoW6FL2osrVcq6T1l4ogwDqlMPZ15Twhr6/OVSUtSQp+iiPEPyI5myPFhrN5sT8weRQeQXjBxw==} engines: {node: '>=16.0.0'} hasBin: true peerDependencies: @@ -2315,25 +2315,25 @@ packages: typescript: optional: true - '@modern-js/node-bundle-require@2.58.2': - resolution: {integrity: sha512-Je85rQ715NsT8OUteiVrmKV0SwekeRMe50faLkdZiLP0b7YC1Atez4j0OHuJVZ/0RWa2P8VeSx4YDqseBfED7A==} + '@modern-js/node-bundle-require@2.58.3': + resolution: {integrity: sha512-GYDNzv84Udde4+D80Mwak05RC+sR+GlSIfv0aLT6V+Qt2GyVDednxE0ga7In+mFqu7qOkDWqglJEZ6AAvDPwFw==} - '@modern-js/plugin-changeset@2.58.2': - resolution: {integrity: sha512-I66J4Bj4nhm3+t4LCiiMUR5Yh/jqTcPahs6wmTR51tebjuWub1eSyjYW569knY0IsLp2cCBvj0N6jfoMu02CcA==} + '@modern-js/plugin-changeset@2.58.3': + resolution: {integrity: sha512-tWEZdmnTmi6NSdqyGgcWVZwxB6dXK6v+jNDDI1E89bX6bN5Hf9r4GQK6rtAsuSas1AJQ55UqLK8Hr5K7kasZ6Q==} - '@modern-js/plugin-i18n@2.58.2': - resolution: {integrity: sha512-Jrs1PfulSuG6XtF69q/HIX7evgcZRoUp9yxkiBXZlBEqXe6G7AlWn7VjgnKGg9ULAsEuFbAjyP6jcytz7WX6qw==} + '@modern-js/plugin-i18n@2.58.3': + resolution: {integrity: sha512-EeOslIwWp5Tt/LiafAYwdHKCtkwd3In8xx24VBP/dTvQnYL6THNuBRTZoKDbyqcCbFDus6LxajF8WhzaSwkz1g==} - '@modern-js/plugin-lint@2.58.2': - resolution: {integrity: sha512-ujUBaP6K8rXIcWeZZq2RW6xZwbwbLw3qtt1h50zLufauUY7D6lY4DTZyL5SclqwRf2AhhmRBlAPvK0N8cpXXnw==} + '@modern-js/plugin-lint@2.58.3': + resolution: {integrity: sha512-UW60kwaxK9jtVcc0dO+ATsrLg7JGuKmXOhktEAO8iOPfiXEJTG1hRGVUiu6R4DzyKdOCFl5T+BKnHank9XoM+Q==} peerDependencies: eslint: ^8.28.0 peerDependenciesMeta: eslint: optional: true - '@modern-js/plugin@2.58.2': - resolution: {integrity: sha512-m06lFxXkhikzm288n3euYgYdYW363Qqoh0G5UI1x8wpJVYLq5kcUh92yP90nVr72x2OuL0lH9fEtrQGSjwRu0Q==} + '@modern-js/plugin@2.58.3': + resolution: {integrity: sha512-Dv/fKBidZXy+igxl2ckpq1UShl85/IcYiLnFz6/hSz5WOGfDZCrK2Mrzj/7v19G5kLcUoDBRUvluabw4a/1pTg==} '@modern-js/swc-plugins-darwin-arm64@0.6.10': resolution: {integrity: sha512-CRkvOqP5SJvDPE1yaQQFOL1y1BEczklngGoJmrb+C/IKWV7cQNj9hbKj7V5jWX9YhocsxTZqeSy2YAJloybpDQ==} @@ -2446,14 +2446,14 @@ packages: peerDependencies: '@swc/helpers': 0.5.3 - '@modern-js/tsconfig@2.58.2': - resolution: {integrity: sha512-kS6ava7qkojO/JL4imNd6K9BxhQ66sTbNsmrHRfcw4dh8ze+tkdSF0lOQoItJ1S9l4zAsLx81Uks/qddqYXP5w==} + '@modern-js/tsconfig@2.58.3': + resolution: {integrity: sha512-i23bgvXjwsEV2SxupcYqOAy11kZRT/K6jyQ27gm1zO0qPcPFrTyLsqP2sJ5xV0t+FryV4FQ1pM7qd4HNcZh2/g==} - '@modern-js/types@2.58.2': - resolution: {integrity: sha512-D1RC9s5k9b2ym2zNtMXYTkyD7E6Bnv/z3+XGMM65q784ydWtWcuf/c14XYwmdsiK/ACAzBTyzenZ/L7n7LUYmA==} + '@modern-js/types@2.58.3': + resolution: {integrity: sha512-MQwHcpYUNt9sdFPQQrng+JUNXKVMGcE9p0NpMLOYMX9RPjNYx4MC+26J+tzziyaUoGT9EGLwNPA5Bym3fh/+jA==} - '@modern-js/utils@2.58.2': - resolution: {integrity: sha512-nIT6jOdYSqNDDZq3arf8WoIcxhznTdK+AgwWZ5dqpL7IUzfUBt80MgOThttVZL8c10N0SGgbeEsQZpdpkCA+gA==} + '@modern-js/utils@2.58.3': + resolution: {integrity: sha512-e8cxOhOQzKd67m67QwbR9r67yRntqBakKIdrR4OTSXjcw9dUMv+Srk7ovEFsgjXCGDyV4+02LHgfooMKM8BRVg==} '@module-federation/bridge-react-webpack-plugin@0.6.0': resolution: {integrity: sha512-xxW/U0ESgVnl795YPBwC9OY0IU0Pcxxz3ynJga6m1XguNBbR0ra91vzHvaJssYGBlQ4TLh+S2FgRBUHAjh85tQ==} @@ -2526,66 +2526,66 @@ packages: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} - '@nrwl/tao@19.6.2': - resolution: {integrity: sha512-DcqpaKpkUbF+J2kVRoLtYZOFpr8mu4+fHiKIjrdliKVabSOzekwRAx0DN+VZdpUoaZ2+5W+F8RFhSak1216ZCg==} + '@nrwl/tao@19.6.4': + resolution: {integrity: sha512-1J8cD+MFzsmboiGe03VlQZ8gt64k/TaYYPZivnnhOJolPPs75nz1JyJX55uWcKKRy/b7FZNKWIu/6Wp9JDhJrQ==} hasBin: true - '@nx/nx-darwin-arm64@19.6.2': - resolution: {integrity: sha512-WCt9bK5CiuXiiE/8ivoeOEy3J2xYx2Eduea+8PdyK+21FzWakSV4GK0DUfC/dmLPyc+osx2kpmVO+l4HVBIEJw==} + '@nx/nx-darwin-arm64@19.6.4': + resolution: {integrity: sha512-kRn2FLvhwJA/TJrNlsCSqqQTrguNZLmiRsiXhvjkfUMbUKwyQfVMgJlvkZ+KoqraUSG+Qyb0FmrGur1I/Mld0Q==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@nx/nx-darwin-x64@19.6.2': - resolution: {integrity: sha512-jCB4yTE97/UkUd1V7ttFLJkVRx2vkQgHAqcmU0l8pAPRWKplYkO43J4g4M3M8SyLsX6arPIlfIT3uBh8TzqxXA==} + '@nx/nx-darwin-x64@19.6.4': + resolution: {integrity: sha512-3uABBUhxVk+SdRwpUu30iuBlgRWm3tA/G9seG+wt7oN2R+fOu8zzRCYa+Blvoh1Ef+D9743Ir4rDc9Mhzl2B2g==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@nx/nx-freebsd-x64@19.6.2': - resolution: {integrity: sha512-ZBFTHO9vhaSpzuopAww9xznseNjE2CUXGSq5be0CUBoIvGn4TWvjOfv+tinIbKSYiWdfL1PYMqnE2FIqyxscNA==} + '@nx/nx-freebsd-x64@19.6.4': + resolution: {integrity: sha512-OG83MiEk5L54/vAldmwZJBKEvZaM+DEIDqn2yZLTToBRj5Z9jwKJX3jKP60xbHiaT/hzsb1xPlwhOHJnYd80EQ==} engines: {node: '>= 10'} cpu: [x64] os: [freebsd] - '@nx/nx-linux-arm-gnueabihf@19.6.2': - resolution: {integrity: sha512-Aubnlvx/47zAOIlp+ZWxe6Xq3cX9sSMRsB7xZhLkGnpcKwsKEh+uDWi6yfdnmLBp02ZY16qwcpAeYlyBRHZRUA==} + '@nx/nx-linux-arm-gnueabihf@19.6.4': + resolution: {integrity: sha512-hQ9x4qSKUh9mIVDuD270ULrBnmYfDTjXq7LnIwECw1AuP4LkKzKxULhsbqVnFQ/k3xxyFkwyGTIu2mfDcw16Gw==} engines: {node: '>= 10'} cpu: [arm] os: [linux] - '@nx/nx-linux-arm64-gnu@19.6.2': - resolution: {integrity: sha512-LorZsjhaz7vajwzGVAGUMtMpu5232UvJceB7XzUXF1TEWM2FZfSUCdLKdQgR2YZHeALYzVoEQgU/j6zKldMqpw==} + '@nx/nx-linux-arm64-gnu@19.6.4': + resolution: {integrity: sha512-OFKpAHiaVg3YGFIMBmi/JshciP9buwtOPiHDXcQdzQgE22jyYzKEiFxfcpG0nCT8PlMYAbHPAda15WfWkfVGVQ==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@nx/nx-linux-arm64-musl@19.6.2': - resolution: {integrity: sha512-+s4BD6NkmsrnxYHWpJ84Lm49rsTa5tY4Zpz09kpMCc7NNQdIYtWimexGmaHGiIY9FmwqaQCx54lCxSXUXQ3hoQ==} + '@nx/nx-linux-arm64-musl@19.6.4': + resolution: {integrity: sha512-ZIR9u+mN0A7SmNd6vDxmPV1QVTgYPTdfBSM5TEnKl3q2fHw2Nkui81QBxA4d7VopJoJUz/pRHiUV+dlgEEZ6nA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@nx/nx-linux-x64-gnu@19.6.2': - resolution: {integrity: sha512-O7ao0x7j7mwgPS8DkWmMtewTRyharQSURq2kUgWwyCJgVbr5ggV8RySmt/uLT9Tv/2LUDerWdBnd30oDr70M5g==} + '@nx/nx-linux-x64-gnu@19.6.4': + resolution: {integrity: sha512-AUMPvLs9KeCUuWD5DdlpbP3VfVsiD0IlptS2b3ul336rsQ7LwwdvE7jTVO5CixFOsiRZxP72fKJhaEargMn5Aw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@nx/nx-linux-x64-musl@19.6.2': - resolution: {integrity: sha512-7tVOQoorw8o1n5CAtLTlJx9oI/py+V3NX0PTdX/Pa7tA6gxyrZW51HlpODssRZ5PM9171G8VAZVROP9eDLfntQ==} + '@nx/nx-linux-x64-musl@19.6.4': + resolution: {integrity: sha512-PU7AaBlrgnJnDxTiV/PNCu0pHUCzaogm6uNcbzCyFJLGn7DoQK9rkqUMPJjb3CnJkAj9XrrhuZwmOdbrhvHAvA==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@nx/nx-win32-arm64-msvc@19.6.2': - resolution: {integrity: sha512-l12NsHLaCAYdZPOP8KrXnSWxrytcJuifBJTejy7Xu9rFQMEDWI7dKap8vKJrYIRUtJjOsF8Yjq38064noZkLdw==} + '@nx/nx-win32-arm64-msvc@19.6.4': + resolution: {integrity: sha512-6CCmGWwH/J2k+Uxeci48w4QVhtcQ3hRZ5Z2jh26HI8YzH4wqZyA7QPgLBE6sNCPVLoGW5cBgTsfnyEdr+xarQA==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@nx/nx-win32-x64-msvc@19.6.2': - resolution: {integrity: sha512-B+80FY1kDWHMCOZubt786BtQOZn+LJ6CzjDGHSocqVMVqJDvBzrlf4qwmHeOIACWAsbZtJmWu+do3FriZ53ovA==} + '@nx/nx-win32-x64-msvc@19.6.4': + resolution: {integrity: sha512-jTNrlaFaKtbL2mYOcfPAiljtpF5CI7vbHIqYqBFYLUQXOwW9lOHlO+SeQnft6JYZs0FIr1IdHaCfdOw/hpnCiQ==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -2693,11 +2693,6 @@ packages: cpu: [x64] os: [win32] - '@rsbuild/core@1.0.1-beta.16': - resolution: {integrity: sha512-/0s6E3bKqyxUby2X4H11xQppuXpPWqZzPWkynUX19o9T2K7FuPw5cyuE0iL3f2XlGucmgftSn06Am5HsQV+A+w==} - engines: {node: '>=16.7.0'} - hasBin: true - '@rsbuild/core@1.0.1-rc.0': resolution: {integrity: sha512-tSszHL2sp/iNZkYMOOorgBonh4XAIfJODlt6JBTg5PMAywm+XXdFoEglaKeAM6WiQ/0rQYOataKrHbMkfxmh/A==} engines: {node: '>=16.7.0'} @@ -2711,15 +2706,15 @@ packages: '@rsbuild/core': optional: true - '@rsbuild/plugin-less@1.0.1-beta.16': - resolution: {integrity: sha512-uZ0YwUTEX2c0o63hfF4Xz0SIaSlPfqRWyvKSB2c8/He8u/8nlBXcjCHbmiCA5lzp134y5SwfhO7nC6CdY7LdWA==} + '@rsbuild/plugin-less@1.0.1-rc.0': + resolution: {integrity: sha512-E9BPFJIAumnZc98N2YMxNhWuYbYbQ2mFv5Nd2uCRsq/fpvNzC0WAiU96ssfHZbY8dtULFVSGzlyZsWCxarZi4g==} peerDependencies: - '@rsbuild/core': ^1.0.1-beta.16 + '@rsbuild/core': ^1.0.1-rc.0 - '@rsbuild/plugin-react@1.0.1-beta.16': - resolution: {integrity: sha512-c9TyoM+y8tJkmPAfnqC0u8FxuOxCXIjdGhYeAFUniVJrBEwZfJ+O/SvzqjbCtPF+3AhWJAYwDdecq0GhDN2FmQ==} + '@rsbuild/plugin-react@1.0.1-rc.0': + resolution: {integrity: sha512-bjKRNdihb3LoWW74Ri2lBQqrTaksIpGx9/mp/RiRpVUGzX+9/SDlXWvrnWdndKPm7UYfY3VBCZNT2zJRi0CCKg==} peerDependencies: - '@rsbuild/core': ^1.0.1-beta.16 + '@rsbuild/core': ^1.0.1-rc.0 '@rsbuild/plugin-rem@1.0.1': resolution: {integrity: sha512-wsaEvFLVpWsvGi5Bh1j3Yxq1C5RgD+AyveNTbEHaoHHj7ChDx1lrTSRZhre3Jmgjse02gUZjbnAhcO+v5aJPVw==} @@ -2729,10 +2724,10 @@ packages: '@rsbuild/core': optional: true - '@rsbuild/plugin-sass@1.0.1-beta.16': - resolution: {integrity: sha512-nbQf802dgwikxqsziIHP88F1ds3jaQ04rekoDx0qGX57jpU/oCbWeSEMydwEuvddjuOdE2epM/aaM5oPN693Hw==} + '@rsbuild/plugin-sass@1.0.1-rc.0': + resolution: {integrity: sha512-t6hjBvSHnJ9SiVnBo66o7M9MPMylVhv+KI1OJVbFH14Y6ZarN3y7Q1n0wYT/qc16N0ETaTegB3z8Xou02mgZ4w==} peerDependencies: - '@rsbuild/core': ^1.0.1-beta.16 + '@rsbuild/core': ^1.0.1-rc.0 '@rsbuild/plugin-styled-components@1.0.1': resolution: {integrity: sha512-1NL0yu5yr7S9wv4xTBYE++CaCved96yoAyd+r/xu4dGfi0w+BrshHNDrPwYBKPX+DC3NZrHGMIsfvpy3QmtloA==} @@ -2742,8 +2737,8 @@ packages: '@rsbuild/core': optional: true - '@rslib/core@0.0.3': - resolution: {integrity: sha512-QtLhmqBn64VvRo8/7L+Xm001XhUVgEE6PMX6KupzD4A499gBjVvk5aUgShuXOou2yLL4/tGaHNBP9x8f70zhzg==} + '@rslib/core@0.0.4': + resolution: {integrity: sha512-Zq4m6x/etNiqNfRRcoYKeAjzP5pTI2ZacNIAhDeBZqnMPXSzbBJC8ssHP0u0Rz+FnE9ForuhAgO1/LftroXe4A==} engines: {node: '>=16.0.0'} hasBin: true peerDependencies: @@ -2760,97 +2755,49 @@ packages: cpu: [arm64] os: [darwin] - '@rspack/binding-darwin-arm64@1.0.0-rc.0': - resolution: {integrity: sha512-4S/+q8HN69ErWUjGDePExqiNuKIEGYKEoT+91+Wz55jQV4NY1mNGRojKVKjZkz7MvbPEZ1howtpDcHuUE2+QhQ==} - cpu: [arm64] - os: [darwin] - '@rspack/binding-darwin-x64@1.0.0': resolution: {integrity: sha512-qhTXm9wUhv2lBjsqqfCu59RchH1/2jursdPAmTqGc7zMReZdZvtJs2Ri6Ma1M48BLLu+7fS4fbL8Rw1g78TOOQ==} cpu: [x64] os: [darwin] - '@rspack/binding-darwin-x64@1.0.0-rc.0': - resolution: {integrity: sha512-IN96SG6yRz4JwlzuNrhdApEg4J2UI9S8uD38vrJvH9TOO/Dv1puL82EpqTYBZYfbaddZsiZG9+5LNnsU9OEXJg==} - cpu: [x64] - os: [darwin] - '@rspack/binding-linux-arm64-gnu@1.0.0': resolution: {integrity: sha512-yKnlsWgvydJRxDBGGKC+cyDeoSzIvOzuVqCloy5oAFAGOMXMY6bznxrkE6/olGZncdeLEpnJzZmXSuF1dYc8ow==} cpu: [arm64] os: [linux] - '@rspack/binding-linux-arm64-gnu@1.0.0-rc.0': - resolution: {integrity: sha512-gqURooSNYGlwvgLE1xu8rz68E4Mfa2MONGTNMkre5aIYX2ZOd/MKGaB/R062Oj/78BIHmIGWcoz5GnBxBwToyw==} - cpu: [arm64] - os: [linux] - '@rspack/binding-linux-arm64-musl@1.0.0': resolution: {integrity: sha512-dKFmlqlF4FELT/AX02hSwX8aRawjH5zAliQzYnvgrqcEyCKE60vKacGJQ3ZeRyru6dh5MlbUNW4H1+TDT+cDVA==} cpu: [arm64] os: [linux] - '@rspack/binding-linux-arm64-musl@1.0.0-rc.0': - resolution: {integrity: sha512-302IJXw7F4YpHUEVJA2bkzlNfYp26jKXIddHpG4A3diw0/+5w1C4eDGrC9kuq642kFtu4nwP/8rjP0090/Orxw==} - cpu: [arm64] - os: [linux] - '@rspack/binding-linux-x64-gnu@1.0.0': resolution: {integrity: sha512-fRk9i8aE4FiwW7+LkNyw+5vfFzJ8BZ2seAL9V5U2iwYwYibzFJsukg3h3Uh+IsGm30/7+ZRENtGwybQiMruL4g==} cpu: [x64] os: [linux] - '@rspack/binding-linux-x64-gnu@1.0.0-rc.0': - resolution: {integrity: sha512-VsHzd7iAwZA3j48PSj9beKva9wqde1BP2K3AF0aZe7amQoatG57YZtiOthZSWyDlwEm7VCuE6/4Jgf8vOQJX2g==} - cpu: [x64] - os: [linux] - '@rspack/binding-linux-x64-musl@1.0.0': resolution: {integrity: sha512-qcTJC8o3KvLwsnrJJcuBjfzSrjEbACMiCB4RtbFNecXDtI+Nputx1CO1SlUrINC25/44ILketf0/hsdBQHk60g==} cpu: [x64] os: [linux] - '@rspack/binding-linux-x64-musl@1.0.0-rc.0': - resolution: {integrity: sha512-M6/SC33xWdlV2pmR3O3MrhfBZBpicMCl+GrJ0MXFb9ziC7auuuLfMmfqMakorphfL2yOOwSfcfZF8V2iiYoENw==} - cpu: [x64] - os: [linux] - '@rspack/binding-win32-arm64-msvc@1.0.0': resolution: {integrity: sha512-gqtakP0Yl2aj+Q/Giwgt31hz8eOZpo2s+sJlkMJGVdIF4dejB31a8vbj/VNGeSN1tDRiLI4cyqa5eQU//t26aQ==} cpu: [arm64] os: [win32] - '@rspack/binding-win32-arm64-msvc@1.0.0-rc.0': - resolution: {integrity: sha512-ob510ObXoIBAMjPE8iBwvhWQ8Hd4v7bJSgImUBhSGExYI+z8b/gl8tNg8y1fttLtNO8j05rj9QFsGcZmv89Zsg==} - cpu: [arm64] - os: [win32] - '@rspack/binding-win32-ia32-msvc@1.0.0': resolution: {integrity: sha512-nLfGu5DjdzwawzZ7zK69vZX5aL1Gt9+Ovfz4RlngDq/D5ZzqCnNWw93cqKADgFRWS4qK9vOD9RXNNnkyWB2SEw==} cpu: [ia32] os: [win32] - '@rspack/binding-win32-ia32-msvc@1.0.0-rc.0': - resolution: {integrity: sha512-1A+3JorREQJqBcTLEY0LhGMb5B3Qlz/LmRr3K+gNBZinscZU+DKiDnZkSGdn8FuCn40E39T8V4i73mxQCqVuvQ==} - cpu: [ia32] - os: [win32] - '@rspack/binding-win32-x64-msvc@1.0.0': resolution: {integrity: sha512-H9PqjgtZMw5aP+eXdFo7bgSP/Ycwn3oW81uI9qFqOOQ90W+o3T9ItghHBf2/ksc5GHibd208EwOBNxbKwjZDSQ==} cpu: [x64] os: [win32] - '@rspack/binding-win32-x64-msvc@1.0.0-rc.0': - resolution: {integrity: sha512-t6E4t668CvP+DqNDluYJMivrDtFZ0iQhUYxXd0UUhDSwXKTbGW2tOwBXGaZ3gzj9OpqWCUVJ3pqP11KiBckorw==} - cpu: [x64] - os: [win32] - '@rspack/binding@1.0.0': resolution: {integrity: sha512-eLyqSEM1h/exJYn98k+9MRktP8AYDB13x5oVn8hoxVucuhk0TubFqQSX8h9SQcZp1O3j/Z8eWWwOaNPe3JU40Q==} - '@rspack/binding@1.0.0-rc.0': - resolution: {integrity: sha512-mx0x4ho0ndHpOnSjAEOoQZohTqJLYOl4hLEvQLEnXIPTdMjZtpiLUyuyKtzv6DrXDV5La3bsZuzbcdMyqkSWpg==} - '@rspack/core@1.0.0': resolution: {integrity: sha512-F4RA9uOLLvD1oTKa96Gcly+Sro1qaqPNENadFyiPwepa7DrwexQa/ym6CQKbvKMOYGKlVSFDPUmgFAirz35ETg==} engines: {node: '>=16.0.0'} @@ -2860,15 +2807,6 @@ packages: '@swc/helpers': optional: true - '@rspack/core@1.0.0-rc.0': - resolution: {integrity: sha512-sxS6QfVm7FbuKIYai8CyxMv5WH3MVdQmowVEqIZ/Fa8+PX17/sO5dg8tAFYAEzpCe/4dC93eYh9APr3Vc4ditQ==} - engines: {node: '>=16.0.0'} - peerDependencies: - '@swc/helpers': '>=0.5.1' - peerDependenciesMeta: - '@swc/helpers': - optional: true - '@rspack/lite-tapable@1.0.0': resolution: {integrity: sha512-7MZf4lburSUZoEenwazwUDKHhqyfnLCGnQ/tKcUtztfmVzfjZfRn/EaiT0AKkYGnL2U8AGsw89oUeVyvaOLVCw==} engines: {node: '>=16.0.0'} @@ -2881,8 +2819,8 @@ packages: react-refresh: optional: true - '@rspress/core@1.28.2': - resolution: {integrity: sha512-8ul7vc/unTxLIlDA4zNkX3qvap4rLLwU3ltdyVll6i911WyfjxKsCNnn0pS7Jxf8VSFN8qqREnQFUe4CkTYI9w==} + '@rspress/core@1.28.3': + resolution: {integrity: sha512-KkGRM8c4LbeMQBPIw/Iom9mKpWQv5rkpD+3vjT2QPL4W0teUdfcH2HZ7ZFC03dkaCHWrXk6mbhmigKGrO5y13Q==} engines: {node: '>=14.17.6'} '@rspress/mdx-rs-darwin-arm64@0.5.7': @@ -2937,40 +2875,40 @@ packages: resolution: {integrity: sha512-Ie9TqTeMF7yCBqKAOxyLD1W2cDhRZkMsIFD4UJ9nAJTuV4zMj1aXoaKL94phsnl6ImDykF/dohTeuBUrwch08g==} engines: {node: '>= 10'} - '@rspress/plugin-auto-nav-sidebar@1.28.2': - resolution: {integrity: sha512-/1Vu5QecxDrPiwFR3ZwdUQyp1obdHIL4d1018aTCMc/VxgsYbr4GTdFBoNmcFCitezNDuBXUVlM/bU/b2d+dMA==} + '@rspress/plugin-auto-nav-sidebar@1.28.3': + resolution: {integrity: sha512-RGNtR+j/yXyxUNDpYnEKJBmpcHE28JWxfz5wpFquMhL2bH3uPZot/Bb+x793SdYer/b9jJEQIFtXmG/6V0dIWQ==} engines: {node: '>=14.17.6'} - '@rspress/plugin-container-syntax@1.28.2': - resolution: {integrity: sha512-ejFQXseX0bixlRmuhRkc4BIiqTFwAUpefJB/ptnpPTXSyCQ1U2eVbm3/rh+sNPstNy6iTcJO21fZSf1da7qtyw==} + '@rspress/plugin-container-syntax@1.28.3': + resolution: {integrity: sha512-6gi3ZwzGH0asKqv1K8wtWmzf4L58s0WdannROJy8lBej2lHxO8pCo9WfFpgKYjnELxcZTpGOSE4HV3xAwTQYqg==} engines: {node: '>=14.17.6'} - '@rspress/plugin-last-updated@1.28.2': - resolution: {integrity: sha512-bQML2v3PFllt9KbZ1TD8+F7V1qcTjywE8ig6ky3pl4xCKEWJnFSgQiL8mOgf8purOF8JZhc5X4N3yWvv0zVA9g==} + '@rspress/plugin-last-updated@1.28.3': + resolution: {integrity: sha512-TvDgb7Wdac9AK2pDQp72MxIbi92yCU+ZpBycEo6L3vkcOHw9/Bsuw8aaOKWKGdkq0dmVvp8G30tKhfv2Z5MDVw==} engines: {node: '>=14.17.6'} - '@rspress/plugin-medium-zoom@1.28.2': - resolution: {integrity: sha512-qx0e3FOPpsoDomSqHpySElVsTxvWRJCDcTaCRvqiql1Sdz1cAY0Lh3JCG24Tn/ZI3Js6oPVTzQu/7iz75E/Xbw==} + '@rspress/plugin-medium-zoom@1.28.3': + resolution: {integrity: sha512-4P4A2arP6CYeP/xaKkLePlPj7u4HjmNkdppCmJa6pkCiQzVpd3aHuFczIsKjOjLECuL/V2Bs4Mcg9ahiYzNT/g==} engines: {node: '>=14.17.6'} peerDependencies: - '@rspress/runtime': ^1.28.2 + '@rspress/runtime': ^1.28.3 - '@rspress/plugin-rss@1.28.2': - resolution: {integrity: sha512-JzsWKRyKwxDPeTNFWcOq4bP1qlo3TrbuixNM9RopKCAInNfqMVfW0hNEdn+N/ymw/MOSdReVkTF/9EA4BLvI7g==} + '@rspress/plugin-rss@1.28.3': + resolution: {integrity: sha512-BM6/Hza4uK2gzKARf2KumN12eUV47CS7B2FoLPNsKBejUGIfCQ2Gx0NV8AkyWNaSbOKrQW0rY+gfkR5ChshhLw==} engines: {node: '>=14.17.6'} peerDependencies: react: '>=17.0.0' - rspress: ^1.28.2 + rspress: ^1.28.3 - '@rspress/runtime@1.28.2': - resolution: {integrity: sha512-LT2/wCnSAbrVqYRsrGOftpz5h5KQHOvWghMfqxBAhJYzKwEShVY71niWBHlC7usoYea2P0gWt+6HeA5HcP/0lg==} + '@rspress/runtime@1.28.3': + resolution: {integrity: sha512-ynfNJYH44Ztzyy3m/fAgofmU5Wq3HeARh4ywLgkbCzDtvjYFx4NSHj+m0xLpTgtzSiBa7uyO1qrZAtP4C6L49w==} engines: {node: '>=14.17.6'} - '@rspress/shared@1.28.2': - resolution: {integrity: sha512-HiGUMqnUIAXIt+vZ91A5NXlgjjHToyj0RTWgAn17IbKvgmcPK7ZkB8U90ZlXFDoSxKVg3hWALkhk0lc15HQMow==} + '@rspress/shared@1.28.3': + resolution: {integrity: sha512-mKR8/18YlpWF6Mf7yp4nuFL4CWvk6gtrcImRD9TnXAL5s8vo8Q9qzbDPqc8H1HTAhgiEzdw70ChTrAApK7Plzw==} - '@rspress/theme-default@1.28.2': - resolution: {integrity: sha512-bwZldJkS0tZfPrS04JAgrhuvGU81fOZ1BTd/wgPCRXJshuU5nBo01JHoq3D8WaTa4wtRQKo0i1yMs6pS+Xu0EA==} + '@rspress/theme-default@1.28.3': + resolution: {integrity: sha512-lT9UP8eflkwdy34w1sHlm9QxLT/qYD5IXANbCm2ZraBSpokF41Ru1BqWTHeC1uYVMpAZx4/ZE7INsQn2TZuZuQ==} engines: {node: '>=14.17.6'} '@rstack-dev/doc-ui@1.2.0': @@ -3243,8 +3181,8 @@ packages: '@types/react-dom@18.3.0': resolution: {integrity: sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==} - '@types/react@18.3.4': - resolution: {integrity: sha512-J7W30FTdfCxDDjmfRM+/JqLHBIyl7xUIp9kwK637FGmY7+mkSFSe6L4jpZzhj5QMfLssSDP4/i75AKkrdC7/Jw==} + '@types/react@18.3.5': + resolution: {integrity: sha512-WeqMfGJLGuLCqHGYRGHxnKrXcTitc6L/nBUWfWPcTarG3t9PsquqUMuVeXZeca+mglY4Vo5GZjCi0A3Or2lnxA==} '@types/sass-loader@8.0.9': resolution: {integrity: sha512-OAzsrLMYVMprsR5Je2eIGqwsJ6FulUG5fHkzPemv5ejhyX05lpqNw5tbvdJqZi31RFELVeoR9yij17Xu6Qk1xA==} @@ -3598,8 +3536,8 @@ packages: '@babel/core': ^7.12.0 webpack: '>=5' - babel-plugin-jsx-dom-expressions@0.38.1: - resolution: {integrity: sha512-4FD4H69Cu4jHx2uLDEvx4YC5T/fC/Dmaafhsm8hXm7SjHYzjr09gBVyHdoFza+91f/g9e6tIzjbLCMkOXwmlew==} + babel-plugin-jsx-dom-expressions@0.38.5: + resolution: {integrity: sha512-JfjHYKOKGwoiOYQ56Oo8gbZPb9wNMpPuEEUhSCjMpnuHM9K21HFIUBm83TZPB40Av4caCIW4Tfjzpkp/MtFpMw==} peerDependencies: '@babel/core': ^7.20.12 @@ -3624,8 +3562,8 @@ packages: babel-plugin-vue-jsx-hmr@1.0.0: resolution: {integrity: sha512-XRq+XTD4bub6HkavELMhihvLX2++JkSBAxRXlqQK32b+Tb0S9PEqxrDSMpOEZ1iGyOaJZj9Y0uU/FzICdyL9MA==} - babel-preset-solid@1.8.19: - resolution: {integrity: sha512-F3MoUdx3i4znhStnXUBno+5kGSbvhpbGrPgqfRPrS8W7foVJUOSd1/F9QDyd9dgClHfr+J7V14931eu1PEDDMQ==} + babel-preset-solid@1.8.22: + resolution: {integrity: sha512-nKwisb//lZsiRF2NErlRP64zVTJqa1OSZiDnSl0YbcTiCZoMt52CY2Pg+9fsYAPtjYMT7RHBmzU41pxK6hFOcg==} peerDependencies: '@babel/core': ^7.0.0 @@ -3721,8 +3659,8 @@ packages: camelize@1.0.1: resolution: {integrity: sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==} - caniuse-lite@1.0.30001653: - resolution: {integrity: sha512-XGWQVB8wFQ2+9NZwZ10GxTYC5hk0Fa+q8cSkr0tgvMhYhMHP/QC+WTgrePMDBWiWc/pV+1ik82Al20XOK25Gcw==} + caniuse-lite@1.0.30001655: + resolution: {integrity: sha512-jRGVy3iSGO5Uutn2owlb5gR6qsGngTw9ZTb4ali9f3glshcNmJ2noam4Mo9zia5P9Dk3jNNydy7vQjuE5dQmfg==} ccount@2.0.1: resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} @@ -5637,8 +5575,8 @@ packages: nth-check@2.1.1: resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==} - nx@19.6.2: - resolution: {integrity: sha512-uUC9glC/QDsDhfOSzWl1id9rfUVepVwLhwBGRMeO5K6+Tju7qAsRGZ2NGPoUz6J1AZuWtlKZcr+MOSK2U4+2wQ==} + nx@19.6.4: + resolution: {integrity: sha512-yudYlBd3cMchRd8c0ZNan1SfT19AYK2zYOp77XVqVVwgqb6rJVxz6StFGFluUQ7Q7uSpkeT/8PsjwPVLt85EoQ==} hasBin: true peerDependencies: '@swc-node/register': ^1.8.0 @@ -5973,6 +5911,10 @@ packages: resolution: {integrity: sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==} engines: {node: ^10 || ^12 || >=14} + postcss@8.4.43: + resolution: {integrity: sha512-gJAQVYbh5R3gYm33FijzCZj7CHyQ3hWMgJMprLUlIYqCwTeZhBQ19wp0e9mA25BUbEvY5+EXuuaAjqQsrBxQBQ==} + engines: {node: ^10 || ^12 || >=14} + preact@10.23.2: resolution: {integrity: sha512-kKYfePf9rzKnxOAKDpsWhg/ysrHPqT+yQ7UW4JjdnqjFIeNUnNcEJvhuA8fDenxAGWzUqtd51DfVg7xp/8T9NA==} @@ -6293,8 +6235,8 @@ packages: webpack: optional: true - rsbuild-plugin-dts@0.0.3: - resolution: {integrity: sha512-61qs3CMkP/kWAchghCw1Oj/JQJhxXC2K/UgNKrNYdy4x6jb4x/SububXKJmGS77rNR+tztOVNHrDwX4FTL2weA==} + rsbuild-plugin-dts@0.0.4: + resolution: {integrity: sha512-X07HRu1F2cdKhCGB4Xdro4FoVSJ5noxy7XvHOXJKjSVXMr68LgxOtAHZiWueiDssdabQ3UArmQECKaKb5FQdew==} engines: {node: '>=16.0.0'} peerDependencies: '@microsoft/api-extractor': ^7 @@ -6347,8 +6289,8 @@ packages: rspress-plugin-sitemap@1.1.1: resolution: {integrity: sha512-usb6zWoi5wFFmBeA9HKR6BhsnnsItudMBarc54GYpuRL55SWkLxyWyMijv14mUI04FI7J7lEmea08uZE0bVKxg==} - rspress@1.28.2: - resolution: {integrity: sha512-4AyGOBfG+u0bFZCRM9VTPZuOjA461t5sGKwGchbcEOnnlvcEUYwWbAXQJcf8eMM9yaU69ter5fGwWLoOXU2nyg==} + rspress@1.28.3: + resolution: {integrity: sha512-wAWoAkcjyGCP2GB2DSnLziyOh6RpuidnqZnhJa6R7GiuLP30FxqK/U5la3o5y/+m+RXdG8U8+6lcITouAOzuXg==} hasBin: true run-parallel@1.2.0: @@ -6642,8 +6584,8 @@ packages: snake-case@3.0.4: resolution: {integrity: sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==} - solid-js@1.8.21: - resolution: {integrity: sha512-FHUGdoo7GVa1BTpGh/4UtwIISde0vSXoqNB6KFpHiTgkIY959tmCJ7NYQAWDfScBfnpoMGZR8lFz0DiwW/gFlw==} + solid-js@1.8.22: + resolution: {integrity: sha512-VBzN5j+9Y4rqIKEnK301aBk+S7fvFSTs9ljg+YEdFxjNjH0hkjXPiQRcws9tE5fUzMznSS6KToL5hwMfHDgpLA==} solid-refresh@0.6.3: resolution: {integrity: sha512-F3aPsX6hVw9ttm5LYlth8Q15x6MlI/J3Dn+o3EQyRTtTxidepSTwAYdozt01/YA+7ObcciagGEyXIopGZzQtbA==} @@ -6759,8 +6701,8 @@ packages: style-to-object@0.4.4: resolution: {integrity: sha512-HYNoHZa2GorYNyqiCaBgsxvcJIn7OHq6inEga+E6Ke3m5JkoqpQbnFssk4jwe+K7AhGa2fcha4wSOf1Kn01dMg==} - styled-components@6.1.12: - resolution: {integrity: sha512-n/O4PzRPhbYI0k1vKKayfti3C/IGcPf+DqcrOB7O/ab9x4u/zjqraneT5N45+sIe87cxrCApXM8Bna7NYxwoTA==} + styled-components@6.1.13: + resolution: {integrity: sha512-M0+N2xSnAtwcVAQeFEsGWFFxXDftHUD7XrKla06QbpUMmbmtFBMMTcKWvFXtWxuD5qQkB8iU5gk6QASlx2ZRMw==} engines: {node: '>= 16'} peerDependencies: react: '>= 16.8.0' @@ -7509,7 +7451,7 @@ snapshots: '@babel/generator@7.25.0': dependencies: - '@babel/types': 7.25.2 + '@babel/types': 7.25.4 '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 jsesc: 2.5.2 @@ -7523,12 +7465,12 @@ snapshots: '@babel/helper-annotate-as-pure@7.24.7': dependencies: - '@babel/types': 7.25.2 + '@babel/types': 7.25.4 '@babel/helper-builder-binary-assignment-operator-visitor@7.24.7': dependencies: '@babel/traverse': 7.25.3 - '@babel/types': 7.25.2 + '@babel/types': 7.25.4 transitivePeerDependencies: - supports-color @@ -7606,32 +7548,32 @@ snapshots: '@babel/helper-environment-visitor@7.24.7': dependencies: - '@babel/types': 7.25.2 + '@babel/types': 7.25.4 '@babel/helper-function-name@7.24.7': dependencies: '@babel/template': 7.25.0 - '@babel/types': 7.25.2 + '@babel/types': 7.25.4 '@babel/helper-member-expression-to-functions@7.24.8': dependencies: '@babel/traverse': 7.25.4 - '@babel/types': 7.25.2 + '@babel/types': 7.25.4 transitivePeerDependencies: - supports-color '@babel/helper-module-imports@7.18.6': dependencies: - '@babel/types': 7.25.2 + '@babel/types': 7.25.4 '@babel/helper-module-imports@7.22.15': dependencies: - '@babel/types': 7.25.2 + '@babel/types': 7.25.4 '@babel/helper-module-imports@7.24.7': dependencies: '@babel/traverse': 7.25.3 - '@babel/types': 7.25.2 + '@babel/types': 7.25.4 transitivePeerDependencies: - supports-color @@ -7641,13 +7583,13 @@ snapshots: '@babel/helper-module-imports': 7.24.7 '@babel/helper-simple-access': 7.24.7 '@babel/helper-validator-identifier': 7.24.7 - '@babel/traverse': 7.25.3 + '@babel/traverse': 7.25.4 transitivePeerDependencies: - supports-color '@babel/helper-optimise-call-expression@7.24.7': dependencies: - '@babel/types': 7.25.2 + '@babel/types': 7.25.4 '@babel/helper-plugin-utils@7.24.8': {} @@ -7665,27 +7607,27 @@ snapshots: '@babel/core': 7.25.2 '@babel/helper-member-expression-to-functions': 7.24.8 '@babel/helper-optimise-call-expression': 7.24.7 - '@babel/traverse': 7.25.3 + '@babel/traverse': 7.25.4 transitivePeerDependencies: - supports-color '@babel/helper-simple-access@7.24.7': dependencies: - '@babel/traverse': 7.25.3 - '@babel/types': 7.25.2 + '@babel/traverse': 7.25.4 + '@babel/types': 7.25.4 transitivePeerDependencies: - supports-color '@babel/helper-skip-transparent-expression-wrappers@7.24.7': dependencies: - '@babel/traverse': 7.25.3 - '@babel/types': 7.25.2 + '@babel/traverse': 7.25.4 + '@babel/types': 7.25.4 transitivePeerDependencies: - supports-color '@babel/helper-split-export-declaration@7.24.7': dependencies: - '@babel/types': 7.25.2 + '@babel/types': 7.25.4 '@babel/helper-string-parser@7.24.8': {} @@ -7697,14 +7639,14 @@ snapshots: dependencies: '@babel/template': 7.25.0 '@babel/traverse': 7.25.4 - '@babel/types': 7.25.2 + '@babel/types': 7.25.4 transitivePeerDependencies: - supports-color '@babel/helpers@7.25.0': dependencies: '@babel/template': 7.25.0 - '@babel/types': 7.25.2 + '@babel/types': 7.25.4 '@babel/highlight@7.24.7': dependencies: @@ -7715,11 +7657,11 @@ snapshots: '@babel/parser@7.25.0': dependencies: - '@babel/types': 7.25.2 + '@babel/types': 7.25.4 '@babel/parser@7.25.3': dependencies: - '@babel/types': 7.25.2 + '@babel/types': 7.25.4 '@babel/parser@7.25.4': dependencies: @@ -8334,8 +8276,8 @@ snapshots: '@babel/template@7.25.0': dependencies: '@babel/code-frame': 7.24.7 - '@babel/parser': 7.25.3 - '@babel/types': 7.25.2 + '@babel/parser': 7.25.4 + '@babel/types': 7.25.4 '@babel/traverse@7.25.0': dependencies: @@ -8343,7 +8285,7 @@ snapshots: '@babel/generator': 7.25.0 '@babel/parser': 7.25.3 '@babel/template': 7.25.0 - '@babel/types': 7.25.2 + '@babel/types': 7.25.4 debug: 4.3.5 globals: 11.12.0 transitivePeerDependencies: @@ -8355,7 +8297,7 @@ snapshots: '@babel/generator': 7.25.0 '@babel/parser': 7.25.3 '@babel/template': 7.25.0 - '@babel/types': 7.25.2 + '@babel/types': 7.25.4 debug: 4.3.5 globals: 11.12.0 transitivePeerDependencies: @@ -8815,38 +8757,38 @@ snapshots: '@mdx-js/react@2.3.0(react@18.3.1)': dependencies: '@types/mdx': 2.0.13 - '@types/react': 18.3.4 + '@types/react': 18.3.5 react: 18.3.1 - '@modern-js/core@2.58.2': + '@modern-js/core@2.58.3': dependencies: - '@modern-js/node-bundle-require': 2.58.2 - '@modern-js/plugin': 2.58.2 - '@modern-js/utils': 2.58.2 + '@modern-js/node-bundle-require': 2.58.3 + '@modern-js/plugin': 2.58.3 + '@modern-js/utils': 2.58.3 '@swc/helpers': 0.5.3 - '@modern-js/module-tools@2.58.2(typescript@5.5.2)': + '@modern-js/module-tools@2.58.3(typescript@5.5.2)': dependencies: '@ampproject/remapping': 2.3.0 '@ast-grep/napi': 0.16.0 '@babel/core': 7.25.2 - '@babel/types': 7.25.2 - '@modern-js/core': 2.58.2 - '@modern-js/plugin': 2.58.2 - '@modern-js/plugin-changeset': 2.58.2 - '@modern-js/plugin-i18n': 2.58.2 - '@modern-js/plugin-lint': 2.58.2 + '@babel/types': 7.25.4 + '@modern-js/core': 2.58.3 + '@modern-js/plugin': 2.58.3 + '@modern-js/plugin-changeset': 2.58.3 + '@modern-js/plugin-i18n': 2.58.3 + '@modern-js/plugin-lint': 2.58.3 '@modern-js/swc-plugins': 0.6.6(@swc/helpers@0.5.3) - '@modern-js/types': 2.58.2 - '@modern-js/utils': 2.58.2 + '@modern-js/types': 2.58.3 + '@modern-js/utils': 2.58.3 '@rollup/pluginutils': 4.1.1 '@swc/helpers': 0.5.3 convert-source-map: 1.8.0 enhanced-resolve: 5.12.0 esbuild: 0.19.12 magic-string: 0.30.5 - postcss: 8.4.41 - postcss-modules: 4.3.0(postcss@8.4.41) + postcss: 8.4.43 + postcss-modules: 4.3.0(postcss@8.4.43) safe-identifier: 0.4.2 source-map: 0.7.4 style-inject: 0.3.0 @@ -8861,41 +8803,41 @@ snapshots: - eslint - supports-color - '@modern-js/node-bundle-require@2.58.2': + '@modern-js/node-bundle-require@2.58.3': dependencies: - '@modern-js/utils': 2.58.2 + '@modern-js/utils': 2.58.3 '@swc/helpers': 0.5.3 esbuild: 0.19.12 - '@modern-js/plugin-changeset@2.58.2': + '@modern-js/plugin-changeset@2.58.3': dependencies: '@changesets/cli': 2.27.7 '@changesets/git': 2.0.0 '@changesets/read': 0.5.9 - '@modern-js/plugin-i18n': 2.58.2 - '@modern-js/utils': 2.58.2 + '@modern-js/plugin-i18n': 2.58.3 + '@modern-js/utils': 2.58.3 '@swc/helpers': 0.5.3 axios: 1.7.4 resolve-from: 5.0.0 transitivePeerDependencies: - debug - '@modern-js/plugin-i18n@2.58.2': + '@modern-js/plugin-i18n@2.58.3': dependencies: - '@modern-js/utils': 2.58.2 + '@modern-js/utils': 2.58.3 '@swc/helpers': 0.5.3 - '@modern-js/plugin-lint@2.58.2': + '@modern-js/plugin-lint@2.58.3': dependencies: - '@modern-js/tsconfig': 2.58.2 - '@modern-js/utils': 2.58.2 + '@modern-js/tsconfig': 2.58.3 + '@modern-js/utils': 2.58.3 '@swc/helpers': 0.5.3 cross-spawn: 7.0.3 husky: 8.0.3 - '@modern-js/plugin@2.58.2': + '@modern-js/plugin@2.58.3': dependencies: - '@modern-js/utils': 2.58.2 + '@modern-js/utils': 2.58.3 '@swc/helpers': 0.5.3 '@modern-js/swc-plugins-darwin-arm64@0.6.10': @@ -8971,14 +8913,14 @@ snapshots: '@modern-js/swc-plugins-win32-arm64-msvc': 0.6.6 '@modern-js/swc-plugins-win32-x64-msvc': 0.6.6 - '@modern-js/tsconfig@2.58.2': {} + '@modern-js/tsconfig@2.58.3': {} - '@modern-js/types@2.58.2': {} + '@modern-js/types@2.58.3': {} - '@modern-js/utils@2.58.2': + '@modern-js/utils@2.58.3': dependencies: '@swc/helpers': 0.5.3 - caniuse-lite: 1.0.30001653 + caniuse-lite: 1.0.30001655 lodash: 4.17.21 rslog: 1.2.2 @@ -9105,43 +9047,43 @@ snapshots: '@nodelib/fs.scandir': 2.1.5 fastq: 1.17.1 - '@nrwl/tao@19.6.2(@swc/core@1.6.13(@swc/helpers@0.5.3))': + '@nrwl/tao@19.6.4(@swc/core@1.6.13(@swc/helpers@0.5.3))': dependencies: - nx: 19.6.2(@swc/core@1.6.13(@swc/helpers@0.5.3)) + nx: 19.6.4(@swc/core@1.6.13(@swc/helpers@0.5.3)) tslib: 2.6.2 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' - debug - '@nx/nx-darwin-arm64@19.6.2': + '@nx/nx-darwin-arm64@19.6.4': optional: true - '@nx/nx-darwin-x64@19.6.2': + '@nx/nx-darwin-x64@19.6.4': optional: true - '@nx/nx-freebsd-x64@19.6.2': + '@nx/nx-freebsd-x64@19.6.4': optional: true - '@nx/nx-linux-arm-gnueabihf@19.6.2': + '@nx/nx-linux-arm-gnueabihf@19.6.4': optional: true - '@nx/nx-linux-arm64-gnu@19.6.2': + '@nx/nx-linux-arm64-gnu@19.6.4': optional: true - '@nx/nx-linux-arm64-musl@19.6.2': + '@nx/nx-linux-arm64-musl@19.6.4': optional: true - '@nx/nx-linux-x64-gnu@19.6.2': + '@nx/nx-linux-x64-gnu@19.6.4': optional: true - '@nx/nx-linux-x64-musl@19.6.2': + '@nx/nx-linux-x64-musl@19.6.4': optional: true - '@nx/nx-win32-arm64-msvc@19.6.2': + '@nx/nx-win32-arm64-msvc@19.6.4': optional: true - '@nx/nx-win32-x64-msvc@19.6.2': + '@nx/nx-win32-x64-msvc@19.6.4': optional: true '@pkgjs/parseargs@0.11.0': @@ -9210,26 +9152,15 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.17.1': optional: true - '@rsbuild/core@1.0.1-beta.16': - dependencies: - '@rspack/core': 1.0.0-rc.0(@swc/helpers@0.5.12) - '@rspack/lite-tapable': 1.0.0 - '@swc/helpers': 0.5.12 - caniuse-lite: 1.0.30001653 - core-js: 3.38.1 - optionalDependencies: - fsevents: 2.3.3 - '@rsbuild/core@1.0.1-rc.0': dependencies: '@rspack/core': 1.0.0(@swc/helpers@0.5.12) '@rspack/lite-tapable': 1.0.0 '@swc/helpers': 0.5.12 - caniuse-lite: 1.0.30001653 + caniuse-lite: 1.0.30001655 core-js: 3.38.1 optionalDependencies: fsevents: 2.3.3 - optional: true '@rsbuild/plugin-check-syntax@1.0.1(@rsbuild/core@packages+core)': dependencies: @@ -9241,15 +9172,15 @@ snapshots: optionalDependencies: '@rsbuild/core': link:packages/core - '@rsbuild/plugin-less@1.0.1-beta.16(@rsbuild/core@1.0.1-beta.16)': + '@rsbuild/plugin-less@1.0.1-rc.0(@rsbuild/core@1.0.1-rc.0)': dependencies: - '@rsbuild/core': 1.0.1-beta.16 + '@rsbuild/core': 1.0.1-rc.0 deepmerge: 4.3.1 reduce-configs: 1.0.0 - '@rsbuild/plugin-react@1.0.1-beta.16(@rsbuild/core@1.0.1-beta.16)': + '@rsbuild/plugin-react@1.0.1-rc.0(@rsbuild/core@1.0.1-rc.0)': dependencies: - '@rsbuild/core': 1.0.1-beta.16 + '@rsbuild/core': 1.0.1-rc.0 '@rspack/plugin-react-refresh': 1.0.0(react-refresh@0.14.2) react-refresh: 0.14.2 @@ -9260,12 +9191,12 @@ snapshots: optionalDependencies: '@rsbuild/core': link:packages/core - '@rsbuild/plugin-sass@1.0.1-beta.16(@rsbuild/core@1.0.1-beta.16)': + '@rsbuild/plugin-sass@1.0.1-rc.0(@rsbuild/core@1.0.1-rc.0)': dependencies: - '@rsbuild/core': 1.0.1-beta.16 + '@rsbuild/core': 1.0.1-rc.0 deepmerge: 4.3.1 loader-utils: 2.0.4 - postcss: 8.4.41 + postcss: 8.4.43 reduce-configs: 1.0.0 sass-embedded: 1.77.8 @@ -9276,67 +9207,40 @@ snapshots: optionalDependencies: '@rsbuild/core': 1.0.1-rc.0 - '@rslib/core@0.0.3(typescript@5.5.2)': + '@rslib/core@0.0.4(typescript@5.5.2)': dependencies: - '@rsbuild/core': 1.0.1-beta.16 - rsbuild-plugin-dts: 0.0.3(@rsbuild/core@1.0.1-beta.16)(typescript@5.5.2) + '@rsbuild/core': 1.0.1-rc.0 + rsbuild-plugin-dts: 0.0.4(@rsbuild/core@1.0.1-rc.0)(typescript@5.5.2) optionalDependencies: typescript: 5.5.2 '@rspack/binding-darwin-arm64@1.0.0': optional: true - '@rspack/binding-darwin-arm64@1.0.0-rc.0': - optional: true - '@rspack/binding-darwin-x64@1.0.0': optional: true - '@rspack/binding-darwin-x64@1.0.0-rc.0': - optional: true - '@rspack/binding-linux-arm64-gnu@1.0.0': optional: true - '@rspack/binding-linux-arm64-gnu@1.0.0-rc.0': - optional: true - '@rspack/binding-linux-arm64-musl@1.0.0': optional: true - '@rspack/binding-linux-arm64-musl@1.0.0-rc.0': - optional: true - '@rspack/binding-linux-x64-gnu@1.0.0': optional: true - '@rspack/binding-linux-x64-gnu@1.0.0-rc.0': - optional: true - '@rspack/binding-linux-x64-musl@1.0.0': optional: true - '@rspack/binding-linux-x64-musl@1.0.0-rc.0': - optional: true - '@rspack/binding-win32-arm64-msvc@1.0.0': optional: true - '@rspack/binding-win32-arm64-msvc@1.0.0-rc.0': - optional: true - '@rspack/binding-win32-ia32-msvc@1.0.0': optional: true - '@rspack/binding-win32-ia32-msvc@1.0.0-rc.0': - optional: true - '@rspack/binding-win32-x64-msvc@1.0.0': optional: true - '@rspack/binding-win32-x64-msvc@1.0.0-rc.0': - optional: true - '@rspack/binding@1.0.0': optionalDependencies: '@rspack/binding-darwin-arm64': 1.0.0 @@ -9349,33 +9253,12 @@ snapshots: '@rspack/binding-win32-ia32-msvc': 1.0.0 '@rspack/binding-win32-x64-msvc': 1.0.0 - '@rspack/binding@1.0.0-rc.0': - optionalDependencies: - '@rspack/binding-darwin-arm64': 1.0.0-rc.0 - '@rspack/binding-darwin-x64': 1.0.0-rc.0 - '@rspack/binding-linux-arm64-gnu': 1.0.0-rc.0 - '@rspack/binding-linux-arm64-musl': 1.0.0-rc.0 - '@rspack/binding-linux-x64-gnu': 1.0.0-rc.0 - '@rspack/binding-linux-x64-musl': 1.0.0-rc.0 - '@rspack/binding-win32-arm64-msvc': 1.0.0-rc.0 - '@rspack/binding-win32-ia32-msvc': 1.0.0-rc.0 - '@rspack/binding-win32-x64-msvc': 1.0.0-rc.0 - '@rspack/core@1.0.0(@swc/helpers@0.5.12)': dependencies: '@module-federation/runtime-tools': 0.5.1 '@rspack/binding': 1.0.0 '@rspack/lite-tapable': 1.0.0 - caniuse-lite: 1.0.30001653 - optionalDependencies: - '@swc/helpers': 0.5.12 - - '@rspack/core@1.0.0-rc.0(@swc/helpers@0.5.12)': - dependencies: - '@module-federation/runtime-tools': 0.5.1 - '@rspack/binding': 1.0.0-rc.0 - '@rspack/lite-tapable': 1.0.0 - caniuse-lite: 1.0.30001653 + caniuse-lite: 1.0.30001655 optionalDependencies: '@swc/helpers': 0.5.12 @@ -9388,25 +9271,25 @@ snapshots: optionalDependencies: react-refresh: 0.14.2 - '@rspress/core@1.28.2(webpack@5.94.0(@swc/core@1.6.13(@swc/helpers@0.5.3)))': + '@rspress/core@1.28.3(webpack@5.94.0(@swc/core@1.6.13(@swc/helpers@0.5.3)))': dependencies: '@loadable/component': 5.16.4(react@18.3.1) '@mdx-js/loader': 2.3.0(webpack@5.94.0(@swc/core@1.6.13(@swc/helpers@0.5.3))) '@mdx-js/mdx': 2.3.0 '@mdx-js/react': 2.3.0(react@18.3.1) - '@modern-js/utils': 2.58.2 - '@rsbuild/core': 1.0.1-beta.16 - '@rsbuild/plugin-less': 1.0.1-beta.16(@rsbuild/core@1.0.1-beta.16) - '@rsbuild/plugin-react': 1.0.1-beta.16(@rsbuild/core@1.0.1-beta.16) - '@rsbuild/plugin-sass': 1.0.1-beta.16(@rsbuild/core@1.0.1-beta.16) + '@modern-js/utils': 2.58.3 + '@rsbuild/core': 1.0.1-rc.0 + '@rsbuild/plugin-less': 1.0.1-rc.0(@rsbuild/core@1.0.1-rc.0) + '@rsbuild/plugin-react': 1.0.1-rc.0(@rsbuild/core@1.0.1-rc.0) + '@rsbuild/plugin-sass': 1.0.1-rc.0(@rsbuild/core@1.0.1-rc.0) '@rspress/mdx-rs': 0.5.7 - '@rspress/plugin-auto-nav-sidebar': 1.28.2 - '@rspress/plugin-container-syntax': 1.28.2 - '@rspress/plugin-last-updated': 1.28.2 - '@rspress/plugin-medium-zoom': 1.28.2(@rspress/runtime@1.28.2) - '@rspress/runtime': 1.28.2 - '@rspress/shared': 1.28.2 - '@rspress/theme-default': 1.28.2 + '@rspress/plugin-auto-nav-sidebar': 1.28.3 + '@rspress/plugin-container-syntax': 1.28.3 + '@rspress/plugin-last-updated': 1.28.3 + '@rspress/plugin-medium-zoom': 1.28.3(@rspress/runtime@1.28.3) + '@rspress/runtime': 1.28.3 + '@rspress/shared': 1.28.3 + '@rspress/theme-default': 1.28.3 body-scroll-lock: 4.0.0-beta.0 copy-to-clipboard: 3.3.3 enhanced-resolve: 5.17.0 @@ -9478,52 +9361,52 @@ snapshots: '@rspress/mdx-rs-win32-arm64-msvc': 0.5.7 '@rspress/mdx-rs-win32-x64-msvc': 0.5.7 - '@rspress/plugin-auto-nav-sidebar@1.28.2': + '@rspress/plugin-auto-nav-sidebar@1.28.3': dependencies: - '@rspress/shared': 1.28.2 + '@rspress/shared': 1.28.3 - '@rspress/plugin-container-syntax@1.28.2': + '@rspress/plugin-container-syntax@1.28.3': dependencies: - '@rspress/shared': 1.28.2 + '@rspress/shared': 1.28.3 - '@rspress/plugin-last-updated@1.28.2': + '@rspress/plugin-last-updated@1.28.3': dependencies: - '@rspress/shared': 1.28.2 + '@rspress/shared': 1.28.3 - '@rspress/plugin-medium-zoom@1.28.2(@rspress/runtime@1.28.2)': + '@rspress/plugin-medium-zoom@1.28.3(@rspress/runtime@1.28.3)': dependencies: - '@rspress/runtime': 1.28.2 + '@rspress/runtime': 1.28.3 medium-zoom: 1.1.0 - '@rspress/plugin-rss@1.28.2(react@18.3.1)(rspress@1.28.2(webpack@5.94.0(@swc/core@1.6.13(@swc/helpers@0.5.3))))': + '@rspress/plugin-rss@1.28.3(react@18.3.1)(rspress@1.28.3(webpack@5.94.0(@swc/core@1.6.13(@swc/helpers@0.5.3))))': dependencies: - '@rspress/shared': 1.28.2 + '@rspress/shared': 1.28.3 feed: 4.2.2 react: 18.3.1 - rspress: 1.28.2(webpack@5.94.0(@swc/core@1.6.13(@swc/helpers@0.5.3))) + rspress: 1.28.3(webpack@5.94.0(@swc/core@1.6.13(@swc/helpers@0.5.3))) - '@rspress/runtime@1.28.2': + '@rspress/runtime@1.28.3': dependencies: - '@rspress/shared': 1.28.2 + '@rspress/shared': 1.28.3 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) react-helmet-async: 1.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react-router-dom: 6.26.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@rspress/shared@1.28.2': + '@rspress/shared@1.28.3': dependencies: - '@rsbuild/core': 1.0.1-beta.16 + '@rsbuild/core': 1.0.1-rc.0 chalk: 5.3.0 execa: 5.1.1 fs-extra: 11.2.0 gray-matter: 4.0.3 unified: 10.1.2 - '@rspress/theme-default@1.28.2': + '@rspress/theme-default@1.28.3': dependencies: '@mdx-js/react': 2.3.0(react@18.3.1) - '@rspress/runtime': 1.28.2 - '@rspress/shared': 1.28.2 + '@rspress/runtime': 1.28.3 + '@rspress/shared': 1.28.3 body-scroll-lock: 4.0.0-beta.0 copy-to-clipboard: 3.3.3 flexsearch: 0.7.43 @@ -9613,7 +9496,7 @@ snapshots: '@svgr/hast-util-to-babel-ast@8.0.0': dependencies: - '@babel/types': 7.25.2 + '@babel/types': 7.25.4 entities: 4.5.0 '@svgr/plugin-jsx@8.1.0(@svgr/core@8.1.0(typescript@5.5.2))': @@ -9726,16 +9609,16 @@ snapshots: '@types/babel__generator@7.6.8': dependencies: - '@babel/types': 7.25.0 + '@babel/types': 7.25.4 '@types/babel__template@7.4.4': dependencies: '@babel/parser': 7.25.0 - '@babel/types': 7.25.0 + '@babel/types': 7.25.4 '@types/babel__traverse@7.20.5': dependencies: - '@babel/types': 7.25.0 + '@babel/types': 7.25.4 '@types/connect@3.4.38': dependencies: @@ -9819,9 +9702,9 @@ snapshots: '@types/react-dom@18.3.0': dependencies: - '@types/react': 18.3.4 + '@types/react': 18.3.5 - '@types/react@18.3.4': + '@types/react@18.3.5': dependencies: '@types/prop-types': 15.7.12 csstype: 3.1.3 @@ -9955,7 +9838,7 @@ snapshots: '@vue/compiler-core@3.4.23': dependencies: - '@babel/parser': 7.25.3 + '@babel/parser': 7.25.4 '@vue/shared': 3.4.23 entities: 4.5.0 estree-walker: 2.0.2 @@ -9981,14 +9864,14 @@ snapshots: '@vue/compiler-sfc@3.4.23': dependencies: - '@babel/parser': 7.25.3 + '@babel/parser': 7.25.4 '@vue/compiler-core': 3.4.23 '@vue/compiler-dom': 3.4.23 '@vue/compiler-ssr': 3.4.23 '@vue/shared': 3.4.23 estree-walker: 2.0.2 magic-string: 0.30.10 - postcss: 8.4.41 + postcss: 8.4.43 source-map-js: 1.2.0 '@vue/compiler-sfc@3.4.38': @@ -10000,7 +9883,7 @@ snapshots: '@vue/shared': 3.4.38 estree-walker: 2.0.2 magic-string: 0.30.10 - postcss: 8.4.41 + postcss: 8.4.43 source-map-js: 1.2.0 '@vue/compiler-ssr@3.4.23': @@ -10266,12 +10149,12 @@ snapshots: schema-utils: 4.2.0 webpack: 5.94.0(@swc/core@1.6.13(@swc/helpers@0.5.3)) - babel-plugin-jsx-dom-expressions@0.38.1(@babel/core@7.25.2): + babel-plugin-jsx-dom-expressions@0.38.5(@babel/core@7.25.2): dependencies: '@babel/core': 7.25.2 '@babel/helper-module-imports': 7.18.6 '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2) - '@babel/types': 7.25.2 + '@babel/types': 7.25.4 html-entities: 2.3.3 validate-html-nesting: 1.2.2 @@ -10316,10 +10199,10 @@ snapshots: transitivePeerDependencies: - supports-color - babel-preset-solid@1.8.19(@babel/core@7.25.2): + babel-preset-solid@1.8.22(@babel/core@7.25.2): dependencies: '@babel/core': 7.25.2 - babel-plugin-jsx-dom-expressions: 0.38.1(@babel/core@7.25.2) + babel-plugin-jsx-dom-expressions: 0.38.5(@babel/core@7.25.2) babel-walk@3.0.0-canary-5: dependencies: @@ -10369,14 +10252,14 @@ snapshots: browserslist@4.23.2: dependencies: - caniuse-lite: 1.0.30001653 + caniuse-lite: 1.0.30001655 electron-to-chromium: 1.4.827 node-releases: 2.0.14 update-browserslist-db: 1.1.0(browserslist@4.23.2) browserslist@4.23.3: dependencies: - caniuse-lite: 1.0.30001653 + caniuse-lite: 1.0.30001655 electron-to-chromium: 1.5.4 node-releases: 2.0.18 update-browserslist-db: 1.1.0(browserslist@4.23.3) @@ -10414,7 +10297,7 @@ snapshots: camelize@1.0.1: {} - caniuse-lite@1.0.30001653: {} + caniuse-lite@1.0.30001655: {} ccount@2.0.1: {} @@ -10678,12 +10561,12 @@ snapshots: css-loader@7.1.2(@rspack/core@1.0.0(@swc/helpers@0.5.12))(webpack@5.94.0(@swc/core@1.6.13(@swc/helpers@0.5.3))): dependencies: - icss-utils: 5.1.0(postcss@8.4.41) - postcss: 8.4.41 - postcss-modules-extract-imports: 3.1.0(postcss@8.4.41) - postcss-modules-local-by-default: 4.0.5(postcss@8.4.41) - postcss-modules-scope: 3.2.0(postcss@8.4.41) - postcss-modules-values: 4.0.0(postcss@8.4.41) + icss-utils: 5.1.0(postcss@8.4.43) + postcss: 8.4.43 + postcss-modules-extract-imports: 3.1.0(postcss@8.4.43) + postcss-modules-local-by-default: 4.0.5(postcss@8.4.43) + postcss-modules-scope: 3.2.0(postcss@8.4.43) + postcss-modules-values: 4.0.0(postcss@8.4.43) postcss-value-parser: 4.2.0 semver: 7.6.3 optionalDependencies: @@ -11635,9 +11518,9 @@ snapshots: icss-replace-symbols@1.1.0: {} - icss-utils@5.1.0(postcss@8.4.41): + icss-utils@5.1.0(postcss@8.4.43): dependencies: - postcss: 8.4.41 + postcss: 8.4.43 ieee754@1.2.1: {} @@ -12664,10 +12547,10 @@ snapshots: dependencies: boolbase: 1.0.0 - nx@19.6.2(@swc/core@1.6.13(@swc/helpers@0.5.3)): + nx@19.6.4(@swc/core@1.6.13(@swc/helpers@0.5.3)): dependencies: '@napi-rs/wasm-runtime': 0.2.4 - '@nrwl/tao': 19.6.2(@swc/core@1.6.13(@swc/helpers@0.5.3)) + '@nrwl/tao': 19.6.4(@swc/core@1.6.13(@swc/helpers@0.5.3)) '@yarnpkg/lockfile': 1.1.0 '@yarnpkg/parsers': 3.0.0-rc.46 '@zkochan/js-yaml': 0.0.7 @@ -12702,16 +12585,16 @@ snapshots: yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: - '@nx/nx-darwin-arm64': 19.6.2 - '@nx/nx-darwin-x64': 19.6.2 - '@nx/nx-freebsd-x64': 19.6.2 - '@nx/nx-linux-arm-gnueabihf': 19.6.2 - '@nx/nx-linux-arm64-gnu': 19.6.2 - '@nx/nx-linux-arm64-musl': 19.6.2 - '@nx/nx-linux-x64-gnu': 19.6.2 - '@nx/nx-linux-x64-musl': 19.6.2 - '@nx/nx-win32-arm64-msvc': 19.6.2 - '@nx/nx-win32-x64-msvc': 19.6.2 + '@nx/nx-darwin-arm64': 19.6.4 + '@nx/nx-darwin-x64': 19.6.4 + '@nx/nx-freebsd-x64': 19.6.4 + '@nx/nx-linux-arm-gnueabihf': 19.6.4 + '@nx/nx-linux-arm64-gnu': 19.6.4 + '@nx/nx-linux-arm64-musl': 19.6.4 + '@nx/nx-linux-x64-gnu': 19.6.4 + '@nx/nx-linux-x64-musl': 19.6.4 + '@nx/nx-win32-arm64-msvc': 19.6.4 + '@nx/nx-win32-x64-msvc': 19.6.4 '@swc/core': 1.6.13(@swc/helpers@0.5.3) transitivePeerDependencies: - debug @@ -12934,20 +12817,20 @@ snapshots: optionalDependencies: postcss: 8.4.41 - postcss-load-config@6.0.1(jiti@1.21.6)(postcss@8.4.41)(tsx@4.14.0)(yaml@2.5.0): + postcss-load-config@6.0.1(jiti@1.21.6)(postcss@8.4.43)(tsx@4.14.0)(yaml@2.5.0): dependencies: lilconfig: 3.1.1 optionalDependencies: jiti: 1.21.6 - postcss: 8.4.41 + postcss: 8.4.43 tsx: 4.14.0 yaml: 2.5.0 - postcss-loader@8.1.1(@rspack/core@1.0.0(@swc/helpers@0.5.12))(postcss@8.4.41)(typescript@5.5.2)(webpack@5.94.0(@swc/core@1.6.13(@swc/helpers@0.5.3))): + postcss-loader@8.1.1(@rspack/core@1.0.0(@swc/helpers@0.5.12))(postcss@8.4.43)(typescript@5.5.2)(webpack@5.94.0(@swc/core@1.6.13(@swc/helpers@0.5.3))): dependencies: cosmiconfig: 9.0.0(typescript@5.5.2) jiti: 1.21.6 - postcss: 8.4.41 + postcss: 8.4.43 semver: 7.6.3 optionalDependencies: '@rspack/core': 1.0.0(@swc/helpers@0.5.12) @@ -12955,37 +12838,37 @@ snapshots: transitivePeerDependencies: - typescript - postcss-modules-extract-imports@3.1.0(postcss@8.4.41): + postcss-modules-extract-imports@3.1.0(postcss@8.4.43): dependencies: - postcss: 8.4.41 + postcss: 8.4.43 - postcss-modules-local-by-default@4.0.5(postcss@8.4.41): + postcss-modules-local-by-default@4.0.5(postcss@8.4.43): dependencies: - icss-utils: 5.1.0(postcss@8.4.41) - postcss: 8.4.41 + icss-utils: 5.1.0(postcss@8.4.43) + postcss: 8.4.43 postcss-selector-parser: 6.0.16 postcss-value-parser: 4.2.0 - postcss-modules-scope@3.2.0(postcss@8.4.41): + postcss-modules-scope@3.2.0(postcss@8.4.43): dependencies: - postcss: 8.4.41 + postcss: 8.4.43 postcss-selector-parser: 6.0.16 - postcss-modules-values@4.0.0(postcss@8.4.41): + postcss-modules-values@4.0.0(postcss@8.4.43): dependencies: - icss-utils: 5.1.0(postcss@8.4.41) - postcss: 8.4.41 + icss-utils: 5.1.0(postcss@8.4.43) + postcss: 8.4.43 - postcss-modules@4.3.0(postcss@8.4.41): + postcss-modules@4.3.0(postcss@8.4.43): dependencies: generic-names: 4.0.0 icss-replace-symbols: 1.1.0 lodash.camelcase: 4.3.0 - postcss: 8.4.41 - postcss-modules-extract-imports: 3.1.0(postcss@8.4.41) - postcss-modules-local-by-default: 4.0.5(postcss@8.4.41) - postcss-modules-scope: 3.2.0(postcss@8.4.41) - postcss-modules-values: 4.0.0(postcss@8.4.41) + postcss: 8.4.43 + postcss-modules-extract-imports: 3.1.0(postcss@8.4.43) + postcss-modules-local-by-default: 4.0.5(postcss@8.4.43) + postcss-modules-scope: 3.2.0(postcss@8.4.43) + postcss-modules-values: 4.0.0(postcss@8.4.43) string-hash: 1.1.3 postcss-nested@6.0.1(postcss@8.4.41): @@ -13018,6 +12901,12 @@ snapshots: picocolors: 1.0.1 source-map-js: 1.2.0 + postcss@8.4.43: + dependencies: + nanoid: 3.3.7 + picocolors: 1.0.1 + source-map-js: 1.2.0 + preact@10.23.2: {} prebundle@1.2.2(typescript@5.5.2): @@ -13397,7 +13286,7 @@ snapshots: adjust-sourcemap-loader: 4.0.0 convert-source-map: 1.9.0 loader-utils: 2.0.4 - postcss: 8.4.41 + postcss: 8.4.43 source-map: 0.6.1 resolve@1.22.8: @@ -13454,9 +13343,9 @@ snapshots: optionalDependencies: webpack: 5.94.0(@swc/core@1.6.13(@swc/helpers@0.5.3)) - rsbuild-plugin-dts@0.0.3(@rsbuild/core@1.0.1-beta.16)(typescript@5.5.2): + rsbuild-plugin-dts@0.0.4(@rsbuild/core@1.0.1-rc.0)(typescript@5.5.2): dependencies: - '@rsbuild/core': 1.0.1-beta.16 + '@rsbuild/core': 1.0.1-rc.0 fast-glob: 3.3.2 picocolors: 1.0.1 optionalDependencies: @@ -13491,11 +13380,11 @@ snapshots: rspress-plugin-sitemap@1.1.1: {} - rspress@1.28.2(webpack@5.94.0(@swc/core@1.6.13(@swc/helpers@0.5.3))): + rspress@1.28.3(webpack@5.94.0(@swc/core@1.6.13(@swc/helpers@0.5.3))): dependencies: - '@rsbuild/core': 1.0.1-beta.16 - '@rspress/core': 1.28.2(webpack@5.94.0(@swc/core@1.6.13(@swc/helpers@0.5.3))) - '@rspress/shared': 1.28.2 + '@rsbuild/core': 1.0.1-rc.0 + '@rspress/core': 1.28.3(webpack@5.94.0(@swc/core@1.6.13(@swc/helpers@0.5.3))) + '@rspress/shared': 1.28.3 cac: 6.7.14 chalk: 5.3.0 chokidar: 3.6.0 @@ -13735,18 +13624,18 @@ snapshots: dot-case: 3.0.4 tslib: 2.6.2 - solid-js@1.8.21: + solid-js@1.8.22: dependencies: csstype: 3.1.3 seroval: 1.1.0 seroval-plugins: 1.1.0(seroval@1.1.0) - solid-refresh@0.6.3(solid-js@1.8.21): + solid-refresh@0.6.3(solid-js@1.8.22): dependencies: '@babel/generator': 7.25.0 '@babel/helper-module-imports': 7.24.7 '@babel/types': 7.25.0 - solid-js: 1.8.21 + solid-js: 1.8.22 transitivePeerDependencies: - supports-color @@ -13847,7 +13736,7 @@ snapshots: dependencies: inline-style-parser: 0.1.1 - styled-components@6.1.12(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614): + styled-components@6.1.13(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614): dependencies: '@emotion/is-prop-valid': 1.2.2 '@emotion/unitless': 0.8.1 @@ -13928,14 +13817,14 @@ snapshots: svelte-dev-helper: 1.1.9 svelte-hmr: 0.14.12(svelte@4.2.19) - svelte-preprocess@6.0.2(@babel/core@7.25.2)(less@4.2.0)(postcss-load-config@6.0.1(jiti@1.21.6)(postcss@8.4.41)(tsx@4.14.0)(yaml@2.5.0))(postcss@8.4.41)(pug@3.0.3)(sass@1.77.8)(stylus@0.63.0)(svelte@4.2.19)(typescript@5.5.2): + svelte-preprocess@6.0.2(@babel/core@7.25.2)(less@4.2.0)(postcss-load-config@6.0.1(jiti@1.21.6)(postcss@8.4.43)(tsx@4.14.0)(yaml@2.5.0))(postcss@8.4.43)(pug@3.0.3)(sass@1.77.8)(stylus@0.63.0)(svelte@4.2.19)(typescript@5.5.2): dependencies: svelte: 4.2.19 optionalDependencies: '@babel/core': 7.25.2 less: 4.2.0 - postcss: 8.4.41 - postcss-load-config: 6.0.1(jiti@1.21.6)(postcss@8.4.41)(tsx@4.14.0)(yaml@2.5.0) + postcss: 8.4.43 + postcss-load-config: 6.0.1(jiti@1.21.6)(postcss@8.4.43)(tsx@4.14.0)(yaml@2.5.0) pug: 3.0.3 sass: 1.77.8 stylus: 0.63.0 @@ -14314,7 +14203,7 @@ snapshots: vite@5.2.9(@types/node@18.19.31)(less@4.2.0)(lightningcss@1.25.1)(sass@1.77.8)(stylus@0.63.0)(terser@5.31.6): dependencies: esbuild: 0.19.12 - postcss: 8.4.41 + postcss: 8.4.43 rollup: 4.17.1 optionalDependencies: '@types/node': 18.19.31 diff --git a/website/package.json b/website/package.json index 0511add387..bdf8165ddc 100644 --- a/website/package.json +++ b/website/package.json @@ -10,9 +10,9 @@ }, "devDependencies": { "@rsbuild/core": "workspace:*", - "@rspress/plugin-rss": "1.28.2", + "@rspress/plugin-rss": "1.28.3", "@types/node": "18.x", - "@types/react": "^18.3.4", + "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "fast-glob": "^3.3.2", "react": "^18.3.1", @@ -20,7 +20,7 @@ "rsbuild-plugin-google-analytics": "1.0.2", "rsbuild-plugin-open-graph": "1.0.2", "@rstack-dev/doc-ui": "^1.2.0", - "rspress": "1.28.2", + "rspress": "1.28.3", "rspress-plugin-font-open-sans": "1.0.0", "rspress-plugin-sitemap": "^1.1.1" }