From fd2048d6de917d64afbf5716c1f5a413a81a5f0a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 22:27:52 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- api/css/package.json | 4 +- examples/BankCards/package.json | 2 +- examples/Gallery/package.json | 4 +- examples/accessibility/package.json | 4 +- examples/action-sheet/package.json | 4 +- examples/animation/package.json | 4 +- examples/composing-elements/package.json | 4 +- examples/css/package.json | 4 +- examples/element-manipulation/package.json | 4 +- examples/event/package.json | 4 +- examples/fetch/package.json | 2 +- examples/hello-world/package.json | 4 +- examples/i18n/package.json | 4 +- examples/ifr/package.json | 4 +- examples/image/package.json | 4 +- examples/input/package.json | 4 +- examples/layout/package.json | 4 +- examples/lazy-bundle/package.json | 4 +- examples/list/package.json | 4 +- examples/local-storage/package.json | 4 +- examples/lynx-api/package.json | 4 +- examples/main-thread/package.json | 4 +- examples/native-element/package.json | 4 +- examples/networking/package.json | 6 +- examples/page/package.json | 4 +- examples/performance-api/package.json | 4 +- examples/react-lifecycle/package.json | 4 +- examples/scroll-view/package.json | 4 +- examples/swiper/package.json | 4 +- examples/tailwindcss/package.json | 6 +- examples/tanstack-router/package.json | 6 +- examples/text/package.json | 4 +- examples/textarea/package.json | 4 +- examples/todo-list/package.json | 2 +- examples/view/package.json | 4 +- .../packages/lynx-project/package.json | 4 +- .../packages/react-container/package.json | 10 +- examples/with-solidjs/package.json | 6 +- examples/zustand/package.json | 4 +- package.json | 8 +- pnpm-lock.yaml | 1170 +++++++++-------- 41 files changed, 712 insertions(+), 630 deletions(-) diff --git a/api/css/package.json b/api/css/package.json index fa81ead8..e1eae8d3 100644 --- a/api/css/package.json +++ b/api/css/package.json @@ -30,8 +30,8 @@ "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.4.11", "@rsbuild/plugin-sass": "1.3.5", - "@types/react": "^18.3.23", - "typescript": "~5.9.2" + "@types/react": "^18.3.25", + "typescript": "~5.9.3" }, "engines": { "node": ">=18" diff --git a/examples/BankCards/package.json b/examples/BankCards/package.json index 95198eba..37a8884e 100644 --- a/examples/BankCards/package.json +++ b/examples/BankCards/package.json @@ -29,6 +29,6 @@ "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.4.11", "@rsbuild/plugin-sass": "1.3.5", - "@types/react": "^18.3.23" + "@types/react": "^18.3.25" } } diff --git a/examples/Gallery/package.json b/examples/Gallery/package.json index 83ec5078..95fe01e9 100644 --- a/examples/Gallery/package.json +++ b/examples/Gallery/package.json @@ -30,7 +30,7 @@ "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.4.11", "@rsbuild/plugin-sass": "1.3.5", - "@types/react": "^18.3.23", - "typescript": "~5.9.2" + "@types/react": "^18.3.25", + "typescript": "~5.9.3" } } diff --git a/examples/accessibility/package.json b/examples/accessibility/package.json index 3a033a9e..e213c8a7 100644 --- a/examples/accessibility/package.json +++ b/examples/accessibility/package.json @@ -27,8 +27,8 @@ "@lynx-js/react-rsbuild-plugin": "catalog:", "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.4.11", - "@types/react": "^18.3.23", - "typescript": "~5.9.2" + "@types/react": "^18.3.25", + "typescript": "~5.9.3" }, "engines": { "node": ">=18" diff --git a/examples/action-sheet/package.json b/examples/action-sheet/package.json index 581b20ee..e2b577bd 100644 --- a/examples/action-sheet/package.json +++ b/examples/action-sheet/package.json @@ -27,8 +27,8 @@ "@lynx-js/react-rsbuild-plugin": "catalog:", "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.4.11", - "@types/react": "^18.3.23", - "typescript": "~5.9.2" + "@types/react": "^18.3.25", + "typescript": "~5.9.3" }, "engines": { "node": ">=18" diff --git a/examples/animation/package.json b/examples/animation/package.json index 3a07b564..d3b7766b 100644 --- a/examples/animation/package.json +++ b/examples/animation/package.json @@ -30,7 +30,7 @@ "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.4.11", "@rsbuild/plugin-sass": "1.3.5", - "@types/react": "^18.3.23", - "typescript": "~5.9.2" + "@types/react": "^18.3.25", + "typescript": "~5.9.3" } } diff --git a/examples/composing-elements/package.json b/examples/composing-elements/package.json index ca5075fd..8372a047 100644 --- a/examples/composing-elements/package.json +++ b/examples/composing-elements/package.json @@ -27,8 +27,8 @@ "@lynx-js/react-rsbuild-plugin": "catalog:", "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.4.11", - "@types/react": "^18.3.23", - "typescript": "~5.9.2" + "@types/react": "^18.3.25", + "typescript": "~5.9.3" }, "engines": { "node": ">=18" diff --git a/examples/css/package.json b/examples/css/package.json index 6ac05103..f34075e8 100644 --- a/examples/css/package.json +++ b/examples/css/package.json @@ -30,7 +30,7 @@ "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.4.11", "@rsbuild/plugin-sass": "1.3.5", - "@types/react": "^18.3.23", - "typescript": "~5.9.2" + "@types/react": "^18.3.25", + "typescript": "~5.9.3" } } diff --git a/examples/element-manipulation/package.json b/examples/element-manipulation/package.json index 06df5bb5..b5d4f41b 100644 --- a/examples/element-manipulation/package.json +++ b/examples/element-manipulation/package.json @@ -28,8 +28,8 @@ "@lynx-js/react-rsbuild-plugin": "catalog:", "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.4.11", - "@types/react": "^18.3.23", - "typescript": "~5.9.2" + "@types/react": "^18.3.25", + "typescript": "~5.9.3" }, "engines": { "node": ">=18" diff --git a/examples/event/package.json b/examples/event/package.json index 75b43da7..6b90f4f3 100644 --- a/examples/event/package.json +++ b/examples/event/package.json @@ -29,7 +29,7 @@ "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.4.11", "@rsbuild/plugin-sass": "1.3.5", - "@types/react": "^18.3.23", - "typescript": "~5.9.2" + "@types/react": "^18.3.25", + "typescript": "~5.9.3" } } diff --git a/examples/fetch/package.json b/examples/fetch/package.json index dc8ef498..ed50d503 100644 --- a/examples/fetch/package.json +++ b/examples/fetch/package.json @@ -29,7 +29,7 @@ "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.4.11", "@rsbuild/plugin-sass": "1.3.5", - "@types/react": "^18.3.23" + "@types/react": "^18.3.25" }, "engines": { "node": ">=18" diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index 14ce9094..ea031354 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -26,8 +26,8 @@ "@lynx-js/react-rsbuild-plugin": "catalog:", "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.4.11", - "@types/react": "^18.3.23", - "typescript": "~5.9.2" + "@types/react": "^18.3.25", + "typescript": "~5.9.3" }, "engines": { "node": ">=18" diff --git a/examples/i18n/package.json b/examples/i18n/package.json index 6bf28928..7b18861b 100644 --- a/examples/i18n/package.json +++ b/examples/i18n/package.json @@ -22,8 +22,8 @@ "@lynx-js/react-rsbuild-plugin": "catalog:", "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.4.11", - "@types/react": "^18.3.23", - "typescript": "~5.9.2" + "@types/react": "^18.3.25", + "typescript": "~5.9.3" }, "engines": { "node": ">=18" diff --git a/examples/ifr/package.json b/examples/ifr/package.json index 6a93e8de..69d62c13 100644 --- a/examples/ifr/package.json +++ b/examples/ifr/package.json @@ -28,8 +28,8 @@ "@lynx-js/react-rsbuild-plugin": "catalog:", "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.4.11", - "@types/react": "^18.3.23", - "typescript": "~5.9.2" + "@types/react": "^18.3.25", + "typescript": "~5.9.3" }, "engines": { "node": ">=18" diff --git a/examples/image/package.json b/examples/image/package.json index f2a77f8d..deee43e7 100644 --- a/examples/image/package.json +++ b/examples/image/package.json @@ -27,8 +27,8 @@ "@lynx-js/react-rsbuild-plugin": "catalog:", "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.4.11", - "@types/react": "^18.3.23", - "typescript": "~5.9.2" + "@types/react": "^18.3.25", + "typescript": "~5.9.3" }, "engines": { "node": ">=18" diff --git a/examples/input/package.json b/examples/input/package.json index c1ffa841..d577aed4 100644 --- a/examples/input/package.json +++ b/examples/input/package.json @@ -29,7 +29,7 @@ "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.4.11", "@rsbuild/plugin-sass": "1.3.5", - "@types/react": "^18.3.23", - "typescript": "~5.9.2" + "@types/react": "^18.3.25", + "typescript": "~5.9.3" } } diff --git a/examples/layout/package.json b/examples/layout/package.json index 98b73108..9cd5afb2 100644 --- a/examples/layout/package.json +++ b/examples/layout/package.json @@ -30,7 +30,7 @@ "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.4.11", "@rsbuild/plugin-sass": "1.3.5", - "@types/react": "^18.3.23", - "typescript": "~5.9.2" + "@types/react": "^18.3.25", + "typescript": "~5.9.3" } } diff --git a/examples/lazy-bundle/package.json b/examples/lazy-bundle/package.json index 0ab46999..d3bd3034 100644 --- a/examples/lazy-bundle/package.json +++ b/examples/lazy-bundle/package.json @@ -26,8 +26,8 @@ "@lynx-js/react-rsbuild-plugin": "catalog:", "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.4.11", - "@types/react": "^18.3.23", - "typescript": "~5.9.2" + "@types/react": "^18.3.25", + "typescript": "~5.9.3" }, "engines": { "node": ">=18" diff --git a/examples/list/package.json b/examples/list/package.json index 80effa00..4d01e25f 100644 --- a/examples/list/package.json +++ b/examples/list/package.json @@ -29,7 +29,7 @@ "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.4.11", "@rsbuild/plugin-sass": "1.3.5", - "@types/react": "^18.3.23", - "typescript": "~5.9.2" + "@types/react": "^18.3.25", + "typescript": "~5.9.3" } } diff --git a/examples/local-storage/package.json b/examples/local-storage/package.json index d10dfe17..04de065e 100644 --- a/examples/local-storage/package.json +++ b/examples/local-storage/package.json @@ -27,8 +27,8 @@ "@lynx-js/react-rsbuild-plugin": "catalog:", "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.4.11", - "@types/react": "^18.3.23", - "typescript": "~5.9.2" + "@types/react": "^18.3.25", + "typescript": "~5.9.3" }, "engines": { "node": ">=18" diff --git a/examples/lynx-api/package.json b/examples/lynx-api/package.json index a1708670..41eb2e83 100644 --- a/examples/lynx-api/package.json +++ b/examples/lynx-api/package.json @@ -28,8 +28,8 @@ "@lynx-js/react-rsbuild-plugin": "catalog:", "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.4.11", - "@types/react": "^18.3.23", - "typescript": "~5.9.2" + "@types/react": "^18.3.25", + "typescript": "~5.9.3" }, "engines": { "node": ">=18" diff --git a/examples/main-thread/package.json b/examples/main-thread/package.json index e64b2a3e..b49ce6d3 100644 --- a/examples/main-thread/package.json +++ b/examples/main-thread/package.json @@ -28,8 +28,8 @@ "@lynx-js/react-rsbuild-plugin": "catalog:", "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.4.11", - "@types/react": "^18.3.23", - "typescript": "~5.9.2" + "@types/react": "^18.3.25", + "typescript": "~5.9.3" }, "engines": { "node": ">=18" diff --git a/examples/native-element/package.json b/examples/native-element/package.json index 342ee1ec..a853a857 100644 --- a/examples/native-element/package.json +++ b/examples/native-element/package.json @@ -27,8 +27,8 @@ "@lynx-js/react-rsbuild-plugin": "catalog:", "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.4.11", - "@types/react": "^18.3.23", - "typescript": "~5.9.2" + "@types/react": "^18.3.25", + "typescript": "~5.9.3" }, "engines": { "node": ">=18" diff --git a/examples/networking/package.json b/examples/networking/package.json index d106b224..45c26cbf 100644 --- a/examples/networking/package.json +++ b/examples/networking/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "@lynx-js/react": "catalog:", - "@tanstack/react-query": "5.85.5" + "@tanstack/react-query": "5.90.2" }, "devDependencies": { "@lynx-js/qrcode-rsbuild-plugin": "catalog:", @@ -30,7 +30,7 @@ "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.4.11", "@rsbuild/plugin-sass": "1.3.5", - "@types/react": "^18.3.23", - "typescript": "~5.9.2" + "@types/react": "^18.3.25", + "typescript": "~5.9.3" } } diff --git a/examples/page/package.json b/examples/page/package.json index 1f574127..ed8cae57 100644 --- a/examples/page/package.json +++ b/examples/page/package.json @@ -28,8 +28,8 @@ "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.4.11", "@rsbuild/plugin-sass": "1.3.5", - "@types/react": "^18.3.23", - "typescript": "~5.9.2" + "@types/react": "^18.3.25", + "typescript": "~5.9.3" }, "engines": { "node": ">=18" diff --git a/examples/performance-api/package.json b/examples/performance-api/package.json index a3170f3d..2161c06b 100644 --- a/examples/performance-api/package.json +++ b/examples/performance-api/package.json @@ -29,7 +29,7 @@ "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.4.11", "@rsbuild/plugin-sass": "1.3.5", - "@types/react": "^18.3.23", - "typescript": "~5.9.2" + "@types/react": "^18.3.25", + "typescript": "~5.9.3" } } diff --git a/examples/react-lifecycle/package.json b/examples/react-lifecycle/package.json index 385688e1..bace11c5 100644 --- a/examples/react-lifecycle/package.json +++ b/examples/react-lifecycle/package.json @@ -28,8 +28,8 @@ "@lynx-js/react-rsbuild-plugin": "catalog:", "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.4.11", - "@types/react": "^18.3.23", - "typescript": "~5.9.2" + "@types/react": "^18.3.25", + "typescript": "~5.9.3" }, "engines": { "node": ">=18" diff --git a/examples/scroll-view/package.json b/examples/scroll-view/package.json index 0d8de5e2..a48cc78b 100644 --- a/examples/scroll-view/package.json +++ b/examples/scroll-view/package.json @@ -28,8 +28,8 @@ "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.4.11", "@rsbuild/plugin-sass": "1.3.5", - "@types/react": "^18.3.23", - "typescript": "~5.9.2" + "@types/react": "^18.3.25", + "typescript": "~5.9.3" }, "engines": { "node": ">=18" diff --git a/examples/swiper/package.json b/examples/swiper/package.json index 0356f3e8..0a652d8a 100644 --- a/examples/swiper/package.json +++ b/examples/swiper/package.json @@ -29,7 +29,7 @@ "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.4.11", "@rsbuild/plugin-sass": "1.3.5", - "@types/react": "^18.3.23", - "typescript": "~5.9.2" + "@types/react": "^18.3.25", + "typescript": "~5.9.3" } } diff --git a/examples/tailwindcss/package.json b/examples/tailwindcss/package.json index 30d8ea9b..be022f58 100644 --- a/examples/tailwindcss/package.json +++ b/examples/tailwindcss/package.json @@ -19,11 +19,11 @@ "@lynx-js/qrcode-rsbuild-plugin": "catalog:", "@lynx-js/react-rsbuild-plugin": "catalog:", "@lynx-js/rspeedy": "catalog:", - "@lynx-js/tailwind-preset": "0.2.1", + "@lynx-js/tailwind-preset": "0.4.0", "@lynx-js/types": "^3.4.11", - "@types/react": "^18.3.23", + "@types/react": "^18.3.25", "tailwindcss": "^3.4.17", - "typescript": "~5.9.2" + "typescript": "~5.9.3" }, "engines": { "node": ">=18" diff --git a/examples/tanstack-router/package.json b/examples/tanstack-router/package.json index efbf31d6..2fb2589f 100644 --- a/examples/tanstack-router/package.json +++ b/examples/tanstack-router/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "@lynx-js/react": "catalog:", - "@tanstack/react-router": "1.131.36", + "@tanstack/react-router": "1.132.27", "url-search-params-polyfill": "^8.2.5" }, "devDependencies": { @@ -30,7 +30,7 @@ "@lynx-js/react-rsbuild-plugin": "catalog:", "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.4.11", - "@tanstack/router-plugin": "1.131.36", - "@types/react": "^18.3.23" + "@tanstack/router-plugin": "1.132.27", + "@types/react": "^18.3.25" } } diff --git a/examples/text/package.json b/examples/text/package.json index 819049a7..4cd42944 100644 --- a/examples/text/package.json +++ b/examples/text/package.json @@ -30,7 +30,7 @@ "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.4.11", "@rsbuild/plugin-sass": "1.3.5", - "@types/react": "^18.3.23", - "typescript": "~5.9.2" + "@types/react": "^18.3.25", + "typescript": "~5.9.3" } } diff --git a/examples/textarea/package.json b/examples/textarea/package.json index 63af2f21..c5461672 100644 --- a/examples/textarea/package.json +++ b/examples/textarea/package.json @@ -29,7 +29,7 @@ "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.4.11", "@rsbuild/plugin-sass": "1.3.5", - "@types/react": "^18.3.23", - "typescript": "~5.9.2" + "@types/react": "^18.3.25", + "typescript": "~5.9.3" } } diff --git a/examples/todo-list/package.json b/examples/todo-list/package.json index 7c1c23ab..72336d45 100644 --- a/examples/todo-list/package.json +++ b/examples/todo-list/package.json @@ -29,6 +29,6 @@ "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.4.11", "@rsbuild/plugin-sass": "1.3.5", - "@types/react": "^18.3.23" + "@types/react": "^18.3.25" } } diff --git a/examples/view/package.json b/examples/view/package.json index a24cbea6..4d3410e1 100644 --- a/examples/view/package.json +++ b/examples/view/package.json @@ -27,8 +27,8 @@ "@lynx-js/react-rsbuild-plugin": "catalog:", "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.4.11", - "@types/react": "^18.3.23", - "typescript": "~5.9.2" + "@types/react": "^18.3.25", + "typescript": "~5.9.3" }, "engines": { "node": ">=18" diff --git a/examples/web-platform/packages/lynx-project/package.json b/examples/web-platform/packages/lynx-project/package.json index 36fd4a37..49fa13ba 100644 --- a/examples/web-platform/packages/lynx-project/package.json +++ b/examples/web-platform/packages/lynx-project/package.json @@ -17,8 +17,8 @@ "@lynx-js/react-rsbuild-plugin": "catalog:", "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.4.11", - "@types/react": "^18.3.23", - "typescript": "~5.9.2" + "@types/react": "^18.3.25", + "typescript": "~5.9.3" }, "engines": { "node": ">=18" diff --git a/examples/web-platform/packages/react-container/package.json b/examples/web-platform/packages/react-container/package.json index 3f0ec7b4..11ec51a9 100644 --- a/examples/web-platform/packages/react-container/package.json +++ b/examples/web-platform/packages/react-container/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "@lynx-js/lynx-core": "^0.1.3", - "@lynx-js/web-core": "^0.15.6", - "@lynx-js/web-elements": "^0.8.4", + "@lynx-js/web-core": "^0.17.1", + "@lynx-js/web-elements": "^0.8.7", "react": "^19.1.1", "react-dom": "^19.1.1" }, "devDependencies": { "@rsbuild/core": "1.4.15", "@rsbuild/plugin-react": "1.3.5", - "@types/react": "^19.1.10", - "@types/react-dom": "^19.1.7", - "typescript": "^5.9.2" + "@types/react": "^19.1.16", + "@types/react-dom": "^19.1.9", + "typescript": "^5.9.3" } } diff --git a/examples/with-solidjs/package.json b/examples/with-solidjs/package.json index dc16abf3..99e0b6a6 100644 --- a/examples/with-solidjs/package.json +++ b/examples/with-solidjs/package.json @@ -23,10 +23,10 @@ "devDependencies": { "@babel/preset-typescript": "^7.27.1", "@lynx-js/solid": "workspace:*", - "@lynx-js/template-webpack-plugin": "0.8.4", + "@lynx-js/template-webpack-plugin": "0.9.0", "@lynx-js/types": "^3.4.11", - "@rspack/cli": "^1.4.11", - "@rspack/core": "^1.4.11", + "@rspack/cli": "^1.5.8", + "@rspack/core": "^1.5.8", "babel-loader": "^10.0.0", "babel-preset-solid": "^1.9.9" }, diff --git a/examples/zustand/package.json b/examples/zustand/package.json index cdac8321..298e66c1 100644 --- a/examples/zustand/package.json +++ b/examples/zustand/package.json @@ -28,8 +28,8 @@ "@lynx-js/react-rsbuild-plugin": "catalog:", "@lynx-js/rspeedy": "catalog:", "@lynx-js/types": "^3.4.11", - "@types/react": "^18.3.23", - "typescript": "~5.9.2", + "@types/react": "^18.3.25", + "typescript": "~5.9.3", "zustand": "^5.0.8" } } diff --git a/package.json b/package.json index c3f807b3..09a2c05d 100644 --- a/package.json +++ b/package.json @@ -19,16 +19,16 @@ "@changesets/cli": "^2.29.7", "@pnpm/meta-updater": "^2.0.6", "@rsbuild/plugin-type-check": "1.2.4", - "dprint": "^0.50.1", + "dprint": "^0.50.2", "husky": "^9.1.7", "nano-staged": "^0.8.0", "sort-package-json": "^3.4.0", - "turbo": "^2.5.6" + "turbo": "^2.5.8" }, - "packageManager": "pnpm@10.15.0", + "packageManager": "pnpm@10.17.1", "engines": { "node": ">=22", - "pnpm": "10.15.0" + "pnpm": "10.17.1" }, "pnpm": { "onlyBuiltDependencies": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index abcc7b31..8dcef41f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -31,10 +31,10 @@ importers: version: 2.0.6(@types/node@24.3.0)(typanion@3.14.0) '@rsbuild/plugin-type-check': specifier: 1.2.4 - version: 1.2.4(@rsbuild/core@1.5.12)(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2) + version: 1.2.4(@rsbuild/core@1.5.12)(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3) dprint: - specifier: ^0.50.1 - version: 0.50.1 + specifier: ^0.50.2 + version: 0.50.2 husky: specifier: ^9.1.7 version: 9.1.7 @@ -45,24 +45,24 @@ importers: specifier: ^3.4.0 version: 3.4.0 turbo: - specifier: ^2.5.6 - version: 2.5.6 + specifier: ^2.5.8 + version: 2.5.8 api/css: dependencies: '@lynx-js/react': specifier: 'catalog:' - version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) devDependencies: '@lynx-js/qrcode-rsbuild-plugin': specifier: 'catalog:' version: 0.4.2 '@lynx-js/react-rsbuild-plugin': specifier: 'catalog:' - version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(webpack@5.101.3) + version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(webpack@5.101.3) '@lynx-js/rspeedy': specifier: 'catalog:' - version: 0.11.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)(webpack@5.101.3) + version: 0.11.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)(webpack@5.101.3) '@lynx-js/types': specifier: ^3.4.11 version: 3.4.11 @@ -70,27 +70,27 @@ importers: specifier: 1.3.5 version: 1.3.5(@rsbuild/core@1.5.12) '@types/react': - specifier: ^18.3.23 - version: 18.3.23 + specifier: ^18.3.25 + version: 18.3.25 typescript: - specifier: ~5.9.2 - version: 5.9.2 + specifier: ~5.9.3 + version: 5.9.3 examples/BankCards: dependencies: '@lynx-js/react': specifier: 'catalog:' - version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) devDependencies: '@lynx-js/qrcode-rsbuild-plugin': specifier: 'catalog:' version: 0.4.2 '@lynx-js/react-rsbuild-plugin': specifier: 'catalog:' - version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(webpack@5.101.3) + version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(webpack@5.101.3) '@lynx-js/rspeedy': specifier: 'catalog:' - version: 0.11.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)(webpack@5.101.3) + version: 0.11.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)(webpack@5.101.3) '@lynx-js/types': specifier: ^3.4.11 version: 3.4.11 @@ -98,24 +98,24 @@ importers: specifier: 1.3.5 version: 1.3.5(@rsbuild/core@1.5.12) '@types/react': - specifier: ^18.3.23 - version: 18.3.23 + specifier: ^18.3.25 + version: 18.3.25 examples/Gallery: dependencies: '@lynx-js/react': specifier: 'catalog:' - version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) devDependencies: '@lynx-js/qrcode-rsbuild-plugin': specifier: 'catalog:' version: 0.4.2 '@lynx-js/react-rsbuild-plugin': specifier: 'catalog:' - version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(webpack@5.101.3) + version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(webpack@5.101.3) '@lynx-js/rspeedy': specifier: 'catalog:' - version: 0.11.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)(webpack@5.101.3) + version: 0.11.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)(webpack@5.101.3) '@lynx-js/types': specifier: ^3.4.11 version: 3.4.11 @@ -123,77 +123,77 @@ importers: specifier: 1.3.5 version: 1.3.5(@rsbuild/core@1.5.12) '@types/react': - specifier: ^18.3.23 - version: 18.3.23 + specifier: ^18.3.25 + version: 18.3.25 typescript: - specifier: ~5.9.2 - version: 5.9.2 + specifier: ~5.9.3 + version: 5.9.3 examples/accessibility: dependencies: '@lynx-js/react': specifier: 'catalog:' - version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) devDependencies: '@lynx-js/qrcode-rsbuild-plugin': specifier: 'catalog:' version: 0.4.2 '@lynx-js/react-rsbuild-plugin': specifier: 'catalog:' - version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(webpack@5.101.3) + version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(webpack@5.101.3) '@lynx-js/rspeedy': specifier: 'catalog:' - version: 0.11.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)(webpack@5.101.3) + version: 0.11.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)(webpack@5.101.3) '@lynx-js/types': specifier: ^3.4.11 version: 3.4.11 '@types/react': - specifier: ^18.3.23 - version: 18.3.23 + specifier: ^18.3.25 + version: 18.3.25 typescript: - specifier: ~5.9.2 - version: 5.9.2 + specifier: ~5.9.3 + version: 5.9.3 examples/action-sheet: dependencies: '@lynx-js/react': specifier: 'catalog:' - version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) devDependencies: '@lynx-js/qrcode-rsbuild-plugin': specifier: 'catalog:' version: 0.4.2 '@lynx-js/react-rsbuild-plugin': specifier: 'catalog:' - version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(webpack@5.101.3) + version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(webpack@5.101.3) '@lynx-js/rspeedy': specifier: 'catalog:' - version: 0.11.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)(webpack@5.101.3) + version: 0.11.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)(webpack@5.101.3) '@lynx-js/types': specifier: ^3.4.11 version: 3.4.11 '@types/react': - specifier: ^18.3.23 - version: 18.3.23 + specifier: ^18.3.25 + version: 18.3.25 typescript: - specifier: ~5.9.2 - version: 5.9.2 + specifier: ~5.9.3 + version: 5.9.3 examples/animation: dependencies: '@lynx-js/react': specifier: 'catalog:' - version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) devDependencies: '@lynx-js/qrcode-rsbuild-plugin': specifier: 'catalog:' version: 0.4.2 '@lynx-js/react-rsbuild-plugin': specifier: 'catalog:' - version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(webpack@5.101.3) + version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(webpack@5.101.3) '@lynx-js/rspeedy': specifier: 'catalog:' - version: 0.11.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)(webpack@5.101.3) + version: 0.11.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)(webpack@5.101.3) '@lynx-js/types': specifier: ^3.4.11 version: 3.4.11 @@ -201,52 +201,52 @@ importers: specifier: 1.3.5 version: 1.3.5(@rsbuild/core@1.5.12) '@types/react': - specifier: ^18.3.23 - version: 18.3.23 + specifier: ^18.3.25 + version: 18.3.25 typescript: - specifier: ~5.9.2 - version: 5.9.2 + specifier: ~5.9.3 + version: 5.9.3 examples/composing-elements: dependencies: '@lynx-js/react': specifier: 'catalog:' - version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) devDependencies: '@lynx-js/qrcode-rsbuild-plugin': specifier: 'catalog:' version: 0.4.2 '@lynx-js/react-rsbuild-plugin': specifier: 'catalog:' - version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(webpack@5.101.3) + version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(webpack@5.101.3) '@lynx-js/rspeedy': specifier: 'catalog:' - version: 0.11.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)(webpack@5.101.3) + version: 0.11.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)(webpack@5.101.3) '@lynx-js/types': specifier: ^3.4.11 version: 3.4.11 '@types/react': - specifier: ^18.3.23 - version: 18.3.23 + specifier: ^18.3.25 + version: 18.3.25 typescript: - specifier: ~5.9.2 - version: 5.9.2 + specifier: ~5.9.3 + version: 5.9.3 examples/css: dependencies: '@lynx-js/react': specifier: 'catalog:' - version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) devDependencies: '@lynx-js/qrcode-rsbuild-plugin': specifier: 'catalog:' version: 0.4.2 '@lynx-js/react-rsbuild-plugin': specifier: 'catalog:' - version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(webpack@5.101.3) + version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(webpack@5.101.3) '@lynx-js/rspeedy': specifier: 'catalog:' - version: 0.11.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)(webpack@5.101.3) + version: 0.11.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)(webpack@5.101.3) '@lynx-js/types': specifier: ^3.4.11 version: 3.4.11 @@ -254,52 +254,52 @@ importers: specifier: 1.3.5 version: 1.3.5(@rsbuild/core@1.5.12) '@types/react': - specifier: ^18.3.23 - version: 18.3.23 + specifier: ^18.3.25 + version: 18.3.25 typescript: - specifier: ~5.9.2 - version: 5.9.2 + specifier: ~5.9.3 + version: 5.9.3 examples/element-manipulation: dependencies: '@lynx-js/react': specifier: 'catalog:' - version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) devDependencies: '@lynx-js/qrcode-rsbuild-plugin': specifier: 'catalog:' version: 0.4.2 '@lynx-js/react-rsbuild-plugin': specifier: 'catalog:' - version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(webpack@5.101.3) + version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(webpack@5.101.3) '@lynx-js/rspeedy': specifier: 'catalog:' - version: 0.11.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)(webpack@5.101.3) + version: 0.11.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)(webpack@5.101.3) '@lynx-js/types': specifier: ^3.4.11 version: 3.4.11 '@types/react': - specifier: ^18.3.23 - version: 18.3.23 + specifier: ^18.3.25 + version: 18.3.25 typescript: - specifier: ~5.9.2 - version: 5.9.2 + specifier: ~5.9.3 + version: 5.9.3 examples/event: dependencies: '@lynx-js/react': specifier: 'catalog:' - version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) devDependencies: '@lynx-js/qrcode-rsbuild-plugin': specifier: 'catalog:' version: 0.4.2 '@lynx-js/react-rsbuild-plugin': specifier: 'catalog:' - version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(webpack@5.101.3) + version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(webpack@5.101.3) '@lynx-js/rspeedy': specifier: 'catalog:' - version: 0.11.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)(webpack@5.101.3) + version: 0.11.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)(webpack@5.101.3) '@lynx-js/types': specifier: ^3.4.11 version: 3.4.11 @@ -307,27 +307,27 @@ importers: specifier: 1.3.5 version: 1.3.5(@rsbuild/core@1.5.12) '@types/react': - specifier: ^18.3.23 - version: 18.3.23 + specifier: ^18.3.25 + version: 18.3.25 typescript: - specifier: ~5.9.2 - version: 5.9.2 + specifier: ~5.9.3 + version: 5.9.3 examples/fetch: dependencies: '@lynx-js/react': specifier: 'catalog:' - version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) devDependencies: '@lynx-js/qrcode-rsbuild-plugin': specifier: 'catalog:' version: 0.4.2 '@lynx-js/react-rsbuild-plugin': specifier: 'catalog:' - version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(webpack@5.101.3) + version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(webpack@5.101.3) '@lynx-js/rspeedy': specifier: 'catalog:' - version: 0.11.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)(webpack@5.101.3) + version: 0.11.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)(webpack@5.101.3) '@lynx-js/types': specifier: ^3.4.11 version: 3.4.11 @@ -335,39 +335,39 @@ importers: specifier: 1.3.5 version: 1.3.5(@rsbuild/core@1.5.12) '@types/react': - specifier: ^18.3.23 - version: 18.3.23 + specifier: ^18.3.25 + version: 18.3.25 examples/hello-world: dependencies: '@lynx-js/react': specifier: 'catalog:' - version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) devDependencies: '@lynx-js/qrcode-rsbuild-plugin': specifier: 'catalog:' version: 0.4.2 '@lynx-js/react-rsbuild-plugin': specifier: 'catalog:' - version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(webpack@5.101.3) + version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(webpack@5.101.3) '@lynx-js/rspeedy': specifier: 'catalog:' - version: 0.11.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)(webpack@5.101.3) + version: 0.11.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)(webpack@5.101.3) '@lynx-js/types': specifier: ^3.4.11 version: 3.4.11 '@types/react': - specifier: ^18.3.23 - version: 18.3.23 + specifier: ^18.3.25 + version: 18.3.25 typescript: - specifier: ~5.9.2 - version: 5.9.2 + specifier: ~5.9.3 + version: 5.9.3 examples/i18n: dependencies: '@lynx-js/react': specifier: 'catalog:' - version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) i18next: specifier: ^23.16.8 version: 23.16.8 @@ -377,25 +377,25 @@ importers: version: 0.4.2 '@lynx-js/react-rsbuild-plugin': specifier: 'catalog:' - version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(webpack@5.101.3) + version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(webpack@5.101.3) '@lynx-js/rspeedy': specifier: 'catalog:' - version: 0.11.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)(webpack@5.101.3) + version: 0.11.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)(webpack@5.101.3) '@lynx-js/types': specifier: ^3.4.11 version: 3.4.11 '@types/react': - specifier: ^18.3.23 - version: 18.3.23 + specifier: ^18.3.25 + version: 18.3.25 typescript: - specifier: ~5.9.2 - version: 5.9.2 + specifier: ~5.9.3 + version: 5.9.3 examples/ifr: dependencies: '@lynx-js/react': specifier: 'catalog:' - version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) jsbi: specifier: 4.3.2 version: 4.3.2 @@ -405,60 +405,60 @@ importers: version: 0.4.2 '@lynx-js/react-rsbuild-plugin': specifier: 'catalog:' - version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(webpack@5.101.3) + version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(webpack@5.101.3) '@lynx-js/rspeedy': specifier: 'catalog:' - version: 0.11.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)(webpack@5.101.3) + version: 0.11.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)(webpack@5.101.3) '@lynx-js/types': specifier: ^3.4.11 version: 3.4.11 '@types/react': - specifier: ^18.3.23 - version: 18.3.23 + specifier: ^18.3.25 + version: 18.3.25 typescript: - specifier: ~5.9.2 - version: 5.9.2 + specifier: ~5.9.3 + version: 5.9.3 examples/image: dependencies: '@lynx-js/react': specifier: 'catalog:' - version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) devDependencies: '@lynx-js/qrcode-rsbuild-plugin': specifier: 'catalog:' version: 0.4.2 '@lynx-js/react-rsbuild-plugin': specifier: 'catalog:' - version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(webpack@5.101.3) + version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(webpack@5.101.3) '@lynx-js/rspeedy': specifier: 'catalog:' - version: 0.11.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)(webpack@5.101.3) + version: 0.11.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)(webpack@5.101.3) '@lynx-js/types': specifier: ^3.4.11 version: 3.4.11 '@types/react': - specifier: ^18.3.23 - version: 18.3.23 + specifier: ^18.3.25 + version: 18.3.25 typescript: - specifier: ~5.9.2 - version: 5.9.2 + specifier: ~5.9.3 + version: 5.9.3 examples/input: dependencies: '@lynx-js/react': specifier: 'catalog:' - version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) devDependencies: '@lynx-js/qrcode-rsbuild-plugin': specifier: 'catalog:' version: 0.4.2 '@lynx-js/react-rsbuild-plugin': specifier: 'catalog:' - version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(webpack@5.101.3) + version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(webpack@5.101.3) '@lynx-js/rspeedy': specifier: 'catalog:' - version: 0.11.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)(webpack@5.101.3) + version: 0.11.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)(webpack@5.101.3) '@lynx-js/types': specifier: ^3.4.11 version: 3.4.11 @@ -466,27 +466,27 @@ importers: specifier: 1.3.5 version: 1.3.5(@rsbuild/core@1.5.12) '@types/react': - specifier: ^18.3.23 - version: 18.3.23 + specifier: ^18.3.25 + version: 18.3.25 typescript: - specifier: ~5.9.2 - version: 5.9.2 + specifier: ~5.9.3 + version: 5.9.3 examples/layout: dependencies: '@lynx-js/react': specifier: 'catalog:' - version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) devDependencies: '@lynx-js/qrcode-rsbuild-plugin': specifier: 'catalog:' version: 0.4.2 '@lynx-js/react-rsbuild-plugin': specifier: 'catalog:' - version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(webpack@5.101.3) + version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(webpack@5.101.3) '@lynx-js/rspeedy': specifier: 'catalog:' - version: 0.11.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)(webpack@5.101.3) + version: 0.11.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)(webpack@5.101.3) '@lynx-js/types': specifier: ^3.4.11 version: 3.4.11 @@ -494,52 +494,52 @@ importers: specifier: 1.3.5 version: 1.3.5(@rsbuild/core@1.5.12) '@types/react': - specifier: ^18.3.23 - version: 18.3.23 + specifier: ^18.3.25 + version: 18.3.25 typescript: - specifier: ~5.9.2 - version: 5.9.2 + specifier: ~5.9.3 + version: 5.9.3 examples/lazy-bundle: dependencies: '@lynx-js/react': specifier: 'catalog:' - version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) devDependencies: '@lynx-js/qrcode-rsbuild-plugin': specifier: 'catalog:' version: 0.4.2 '@lynx-js/react-rsbuild-plugin': specifier: 'catalog:' - version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(webpack@5.101.3) + version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(webpack@5.101.3) '@lynx-js/rspeedy': specifier: 'catalog:' - version: 0.11.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)(webpack@5.101.3) + version: 0.11.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)(webpack@5.101.3) '@lynx-js/types': specifier: ^3.4.11 version: 3.4.11 '@types/react': - specifier: ^18.3.23 - version: 18.3.23 + specifier: ^18.3.25 + version: 18.3.25 typescript: - specifier: ~5.9.2 - version: 5.9.2 + specifier: ~5.9.3 + version: 5.9.3 examples/list: dependencies: '@lynx-js/react': specifier: 'catalog:' - version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) devDependencies: '@lynx-js/qrcode-rsbuild-plugin': specifier: 'catalog:' version: 0.4.2 '@lynx-js/react-rsbuild-plugin': specifier: 'catalog:' - version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(webpack@5.101.3) + version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(webpack@5.101.3) '@lynx-js/rspeedy': specifier: 'catalog:' - version: 0.11.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)(webpack@5.101.3) + version: 0.11.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)(webpack@5.101.3) '@lynx-js/types': specifier: ^3.4.11 version: 3.4.11 @@ -547,130 +547,130 @@ importers: specifier: 1.3.5 version: 1.3.5(@rsbuild/core@1.5.12) '@types/react': - specifier: ^18.3.23 - version: 18.3.23 + specifier: ^18.3.25 + version: 18.3.25 typescript: - specifier: ~5.9.2 - version: 5.9.2 + specifier: ~5.9.3 + version: 5.9.3 examples/local-storage: dependencies: '@lynx-js/react': specifier: 'catalog:' - version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) devDependencies: '@lynx-js/qrcode-rsbuild-plugin': specifier: 'catalog:' version: 0.4.2 '@lynx-js/react-rsbuild-plugin': specifier: 'catalog:' - version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(webpack@5.101.3) + version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(webpack@5.101.3) '@lynx-js/rspeedy': specifier: 'catalog:' - version: 0.11.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)(webpack@5.101.3) + version: 0.11.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)(webpack@5.101.3) '@lynx-js/types': specifier: ^3.4.11 version: 3.4.11 '@types/react': - specifier: ^18.3.23 - version: 18.3.23 + specifier: ^18.3.25 + version: 18.3.25 typescript: - specifier: ~5.9.2 - version: 5.9.2 + specifier: ~5.9.3 + version: 5.9.3 examples/lynx-api: dependencies: '@lynx-js/react': specifier: 'catalog:' - version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) devDependencies: '@lynx-js/qrcode-rsbuild-plugin': specifier: 'catalog:' version: 0.4.2 '@lynx-js/react-rsbuild-plugin': specifier: 'catalog:' - version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(webpack@5.101.3) + version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(webpack@5.101.3) '@lynx-js/rspeedy': specifier: 'catalog:' - version: 0.11.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)(webpack@5.101.3) + version: 0.11.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)(webpack@5.101.3) '@lynx-js/types': specifier: ^3.4.11 version: 3.4.11 '@types/react': - specifier: ^18.3.23 - version: 18.3.23 + specifier: ^18.3.25 + version: 18.3.25 typescript: - specifier: ~5.9.2 - version: 5.9.2 + specifier: ~5.9.3 + version: 5.9.3 examples/main-thread: dependencies: '@lynx-js/react': specifier: 'catalog:' - version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) devDependencies: '@lynx-js/qrcode-rsbuild-plugin': specifier: 'catalog:' version: 0.4.2 '@lynx-js/react-rsbuild-plugin': specifier: 'catalog:' - version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(webpack@5.101.3) + version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(webpack@5.101.3) '@lynx-js/rspeedy': specifier: 'catalog:' - version: 0.11.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)(webpack@5.101.3) + version: 0.11.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)(webpack@5.101.3) '@lynx-js/types': specifier: ^3.4.11 version: 3.4.11 '@types/react': - specifier: ^18.3.23 - version: 18.3.23 + specifier: ^18.3.25 + version: 18.3.25 typescript: - specifier: ~5.9.2 - version: 5.9.2 + specifier: ~5.9.3 + version: 5.9.3 examples/native-element: dependencies: '@lynx-js/react': specifier: 'catalog:' - version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) devDependencies: '@lynx-js/qrcode-rsbuild-plugin': specifier: 'catalog:' version: 0.4.2 '@lynx-js/react-rsbuild-plugin': specifier: 'catalog:' - version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(webpack@5.101.3) + version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(webpack@5.101.3) '@lynx-js/rspeedy': specifier: 'catalog:' - version: 0.11.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)(webpack@5.101.3) + version: 0.11.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)(webpack@5.101.3) '@lynx-js/types': specifier: ^3.4.11 version: 3.4.11 '@types/react': - specifier: ^18.3.23 - version: 18.3.23 + specifier: ^18.3.25 + version: 18.3.25 typescript: - specifier: ~5.9.2 - version: 5.9.2 + specifier: ~5.9.3 + version: 5.9.3 examples/networking: dependencies: '@lynx-js/react': specifier: 'catalog:' - version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) '@tanstack/react-query': - specifier: 5.85.5 - version: 5.85.5(react@19.1.1) + specifier: 5.90.2 + version: 5.90.2(react@19.1.1) devDependencies: '@lynx-js/qrcode-rsbuild-plugin': specifier: 'catalog:' version: 0.4.2 '@lynx-js/react-rsbuild-plugin': specifier: 'catalog:' - version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(webpack@5.101.3) + version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(webpack@5.101.3) '@lynx-js/rspeedy': specifier: 'catalog:' - version: 0.11.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)(webpack@5.101.3) + version: 0.11.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)(webpack@5.101.3) '@lynx-js/types': specifier: ^3.4.11 version: 3.4.11 @@ -678,27 +678,27 @@ importers: specifier: 1.3.5 version: 1.3.5(@rsbuild/core@1.5.12) '@types/react': - specifier: ^18.3.23 - version: 18.3.23 + specifier: ^18.3.25 + version: 18.3.25 typescript: - specifier: ~5.9.2 - version: 5.9.2 + specifier: ~5.9.3 + version: 5.9.3 examples/page: dependencies: '@lynx-js/react': specifier: 'catalog:' - version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) devDependencies: '@lynx-js/qrcode-rsbuild-plugin': specifier: 'catalog:' version: 0.4.2 '@lynx-js/react-rsbuild-plugin': specifier: 'catalog:' - version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(webpack@5.101.3) + version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(webpack@5.101.3) '@lynx-js/rspeedy': specifier: 'catalog:' - version: 0.11.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)(webpack@5.101.3) + version: 0.11.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)(webpack@5.101.3) '@lynx-js/types': specifier: ^3.4.11 version: 3.4.11 @@ -706,27 +706,27 @@ importers: specifier: 1.3.5 version: 1.3.5(@rsbuild/core@1.5.12) '@types/react': - specifier: ^18.3.23 - version: 18.3.23 + specifier: ^18.3.25 + version: 18.3.25 typescript: - specifier: ~5.9.2 - version: 5.9.2 + specifier: ~5.9.3 + version: 5.9.3 examples/performance-api: dependencies: '@lynx-js/react': specifier: 'catalog:' - version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) devDependencies: '@lynx-js/qrcode-rsbuild-plugin': specifier: 'catalog:' version: 0.4.2 '@lynx-js/react-rsbuild-plugin': specifier: 'catalog:' - version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(webpack@5.101.3) + version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(webpack@5.101.3) '@lynx-js/rspeedy': specifier: 'catalog:' - version: 0.11.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)(webpack@5.101.3) + version: 0.11.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)(webpack@5.101.3) '@lynx-js/types': specifier: ^3.4.11 version: 3.4.11 @@ -734,52 +734,52 @@ importers: specifier: 1.3.5 version: 1.3.5(@rsbuild/core@1.5.12) '@types/react': - specifier: ^18.3.23 - version: 18.3.23 + specifier: ^18.3.25 + version: 18.3.25 typescript: - specifier: ~5.9.2 - version: 5.9.2 + specifier: ~5.9.3 + version: 5.9.3 examples/react-lifecycle: dependencies: '@lynx-js/react': specifier: 'catalog:' - version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) devDependencies: '@lynx-js/qrcode-rsbuild-plugin': specifier: 'catalog:' version: 0.4.2 '@lynx-js/react-rsbuild-plugin': specifier: 'catalog:' - version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(webpack@5.101.3) + version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(webpack@5.101.3) '@lynx-js/rspeedy': specifier: 'catalog:' - version: 0.11.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)(webpack@5.101.3) + version: 0.11.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)(webpack@5.101.3) '@lynx-js/types': specifier: ^3.4.11 version: 3.4.11 '@types/react': - specifier: ^18.3.23 - version: 18.3.23 + specifier: ^18.3.25 + version: 18.3.25 typescript: - specifier: ~5.9.2 - version: 5.9.2 + specifier: ~5.9.3 + version: 5.9.3 examples/scroll-view: dependencies: '@lynx-js/react': specifier: 'catalog:' - version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) devDependencies: '@lynx-js/qrcode-rsbuild-plugin': specifier: 'catalog:' version: 0.4.2 '@lynx-js/react-rsbuild-plugin': specifier: 'catalog:' - version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(webpack@5.101.3) + version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(webpack@5.101.3) '@lynx-js/rspeedy': specifier: 'catalog:' - version: 0.11.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)(webpack@5.101.3) + version: 0.11.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)(webpack@5.101.3) '@lynx-js/types': specifier: ^3.4.11 version: 3.4.11 @@ -787,27 +787,27 @@ importers: specifier: 1.3.5 version: 1.3.5(@rsbuild/core@1.5.12) '@types/react': - specifier: ^18.3.23 - version: 18.3.23 + specifier: ^18.3.25 + version: 18.3.25 typescript: - specifier: ~5.9.2 - version: 5.9.2 + specifier: ~5.9.3 + version: 5.9.3 examples/swiper: dependencies: '@lynx-js/react': specifier: 'catalog:' - version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) devDependencies: '@lynx-js/qrcode-rsbuild-plugin': specifier: 'catalog:' version: 0.4.2 '@lynx-js/react-rsbuild-plugin': specifier: 'catalog:' - version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(webpack@5.101.3) + version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(webpack@5.101.3) '@lynx-js/rspeedy': specifier: 'catalog:' - version: 0.11.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)(webpack@5.101.3) + version: 0.11.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)(webpack@5.101.3) '@lynx-js/types': specifier: ^3.4.11 version: 3.4.11 @@ -815,51 +815,51 @@ importers: specifier: 1.3.5 version: 1.3.5(@rsbuild/core@1.5.12) '@types/react': - specifier: ^18.3.23 - version: 18.3.23 + specifier: ^18.3.25 + version: 18.3.25 typescript: - specifier: ~5.9.2 - version: 5.9.2 + specifier: ~5.9.3 + version: 5.9.3 examples/tailwindcss: dependencies: '@lynx-js/react': specifier: 'catalog:' - version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) devDependencies: '@lynx-js/qrcode-rsbuild-plugin': specifier: 'catalog:' version: 0.4.2 '@lynx-js/react-rsbuild-plugin': specifier: 'catalog:' - version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(webpack@5.101.3) + version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(webpack@5.101.3) '@lynx-js/rspeedy': specifier: 'catalog:' - version: 0.11.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)(webpack@5.101.3) + version: 0.11.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)(webpack@5.101.3) '@lynx-js/tailwind-preset': - specifier: 0.2.1 - version: 0.2.1(tailwindcss@3.4.17) + specifier: 0.4.0 + version: 0.4.0(tailwindcss@3.4.17) '@lynx-js/types': specifier: ^3.4.11 version: 3.4.11 '@types/react': - specifier: ^18.3.23 - version: 18.3.23 + specifier: ^18.3.25 + version: 18.3.25 tailwindcss: specifier: ^3.4.17 version: 3.4.17 typescript: - specifier: ~5.9.2 - version: 5.9.2 + specifier: ~5.9.3 + version: 5.9.3 examples/tanstack-router: dependencies: '@lynx-js/react': specifier: 'catalog:' - version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) '@tanstack/react-router': - specifier: 1.131.36 - version: 1.131.36(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + specifier: 1.132.27 + version: 1.132.27(react-dom@19.1.1(react@19.1.1))(react@19.1.1) url-search-params-polyfill: specifier: ^8.2.5 version: 8.2.5 @@ -869,35 +869,35 @@ importers: version: 0.4.2 '@lynx-js/react-rsbuild-plugin': specifier: 'catalog:' - version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(webpack@5.101.3) + version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(webpack@5.101.3) '@lynx-js/rspeedy': specifier: 'catalog:' - version: 0.11.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)(webpack@5.101.3) + version: 0.11.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)(webpack@5.101.3) '@lynx-js/types': specifier: ^3.4.11 version: 3.4.11 '@tanstack/router-plugin': - specifier: 1.131.36 - version: 1.131.36(@rsbuild/core@1.5.12)(@tanstack/react-router@1.131.36(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(webpack@5.101.3) + specifier: 1.132.27 + version: 1.132.27(@rsbuild/core@1.5.12)(@tanstack/react-router@1.132.27(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(webpack@5.101.3) '@types/react': - specifier: ^18.3.23 - version: 18.3.23 + specifier: ^18.3.25 + version: 18.3.25 examples/text: dependencies: '@lynx-js/react': specifier: 'catalog:' - version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) devDependencies: '@lynx-js/qrcode-rsbuild-plugin': specifier: 'catalog:' version: 0.4.2 '@lynx-js/react-rsbuild-plugin': specifier: 'catalog:' - version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(webpack@5.101.3) + version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(webpack@5.101.3) '@lynx-js/rspeedy': specifier: 'catalog:' - version: 0.11.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)(webpack@5.101.3) + version: 0.11.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)(webpack@5.101.3) '@lynx-js/types': specifier: ^3.4.11 version: 3.4.11 @@ -905,27 +905,27 @@ importers: specifier: 1.3.5 version: 1.3.5(@rsbuild/core@1.5.12) '@types/react': - specifier: ^18.3.23 - version: 18.3.23 + specifier: ^18.3.25 + version: 18.3.25 typescript: - specifier: ~5.9.2 - version: 5.9.2 + specifier: ~5.9.3 + version: 5.9.3 examples/textarea: dependencies: '@lynx-js/react': specifier: 'catalog:' - version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) devDependencies: '@lynx-js/qrcode-rsbuild-plugin': specifier: 'catalog:' version: 0.4.2 '@lynx-js/react-rsbuild-plugin': specifier: 'catalog:' - version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(webpack@5.101.3) + version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(webpack@5.101.3) '@lynx-js/rspeedy': specifier: 'catalog:' - version: 0.11.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)(webpack@5.101.3) + version: 0.11.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)(webpack@5.101.3) '@lynx-js/types': specifier: ^3.4.11 version: 3.4.11 @@ -933,27 +933,27 @@ importers: specifier: 1.3.5 version: 1.3.5(@rsbuild/core@1.5.12) '@types/react': - specifier: ^18.3.23 - version: 18.3.23 + specifier: ^18.3.25 + version: 18.3.25 typescript: - specifier: ~5.9.2 - version: 5.9.2 + specifier: ~5.9.3 + version: 5.9.3 examples/todo-list: dependencies: '@lynx-js/react': specifier: 'catalog:' - version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) devDependencies: '@lynx-js/qrcode-rsbuild-plugin': specifier: 'catalog:' version: 0.4.2 '@lynx-js/react-rsbuild-plugin': specifier: 'catalog:' - version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(webpack@5.101.3) + version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(webpack@5.101.3) '@lynx-js/rspeedy': specifier: 'catalog:' - version: 0.11.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)(webpack@5.101.3) + version: 0.11.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)(webpack@5.101.3) '@lynx-js/types': specifier: ^3.4.11 version: 3.4.11 @@ -961,33 +961,33 @@ importers: specifier: 1.3.5 version: 1.3.5(@rsbuild/core@1.5.12) '@types/react': - specifier: ^18.3.23 - version: 18.3.23 + specifier: ^18.3.25 + version: 18.3.25 examples/view: dependencies: '@lynx-js/react': specifier: 'catalog:' - version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) devDependencies: '@lynx-js/qrcode-rsbuild-plugin': specifier: 'catalog:' version: 0.4.2 '@lynx-js/react-rsbuild-plugin': specifier: 'catalog:' - version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(webpack@5.101.3) + version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(webpack@5.101.3) '@lynx-js/rspeedy': specifier: 'catalog:' - version: 0.11.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)(webpack@5.101.3) + version: 0.11.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)(webpack@5.101.3) '@lynx-js/types': specifier: ^3.4.11 version: 3.4.11 '@types/react': - specifier: ^18.3.23 - version: 18.3.23 + specifier: ^18.3.25 + version: 18.3.25 typescript: - specifier: ~5.9.2 - version: 5.9.2 + specifier: ~5.9.3 + version: 5.9.3 examples/web-platform: {} @@ -995,26 +995,26 @@ importers: dependencies: '@lynx-js/react': specifier: 'catalog:' - version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) devDependencies: '@lynx-js/qrcode-rsbuild-plugin': specifier: 'catalog:' version: 0.4.2 '@lynx-js/react-rsbuild-plugin': specifier: 'catalog:' - version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(webpack@5.101.3) + version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(webpack@5.101.3) '@lynx-js/rspeedy': specifier: 'catalog:' - version: 0.11.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)(webpack@5.101.3) + version: 0.11.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)(webpack@5.101.3) '@lynx-js/types': specifier: ^3.4.11 version: 3.4.11 '@types/react': - specifier: ^18.3.23 - version: 18.3.23 + specifier: ^18.3.25 + version: 18.3.25 typescript: - specifier: ~5.9.2 - version: 5.9.2 + specifier: ~5.9.3 + version: 5.9.3 examples/web-platform/packages/react-container: dependencies: @@ -1022,11 +1022,11 @@ importers: specifier: ^0.1.3 version: 0.1.3 '@lynx-js/web-core': - specifier: ^0.15.6 - version: 0.15.6(@lynx-js/lynx-core@0.1.3)(@lynx-js/web-elements@0.8.4(tslib@2.8.1)) + specifier: ^0.17.1 + version: 0.17.1(@lynx-js/lynx-core@0.1.3)(@lynx-js/web-elements@0.8.7(tslib@2.8.1)) '@lynx-js/web-elements': - specifier: ^0.8.4 - version: 0.8.4(tslib@2.8.1) + specifier: ^0.8.7 + version: 0.8.7(tslib@2.8.1) react: specifier: ^19.1.1 version: 19.1.1 @@ -1041,14 +1041,14 @@ importers: specifier: 1.3.5 version: 1.3.5(@rsbuild/core@1.4.15) '@types/react': - specifier: ^19.1.10 - version: 19.1.10 + specifier: ^19.1.16 + version: 19.1.16 '@types/react-dom': - specifier: ^19.1.7 - version: 19.1.7(@types/react@19.1.10) + specifier: ^19.1.9 + version: 19.1.9(@types/react@19.1.16) typescript: - specifier: ^5.9.2 - version: 5.9.2 + specifier: ^5.9.3 + version: 5.9.3 examples/with-solidjs: devDependencies: @@ -1059,17 +1059,17 @@ importers: specifier: workspace:* version: link:packages/solid '@lynx-js/template-webpack-plugin': - specifier: 0.8.4 - version: 0.8.4 + specifier: 0.9.0 + version: 0.9.0 '@lynx-js/types': specifier: ^3.4.11 version: 3.4.11 '@rspack/cli': - specifier: ^1.4.11 - version: 1.4.11(@rspack/core@1.5.7(@swc/helpers@0.5.17))(@types/express@4.17.23)(webpack@5.101.3) + specifier: ^1.5.8 + version: 1.5.8(@rspack/core@1.5.8(@swc/helpers@0.5.17))(@types/express@4.17.23)(webpack@5.101.3) '@rspack/core': - specifier: ^1.4.11 - version: 1.5.7(@swc/helpers@0.5.17) + specifier: ^1.5.8 + version: 1.5.8(@swc/helpers@0.5.17) babel-loader: specifier: ^10.0.0 version: 10.0.0(@babel/core@7.28.3)(webpack@5.101.3) @@ -1091,29 +1091,29 @@ importers: dependencies: '@lynx-js/react': specifier: 'catalog:' - version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + version: 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) devDependencies: '@lynx-js/qrcode-rsbuild-plugin': specifier: 'catalog:' version: 0.4.2 '@lynx-js/react-rsbuild-plugin': specifier: 'catalog:' - version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(webpack@5.101.3) + version: 0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(webpack@5.101.3) '@lynx-js/rspeedy': specifier: 'catalog:' - version: 0.11.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)(webpack@5.101.3) + version: 0.11.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)(webpack@5.101.3) '@lynx-js/types': specifier: ^3.4.11 version: 3.4.11 '@types/react': - specifier: ^18.3.23 - version: 18.3.23 + specifier: ^18.3.25 + version: 18.3.25 typescript: - specifier: ~5.9.2 - version: 5.9.2 + specifier: ~5.9.3 + version: 5.9.3 zustand: specifier: ^5.0.8 - version: 5.0.8(@types/react@18.3.23)(react@19.1.1)(use-sync-external-store@1.5.0(react@19.1.1)) + version: 5.0.8(@types/react@18.3.25)(react@19.1.1)(use-sync-external-store@1.5.0(react@19.1.1)) packages: @@ -1328,48 +1328,48 @@ packages: resolution: {integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==} engines: {node: '>=10.0.0'} - '@dprint/darwin-arm64@0.50.1': - resolution: {integrity: sha512-NNKf3dxXn567pd/hpCVLHLbC0dI7s3YvQnUEwjRTOAQVMp6O7/ME+Tg1RPGsDP1IB+Y2fIYSM4qmG02zQrqjAQ==} + '@dprint/darwin-arm64@0.50.2': + resolution: {integrity: sha512-4d08INZlTxbPW9LK9W8+93viN543/qA2Kxn4azVnPW/xCb2Im03UqJBz8mMm3nJZdtNnK3uTVG3ib1VW+XJisw==} cpu: [arm64] os: [darwin] - '@dprint/darwin-x64@0.50.1': - resolution: {integrity: sha512-PcY75U3UC/0CLOxWzE0zZJZ2PxzUM5AX2baYL1ovgDGCfqO1H0hINiyxfx/8ncGgPojWBkLs+zrcFiGnXx7BQg==} + '@dprint/darwin-x64@0.50.2': + resolution: {integrity: sha512-ZXWPBwdLojhdBATq+bKwJvB7D8bIzrD6eR/Xuq9UYE7evQazUiR069d9NPF0iVuzTo6wNf9ub9SXI7qDl11EGA==} cpu: [x64] os: [darwin] - '@dprint/linux-arm64-glibc@0.50.1': - resolution: {integrity: sha512-q0TOGy9FsoSKsEQ4sIMKyFweF5M8rW1S5OfwJDNRR2TU2riWByU9TKYIZUzg53iuwYKRypr/kJ5kdbl516afRQ==} + '@dprint/linux-arm64-glibc@0.50.2': + resolution: {integrity: sha512-marxQzRw8atXAnaawwZHeeUaaAVewrGTlFKKcDASGyjPBhc23J5fHPUPremm8xCbgYZyTlokzrV8/1rDRWhJcw==} cpu: [arm64] os: [linux] - '@dprint/linux-arm64-musl@0.50.1': - resolution: {integrity: sha512-XRtxN2cA9rc06WFzzVPDIZYGGLmUXqpVf3F0XhhHV77ikQLJZ5reF4xBOQ+0HjJ/zy8W/HzuGDAHedWyCrRf9g==} + '@dprint/linux-arm64-musl@0.50.2': + resolution: {integrity: sha512-oGDq44ydzo0ZkJk6RHcUzUN5sOMT5HC6WA8kHXI6tkAsLUkaLO2DzZFfW4aAYZUn+hYNpQfQD8iGew0sjkyLyg==} cpu: [arm64] os: [linux] - '@dprint/linux-riscv64-glibc@0.50.1': - resolution: {integrity: sha512-vAk/eYhSjA3LJ/yuYgxkHamiK8+m6YdqVBO/Ka+i16VxyjQyOdcMKBkrLCIqSxgyXd6b8raf9wM59HJbaIpoOg==} + '@dprint/linux-riscv64-glibc@0.50.2': + resolution: {integrity: sha512-QMmZoZYWsXezDcC03fBOwPfxhTpPEyHqutcgJ0oauN9QcSXGji9NSZITMmtLz2Ki3T1MIvdaLd1goGzNSvNqTQ==} cpu: [riscv64] os: [linux] - '@dprint/linux-x64-glibc@0.50.1': - resolution: {integrity: sha512-EpW5KLekaq4hXmKBWWtfBgZ244S4C+vFmMOd1YaGi8+f0hmPTJzVWLdIgpO2ZwfPQ5iycaVI/JS514PQmXPOvg==} + '@dprint/linux-x64-glibc@0.50.2': + resolution: {integrity: sha512-KMeHEzb4teQJChTgq8HuQzc+reRNDnarOTGTQovAZ9WNjOtKLViftsKWW5HsnRHtP5nUIPE9rF1QLjJ/gUsqvw==} cpu: [x64] os: [linux] - '@dprint/linux-x64-musl@0.50.1': - resolution: {integrity: sha512-assISBbaKKL8LkjrIy/5tpE157MVW6HbyIKAjTtg3tPNM3lDn1oH3twuGtK9WBsN/VoEP3QMZVauolcUJT/VOg==} + '@dprint/linux-x64-musl@0.50.2': + resolution: {integrity: sha512-qM37T7H69g5coBTfE7SsA+KZZaRBky6gaUhPgAYxW+fOsoVtZSVkXtfTtQauHTpqqOEtbxfCtum70Hz1fr1teg==} cpu: [x64] os: [linux] - '@dprint/win32-arm64@0.50.1': - resolution: {integrity: sha512-ZeaRMQYoFjrsO3lvI1SqzDWDGH1GGXWmNSeXvcFuAf2OgYQJWMBlLotCKiHNJ3uyYneoyhTg2tv9QkApNkZV4Q==} + '@dprint/win32-arm64@0.50.2': + resolution: {integrity: sha512-kuGVHGoxLwssVDsodefUIYQRoO2fQncurH/xKgXiZwMPOSzFcgUzYJQiyqmJEp+PENhO9VT1hXUHZtlyCAWBUQ==} cpu: [arm64] os: [win32] - '@dprint/win32-x64@0.50.1': - resolution: {integrity: sha512-pMm8l/hRZ9zYylKw/yCaYkSV3btYB9UyMDbWqyxNthkQ1gckWrk17VTI6WjwwQuHD4Iaz5JgAYLS36hlUzWkxA==} + '@dprint/win32-x64@0.50.2': + resolution: {integrity: sha512-N3l9k31c3IMfVXqL0L6ygIhJFvCIrfQ+Z5Jph6RnCcBO6oDYWeYhAv/qBk1vLsF2y/e79TKsR1tvaEwnrQ03XA==} cpu: [x64] os: [win32] @@ -1648,8 +1648,8 @@ packages: '@lynx-js/lynx-core@0.1.3': resolution: {integrity: sha512-uWzKKYJUK4Q09ZRZxWSAFINnmZb9piWPbvWF9SkLn+3snBl9u/BJa4ekPRcKWAhBmpbtxWH1x27fxe3Q3p5l3Q==} - '@lynx-js/offscreen-document@0.1.3': - resolution: {integrity: sha512-XOrE+IeYcEOE2UzGTfwIrf7U+PvoogfMSPAQwcIQH8C73gHGZWv36B6lVGvXeeRqfGr6/5vilEjRjvqivfd1uA==} + '@lynx-js/offscreen-document@0.1.4': + resolution: {integrity: sha512-7OUAXZbpWigxOwpcDUU348R9Iw4JZP8qOsNdJ7+Z+LWTWt2DxbkxIKJ/KawQNOp+tsXeOFwUNbrgGkA7aqAX5w==} '@lynx-js/qrcode-rsbuild-plugin@0.4.2': resolution: {integrity: sha512-wSFj6+wOs9Av89QznAi10lglRYNOxy6d4b4VRSz1jW1V1b4BK1uqrbf4b4gtuRmN5gqRxrbN/fJh1+7KkZH84A==} @@ -1707,21 +1707,14 @@ packages: resolution: {integrity: sha512-F/spRqXWE5XS4h36mN89ulGGXjvs7DEiBFUO/Xf6barstKXbhLM485CwMzXz/Zh07ZIFvnHFtRZprOT0jNrrag==} engines: {node: '>=18'} - '@lynx-js/tailwind-preset@0.2.1': - resolution: {integrity: sha512-HZzyDpaTgmbSKKsP1l5+kfjDLBH+Z8NuOC0sGbCzSzCqhHbP6YJ3eP4CgfoMG9f7YT7J7oUiXRaIDLDyEqLKNA==} + '@lynx-js/tailwind-preset@0.4.0': + resolution: {integrity: sha512-ILFRM37SiwkEK/mKs0s2kdHInRpu0mkeEsbdx7PHnSXzLPEs/uu4zJRkbByMYXtf+Pf3PxuoPMKROcFhVkSQWQ==} peerDependencies: - tailwindcss: ^3 + tailwindcss: ^3.4.0 '@lynx-js/tasm@0.0.18': resolution: {integrity: sha512-6Kl1eUxooceWcSLYnCtys38r9KPIouTam/fU81pzOrH/xIal60+WY47nj+MzDXq94i9jbUusM+IQSZAkeRistw==} - '@lynx-js/tasm@0.0.5': - resolution: {integrity: sha512-E5ZTtNQslv0zGMqtEo/GULHM0XiyvkuL4K8SxP8R9n0WnInppIiekIP5Rzvt+oex7Sg8ngtm/ToUDiZ0NQ9+Qg==} - - '@lynx-js/template-webpack-plugin@0.8.4': - resolution: {integrity: sha512-Cgw/0dw6QEQNmrCL1QCUkaftMg5TrHF1rTk3J8b/RenNZLitbbp/prDx/pK7rfj19ixxdDvA9QP6c8bm4nTbMA==} - engines: {node: '>=18'} - '@lynx-js/template-webpack-plugin@0.9.0': resolution: {integrity: sha512-4HOqIVERYpcQDiF7rG8o1C+wpAbJaIHWeUgUpZInUIdPPwJMF80LKQO2G5zdGK2HEW3SdclhUMrRXt7Ze4SPfw==} engines: {node: '>=18'} @@ -1734,11 +1727,11 @@ packages: peerDependencies: '@lynx-js/react': '*' - '@lynx-js/web-constants@0.15.6': - resolution: {integrity: sha512-B07bk8phMhM165I/dVVPxH7ifbVB+csCeZCaOiIV7pGGBgirpnMzHFMD43i2ts7WT9/kqSUU/bXAZ2eRYsonzg==} + '@lynx-js/web-constants@0.17.1': + resolution: {integrity: sha512-NAIBpxYSCC+RezpkuLMa7j4Y92bd75p17j4t1X5Yd+e+3Mdjn1itfyuQWB67umnrdXS/U4L0vQtzWcn/QV9UHg==} - '@lynx-js/web-core@0.15.6': - resolution: {integrity: sha512-mVFo/QMLaUcLkNqPZUn94bcJulik+/X+lrNRze04NuIAcmHK/SrIdZvrv+yE85dsBuxnV944obU6FFj2HV70Vw==} + '@lynx-js/web-core@0.17.1': + resolution: {integrity: sha512-BY9vpqOktcfCyAlAfmBOjkWrUhH41AB0v7h6fWljkhO1wRzV9iGtGr7ym7X5LqgYUjcva1ssJO1/8+UX0shSUw==} peerDependencies: '@lynx-js/lynx-core': 0.1.3 '@lynx-js/web-elements': '>0.7.7' @@ -1746,25 +1739,25 @@ packages: '@lynx-js/web-elements-reactive@0.2.2': resolution: {integrity: sha512-IVZJaD4IDtVMaFG14vwhavPH6RJPU+VgxN3NLgcRB+2DO+0Ks1/0hYAJuk/QskGF6A7haGsG9TW/EQ7mk1s/sg==} - '@lynx-js/web-elements-template@0.8.4': - resolution: {integrity: sha512-0oZ2epiyFh59uz2joa1F95xkCzsapz5N2NpCgPYTi5gUQqfsMazF/ryfmbwME+S0AfeQbdxWxTkvJpd5ifu62g==} + '@lynx-js/web-elements-template@0.8.7': + resolution: {integrity: sha512-pPAf5aca/++2G/22uFaIfUEHkbbhoFibLMCh1z+NGUUDa6Ehp0GvcClWYtOFc4/Q6oAJQjcA1PMCXmZDRDu6sA==} - '@lynx-js/web-elements@0.8.4': - resolution: {integrity: sha512-RGNqmk6zkvU+fYfKo0d2+92M7/GIHiuX19M+hjBtwbh7nSpuiFKp4BE0KXW6muvZYo2EbZmf//iKi1njiJ3ZAg==} + '@lynx-js/web-elements@0.8.7': + resolution: {integrity: sha512-kmBNdFsPaeybbgR/Q9PMGDGkWVC26E8TCTvQ28JBnXy6opXu/0sMQBm4GkRjp9WRSubVEvl0nWwVJtbgG3m9cg==} peerDependencies: tslib: ^2.5.0 - '@lynx-js/web-mainthread-apis@0.15.6': - resolution: {integrity: sha512-i9aYz04yO+Gwn7Jex+2yN/v6NNQYPWwF3xT2Wqbym/zeo4mr8cndAgP9pwU4TXLPckHwbME1T1kqIxo95TWSYQ==} + '@lynx-js/web-mainthread-apis@0.17.1': + resolution: {integrity: sha512-3rR2AqHFnwmcRQKmM6lgIlRrsc3TdJT8ykpzwPKWoluMFqvEgl4xR1+J5kXHZY4BjoTHD0HeJaC2cC5DvR6uEQ==} - '@lynx-js/web-style-transformer@0.15.6': - resolution: {integrity: sha512-vC6dIkTH9x+PBHaQ1ybGj6ifeRG6OL0AbIkvOykkITN+Xv0KQNyCH66oLjQcph3bjr0SKQHNZvpGzwG6R7w8OQ==} + '@lynx-js/web-style-transformer@0.17.1': + resolution: {integrity: sha512-3cc1AR1nG0rHmD672iTLqEAL1ZSw3dG0iRV2Fco7L+j5xlesyeaph6pEEv2MntcN6iBsDzmeCzqo8Xo8OmCcKg==} - '@lynx-js/web-worker-rpc@0.15.6': - resolution: {integrity: sha512-uSgT9ByFZ8ffISwc4T/gr6yRBixczcp1yY0jnPtmBTwXhXryjdoVteye68gyByITYStkhnMMIYiCZPHwKi4Q0Q==} + '@lynx-js/web-worker-rpc@0.17.1': + resolution: {integrity: sha512-6wRTXjDPwI74+NzMp6u3BX5YTf3SkDgRh29hZveFAGZgpZpDr6poFd2jzOXP68GJrguJqtefNUnimafV2Nkm/A==} - '@lynx-js/web-worker-runtime@0.15.6': - resolution: {integrity: sha512-92DFRbc3UlgdOF9Dj16YU+BZN6xFUlW9c2hppeF+7ALhwPuhb2Mfkl53gaEIcQ4N/x3tfYT2f7uNaROnaa1IZg==} + '@lynx-js/web-worker-runtime@0.17.1': + resolution: {integrity: sha512-p4QBiNgVpggm+Js/ziFXO/E75tU+L/Ttbdhp+GvlKaHP0v/e7mfMMfxCxNIVS8kniC8eCbXnIT4iOH7CWaKNAw==} peerDependencies: '@lynx-js/lynx-core': 0.1.3 @@ -1772,10 +1765,6 @@ packages: resolution: {integrity: sha512-RSy02FSoMsavEn2wna4khSJwT2uGW4XeLduKH8UDT3aCsBNM/rXndUyG6PbwMcywXCeyb8UofkhaQDtJvNJklA==} engines: {node: '>=18'} - '@lynx-js/webpack-runtime-globals@0.0.5': - resolution: {integrity: sha512-fqQ9TQ70xHgDf2iLUxUr1PnBvqBkgz/Y4PHZd3Z/5wsa5JsPX86VGDbbj7wxwf3LgUSVORnidtqY6fcEfRuV1Q==} - engines: {node: '>=18'} - '@lynx-js/webpack-runtime-globals@0.0.6': resolution: {integrity: sha512-VzpJc/w7v38/SHaZ+f3WBVBrsgXOG13YX9mRRxRrCgJQa+wZ6waRz7OIjntuTYJk2p7rQ0wKRGzsMgMfRBs/3g==} engines: {node: '>=18'} @@ -2552,6 +2541,11 @@ packages: cpu: [arm64] os: [darwin] + '@rspack/binding-darwin-arm64@1.5.8': + resolution: {integrity: sha512-spJfpOSN3f7V90ic45/ET2NKB2ujAViCNmqb0iGurMNQtFRq+7Kd+jvVKKGXKBHBbsQrFhidSWbbqy2PBPGK8g==} + cpu: [arm64] + os: [darwin] + '@rspack/binding-darwin-x64@1.4.11': resolution: {integrity: sha512-YIV8Wzy+JY0SoSsVtN4wxFXOjzxxVPnVXNswrrfqVUTPr9jqGOFYUWCGpbt8lcCgfuBFm6zN8HpOsKm1xUNsVA==} cpu: [x64] @@ -2562,6 +2556,11 @@ packages: cpu: [x64] os: [darwin] + '@rspack/binding-darwin-x64@1.5.8': + resolution: {integrity: sha512-YFOzeL1IBknBcri8vjUp43dfUBylCeQnD+9O9p0wZmLAw7DtpN5JEOe2AkGo8kdTqJjYKI+cczJPKIw6lu1LWw==} + cpu: [x64] + os: [darwin] + '@rspack/binding-linux-arm64-gnu@1.4.11': resolution: {integrity: sha512-ms6uwECUIcu+6e82C5HJhRMHnfsI+l33v7XQezntzRPN0+sG3EpikEoT7SGbgt4vDwaWLR7wS20suN4qd5r3GA==} cpu: [arm64] @@ -2572,6 +2571,11 @@ packages: cpu: [arm64] os: [linux] + '@rspack/binding-linux-arm64-gnu@1.5.8': + resolution: {integrity: sha512-UAWCsOnpkvy8eAVRo0uipbHXDhnoDq5zmqWTMhpga0/a3yzCp2e+fnjZb/qnFNYb5MeL0O1mwMOYgn1M3oHILQ==} + cpu: [arm64] + os: [linux] + '@rspack/binding-linux-arm64-musl@1.4.11': resolution: {integrity: sha512-9evq0DOdxMN/H8VM8ZmyY9NSuBgILNVV6ydBfVPMHPx4r1E7JZGpWeKDegZcS5Erw3sS9kVSIxyX78L5PDzzKw==} cpu: [arm64] @@ -2582,6 +2586,11 @@ packages: cpu: [arm64] os: [linux] + '@rspack/binding-linux-arm64-musl@1.5.8': + resolution: {integrity: sha512-GnSvGT4GjokPSD45cTtE+g7LgghuxSP1MRmvd+Vp/I8pnxTVSTsebRod4TAqyiv+l11nuS8yqNveK9qiOkBLWw==} + cpu: [arm64] + os: [linux] + '@rspack/binding-linux-x64-gnu@1.4.11': resolution: {integrity: sha512-bHYFLxPPYBOSaHdQbEoCYGMQ1gOrEWj7Mro/DLfSHZi1a0okcQ2Q1y0i1DczReim3ZhLGNrK7k1IpFXCRbAobQ==} cpu: [x64] @@ -2592,6 +2601,11 @@ packages: cpu: [x64] os: [linux] + '@rspack/binding-linux-x64-gnu@1.5.8': + resolution: {integrity: sha512-XLxh5n/pzUfxsugz/8rVBv+Tx2nqEM+9rharK69kfooDsQNKyz7PANllBQ/v4svJ+W0BRHnDL4qXSGdteZeEjA==} + cpu: [x64] + os: [linux] + '@rspack/binding-linux-x64-musl@1.4.11': resolution: {integrity: sha512-wrm4E7q2k4+cwT6Uhp6hIQ3eUe/YoaUttj6j5TqHYZX6YeLrNPtD9+ne6lQQ17BV8wmm6NZsmoFIJ5xIptpRhQ==} cpu: [x64] @@ -2602,6 +2616,11 @@ packages: cpu: [x64] os: [linux] + '@rspack/binding-linux-x64-musl@1.5.8': + resolution: {integrity: sha512-gE0+MZmwF+01p9/svpEESkzkLpBkVUG2o03YMpwXYC/maeRRhWvF8BJ7R3i/Ls/jFGSE87dKX5NbRLVzqksq/w==} + cpu: [x64] + os: [linux] + '@rspack/binding-wasm32-wasi@1.4.11': resolution: {integrity: sha512-hiYxHZjaZ17wQtXyLCK0IdtOvMWreGVTiGsaHCxyeT+SldDG+r16bXNjmlqfZsjlfl1mkAqKz1dg+mMX28OTqw==} cpu: [wasm32] @@ -2610,6 +2629,10 @@ packages: resolution: {integrity: sha512-uTRUEuK+TVlvUBSWXVoxD+6JTN+rvtRqVlO+A7I7VnOY7p9Rpvk1sXcHtEwg/XuDCq4DALnvlzbFLh7G3zILvw==} cpu: [wasm32] + '@rspack/binding-wasm32-wasi@1.5.8': + resolution: {integrity: sha512-cfg3niNHeJuxuml1Vy9VvaJrI/5TakzoaZvKX2g5S24wfzR50Eyy4JAsZ+L2voWQQp1yMJbmPYPmnTCTxdJQBQ==} + cpu: [wasm32] + '@rspack/binding-win32-arm64-msvc@1.4.11': resolution: {integrity: sha512-+HF/mnjmTr8PC1dccRt1bkrD2tPDGeqvXC1BBLYd/Klq1VbtIcnrhfmvQM6KaXbiLcY9VWKzcZPOTmnyZ8TaHQ==} cpu: [arm64] @@ -2620,6 +2643,11 @@ packages: cpu: [arm64] os: [win32] + '@rspack/binding-win32-arm64-msvc@1.5.8': + resolution: {integrity: sha512-7i3ZTHFXKfU/9Jm9XhpMkrdkxO7lfeYMNVEGkuU5dyBfRMQj69dRgPL7zJwc2plXiqu9LUOl+TwDNTjap7Q36g==} + cpu: [arm64] + os: [win32] + '@rspack/binding-win32-ia32-msvc@1.4.11': resolution: {integrity: sha512-EU2fQGwrRfwFd/tcOInlD0jy6gNQE4Q3Ayj0Is+cX77sbhPPyyOz0kZDEaQ4qaN2VU8w4Hu/rrD7c0GAKLFvCw==} cpu: [ia32] @@ -2630,6 +2658,11 @@ packages: cpu: [ia32] os: [win32] + '@rspack/binding-win32-ia32-msvc@1.5.8': + resolution: {integrity: sha512-7ZPPWO11J+soea1+mnfaPpQt7GIodBM7A86dx6PbXgVEoZmetcWPrCF2NBfXxQWOKJ9L3RYltC4z+ZyXRgMOrw==} + cpu: [ia32] + os: [win32] + '@rspack/binding-win32-x64-msvc@1.4.11': resolution: {integrity: sha512-1Nc5ZzWqfvE+iJc47qtHFzYYnHsC3awavXrCo74GdGip1vxtksM3G30BlvAQHHVtEmULotWqPbjZpflw/Xk9Ag==} cpu: [x64] @@ -2640,14 +2673,22 @@ packages: cpu: [x64] os: [win32] + '@rspack/binding-win32-x64-msvc@1.5.8': + resolution: {integrity: sha512-N/zXQgzIxME3YUzXT8qnyzxjqcnXudWOeDh8CAG9zqTCnCiy16SFfQ/cQgEoLlD9geQntV6jx2GbDDI5kpDGMQ==} + cpu: [x64] + os: [win32] + '@rspack/binding@1.4.11': resolution: {integrity: sha512-maGl/zRwnl0QVwkBCkgjn5PH20L9HdlRIdkYhEsfTepy5x2QZ0ti/0T49djjTJQrqb+S1i6wWQymMMMMMsxx6Q==} '@rspack/binding@1.5.7': resolution: {integrity: sha512-/fFrf4Yu8Tc0yXBw33g2++turdld1MDphLiLg05bx92fOVI1MafocwPvm35e3y1z7CtlQJ2Bmvzhi6APJShKxg==} - '@rspack/cli@1.4.11': - resolution: {integrity: sha512-21/EF/gdtTt03LYtXDFFE9rJNUfpxMtIszGgjfULal3IgYHAjo7mKPp6QlPQLSMi/26+TYHa9WZUrnHf8GUIJg==} + '@rspack/binding@1.5.8': + resolution: {integrity: sha512-/91CzhRl9r5BIQCgGsS7jA6MDbw1I2BQpbfcUUdkdKl2P79K3Zo/Mw/TvKzS86catwLaUQEgkGRmYawOfPg7ow==} + + '@rspack/cli@1.5.8': + resolution: {integrity: sha512-CVqxLGTHBLGDJxYRlVNCtbWix+bXLIHxT11225wAXSyn/5/kJYWxJNNy42vjUNNGSP1Va/aI5lse/pCZjn3xNA==} hasBin: true peerDependencies: '@rspack/core': ^1.0.0-alpha || ^1.x @@ -2670,6 +2711,15 @@ packages: '@swc/helpers': optional: true + '@rspack/core@1.5.8': + resolution: {integrity: sha512-sUd2LfiDhqYVfvknuoz0+/c+wSpn693xotnG5g1CSWKZArbtwiYzBIVnNlcHGmuoBRsnj/TkSq8dTQ7gwfBroQ==} + engines: {node: '>=18.12.0'} + peerDependencies: + '@swc/helpers': '>=0.5.1' + peerDependenciesMeta: + '@swc/helpers': + optional: true + '@rspack/dev-server@1.1.4': resolution: {integrity: sha512-kGHYX2jYf3ZiHwVl0aUEPBOBEIG1aWleCDCAi+Jg32KUu3qr/zDUpCEd0wPuHfLEgk0X0xAEYCS6JMO7nBStNQ==} engines: {node: '>= 18.12.0'} @@ -2706,20 +2756,20 @@ packages: '@swc/helpers@0.5.17': resolution: {integrity: sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==} - '@tanstack/history@1.131.2': - resolution: {integrity: sha512-cs1WKawpXIe+vSTeiZUuSBy8JFjEuDgdMKZFRLKwQysKo8y2q6Q1HvS74Yw+m5IhOW1nTZooa6rlgdfXcgFAaw==} + '@tanstack/history@1.132.21': + resolution: {integrity: sha512-5ziPz3YarKU5cBJoEJ4muV8cy+5W4oWdJMqW7qosMrK5fb9Qfm+QWX+kO3emKJMu4YOUofVu3toEuuD3x1zXKw==} engines: {node: '>=12'} - '@tanstack/query-core@5.85.5': - resolution: {integrity: sha512-KO0WTob4JEApv69iYp1eGvfMSUkgw//IpMnq+//cORBzXf0smyRwPLrUvEe5qtAEGjwZTXrjxg+oJNP/C00t6w==} + '@tanstack/query-core@5.90.2': + resolution: {integrity: sha512-k/TcR3YalnzibscALLwxeiLUub6jN5EDLwKDiO7q5f4ICEoptJ+n9+7vcEFy5/x/i6Q+Lb/tXrsKCggf5uQJXQ==} - '@tanstack/react-query@5.85.5': - resolution: {integrity: sha512-/X4EFNcnPiSs8wM2v+b6DqS5mmGeuJQvxBglmDxl6ZQb5V26ouD2SJYAcC3VjbNwqhY2zjxVD15rDA5nGbMn3A==} + '@tanstack/react-query@5.90.2': + resolution: {integrity: sha512-CLABiR+h5PYfOWr/z+vWFt5VsOA2ekQeRQBFSKlcoW6Ndx/f8rfyVmq4LbgOM4GG2qtxAxjLYLOpCNTYm4uKzw==} peerDependencies: react: ^18 || ^19 - '@tanstack/react-router@1.131.36': - resolution: {integrity: sha512-9tglm3Rf9qkANBIyYLbGlOjNj7GDBr0jOEOaADfwiGV3Ua3P562MGn7nHUOrfRfA6u2MCg0EKJ+LH7AeWxAqkg==} + '@tanstack/react-router@1.132.27': + resolution: {integrity: sha512-fxSm1kxrtl3dQslqqKgYnIbQf7qW4fyWXKQhZYCWBFHO2GT11DWPZTNkTXw5YifOpw2RTmYJBH3C44t1HF95Cw==} engines: {node: '>=12'} peerDependencies: react: '>=18.0.0 || >=19.0.0' @@ -2731,22 +2781,22 @@ packages: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 - '@tanstack/router-core@1.131.36': - resolution: {integrity: sha512-faGrKwrJBjJDxbcyeaOXgQcyccmzIGkwk+tnFeJuMTnH5OMfArykYnTZ9BxIrlOY2Mori9DXmYKMlig6mVqmGA==} + '@tanstack/router-core@1.132.27': + resolution: {integrity: sha512-mNx+nba7mXc7sJdX+kYH4rSW8f7Jx/+0hPOkX4XAnqiq7I1ng3gGqmGuf4+2BYTG2aD+aTSPExUPczy9VNgRfQ==} engines: {node: '>=12'} - '@tanstack/router-generator@1.131.36': - resolution: {integrity: sha512-Rl1Q2DFcAFXaYSvHQwO+HKmp5zSBz8D3qZl+fJ0a0w4/2I+Km1xwjzDwBUkFVNJtTUor40uU76SYJzV0/9s1tw==} + '@tanstack/router-generator@1.132.27': + resolution: {integrity: sha512-dlW33RGxgG0mBF8vRqUs5CeId6wOf4qY6GmT2Pv6NgCVtrD7wsMSM1BasIRufNIxRT6FVnE7rztMy9wN7oCaKg==} engines: {node: '>=12'} - '@tanstack/router-plugin@1.131.36': - resolution: {integrity: sha512-EU/NopEkQw3AyjZvB33r4uIfUtbU64rbdJDCgGfumv1wpi/B4lJTO9W6iiUsoIsi1mtlNQKbFKNIbx+VyGh19Q==} + '@tanstack/router-plugin@1.132.27': + resolution: {integrity: sha512-0mo+jdgO7L5hOPGyrmKtyy20ZUfX4LwN30IXS7mhsaSHbZub+XLS3Ta6mDxNLmOXAJLPI3Gc90yI8jVwhizv5Q==} engines: {node: '>=12'} peerDependencies: '@rsbuild/core': '>=1.0.2' - '@tanstack/react-router': ^1.131.36 - vite: '>=5.0.0 || >=6.0.0' - vite-plugin-solid: ^2.11.2 + '@tanstack/react-router': ^1.132.27 + vite: '>=5.0.0 || >=6.0.0 || >=7.0.0' + vite-plugin-solid: ^2.11.8 webpack: '>=5.92.0' peerDependenciesMeta: '@rsbuild/core': @@ -2760,15 +2810,15 @@ packages: webpack: optional: true - '@tanstack/router-utils@1.131.2': - resolution: {integrity: sha512-sr3x0d2sx9YIJoVth0QnfEcAcl+39sQYaNQxThtHmRpyeFYNyM2TTH+Ud3TNEnI3bbzmLYEUD+7YqB987GzhDA==} + '@tanstack/router-utils@1.132.21': + resolution: {integrity: sha512-d9MvyhdPaKN78hQOss89bayiv/HR/7FpVHuKTNGEzzYrBWDVIUBd0yMNaBxQBpTg6NuNxtZ01ZJS5VkbedbzJw==} engines: {node: '>=12'} '@tanstack/store@0.7.2': resolution: {integrity: sha512-RP80Z30BYiPX2Pyo0Nyw4s1SJFH2jyM6f9i3HfX4pA+gm5jsnYryscdq2aIQLnL4TaGuQMO+zXmN9nh1Qck+Pg==} - '@tanstack/virtual-file-routes@1.131.2': - resolution: {integrity: sha512-VEEOxc4mvyu67O+Bl0APtYjwcNRcL9it9B4HKbNgcBTIOEalhk+ufBl4kiqc8WP1sx1+NAaiS+3CcJBhrqaSRg==} + '@tanstack/virtual-file-routes@1.132.21': + resolution: {integrity: sha512-+eT+vxZnf2/QPr9ci5aPn7i3MnVyWYNG2DUqiKJXGi7EvuFrXV9r8zDK40QfUTNGdCg9F880YOVe3cTwMCO0zw==} engines: {node: '>=12'} '@trysound/sax@0.2.0': @@ -2862,16 +2912,16 @@ packages: '@types/range-parser@1.2.7': resolution: {integrity: sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==} - '@types/react-dom@19.1.7': - resolution: {integrity: sha512-i5ZzwYpqjmrKenzkoLM2Ibzt6mAsM7pxB6BCIouEVVmgiqaMj1TjaK7hnA36hbW5aZv20kx7Lw6hWzPWg0Rurw==} + '@types/react-dom@19.1.9': + resolution: {integrity: sha512-qXRuZaOsAdXKFyOhRBg6Lqqc0yay13vN7KrIg4L7N4aaHN68ma9OK3NE1BoDFgFOTfM7zg+3/8+2n8rLUH3OKQ==} peerDependencies: '@types/react': ^19.0.0 - '@types/react@18.3.23': - resolution: {integrity: sha512-/LDXMQh55EzZQ0uVAZmKKhfENivEvWz6E+EYzh+/MCjMhNsotd+ZHhBGIjFDTi6+fz0OhQQQLbTgdQIxxCsC0w==} + '@types/react@18.3.25': + resolution: {integrity: sha512-oSVZmGtDPmRZtVDqvdKUi/qgCsWp5IDY29wp8na8Bj4B3cc99hfNzvNhlMkVVxctkAOGUA3Km7MMpBHAnWfcIA==} - '@types/react@19.1.10': - resolution: {integrity: sha512-EhBeSYX0Y6ye8pNebpKrwFJq7BoQ8J5SO6NlvNwwHjSj6adXJViPQrKlsyPw7hLBLvckEMO1yxeGdR82YBBlDg==} + '@types/react@19.1.16': + resolution: {integrity: sha512-WBM/nDbEZmDUORKnh5i1bTnAz6vTohUf9b8esSMu+b24+srbaxa04UbJgWx78CVfNXA20sNu0odEIluZDFdCog==} '@types/retry@0.12.2': resolution: {integrity: sha512-XISRgDJ2Tc5q4TRqvgJtzsRkFYNJzZrhTdtMoGVBttwzzQJkPnS3WWTFc7kuDRoPtPakl+T+OfdEUjYJj7Jbow==} @@ -3547,8 +3597,8 @@ packages: convert-source-map@2.0.0: resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} - cookie-es@1.2.2: - resolution: {integrity: sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==} + cookie-es@2.0.0: + resolution: {integrity: sha512-RAj4E421UYRgqokKUmotqAwuplYw15qtdXfY+hGzgCJ/MBjCVZcSoHK/kH9kocfjRjcDME7IiDWR/1WX1TM2Pg==} cookie-signature@1.0.6: resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==} @@ -3848,8 +3898,8 @@ packages: domutils@3.2.2: resolution: {integrity: sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==} - dprint@0.50.1: - resolution: {integrity: sha512-s+kUyQp2rGpwsM3vVmXySOY3v1NjYyRpKfQZdP4rfNTz6zQuICSO6nqIXNm3YdK1MwNFR/EXSFMuE1YPuulhow==} + dprint@0.50.2: + resolution: {integrity: sha512-+0Fzg+17jsMMUouK00/Fara5YtGOuE76EAJINHB8VpkXHd0n00rMXtw/03qorOgz23eo8Y0UpYvNZBJJo3aNtw==} hasBin: true dunder-proto@1.0.1: @@ -4442,10 +4492,6 @@ packages: resolution: {integrity: sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==} engines: {node: '>= 0.4'} - interpret@3.1.1: - resolution: {integrity: sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==} - engines: {node: '>=10.13.0'} - ip-address@10.0.1: resolution: {integrity: sha512-NWv9YLW4PoW2B7xtzaS3NCot75m6nK7Icdv0o3lfMceJVRfSoQwqD4wEH5rLwoKJwUiZ/rfpiVBhnaF0FK4HoA==} engines: {node: '>= 12'} @@ -5315,6 +5361,9 @@ packages: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} engines: {node: '>=8'} + pathe@2.0.3: + resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==} + picocolors@1.1.1: resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} @@ -5698,10 +5747,6 @@ packages: resolution: {integrity: sha512-YTUo+Flmw4ZXiWfQKGcwwc11KnoRAYgzAE2E7mXKCjSviTKShtxBsN6YUUBB2gtaBzKzeKunxhUwNHQuRryhWA==} engines: {node: '>= 4'} - rechoir@0.8.0: - resolution: {integrity: sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==} - engines: {node: '>= 10.13.0'} - redent@4.0.0: resolution: {integrity: sha512-tYkDkVVtYkSVhuQ4zBgfvciymHaeuel+zFKXShfDnFP5SyVEP7qo70Rf1jTOTCx3vGNAbnEi/xFkcfQVMIBWag==} engines: {node: '>=12'} @@ -6390,38 +6435,38 @@ packages: engines: {node: '>=18.0.0'} hasBin: true - turbo-darwin-64@2.5.6: - resolution: {integrity: sha512-3C1xEdo4aFwMJAPvtlPqz1Sw/+cddWIOmsalHFMrsqqydcptwBfu26WW2cDm3u93bUzMbBJ8k3zNKFqxJ9ei2A==} + turbo-darwin-64@2.5.8: + resolution: {integrity: sha512-Dh5bCACiHO8rUXZLpKw+m3FiHtAp2CkanSyJre+SInEvEr5kIxjGvCK/8MFX8SFRjQuhjtvpIvYYZJB4AGCxNQ==} cpu: [x64] os: [darwin] - turbo-darwin-arm64@2.5.6: - resolution: {integrity: sha512-LyiG+rD7JhMfYwLqB6k3LZQtYn8CQQUePbpA8mF/hMLPAekXdJo1g0bUPw8RZLwQXUIU/3BU7tXENvhSGz5DPA==} + turbo-darwin-arm64@2.5.8: + resolution: {integrity: sha512-f1H/tQC9px7+hmXn6Kx/w8Jd/FneIUnvLlcI/7RGHunxfOkKJKvsoiNzySkoHQ8uq1pJnhJ0xNGTlYM48ZaJOQ==} cpu: [arm64] os: [darwin] - turbo-linux-64@2.5.6: - resolution: {integrity: sha512-GOcUTT0xiT/pSnHL4YD6Yr3HreUhU8pUcGqcI2ksIF9b2/r/kRHwGFcsHgpG3+vtZF/kwsP0MV8FTlTObxsYIA==} + turbo-linux-64@2.5.8: + resolution: {integrity: sha512-hMyvc7w7yadBlZBGl/bnR6O+dJTx3XkTeyTTH4zEjERO6ChEs0SrN8jTFj1lueNXKIHh1SnALmy6VctKMGnWfw==} cpu: [x64] os: [linux] - turbo-linux-arm64@2.5.6: - resolution: {integrity: sha512-10Tm15bruJEA3m0V7iZcnQBpObGBcOgUcO+sY7/2vk1bweW34LMhkWi8svjV9iDF68+KJDThnYDlYE/bc7/zzQ==} + turbo-linux-arm64@2.5.8: + resolution: {integrity: sha512-LQELGa7bAqV2f+3rTMRPnj5G/OHAe2U+0N9BwsZvfMvHSUbsQ3bBMWdSQaYNicok7wOZcHjz2TkESn1hYK6xIQ==} cpu: [arm64] os: [linux] - turbo-windows-64@2.5.6: - resolution: {integrity: sha512-FyRsVpgaj76It0ludwZsNN40ytHN+17E4PFJyeliBEbxrGTc5BexlXVpufB7XlAaoaZVxbS6KT8RofLfDRyEPg==} + turbo-windows-64@2.5.8: + resolution: {integrity: sha512-3YdcaW34TrN1AWwqgYL9gUqmZsMT4T7g8Y5Azz+uwwEJW+4sgcJkIi9pYFyU4ZBSjBvkfuPZkGgfStir5BBDJQ==} cpu: [x64] os: [win32] - turbo-windows-arm64@2.5.6: - resolution: {integrity: sha512-j/tWu8cMeQ7HPpKri6jvKtyXg9K1gRyhdK4tKrrchH8GNHscPX/F71zax58yYtLRWTiK04zNzPcUJuoS0+v/+Q==} + turbo-windows-arm64@2.5.8: + resolution: {integrity: sha512-eFC5XzLmgXJfnAK3UMTmVECCwuBcORrWdewoiXBnUm934DY6QN8YowC/srhNnROMpaKaqNeRpoB5FxCww3eteQ==} cpu: [arm64] os: [win32] - turbo@2.5.6: - resolution: {integrity: sha512-gxToHmi9oTBNB05UjUsrWf0OyN5ZXtD0apOarC1KIx232Vp3WimRNy3810QzeNSgyD5rsaIDXlxlbnOzlouo+w==} + turbo@2.5.8: + resolution: {integrity: sha512-5c9Fdsr9qfpT3hA0EyYSFRZj1dVVsb6KIWubA9JBYZ/9ZEAijgUEae0BBR/Xl/wekt4w65/lYLTFaP3JmwSO8w==} hasBin: true typanion@3.14.0: @@ -6474,8 +6519,8 @@ packages: typedarray-to-buffer@3.1.5: resolution: {integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==} - typescript@5.9.2: - resolution: {integrity: sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==} + typescript@5.9.3: + resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==} engines: {node: '>=14.17'} hasBin: true @@ -7158,31 +7203,31 @@ snapshots: '@discoveryjs/json-ext@0.5.7': {} - '@dprint/darwin-arm64@0.50.1': + '@dprint/darwin-arm64@0.50.2': optional: true - '@dprint/darwin-x64@0.50.1': + '@dprint/darwin-x64@0.50.2': optional: true - '@dprint/linux-arm64-glibc@0.50.1': + '@dprint/linux-arm64-glibc@0.50.2': optional: true - '@dprint/linux-arm64-musl@0.50.1': + '@dprint/linux-arm64-musl@0.50.2': optional: true - '@dprint/linux-riscv64-glibc@0.50.1': + '@dprint/linux-riscv64-glibc@0.50.2': optional: true - '@dprint/linux-x64-glibc@0.50.1': + '@dprint/linux-x64-glibc@0.50.2': optional: true - '@dprint/linux-x64-musl@0.50.1': + '@dprint/linux-x64-musl@0.50.2': optional: true - '@dprint/win32-arm64@0.50.1': + '@dprint/win32-arm64@0.50.2': optional: true - '@dprint/win32-x64@0.50.1': + '@dprint/win32-x64@0.50.2': optional: true '@emnapi/core@1.5.0': @@ -7397,7 +7442,7 @@ snapshots: '@lynx-js/lynx-core@0.1.3': {} - '@lynx-js/offscreen-document@0.1.3': {} + '@lynx-js/offscreen-document@0.1.4': {} '@lynx-js/qrcode-rsbuild-plugin@0.4.2': {} @@ -7405,41 +7450,41 @@ snapshots: dependencies: unrs-resolver: 1.11.1 - '@lynx-js/react-refresh-webpack-plugin@0.3.4(@lynx-js/react-webpack-plugin@0.7.1(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(@lynx-js/template-webpack-plugin@0.9.0))': + '@lynx-js/react-refresh-webpack-plugin@0.3.4(@lynx-js/react-webpack-plugin@0.7.1(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(@lynx-js/template-webpack-plugin@0.9.0))': dependencies: - '@lynx-js/react-webpack-plugin': 0.7.1(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(@lynx-js/template-webpack-plugin@0.9.0) + '@lynx-js/react-webpack-plugin': 0.7.1(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(@lynx-js/template-webpack-plugin@0.9.0) - '@lynx-js/react-rsbuild-plugin@0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(webpack@5.101.3)': + '@lynx-js/react-rsbuild-plugin@0.11.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(webpack@5.101.3)': dependencies: '@lynx-js/css-extract-webpack-plugin': 0.6.3(@lynx-js/template-webpack-plugin@0.9.0)(webpack@5.101.3) '@lynx-js/react-alias-rsbuild-plugin': 0.11.0 - '@lynx-js/react-refresh-webpack-plugin': 0.3.4(@lynx-js/react-webpack-plugin@0.7.1(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(@lynx-js/template-webpack-plugin@0.9.0)) - '@lynx-js/react-webpack-plugin': 0.7.1(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(@lynx-js/template-webpack-plugin@0.9.0) + '@lynx-js/react-refresh-webpack-plugin': 0.3.4(@lynx-js/react-webpack-plugin@0.7.1(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(@lynx-js/template-webpack-plugin@0.9.0)) + '@lynx-js/react-webpack-plugin': 0.7.1(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(@lynx-js/template-webpack-plugin@0.9.0) '@lynx-js/runtime-wrapper-webpack-plugin': 0.1.3 '@lynx-js/template-webpack-plugin': 0.9.0 - '@lynx-js/use-sync-external-store': 1.5.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23)) + '@lynx-js/use-sync-external-store': 1.5.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25)) background-only: 0.0.1 optionalDependencies: - '@lynx-js/react': 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + '@lynx-js/react': 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) transitivePeerDependencies: - webpack - '@lynx-js/react-webpack-plugin@0.7.1(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))(@lynx-js/template-webpack-plugin@0.9.0)': + '@lynx-js/react-webpack-plugin@0.7.1(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))(@lynx-js/template-webpack-plugin@0.9.0)': dependencies: '@lynx-js/template-webpack-plugin': 0.9.0 '@lynx-js/webpack-runtime-globals': 0.0.6 tiny-invariant: 1.3.3 optionalDependencies: - '@lynx-js/react': 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + '@lynx-js/react': 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) - '@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23)': + '@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25)': dependencies: - '@types/react': 18.3.23 + '@types/react': 18.3.25 preact: '@hongzhiyuan/preact@10.24.0-00213bad' optionalDependencies: '@lynx-js/types': 3.4.11 - '@lynx-js/rspeedy@0.11.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)(webpack@5.101.3)': + '@lynx-js/rspeedy@0.11.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)(webpack@5.101.3)': dependencies: '@lynx-js/cache-events-webpack-plugin': 0.0.2 '@lynx-js/chunk-loading-webpack-plugin': 0.3.3 @@ -7447,9 +7492,9 @@ snapshots: '@lynx-js/websocket': 0.0.4 '@rsbuild/core': 1.5.12 '@rsbuild/plugin-css-minimizer': 1.0.3(@rsbuild/core@1.5.12)(webpack@5.101.3) - '@rsdoctor/rspack-plugin': 1.2.3(@rsbuild/core@1.5.12)(@rspack/core@1.5.7(@swc/helpers@0.5.17))(webpack@5.101.3) + '@rsdoctor/rspack-plugin': 1.2.3(@rsbuild/core@1.5.12)(@rspack/core@1.5.8(@swc/helpers@0.5.17))(webpack@5.101.3) optionalDependencies: - typescript: 5.9.2 + typescript: 5.9.3 transitivePeerDependencies: - '@parcel/css' - '@rspack/core' @@ -7468,23 +7513,12 @@ snapshots: dependencies: '@lynx-js/webpack-runtime-globals': 0.0.6 - '@lynx-js/tailwind-preset@0.2.1(tailwindcss@3.4.17)': + '@lynx-js/tailwind-preset@0.4.0(tailwindcss@3.4.17)': dependencies: tailwindcss: 3.4.17 '@lynx-js/tasm@0.0.18': {} - '@lynx-js/tasm@0.0.5': {} - - '@lynx-js/template-webpack-plugin@0.8.4': - dependencies: - '@lynx-js/css-serializer': 0.1.3 - '@lynx-js/tasm': 0.0.5 - '@lynx-js/webpack-runtime-globals': 0.0.5 - '@rspack/lite-tapable': 1.0.1 - css-tree: 3.1.0 - object.groupby: 1.0.3 - '@lynx-js/template-webpack-plugin@0.9.0': dependencies: '@lynx-js/css-serializer': 0.1.3 @@ -7498,58 +7532,56 @@ snapshots: dependencies: csstype: 3.1.3 - '@lynx-js/use-sync-external-store@1.5.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23))': + '@lynx-js/use-sync-external-store@1.5.0(@lynx-js/react@0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25))': dependencies: - '@lynx-js/react': 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.23) + '@lynx-js/react': 0.114.0(@lynx-js/types@3.4.11)(@types/react@18.3.25) - '@lynx-js/web-constants@0.15.6': + '@lynx-js/web-constants@0.17.1': dependencies: - '@lynx-js/web-worker-rpc': 0.15.6 + '@lynx-js/web-worker-rpc': 0.17.1 - '@lynx-js/web-core@0.15.6(@lynx-js/lynx-core@0.1.3)(@lynx-js/web-elements@0.8.4(tslib@2.8.1))': + '@lynx-js/web-core@0.17.1(@lynx-js/lynx-core@0.1.3)(@lynx-js/web-elements@0.8.7(tslib@2.8.1))': dependencies: '@lynx-js/lynx-core': 0.1.3 - '@lynx-js/offscreen-document': 0.1.3 - '@lynx-js/web-constants': 0.15.6 - '@lynx-js/web-elements': 0.8.4(tslib@2.8.1) - '@lynx-js/web-mainthread-apis': 0.15.6 - '@lynx-js/web-worker-rpc': 0.15.6 - '@lynx-js/web-worker-runtime': 0.15.6(@lynx-js/lynx-core@0.1.3) + '@lynx-js/offscreen-document': 0.1.4 + '@lynx-js/web-constants': 0.17.1 + '@lynx-js/web-elements': 0.8.7(tslib@2.8.1) + '@lynx-js/web-mainthread-apis': 0.17.1 + '@lynx-js/web-worker-rpc': 0.17.1 + '@lynx-js/web-worker-runtime': 0.17.1(@lynx-js/lynx-core@0.1.3) '@lynx-js/web-elements-reactive@0.2.2': {} - '@lynx-js/web-elements-template@0.8.4': {} + '@lynx-js/web-elements-template@0.8.7': {} - '@lynx-js/web-elements@0.8.4(tslib@2.8.1)': + '@lynx-js/web-elements@0.8.7(tslib@2.8.1)': dependencies: '@lynx-js/web-elements-reactive': 0.2.2 - '@lynx-js/web-elements-template': 0.8.4 + '@lynx-js/web-elements-template': 0.8.7 tslib: 2.8.1 - '@lynx-js/web-mainthread-apis@0.15.6': + '@lynx-js/web-mainthread-apis@0.17.1': dependencies: - '@lynx-js/web-constants': 0.15.6 - '@lynx-js/web-style-transformer': 0.15.6 + '@lynx-js/web-constants': 0.17.1 + '@lynx-js/web-style-transformer': 0.17.1 hyphenate-style-name: 1.1.0 - '@lynx-js/web-style-transformer@0.15.6': + '@lynx-js/web-style-transformer@0.17.1': dependencies: wasm-feature-detect: 1.8.0 - '@lynx-js/web-worker-rpc@0.15.6': {} + '@lynx-js/web-worker-rpc@0.17.1': {} - '@lynx-js/web-worker-runtime@0.15.6(@lynx-js/lynx-core@0.1.3)': + '@lynx-js/web-worker-runtime@0.17.1(@lynx-js/lynx-core@0.1.3)': dependencies: '@lynx-js/lynx-core': 0.1.3 - '@lynx-js/offscreen-document': 0.1.3 - '@lynx-js/web-constants': 0.15.6 - '@lynx-js/web-mainthread-apis': 0.15.6 - '@lynx-js/web-worker-rpc': 0.15.6 + '@lynx-js/offscreen-document': 0.1.4 + '@lynx-js/web-constants': 0.17.1 + '@lynx-js/web-mainthread-apis': 0.17.1 + '@lynx-js/web-worker-rpc': 0.17.1 '@lynx-js/webpack-dev-transport@0.2.0': {} - '@lynx-js/webpack-runtime-globals@0.0.5': {} - '@lynx-js/webpack-runtime-globals@0.0.6': {} '@lynx-js/websocket@0.0.4': @@ -8772,12 +8804,12 @@ snapshots: reduce-configs: 1.1.1 sass-embedded: 1.90.0 - '@rsbuild/plugin-type-check@1.2.4(@rsbuild/core@1.5.12)(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2)': + '@rsbuild/plugin-type-check@1.2.4(@rsbuild/core@1.5.12)(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3)': dependencies: deepmerge: 4.3.1 json5: 2.2.3 reduce-configs: 1.1.1 - ts-checker-rspack-plugin: 1.1.5(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2) + ts-checker-rspack-plugin: 1.1.5(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3) optionalDependencies: '@rsbuild/core': 1.5.12 transitivePeerDependencies: @@ -8786,13 +8818,13 @@ snapshots: '@rsdoctor/client@1.2.3': {} - '@rsdoctor/core@1.2.3(@rsbuild/core@1.5.12)(@rspack/core@1.5.7(@swc/helpers@0.5.17))(webpack@5.101.3)': + '@rsdoctor/core@1.2.3(@rsbuild/core@1.5.12)(@rspack/core@1.5.8(@swc/helpers@0.5.17))(webpack@5.101.3)': dependencies: '@rsbuild/plugin-check-syntax': 1.3.0(@rsbuild/core@1.5.12) - '@rsdoctor/graph': 1.2.3(@rspack/core@1.5.7(@swc/helpers@0.5.17))(webpack@5.101.3) - '@rsdoctor/sdk': 1.2.3(@rspack/core@1.5.7(@swc/helpers@0.5.17))(webpack@5.101.3) - '@rsdoctor/types': 1.2.3(@rspack/core@1.5.7(@swc/helpers@0.5.17))(webpack@5.101.3) - '@rsdoctor/utils': 1.2.3(@rspack/core@1.5.7(@swc/helpers@0.5.17))(webpack@5.101.3) + '@rsdoctor/graph': 1.2.3(@rspack/core@1.5.8(@swc/helpers@0.5.17))(webpack@5.101.3) + '@rsdoctor/sdk': 1.2.3(@rspack/core@1.5.8(@swc/helpers@0.5.17))(webpack@5.101.3) + '@rsdoctor/types': 1.2.3(@rspack/core@1.5.8(@swc/helpers@0.5.17))(webpack@5.101.3) + '@rsdoctor/utils': 1.2.3(@rspack/core@1.5.8(@swc/helpers@0.5.17))(webpack@5.101.3) axios: 1.11.0 browserslist-load-config: 1.0.1 enhanced-resolve: 5.12.0 @@ -8811,10 +8843,10 @@ snapshots: - utf-8-validate - webpack - '@rsdoctor/graph@1.2.3(@rspack/core@1.5.7(@swc/helpers@0.5.17))(webpack@5.101.3)': + '@rsdoctor/graph@1.2.3(@rspack/core@1.5.8(@swc/helpers@0.5.17))(webpack@5.101.3)': dependencies: - '@rsdoctor/types': 1.2.3(@rspack/core@1.5.7(@swc/helpers@0.5.17))(webpack@5.101.3) - '@rsdoctor/utils': 1.2.3(@rspack/core@1.5.7(@swc/helpers@0.5.17))(webpack@5.101.3) + '@rsdoctor/types': 1.2.3(@rspack/core@1.5.8(@swc/helpers@0.5.17))(webpack@5.101.3) + '@rsdoctor/utils': 1.2.3(@rspack/core@1.5.8(@swc/helpers@0.5.17))(webpack@5.101.3) lodash.unionby: 4.8.0 source-map: 0.7.6 transitivePeerDependencies: @@ -8822,16 +8854,16 @@ snapshots: - supports-color - webpack - '@rsdoctor/rspack-plugin@1.2.3(@rsbuild/core@1.5.12)(@rspack/core@1.5.7(@swc/helpers@0.5.17))(webpack@5.101.3)': + '@rsdoctor/rspack-plugin@1.2.3(@rsbuild/core@1.5.12)(@rspack/core@1.5.8(@swc/helpers@0.5.17))(webpack@5.101.3)': dependencies: - '@rsdoctor/core': 1.2.3(@rsbuild/core@1.5.12)(@rspack/core@1.5.7(@swc/helpers@0.5.17))(webpack@5.101.3) - '@rsdoctor/graph': 1.2.3(@rspack/core@1.5.7(@swc/helpers@0.5.17))(webpack@5.101.3) - '@rsdoctor/sdk': 1.2.3(@rspack/core@1.5.7(@swc/helpers@0.5.17))(webpack@5.101.3) - '@rsdoctor/types': 1.2.3(@rspack/core@1.5.7(@swc/helpers@0.5.17))(webpack@5.101.3) - '@rsdoctor/utils': 1.2.3(@rspack/core@1.5.7(@swc/helpers@0.5.17))(webpack@5.101.3) + '@rsdoctor/core': 1.2.3(@rsbuild/core@1.5.12)(@rspack/core@1.5.8(@swc/helpers@0.5.17))(webpack@5.101.3) + '@rsdoctor/graph': 1.2.3(@rspack/core@1.5.8(@swc/helpers@0.5.17))(webpack@5.101.3) + '@rsdoctor/sdk': 1.2.3(@rspack/core@1.5.8(@swc/helpers@0.5.17))(webpack@5.101.3) + '@rsdoctor/types': 1.2.3(@rspack/core@1.5.8(@swc/helpers@0.5.17))(webpack@5.101.3) + '@rsdoctor/utils': 1.2.3(@rspack/core@1.5.8(@swc/helpers@0.5.17))(webpack@5.101.3) lodash: 4.17.21 optionalDependencies: - '@rspack/core': 1.5.7(@swc/helpers@0.5.17) + '@rspack/core': 1.5.8(@swc/helpers@0.5.17) transitivePeerDependencies: - '@rsbuild/core' - bufferutil @@ -8840,12 +8872,12 @@ snapshots: - utf-8-validate - webpack - '@rsdoctor/sdk@1.2.3(@rspack/core@1.5.7(@swc/helpers@0.5.17))(webpack@5.101.3)': + '@rsdoctor/sdk@1.2.3(@rspack/core@1.5.8(@swc/helpers@0.5.17))(webpack@5.101.3)': dependencies: '@rsdoctor/client': 1.2.3 - '@rsdoctor/graph': 1.2.3(@rspack/core@1.5.7(@swc/helpers@0.5.17))(webpack@5.101.3) - '@rsdoctor/types': 1.2.3(@rspack/core@1.5.7(@swc/helpers@0.5.17))(webpack@5.101.3) - '@rsdoctor/utils': 1.2.3(@rspack/core@1.5.7(@swc/helpers@0.5.17))(webpack@5.101.3) + '@rsdoctor/graph': 1.2.3(@rspack/core@1.5.8(@swc/helpers@0.5.17))(webpack@5.101.3) + '@rsdoctor/types': 1.2.3(@rspack/core@1.5.8(@swc/helpers@0.5.17))(webpack@5.101.3) + '@rsdoctor/utils': 1.2.3(@rspack/core@1.5.8(@swc/helpers@0.5.17))(webpack@5.101.3) '@types/fs-extra': 11.0.4 body-parser: 1.20.3 cors: 2.8.5 @@ -8864,20 +8896,20 @@ snapshots: - utf-8-validate - webpack - '@rsdoctor/types@1.2.3(@rspack/core@1.5.7(@swc/helpers@0.5.17))(webpack@5.101.3)': + '@rsdoctor/types@1.2.3(@rspack/core@1.5.8(@swc/helpers@0.5.17))(webpack@5.101.3)': dependencies: '@types/connect': 3.4.38 '@types/estree': 1.0.5 '@types/tapable': 2.2.7 source-map: 0.7.6 optionalDependencies: - '@rspack/core': 1.5.7(@swc/helpers@0.5.17) + '@rspack/core': 1.5.8(@swc/helpers@0.5.17) webpack: 5.101.3 - '@rsdoctor/utils@1.2.3(@rspack/core@1.5.7(@swc/helpers@0.5.17))(webpack@5.101.3)': + '@rsdoctor/utils@1.2.3(@rspack/core@1.5.8(@swc/helpers@0.5.17))(webpack@5.101.3)': dependencies: '@babel/code-frame': 7.26.2 - '@rsdoctor/types': 1.2.3(@rspack/core@1.5.7(@swc/helpers@0.5.17))(webpack@5.101.3) + '@rsdoctor/types': 1.2.3(@rspack/core@1.5.8(@swc/helpers@0.5.17))(webpack@5.101.3) '@types/estree': 1.0.5 acorn: 8.15.0 acorn-import-attributes: 1.9.5(acorn@8.15.0) @@ -8904,36 +8936,54 @@ snapshots: '@rspack/binding-darwin-arm64@1.5.7': optional: true + '@rspack/binding-darwin-arm64@1.5.8': + optional: true + '@rspack/binding-darwin-x64@1.4.11': optional: true '@rspack/binding-darwin-x64@1.5.7': optional: true + '@rspack/binding-darwin-x64@1.5.8': + optional: true + '@rspack/binding-linux-arm64-gnu@1.4.11': optional: true '@rspack/binding-linux-arm64-gnu@1.5.7': optional: true + '@rspack/binding-linux-arm64-gnu@1.5.8': + optional: true + '@rspack/binding-linux-arm64-musl@1.4.11': optional: true '@rspack/binding-linux-arm64-musl@1.5.7': optional: true + '@rspack/binding-linux-arm64-musl@1.5.8': + optional: true + '@rspack/binding-linux-x64-gnu@1.4.11': optional: true '@rspack/binding-linux-x64-gnu@1.5.7': optional: true + '@rspack/binding-linux-x64-gnu@1.5.8': + optional: true + '@rspack/binding-linux-x64-musl@1.4.11': optional: true '@rspack/binding-linux-x64-musl@1.5.7': optional: true + '@rspack/binding-linux-x64-musl@1.5.8': + optional: true + '@rspack/binding-wasm32-wasi@1.4.11': dependencies: '@napi-rs/wasm-runtime': 1.0.5 @@ -8944,24 +8994,38 @@ snapshots: '@napi-rs/wasm-runtime': 1.0.5 optional: true + '@rspack/binding-wasm32-wasi@1.5.8': + dependencies: + '@napi-rs/wasm-runtime': 1.0.5 + optional: true + '@rspack/binding-win32-arm64-msvc@1.4.11': optional: true '@rspack/binding-win32-arm64-msvc@1.5.7': optional: true + '@rspack/binding-win32-arm64-msvc@1.5.8': + optional: true + '@rspack/binding-win32-ia32-msvc@1.4.11': optional: true '@rspack/binding-win32-ia32-msvc@1.5.7': optional: true + '@rspack/binding-win32-ia32-msvc@1.5.8': + optional: true + '@rspack/binding-win32-x64-msvc@1.4.11': optional: true '@rspack/binding-win32-x64-msvc@1.5.7': optional: true + '@rspack/binding-win32-x64-msvc@1.5.8': + optional: true + '@rspack/binding@1.4.11': optionalDependencies: '@rspack/binding-darwin-arm64': 1.4.11 @@ -8988,15 +9052,27 @@ snapshots: '@rspack/binding-win32-ia32-msvc': 1.5.7 '@rspack/binding-win32-x64-msvc': 1.5.7 - '@rspack/cli@1.4.11(@rspack/core@1.5.7(@swc/helpers@0.5.17))(@types/express@4.17.23)(webpack@5.101.3)': + '@rspack/binding@1.5.8': + optionalDependencies: + '@rspack/binding-darwin-arm64': 1.5.8 + '@rspack/binding-darwin-x64': 1.5.8 + '@rspack/binding-linux-arm64-gnu': 1.5.8 + '@rspack/binding-linux-arm64-musl': 1.5.8 + '@rspack/binding-linux-x64-gnu': 1.5.8 + '@rspack/binding-linux-x64-musl': 1.5.8 + '@rspack/binding-wasm32-wasi': 1.5.8 + '@rspack/binding-win32-arm64-msvc': 1.5.8 + '@rspack/binding-win32-ia32-msvc': 1.5.8 + '@rspack/binding-win32-x64-msvc': 1.5.8 + + '@rspack/cli@1.5.8(@rspack/core@1.5.8(@swc/helpers@0.5.17))(@types/express@4.17.23)(webpack@5.101.3)': dependencies: '@discoveryjs/json-ext': 0.5.7 - '@rspack/core': 1.5.7(@swc/helpers@0.5.17) - '@rspack/dev-server': 1.1.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(@types/express@4.17.23)(webpack@5.101.3) + '@rspack/core': 1.5.8(@swc/helpers@0.5.17) + '@rspack/dev-server': 1.1.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(@types/express@4.17.23)(webpack@5.101.3) colorette: 2.0.20 exit-hook: 4.0.0 - interpret: 3.1.1 - rechoir: 0.8.0 + pirates: 4.0.7 webpack-bundle-analyzer: 4.10.2 yargs: 17.7.2 transitivePeerDependencies: @@ -9024,9 +9100,17 @@ snapshots: optionalDependencies: '@swc/helpers': 0.5.17 - '@rspack/dev-server@1.1.4(@rspack/core@1.5.7(@swc/helpers@0.5.17))(@types/express@4.17.23)(webpack@5.101.3)': + '@rspack/core@1.5.8(@swc/helpers@0.5.17)': dependencies: - '@rspack/core': 1.5.7(@swc/helpers@0.5.17) + '@module-federation/runtime-tools': 0.18.0 + '@rspack/binding': 1.5.8 + '@rspack/lite-tapable': 1.0.1 + optionalDependencies: + '@swc/helpers': 0.5.17 + + '@rspack/dev-server@1.1.4(@rspack/core@1.5.8(@swc/helpers@0.5.17))(@types/express@4.17.23)(webpack@5.101.3)': + dependencies: + '@rspack/core': 1.5.8(@swc/helpers@0.5.17) chokidar: 3.6.0 http-proxy-middleware: 2.0.9(@types/express@4.17.23) p-retry: 6.2.1 @@ -9061,20 +9145,20 @@ snapshots: dependencies: tslib: 2.8.1 - '@tanstack/history@1.131.2': {} + '@tanstack/history@1.132.21': {} - '@tanstack/query-core@5.85.5': {} + '@tanstack/query-core@5.90.2': {} - '@tanstack/react-query@5.85.5(react@19.1.1)': + '@tanstack/react-query@5.90.2(react@19.1.1)': dependencies: - '@tanstack/query-core': 5.85.5 + '@tanstack/query-core': 5.90.2 react: 19.1.1 - '@tanstack/react-router@1.131.36(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + '@tanstack/react-router@1.132.27(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@tanstack/history': 1.131.2 + '@tanstack/history': 1.132.21 '@tanstack/react-store': 0.7.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) - '@tanstack/router-core': 1.131.36 + '@tanstack/router-core': 1.132.27 isbot: 5.1.30 react: 19.1.1 react-dom: 19.1.1(react@19.1.1) @@ -9088,21 +9172,21 @@ snapshots: react-dom: 19.1.1(react@19.1.1) use-sync-external-store: 1.5.0(react@19.1.1) - '@tanstack/router-core@1.131.36': + '@tanstack/router-core@1.132.27': dependencies: - '@tanstack/history': 1.131.2 + '@tanstack/history': 1.132.21 '@tanstack/store': 0.7.2 - cookie-es: 1.2.2 + cookie-es: 2.0.0 seroval: 1.3.2 seroval-plugins: 1.3.2(seroval@1.3.2) tiny-invariant: 1.3.3 tiny-warning: 1.0.3 - '@tanstack/router-generator@1.131.36': + '@tanstack/router-generator@1.132.27': dependencies: - '@tanstack/router-core': 1.131.36 - '@tanstack/router-utils': 1.131.2 - '@tanstack/virtual-file-routes': 1.131.2 + '@tanstack/router-core': 1.132.27 + '@tanstack/router-utils': 1.132.21 + '@tanstack/virtual-file-routes': 1.132.21 prettier: 3.6.2 recast: 0.23.11 source-map: 0.7.6 @@ -9111,7 +9195,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@tanstack/router-plugin@1.131.36(@rsbuild/core@1.5.12)(@tanstack/react-router@1.131.36(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(webpack@5.101.3)': + '@tanstack/router-plugin@1.132.27(@rsbuild/core@1.5.12)(@tanstack/react-router@1.132.27(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(webpack@5.101.3)': dependencies: '@babel/core': 7.28.3 '@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.28.3) @@ -9119,22 +9203,22 @@ snapshots: '@babel/template': 7.27.2 '@babel/traverse': 7.28.3 '@babel/types': 7.28.2 - '@tanstack/router-core': 1.131.36 - '@tanstack/router-generator': 1.131.36 - '@tanstack/router-utils': 1.131.2 - '@tanstack/virtual-file-routes': 1.131.2 + '@tanstack/router-core': 1.132.27 + '@tanstack/router-generator': 1.132.27 + '@tanstack/router-utils': 1.132.21 + '@tanstack/virtual-file-routes': 1.132.21 babel-dead-code-elimination: 1.0.10 chokidar: 3.6.0 unplugin: 2.3.6 zod: 3.25.76 optionalDependencies: '@rsbuild/core': 1.5.12 - '@tanstack/react-router': 1.131.36(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@tanstack/react-router': 1.132.27(react-dom@19.1.1(react@19.1.1))(react@19.1.1) webpack: 5.101.3 transitivePeerDependencies: - supports-color - '@tanstack/router-utils@1.131.2': + '@tanstack/router-utils@1.132.21': dependencies: '@babel/core': 7.28.3 '@babel/generator': 7.28.3 @@ -9142,12 +9226,14 @@ snapshots: '@babel/preset-typescript': 7.27.1(@babel/core@7.28.3) ansis: 4.1.0 diff: 8.0.2 + fast-glob: 3.3.3 + pathe: 2.0.3 transitivePeerDependencies: - supports-color '@tanstack/store@0.7.2': {} - '@tanstack/virtual-file-routes@1.131.2': {} + '@tanstack/virtual-file-routes@1.132.21': {} '@trysound/sax@0.2.0': {} @@ -9255,16 +9341,16 @@ snapshots: '@types/range-parser@1.2.7': {} - '@types/react-dom@19.1.7(@types/react@19.1.10)': + '@types/react-dom@19.1.9(@types/react@19.1.16)': dependencies: - '@types/react': 19.1.10 + '@types/react': 19.1.16 - '@types/react@18.3.23': + '@types/react@18.3.25': dependencies: '@types/prop-types': 15.7.15 csstype: 3.1.3 - '@types/react@19.1.10': + '@types/react@19.1.16': dependencies: csstype: 3.1.3 @@ -9967,7 +10053,7 @@ snapshots: convert-source-map@2.0.0: {} - cookie-es@1.2.2: {} + cookie-es@2.0.0: {} cookie-signature@1.0.6: {} @@ -10241,17 +10327,17 @@ snapshots: domelementtype: 2.3.0 domhandler: 5.0.3 - dprint@0.50.1: + dprint@0.50.2: optionalDependencies: - '@dprint/darwin-arm64': 0.50.1 - '@dprint/darwin-x64': 0.50.1 - '@dprint/linux-arm64-glibc': 0.50.1 - '@dprint/linux-arm64-musl': 0.50.1 - '@dprint/linux-riscv64-glibc': 0.50.1 - '@dprint/linux-x64-glibc': 0.50.1 - '@dprint/linux-x64-musl': 0.50.1 - '@dprint/win32-arm64': 0.50.1 - '@dprint/win32-x64': 0.50.1 + '@dprint/darwin-arm64': 0.50.2 + '@dprint/darwin-x64': 0.50.2 + '@dprint/linux-arm64-glibc': 0.50.2 + '@dprint/linux-arm64-musl': 0.50.2 + '@dprint/linux-riscv64-glibc': 0.50.2 + '@dprint/linux-x64-glibc': 0.50.2 + '@dprint/linux-x64-musl': 0.50.2 + '@dprint/win32-arm64': 0.50.2 + '@dprint/win32-x64': 0.50.2 dunder-proto@1.0.1: dependencies: @@ -10960,8 +11046,6 @@ snapshots: hasown: 2.0.2 side-channel: 1.1.0 - interpret@3.1.1: {} - ip-address@10.0.1: {} ipaddr.js@1.9.1: {} @@ -11755,6 +11839,8 @@ snapshots: path-type@4.0.0: {} + pathe@2.0.3: {} + picocolors@1.1.1: {} picomatch@2.3.1: {} @@ -12107,10 +12193,6 @@ snapshots: tiny-invariant: 1.3.3 tslib: 2.8.1 - rechoir@0.8.0: - dependencies: - resolve: 1.22.10 - redent@4.0.0: dependencies: indent-string: 5.0.0 @@ -12874,7 +12956,7 @@ snapshots: dependencies: utf8-byte-length: 1.0.5 - ts-checker-rspack-plugin@1.1.5(@rspack/core@1.5.7(@swc/helpers@0.5.17))(typescript@5.9.2): + ts-checker-rspack-plugin@1.1.5(@rspack/core@1.5.8(@swc/helpers@0.5.17))(typescript@5.9.3): dependencies: '@babel/code-frame': 7.27.1 '@rspack/lite-tapable': 1.0.1 @@ -12883,9 +12965,9 @@ snapshots: memfs: 4.36.3 minimatch: 9.0.5 picocolors: 1.1.1 - typescript: 5.9.2 + typescript: 5.9.3 optionalDependencies: - '@rspack/core': 1.5.7(@swc/helpers@0.5.17) + '@rspack/core': 1.5.8(@swc/helpers@0.5.17) ts-interface-checker@0.1.13: {} @@ -12898,32 +12980,32 @@ snapshots: optionalDependencies: fsevents: 2.3.3 - turbo-darwin-64@2.5.6: + turbo-darwin-64@2.5.8: optional: true - turbo-darwin-arm64@2.5.6: + turbo-darwin-arm64@2.5.8: optional: true - turbo-linux-64@2.5.6: + turbo-linux-64@2.5.8: optional: true - turbo-linux-arm64@2.5.6: + turbo-linux-arm64@2.5.8: optional: true - turbo-windows-64@2.5.6: + turbo-windows-64@2.5.8: optional: true - turbo-windows-arm64@2.5.6: + turbo-windows-arm64@2.5.8: optional: true - turbo@2.5.6: + turbo@2.5.8: optionalDependencies: - turbo-darwin-64: 2.5.6 - turbo-darwin-arm64: 2.5.6 - turbo-linux-64: 2.5.6 - turbo-linux-arm64: 2.5.6 - turbo-windows-64: 2.5.6 - turbo-windows-arm64: 2.5.6 + turbo-darwin-64: 2.5.8 + turbo-darwin-arm64: 2.5.8 + turbo-linux-64: 2.5.8 + turbo-linux-arm64: 2.5.8 + turbo-windows-64: 2.5.8 + turbo-windows-arm64: 2.5.8 typanion@3.14.0: {} @@ -12981,7 +13063,7 @@ snapshots: dependencies: is-typedarray: 1.0.0 - typescript@5.9.2: {} + typescript@5.9.3: {} uid-number@0.0.6: {} @@ -13350,8 +13432,8 @@ snapshots: zod@3.25.76: {} - zustand@5.0.8(@types/react@18.3.23)(react@19.1.1)(use-sync-external-store@1.5.0(react@19.1.1)): + zustand@5.0.8(@types/react@18.3.25)(react@19.1.1)(use-sync-external-store@1.5.0(react@19.1.1)): optionalDependencies: - '@types/react': 18.3.23 + '@types/react': 18.3.25 react: 19.1.1 use-sync-external-store: 1.5.0(react@19.1.1)