From 5dc78a89b5eac24934d58238b7b150ae498890ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 05:30:15 +0000 Subject: [PATCH] chore(deps): update all patch dependencies --- e2e/cases/plugin-svelte/package.json | 2 +- e2e/package.json | 6 +- examples/node/package.json | 2 +- examples/svelte/package.json | 2 +- package.json | 4 +- packages/compat/webpack/package.json | 2 +- packages/core/package.json | 2 +- packages/create-rsbuild/package.json | 2 +- .../template-svelte-js/package.json | 2 +- .../template-svelte-ts/package.json | 2 +- packages/plugin-babel/package.json | 2 +- packages/plugin-preact/package.json | 2 +- packages/plugin-react/package.json | 4 +- packages/plugin-sass/package.json | 2 +- packages/plugin-stylus/package.json | 2 +- packages/plugin-svelte/package.json | 4 +- packages/plugin-svgr/package.json | 2 +- packages/plugin-vue/package.json | 2 +- pnpm-lock.yaml | 451 ++++++++---------- scripts/config/package.json | 2 +- scripts/test-helper/package.json | 2 +- website/package.json | 2 +- 22 files changed, 235 insertions(+), 268 deletions(-) diff --git a/e2e/cases/plugin-svelte/package.json b/e2e/cases/plugin-svelte/package.json index a84ca65c8a..9e191501eb 100644 --- a/e2e/cases/plugin-svelte/package.json +++ b/e2e/cases/plugin-svelte/package.json @@ -3,7 +3,7 @@ "name": "@e2e/svelte", "version": "1.0.0", "dependencies": { - "svelte": "^5.41.0" + "svelte": "^5.41.1" }, "devDependencies": { "less": "4.3.0", diff --git a/e2e/package.json b/e2e/package.json index 53a605e11d..e51527a8f6 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -45,10 +45,10 @@ "@rsbuild/webpack": "workspace:*", "@rsdoctor/rspack-plugin": "1.3.3", "@scripts/test-helper": "workspace:*", - "@tailwindcss/postcss": "^4.1.14", + "@tailwindcss/postcss": "^4.1.15", "@types/fs-extra": "^11.0.4", "@types/lodash": "^4.17.20", - "@types/node": "^22.18.11", + "@types/node": "^22.18.12", "@types/polka": "^0.5.7", "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", @@ -57,7 +57,7 @@ "fs-extra": "^11.3.2", "playwright": "1.56.1", "polka": "^0.5.2", - "tailwindcss": "^4.1.14", + "tailwindcss": "^4.1.15", "typescript": "^5.9.3" } } diff --git a/examples/node/package.json b/examples/node/package.json index 28763743bb..eaa2a1b115 100644 --- a/examples/node/package.json +++ b/examples/node/package.json @@ -8,7 +8,7 @@ }, "devDependencies": { "@rsbuild/core": "workspace:*", - "@types/node": "^22.18.11", + "@types/node": "^22.18.12", "typescript": "^5.9.3" } } diff --git a/examples/svelte/package.json b/examples/svelte/package.json index 7cefb9fef0..775312b7e7 100644 --- a/examples/svelte/package.json +++ b/examples/svelte/package.json @@ -8,7 +8,7 @@ "preview": "rsbuild preview" }, "dependencies": { - "svelte": "^5.41.0" + "svelte": "^5.41.1" }, "devDependencies": { "@rsbuild/core": "workspace:*", diff --git a/package.json b/package.json index 92779a7420..164aeb5a88 100644 --- a/package.json +++ b/package.json @@ -37,9 +37,9 @@ "@biomejs/biome": "^2.2.6", "@rsbuild/config": "workspace:*", "@rslint/core": "^0.1.13", - "@rstest/core": "^0.5.2", + "@rstest/core": "^0.5.3", "@scripts/test-helper": "workspace:*", - "@types/node": "^22.18.11", + "@types/node": "^22.18.12", "cross-env": "^10.1.0", "cspell-ban-words": "^0.0.4", "heading-case": "^1.0.2", diff --git a/packages/compat/webpack/package.json b/packages/compat/webpack/package.json index 18cdace44d..eb86bfa800 100644 --- a/packages/compat/webpack/package.json +++ b/packages/compat/webpack/package.json @@ -40,7 +40,7 @@ "@rsbuild/core": "workspace:*", "@rslib/core": "0.15.1", "@scripts/test-helper": "workspace:*", - "@types/node": "^22.18.11", + "@types/node": "^22.18.12", "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 7a84a6b9e0..af30101213 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -64,7 +64,7 @@ "@rslib/core": "0.15.1", "@types/connect": "3.4.38", "@types/cors": "^2.8.19", - "@types/node": "^22.18.11", + "@types/node": "^22.18.12", "@types/on-finished": "2.3.5", "@types/range-parser": "^1.2.7", "@types/webpack-bundle-analyzer": "4.7.0", diff --git a/packages/create-rsbuild/package.json b/packages/create-rsbuild/package.json index a1068c6192..99ff4d6a83 100644 --- a/packages/create-rsbuild/package.json +++ b/packages/create-rsbuild/package.json @@ -40,7 +40,7 @@ "@rsbuild/plugin-svelte": "workspace:*", "@rsbuild/plugin-vue": "workspace:*", "@rslib/core": "0.15.1", - "@types/node": "^22.18.11", + "@types/node": "^22.18.12", "typescript": "^5.9.3" }, "engines": { diff --git a/packages/create-rsbuild/template-svelte-js/package.json b/packages/create-rsbuild/template-svelte-js/package.json index 3722aca71c..edbbdfab4e 100644 --- a/packages/create-rsbuild/template-svelte-js/package.json +++ b/packages/create-rsbuild/template-svelte-js/package.json @@ -9,7 +9,7 @@ "preview": "rsbuild preview" }, "dependencies": { - "svelte": "^5.41.0" + "svelte": "^5.41.1" }, "devDependencies": { "@rsbuild/core": "^1.5.17", diff --git a/packages/create-rsbuild/template-svelte-ts/package.json b/packages/create-rsbuild/template-svelte-ts/package.json index c848d4f096..ddb3d07816 100644 --- a/packages/create-rsbuild/template-svelte-ts/package.json +++ b/packages/create-rsbuild/template-svelte-ts/package.json @@ -10,7 +10,7 @@ "svelte-check": "svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { - "svelte": "^5.41.0" + "svelte": "^5.41.1" }, "devDependencies": { "@rsbuild/core": "^1.5.17", diff --git a/packages/plugin-babel/package.json b/packages/plugin-babel/package.json index 04a112202d..ca946274b8 100644 --- a/packages/plugin-babel/package.json +++ b/packages/plugin-babel/package.json @@ -42,7 +42,7 @@ "@rsbuild/core": "workspace:*", "@rslib/core": "0.15.1", "@scripts/test-helper": "workspace:*", - "@types/node": "^22.18.11", + "@types/node": "^22.18.12", "babel-loader": "10.0.0", "prebundle": "1.4.2", "typescript": "^5.9.3" diff --git a/packages/plugin-preact/package.json b/packages/plugin-preact/package.json index c060901148..6438311a4d 100644 --- a/packages/plugin-preact/package.json +++ b/packages/plugin-preact/package.json @@ -35,7 +35,7 @@ "devDependencies": { "@rsbuild/core": "workspace:*", "@rslib/core": "0.15.1", - "@types/node": "^22.18.11", + "@types/node": "^22.18.12", "preact": "^10.27.2", "typescript": "^5.9.3" }, diff --git a/packages/plugin-react/package.json b/packages/plugin-react/package.json index b61d49629c..6d6d344e7d 100644 --- a/packages/plugin-react/package.json +++ b/packages/plugin-react/package.json @@ -27,14 +27,14 @@ "bump": "pnpx bumpp --no-tag" }, "dependencies": { - "@rspack/plugin-react-refresh": "^1.5.1", + "@rspack/plugin-react-refresh": "^1.5.2", "react-refresh": "^0.18.0" }, "devDependencies": { "@rsbuild/core": "workspace:*", "@rslib/core": "0.15.1", "@scripts/test-helper": "workspace:*", - "@types/node": "^22.18.11", + "@types/node": "^22.18.12", "typescript": "^5.9.3" }, "peerDependencies": { diff --git a/packages/plugin-sass/package.json b/packages/plugin-sass/package.json index d341020a6d..a05db56307 100644 --- a/packages/plugin-sass/package.json +++ b/packages/plugin-sass/package.json @@ -40,7 +40,7 @@ "@rsbuild/core": "workspace:*", "@rslib/core": "0.15.1", "@scripts/test-helper": "workspace:*", - "@types/node": "^22.18.11", + "@types/node": "^22.18.12", "@types/sass-loader": "^8.0.9", "prebundle": "1.4.2", "resolve-url-loader": "^5.0.0", diff --git a/packages/plugin-stylus/package.json b/packages/plugin-stylus/package.json index 1d6ba02a69..4db53d55e3 100644 --- a/packages/plugin-stylus/package.json +++ b/packages/plugin-stylus/package.json @@ -37,7 +37,7 @@ "@rsbuild/core": "workspace:*", "@rslib/core": "0.15.1", "@scripts/test-helper": "workspace:*", - "@types/node": "^22.18.11", + "@types/node": "^22.18.12", "typescript": "^5.9.3" }, "peerDependencies": { diff --git a/packages/plugin-svelte/package.json b/packages/plugin-svelte/package.json index 9096835a82..25f1eb06e4 100644 --- a/packages/plugin-svelte/package.json +++ b/packages/plugin-svelte/package.json @@ -34,8 +34,8 @@ "@rsbuild/core": "workspace:*", "@rslib/core": "0.15.1", "@scripts/test-helper": "workspace:*", - "@types/node": "^22.18.11", - "svelte": "^5.41.0", + "@types/node": "^22.18.12", + "svelte": "^5.41.1", "typescript": "^5.9.3" }, "peerDependencies": { diff --git a/packages/plugin-svgr/package.json b/packages/plugin-svgr/package.json index 838c71d788..047b89ea38 100644 --- a/packages/plugin-svgr/package.json +++ b/packages/plugin-svgr/package.json @@ -40,7 +40,7 @@ "@rsbuild/core": "workspace:*", "@rslib/core": "0.15.1", "@scripts/test-helper": "workspace:*", - "@types/node": "^22.18.11", + "@types/node": "^22.18.12", "file-loader": "6.2.0", "prebundle": "1.4.2", "svgo": "^3.3.2", diff --git a/packages/plugin-vue/package.json b/packages/plugin-vue/package.json index 2ff0d1f882..19a3c30612 100644 --- a/packages/plugin-vue/package.json +++ b/packages/plugin-vue/package.json @@ -35,7 +35,7 @@ "@rsbuild/core": "workspace:*", "@rslib/core": "0.15.1", "@scripts/test-helper": "workspace:*", - "@types/node": "^22.18.11", + "@types/node": "^22.18.12", "typescript": "^5.9.3", "vue": "^3.5.22" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 55a2570146..134b48270b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -35,14 +35,14 @@ importers: specifier: ^0.1.13 version: 0.1.13 '@rstest/core': - specifier: ^0.5.2 - version: 0.5.2 + specifier: ^0.5.3 + version: 0.5.3 '@scripts/test-helper': specifier: workspace:* version: link:scripts/test-helper '@types/node': - specifier: ^22.18.11 - version: 22.18.11 + specifier: ^22.18.12 + version: 22.18.12 cross-env: specifier: ^10.1.0 version: 10.1.0 @@ -171,8 +171,8 @@ importers: specifier: workspace:* version: link:../scripts/test-helper '@tailwindcss/postcss': - specifier: ^4.1.14 - version: 4.1.14 + specifier: ^4.1.15 + version: 4.1.15 '@types/fs-extra': specifier: ^11.0.4 version: 11.0.4 @@ -180,8 +180,8 @@ importers: specifier: ^4.17.20 version: 4.17.20 '@types/node': - specifier: ^22.18.11 - version: 22.18.11 + specifier: ^22.18.12 + version: 22.18.12 '@types/polka': specifier: ^0.5.7 version: 0.5.7 @@ -207,8 +207,8 @@ importers: specifier: ^0.5.2 version: 0.5.2 tailwindcss: - specifier: ^4.1.14 - version: 4.1.14 + specifier: ^4.1.15 + version: 4.1.15 typescript: specifier: ^5.9.3 version: 5.9.3 @@ -251,8 +251,8 @@ importers: e2e/cases/plugin-svelte: dependencies: svelte: - specifier: ^5.41.0 - version: 5.41.0 + specifier: ^5.41.1 + version: 5.41.1 devDependencies: less: specifier: 4.3.0 @@ -399,8 +399,8 @@ importers: specifier: workspace:* version: link:../../packages/core '@types/node': - specifier: ^22.18.11 - version: 22.18.11 + specifier: ^22.18.12 + version: 22.18.12 typescript: specifier: ^5.9.3 version: 5.9.3 @@ -465,8 +465,8 @@ importers: examples/svelte: dependencies: svelte: - specifier: ^5.41.0 - version: 5.41.0 + specifier: ^5.41.1 + version: 5.41.1 devDependencies: '@rsbuild/core': specifier: workspace:* @@ -592,8 +592,8 @@ importers: specifier: workspace:* version: link:../../../scripts/test-helper '@types/node': - specifier: ^22.18.11 - version: 22.18.11 + specifier: ^22.18.12 + version: 22.18.12 ansi-escapes: specifier: 4.3.2 version: 4.3.2 @@ -641,8 +641,8 @@ importers: specifier: ^2.8.19 version: 2.8.19 '@types/node': - specifier: ^22.18.11 - version: 22.18.11 + specifier: ^22.18.12 + version: 22.18.12 '@types/on-finished': specifier: 2.3.5 version: 2.3.5 @@ -789,8 +789,8 @@ importers: specifier: 0.15.1 version: 0.15.1(@typescript/native-preview@7.0.0-dev.20251019.1)(typescript@5.9.3) '@types/node': - specifier: ^22.18.11 - version: 22.18.11 + specifier: ^22.18.12 + version: 22.18.12 typescript: specifier: ^5.9.3 version: 5.9.3 @@ -832,8 +832,8 @@ importers: specifier: workspace:* version: link:../../scripts/test-helper '@types/node': - specifier: ^22.18.11 - version: 22.18.11 + specifier: ^22.18.12 + version: 22.18.12 babel-loader: specifier: 10.0.0 version: 10.0.0(@babel/core@7.28.4)(webpack@5.102.1) @@ -900,8 +900,8 @@ importers: specifier: 0.15.1 version: 0.15.1(@typescript/native-preview@7.0.0-dev.20251019.1)(typescript@5.9.3) '@types/node': - specifier: ^22.18.11 - version: 22.18.11 + specifier: ^22.18.12 + version: 22.18.12 preact: specifier: ^10.27.2 version: 10.27.2 @@ -912,8 +912,8 @@ importers: packages/plugin-react: dependencies: '@rspack/plugin-react-refresh': - specifier: ^1.5.1 - version: 1.5.1(react-refresh@0.18.0) + specifier: ^1.5.2 + version: 1.5.2(react-refresh@0.18.0) react-refresh: specifier: ^0.18.0 version: 0.18.0 @@ -928,8 +928,8 @@ importers: specifier: workspace:* version: link:../../scripts/test-helper '@types/node': - specifier: ^22.18.11 - version: 22.18.11 + specifier: ^22.18.12 + version: 22.18.12 typescript: specifier: ^5.9.3 version: 5.9.3 @@ -962,8 +962,8 @@ importers: specifier: workspace:* version: link:../../scripts/test-helper '@types/node': - specifier: ^22.18.11 - version: 22.18.11 + specifier: ^22.18.12 + version: 22.18.12 '@types/sass-loader': specifier: ^8.0.9 version: 8.0.9 @@ -1033,8 +1033,8 @@ importers: specifier: workspace:* version: link:../../scripts/test-helper '@types/node': - specifier: ^22.18.11 - version: 22.18.11 + specifier: ^22.18.12 + version: 22.18.12 typescript: specifier: ^5.9.3 version: 5.9.3 @@ -1043,10 +1043,10 @@ importers: dependencies: svelte-loader: specifier: 3.2.4 - version: 3.2.4(svelte@5.41.0) + version: 3.2.4(svelte@5.41.1) svelte-preprocess: specifier: ^6.0.3 - version: 6.0.3(@babel/core@7.28.4)(less@4.4.0)(postcss-load-config@6.0.1(jiti@2.6.1)(postcss@8.5.6)(yaml@2.8.0))(postcss@8.5.6)(sass@1.93.2)(stylus@0.64.0)(svelte@5.41.0)(typescript@5.9.3) + version: 6.0.3(@babel/core@7.28.4)(less@4.4.0)(postcss-load-config@6.0.1(jiti@2.6.1)(postcss@8.5.6)(yaml@2.8.0))(postcss@8.5.6)(sass@1.93.2)(stylus@0.64.0)(svelte@5.41.1)(typescript@5.9.3) devDependencies: '@rsbuild/core': specifier: workspace:* @@ -1058,11 +1058,11 @@ importers: specifier: workspace:* version: link:../../scripts/test-helper '@types/node': - specifier: ^22.18.11 - version: 22.18.11 + specifier: ^22.18.12 + version: 22.18.12 svelte: - specifier: ^5.41.0 - version: 5.41.0 + specifier: ^5.41.1 + version: 5.41.1 typescript: specifier: ^5.9.3 version: 5.9.3 @@ -1098,8 +1098,8 @@ importers: specifier: workspace:* version: link:../../scripts/test-helper '@types/node': - specifier: ^22.18.11 - version: 22.18.11 + specifier: ^22.18.12 + version: 22.18.12 file-loader: specifier: 6.2.0 version: 6.2.0(patch_hash=c76c890d2d68ffdf70bfbc9cb235e0389df929be2e1917766b8946b1de0a8c30)(webpack@5.102.1) @@ -1135,8 +1135,8 @@ importers: specifier: workspace:* version: link:../../scripts/test-helper '@types/node': - specifier: ^22.18.11 - version: 22.18.11 + specifier: ^22.18.12 + version: 22.18.12 typescript: specifier: ^5.9.3 version: 5.9.3 @@ -1153,8 +1153,8 @@ importers: specifier: 0.15.1 version: 0.15.1(@typescript/native-preview@7.0.0-dev.20251019.1)(typescript@5.9.3) '@types/node': - specifier: ^22.18.11 - version: 22.18.11 + specifier: ^22.18.12 + version: 22.18.12 '@typescript/native-preview': specifier: 7.0.0-dev.20251019.1 version: 7.0.0-dev.20251019.1 @@ -1171,8 +1171,8 @@ importers: specifier: workspace:* version: link:../../packages/core '@types/node': - specifier: ^22.18.11 - version: 22.18.11 + specifier: ^22.18.12 + version: 22.18.12 path-serializer: specifier: 0.5.1 version: 0.5.1 @@ -1217,8 +1217,8 @@ importers: specifier: ^3.13.0 version: 3.13.0 '@types/node': - specifier: ^22.18.11 - version: 22.18.11 + specifier: ^22.18.12 + version: 22.18.12 '@types/react': specifier: ^19.2.2 version: 19.2.2 @@ -1831,10 +1831,6 @@ 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/diff-sequences@30.0.1': resolution: {integrity: sha512-n5H8QLDJ47QqbCNn5SuFjCRDrOLEZ0h8vAHCK5RL9Ls7Xa8AQLa/YxAc9UjFqoEDM48muwtBGjtMY5cr0PLDCw==} engines: {node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0} @@ -2787,8 +2783,8 @@ packages: '@prefresh/core': ^1.5.0 '@prefresh/utils': ^1.2.0 - '@rspack/plugin-react-refresh@1.5.1': - resolution: {integrity: sha512-GT3KV1GSmIXO8dQg6taNf9AuZ8XHEs8cZqRn5mC2GT6DPCvUA/ZKezIGsHTyH+HMEbJnJ/T8yYeJnvnzuUcqAQ==} + '@rspack/plugin-react-refresh@1.5.2': + resolution: {integrity: sha512-uTbN6P01LPdQOnl5YNwHkN4hDsb9Sb5nIetQb55mPyFiJnu9MQetmBUm+tmh8JJg0QPv4Ew7tXgi4hjpHFY3Rw==} peerDependencies: react-refresh: '>=0.10.0 <1.0.0' webpack-hot-middleware: 2.x @@ -2897,8 +2893,8 @@ packages: '@rstack-dev/doc-ui@1.11.0': resolution: {integrity: sha512-5GZ8EwvmKj8LXomEElC4GhDlDW2SazCeHbA+ieacJrlcGduuiJXGTBzVA2rNnPLjAb41H0esuy0aH0skRIQAqA==} - '@rstest/core@0.5.2': - resolution: {integrity: sha512-92x651Bmy+2mVj/5q/DRCrGHEqjaGVfLRVrBcRJr8157nwQE9tmwEBd2cx70+51xeNvqwOj7LUrk/01//44sfA==} + '@rstest/core@0.5.3': + resolution: {integrity: sha512-GlT45D66RHk6dW/7TeIC6D8evJGNSMeEZmnYH6ZpOzlhycq/23zI2+vhlL6R+saVWU4I3WrX3jt1xghe2Gy81Q==} engines: {node: '>=18.12.0'} hasBin: true peerDependencies: @@ -3046,65 +3042,65 @@ packages: '@swc/plugin-remove-console@9.1.0': resolution: {integrity: sha512-XSyKs7d2+VZaQYl6zAs7tron+jK0yp+RfVA986Un0ZjyxQ6Nq/rMFGlhppZKMDqpAKQTGdYvwjb+hxXU1OoVyg==} - '@tailwindcss/node@4.1.14': - resolution: {integrity: sha512-hpz+8vFk3Ic2xssIA3e01R6jkmsAhvkQdXlEbRTk6S10xDAtiQiM3FyvZVGsucefq764euO/b8WUW9ysLdThHw==} + '@tailwindcss/node@4.1.15': + resolution: {integrity: sha512-HF4+7QxATZWY3Jr8OlZrBSXmwT3Watj0OogeDvdUY/ByXJHQ+LBtqA2brDb3sBxYslIFx6UP94BJ4X6a4L9Bmw==} - '@tailwindcss/oxide-android-arm64@4.1.14': - resolution: {integrity: sha512-a94ifZrGwMvbdeAxWoSuGcIl6/DOP5cdxagid7xJv6bwFp3oebp7y2ImYsnZBMTwjn5Ev5xESvS3FFYUGgPODQ==} + '@tailwindcss/oxide-android-arm64@4.1.15': + resolution: {integrity: sha512-TkUkUgAw8At4cBjCeVCRMc/guVLKOU1D+sBPrHt5uVcGhlbVKxrCaCW9OKUIBv1oWkjh4GbunD/u/Mf0ql6kEA==} engines: {node: '>= 10'} cpu: [arm64] os: [android] - '@tailwindcss/oxide-darwin-arm64@4.1.14': - resolution: {integrity: sha512-HkFP/CqfSh09xCnrPJA7jud7hij5ahKyWomrC3oiO2U9i0UjP17o9pJbxUN0IJ471GTQQmzwhp0DEcpbp4MZTA==} + '@tailwindcss/oxide-darwin-arm64@4.1.15': + resolution: {integrity: sha512-xt5XEJpn2piMSfvd1UFN6jrWXyaKCwikP4Pidcf+yfHTSzSpYhG3dcMktjNkQO3JiLCp+0bG0HoWGvz97K162w==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@tailwindcss/oxide-darwin-x64@4.1.14': - resolution: {integrity: sha512-eVNaWmCgdLf5iv6Qd3s7JI5SEFBFRtfm6W0mphJYXgvnDEAZ5sZzqmI06bK6xo0IErDHdTA5/t7d4eTfWbWOFw==} + '@tailwindcss/oxide-darwin-x64@4.1.15': + resolution: {integrity: sha512-TnWaxP6Bx2CojZEXAV2M01Yl13nYPpp0EtGpUrY+LMciKfIXiLL2r/SiSRpagE5Fp2gX+rflp/Os1VJDAyqymg==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@tailwindcss/oxide-freebsd-x64@4.1.14': - resolution: {integrity: sha512-QWLoRXNikEuqtNb0dhQN6wsSVVjX6dmUFzuuiL09ZeXju25dsei2uIPl71y2Ic6QbNBsB4scwBoFnlBfabHkEw==} + '@tailwindcss/oxide-freebsd-x64@4.1.15': + resolution: {integrity: sha512-quISQDWqiB6Cqhjc3iWptXVZHNVENsWoI77L1qgGEHNIdLDLFnw3/AfY7DidAiiCIkGX/MjIdB3bbBZR/G2aJg==} engines: {node: '>= 10'} cpu: [x64] os: [freebsd] - '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.14': - resolution: {integrity: sha512-VB4gjQni9+F0VCASU+L8zSIyjrLLsy03sjcR3bM0V2g4SNamo0FakZFKyUQ96ZVwGK4CaJsc9zd/obQy74o0Fw==} + '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.15': + resolution: {integrity: sha512-ObG76+vPlab65xzVUQbExmDU9FIeYLQ5k2LrQdR2Ud6hboR+ZobXpDoKEYXf/uOezOfIYmy2Ta3w0ejkTg9yxg==} engines: {node: '>= 10'} cpu: [arm] os: [linux] - '@tailwindcss/oxide-linux-arm64-gnu@4.1.14': - resolution: {integrity: sha512-qaEy0dIZ6d9vyLnmeg24yzA8XuEAD9WjpM5nIM1sUgQ/Zv7cVkharPDQcmm/t/TvXoKo/0knI3me3AGfdx6w1w==} + '@tailwindcss/oxide-linux-arm64-gnu@4.1.15': + resolution: {integrity: sha512-4WbBacRmk43pkb8/xts3wnOZMDKsPFyEH/oisCm2q3aLZND25ufvJKcDUpAu0cS+CBOL05dYa8D4U5OWECuH/Q==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@tailwindcss/oxide-linux-arm64-musl@4.1.14': - resolution: {integrity: sha512-ISZjT44s59O8xKsPEIesiIydMG/sCXoMBCqsphDm/WcbnuWLxxb+GcvSIIA5NjUw6F8Tex7s5/LM2yDy8RqYBQ==} + '@tailwindcss/oxide-linux-arm64-musl@4.1.15': + resolution: {integrity: sha512-AbvmEiteEj1nf42nE8skdHv73NoR+EwXVSgPY6l39X12Ex8pzOwwfi3Kc8GAmjsnsaDEbk+aj9NyL3UeyHcTLg==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@tailwindcss/oxide-linux-x64-gnu@4.1.14': - resolution: {integrity: sha512-02c6JhLPJj10L2caH4U0zF8Hji4dOeahmuMl23stk0MU1wfd1OraE7rOloidSF8W5JTHkFdVo/O7uRUJJnUAJg==} + '@tailwindcss/oxide-linux-x64-gnu@4.1.15': + resolution: {integrity: sha512-+rzMVlvVgrXtFiS+ES78yWgKqpThgV19ISKD58Ck+YO5pO5KjyxLt7AWKsWMbY0R9yBDC82w6QVGz837AKQcHg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@tailwindcss/oxide-linux-x64-musl@4.1.14': - resolution: {integrity: sha512-TNGeLiN1XS66kQhxHG/7wMeQDOoL0S33x9BgmydbrWAb9Qw0KYdd8o1ifx4HOGDWhVmJ+Ul+JQ7lyknQFilO3Q==} + '@tailwindcss/oxide-linux-x64-musl@4.1.15': + resolution: {integrity: sha512-fPdEy7a8eQN9qOIK3Em9D3TO1z41JScJn8yxl/76mp4sAXFDfV4YXxsiptJcOwy6bGR+70ZSwFIZhTXzQeqwQg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@tailwindcss/oxide-wasm32-wasi@4.1.14': - resolution: {integrity: sha512-uZYAsaW/jS/IYkd6EWPJKW/NlPNSkWkBlaeVBi/WsFQNP05/bzkebUL8FH1pdsqx4f2fH/bWFcUABOM9nfiJkQ==} + '@tailwindcss/oxide-wasm32-wasi@4.1.15': + resolution: {integrity: sha512-sJ4yd6iXXdlgIMfIBXuVGp/NvmviEoMVWMOAGxtxhzLPp9LOj5k0pMEMZdjeMCl4C6Up+RM8T3Zgk+BMQ0bGcQ==} engines: {node: '>=14.0.0'} cpu: [wasm32] bundledDependencies: @@ -3115,24 +3111,24 @@ packages: - '@emnapi/wasi-threads' - tslib - '@tailwindcss/oxide-win32-arm64-msvc@4.1.14': - resolution: {integrity: sha512-Az0RnnkcvRqsuoLH2Z4n3JfAef0wElgzHD5Aky/e+0tBUxUhIeIqFBTMNQvmMRSP15fWwmvjBxZ3Q8RhsDnxAA==} + '@tailwindcss/oxide-win32-arm64-msvc@4.1.15': + resolution: {integrity: sha512-sJGE5faXnNQ1iXeqmRin7Ds/ru2fgCiaQZQQz3ZGIDtvbkeV85rAZ0QJFMDg0FrqsffZG96H1U9AQlNBRLsHVg==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@tailwindcss/oxide-win32-x64-msvc@4.1.14': - resolution: {integrity: sha512-ttblVGHgf68kEE4om1n/n44I0yGPkCPbLsqzjvybhpwa6mKKtgFfAzy6btc3HRmuW7nHe0OOrSeNP9sQmmH9XA==} + '@tailwindcss/oxide-win32-x64-msvc@4.1.15': + resolution: {integrity: sha512-NLeHE7jUV6HcFKS504bpOohyi01zPXi2PXmjFfkzTph8xRxDdxkRsXm/xDO5uV5K3brrE1cCwbUYmFUSHR3u1w==} engines: {node: '>= 10'} cpu: [x64] os: [win32] - '@tailwindcss/oxide@4.1.14': - resolution: {integrity: sha512-23yx+VUbBwCg2x5XWdB8+1lkPajzLmALEfMb51zZUBYaYVPDQvBSD/WYDqiVyBIo2BZFa3yw1Rpy3G2Jp+K0dw==} + '@tailwindcss/oxide@4.1.15': + resolution: {integrity: sha512-krhX+UOOgnsUuks2SR7hFafXmLQrKxB4YyRTERuCE59JlYL+FawgaAlSkOYmDRJdf1Q+IFNDMl9iRnBW7QBDfQ==} engines: {node: '>= 10'} - '@tailwindcss/postcss@4.1.14': - resolution: {integrity: sha512-BdMjIxy7HUNThK87C7BC8I1rE8BVUsfNQSI5siQ4JK3iIa3w0XyVvVL9SXLWO//CtYTcp1v7zci0fYwJOjB+Zg==} + '@tailwindcss/postcss@4.1.15': + resolution: {integrity: sha512-IZh8IT76KujRz6d15wZw4eoeViT4TqmzVWNNfpuNCTKiaZUwgr5vtPqO4HjuYDyx3MgGR5qgPt1HMzTeLJyA3g==} '@trysound/sax@0.2.0': resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==} @@ -3237,8 +3233,8 @@ packages: '@types/node-sass@4.11.8': resolution: {integrity: sha512-dWWMGPX8uselSQ1MLzDvQnVz5Qy1pe7SJuUl1Yqi2NCNRkrk5DmHlP44VZmTWm+buR2T217+5zEAPbAmTwKIOQ==} - '@types/node@22.18.11': - resolution: {integrity: sha512-Gd33J2XIrXurb+eT2ktze3rJAfAp9ZNjlBdh4SVgyrKEOADwCbdUDaK7QgJno8Ue4kcajscsKqu6n8OBG3hhCQ==} + '@types/node@22.18.12': + resolution: {integrity: sha512-BICHQ67iqxQGFSzfCFTT7MRQ5XcBjG5aeKh5Ok38UBbPe5fxTyE+aHFxwVrGyr8GNlqFMLKD1D3P2K/1ks8tog==} '@types/on-finished@2.3.5': resolution: {integrity: sha512-XUaCx9tVIC577KsOZxKbnvGlyPt2ogNXQEq/bOQpAfPwH9sH0FbzrRsK1961jpjKlK5V+Owmw55dVjukWhwH0w==} @@ -3782,10 +3778,6 @@ 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'} @@ -4989,68 +4981,74 @@ packages: engines: {node: '>=14'} hasBin: true - lightningcss-darwin-arm64@1.30.1: - resolution: {integrity: sha512-c8JK7hyE65X1MHMN+Viq9n11RRC7hgin3HhYKhrMyaXflk5GVplZ60IxyoVtzILeKr+xAJwg6zK6sjTBJ0FKYQ==} + lightningcss-android-arm64@1.30.2: + resolution: {integrity: sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==} + engines: {node: '>= 12.0.0'} + cpu: [arm64] + os: [android] + + lightningcss-darwin-arm64@1.30.2: + resolution: {integrity: sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [darwin] - lightningcss-darwin-x64@1.30.1: - resolution: {integrity: sha512-k1EvjakfumAQoTfcXUcHQZhSpLlkAuEkdMBsI/ivWw9hL+7FtilQc0Cy3hrx0AAQrVtQAbMI7YjCgYgvn37PzA==} + lightningcss-darwin-x64@1.30.2: + resolution: {integrity: sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [darwin] - lightningcss-freebsd-x64@1.30.1: - resolution: {integrity: sha512-kmW6UGCGg2PcyUE59K5r0kWfKPAVy4SltVeut+umLCFoJ53RdCUWxcRDzO1eTaxf/7Q2H7LTquFHPL5R+Gjyig==} + lightningcss-freebsd-x64@1.30.2: + resolution: {integrity: sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [freebsd] - lightningcss-linux-arm-gnueabihf@1.30.1: - resolution: {integrity: sha512-MjxUShl1v8pit+6D/zSPq9S9dQ2NPFSQwGvxBCYaBYLPlCWuPh9/t1MRS8iUaR8i+a6w7aps+B4N0S1TYP/R+Q==} + lightningcss-linux-arm-gnueabihf@1.30.2: + resolution: {integrity: sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==} engines: {node: '>= 12.0.0'} cpu: [arm] os: [linux] - lightningcss-linux-arm64-gnu@1.30.1: - resolution: {integrity: sha512-gB72maP8rmrKsnKYy8XUuXi/4OctJiuQjcuqWNlJQ6jZiWqtPvqFziskH3hnajfvKB27ynbVCucKSm2rkQp4Bw==} + lightningcss-linux-arm64-gnu@1.30.2: + resolution: {integrity: sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [linux] - lightningcss-linux-arm64-musl@1.30.1: - resolution: {integrity: sha512-jmUQVx4331m6LIX+0wUhBbmMX7TCfjF5FoOH6SD1CttzuYlGNVpA7QnrmLxrsub43ClTINfGSYyHe2HWeLl5CQ==} + lightningcss-linux-arm64-musl@1.30.2: + resolution: {integrity: sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [linux] - lightningcss-linux-x64-gnu@1.30.1: - resolution: {integrity: sha512-piWx3z4wN8J8z3+O5kO74+yr6ze/dKmPnI7vLqfSqI8bccaTGY5xiSGVIJBDd5K5BHlvVLpUB3S2YCfelyJ1bw==} + lightningcss-linux-x64-gnu@1.30.2: + resolution: {integrity: sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [linux] - lightningcss-linux-x64-musl@1.30.1: - resolution: {integrity: sha512-rRomAK7eIkL+tHY0YPxbc5Dra2gXlI63HL+v1Pdi1a3sC+tJTcFrHX+E86sulgAXeI7rSzDYhPSeHHjqFhqfeQ==} + lightningcss-linux-x64-musl@1.30.2: + resolution: {integrity: sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [linux] - lightningcss-win32-arm64-msvc@1.30.1: - resolution: {integrity: sha512-mSL4rqPi4iXq5YVqzSsJgMVFENoa4nGTT/GjO2c0Yl9OuQfPsIfncvLrEW6RbbB24WtZ3xP/2CCmI3tNkNV4oA==} + lightningcss-win32-arm64-msvc@1.30.2: + resolution: {integrity: sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==} engines: {node: '>= 12.0.0'} cpu: [arm64] os: [win32] - lightningcss-win32-x64-msvc@1.30.1: - resolution: {integrity: sha512-PVqXh48wh4T53F/1CCu8PIPCxLzWyCnn/9T5W1Jpmdy5h9Cwd+0YQS6/LwhHXSafuc61/xg9Lv5OrCby6a++jg==} + lightningcss-win32-x64-msvc@1.30.2: + resolution: {integrity: sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==} engines: {node: '>= 12.0.0'} cpu: [x64] os: [win32] - lightningcss@1.30.1: - resolution: {integrity: sha512-xi6IyHML+c9+Q3W0S4fCQJOym42pyurFiJUHEcEyHS0CeKzia4yZDEsLlqOFykxOdHpNy0NmvVO31vcSqAxJCg==} + lightningcss@1.30.2: + resolution: {integrity: sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==} engines: {node: '>= 12.0.0'} lilconfig@3.1.3: @@ -5388,10 +5386,6 @@ packages: resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==} engines: {node: '>=16 || 14 >=14.17'} - minizlib@3.1.0: - resolution: {integrity: sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==} - engines: {node: '>= 18'} - moment@2.30.1: resolution: {integrity: sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==} @@ -6452,8 +6446,8 @@ packages: typescript: optional: true - svelte@5.41.0: - resolution: {integrity: sha512-mP3vFFv5OUM5JN189+nJVW74kQ1dGqUrXTEzvCEVZqessY0GxZDls1nWVvt4Sxyv2USfQvAZO68VRaeIZvpzKg==} + svelte@5.41.1: + resolution: {integrity: sha512-0a/huwc8e2es+7KFi70esqsReRfRbrT8h1cJSY/+z1lF0yKM6TT+//HYu28Yxstr50H7ifaqZRDGd0KuKDxP7w==} engines: {node: '>=18'} svg-parser@2.0.4: @@ -6477,8 +6471,8 @@ packages: resolution: {integrity: sha512-GTt8rSKje5FilG+wEdfCkOcLL7LWqpMlr2c3LRuKt/YXxcJ52aGSbGBAdI4L3aaqfrBt6y711El53ItyH1NWzg==} engines: {node: '>=16.0.0'} - tailwindcss@4.1.14: - resolution: {integrity: sha512-b7pCxjGO98LnxVkKjaZSDeNuljC4ueKUddjENJOADtubtdo8llTaJy7HwBMeLNSSo2N5QIAgklslK1+Ir8r6CA==} + tailwindcss@4.1.15: + resolution: {integrity: sha512-k2WLnWkYFkdpRv+Oby3EBXIyQC8/s1HOFMBUViwtAh6Z5uAozeUSMQlIsn/c6Q2iJzqG6aJT3wdPaRNj70iYxQ==} tapable@2.2.2: resolution: {integrity: sha512-Re10+NauLTMCudc7T5WLFLAwDhQ0JWdrMK+9B2M8zR5hRExKmsRDCBA7/aV/pNJFltmBFO5BAMlQFi/vq3nKOg==} @@ -6496,10 +6490,6 @@ packages: resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==} engines: {node: '>=6'} - tar@7.5.1: - resolution: {integrity: sha512-nlGpxf+hv0v7GkWBK2V9spgactGOp0qvfWRxUMjqHyzrt3SgwE48DIv/FhqPHJYLHpgW1opq3nERbz5Anq7n1g==} - engines: {node: '>=18'} - terser-webpack-plugin@5.3.14: resolution: {integrity: sha512-vkZjpUjb6OMS7dhV+tILUW6BhpDR7P2L/aQSAv+Uwk+m8KATX9EccViHTJR2qDtACKPIYndLGCyl3FMo+r2LMw==} engines: {node: '>= 10.13.0'} @@ -6868,10 +6858,6 @@ 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.8.0: resolution: {integrity: sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==} engines: {node: '>= 14.6'} @@ -7474,10 +7460,6 @@ 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/diff-sequences@30.0.1': {} '@jest/get-type@30.0.1': {} @@ -8116,7 +8098,7 @@ snapshots: '@rsbuild/plugin-react@1.4.0(@rsbuild/core@1.5.12)': dependencies: '@rsbuild/core': 1.5.12 - '@rspack/plugin-react-refresh': 1.5.1(react-refresh@0.17.0) + '@rspack/plugin-react-refresh': 1.5.2(react-refresh@0.17.0) react-refresh: 0.17.0 transitivePeerDependencies: - webpack-hot-middleware @@ -8514,13 +8496,13 @@ snapshots: '@prefresh/core': 1.5.8(preact@10.27.2) '@prefresh/utils': 1.2.1 - '@rspack/plugin-react-refresh@1.5.1(react-refresh@0.17.0)': + '@rspack/plugin-react-refresh@1.5.2(react-refresh@0.17.0)': dependencies: error-stack-parser: 2.1.4 html-entities: 2.6.0 react-refresh: 0.17.0 - '@rspack/plugin-react-refresh@1.5.1(react-refresh@0.18.0)': + '@rspack/plugin-react-refresh@1.5.2(react-refresh@0.18.0)': dependencies: error-stack-parser: 2.1.4 html-entities: 2.6.0 @@ -8681,7 +8663,7 @@ snapshots: - react - react-dom - '@rstest/core@0.5.2': + '@rstest/core@0.5.3': dependencies: '@rsbuild/core': 1.5.0 '@types/chai': 5.2.2 @@ -8854,77 +8836,74 @@ snapshots: dependencies: '@swc/counter': 0.1.3 - '@tailwindcss/node@4.1.14': + '@tailwindcss/node@4.1.15': dependencies: '@jridgewell/remapping': 2.3.5 enhanced-resolve: 5.18.3 jiti: 2.6.1 - lightningcss: 1.30.1 + lightningcss: 1.30.2 magic-string: 0.30.19 source-map-js: 1.2.1 - tailwindcss: 4.1.14 + tailwindcss: 4.1.15 - '@tailwindcss/oxide-android-arm64@4.1.14': + '@tailwindcss/oxide-android-arm64@4.1.15': optional: true - '@tailwindcss/oxide-darwin-arm64@4.1.14': + '@tailwindcss/oxide-darwin-arm64@4.1.15': optional: true - '@tailwindcss/oxide-darwin-x64@4.1.14': + '@tailwindcss/oxide-darwin-x64@4.1.15': optional: true - '@tailwindcss/oxide-freebsd-x64@4.1.14': + '@tailwindcss/oxide-freebsd-x64@4.1.15': optional: true - '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.14': + '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.15': optional: true - '@tailwindcss/oxide-linux-arm64-gnu@4.1.14': + '@tailwindcss/oxide-linux-arm64-gnu@4.1.15': optional: true - '@tailwindcss/oxide-linux-arm64-musl@4.1.14': + '@tailwindcss/oxide-linux-arm64-musl@4.1.15': optional: true - '@tailwindcss/oxide-linux-x64-gnu@4.1.14': + '@tailwindcss/oxide-linux-x64-gnu@4.1.15': optional: true - '@tailwindcss/oxide-linux-x64-musl@4.1.14': + '@tailwindcss/oxide-linux-x64-musl@4.1.15': optional: true - '@tailwindcss/oxide-wasm32-wasi@4.1.14': + '@tailwindcss/oxide-wasm32-wasi@4.1.15': optional: true - '@tailwindcss/oxide-win32-arm64-msvc@4.1.14': + '@tailwindcss/oxide-win32-arm64-msvc@4.1.15': optional: true - '@tailwindcss/oxide-win32-x64-msvc@4.1.14': + '@tailwindcss/oxide-win32-x64-msvc@4.1.15': optional: true - '@tailwindcss/oxide@4.1.14': - dependencies: - detect-libc: 2.0.4 - tar: 7.5.1 + '@tailwindcss/oxide@4.1.15': optionalDependencies: - '@tailwindcss/oxide-android-arm64': 4.1.14 - '@tailwindcss/oxide-darwin-arm64': 4.1.14 - '@tailwindcss/oxide-darwin-x64': 4.1.14 - '@tailwindcss/oxide-freebsd-x64': 4.1.14 - '@tailwindcss/oxide-linux-arm-gnueabihf': 4.1.14 - '@tailwindcss/oxide-linux-arm64-gnu': 4.1.14 - '@tailwindcss/oxide-linux-arm64-musl': 4.1.14 - '@tailwindcss/oxide-linux-x64-gnu': 4.1.14 - '@tailwindcss/oxide-linux-x64-musl': 4.1.14 - '@tailwindcss/oxide-wasm32-wasi': 4.1.14 - '@tailwindcss/oxide-win32-arm64-msvc': 4.1.14 - '@tailwindcss/oxide-win32-x64-msvc': 4.1.14 - - '@tailwindcss/postcss@4.1.14': + '@tailwindcss/oxide-android-arm64': 4.1.15 + '@tailwindcss/oxide-darwin-arm64': 4.1.15 + '@tailwindcss/oxide-darwin-x64': 4.1.15 + '@tailwindcss/oxide-freebsd-x64': 4.1.15 + '@tailwindcss/oxide-linux-arm-gnueabihf': 4.1.15 + '@tailwindcss/oxide-linux-arm64-gnu': 4.1.15 + '@tailwindcss/oxide-linux-arm64-musl': 4.1.15 + '@tailwindcss/oxide-linux-x64-gnu': 4.1.15 + '@tailwindcss/oxide-linux-x64-musl': 4.1.15 + '@tailwindcss/oxide-wasm32-wasi': 4.1.15 + '@tailwindcss/oxide-win32-arm64-msvc': 4.1.15 + '@tailwindcss/oxide-win32-x64-msvc': 4.1.15 + + '@tailwindcss/postcss@4.1.15': dependencies: '@alloc/quick-lru': 5.2.0 - '@tailwindcss/node': 4.1.14 - '@tailwindcss/oxide': 4.1.14 + '@tailwindcss/node': 4.1.15 + '@tailwindcss/oxide': 4.1.15 postcss: 8.5.6 - tailwindcss: 4.1.14 + tailwindcss: 4.1.15 '@trysound/sax@0.2.0': {} @@ -8961,7 +8940,7 @@ snapshots: '@types/body-parser@1.19.6': dependencies: '@types/connect': 3.4.38 - '@types/node': 22.18.11 + '@types/node': 22.18.12 '@types/chai@5.2.2': dependencies: @@ -8969,11 +8948,11 @@ snapshots: '@types/connect@3.4.38': dependencies: - '@types/node': 22.18.11 + '@types/node': 22.18.12 '@types/cors@2.8.19': dependencies: - '@types/node': 22.18.11 + '@types/node': 22.18.12 '@types/debug@4.1.12': dependencies: @@ -9001,7 +8980,7 @@ snapshots: '@types/express-serve-static-core@5.0.6': dependencies: - '@types/node': 22.18.11 + '@types/node': 22.18.12 '@types/qs': 6.14.0 '@types/range-parser': 1.2.7 '@types/send': 0.17.5 @@ -9015,7 +8994,7 @@ snapshots: '@types/fs-extra@11.0.4': dependencies: '@types/jsonfile': 6.1.4 - '@types/node': 22.18.11 + '@types/node': 22.18.12 '@types/hast@3.0.4': dependencies: @@ -9027,13 +9006,13 @@ snapshots: '@types/http-proxy@1.17.16': dependencies: - '@types/node': 22.18.11 + '@types/node': 22.18.12 '@types/json-schema@7.0.15': {} '@types/jsonfile@6.1.4': dependencies: - '@types/node': 22.18.11 + '@types/node': 22.18.12 '@types/less@3.0.8': {} @@ -9051,21 +9030,21 @@ snapshots: '@types/node-sass@4.11.8': dependencies: - '@types/node': 22.18.11 + '@types/node': 22.18.12 - '@types/node@22.18.11': + '@types/node@22.18.12': dependencies: undici-types: 6.21.0 '@types/on-finished@2.3.5': dependencies: - '@types/node': 22.18.11 + '@types/node': 22.18.12 '@types/polka@0.5.7': dependencies: '@types/express': 5.0.3 '@types/express-serve-static-core': 5.0.6 - '@types/node': 22.18.11 + '@types/node': 22.18.12 '@types/trouter': 3.1.4 '@types/qs@6.14.0': {} @@ -9082,7 +9061,7 @@ snapshots: '@types/sass-loader@8.0.9': dependencies: - '@types/node': 22.18.11 + '@types/node': 22.18.12 '@types/node-sass': 4.11.8 '@types/webpack': 4.41.40 sass: 1.93.2 @@ -9094,12 +9073,12 @@ snapshots: '@types/send@0.17.5': dependencies: '@types/mime': 1.3.5 - '@types/node': 22.18.11 + '@types/node': 22.18.12 '@types/serve-static@1.15.8': dependencies: '@types/http-errors': 2.0.5 - '@types/node': 22.18.11 + '@types/node': 22.18.12 '@types/send': 0.17.5 '@types/source-list-map@0.1.6': {} @@ -9124,7 +9103,7 @@ snapshots: '@types/webpack-bundle-analyzer@4.7.0': dependencies: - '@types/node': 22.18.11 + '@types/node': 22.18.12 tapable: 2.2.2 webpack: 5.102.1 transitivePeerDependencies: @@ -9135,13 +9114,13 @@ snapshots: '@types/webpack-sources@3.2.3': dependencies: - '@types/node': 22.18.11 + '@types/node': 22.18.12 '@types/source-list-map': 0.1.6 source-map: 0.7.6 '@types/webpack@4.41.40': dependencies: - '@types/node': 22.18.11 + '@types/node': 22.18.12 '@types/tapable': 1.0.12 '@types/uglify-js': 3.17.5 '@types/webpack-sources': 3.2.3 @@ -9150,7 +9129,7 @@ snapshots: '@types/ws@8.18.1': dependencies: - '@types/node': 22.18.11 + '@types/node': 22.18.12 '@typescript/native-preview-darwin-arm64@7.0.0-dev.20251019.1': optional: true @@ -9691,8 +9670,6 @@ snapshots: dependencies: readdirp: 4.1.2 - chownr@3.0.0: {} - chrome-trace-event@1.0.4: {} clean-css@5.3.3: @@ -10056,7 +10033,7 @@ snapshots: engine.io@6.6.4: dependencies: '@types/cors': 2.8.19 - '@types/node': 22.18.11 + '@types/node': 22.18.12 accepts: 1.3.8 base64id: 2.0.0 cookie: 0.7.2 @@ -10858,7 +10835,7 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 22.18.11 + '@types/node': 22.18.12 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -10977,50 +10954,54 @@ snapshots: source-map: 0.6.1 optional: true - lightningcss-darwin-arm64@1.30.1: + lightningcss-android-arm64@1.30.2: + optional: true + + lightningcss-darwin-arm64@1.30.2: optional: true - lightningcss-darwin-x64@1.30.1: + lightningcss-darwin-x64@1.30.2: optional: true - lightningcss-freebsd-x64@1.30.1: + lightningcss-freebsd-x64@1.30.2: optional: true - lightningcss-linux-arm-gnueabihf@1.30.1: + lightningcss-linux-arm-gnueabihf@1.30.2: optional: true - lightningcss-linux-arm64-gnu@1.30.1: + lightningcss-linux-arm64-gnu@1.30.2: optional: true - lightningcss-linux-arm64-musl@1.30.1: + lightningcss-linux-arm64-musl@1.30.2: optional: true - lightningcss-linux-x64-gnu@1.30.1: + lightningcss-linux-x64-gnu@1.30.2: optional: true - lightningcss-linux-x64-musl@1.30.1: + lightningcss-linux-x64-musl@1.30.2: optional: true - lightningcss-win32-arm64-msvc@1.30.1: + lightningcss-win32-arm64-msvc@1.30.2: optional: true - lightningcss-win32-x64-msvc@1.30.1: + lightningcss-win32-x64-msvc@1.30.2: optional: true - lightningcss@1.30.1: + lightningcss@1.30.2: dependencies: detect-libc: 2.0.4 optionalDependencies: - lightningcss-darwin-arm64: 1.30.1 - lightningcss-darwin-x64: 1.30.1 - lightningcss-freebsd-x64: 1.30.1 - lightningcss-linux-arm-gnueabihf: 1.30.1 - lightningcss-linux-arm64-gnu: 1.30.1 - lightningcss-linux-arm64-musl: 1.30.1 - lightningcss-linux-x64-gnu: 1.30.1 - lightningcss-linux-x64-musl: 1.30.1 - lightningcss-win32-arm64-msvc: 1.30.1 - lightningcss-win32-x64-msvc: 1.30.1 + lightningcss-android-arm64: 1.30.2 + lightningcss-darwin-arm64: 1.30.2 + lightningcss-darwin-x64: 1.30.2 + lightningcss-freebsd-x64: 1.30.2 + lightningcss-linux-arm-gnueabihf: 1.30.2 + lightningcss-linux-arm64-gnu: 1.30.2 + lightningcss-linux-arm64-musl: 1.30.2 + lightningcss-linux-x64-gnu: 1.30.2 + lightningcss-linux-x64-musl: 1.30.2 + lightningcss-win32-arm64-msvc: 1.30.2 + lightningcss-win32-x64-msvc: 1.30.2 lilconfig@3.1.3: {} @@ -11611,10 +11592,6 @@ snapshots: minipass@7.1.2: {} - minizlib@3.1.0: - dependencies: - minipass: 7.1.2 - moment@2.30.1: {} motion-dom@12.23.6: @@ -12664,20 +12641,20 @@ snapshots: svelte-dev-helper@1.1.9: {} - svelte-hmr@0.14.12(svelte@5.41.0): + svelte-hmr@0.14.12(svelte@5.41.1): dependencies: - svelte: 5.41.0 + svelte: 5.41.1 - svelte-loader@3.2.4(svelte@5.41.0): + svelte-loader@3.2.4(svelte@5.41.1): dependencies: loader-utils: 2.0.4 - svelte: 5.41.0 + svelte: 5.41.1 svelte-dev-helper: 1.1.9 - svelte-hmr: 0.14.12(svelte@5.41.0) + svelte-hmr: 0.14.12(svelte@5.41.1) - svelte-preprocess@6.0.3(@babel/core@7.28.4)(less@4.4.0)(postcss-load-config@6.0.1(jiti@2.6.1)(postcss@8.5.6)(yaml@2.8.0))(postcss@8.5.6)(sass@1.93.2)(stylus@0.64.0)(svelte@5.41.0)(typescript@5.9.3): + svelte-preprocess@6.0.3(@babel/core@7.28.4)(less@4.4.0)(postcss-load-config@6.0.1(jiti@2.6.1)(postcss@8.5.6)(yaml@2.8.0))(postcss@8.5.6)(sass@1.93.2)(stylus@0.64.0)(svelte@5.41.1)(typescript@5.9.3): dependencies: - svelte: 5.41.0 + svelte: 5.41.1 optionalDependencies: '@babel/core': 7.28.4 less: 4.4.0 @@ -12687,7 +12664,7 @@ snapshots: stylus: 0.64.0 typescript: 5.9.3 - svelte@5.41.0: + svelte@5.41.1: dependencies: '@jridgewell/remapping': 2.3.5 '@jridgewell/sourcemap-codec': 1.5.5 @@ -12728,7 +12705,7 @@ snapshots: sync-message-port@1.1.3: {} - tailwindcss@4.1.14: {} + tailwindcss@4.1.15: {} tapable@2.2.2: {} @@ -12744,14 +12721,6 @@ snapshots: inherits: 2.0.4 readable-stream: 3.6.2 - tar@7.5.1: - dependencies: - '@isaacs/fs-minipass': 4.0.1 - chownr: 3.0.0 - minipass: 7.1.2 - minizlib: 3.1.0 - yallist: 5.0.0 - terser-webpack-plugin@5.3.14(webpack@5.102.1): dependencies: '@jridgewell/trace-mapping': 0.3.31 @@ -13104,8 +13073,6 @@ snapshots: yallist@3.1.1: {} - yallist@5.0.0: {} - yaml@2.8.0: {} yargs-parser@21.1.1: {} diff --git a/scripts/config/package.json b/scripts/config/package.json index 3c0f087f25..1273bee5d3 100644 --- a/scripts/config/package.json +++ b/scripts/config/package.json @@ -6,7 +6,7 @@ "devDependencies": { "@rsbuild/core": "workspace:*", "@rslib/core": "0.15.1", - "@types/node": "^22.18.11", + "@types/node": "^22.18.12", "@typescript/native-preview": "7.0.0-dev.20251019.1", "rsbuild-plugin-arethetypeswrong": "0.1.1", "typescript": "^5.9.3" diff --git a/scripts/test-helper/package.json b/scripts/test-helper/package.json index 3b199ed62b..1c22121e6a 100644 --- a/scripts/test-helper/package.json +++ b/scripts/test-helper/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@rsbuild/core": "workspace:*", - "@types/node": "^22.18.11", + "@types/node": "^22.18.12", "path-serializer": "0.5.1", "typescript": "^5.9.3" }, diff --git a/website/package.json b/website/package.json index 73245be72e..778bd1a69e 100644 --- a/website/package.json +++ b/website/package.json @@ -19,7 +19,7 @@ "@rspress/plugin-sitemap": "2.0.0-beta.34", "@rstack-dev/doc-ui": "^1.11.0", "@shikijs/transformers": "^3.13.0", - "@types/node": "^22.18.11", + "@types/node": "^22.18.12", "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", "fast-glob": "^3.3.3",