diff --git a/e2e/cases/swc-plugin/package.json b/e2e/cases/swc-plugin/package.json index 8c4ccac10b..1f28612ed3 100644 --- a/e2e/cases/swc-plugin/package.json +++ b/e2e/cases/swc-plugin/package.json @@ -3,6 +3,6 @@ "name": "@e2e/swc-plugin", "version": "1.0.0", "dependencies": { - "@swc/plugin-remove-console": "^7.0.3" + "@swc/plugin-remove-console": "^7.0.4" } } diff --git a/e2e/package.json b/e2e/package.json index e936bc9cf1..ce1dc357e2 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -10,7 +10,7 @@ "dependencies": { "lodash": "^4.17.21", "moment": "^2.30.1", - "preact": "^10.26.5", + "preact": "^10.26.6", "react": "^19.1.0", "react-dom": "^19.1.0", "react-router-dom": "^7.6.0", @@ -40,21 +40,21 @@ "@rsbuild/plugin-vue-jsx": "^1.1.0", "@rsbuild/plugin-webpack-swc": "workspace:*", "@rsbuild/webpack": "workspace:*", - "@rsdoctor/rspack-plugin": "1.1.0", + "@rsdoctor/rspack-plugin": "1.1.2", "@scripts/test-helper": "workspace:*", - "@tailwindcss/postcss": "^4.1.5", + "@tailwindcss/postcss": "^4.1.6", "@types/fs-extra": "^11.0.4", "@types/lodash": "^4.17.16", - "@types/node": "^22.15.3", + "@types/node": "^22.15.17", "@types/polka": "^0.5.7", - "@types/react": "^19.1.2", + "@types/react": "^19.1.3", "@types/react-dom": "^19.1.3", "create-rsbuild": "workspace:*", "fast-glob": "^3.3.3", "fs-extra": "^11.3.0", "playwright": "1.52.0", "polka": "^0.5.2", - "tailwindcss": "^4.1.5", + "tailwindcss": "^4.1.6", "typescript": "^5.8.3" } } diff --git a/examples/node/package.json b/examples/node/package.json index a098ac2fc2..5044b3e45f 100644 --- a/examples/node/package.json +++ b/examples/node/package.json @@ -8,7 +8,7 @@ }, "devDependencies": { "@rsbuild/core": "workspace:*", - "@types/node": "^22.15.3", + "@types/node": "^22.15.17", "typescript": "^5.8.3" } } diff --git a/examples/preact/package.json b/examples/preact/package.json index 2951c60b92..35fb3d7fac 100644 --- a/examples/preact/package.json +++ b/examples/preact/package.json @@ -7,7 +7,7 @@ "preview": "rsbuild preview" }, "dependencies": { - "preact": "^10.26.5" + "preact": "^10.26.6" }, "devDependencies": { "@rsbuild/core": "workspace:*", diff --git a/examples/react/package.json b/examples/react/package.json index 7b7ad74282..2648248809 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": "^19.1.2", + "@types/react": "^19.1.3", "@types/react-dom": "^19.1.3", "typescript": "^5.8.3" } diff --git a/package.json b/package.json index b48fd7350b..cbc56a5994 100644 --- a/package.json +++ b/package.json @@ -40,18 +40,18 @@ }, "devDependencies": { "@biomejs/biome": "1.9.4", - "@changesets/cli": "^2.29.2", + "@changesets/cli": "^2.29.3", "@rsbuild/config": "workspace:*", "@scripts/test-helper": "workspace:*", "cross-env": "^7.0.3", "cspell-ban-words": "^0.0.4", "heading-case": "^0.1.6", "nano-staged": "^0.8.0", - "nx": "^21.0.0", + "nx": "^21.0.3", "prettier": "^3.5.3", "simple-git-hooks": "^2.13.0", "typescript": "^5.8.3", - "vitest": "^3.1.2" + "vitest": "^3.1.3" }, "packageManager": "pnpm@10.10.0", "engines": { diff --git a/packages/compat/plugin-webpack-swc/package.json b/packages/compat/plugin-webpack-swc/package.json index 0f9bef32fb..b18230ca7a 100644 --- a/packages/compat/plugin-webpack-swc/package.json +++ b/packages/compat/plugin-webpack-swc/package.json @@ -37,7 +37,7 @@ "devDependencies": { "@rsbuild/core": "workspace:*", "@rsbuild/webpack": "workspace:*", - "@rslib/core": "0.6.8", + "@rslib/core": "0.6.9", "@types/lodash": "^4.17.16", "@types/semver": "^7.7.0", "typescript": "^5.8.3", diff --git a/packages/compat/webpack/package.json b/packages/compat/webpack/package.json index 9fb57fdc5d..b50ff78f5a 100644 --- a/packages/compat/webpack/package.json +++ b/packages/compat/webpack/package.json @@ -37,9 +37,9 @@ }, "devDependencies": { "@rsbuild/core": "workspace:*", - "@rslib/core": "0.6.8", + "@rslib/core": "0.6.9", "@scripts/test-helper": "workspace:*", - "@types/node": "^22.15.3", + "@types/node": "^22.15.17", "ansi-escapes": "4.3.2", "cli-truncate": "2.1.0", "patch-console": "1.0.0", diff --git a/packages/core/package.json b/packages/core/package.json index 9e8561de09..6eb228d2d0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -58,10 +58,10 @@ "jiti": "^2.4.2" }, "devDependencies": { - "@rslib/core": "0.6.8", + "@rslib/core": "0.6.9", "@types/connect": "3.4.38", - "@types/cors": "^2.8.17", - "@types/node": "^22.15.3", + "@types/cors": "^2.8.18", + "@types/node": "^22.15.17", "@types/on-finished": "2.3.4", "@types/webpack-bundle-analyzer": "4.7.0", "@types/ws": "^8.18.1", diff --git a/packages/create-rsbuild/package.json b/packages/create-rsbuild/package.json index 2bee9127cd..64834a312a 100644 --- a/packages/create-rsbuild/package.json +++ b/packages/create-rsbuild/package.json @@ -28,7 +28,7 @@ "start": "node ./dist/index.js" }, "dependencies": { - "create-rstack": "1.4.0" + "create-rstack": "1.4.2" }, "devDependencies": { "@rsbuild/core": "workspace:*", @@ -38,8 +38,8 @@ "@rsbuild/plugin-solid": "workspace:*", "@rsbuild/plugin-svelte": "workspace:*", "@rsbuild/plugin-vue": "workspace:*", - "@rslib/core": "0.6.8", - "@types/node": "^22.15.3", + "@rslib/core": "0.6.9", + "@types/node": "^22.15.17", "typescript": "^5.8.3" }, "engines": { diff --git a/packages/create-rsbuild/template-lit-js/package.json b/packages/create-rsbuild/template-lit-js/package.json index 6ff3087f40..5331ddb15f 100644 --- a/packages/create-rsbuild/template-lit-js/package.json +++ b/packages/create-rsbuild/template-lit-js/package.json @@ -12,6 +12,6 @@ "lit": "^3.3.0" }, "devDependencies": { - "@rsbuild/core": "^1.3.15" + "@rsbuild/core": "^1.3.18" } } diff --git a/packages/create-rsbuild/template-lit-ts/package.json b/packages/create-rsbuild/template-lit-ts/package.json index 8a950072a4..9baebd1fbd 100644 --- a/packages/create-rsbuild/template-lit-ts/package.json +++ b/packages/create-rsbuild/template-lit-ts/package.json @@ -12,7 +12,7 @@ "lit": "^3.3.0" }, "devDependencies": { - "@rsbuild/core": "^1.3.15", + "@rsbuild/core": "^1.3.18", "typescript": "^5.8.3" } } diff --git a/packages/create-rsbuild/template-preact-js/package.json b/packages/create-rsbuild/template-preact-js/package.json index 4a18e76187..856a857a47 100644 --- a/packages/create-rsbuild/template-preact-js/package.json +++ b/packages/create-rsbuild/template-preact-js/package.json @@ -9,10 +9,10 @@ "preview": "rsbuild preview" }, "dependencies": { - "preact": "^10.26.5" + "preact": "^10.26.6" }, "devDependencies": { - "@rsbuild/core": "^1.3.15", + "@rsbuild/core": "^1.3.18", "@rsbuild/plugin-preact": "^1.3.1" } } diff --git a/packages/create-rsbuild/template-preact-ts/package.json b/packages/create-rsbuild/template-preact-ts/package.json index f8d9157034..339f1dde2f 100644 --- a/packages/create-rsbuild/template-preact-ts/package.json +++ b/packages/create-rsbuild/template-preact-ts/package.json @@ -9,10 +9,10 @@ "preview": "rsbuild preview" }, "dependencies": { - "preact": "^10.26.5" + "preact": "^10.26.6" }, "devDependencies": { - "@rsbuild/core": "^1.3.15", + "@rsbuild/core": "^1.3.18", "@rsbuild/plugin-preact": "^1.3.1", "typescript": "^5.8.3" } diff --git a/packages/create-rsbuild/template-react-js/package.json b/packages/create-rsbuild/template-react-js/package.json index 1fd3dacaf4..dacf3f8084 100644 --- a/packages/create-rsbuild/template-react-js/package.json +++ b/packages/create-rsbuild/template-react-js/package.json @@ -13,7 +13,7 @@ "react-dom": "^19.1.0" }, "devDependencies": { - "@rsbuild/core": "^1.3.15", - "@rsbuild/plugin-react": "^1.3.0" + "@rsbuild/core": "^1.3.18", + "@rsbuild/plugin-react": "^1.3.1" } } diff --git a/packages/create-rsbuild/template-react-ts/package.json b/packages/create-rsbuild/template-react-ts/package.json index f4063c2347..49bdd40e67 100644 --- a/packages/create-rsbuild/template-react-ts/package.json +++ b/packages/create-rsbuild/template-react-ts/package.json @@ -13,9 +13,9 @@ "react-dom": "^19.1.0" }, "devDependencies": { - "@rsbuild/core": "^1.3.15", - "@rsbuild/plugin-react": "^1.3.0", - "@types/react": "^19.1.2", + "@rsbuild/core": "^1.3.18", + "@rsbuild/plugin-react": "^1.3.1", + "@types/react": "^19.1.3", "@types/react-dom": "^19.1.3", "typescript": "^5.8.3" } diff --git a/packages/create-rsbuild/template-react18-js/package.json b/packages/create-rsbuild/template-react18-js/package.json index bca0836e17..bc0e98c16e 100644 --- a/packages/create-rsbuild/template-react18-js/package.json +++ b/packages/create-rsbuild/template-react18-js/package.json @@ -13,7 +13,7 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@rsbuild/core": "^1.3.15", - "@rsbuild/plugin-react": "^1.3.0" + "@rsbuild/core": "^1.3.18", + "@rsbuild/plugin-react": "^1.3.1" } } diff --git a/packages/create-rsbuild/template-react18-ts/package.json b/packages/create-rsbuild/template-react18-ts/package.json index 0862465b83..c48c2f781b 100644 --- a/packages/create-rsbuild/template-react18-ts/package.json +++ b/packages/create-rsbuild/template-react18-ts/package.json @@ -13,8 +13,8 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@rsbuild/core": "^1.3.15", - "@rsbuild/plugin-react": "^1.3.0", + "@rsbuild/core": "^1.3.18", + "@rsbuild/plugin-react": "^1.3.1", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", "typescript": "^5.8.3" diff --git a/packages/create-rsbuild/template-solid-js/package.json b/packages/create-rsbuild/template-solid-js/package.json index f6a5db3475..90ea2759ba 100644 --- a/packages/create-rsbuild/template-solid-js/package.json +++ b/packages/create-rsbuild/template-solid-js/package.json @@ -12,7 +12,7 @@ "solid-js": "^1.9.6" }, "devDependencies": { - "@rsbuild/core": "^1.3.15", + "@rsbuild/core": "^1.3.18", "@rsbuild/plugin-babel": "^1.0.5", "@rsbuild/plugin-solid": "^1.0.5" } diff --git a/packages/create-rsbuild/template-solid-ts/package.json b/packages/create-rsbuild/template-solid-ts/package.json index 7abcef3882..8784341e20 100644 --- a/packages/create-rsbuild/template-solid-ts/package.json +++ b/packages/create-rsbuild/template-solid-ts/package.json @@ -12,7 +12,7 @@ "solid-js": "^1.9.6" }, "devDependencies": { - "@rsbuild/core": "^1.3.15", + "@rsbuild/core": "^1.3.18", "@rsbuild/plugin-babel": "^1.0.5", "@rsbuild/plugin-solid": "^1.0.5", "typescript": "^5.8.3" diff --git a/packages/create-rsbuild/template-svelte-js/package.json b/packages/create-rsbuild/template-svelte-js/package.json index 99fbd6c56d..604ce730f9 100644 --- a/packages/create-rsbuild/template-svelte-js/package.json +++ b/packages/create-rsbuild/template-svelte-js/package.json @@ -12,7 +12,7 @@ "svelte": "^5.28.2" }, "devDependencies": { - "@rsbuild/core": "^1.3.15", + "@rsbuild/core": "^1.3.18", "@rsbuild/plugin-svelte": "^1.0.8" } } diff --git a/packages/create-rsbuild/template-svelte-ts/package.json b/packages/create-rsbuild/template-svelte-ts/package.json index 7234e6a721..70dba4c54a 100644 --- a/packages/create-rsbuild/template-svelte-ts/package.json +++ b/packages/create-rsbuild/template-svelte-ts/package.json @@ -13,7 +13,7 @@ "svelte": "^5.28.2" }, "devDependencies": { - "@rsbuild/core": "^1.3.15", + "@rsbuild/core": "^1.3.18", "@rsbuild/plugin-svelte": "^1.0.8", "svelte-check": "^4.1.7", "typescript": "^5.8.3" diff --git a/packages/create-rsbuild/template-vanilla-js/package.json b/packages/create-rsbuild/template-vanilla-js/package.json index 4122426bdd..7c545d1607 100644 --- a/packages/create-rsbuild/template-vanilla-js/package.json +++ b/packages/create-rsbuild/template-vanilla-js/package.json @@ -9,6 +9,6 @@ "preview": "rsbuild preview" }, "devDependencies": { - "@rsbuild/core": "^1.3.15" + "@rsbuild/core": "^1.3.18" } } diff --git a/packages/create-rsbuild/template-vanilla-ts/package.json b/packages/create-rsbuild/template-vanilla-ts/package.json index fbb743e982..2eec8c4d39 100644 --- a/packages/create-rsbuild/template-vanilla-ts/package.json +++ b/packages/create-rsbuild/template-vanilla-ts/package.json @@ -9,7 +9,7 @@ "preview": "rsbuild preview" }, "devDependencies": { - "@rsbuild/core": "^1.3.15", + "@rsbuild/core": "^1.3.18", "typescript": "^5.8.3" } } diff --git a/packages/create-rsbuild/template-vue2-js/package.json b/packages/create-rsbuild/template-vue2-js/package.json index 531808a000..1c12b9894c 100644 --- a/packages/create-rsbuild/template-vue2-js/package.json +++ b/packages/create-rsbuild/template-vue2-js/package.json @@ -12,7 +12,7 @@ "vue": "^2.7.16" }, "devDependencies": { - "@rsbuild/core": "^1.3.15", + "@rsbuild/core": "^1.3.18", "@rsbuild/plugin-vue2": "^1.0.3" } } diff --git a/packages/create-rsbuild/template-vue2-ts/package.json b/packages/create-rsbuild/template-vue2-ts/package.json index 5674406110..4cad6d7e6d 100644 --- a/packages/create-rsbuild/template-vue2-ts/package.json +++ b/packages/create-rsbuild/template-vue2-ts/package.json @@ -12,7 +12,7 @@ "vue": "^2.7.16" }, "devDependencies": { - "@rsbuild/core": "^1.3.15", + "@rsbuild/core": "^1.3.18", "@rsbuild/plugin-vue2": "^1.0.3", "typescript": "^5.8.3" } diff --git a/packages/create-rsbuild/template-vue3-js/package.json b/packages/create-rsbuild/template-vue3-js/package.json index 5131abeb9c..5742db8dd8 100644 --- a/packages/create-rsbuild/template-vue3-js/package.json +++ b/packages/create-rsbuild/template-vue3-js/package.json @@ -12,7 +12,7 @@ "vue": "^3.5.13" }, "devDependencies": { - "@rsbuild/core": "^1.3.15", + "@rsbuild/core": "^1.3.18", "@rsbuild/plugin-vue": "^1.0.7" } } diff --git a/packages/create-rsbuild/template-vue3-ts/package.json b/packages/create-rsbuild/template-vue3-ts/package.json index c28775568f..4116e83ef4 100644 --- a/packages/create-rsbuild/template-vue3-ts/package.json +++ b/packages/create-rsbuild/template-vue3-ts/package.json @@ -12,7 +12,7 @@ "vue": "^3.5.13" }, "devDependencies": { - "@rsbuild/core": "^1.3.15", + "@rsbuild/core": "^1.3.18", "@rsbuild/plugin-vue": "^1.0.7", "typescript": "^5.8.3" } diff --git a/packages/plugin-babel/package.json b/packages/plugin-babel/package.json index ca9f3e8d92..ed902dd108 100644 --- a/packages/plugin-babel/package.json +++ b/packages/plugin-babel/package.json @@ -39,9 +39,9 @@ }, "devDependencies": { "@rsbuild/core": "workspace:*", - "@rslib/core": "0.6.8", + "@rslib/core": "0.6.9", "@scripts/test-helper": "workspace:*", - "@types/node": "^22.15.3", + "@types/node": "^22.15.17", "babel-loader": "10.0.0", "prebundle": "1.3.3", "typescript": "^5.8.3" diff --git a/packages/plugin-less/package.json b/packages/plugin-less/package.json index 46bcc1fbbc..641744a1b2 100644 --- a/packages/plugin-less/package.json +++ b/packages/plugin-less/package.json @@ -34,7 +34,7 @@ }, "devDependencies": { "@rsbuild/core": "workspace:*", - "@rslib/core": "0.6.8", + "@rslib/core": "0.6.9", "@scripts/test-helper": "workspace:*", "@types/less": "^3.0.8", "less": "^4.3.0", diff --git a/packages/plugin-preact/package.json b/packages/plugin-preact/package.json index 043ea24158..609721073f 100644 --- a/packages/plugin-preact/package.json +++ b/packages/plugin-preact/package.json @@ -29,13 +29,13 @@ "@prefresh/core": "^1.5.3", "@prefresh/utils": "^1.2.0", "@rspack/plugin-preact-refresh": "^1.1.2", - "@swc/plugin-prefresh": "^7.0.3" + "@swc/plugin-prefresh": "^7.0.4" }, "devDependencies": { "@rsbuild/core": "workspace:*", - "@rslib/core": "0.6.8", - "@types/node": "^22.15.3", - "preact": "^10.26.5", + "@rslib/core": "0.6.9", + "@types/node": "^22.15.17", + "preact": "^10.26.6", "typescript": "^5.8.3" }, "peerDependencies": { diff --git a/packages/plugin-react/package.json b/packages/plugin-react/package.json index 5b8f1c765d..178ea4138f 100644 --- a/packages/plugin-react/package.json +++ b/packages/plugin-react/package.json @@ -26,14 +26,14 @@ "dev": "rslib build --watch" }, "dependencies": { - "@rspack/plugin-react-refresh": "~1.4.2", + "@rspack/plugin-react-refresh": "~1.4.3", "react-refresh": "^0.17.0" }, "devDependencies": { "@rsbuild/core": "workspace:*", - "@rslib/core": "0.6.8", + "@rslib/core": "0.6.9", "@scripts/test-helper": "workspace:*", - "@types/node": "^22.15.3", + "@types/node": "^22.15.17", "typescript": "^5.8.3" }, "peerDependencies": { diff --git a/packages/plugin-sass/package.json b/packages/plugin-sass/package.json index b8be01b735..8721bdd804 100644 --- a/packages/plugin-sass/package.json +++ b/packages/plugin-sass/package.json @@ -37,9 +37,9 @@ }, "devDependencies": { "@rsbuild/core": "workspace:*", - "@rslib/core": "0.6.8", + "@rslib/core": "0.6.9", "@scripts/test-helper": "workspace:*", - "@types/node": "^22.15.3", + "@types/node": "^22.15.17", "@types/sass-loader": "^8.0.9", "prebundle": "1.3.3", "resolve-url-loader": "^5.0.0", diff --git a/packages/plugin-solid/package.json b/packages/plugin-solid/package.json index e36b3d6241..6311a38bae 100644 --- a/packages/plugin-solid/package.json +++ b/packages/plugin-solid/package.json @@ -33,7 +33,7 @@ }, "devDependencies": { "@rsbuild/core": "workspace:*", - "@rslib/core": "0.6.8", + "@rslib/core": "0.6.9", "@scripts/test-helper": "workspace:*", "@types/babel__core": "^7.20.5", "typescript": "^5.8.3" diff --git a/packages/plugin-stylus/package.json b/packages/plugin-stylus/package.json index f53d233c70..156809e883 100644 --- a/packages/plugin-stylus/package.json +++ b/packages/plugin-stylus/package.json @@ -34,9 +34,9 @@ }, "devDependencies": { "@rsbuild/core": "workspace:*", - "@rslib/core": "0.6.8", + "@rslib/core": "0.6.9", "@scripts/test-helper": "workspace:*", - "@types/node": "^22.15.3", + "@types/node": "^22.15.17", "typescript": "^5.8.3" }, "peerDependencies": { diff --git a/packages/plugin-svelte/package.json b/packages/plugin-svelte/package.json index da0d0d877c..85fdf2068f 100644 --- a/packages/plugin-svelte/package.json +++ b/packages/plugin-svelte/package.json @@ -31,9 +31,9 @@ }, "devDependencies": { "@rsbuild/core": "workspace:*", - "@rslib/core": "0.6.8", + "@rslib/core": "0.6.9", "@scripts/test-helper": "workspace:*", - "@types/node": "^22.15.3", + "@types/node": "^22.15.17", "svelte": "^5.28.2", "typescript": "^5.8.3" }, diff --git a/packages/plugin-svgr/package.json b/packages/plugin-svgr/package.json index 61ebca70d2..0bfe0d1cae 100644 --- a/packages/plugin-svgr/package.json +++ b/packages/plugin-svgr/package.json @@ -37,9 +37,9 @@ }, "devDependencies": { "@rsbuild/core": "workspace:*", - "@rslib/core": "0.6.8", + "@rslib/core": "0.6.9", "@scripts/test-helper": "workspace:*", - "@types/node": "^22.15.3", + "@types/node": "^22.15.17", "file-loader": "6.2.0", "prebundle": "1.3.3", "svgo": "^3.3.2", diff --git a/packages/plugin-vue/package.json b/packages/plugin-vue/package.json index bad3caf27d..e9e2c90bbe 100644 --- a/packages/plugin-vue/package.json +++ b/packages/plugin-vue/package.json @@ -32,9 +32,9 @@ }, "devDependencies": { "@rsbuild/core": "workspace:*", - "@rslib/core": "0.6.8", + "@rslib/core": "0.6.9", "@scripts/test-helper": "workspace:*", - "@types/node": "^22.15.3", + "@types/node": "^22.15.17", "typescript": "^5.8.3", "vue": "^3.5.13", "webpack": "^5.98.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c3e37e80fd..79ced2de2b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -29,8 +29,8 @@ importers: specifier: 1.9.4 version: 1.9.4 '@changesets/cli': - specifier: ^2.29.2 - version: 2.29.2 + specifier: ^2.29.3 + version: 2.29.3 '@rsbuild/config': specifier: workspace:* version: link:scripts/config @@ -50,8 +50,8 @@ importers: specifier: ^0.8.0 version: 0.8.0 nx: - specifier: ^21.0.0 - version: 21.0.0 + specifier: ^21.0.3 + version: 21.0.3 prettier: specifier: ^3.5.3 version: 3.5.3 @@ -62,8 +62,8 @@ importers: specifier: ^5.8.3 version: 5.8.3 vitest: - specifier: ^3.1.2 - version: 3.1.2(@types/debug@4.1.12)(@types/node@22.15.3)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.29.2)(sass-embedded@1.88.0)(sass@1.88.0)(stylus@0.64.0)(terser@5.39.0)(yaml@2.7.0) + specifier: ^3.1.3 + version: 3.1.3(@types/debug@4.1.12)(@types/node@22.15.17)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.29.2)(sass-embedded@1.88.0)(sass@1.88.0)(stylus@0.64.0)(terser@5.39.0)(yaml@2.7.0) e2e: dependencies: @@ -74,8 +74,8 @@ importers: specifier: ^2.30.1 version: 2.30.1 preact: - specifier: ^10.26.5 - version: 10.26.5 + specifier: ^10.26.6 + version: 10.26.6 react: specifier: ^19.1.0 version: 19.1.0 @@ -159,14 +159,14 @@ importers: specifier: workspace:* version: link:../packages/compat/webpack '@rsdoctor/rspack-plugin': - specifier: 1.1.0 - version: 1.1.0(@rsbuild/core@packages+core)(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0) + specifier: 1.1.2 + version: 1.1.2(@rsbuild/core@packages+core)(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0) '@scripts/test-helper': specifier: workspace:* version: link:../scripts/test-helper '@tailwindcss/postcss': - specifier: ^4.1.5 - version: 4.1.5 + specifier: ^4.1.6 + version: 4.1.6 '@types/fs-extra': specifier: ^11.0.4 version: 11.0.4 @@ -174,17 +174,17 @@ importers: specifier: ^4.17.16 version: 4.17.16 '@types/node': - specifier: ^22.15.3 - version: 22.15.3 + specifier: ^22.15.17 + version: 22.15.17 '@types/polka': specifier: ^0.5.7 version: 0.5.7 '@types/react': - specifier: ^19.1.2 - version: 19.1.2 + specifier: ^19.1.3 + version: 19.1.3 '@types/react-dom': specifier: ^19.1.3 - version: 19.1.3(@types/react@19.1.2) + version: 19.1.3(@types/react@19.1.3) create-rsbuild: specifier: workspace:* version: link:../packages/create-rsbuild @@ -201,8 +201,8 @@ importers: specifier: ^0.5.2 version: 0.5.2 tailwindcss: - specifier: ^4.1.5 - version: 4.1.5 + specifier: ^4.1.6 + version: 4.1.6 typescript: specifier: ^5.8.3 version: 5.8.3 @@ -277,8 +277,8 @@ importers: e2e/cases/swc-plugin: dependencies: '@swc/plugin-remove-console': - specifier: ^7.0.3 - version: 7.0.3 + specifier: ^7.0.4 + version: 7.0.4 e2e/cases/vue: dependencies: @@ -382,8 +382,8 @@ importers: specifier: workspace:* version: link:../../packages/core '@types/node': - specifier: ^22.15.3 - version: 22.15.3 + specifier: ^22.15.17 + version: 22.15.17 typescript: specifier: ^5.8.3 version: 5.8.3 @@ -391,8 +391,8 @@ importers: examples/preact: dependencies: preact: - specifier: ^10.26.5 - version: 10.26.5 + specifier: ^10.26.6 + version: 10.26.6 devDependencies: '@rsbuild/core': specifier: workspace:* @@ -420,11 +420,11 @@ importers: specifier: workspace:* version: link:../../packages/plugin-react '@types/react': - specifier: ^19.1.2 - version: 19.1.2 + specifier: ^19.1.3 + version: 19.1.3 '@types/react-dom': specifier: ^19.1.3 - version: 19.1.3(@types/react@19.1.2) + version: 19.1.3(@types/react@19.1.3) typescript: specifier: ^5.8.3 version: 5.8.3 @@ -533,8 +533,8 @@ importers: specifier: workspace:* version: link:../webpack '@rslib/core': - specifier: 0.6.8 - version: 0.6.8(typescript@5.8.3) + specifier: 0.6.9 + version: 0.6.9(typescript@5.8.3) '@types/lodash': specifier: ^4.17.16 version: 4.17.16 @@ -576,14 +576,14 @@ importers: specifier: workspace:* version: link:../../core '@rslib/core': - specifier: 0.6.8 - version: 0.6.8(typescript@5.8.3) + specifier: 0.6.9 + version: 0.6.9(typescript@5.8.3) '@scripts/test-helper': specifier: workspace:* version: link:../../../scripts/test-helper '@types/node': - specifier: ^22.15.3 - version: 22.15.3 + specifier: ^22.15.17 + version: 22.15.17 ansi-escapes: specifier: 4.3.2 version: 4.3.2 @@ -616,17 +616,17 @@ importers: version: 2.4.2 devDependencies: '@rslib/core': - specifier: 0.6.8 - version: 0.6.8(typescript@5.8.3) + specifier: 0.6.9 + version: 0.6.9(typescript@5.8.3) '@types/connect': specifier: 3.4.38 version: 3.4.38 '@types/cors': - specifier: ^2.8.17 - version: 2.8.17 + specifier: ^2.8.18 + version: 2.8.18 '@types/node': - specifier: ^22.15.3 - version: 22.15.3 + specifier: ^22.15.17 + version: 22.15.17 '@types/on-finished': specifier: 2.3.4 version: 2.3.4 @@ -742,8 +742,8 @@ importers: packages/create-rsbuild: dependencies: create-rstack: - specifier: 1.4.0 - version: 1.4.0 + specifier: 1.4.2 + version: 1.4.2 devDependencies: '@rsbuild/core': specifier: workspace:* @@ -767,11 +767,11 @@ importers: specifier: workspace:* version: link:../plugin-vue '@rslib/core': - specifier: 0.6.8 - version: 0.6.8(typescript@5.8.3) + specifier: 0.6.9 + version: 0.6.9(typescript@5.8.3) '@types/node': - specifier: ^22.15.3 - version: 22.15.3 + specifier: ^22.15.17 + version: 22.15.17 typescript: specifier: ^5.8.3 version: 5.8.3 @@ -807,14 +807,14 @@ importers: specifier: workspace:* version: link:../core '@rslib/core': - specifier: 0.6.8 - version: 0.6.8(typescript@5.8.3) + specifier: 0.6.9 + version: 0.6.9(typescript@5.8.3) '@scripts/test-helper': specifier: workspace:* version: link:../../scripts/test-helper '@types/node': - specifier: ^22.15.3 - version: 22.15.3 + specifier: ^22.15.17 + version: 22.15.17 babel-loader: specifier: 10.0.0 version: 10.0.0(@babel/core@7.27.1)(webpack@5.98.0) @@ -838,8 +838,8 @@ importers: specifier: workspace:* version: link:../core '@rslib/core': - specifier: 0.6.8 - version: 0.6.8(typescript@5.8.3) + specifier: 0.6.9 + version: 0.6.9(typescript@5.8.3) '@scripts/test-helper': specifier: workspace:* version: link:../../scripts/test-helper @@ -863,29 +863,29 @@ importers: dependencies: '@prefresh/core': specifier: ^1.5.3 - version: 1.5.3(preact@10.26.5) + version: 1.5.3(preact@10.26.6) '@prefresh/utils': specifier: ^1.2.0 version: 1.2.0 '@rspack/plugin-preact-refresh': specifier: ^1.1.2 - version: 1.1.2(@prefresh/core@1.5.3(preact@10.26.5))(@prefresh/utils@1.2.0) + version: 1.1.2(@prefresh/core@1.5.3(preact@10.26.6))(@prefresh/utils@1.2.0) '@swc/plugin-prefresh': - specifier: ^7.0.3 - version: 7.0.3 + specifier: ^7.0.4 + version: 7.0.4 devDependencies: '@rsbuild/core': specifier: workspace:* version: link:../core '@rslib/core': - specifier: 0.6.8 - version: 0.6.8(typescript@5.8.3) + specifier: 0.6.9 + version: 0.6.9(typescript@5.8.3) '@types/node': - specifier: ^22.15.3 - version: 22.15.3 + specifier: ^22.15.17 + version: 22.15.17 preact: - specifier: ^10.26.5 - version: 10.26.5 + specifier: ^10.26.6 + version: 10.26.6 typescript: specifier: ^5.8.3 version: 5.8.3 @@ -893,8 +893,8 @@ importers: packages/plugin-react: dependencies: '@rspack/plugin-react-refresh': - specifier: ~1.4.2 - version: 1.4.2(react-refresh@0.17.0) + specifier: ~1.4.3 + version: 1.4.3(react-refresh@0.17.0) react-refresh: specifier: ^0.17.0 version: 0.17.0 @@ -903,14 +903,14 @@ importers: specifier: workspace:* version: link:../core '@rslib/core': - specifier: 0.6.8 - version: 0.6.8(typescript@5.8.3) + specifier: 0.6.9 + version: 0.6.9(typescript@5.8.3) '@scripts/test-helper': specifier: workspace:* version: link:../../scripts/test-helper '@types/node': - specifier: ^22.15.3 - version: 22.15.3 + specifier: ^22.15.17 + version: 22.15.17 typescript: specifier: ^5.8.3 version: 5.8.3 @@ -937,14 +937,14 @@ importers: specifier: workspace:* version: link:../core '@rslib/core': - specifier: 0.6.8 - version: 0.6.8(typescript@5.8.3) + specifier: 0.6.9 + version: 0.6.9(typescript@5.8.3) '@scripts/test-helper': specifier: workspace:* version: link:../../scripts/test-helper '@types/node': - specifier: ^22.15.3 - version: 22.15.3 + specifier: ^22.15.17 + version: 22.15.17 '@types/sass-loader': specifier: ^8.0.9 version: 8.0.9 @@ -977,8 +977,8 @@ importers: specifier: workspace:* version: link:../core '@rslib/core': - specifier: 0.6.8 - version: 0.6.8(typescript@5.8.3) + specifier: 0.6.9 + version: 0.6.9(typescript@5.8.3) '@scripts/test-helper': specifier: workspace:* version: link:../../scripts/test-helper @@ -1008,14 +1008,14 @@ importers: specifier: workspace:* version: link:../core '@rslib/core': - specifier: 0.6.8 - version: 0.6.8(typescript@5.8.3) + specifier: 0.6.9 + version: 0.6.9(typescript@5.8.3) '@scripts/test-helper': specifier: workspace:* version: link:../../scripts/test-helper '@types/node': - specifier: ^22.15.3 - version: 22.15.3 + specifier: ^22.15.17 + version: 22.15.17 typescript: specifier: ^5.8.3 version: 5.8.3 @@ -1033,14 +1033,14 @@ importers: specifier: workspace:* version: link:../core '@rslib/core': - specifier: 0.6.8 - version: 0.6.8(typescript@5.8.3) + specifier: 0.6.9 + version: 0.6.9(typescript@5.8.3) '@scripts/test-helper': specifier: workspace:* version: link:../../scripts/test-helper '@types/node': - specifier: ^22.15.3 - version: 22.15.3 + specifier: ^22.15.17 + version: 22.15.17 svelte: specifier: ^5.28.2 version: 5.28.2 @@ -1073,14 +1073,14 @@ importers: specifier: workspace:* version: link:../core '@rslib/core': - specifier: 0.6.8 - version: 0.6.8(typescript@5.8.3) + specifier: 0.6.9 + version: 0.6.9(typescript@5.8.3) '@scripts/test-helper': specifier: workspace:* version: link:../../scripts/test-helper '@types/node': - specifier: ^22.15.3 - version: 22.15.3 + specifier: ^22.15.17 + version: 22.15.17 file-loader: specifier: 6.2.0 version: 6.2.0(patch_hash=c76c890d2d68ffdf70bfbc9cb235e0389df929be2e1917766b8946b1de0a8c30)(webpack@5.98.0) @@ -1110,14 +1110,14 @@ importers: specifier: workspace:* version: link:../core '@rslib/core': - specifier: 0.6.8 - version: 0.6.8(typescript@5.8.3) + specifier: 0.6.9 + version: 0.6.9(typescript@5.8.3) '@scripts/test-helper': specifier: workspace:* version: link:../../scripts/test-helper '@types/node': - specifier: ^22.15.3 - version: 22.15.3 + specifier: ^22.15.17 + version: 22.15.17 typescript: specifier: ^5.8.3 version: 5.8.3 @@ -1131,11 +1131,11 @@ importers: specifier: workspace:* version: link:../../packages/core '@rslib/core': - specifier: 0.6.8 - version: 0.6.8(typescript@5.8.3) + specifier: 0.6.9 + version: 0.6.9(typescript@5.8.3) '@types/node': - specifier: ^22.15.3 - version: 22.15.3 + specifier: ^22.15.17 + version: 22.15.17 typescript: specifier: ^5.8.3 version: 5.8.3 @@ -1146,8 +1146,8 @@ importers: specifier: workspace:* version: link:../../packages/core '@types/node': - specifier: ^22.15.3 - version: 22.15.3 + specifier: ^22.15.17 + version: 22.15.17 path-serializer: specifier: 0.4.0 version: 0.4.0 @@ -1159,8 +1159,8 @@ importers: version: 2.0.1 devDependencies: '@rslib/core': - specifier: 0.6.8 - version: 0.6.8(typescript@5.8.3) + specifier: 0.6.9 + version: 0.6.9(typescript@5.8.3) website: devDependencies: @@ -1175,10 +1175,10 @@ importers: version: 2.0.0-beta.5(@rspress/runtime@2.0.0-beta.5) '@rspress/plugin-llms': specifier: ^2.0.0-beta.5 - version: 2.0.0-beta.5(@rspress/core@2.0.0-beta.5(@types/react@19.1.2)(acorn@8.14.0)(webpack@5.98.0)) + version: 2.0.0-beta.5(@rspress/core@2.0.0-beta.5(@types/react@19.1.3)(acorn@8.14.0)(webpack@5.98.0)) '@rspress/plugin-rss': specifier: 2.0.0-beta.5 - version: 2.0.0-beta.5(rspress@2.0.0-beta.5(@types/react@19.1.2)(acorn@8.14.0)(webpack@5.98.0)) + version: 2.0.0-beta.5(rspress@2.0.0-beta.5(@types/react@19.1.3)(acorn@8.14.0)(webpack@5.98.0)) '@rspress/plugin-shiki': specifier: 2.0.0-beta.5 version: 2.0.0-beta.5 @@ -1189,14 +1189,14 @@ importers: specifier: ^3.4.0 version: 3.4.0 '@types/node': - specifier: ^22.15.3 - version: 22.15.3 + specifier: ^22.15.17 + version: 22.15.17 '@types/react': - specifier: ^19.1.2 - version: 19.1.2 + specifier: ^19.1.3 + version: 19.1.3 '@types/react-dom': specifier: ^19.1.3 - version: 19.1.3(@types/react@19.1.2) + version: 19.1.3(@types/react@19.1.3) fast-glob: specifier: ^3.3.3 version: 3.3.3 @@ -1214,13 +1214,13 @@ importers: version: 1.0.2(@rsbuild/core@packages+core) rspress: specifier: 2.0.0-beta.5 - version: 2.0.0-beta.5(@types/react@19.1.2)(acorn@8.14.0)(webpack@5.98.0) + version: 2.0.0-beta.5(@types/react@19.1.3)(acorn@8.14.0)(webpack@5.98.0) rspress-plugin-font-open-sans: specifier: ^1.0.0 version: 1.0.0 rspress-plugin-sitemap: - specifier: ^1.1.1 - version: 1.1.1 + specifier: ^1.1.2 + version: 1.1.2 typescript: specifier: ^5.8.3 version: 5.8.3 @@ -1578,14 +1578,14 @@ packages: '@changesets/apply-release-plan@7.0.12': resolution: {integrity: sha512-EaET7As5CeuhTzvXTQCRZeBUcisoYPDDcXvgTE/2jmmypKp0RC7LxKj/yzqeh/1qFTZI7oDGFcL1PHRuQuketQ==} - '@changesets/assemble-release-plan@6.0.6': - resolution: {integrity: sha512-Frkj8hWJ1FRZiY3kzVCKzS0N5mMwWKwmv9vpam7vt8rZjLL1JMthdh6pSDVSPumHPshTTkKZ0VtNbE0cJHZZUg==} + '@changesets/assemble-release-plan@6.0.7': + resolution: {integrity: sha512-vS5J92Rm7ZUcrvtu6WvggGWIdohv8s1/3ypRYQX8FsPO+KPDx6JaNC3YwSfh2umY/faGGfNnq42A7PRT0aZPFw==} '@changesets/changelog-git@0.2.1': resolution: {integrity: sha512-x/xEleCFLH28c3bQeQIyeZf8lFXyDFVn1SgcBiR2Tw/r4IAWlk1fzxCEZ6NxQAjF2Nwtczoen3OA2qR+UawQ8Q==} - '@changesets/cli@2.29.2': - resolution: {integrity: sha512-vwDemKjGYMOc0l6WUUTGqyAWH3AmueeyoJa1KmFRtCYiCoY5K3B68ErYpDB6H48T4lLI4czum4IEjh6ildxUeg==} + '@changesets/cli@2.29.3': + resolution: {integrity: sha512-TNhKr6Loc7I0CSD9LpAyVNSxWBHElXVmmvQYIZQvaMan5jddmL7geo3+08Wi7ImgHFVNB0Nhju/LzXqlrkoOxg==} hasBin: true '@changesets/config@3.1.1': @@ -1597,8 +1597,8 @@ packages: '@changesets/get-dependents-graph@2.1.3': resolution: {integrity: sha512-gphr+v0mv2I3Oxt19VdWRRUxq3sseyUpX9DaHpTUmLj92Y10AGy+XOtV+kbM6L/fDcpx7/ISDFK6T8A/P3lOdQ==} - '@changesets/get-release-plan@4.0.10': - resolution: {integrity: sha512-CCJ/f3edYaA3MqoEnWvGGuZm0uMEMzNJ97z9hdUR34AOvajSwySwsIzC/bBu3+kuGDsB+cny4FljG8UBWAa7jg==} + '@changesets/get-release-plan@4.0.11': + resolution: {integrity: sha512-4DZpsewsc/1m5TArVg5h1c0U94am+cJBnu3izAM3yYIZr8+zZwa3AXYdEyCNURzjx0wWr80u/TWoxshbwdZXOA==} '@changesets/get-version-range-type@0.4.0': resolution: {integrity: sha512-hwawtob9DryoGTpixy1D3ZXbGgJu1Rhr+ySH2PvTLHvkZuQ7sRT4oQwMh0hbqZH1weAooedEjRsbrWcGLCeyVQ==} @@ -1929,6 +1929,10 @@ packages: resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} engines: {node: '>=12'} + '@isaacs/fs-minipass@4.0.1': + resolution: {integrity: sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==} + engines: {node: '>=18.0.0'} + '@jest/schemas@29.6.3': resolution: {integrity: sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -2107,9 +2111,6 @@ packages: webpack: optional: true - '@module-federation/error-codes@0.13.0': - resolution: {integrity: sha512-4soAMLr7qcVWuvCsyRmBbiBfuhxmnDeyl+qzjMx8VurQgL+XQDQJapM9RXngNGT4g8FoCq9o7rM5YWNgFFNUiw==} - '@module-federation/error-codes@0.13.1': resolution: {integrity: sha512-azgGDBnFRfqlivHOl96ZjlFUFlukESz2Rnnz/pINiSqoBBNjUE0fcAZP4X6jgrVITuEg90YkruZa7pW9I3m7Uw==} @@ -2145,36 +2146,21 @@ packages: vue-tsc: optional: true - '@module-federation/runtime-core@0.13.0': - resolution: {integrity: sha512-Oj/1p0mfxZ+8EbU7ND4gMvRmikFpIvPCbblOgat9N8ZIVAKYpTimCgMhzg4yRqAwzlGCVwnnW7XZ8UlA+Zqrvg==} - '@module-federation/runtime-core@0.13.1': resolution: {integrity: sha512-TfyKfkSAentKeuvSsAItk8s5tqQSMfIRTPN2e1aoaq/kFhE+7blps719csyWSX5Lg5Es7WXKMsXHy40UgtBtuw==} - '@module-federation/runtime-tools@0.13.0': - resolution: {integrity: sha512-6ECWX18yGrQKcmkrQoNPd5VEpxZP1SMaB/Bp55xlpEhsrpn4zHnriQluxDw6xldjSOLl1qbokfxwCwjS2OaEbg==} - '@module-federation/runtime-tools@0.13.1': resolution: {integrity: sha512-GEF1pxqLc80osIMZmE8j9UKZSaTm2hX2lql8tgIH/O9yK4wnF06k6LL5Ah+wJt+oJv6Dj55ri/MoxMP4SXoPNA==} - '@module-federation/runtime@0.13.0': - resolution: {integrity: sha512-Ne/3AEVWz6LL6G/i41O5MC6YYlg0SatNNqG/0XbuMAfyGM+llRmB6VKt0o2+JR4isxWuPNp97TbUkkfORit6Eg==} - '@module-federation/runtime@0.13.1': resolution: {integrity: sha512-ZHnYvBquDm49LiHfv6fgagMo/cVJneijNJzfPh6S0CJrPS2Tay1bnTXzy8VA5sdIrESagYPaskKMGIj7YfnPug==} - '@module-federation/sdk@0.13.0': - resolution: {integrity: sha512-JdMZaPD+EQvMJYS+/8/8QjaAHQ3qljogvioXBsAuedcStu/msn5e1Fswc0G34kXY9ixs2hUPZU2cAllfSKWIBQ==} - '@module-federation/sdk@0.13.1': resolution: {integrity: sha512-bmf2FGQ0ymZuxYnw9bIUfhV3y6zDhaqgydEjbl4msObKMLGXZqhse2pTIIxBFpIxR1oONKX/y2FAolDCTlWKiw==} '@module-federation/third-party-dts-extractor@0.13.1': resolution: {integrity: sha512-0kWSupoC0aTxFjJZE5TVPNsoZ9kBsZhkvRxFnUW2vDYLgtvgs2dIrDlNlIXYiS/MaQCNHGyvdNepbchKQiwFaw==} - '@module-federation/webpack-bundler-runtime@0.13.0': - resolution: {integrity: sha512-ycgAsFeCTo+3GR8JxkhCyg2UZm6Au98ISdLTdVXYphO4UDcO/KjqyJen1LXEslkpCEohDj68Prei2fUHRruK6g==} - '@module-federation/webpack-bundler-runtime@0.13.1': resolution: {integrity: sha512-QSuSIGa09S8mthbB1L6xERqrz+AzPlHR6D7RwAzssAc+IHf40U6NiTLPzUqp9mmKDhC5Tm0EISU0ZHNeJpnpBQ==} @@ -2193,53 +2179,53 @@ packages: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} - '@nx/nx-darwin-arm64@21.0.0': - resolution: {integrity: sha512-K2Vlapy7untEPzbc79nkCPHUpCRAfW/VvI4HSS1r5wrHBLLrnqUr9A9yTUO36A2Xd/TkWAdyWFP7oMCPvsVFgQ==} + '@nx/nx-darwin-arm64@21.0.3': + resolution: {integrity: sha512-UQxDwhLcA1ERv4u1GiNgb2yhTHflWE8iOfayApPfYD0eSjBUMj30/s2E1RVq5Tx9TxYtmFVwz+C8DxOVWKu3OQ==} cpu: [arm64] os: [darwin] - '@nx/nx-darwin-x64@21.0.0': - resolution: {integrity: sha512-3hB8A01ZUd8QMmLJ7BGzkl6rbmavh/STutrVKrGRrWGZpweZizd03gH+hMzf7yzjMrcYClfLhTkQdYQCNaTcOg==} + '@nx/nx-darwin-x64@21.0.3': + resolution: {integrity: sha512-ZR9a2ysE4nrQ2VTQxZa2w76rr9rA9kw61Oy7sp2rlKeqr8yyKynZgZmuCTnOOn3LCOUl072wtGCIS85SFSeGug==} cpu: [x64] os: [darwin] - '@nx/nx-freebsd-x64@21.0.0': - resolution: {integrity: sha512-vDYFa5MfheyC49uzeucYswQhslaaAtaiD605qUbFhPyPm+7Icm3+GU8OWj6zPGxEMuv5R9dXl3JaXMz5Q2E7aQ==} + '@nx/nx-freebsd-x64@21.0.3': + resolution: {integrity: sha512-bJRFvhTOzewDM2HxeVDqbrR5357tAUpovcj9czzRGrEhhoelqCLP0/9Ric1V4j8yyPXmRpXa9REWq3weFaAcwg==} cpu: [x64] os: [freebsd] - '@nx/nx-linux-arm-gnueabihf@21.0.0': - resolution: {integrity: sha512-5FJ3zP3trxGjkw50f4JOmPadpd25ewQJYMOl9GZYUqYFR8l4l7PwX2B7NIJKSRDUy7agyaK1oNkSBlxWLJ4MbQ==} + '@nx/nx-linux-arm-gnueabihf@21.0.3': + resolution: {integrity: sha512-7Mt/G0e3x9j83VuM1wflbAGTITO+VZBRKZpvhWS6Z6mNzNhc6T2PX2OvNMDC7PsUlTJeq7O4kb3M1fmkmk1DVA==} cpu: [arm] os: [linux] - '@nx/nx-linux-arm64-gnu@21.0.0': - resolution: {integrity: sha512-PzSgmxa7WFXHUhtTb9zb0QnzjYlkIXzajmeyJLyu1KnFG1kp765zp8lU+onRFZAYo+i4C7GMQjlvLb+LhgnkTw==} + '@nx/nx-linux-arm64-gnu@21.0.3': + resolution: {integrity: sha512-3sUnzts/dquniJ+IXrJJcxnwl4jqbteJJhSXtrYlp+Kd2nNqgQIqdKvHy2hwUBDD0NvzpDdz6bTwcY2s1ghsAg==} cpu: [arm64] os: [linux] - '@nx/nx-linux-arm64-musl@21.0.0': - resolution: {integrity: sha512-vlZFgr8wtPyk69WhpnXWIwrb+aq/vvD0gCplA53lS52K+3rWY7oOqAtkLWqOEQRFQcHYUV3euo4KEIWRmt0/HA==} + '@nx/nx-linux-arm64-musl@21.0.3': + resolution: {integrity: sha512-gBr2QXy5zmyut/UHbQLKV+wq6IKJ+5AACsczH4JdUvr58e0GunIVWTArgHMZwDJxbY4hAxtwgB8rFD4Bi6noxQ==} cpu: [arm64] os: [linux] - '@nx/nx-linux-x64-gnu@21.0.0': - resolution: {integrity: sha512-n2EhxhqCYsg09EffVgnb2lZkHn1o/bs4cjk8ETU4wW2odgz8reuFEkOgNOk1rsC/+EjTCv08ZsBrmbyVYSKzXQ==} + '@nx/nx-linux-x64-gnu@21.0.3': + resolution: {integrity: sha512-hwm/ER8LC1Dkh1CNIx9D3GqYFdX99StyDMV1A+W9fnIehJmFq8Om0HrbLrJAFIFMvQpVxwMjDO39q6Kf/UWyhg==} cpu: [x64] os: [linux] - '@nx/nx-linux-x64-musl@21.0.0': - resolution: {integrity: sha512-DdLhgM7u3OkCRA3rrOblOZdqB6i5c1CrMfhGzFzbhlHWe59ZY2okqijKmjZe065oM2Ul+t4i9E62qj3IBvzANg==} + '@nx/nx-linux-x64-musl@21.0.3': + resolution: {integrity: sha512-Rg0xjGoikWbhnEANSP3KwRtYHJmq1P1pv31zvPjeZI9nFNLyCRsJYSpnlE5BfP8a8XlzdqlLO0Df0XmL5Fdyew==} cpu: [x64] os: [linux] - '@nx/nx-win32-arm64-msvc@21.0.0': - resolution: {integrity: sha512-q2pCz0EJspPN1L68TRulUuHN8eZbkR7OUGDbXr0R9+LBT0YHB/sFhuL/PS2gRbNFlrsBk+80SJVTf9ArxzYfzg==} + '@nx/nx-win32-arm64-msvc@21.0.3': + resolution: {integrity: sha512-LyxCffeta+4ad70043ZQ1/lFdOzpFpx8zmwVLhASTmZ6jdrePKPyxn+uSv0AWOiEVpGiZHr3Yh47YfrlWBO+wA==} cpu: [arm64] os: [win32] - '@nx/nx-win32-x64-msvc@21.0.0': - resolution: {integrity: sha512-vxlMn+dSct2Q2xma4fpNqJDda3UPI4BQO/CSlGxAxpzitjN2NqJ9dWV7a/OaxKtjBKowHS+Bat610kXABSn1Hg==} + '@nx/nx-win32-x64-msvc@21.0.3': + resolution: {integrity: sha512-1lyRNwjDax8Nvemt8wpbYiyRjIvrnBrzZTEkm7z5rDV2RX2Ik06EOZHWWtqHmdfx1EPV2omvVWRmmqLHI98YLA==} cpu: [x64] os: [win32] @@ -2452,13 +2438,13 @@ packages: cpu: [x64] os: [win32] - '@rsbuild/core@1.3.14': - resolution: {integrity: sha512-sfG/+23qVFbFj9CgglHaSRKxAuLbTQgOE2Iz6lpA8bRE56L2aZsSQl4v+p513lib6OH6PYttQdbLO9K8aVOfWg==} + '@rsbuild/core@1.3.17': + resolution: {integrity: sha512-vDRUjPws7vUcdn2uXOSOknGRF9Jt0wQRH6AU0G7O0GsX8liUmE/I7+EpYvhuQIRp2ekOz1cmmSTrRntEjp7WoQ==} engines: {node: '>=16.10.0'} hasBin: true - '@rsbuild/core@1.3.17': - resolution: {integrity: sha512-vDRUjPws7vUcdn2uXOSOknGRF9Jt0wQRH6AU0G7O0GsX8liUmE/I7+EpYvhuQIRp2ekOz1cmmSTrRntEjp7WoQ==} + '@rsbuild/core@1.3.18': + resolution: {integrity: sha512-ocnz3pVapMTeuoP3zZ1shYcxnAQtRf6RzLl8n7acNi8Hu+ku6SiDGR65foclwcubWF6e9nZPohH94rXnmEVfrw==} engines: {node: '>=16.10.0'} hasBin: true @@ -2509,25 +2495,25 @@ packages: '@rsbuild/core': optional: true - '@rsdoctor/client@1.1.0': - resolution: {integrity: sha512-dkuD+HYmpkBAYLAJS/xgmwZ74AhjFkB1lcrUNW1Q4FJAPw9iQZ5zUMe5AGCccSTX3zGI8xJrMyiQNxQmW+pegA==} + '@rsdoctor/client@1.1.2': + resolution: {integrity: sha512-AHYShNzRhpThBiYVjecipEhvyJzkdjfICp7y4E149w2wucELTz2louQomUHEI+V7SMJmMCPlno3o/HDl23NRKA==} - '@rsdoctor/core@1.1.0': - resolution: {integrity: sha512-2A6MiH2fGGe6j1xhcRU2ApS8VBZ66HvrkIslGvb+jwVFvpItF9trRqXGactl9bnJvNKGpkxVXiui9SjKxFAnig==} + '@rsdoctor/core@1.1.2': + resolution: {integrity: sha512-/SylDcroagJXCM5/0gEvrrDIJWeXXMcJ8fx/Ckb6L5DuriyeHoOZmoQTlJaGSQJZdWH74/wAzGJ8aLHnF23P7w==} - '@rsdoctor/graph@1.1.0': - resolution: {integrity: sha512-ggqfMKV5/4GzplEbvNbvH+yubxe9fN6YH4a8D4OIe5orzykyjV+Qu7cA4VCpaspRQF3NJsXDjDCaXyG7BCyNgw==} + '@rsdoctor/graph@1.1.2': + resolution: {integrity: sha512-U6tOsDJjzy1Nb8Xb04zepNcwR+GfIXB/N76yWnuBx/Q07c1RuUJS/P0/YkEo7CfgLq4e9HujgDlzewhANqlRYw==} - '@rsdoctor/rspack-plugin@1.1.0': - resolution: {integrity: sha512-GuPsROiw8SyGH5c83QsCQGBz3PAi/MvEqQx6s2FAR1Un9vgBfpM4Yf+owHgC4dqSXFUK41pGZI8N+HudsS4RpQ==} + '@rsdoctor/rspack-plugin@1.1.2': + resolution: {integrity: sha512-5hp+mAKPHje9WtGILsF42KZ9MT4s/IF+LYKkNG9ior0m1W8aZBQNSaLy/hom1CLeYQ1LYKnjFcdsUlvDNkkSmg==} peerDependencies: '@rspack/core': '*' - '@rsdoctor/sdk@1.1.0': - resolution: {integrity: sha512-XqaxQSLXYGzlCYLPc0wV7Z+EyKbn5PiYy2ex8Qr0AgevC0ovJ2EgP48cOF8wOswA5kKTaivUtgZ8+tPqzQus/g==} + '@rsdoctor/sdk@1.1.2': + resolution: {integrity: sha512-aplXFM/PXbFDYbFtZF+RTHGetDbQRnoS4BQfFE37BdsTBoCOP2AaG8Y6Jg5mrCn7D9JLmqugB+zJb/OxmXTHTQ==} - '@rsdoctor/types@1.1.0': - resolution: {integrity: sha512-Md0KQbrM2MtOmmMRe/zQp8GXAiydLf8AUIU2W44CADPy/LHZNA+rHKE7NYg3xEGh8uMrcQTYpgSR297NcZWXMA==} + '@rsdoctor/types@1.1.2': + resolution: {integrity: sha512-DtCDXP+vzoPcnjwqycwpMuTfrPtd2+u4r/LPVkMSTotfGQC0PczwvW2B6rXtiIfEWWy3prCwXfb2fkinMh7UHg==} peerDependencies: '@rspack/core': '*' webpack: 5.x @@ -2537,11 +2523,11 @@ packages: webpack: optional: true - '@rsdoctor/utils@1.1.0': - resolution: {integrity: sha512-eig3ld2yMBlPrOior/WPJ5ko/I8IJrvcKlQXeELqXIwyWQLSZqEWEsqT9a5xyRlWfZlNGt4DnLucdYLNv0KEKQ==} + '@rsdoctor/utils@1.1.2': + resolution: {integrity: sha512-pGPSc3HKXgNP6whQqX8HBbzrSsEmOlq/PJ0z0EpNeXeYC09u3WL0LTvoNQN/p7FldK/fS/cifCuYn+a+rdrv6w==} - '@rslib/core@0.6.8': - resolution: {integrity: sha512-0zwsanYLzskfBxLzSvcF8H4vUerqqIh+uFoGrwa6MYrT8AwGeDYRAuapWt3N3puB5dsxTu8tqnTbZMFjzkWFpw==} + '@rslib/core@0.6.9': + resolution: {integrity: sha512-xF/JssYVghxoR6qE/O9tdUW029aN4WdWTIve9VrStsFkLK6U/1lykMHtgDu3VhcfYrs2p0Wfku5dLBmo9/WnrA==} engines: {node: '>=16.7.0'} hasBin: true peerDependencies: @@ -2553,111 +2539,54 @@ packages: typescript: optional: true - '@rspack/binding-darwin-arm64@1.3.8': - resolution: {integrity: sha512-FlfWZzwCxDfLwyiqGaCSINHt2Er1Wno9xZrf2QM7Ss00HyocPo4BUYGYBEi4dai/fPFoeYKeEAdsNdrVmFH4+g==} - cpu: [arm64] - os: [darwin] - '@rspack/binding-darwin-arm64@1.3.9': resolution: {integrity: sha512-lfTmsbUGab9Ak/X6aPLacHLe4MBRra+sLmhoNK8OKEN3qQCjDcomwW5OlmBRV5bcUYWdbK8vgDk2HUUXRuibVg==} cpu: [arm64] os: [darwin] - '@rspack/binding-darwin-x64@1.3.8': - resolution: {integrity: sha512-IGXDKHDHiL7WxE/OZMaeIuHzqOzDam3k8WrseHAdl5upKvCp/snwwGdulB/rqGxwkQIXIsv105vIFbGOAe2g0A==} - cpu: [x64] - os: [darwin] - '@rspack/binding-darwin-x64@1.3.9': resolution: {integrity: sha512-rYuOUINhnhLDbG5LHHKurRSuKIsw0LKUHcd6AAsFmijo4RMnGBJ4NOI4tOLAQvkoSTQ+HU5wiTGSQOgHVhYreQ==} cpu: [x64] os: [darwin] - '@rspack/binding-linux-arm64-gnu@1.3.8': - resolution: {integrity: sha512-PU9fv8knPvbxQb8NrDmTrLVpy8QY0vuhzk69/ZuLRW89c0P14HovYeHV+38cQHho4++avUQgVp6vnJI9vSQjtg==} - cpu: [arm64] - os: [linux] - '@rspack/binding-linux-arm64-gnu@1.3.9': resolution: {integrity: sha512-pBKnS2Fbn9cDtWe1KcD1qRjQlJwQhP9pFW2KpxdjE7qXbaO11IHtem6dLZwdpNqbDn9QgyfdVGXBDvBaP1tGwA==} cpu: [arm64] os: [linux] - '@rspack/binding-linux-arm64-musl@1.3.8': - resolution: {integrity: sha512-UMZBuTw5iXeA6gmtZYQvAb7g56odfoIkU6YvfqV67AMU0EY2y52sc7ABFloDzURJ1xd2om01Nlru8y48S2lMPw==} - cpu: [arm64] - os: [linux] - '@rspack/binding-linux-arm64-musl@1.3.9': resolution: {integrity: sha512-0B+iiINW0qOEkBE9exsRcdmcHtYIWAoJGnXrz9tUiiewRxX0Cmm0MjD2HAVUAggJZo+9IN8RGz5PopCjJ/dn1g==} cpu: [arm64] os: [linux] - '@rspack/binding-linux-x64-gnu@1.3.8': - resolution: {integrity: sha512-48hfwVsD2/Caa0HgZiqE1T20H89cnomcaP92++x8t4IQ2uKA9xCeBW87RD/AaKXcb78aM987ctE+asKjN8OVjw==} - cpu: [x64] - os: [linux] - '@rspack/binding-linux-x64-gnu@1.3.9': resolution: {integrity: sha512-82izGJw/qxJ4xaHJy/A4MF7aTRT9tE6VlWoWM4rJmqRszfujN/w54xJRie9jkt041TPvJWGNpYD4Hjpt0/n/oA==} cpu: [x64] os: [linux] - '@rspack/binding-linux-x64-musl@1.3.8': - resolution: {integrity: sha512-Jx+JlVnLzzVL/62NbEFaVcM2HU4QtNEF+wzo+yODNprx78ZLe3PJT/LdtwLMvE77K2PlGn5CZcmBay6Xwkd/2A==} - cpu: [x64] - os: [linux] - '@rspack/binding-linux-x64-musl@1.3.9': resolution: {integrity: sha512-V9nDg63iPI6Z7kM11UPV5kBdOdLXPIu3IgI2ObON5Rd4KEZr7RLo/Q4HKzj0IH27Zwl5qeBJdx69zZdu66eOqg==} cpu: [x64] os: [linux] - '@rspack/binding-win32-arm64-msvc@1.3.8': - resolution: {integrity: sha512-84tifCsYhir/p5GH0knBOXtLpfRzIFDxF4nF4bHsuwaA1uqwyk0WlWGt4ZwRUtyzh0TN4cJdnqJl/f5209BdLw==} - cpu: [arm64] - os: [win32] - '@rspack/binding-win32-arm64-msvc@1.3.9': resolution: {integrity: sha512-owWCJTezFkiBOSRzH+eOTN15H5QYyThHE5crZ0I30UmpoSEchcPSCvddliA0W62ZJIOgG4IUSNamKBiiTwdjLQ==} cpu: [arm64] os: [win32] - '@rspack/binding-win32-ia32-msvc@1.3.8': - resolution: {integrity: sha512-Grrcfr95gRhJ7FbKtIxfhNAzSM+hvtD2jAMs9fmw/UrgiNsXeaWwJaYgImqHGirKIx8iygZ0t1q7ePIVM+SKMg==} - cpu: [ia32] - os: [win32] - '@rspack/binding-win32-ia32-msvc@1.3.9': resolution: {integrity: sha512-YUuNA8lkGSXJ07fOjkX+yuWrWcsU5x5uGFuAYsglw+rDTWCS6m9HSwQjbCp7HUp81qPszjSk+Ore5XVh07FKeQ==} cpu: [ia32] os: [win32] - '@rspack/binding-win32-x64-msvc@1.3.8': - resolution: {integrity: sha512-wW+Ig3kVqcRcY+3mxZnruN4AdeJYjbEBd2zvheEAOvx/DC+xEQ6czvDXbZEZQQ9rU/znhuKl0Z+898q8l3LwzA==} - cpu: [x64] - os: [win32] - '@rspack/binding-win32-x64-msvc@1.3.9': resolution: {integrity: sha512-E0gtYBVt5vRj0zBeplEf8wsVDPDQ6XBdRiFVUgmgwYUYYkXaalaIvbD1ioB8cA05vfz8HrPGXcMrgletUP4ojA==} cpu: [x64] os: [win32] - '@rspack/binding@1.3.8': - resolution: {integrity: sha512-0oGrPgnwDsrDN7Swk7OZGvee8y/AdvDXF3f1QewkueJ5uyDaGszDxipEpf644HWIcj11fgNJQEphGEhaAVjofw==} - '@rspack/binding@1.3.9': resolution: {integrity: sha512-3FFen1/0F2aP5uuCm8vPaJOrzM3karCPNMsc5gLCGfEy2rsK38Qinf9W4p1bw7+FhjOTzoSdkX+LFHeMDVxJhw==} - '@rspack/core@1.3.8': - resolution: {integrity: sha512-1zefymDypUROYzGGNa553JR1Ah8En25npwSRIZCuZvfjo6nME6XvjkMxQwhjzMStoqRmFD9+nKUHSiN5jVWWyw==} - engines: {node: '>=16.0.0'} - peerDependencies: - '@swc/helpers': '>=0.5.1' - peerDependenciesMeta: - '@swc/helpers': - optional: true - '@rspack/core@1.3.9': resolution: {integrity: sha512-u7usd9srCBPBfNJCSvsfh14AOPq6LCVna0Vb/aA2nyJTawHqzfAMz1QRb/e27nP3NrV6RPiwx03W494Dd6r6wg==} engines: {node: '>=16.0.0'} @@ -2677,8 +2606,8 @@ packages: '@prefresh/core': ^1.5.0 '@prefresh/utils': ^1.2.0 - '@rspack/plugin-react-refresh@1.4.2': - resolution: {integrity: sha512-SZetmR5PdWbBal9ln4U0MAWaZyAsZlZ2u+EGkZcVtKklW7Bil77QQs00cwS303JsXWnxyeTHDAAf0fzaWbltgQ==} + '@rspack/plugin-react-refresh@1.4.3': + resolution: {integrity: sha512-wZx4vWgy5oMEvgyNGd/oUKcdnKaccYWHCRkOqTdAPJC3WcytxhTX+Kady8ERurSBiLyQpoMiU3Iyd+F1Y2Arbw==} peerDependencies: react-refresh: '>=0.10.0 <1.0.0' webpack-hot-middleware: 2.x @@ -2926,71 +2855,71 @@ packages: '@swc/helpers@0.5.17': resolution: {integrity: sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==} - '@swc/plugin-prefresh@7.0.3': - resolution: {integrity: sha512-vYmuqC5ou9HuW5HxHkA6J7yiUc8aLGmxENOlJfCAMUjmz5oOyphvP2upZrhf47fwY6NcknTGzrcvJD0by9XC2A==} + '@swc/plugin-prefresh@7.0.4': + resolution: {integrity: sha512-xIZWY6oRLgglNSTZiSi0H/Ir6ckbqfgGZndoI1ahjgjPaPVwgcyEdJRXKSnjGdYJg+w3I7Kfrx5FtEFPMKHwlw==} - '@swc/plugin-remove-console@7.0.3': - resolution: {integrity: sha512-t7Q6LK47gfu5jrop0kqzjvBDXCNGXVm1vSQX65fDcbrnGwWxYtVd1PhDbIW2lUHHnnfCoflTGPeR/uWABTreeg==} + '@swc/plugin-remove-console@7.0.4': + resolution: {integrity: sha512-I7tyltymCgWUiCELAMHLMl6P83vZsx4gmCLtUvUEQyv4yu5HEx2sBzUNX1GSqdMkLGNMi4A0+rYgy12ZPHVMOw==} - '@tailwindcss/node@4.1.5': - resolution: {integrity: sha512-CBhSWo0vLnWhXIvpD0qsPephiaUYfHUX3U9anwDaHZAeuGpTiB3XmsxPAN6qX7bFhipyGBqOa1QYQVVhkOUGxg==} + '@tailwindcss/node@4.1.6': + resolution: {integrity: sha512-ed6zQbgmKsjsVvodAS1q1Ld2BolEuxJOSyyNc+vhkjdmfNUDCmQnlXBfQkHrlzNmslxHsQU/bFmzcEbv4xXsLg==} - '@tailwindcss/oxide-android-arm64@4.1.5': - resolution: {integrity: sha512-LVvM0GirXHED02j7hSECm8l9GGJ1RfgpWCW+DRn5TvSaxVsv28gRtoL4aWKGnXqwvI3zu1GABeDNDVZeDPOQrw==} + '@tailwindcss/oxide-android-arm64@4.1.6': + resolution: {integrity: sha512-VHwwPiwXtdIvOvqT/0/FLH/pizTVu78FOnI9jQo64kSAikFSZT7K4pjyzoDpSMaveJTGyAKvDjuhxJxKfmvjiQ==} engines: {node: '>= 10'} cpu: [arm64] os: [android] - '@tailwindcss/oxide-darwin-arm64@4.1.5': - resolution: {integrity: sha512-//TfCA3pNrgnw4rRJOqavW7XUk8gsg9ddi8cwcsWXp99tzdBAZW0WXrD8wDyNbqjW316Pk2hiN/NJx/KWHl8oA==} + '@tailwindcss/oxide-darwin-arm64@4.1.6': + resolution: {integrity: sha512-weINOCcqv1HVBIGptNrk7c6lWgSFFiQMcCpKM4tnVi5x8OY2v1FrV76jwLukfT6pL1hyajc06tyVmZFYXoxvhQ==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@tailwindcss/oxide-darwin-x64@4.1.5': - resolution: {integrity: sha512-XQorp3Q6/WzRd9OalgHgaqgEbjP3qjHrlSUb5k1EuS1Z9NE9+BbzSORraO+ecW432cbCN7RVGGL/lSnHxcd+7Q==} + '@tailwindcss/oxide-darwin-x64@4.1.6': + resolution: {integrity: sha512-3FzekhHG0ww1zQjQ1lPoq0wPrAIVXAbUkWdWM8u5BnYFZgb9ja5ejBqyTgjpo5mfy0hFOoMnMuVDI+7CXhXZaQ==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@tailwindcss/oxide-freebsd-x64@4.1.5': - resolution: {integrity: sha512-bPrLWbxo8gAo97ZmrCbOdtlz/Dkuy8NK97aFbVpkJ2nJ2Jo/rsCbu0TlGx8joCuA3q6vMWTSn01JY46iwG+clg==} + '@tailwindcss/oxide-freebsd-x64@4.1.6': + resolution: {integrity: sha512-4m5F5lpkBZhVQJq53oe5XgJ+aFYWdrgkMwViHjRsES3KEu2m1udR21B1I77RUqie0ZYNscFzY1v9aDssMBZ/1w==} engines: {node: '>= 10'} cpu: [x64] os: [freebsd] - '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.5': - resolution: {integrity: sha512-1gtQJY9JzMAhgAfvd/ZaVOjh/Ju/nCoAsvOVJenWZfs05wb8zq+GOTnZALWGqKIYEtyNpCzvMk+ocGpxwdvaVg==} + '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.6': + resolution: {integrity: sha512-qU0rHnA9P/ZoaDKouU1oGPxPWzDKtIfX7eOGi5jOWJKdxieUJdVV+CxWZOpDWlYTd4N3sFQvcnVLJWJ1cLP5TA==} engines: {node: '>= 10'} cpu: [arm] os: [linux] - '@tailwindcss/oxide-linux-arm64-gnu@4.1.5': - resolution: {integrity: sha512-dtlaHU2v7MtdxBXoqhxwsWjav7oim7Whc6S9wq/i/uUMTWAzq/gijq1InSgn2yTnh43kR+SFvcSyEF0GCNu1PQ==} + '@tailwindcss/oxide-linux-arm64-gnu@4.1.6': + resolution: {integrity: sha512-jXy3TSTrbfgyd3UxPQeXC3wm8DAgmigzar99Km9Sf6L2OFfn/k+u3VqmpgHQw5QNfCpPe43em6Q7V76Wx7ogIQ==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@tailwindcss/oxide-linux-arm64-musl@4.1.5': - resolution: {integrity: sha512-fg0F6nAeYcJ3CriqDT1iVrqALMwD37+sLzXs8Rjy8Z1ZHshJoYceodfyUwGJEsQoTyWbliFNRs2wMQNXtT7MVA==} + '@tailwindcss/oxide-linux-arm64-musl@4.1.6': + resolution: {integrity: sha512-8kjivE5xW0qAQ9HX9reVFmZj3t+VmljDLVRJpVBEoTR+3bKMnvC7iLcoSGNIUJGOZy1mLVq7x/gerVg0T+IsYw==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@tailwindcss/oxide-linux-x64-gnu@4.1.5': - resolution: {integrity: sha512-SO+F2YEIAHa1AITwc8oPwMOWhgorPzzcbhWEb+4oLi953h45FklDmM8dPSZ7hNHpIk9p/SCZKUYn35t5fjGtHA==} + '@tailwindcss/oxide-linux-x64-gnu@4.1.6': + resolution: {integrity: sha512-A4spQhwnWVpjWDLXnOW9PSinO2PTKJQNRmL/aIl2U/O+RARls8doDfs6R41+DAXK0ccacvRyDpR46aVQJJCoCg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@tailwindcss/oxide-linux-x64-musl@4.1.5': - resolution: {integrity: sha512-6UbBBplywkk/R+PqqioskUeXfKcBht3KU7juTi1UszJLx0KPXUo10v2Ok04iBJIaDPkIFkUOVboXms5Yxvaz+g==} + '@tailwindcss/oxide-linux-x64-musl@4.1.6': + resolution: {integrity: sha512-YRee+6ZqdzgiQAHVSLfl3RYmqeeaWVCk796MhXhLQu2kJu2COHBkqlqsqKYx3p8Hmk5pGCQd2jTAoMWWFeyG2A==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@tailwindcss/oxide-wasm32-wasi@4.1.5': - resolution: {integrity: sha512-hwALf2K9FHuiXTPqmo1KeOb83fTRNbe9r/Ixv9ZNQ/R24yw8Ge1HOWDDgTdtzntIaIUJG5dfXCf4g9AD4RiyhQ==} + '@tailwindcss/oxide-wasm32-wasi@4.1.6': + resolution: {integrity: sha512-qAp4ooTYrBQ5pk5jgg54/U1rCJ/9FLYOkkQ/nTE+bVMseMfB6O7J8zb19YTpWuu4UdfRf5zzOrNKfl6T64MNrQ==} engines: {node: '>=14.0.0'} cpu: [wasm32] bundledDependencies: @@ -3001,24 +2930,24 @@ packages: - '@emnapi/wasi-threads' - tslib - '@tailwindcss/oxide-win32-arm64-msvc@4.1.5': - resolution: {integrity: sha512-oDKncffWzaovJbkuR7/OTNFRJQVdiw/n8HnzaCItrNQUeQgjy7oUiYpsm9HUBgpmvmDpSSbGaCa2Evzvk3eFmA==} + '@tailwindcss/oxide-win32-arm64-msvc@4.1.6': + resolution: {integrity: sha512-nqpDWk0Xr8ELO/nfRUDjk1pc9wDJ3ObeDdNMHLaymc4PJBWj11gdPCWZFKSK2AVKjJQC7J2EfmSmf47GN7OuLg==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@tailwindcss/oxide-win32-x64-msvc@4.1.5': - resolution: {integrity: sha512-WiR4dtyrFdbb+ov0LK+7XsFOsG+0xs0PKZKkt41KDn9jYpO7baE3bXiudPVkTqUEwNfiglCygQHl2jklvSBi7Q==} + '@tailwindcss/oxide-win32-x64-msvc@4.1.6': + resolution: {integrity: sha512-5k9xF33xkfKpo9wCvYcegQ21VwIBU1/qEbYlVukfEIyQbEA47uK8AAwS7NVjNE3vHzcmxMYwd0l6L4pPjjm1rQ==} engines: {node: '>= 10'} cpu: [x64] os: [win32] - '@tailwindcss/oxide@4.1.5': - resolution: {integrity: sha512-1n4br1znquEvyW/QuqMKQZlBen+jxAbvyduU87RS8R3tUSvByAkcaMTkJepNIrTlYhD+U25K4iiCIxE6BGdRYA==} + '@tailwindcss/oxide@4.1.6': + resolution: {integrity: sha512-0bpEBQiGx+227fW4G0fLQ8vuvyy5rsB1YIYNapTq3aRsJ9taF3f5cCaovDjN5pUGKKzcpMrZst/mhNaKAPOHOA==} engines: {node: '>= 10'} - '@tailwindcss/postcss@4.1.5': - resolution: {integrity: sha512-5lAC2/pzuyfhsFgk6I58HcNy6vPK3dV/PoPxSDuOTVbDvCddYHzHiJZZInGIY0venvzzfrTEUAXJFULAfFmObg==} + '@tailwindcss/postcss@4.1.6': + resolution: {integrity: sha512-ELq+gDMBuRXPJlpE3PEen+1MhnHAQQrh2zF0dI1NXOlEWfr2qWf2CQdr5jl9yANv8RErQaQ2l6nIFO9OSCVq/g==} '@trysound/sax@0.2.0': resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==} @@ -3045,8 +2974,8 @@ packages: '@types/connect@3.4.38': resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==} - '@types/cors@2.8.17': - resolution: {integrity: sha512-8CGDvrBj1zgo2qE+oS3pOCyYNqCPryMWY2bGfwA0dcfopWGgxs+78df0Rs3rc9THP4JkOhLsAa+15VdpAqkcUA==} + '@types/cors@2.8.18': + resolution: {integrity: sha512-nX3d0sxJW41CqQvfOzVG1NCTXfFDrDWIghCZncpHeWlVFd81zxB/DLhg7avFg6eHLCRX7ckBmoIIcqa++upvJA==} '@types/debug@4.1.12': resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} @@ -3123,8 +3052,8 @@ packages: '@types/node@12.20.55': resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} - '@types/node@22.15.3': - resolution: {integrity: sha512-lX7HFZeHf4QG/J7tBZqrCAXwz9J5RD56Y6MpP0eJkka8p+K0RY/yBTW7CYFJ4VGCclxqOLKmiGP5juQc6MKgcw==} + '@types/node@22.15.17': + resolution: {integrity: sha512-wIX2aSZL5FE+MR0JlvF87BNVrtFWf6AE6rxSE9X7OwnVvoyCQjpzSRJ+M87se/4QCkCiebQAqrJ0y6fwIyi7nw==} '@types/on-finished@2.3.4': resolution: {integrity: sha512-Ld4UQD3udYcKPaAWlI1EYXKhefkZcTlpqOLkQRmN3u5Ml/tUypMivUHbNH8LweP4H4FlhGGO+uBjJI1Y1dkE1g==} @@ -3143,8 +3072,8 @@ packages: peerDependencies: '@types/react': ^19.0.0 - '@types/react@19.1.2': - resolution: {integrity: sha512-oxLPMytKchWGbnQM9O7D67uPa9paTNxO7jVoNMXgkkErULBPhPARCfkKL9ytcIJJRGjbsVwW4ugJzyFFvm/Tiw==} + '@types/react@19.1.3': + resolution: {integrity: sha512-dLWQ+Z0CkIvK1J8+wrDPwGxEYFA4RAyHoZPxHVGspYmFVnwGSNT24cGIhFJrtfRnWVuW8X7NO52gCXmhkVUWGQ==} '@types/sass-loader@8.0.9': resolution: {integrity: sha512-OAzsrLMYVMprsR5Je2eIGqwsJ6FulUG5fHkzPemv5ejhyX05lpqNw5tbvdJqZi31RFELVeoR9yij17Xu6Qk1xA==} @@ -3209,11 +3138,11 @@ packages: resolution: {integrity: sha512-rnK6hJBS6mwc+Bkab+PGPs9OiS0i/3kdTO+CkI8V0/VrW3vmz7O2Pxjw/owOlmo6PKEIxRSeZKv/kuL9itnpYA==} hasBin: true - '@vitest/expect@3.1.2': - resolution: {integrity: sha512-O8hJgr+zREopCAqWl3uCVaOdqJwZ9qaDwUP7vy3Xigad0phZe9APxKhPcDNqYYi0rX5oMvwJMSCAXY2afqeTSA==} + '@vitest/expect@3.1.3': + resolution: {integrity: sha512-7FTQQuuLKmN1Ig/h+h/GO+44Q1IlglPlR2es4ab7Yvfx+Uk5xsv+Ykk+MEt/M2Yn/xGmzaLKxGw2lgy2bwuYqg==} - '@vitest/mocker@3.1.2': - resolution: {integrity: sha512-kOtd6K2lc7SQ0mBqYv/wdGedlqPdM/B38paPY+OwJ1XiNi44w3Fpog82UfOibmHaV9Wod18A09I9SCKLyDMqgw==} + '@vitest/mocker@3.1.3': + resolution: {integrity: sha512-PJbLjonJK82uCWHjzgBJZuR7zmAOrSvKk1QBxrennDIgtH4uK0TB1PvYmc0XBCigxxtiAVPfWtAdy4lpz8SQGQ==} peerDependencies: msw: ^2.4.9 vite: ^5.0.0 || ^6.0.0 @@ -3223,20 +3152,20 @@ packages: vite: optional: true - '@vitest/pretty-format@3.1.2': - resolution: {integrity: sha512-R0xAiHuWeDjTSB3kQ3OQpT8Rx3yhdOAIm/JM4axXxnG7Q/fS8XUwggv/A4xzbQA+drYRjzkMnpYnOGAc4oeq8w==} + '@vitest/pretty-format@3.1.3': + resolution: {integrity: sha512-i6FDiBeJUGLDKADw2Gb01UtUNb12yyXAqC/mmRWuYl+m/U9GS7s8us5ONmGkGpUUo7/iAYzI2ePVfOZTYvUifA==} - '@vitest/runner@3.1.2': - resolution: {integrity: sha512-bhLib9l4xb4sUMPXnThbnhX2Yi8OutBMA8Yahxa7yavQsFDtwY/jrUZwpKp2XH9DhRFJIeytlyGpXCqZ65nR+g==} + '@vitest/runner@3.1.3': + resolution: {integrity: sha512-Tae+ogtlNfFei5DggOsSUvkIaSuVywujMj6HzR97AHK6XK8i3BuVyIifWAm/sE3a15lF5RH9yQIrbXYuo0IFyA==} - '@vitest/snapshot@3.1.2': - resolution: {integrity: sha512-Q1qkpazSF/p4ApZg1vfZSQ5Yw6OCQxVMVrLjslbLFA1hMDrT2uxtqMaw8Tc/jy5DLka1sNs1Y7rBcftMiaSH/Q==} + '@vitest/snapshot@3.1.3': + resolution: {integrity: sha512-XVa5OPNTYUsyqG9skuUkFzAeFnEzDp8hQu7kZ0N25B1+6KjGm4hWLtURyBbsIAOekfWQ7Wuz/N/XXzgYO3deWQ==} - '@vitest/spy@3.1.2': - resolution: {integrity: sha512-OEc5fSXMws6sHVe4kOFyDSj/+4MSwst0ib4un0DlcYgQvRuYQ0+M2HyqGaauUMnjq87tmUaMNDxKQx7wNfVqPA==} + '@vitest/spy@3.1.3': + resolution: {integrity: sha512-x6w+ctOEmEXdWaa6TO4ilb7l9DxPR5bwEb6hILKuxfU1NqWT2mpJD9NJN7t3OTfxmVlOMrvtoFJGdgyzZ605lQ==} - '@vitest/utils@3.1.2': - resolution: {integrity: sha512-5GGd0ytZ7BH3H6JTj9Kw7Prn1Nbg0wZVrIvou+UWxm54d+WoXXgAgjFJ8wn3LdagWLFSEfpPeyYrByZaGEZHLg==} + '@vitest/utils@3.1.3': + resolution: {integrity: sha512-2Ltrpht4OmHO9+c/nmHtF09HWiyWdworqnHIwjfvDyWjuwKbdkcS9AnhsDn+8E2RM4x++foD1/tNuLPVvWG1Rg==} '@vue/babel-helper-vue-transform-on@1.2.5': resolution: {integrity: sha512-lOz4t39ZdmU4DJAa2hwPYmKc8EsuGa2U0L9KaZaOJUt0UwQNjNA3AZTq6uEivhOKhhG1Wvy96SvYBoFmCg3uuw==} @@ -3658,6 +3587,10 @@ packages: resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==} engines: {node: '>= 14.16.0'} + chownr@3.0.0: + resolution: {integrity: sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==} + engines: {node: '>=18'} + chrome-trace-event@1.0.4: resolution: {integrity: sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==} engines: {node: '>=6.0'} @@ -3790,9 +3723,6 @@ packages: peerDependencies: webpack: ^5.1.0 - core-js@3.41.0: - resolution: {integrity: sha512-SJ4/EHwS36QMJd6h/Rg+GyR4A5xE0FSI3eZ+iBVpfqf1x0eTSg1smWLHrA+2jQThZSh97fmSgFSU8B61nxosxA==} - core-js@3.42.0: resolution: {integrity: sha512-Sz4PP4ZA+Rq4II21qkNqOEDTDrCvcANId3xpIgB34NDkWc3UduWj2dqEtN9yZIq8Dk3HyPI33x9sqqU5C8sr0g==} @@ -3818,8 +3748,8 @@ packages: typescript: optional: true - create-rstack@1.4.0: - resolution: {integrity: sha512-XQelsLV+hJkrZB7hEUtrFKxnUqbGOyO+ws/cZ6cyuCOOvHq1bSUBlnT/nIPAMxlWWv1bejvqu8nKxqXv4EX/Yg==} + create-rstack@1.4.2: + resolution: {integrity: sha512-29T3PENApWZkTkB6IXy69fSRckjil9zW8xr2tSgyIWQQ1FDlzXUC4rAVF6Up+1aQCartgx5iETWealL819ZZeg==} cron-parser@4.9.0: resolution: {integrity: sha512-p0SaNjrHOnQeR8/VnfGbmg9te2kfyYSQ7Sc/j/6DtPL3JQvKxmjO9TSjNFpujqV3vEYYBvNNvXSxzyksBWAx1Q==} @@ -3976,6 +3906,10 @@ packages: resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==} engines: {node: '>=8'} + detect-libc@2.0.4: + resolution: {integrity: sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==} + engines: {node: '>=8'} + devlop@1.1.0: resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==} @@ -4133,6 +4067,9 @@ packages: es-module-lexer@1.6.0: resolution: {integrity: sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==} + es-module-lexer@1.7.0: + resolution: {integrity: sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==} + es-object-atoms@1.1.1: resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==} engines: {node: '>= 0.4'} @@ -5347,6 +5284,15 @@ packages: resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==} engines: {node: '>=16 || 14 >=14.17'} + minizlib@3.0.2: + resolution: {integrity: sha512-oG62iEk+CYt5Xj2YqI5Xi9xWUeZhDI8jjQmC5oThVH5JGCTgIjr7ciJDzC7MBzYd//WvR1OTmP5Q38Q8ShQtVA==} + engines: {node: '>= 18'} + + mkdirp@3.0.1: + resolution: {integrity: sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==} + engines: {node: '>=10'} + hasBin: true + moment@2.30.1: resolution: {integrity: sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==} @@ -5422,8 +5368,8 @@ packages: nth-check@2.1.1: resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==} - nx@21.0.0: - resolution: {integrity: sha512-SiinQD5x85qarNy2brW5qaI3a2KW/gPp1El9tC/k1tjPgxY1nAkwhceiUdp+okmD++FIEHitF5ZDT4f7Odz8zw==} + nx@21.0.3: + resolution: {integrity: sha512-MWKucgA00TRjMBsuGbAS6HrCnOVwktU7Zxxw06Rfl0ue9tfTqbZX5iiNnb6M7b2wPQm9zcQXEq3DVBkPP8wUNw==} engines: {node: ^20.19.0 || ^22.12.0} hasBin: true peerDependencies: @@ -5691,8 +5637,8 @@ packages: resolution: {integrity: sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==} engines: {node: ^10 || ^12 || >=14} - preact@10.26.5: - resolution: {integrity: sha512-fmpDkgfGU6JYux9teDWLhj9mKN55tyepwYbxHgQuIxbWQzgFg5vk7Mrrtfx7xRxq798ynkY4DDDxZr235Kk+4w==} + preact@10.26.6: + resolution: {integrity: sha512-5SRRBinwpwkaD+OqlBDeITlRgvd8I8QlxHJw9AxSdMNV6O+LodN9nUyYGpSF7sadHjs6RzeFShMexC6DbtWr9g==} prebundle@1.3.3: resolution: {integrity: sha512-r9XaHCFjCWoFtxzbj0g1mb7Ur8JOasgjbb7UbK+bP0k/xHDvI7Ti9AOkrsx0dw5UkmOJ1LocfNY58tSc5Iei8A==} @@ -5961,8 +5907,8 @@ packages: webpack: optional: true - rsbuild-plugin-dts@0.6.8: - resolution: {integrity: sha512-EkUPAmIIUmHj4pkmiuL9vPQpRQShkg4oNY1PJ/4u55i1pJfilOqT2s5Rr91MwUzd6/ThaefHGMPMl7agq8K0dw==} + rsbuild-plugin-dts@0.6.9: + resolution: {integrity: sha512-mcB4mxfUqkHHzR5VV6PuXRGpLC1Gdly0BN/jRzbPmdWDtvfBO6LLOniiBzVVemibqs9gBQhl2OEilJs4Cyoq5w==} engines: {node: '>=16.7.0'} peerDependencies: '@microsoft/api-extractor': ^7 @@ -6012,8 +5958,8 @@ packages: rspress-plugin-font-open-sans@1.0.0: resolution: {integrity: sha512-4GP0pd7h3W8EWdqE0VkA62nzUJZNy4ZnYK7be8+lOKHQKsQ5nZ+22A/VurNssi1eZFx3kjwbmIuoAkgb5W8S9Q==} - rspress-plugin-sitemap@1.1.1: - resolution: {integrity: sha512-usb6zWoi5wFFmBeA9HKR6BhsnnsItudMBarc54GYpuRL55SWkLxyWyMijv14mUI04FI7J7lEmea08uZE0bVKxg==} + rspress-plugin-sitemap@1.1.2: + resolution: {integrity: sha512-dvmEbBUnyU3qkapjBz4WcpP0BIkJdljORFiuJ92wr0Vt/b/ff7cFlaRcAYtKq/g1y7JAdA+qzy3gjnNg0TqNow==} rspress@2.0.0-beta.5: resolution: {integrity: sha512-UTN5Ja+2W0chLrDFTed7pLz+EsLkXVkqjdz6VC+8VQdqk230g7TBi0NuuNTLuPrBq07WBUZxK5oelA8zNvey2Q==} @@ -6657,8 +6603,8 @@ packages: resolution: {integrity: sha512-GTt8rSKje5FilG+wEdfCkOcLL7LWqpMlr2c3LRuKt/YXxcJ52aGSbGBAdI4L3aaqfrBt6y711El53ItyH1NWzg==} engines: {node: '>=16.0.0'} - tailwindcss@4.1.5: - resolution: {integrity: sha512-nYtSPfWGDiWgCkwQG/m+aX83XCwf62sBgg3bIlNiiOcggnS1x3uVRDAuyelBFL+vJdOPPCGElxv9DjHJjRHiVA==} + tailwindcss@4.1.6: + resolution: {integrity: sha512-j0cGLTreM6u4OWzBeLBpycK0WIh8w7kSwcUsQZoGLHZ7xDTdM69lN64AgoIEEwFi0tnhs4wSykUa5YWxAzgFYg==} tapable@2.2.1: resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} @@ -6668,6 +6614,10 @@ packages: resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==} engines: {node: '>=6'} + tar@7.4.3: + resolution: {integrity: sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==} + engines: {node: '>=18'} + term-size@2.2.1: resolution: {integrity: sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==} engines: {node: '>=8'} @@ -6900,8 +6850,8 @@ packages: vfile@6.0.3: resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==} - vite-node@3.1.2: - resolution: {integrity: sha512-/8iMryv46J3aK13iUXsei5G/A3CUlW4665THCPS+K8xAaqrVWiGB4RfXMQXCLjpK9P2eK//BczrVkn5JLAk6DA==} + vite-node@3.1.3: + resolution: {integrity: sha512-uHV4plJ2IxCl4u1up1FQRrqclylKAogbtBfOTwcuJ28xFi+89PZ57BRh+naIRvH70HPwxy5QHYzg1OrEaC7AbA==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true @@ -6945,16 +6895,16 @@ packages: yaml: optional: true - vitest@3.1.2: - resolution: {integrity: sha512-WaxpJe092ID1C0mr+LH9MmNrhfzi8I65EX/NRU/Ld016KqQNRgxSOlGNP1hHN+a/F8L15Mh8klwaF77zR3GeDQ==} + vitest@3.1.3: + resolution: {integrity: sha512-188iM4hAHQ0km23TN/adso1q5hhwKqUpv+Sd6p5sOuh6FhQnRNW3IsiIpvxqahtBabsJ2SLZgmGSpcYK4wQYJw==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' '@types/debug': ^4.1.12 '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0 - '@vitest/browser': 3.1.2 - '@vitest/ui': 3.1.2 + '@vitest/browser': 3.1.3 + '@vitest/ui': 3.1.3 happy-dom: '*' jsdom: '*' peerDependenciesMeta: @@ -7122,6 +7072,10 @@ packages: yallist@3.1.1: resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} + yallist@5.0.0: + resolution: {integrity: sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==} + engines: {node: '>=18'} + yaml@2.7.0: resolution: {integrity: sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==} engines: {node: '>= 14'} @@ -7562,7 +7516,7 @@ snapshots: resolve-from: 5.0.0 semver: 7.7.1 - '@changesets/assemble-release-plan@6.0.6': + '@changesets/assemble-release-plan@6.0.7': dependencies: '@changesets/errors': 0.2.0 '@changesets/get-dependents-graph': 2.1.3 @@ -7575,15 +7529,15 @@ snapshots: dependencies: '@changesets/types': 6.1.0 - '@changesets/cli@2.29.2': + '@changesets/cli@2.29.3': dependencies: '@changesets/apply-release-plan': 7.0.12 - '@changesets/assemble-release-plan': 6.0.6 + '@changesets/assemble-release-plan': 6.0.7 '@changesets/changelog-git': 0.2.1 '@changesets/config': 3.1.1 '@changesets/errors': 0.2.0 '@changesets/get-dependents-graph': 2.1.3 - '@changesets/get-release-plan': 4.0.10 + '@changesets/get-release-plan': 4.0.11 '@changesets/git': 3.0.4 '@changesets/logger': 0.1.1 '@changesets/pre': 2.0.2 @@ -7627,9 +7581,9 @@ snapshots: picocolors: 1.1.1 semver: 7.7.1 - '@changesets/get-release-plan@4.0.10': + '@changesets/get-release-plan@4.0.11': dependencies: - '@changesets/assemble-release-plan': 6.0.6 + '@changesets/assemble-release-plan': 6.0.7 '@changesets/config': 3.1.1 '@changesets/pre': 2.0.2 '@changesets/read': 0.6.5 @@ -7853,6 +7807,10 @@ snapshots: wrap-ansi: 8.1.0 wrap-ansi-cjs: wrap-ansi@7.0.0 + '@isaacs/fs-minipass@4.0.1': + dependencies: + minipass: 7.1.2 + '@jest/schemas@29.6.3': dependencies: '@sinclair/typebox': 0.27.8 @@ -7960,13 +7918,13 @@ snapshots: '@mdx-js/react@2.3.0(react@19.1.0)': dependencies: '@types/mdx': 2.0.13 - '@types/react': 19.1.2 + '@types/react': 19.1.3 react: 19.1.0 - '@mdx-js/react@3.1.0(@types/react@19.1.2)(react@19.1.0)': + '@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.1.0)': dependencies: '@types/mdx': 2.0.13 - '@types/react': 19.1.2 + '@types/react': 19.1.3 react: 19.1.0 '@modern-js/node-bundle-require@2.65.1': @@ -8100,8 +8058,6 @@ snapshots: - supports-color - utf-8-validate - '@module-federation/error-codes@0.13.0': {} - '@module-federation/error-codes@0.13.1': {} '@module-federation/inject-external-runtime-core-plugin@0.13.1(@module-federation/runtime-tools@0.13.1)': @@ -8166,40 +8122,22 @@ snapshots: - supports-color - utf-8-validate - '@module-federation/runtime-core@0.13.0': - dependencies: - '@module-federation/error-codes': 0.13.0 - '@module-federation/sdk': 0.13.0 - '@module-federation/runtime-core@0.13.1': dependencies: '@module-federation/error-codes': 0.13.1 '@module-federation/sdk': 0.13.1 - '@module-federation/runtime-tools@0.13.0': - dependencies: - '@module-federation/runtime': 0.13.0 - '@module-federation/webpack-bundler-runtime': 0.13.0 - '@module-federation/runtime-tools@0.13.1': dependencies: '@module-federation/runtime': 0.13.1 '@module-federation/webpack-bundler-runtime': 0.13.1 - '@module-federation/runtime@0.13.0': - dependencies: - '@module-federation/error-codes': 0.13.0 - '@module-federation/runtime-core': 0.13.0 - '@module-federation/sdk': 0.13.0 - '@module-federation/runtime@0.13.1': dependencies: '@module-federation/error-codes': 0.13.1 '@module-federation/runtime-core': 0.13.1 '@module-federation/sdk': 0.13.1 - '@module-federation/sdk@0.13.0': {} - '@module-federation/sdk@0.13.1': {} '@module-federation/third-party-dts-extractor@0.13.1': @@ -8208,11 +8146,6 @@ snapshots: fs-extra: 9.1.0 resolve: 1.22.8 - '@module-federation/webpack-bundler-runtime@0.13.0': - dependencies: - '@module-federation/runtime': 0.13.0 - '@module-federation/sdk': 0.13.0 - '@module-federation/webpack-bundler-runtime@0.13.1': dependencies: '@module-federation/runtime': 0.13.1 @@ -8236,34 +8169,34 @@ snapshots: '@nodelib/fs.scandir': 2.1.5 fastq: 1.19.0 - '@nx/nx-darwin-arm64@21.0.0': + '@nx/nx-darwin-arm64@21.0.3': optional: true - '@nx/nx-darwin-x64@21.0.0': + '@nx/nx-darwin-x64@21.0.3': optional: true - '@nx/nx-freebsd-x64@21.0.0': + '@nx/nx-freebsd-x64@21.0.3': optional: true - '@nx/nx-linux-arm-gnueabihf@21.0.0': + '@nx/nx-linux-arm-gnueabihf@21.0.3': optional: true - '@nx/nx-linux-arm64-gnu@21.0.0': + '@nx/nx-linux-arm64-gnu@21.0.3': optional: true - '@nx/nx-linux-arm64-musl@21.0.0': + '@nx/nx-linux-arm64-musl@21.0.3': optional: true - '@nx/nx-linux-x64-gnu@21.0.0': + '@nx/nx-linux-x64-gnu@21.0.3': optional: true - '@nx/nx-linux-x64-musl@21.0.0': + '@nx/nx-linux-x64-musl@21.0.3': optional: true - '@nx/nx-win32-arm64-msvc@21.0.0': + '@nx/nx-win32-arm64-msvc@21.0.3': optional: true - '@nx/nx-win32-x64-msvc@21.0.0': + '@nx/nx-win32-x64-msvc@21.0.3': optional: true '@parcel/watcher-android-arm64@2.5.1': @@ -8338,9 +8271,9 @@ snapshots: '@polka/url@1.0.0-next.28': {} - '@prefresh/core@1.5.3(preact@10.26.5)': + '@prefresh/core@1.5.3(preact@10.26.6)': dependencies: - preact: 10.26.5 + preact: 10.26.6 '@prefresh/utils@1.2.0': {} @@ -8406,15 +8339,15 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.39.0': optional: true - '@rsbuild/core@1.3.14': + '@rsbuild/core@1.3.17': dependencies: - '@rspack/core': 1.3.8(@swc/helpers@0.5.17) + '@rspack/core': 1.3.9(@swc/helpers@0.5.17) '@rspack/lite-tapable': 1.0.1 '@swc/helpers': 0.5.17 - core-js: 3.41.0 + core-js: 3.42.0 jiti: 2.4.2 - '@rsbuild/core@1.3.17': + '@rsbuild/core@1.3.18': dependencies: '@rspack/core': 1.3.9(@swc/helpers@0.5.17) '@rspack/lite-tapable': 1.0.1 @@ -8449,7 +8382,7 @@ snapshots: '@rsbuild/plugin-react@1.3.1(@rsbuild/core@1.3.17)': dependencies: '@rsbuild/core': 1.3.17 - '@rspack/plugin-react-refresh': 1.4.2(react-refresh@0.17.0) + '@rspack/plugin-react-refresh': 1.4.3(react-refresh@0.17.0) react-refresh: 0.17.0 transitivePeerDependencies: - webpack-hot-middleware @@ -8493,15 +8426,15 @@ snapshots: - '@babel/core' - supports-color - '@rsdoctor/client@1.1.0': {} + '@rsdoctor/client@1.1.2': {} - '@rsdoctor/core@1.1.0(@rsbuild/core@packages+core)(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0)': + '@rsdoctor/core@1.1.2(@rsbuild/core@packages+core)(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0)': dependencies: '@rsbuild/plugin-check-syntax': 1.3.0(@rsbuild/core@packages+core) - '@rsdoctor/graph': 1.1.0(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0) - '@rsdoctor/sdk': 1.1.0(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0) - '@rsdoctor/types': 1.1.0(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0) - '@rsdoctor/utils': 1.1.0(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0) + '@rsdoctor/graph': 1.1.2(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0) + '@rsdoctor/sdk': 1.1.2(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0) + '@rsdoctor/types': 1.1.2(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0) + '@rsdoctor/utils': 1.1.2(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0) axios: 1.8.4 browserslist-load-config: 1.0.0 enhanced-resolve: 5.12.0 @@ -8521,10 +8454,10 @@ snapshots: - utf-8-validate - webpack - '@rsdoctor/graph@1.1.0(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0)': + '@rsdoctor/graph@1.1.2(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0)': dependencies: - '@rsdoctor/types': 1.1.0(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0) - '@rsdoctor/utils': 1.1.0(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0) + '@rsdoctor/types': 1.1.2(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0) + '@rsdoctor/utils': 1.1.2(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0) lodash.unionby: 4.8.0 socket.io: 4.8.1 source-map: 0.7.4 @@ -8535,13 +8468,13 @@ snapshots: - utf-8-validate - webpack - '@rsdoctor/rspack-plugin@1.1.0(@rsbuild/core@packages+core)(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0)': + '@rsdoctor/rspack-plugin@1.1.2(@rsbuild/core@packages+core)(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0)': dependencies: - '@rsdoctor/core': 1.1.0(@rsbuild/core@packages+core)(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0) - '@rsdoctor/graph': 1.1.0(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0) - '@rsdoctor/sdk': 1.1.0(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0) - '@rsdoctor/types': 1.1.0(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0) - '@rsdoctor/utils': 1.1.0(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0) + '@rsdoctor/core': 1.1.2(@rsbuild/core@packages+core)(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0) + '@rsdoctor/graph': 1.1.2(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0) + '@rsdoctor/sdk': 1.1.2(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0) + '@rsdoctor/types': 1.1.2(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0) + '@rsdoctor/utils': 1.1.2(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0) '@rspack/core': 1.3.9(@swc/helpers@0.5.17) lodash: 4.17.21 transitivePeerDependencies: @@ -8552,12 +8485,12 @@ snapshots: - utf-8-validate - webpack - '@rsdoctor/sdk@1.1.0(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0)': + '@rsdoctor/sdk@1.1.2(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0)': dependencies: - '@rsdoctor/client': 1.1.0 - '@rsdoctor/graph': 1.1.0(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0) - '@rsdoctor/types': 1.1.0(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0) - '@rsdoctor/utils': 1.1.0(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0) + '@rsdoctor/client': 1.1.2 + '@rsdoctor/graph': 1.1.2(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0) + '@rsdoctor/types': 1.1.2(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0) + '@rsdoctor/utils': 1.1.2(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0) '@types/fs-extra': 11.0.4 body-parser: 1.20.3 cors: 2.8.5 @@ -8577,7 +8510,7 @@ snapshots: - utf-8-validate - webpack - '@rsdoctor/types@1.1.0(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0)': + '@rsdoctor/types@1.1.2(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0)': dependencies: '@types/connect': 3.4.38 '@types/estree': 1.0.5 @@ -8587,10 +8520,10 @@ snapshots: '@rspack/core': 1.3.9(@swc/helpers@0.5.17) webpack: 5.98.0 - '@rsdoctor/utils@1.1.0(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0)': + '@rsdoctor/utils@1.1.2(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0)': dependencies: '@babel/code-frame': 7.26.2 - '@rsdoctor/types': 1.1.0(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0) + '@rsdoctor/types': 1.1.2(@rspack/core@1.3.9(@swc/helpers@0.5.17))(webpack@5.98.0) '@types/estree': 1.0.5 acorn: 8.14.0 acorn-import-attributes: 1.9.5(acorn@8.14.0) @@ -8611,80 +8544,41 @@ snapshots: - supports-color - webpack - '@rslib/core@0.6.8(typescript@5.8.3)': + '@rslib/core@0.6.9(typescript@5.8.3)': dependencies: - '@rsbuild/core': 1.3.14 - rsbuild-plugin-dts: 0.6.8(@rsbuild/core@1.3.14)(typescript@5.8.3) + '@rsbuild/core': 1.3.18 + rsbuild-plugin-dts: 0.6.9(@rsbuild/core@1.3.18)(typescript@5.8.3) tinyglobby: 0.2.13 optionalDependencies: typescript: 5.8.3 - '@rspack/binding-darwin-arm64@1.3.8': - optional: true - '@rspack/binding-darwin-arm64@1.3.9': optional: true - '@rspack/binding-darwin-x64@1.3.8': - optional: true - '@rspack/binding-darwin-x64@1.3.9': optional: true - '@rspack/binding-linux-arm64-gnu@1.3.8': - optional: true - '@rspack/binding-linux-arm64-gnu@1.3.9': optional: true - '@rspack/binding-linux-arm64-musl@1.3.8': - optional: true - '@rspack/binding-linux-arm64-musl@1.3.9': optional: true - '@rspack/binding-linux-x64-gnu@1.3.8': - optional: true - '@rspack/binding-linux-x64-gnu@1.3.9': optional: true - '@rspack/binding-linux-x64-musl@1.3.8': - optional: true - '@rspack/binding-linux-x64-musl@1.3.9': optional: true - '@rspack/binding-win32-arm64-msvc@1.3.8': - optional: true - '@rspack/binding-win32-arm64-msvc@1.3.9': optional: true - '@rspack/binding-win32-ia32-msvc@1.3.8': - optional: true - '@rspack/binding-win32-ia32-msvc@1.3.9': optional: true - '@rspack/binding-win32-x64-msvc@1.3.8': - optional: true - '@rspack/binding-win32-x64-msvc@1.3.9': optional: true - '@rspack/binding@1.3.8': - optionalDependencies: - '@rspack/binding-darwin-arm64': 1.3.8 - '@rspack/binding-darwin-x64': 1.3.8 - '@rspack/binding-linux-arm64-gnu': 1.3.8 - '@rspack/binding-linux-arm64-musl': 1.3.8 - '@rspack/binding-linux-x64-gnu': 1.3.8 - '@rspack/binding-linux-x64-musl': 1.3.8 - '@rspack/binding-win32-arm64-msvc': 1.3.8 - '@rspack/binding-win32-ia32-msvc': 1.3.8 - '@rspack/binding-win32-x64-msvc': 1.3.8 - '@rspack/binding@1.3.9': optionalDependencies: '@rspack/binding-darwin-arm64': 1.3.9 @@ -8697,15 +8591,6 @@ snapshots: '@rspack/binding-win32-ia32-msvc': 1.3.9 '@rspack/binding-win32-x64-msvc': 1.3.9 - '@rspack/core@1.3.8(@swc/helpers@0.5.17)': - dependencies: - '@module-federation/runtime-tools': 0.13.0 - '@rspack/binding': 1.3.8 - '@rspack/lite-tapable': 1.0.1 - caniuse-lite: 1.0.30001715 - optionalDependencies: - '@swc/helpers': 0.5.17 - '@rspack/core@1.3.9(@swc/helpers@0.5.17)': dependencies: '@module-federation/runtime-tools': 0.13.1 @@ -8717,22 +8602,22 @@ snapshots: '@rspack/lite-tapable@1.0.1': {} - '@rspack/plugin-preact-refresh@1.1.2(@prefresh/core@1.5.3(preact@10.26.5))(@prefresh/utils@1.2.0)': + '@rspack/plugin-preact-refresh@1.1.2(@prefresh/core@1.5.3(preact@10.26.6))(@prefresh/utils@1.2.0)': dependencies: - '@prefresh/core': 1.5.3(preact@10.26.5) + '@prefresh/core': 1.5.3(preact@10.26.6) '@prefresh/utils': 1.2.0 - '@rspack/plugin-react-refresh@1.4.2(react-refresh@0.17.0)': + '@rspack/plugin-react-refresh@1.4.3(react-refresh@0.17.0)': dependencies: error-stack-parser: 2.1.4 html-entities: 2.6.0 react-refresh: 0.17.0 - '@rspress/core@2.0.0-beta.5(@types/react@19.1.2)(acorn@8.14.0)(webpack@5.98.0)': + '@rspress/core@2.0.0-beta.5(@types/react@19.1.3)(acorn@8.14.0)(webpack@5.98.0)': dependencies: '@mdx-js/loader': 3.1.0(acorn@8.14.0)(webpack@5.98.0) '@mdx-js/mdx': 3.1.0(acorn@8.14.0) - '@mdx-js/react': 3.1.0(@types/react@19.1.2)(react@19.1.0) + '@mdx-js/react': 3.1.0(@types/react@19.1.3)(react@19.1.0) '@rsbuild/core': 1.3.17 '@rsbuild/plugin-react': 1.3.1(@rsbuild/core@1.3.17) '@rspress/mdx-rs': 0.6.6 @@ -8826,9 +8711,9 @@ snapshots: dependencies: '@rspress/shared': 2.0.0-beta.5 - '@rspress/plugin-llms@2.0.0-beta.5(@rspress/core@2.0.0-beta.5(@types/react@19.1.2)(acorn@8.14.0)(webpack@5.98.0))': + '@rspress/plugin-llms@2.0.0-beta.5(@rspress/core@2.0.0-beta.5(@types/react@19.1.3)(acorn@8.14.0)(webpack@5.98.0))': dependencies: - '@rspress/core': 2.0.0-beta.5(@types/react@19.1.2)(acorn@8.14.0)(webpack@5.98.0) + '@rspress/core': 2.0.0-beta.5(@types/react@19.1.3)(acorn@8.14.0)(webpack@5.98.0) '@rspress/shared': 2.0.0-beta.5 remark-mdx: 3.1.0 remark-parse: 11.0.0 @@ -8844,11 +8729,11 @@ snapshots: '@rspress/runtime': 2.0.0-beta.5 medium-zoom: 1.1.0 - '@rspress/plugin-rss@2.0.0-beta.5(rspress@2.0.0-beta.5(@types/react@19.1.2)(acorn@8.14.0)(webpack@5.98.0))': + '@rspress/plugin-rss@2.0.0-beta.5(rspress@2.0.0-beta.5(@types/react@19.1.3)(acorn@8.14.0)(webpack@5.98.0))': dependencies: '@rspress/shared': 2.0.0-beta.5 feed: 4.2.2 - rspress: 2.0.0-beta.5(@types/react@19.1.2)(acorn@8.14.0)(webpack@5.98.0) + rspress: 2.0.0-beta.5(@types/react@19.1.3)(acorn@8.14.0)(webpack@5.98.0) '@rspress/plugin-shiki@2.0.0-beta.5': dependencies: @@ -9059,79 +8944,85 @@ snapshots: dependencies: tslib: 2.8.1 - '@swc/plugin-prefresh@7.0.3': + '@swc/plugin-prefresh@7.0.4': dependencies: '@swc/counter': 0.1.3 - '@swc/plugin-remove-console@7.0.3': + '@swc/plugin-remove-console@7.0.4': dependencies: '@swc/counter': 0.1.3 - '@tailwindcss/node@4.1.5': + '@tailwindcss/node@4.1.6': dependencies: + '@ampproject/remapping': 2.3.0 enhanced-resolve: 5.18.1 jiti: 2.4.2 lightningcss: 1.29.2 - tailwindcss: 4.1.5 + magic-string: 0.30.17 + source-map-js: 1.2.1 + tailwindcss: 4.1.6 - '@tailwindcss/oxide-android-arm64@4.1.5': + '@tailwindcss/oxide-android-arm64@4.1.6': optional: true - '@tailwindcss/oxide-darwin-arm64@4.1.5': + '@tailwindcss/oxide-darwin-arm64@4.1.6': optional: true - '@tailwindcss/oxide-darwin-x64@4.1.5': + '@tailwindcss/oxide-darwin-x64@4.1.6': optional: true - '@tailwindcss/oxide-freebsd-x64@4.1.5': + '@tailwindcss/oxide-freebsd-x64@4.1.6': optional: true - '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.5': + '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.6': optional: true - '@tailwindcss/oxide-linux-arm64-gnu@4.1.5': + '@tailwindcss/oxide-linux-arm64-gnu@4.1.6': optional: true - '@tailwindcss/oxide-linux-arm64-musl@4.1.5': + '@tailwindcss/oxide-linux-arm64-musl@4.1.6': optional: true - '@tailwindcss/oxide-linux-x64-gnu@4.1.5': + '@tailwindcss/oxide-linux-x64-gnu@4.1.6': optional: true - '@tailwindcss/oxide-linux-x64-musl@4.1.5': + '@tailwindcss/oxide-linux-x64-musl@4.1.6': optional: true - '@tailwindcss/oxide-wasm32-wasi@4.1.5': + '@tailwindcss/oxide-wasm32-wasi@4.1.6': optional: true - '@tailwindcss/oxide-win32-arm64-msvc@4.1.5': + '@tailwindcss/oxide-win32-arm64-msvc@4.1.6': optional: true - '@tailwindcss/oxide-win32-x64-msvc@4.1.5': + '@tailwindcss/oxide-win32-x64-msvc@4.1.6': optional: true - '@tailwindcss/oxide@4.1.5': + '@tailwindcss/oxide@4.1.6': + dependencies: + detect-libc: 2.0.4 + tar: 7.4.3 optionalDependencies: - '@tailwindcss/oxide-android-arm64': 4.1.5 - '@tailwindcss/oxide-darwin-arm64': 4.1.5 - '@tailwindcss/oxide-darwin-x64': 4.1.5 - '@tailwindcss/oxide-freebsd-x64': 4.1.5 - '@tailwindcss/oxide-linux-arm-gnueabihf': 4.1.5 - '@tailwindcss/oxide-linux-arm64-gnu': 4.1.5 - '@tailwindcss/oxide-linux-arm64-musl': 4.1.5 - '@tailwindcss/oxide-linux-x64-gnu': 4.1.5 - '@tailwindcss/oxide-linux-x64-musl': 4.1.5 - '@tailwindcss/oxide-wasm32-wasi': 4.1.5 - '@tailwindcss/oxide-win32-arm64-msvc': 4.1.5 - '@tailwindcss/oxide-win32-x64-msvc': 4.1.5 - - '@tailwindcss/postcss@4.1.5': + '@tailwindcss/oxide-android-arm64': 4.1.6 + '@tailwindcss/oxide-darwin-arm64': 4.1.6 + '@tailwindcss/oxide-darwin-x64': 4.1.6 + '@tailwindcss/oxide-freebsd-x64': 4.1.6 + '@tailwindcss/oxide-linux-arm-gnueabihf': 4.1.6 + '@tailwindcss/oxide-linux-arm64-gnu': 4.1.6 + '@tailwindcss/oxide-linux-arm64-musl': 4.1.6 + '@tailwindcss/oxide-linux-x64-gnu': 4.1.6 + '@tailwindcss/oxide-linux-x64-musl': 4.1.6 + '@tailwindcss/oxide-wasm32-wasi': 4.1.6 + '@tailwindcss/oxide-win32-arm64-msvc': 4.1.6 + '@tailwindcss/oxide-win32-x64-msvc': 4.1.6 + + '@tailwindcss/postcss@4.1.6': dependencies: '@alloc/quick-lru': 5.2.0 - '@tailwindcss/node': 4.1.5 - '@tailwindcss/oxide': 4.1.5 + '@tailwindcss/node': 4.1.6 + '@tailwindcss/oxide': 4.1.6 postcss: 8.5.3 - tailwindcss: 4.1.5 + tailwindcss: 4.1.6 '@trysound/sax@0.2.0': {} @@ -9163,15 +9054,15 @@ snapshots: '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 22.15.3 + '@types/node': 22.15.17 '@types/connect@3.4.38': dependencies: - '@types/node': 22.15.3 + '@types/node': 22.15.17 - '@types/cors@2.8.17': + '@types/cors@2.8.18': dependencies: - '@types/node': 22.15.3 + '@types/node': 22.15.17 '@types/debug@4.1.12': dependencies: @@ -9199,7 +9090,7 @@ snapshots: '@types/express-serve-static-core@5.0.6': dependencies: - '@types/node': 22.15.3 + '@types/node': 22.15.17 '@types/qs': 6.9.18 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -9214,7 +9105,7 @@ snapshots: '@types/fs-extra@11.0.4': dependencies: '@types/jsonfile': 6.1.4 - '@types/node': 22.15.3 + '@types/node': 22.15.17 '@types/hast@2.3.10': dependencies: @@ -9230,13 +9121,13 @@ snapshots: '@types/http-proxy@1.17.16': dependencies: - '@types/node': 22.15.3 + '@types/node': 22.15.17 '@types/json-schema@7.0.15': {} '@types/jsonfile@6.1.4': dependencies: - '@types/node': 22.15.3 + '@types/node': 22.15.17 '@types/less@3.0.8': {} @@ -9254,40 +9145,40 @@ snapshots: '@types/node-sass@4.11.8': dependencies: - '@types/node': 22.15.3 + '@types/node': 22.15.17 '@types/node@12.20.55': {} - '@types/node@22.15.3': + '@types/node@22.15.17': dependencies: undici-types: 6.21.0 '@types/on-finished@2.3.4': dependencies: - '@types/node': 22.15.3 + '@types/node': 22.15.17 '@types/polka@0.5.7': dependencies: '@types/express': 5.0.0 '@types/express-serve-static-core': 5.0.6 - '@types/node': 22.15.3 + '@types/node': 22.15.17 '@types/trouter': 3.1.4 '@types/qs@6.9.18': {} '@types/range-parser@1.2.7': {} - '@types/react-dom@19.1.3(@types/react@19.1.2)': + '@types/react-dom@19.1.3(@types/react@19.1.3)': dependencies: - '@types/react': 19.1.2 + '@types/react': 19.1.3 - '@types/react@19.1.2': + '@types/react@19.1.3': dependencies: csstype: 3.1.3 '@types/sass-loader@8.0.9': dependencies: - '@types/node': 22.15.3 + '@types/node': 22.15.17 '@types/node-sass': 4.11.8 '@types/webpack': 4.41.40 sass: 1.88.0 @@ -9299,12 +9190,12 @@ snapshots: '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 22.15.3 + '@types/node': 22.15.17 '@types/serve-static@1.15.7': dependencies: '@types/http-errors': 2.0.4 - '@types/node': 22.15.3 + '@types/node': 22.15.17 '@types/send': 0.17.4 '@types/source-list-map@0.1.6': {} @@ -9329,7 +9220,7 @@ snapshots: '@types/webpack-bundle-analyzer@4.7.0': dependencies: - '@types/node': 22.15.3 + '@types/node': 22.15.17 tapable: 2.2.1 webpack: 5.98.0 transitivePeerDependencies: @@ -9340,13 +9231,13 @@ snapshots: '@types/webpack-sources@3.2.3': dependencies: - '@types/node': 22.15.3 + '@types/node': 22.15.17 '@types/source-list-map': 0.1.6 source-map: 0.7.4 '@types/webpack@4.41.40': dependencies: - '@types/node': 22.15.3 + '@types/node': 22.15.17 '@types/tapable': 1.0.12 '@types/uglify-js': 3.17.5 '@types/webpack-sources': 3.2.3 @@ -9355,7 +9246,7 @@ snapshots: '@types/ws@8.18.1': dependencies: - '@types/node': 22.15.3 + '@types/node': 22.15.17 '@ungap/structured-clone@1.3.0': {} @@ -9366,43 +9257,43 @@ snapshots: '@vercel/ncc@0.38.3': {} - '@vitest/expect@3.1.2': + '@vitest/expect@3.1.3': dependencies: - '@vitest/spy': 3.1.2 - '@vitest/utils': 3.1.2 + '@vitest/spy': 3.1.3 + '@vitest/utils': 3.1.3 chai: 5.2.0 tinyrainbow: 2.0.0 - '@vitest/mocker@3.1.2(vite@6.1.1(@types/node@22.15.3)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.29.2)(sass-embedded@1.88.0)(sass@1.88.0)(stylus@0.64.0)(terser@5.39.0)(yaml@2.7.0))': + '@vitest/mocker@3.1.3(vite@6.1.1(@types/node@22.15.17)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.29.2)(sass-embedded@1.88.0)(sass@1.88.0)(stylus@0.64.0)(terser@5.39.0)(yaml@2.7.0))': dependencies: - '@vitest/spy': 3.1.2 + '@vitest/spy': 3.1.3 estree-walker: 3.0.3 magic-string: 0.30.17 optionalDependencies: - vite: 6.1.1(@types/node@22.15.3)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.29.2)(sass-embedded@1.88.0)(sass@1.88.0)(stylus@0.64.0)(terser@5.39.0)(yaml@2.7.0) + vite: 6.1.1(@types/node@22.15.17)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.29.2)(sass-embedded@1.88.0)(sass@1.88.0)(stylus@0.64.0)(terser@5.39.0)(yaml@2.7.0) - '@vitest/pretty-format@3.1.2': + '@vitest/pretty-format@3.1.3': dependencies: tinyrainbow: 2.0.0 - '@vitest/runner@3.1.2': + '@vitest/runner@3.1.3': dependencies: - '@vitest/utils': 3.1.2 + '@vitest/utils': 3.1.3 pathe: 2.0.3 - '@vitest/snapshot@3.1.2': + '@vitest/snapshot@3.1.3': dependencies: - '@vitest/pretty-format': 3.1.2 + '@vitest/pretty-format': 3.1.3 magic-string: 0.30.17 pathe: 2.0.3 - '@vitest/spy@3.1.2': + '@vitest/spy@3.1.3': dependencies: tinyspy: 3.0.2 - '@vitest/utils@3.1.2': + '@vitest/utils@3.1.3': dependencies: - '@vitest/pretty-format': 3.1.2 + '@vitest/pretty-format': 3.1.3 loupe: 3.1.3 tinyrainbow: 2.0.0 @@ -9884,6 +9775,8 @@ snapshots: dependencies: readdirp: 4.1.2 + chownr@3.0.0: {} + chrome-trace-event@1.0.4: {} ci-info@3.9.0: {} @@ -9997,8 +9890,6 @@ snapshots: serialize-javascript: 6.0.2 webpack: 5.98.0 - core-js@3.41.0: {} - core-js@3.42.0: {} cors@2.8.5: @@ -10024,7 +9915,7 @@ snapshots: optionalDependencies: typescript: 5.8.3 - create-rstack@1.4.0: {} + create-rstack@1.4.2: {} cron-parser@4.9.0: dependencies: @@ -10149,6 +10040,8 @@ snapshots: detect-libc@2.0.3: {} + detect-libc@2.0.4: {} + devlop@1.1.0: dependencies: dequal: 2.0.3 @@ -10246,8 +10139,8 @@ snapshots: engine.io@6.6.4: dependencies: - '@types/cors': 2.8.17 - '@types/node': 22.15.3 + '@types/cors': 2.8.18 + '@types/node': 22.15.17 accepts: 1.3.8 base64id: 2.0.0 cookie: 0.7.2 @@ -10308,6 +10201,8 @@ snapshots: es-module-lexer@1.6.0: {} + es-module-lexer@1.7.0: {} + es-object-atoms@1.1.1: dependencies: es-errors: 1.3.0 @@ -11139,7 +11034,7 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 22.15.3 + '@types/node': 22.15.17 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -11894,6 +11789,12 @@ snapshots: minipass@7.1.2: {} + minizlib@3.0.2: + dependencies: + minipass: 7.1.2 + + mkdirp@3.0.1: {} + moment@2.30.1: {} motion-dom@12.6.5: @@ -11956,7 +11857,7 @@ snapshots: dependencies: boolbase: 1.0.0 - nx@21.0.0: + nx@21.0.3: dependencies: '@napi-rs/wasm-runtime': 0.2.4 '@yarnpkg/lockfile': 1.1.0 @@ -11994,16 +11895,16 @@ snapshots: yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: - '@nx/nx-darwin-arm64': 21.0.0 - '@nx/nx-darwin-x64': 21.0.0 - '@nx/nx-freebsd-x64': 21.0.0 - '@nx/nx-linux-arm-gnueabihf': 21.0.0 - '@nx/nx-linux-arm64-gnu': 21.0.0 - '@nx/nx-linux-arm64-musl': 21.0.0 - '@nx/nx-linux-x64-gnu': 21.0.0 - '@nx/nx-linux-x64-musl': 21.0.0 - '@nx/nx-win32-arm64-msvc': 21.0.0 - '@nx/nx-win32-x64-msvc': 21.0.0 + '@nx/nx-darwin-arm64': 21.0.3 + '@nx/nx-darwin-x64': 21.0.3 + '@nx/nx-freebsd-x64': 21.0.3 + '@nx/nx-linux-arm-gnueabihf': 21.0.3 + '@nx/nx-linux-arm64-gnu': 21.0.3 + '@nx/nx-linux-arm64-musl': 21.0.3 + '@nx/nx-linux-x64-gnu': 21.0.3 + '@nx/nx-linux-x64-musl': 21.0.3 + '@nx/nx-win32-arm64-msvc': 21.0.3 + '@nx/nx-win32-x64-msvc': 21.0.3 transitivePeerDependencies: - debug @@ -12244,7 +12145,7 @@ snapshots: picocolors: 1.1.1 source-map-js: 1.2.1 - preact@10.26.5: {} + preact@10.26.6: {} prebundle@1.3.3(typescript@5.8.3): dependencies: @@ -12590,10 +12491,10 @@ snapshots: optionalDependencies: webpack: 5.98.0 - rsbuild-plugin-dts@0.6.8(@rsbuild/core@1.3.14)(typescript@5.8.3): + rsbuild-plugin-dts@0.6.9(@rsbuild/core@1.3.18)(typescript@5.8.3): dependencies: '@ast-grep/napi': 0.37.0 - '@rsbuild/core': 1.3.14 + '@rsbuild/core': 1.3.18 magic-string: 0.30.17 picocolors: 1.1.1 tinyglobby: 0.2.13 @@ -12628,12 +12529,12 @@ snapshots: rspress-plugin-font-open-sans@1.0.0: {} - rspress-plugin-sitemap@1.1.1: {} + rspress-plugin-sitemap@1.1.2: {} - rspress@2.0.0-beta.5(@types/react@19.1.2)(acorn@8.14.0)(webpack@5.98.0): + rspress@2.0.0-beta.5(@types/react@19.1.3)(acorn@8.14.0)(webpack@5.98.0): dependencies: '@rsbuild/core': 1.3.17 - '@rspress/core': 2.0.0-beta.5(@types/react@19.1.2)(acorn@8.14.0)(webpack@5.98.0) + '@rspress/core': 2.0.0-beta.5(@types/react@19.1.3)(acorn@8.14.0)(webpack@5.98.0) '@rspress/shared': 2.0.0-beta.5 cac: 6.7.14 chokidar: 3.6.0 @@ -13222,7 +13123,7 @@ snapshots: sync-message-port@1.1.3: {} - tailwindcss@4.1.5: {} + tailwindcss@4.1.6: {} tapable@2.2.1: {} @@ -13234,6 +13135,15 @@ snapshots: inherits: 2.0.4 readable-stream: 3.6.2 + tar@7.4.3: + dependencies: + '@isaacs/fs-minipass': 4.0.1 + chownr: 3.0.0 + minipass: 7.1.2 + minizlib: 3.0.2 + mkdirp: 3.0.1 + yallist: 5.0.0 + term-size@2.2.1: {} terser-webpack-plugin@5.3.11(webpack@5.98.0): @@ -13442,13 +13352,13 @@ snapshots: '@types/unist': 3.0.3 vfile-message: 4.0.2 - vite-node@3.1.2(@types/node@22.15.3)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.29.2)(sass-embedded@1.88.0)(sass@1.88.0)(stylus@0.64.0)(terser@5.39.0)(yaml@2.7.0): + vite-node@3.1.3(@types/node@22.15.17)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.29.2)(sass-embedded@1.88.0)(sass@1.88.0)(stylus@0.64.0)(terser@5.39.0)(yaml@2.7.0): dependencies: cac: 6.7.14 debug: 4.4.0 - es-module-lexer: 1.6.0 + es-module-lexer: 1.7.0 pathe: 2.0.3 - vite: 6.1.1(@types/node@22.15.3)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.29.2)(sass-embedded@1.88.0)(sass@1.88.0)(stylus@0.64.0)(terser@5.39.0)(yaml@2.7.0) + vite: 6.1.1(@types/node@22.15.17)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.29.2)(sass-embedded@1.88.0)(sass@1.88.0)(stylus@0.64.0)(terser@5.39.0)(yaml@2.7.0) transitivePeerDependencies: - '@types/node' - jiti @@ -13463,13 +13373,13 @@ snapshots: - tsx - yaml - vite@6.1.1(@types/node@22.15.3)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.29.2)(sass-embedded@1.88.0)(sass@1.88.0)(stylus@0.64.0)(terser@5.39.0)(yaml@2.7.0): + vite@6.1.1(@types/node@22.15.17)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.29.2)(sass-embedded@1.88.0)(sass@1.88.0)(stylus@0.64.0)(terser@5.39.0)(yaml@2.7.0): dependencies: esbuild: 0.24.2 postcss: 8.5.3 rollup: 4.39.0 optionalDependencies: - '@types/node': 22.15.3 + '@types/node': 22.15.17 fsevents: 2.3.3 jiti: 2.4.2 less: 4.3.0 @@ -13480,15 +13390,15 @@ snapshots: terser: 5.39.0 yaml: 2.7.0 - vitest@3.1.2(@types/debug@4.1.12)(@types/node@22.15.3)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.29.2)(sass-embedded@1.88.0)(sass@1.88.0)(stylus@0.64.0)(terser@5.39.0)(yaml@2.7.0): + vitest@3.1.3(@types/debug@4.1.12)(@types/node@22.15.17)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.29.2)(sass-embedded@1.88.0)(sass@1.88.0)(stylus@0.64.0)(terser@5.39.0)(yaml@2.7.0): dependencies: - '@vitest/expect': 3.1.2 - '@vitest/mocker': 3.1.2(vite@6.1.1(@types/node@22.15.3)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.29.2)(sass-embedded@1.88.0)(sass@1.88.0)(stylus@0.64.0)(terser@5.39.0)(yaml@2.7.0)) - '@vitest/pretty-format': 3.1.2 - '@vitest/runner': 3.1.2 - '@vitest/snapshot': 3.1.2 - '@vitest/spy': 3.1.2 - '@vitest/utils': 3.1.2 + '@vitest/expect': 3.1.3 + '@vitest/mocker': 3.1.3(vite@6.1.1(@types/node@22.15.17)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.29.2)(sass-embedded@1.88.0)(sass@1.88.0)(stylus@0.64.0)(terser@5.39.0)(yaml@2.7.0)) + '@vitest/pretty-format': 3.1.3 + '@vitest/runner': 3.1.3 + '@vitest/snapshot': 3.1.3 + '@vitest/spy': 3.1.3 + '@vitest/utils': 3.1.3 chai: 5.2.0 debug: 4.4.0 expect-type: 1.2.1 @@ -13500,12 +13410,12 @@ snapshots: tinyglobby: 0.2.13 tinypool: 1.0.2 tinyrainbow: 2.0.0 - vite: 6.1.1(@types/node@22.15.3)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.29.2)(sass-embedded@1.88.0)(sass@1.88.0)(stylus@0.64.0)(terser@5.39.0)(yaml@2.7.0) - vite-node: 3.1.2(@types/node@22.15.3)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.29.2)(sass-embedded@1.88.0)(sass@1.88.0)(stylus@0.64.0)(terser@5.39.0)(yaml@2.7.0) + vite: 6.1.1(@types/node@22.15.17)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.29.2)(sass-embedded@1.88.0)(sass@1.88.0)(stylus@0.64.0)(terser@5.39.0)(yaml@2.7.0) + vite-node: 3.1.3(@types/node@22.15.17)(jiti@2.4.2)(less@4.3.0)(lightningcss@1.29.2)(sass-embedded@1.88.0)(sass@1.88.0)(stylus@0.64.0)(terser@5.39.0)(yaml@2.7.0) why-is-node-running: 2.3.0 optionalDependencies: '@types/debug': 4.1.12 - '@types/node': 22.15.3 + '@types/node': 22.15.17 transitivePeerDependencies: - jiti - less @@ -13658,6 +13568,8 @@ snapshots: yallist@3.1.1: {} + yallist@5.0.0: {} + yaml@2.7.0: {} yargs-parser@21.1.1: {} diff --git a/scripts/config/package.json b/scripts/config/package.json index ca7275354c..ebab264899 100644 --- a/scripts/config/package.json +++ b/scripts/config/package.json @@ -4,8 +4,8 @@ "private": true, "devDependencies": { "@rsbuild/core": "workspace:*", - "@rslib/core": "0.6.8", - "@types/node": "^22.15.3", + "@rslib/core": "0.6.9", + "@types/node": "^22.15.17", "typescript": "^5.8.3" } } diff --git a/scripts/test-helper/package.json b/scripts/test-helper/package.json index 78be4ded73..76e264511b 100644 --- a/scripts/test-helper/package.json +++ b/scripts/test-helper/package.json @@ -26,13 +26,13 @@ }, "dependencies": { "@rsbuild/core": "workspace:*", - "@types/node": "^22.15.3", + "@types/node": "^22.15.17", "path-serializer": "0.4.0", "typescript": "^5.8.3", "upath": "2.0.1" }, "devDependencies": { - "@rslib/core": "0.6.8" + "@rslib/core": "0.6.9" }, "publishConfig": { "access": "public", diff --git a/website/package.json b/website/package.json index 5f582e40d3..3499fd57a4 100644 --- a/website/package.json +++ b/website/package.json @@ -16,8 +16,8 @@ "@rspress/plugin-shiki": "2.0.0-beta.5", "@rstack-dev/doc-ui": "1.8.0", "@shikijs/transformers": "^3.4.0", - "@types/node": "^22.15.3", - "@types/react": "^19.1.2", + "@types/node": "^22.15.17", + "@types/react": "^19.1.3", "@types/react-dom": "^19.1.3", "fast-glob": "^3.3.3", "react": "^19.1.0", @@ -26,7 +26,7 @@ "rsbuild-plugin-open-graph": "^1.0.2", "rspress": "2.0.0-beta.5", "rspress-plugin-font-open-sans": "^1.0.0", - "rspress-plugin-sitemap": "^1.1.1", + "rspress-plugin-sitemap": "^1.1.2", "@rspress/plugin-llms": "^2.0.0-beta.5", "typescript": "^5.8.3" }