From e0beb01469ce9e965c7d7d3b7ec37f92b1b4ef22 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 14:38:39 +0000 Subject: [PATCH] chore: update dependencies --- .changeset/update-deps-20260303-143805.md | 10 + package.json | 18 +- packages/browserslist-config/package.json | 8 +- packages/eslint-configs/package.json | 29 +- packages/postcss-configs/package.json | 13 +- packages/rsbuild-configs/package.json | 13 +- packages/rslib-configs/package.json | 11 +- packages/stylelint-configs/package.json | 10 +- packages/swc-configs/package.json | 15 +- packages/tsup-configs/package.json | 7 +- packages/typescript-configs/package.json | 17 + packages/webpack-configs/package.json | 21 +- pnpm-lock.yaml | 2688 +++++++++-------- samples/rsbuild/app/package.json | 20 +- .../rsbuild/app/public/mockServiceWorker.js | 2 +- samples/rsbuild/components/package.json | 12 +- samples/rsbuild/rslib-lib/package.json | 6 +- samples/storybook/rsbuild/package.json | 18 +- samples/storybook/rslib/package.json | 18 +- samples/webpack/app/package.json | 22 +- .../webpack/app/public/mockServiceWorker.js | 2 +- samples/webpack/components/package.json | 8 +- samples/webpack/tsup-lib/package.json | 4 +- 23 files changed, 1513 insertions(+), 1459 deletions(-) create mode 100644 .changeset/update-deps-20260303-143805.md diff --git a/.changeset/update-deps-20260303-143805.md b/.changeset/update-deps-20260303-143805.md new file mode 100644 index 000000000..7fb5d95b4 --- /dev/null +++ b/.changeset/update-deps-20260303-143805.md @@ -0,0 +1,10 @@ +--- +"@workleap/eslint-configs": patch +"@workleap/postcss-configs": patch +"@workleap/rsbuild-configs": patch +"@workleap/rslib-configs": patch +"@workleap/swc-configs": patch +"@workleap/webpack-configs": patch +--- + +Updated dependencies to their latest versions. diff --git a/package.json b/package.json index 17f08b1eb..7a1c523ad 100644 --- a/package.json +++ b/package.json @@ -49,24 +49,24 @@ "update-outdated-deps:fix-pkg-json": "eslint --fix --no-cache --no-ignore package.json **/package.json" }, "devDependencies": { - "@changesets/changelog-github": "0.5.2", - "@changesets/cli": "2.29.8", + "@changesets/changelog-github": "0.6.0", + "@changesets/cli": "2.30.0", "@eslint/js": "9.39.2", - "@types/node": "25.2.2", - "@typescript-eslint/parser": "8.55.0", + "@types/node": "25.3.3", + "@typescript-eslint/parser": "8.56.1", "@typescript/native-preview": "7.0.0-dev.20260209.1", "@workleap/eslint-configs": "workspace:*", "@workleap/typescript-configs": "workspace:*", - "agent-browser": "0.15.1", + "agent-browser": "0.15.2", "cross-env": "10.1.0", "eslint": "9.39.2", - "pkg-pr-new": "0.0.63", + "pkg-pr-new": "0.0.65", "prettier": "3.8.1", - "retypeapp": "3.11.0", + "retypeapp": "4.1.0", "syncpack": "14.0.0", - "turbo": "2.8.3", + "turbo": "2.8.12", "typescript": "5.9.3", - "typescript-eslint": "8.55.0" + "typescript-eslint": "8.56.1" }, "engines": { "node": ">=24.0.0", diff --git a/packages/browserslist-config/package.json b/packages/browserslist-config/package.json index 130e66938..142d8de79 100644 --- a/packages/browserslist-config/package.json +++ b/packages/browserslist-config/package.json @@ -1,4 +1,5 @@ { + "type": "commonjs", "name": "@workleap/browserslist-config", "author": "Workleap", "description": "Workleap recommended Browserslist configuration.", @@ -19,6 +20,7 @@ "import": "./dist/index.js" } }, + "sideEffects": false, "files": [ "src", "dist", @@ -32,12 +34,12 @@ }, "devDependencies": { "@eslint/js": "9.39.2", - "@typescript-eslint/parser": "8.55.0", + "@typescript-eslint/parser": "8.56.1", "@typescript/native-preview": "7.0.0-dev.20260209.1", "@workleap/eslint-configs": "workspace:*", "eslint": "9.39.2", - "rimraf": "6.1.2", + "rimraf": "6.1.3", "typescript": "5.9.3", - "typescript-eslint": "8.55.0" + "typescript-eslint": "8.56.1" } } diff --git a/packages/eslint-configs/package.json b/packages/eslint-configs/package.json index 96fb4c3df..2e4873831 100644 --- a/packages/eslint-configs/package.json +++ b/packages/eslint-configs/package.json @@ -22,6 +22,7 @@ } }, "exports": "./src/index.ts", + "sideEffects": false, "files": [ "src", "dist", @@ -34,11 +35,11 @@ }, "peerDependencies": { "@eslint/js": "^9.39.2", - "@typescript-eslint/parser": "^8.55.0", + "@typescript-eslint/parser": "^8.56.1", "eslint": "^9.39.2", - "storybook": "^10.2.8", + "storybook": "^10.2.14", "typescript": "^5.9.3", - "typescript-eslint": "^8.55.0" + "typescript-eslint": "^8.56.1" }, "peerDependenciesMeta": { "@typescript-eslint/parser": { @@ -55,31 +56,31 @@ } }, "dependencies": { - "@stylistic/eslint-plugin": "^5.8.0", - "@vitest/eslint-plugin": "^1.6.7", + "@stylistic/eslint-plugin": "^5.9.0", + "@vitest/eslint-plugin": "^1.6.9", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-jest": "^29.13.0", - "eslint-plugin-jsonc": "^2.21.1", + "eslint-plugin-jest": "^29.15.0", + "eslint-plugin-jsonc": "^3.1.1", "eslint-plugin-jsx-a11y": "^6.10.2", - "eslint-plugin-package-json": "^0.88.2", + "eslint-plugin-package-json": "^0.89.2", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.0.1", - "eslint-plugin-storybook": "^10.2.8", - "eslint-plugin-testing-library": "^7.15.4", + "eslint-plugin-storybook": "^10.2.14", + "eslint-plugin-testing-library": "^7.16.0", "eslint-plugin-yaml": "^1.1.3", - "globals": "^17.3.0" + "globals": "^17.4.0" }, "devDependencies": { "@eslint/js": "9.39.2", "@rsbuild/core": "1.7.3", - "@rslib/core": "0.19.5", + "@rslib/core": "0.19.6", "@types/eslint-plugin-jsx-a11y": "6.10.1", "@types/estree": "1.0.8", - "@types/node": "25.2.2", + "@types/node": "25.3.3", "@typescript/native-preview": "7.0.0-dev.20260209.1", "@workleap/typescript-configs": "workspace:*", "eslint": "9.39.2", "typescript": "5.9.3", - "typescript-eslint": "8.55.0" + "typescript-eslint": "8.56.1" } } diff --git a/packages/postcss-configs/package.json b/packages/postcss-configs/package.json index 5be9ff90e..161400107 100644 --- a/packages/postcss-configs/package.json +++ b/packages/postcss-configs/package.json @@ -21,6 +21,7 @@ "default": "./dist/index.js" } }, + "sideEffects": false, "files": [ "src", "dist", @@ -33,24 +34,24 @@ "test": "vitest --config vitest.config.ts --no-watch" }, "peerDependencies": { - "postcss": "^8.5.6" + "postcss": "^8.5.8" }, "dependencies": { "postcss-load-config": "^6.0.1", - "postcss-preset-env": "^11.1.3" + "postcss-preset-env": "^11.2.0" }, "devDependencies": { "@eslint/js": "9.39.2", - "@rslib/core": "0.19.5", - "@types/node": "25.2.2", - "@typescript-eslint/parser": "8.55.0", + "@rslib/core": "0.19.6", + "@types/node": "25.3.3", + "@typescript-eslint/parser": "8.56.1", "@typescript/native-preview": "7.0.0-dev.20260209.1", "@workleap/eslint-configs": "workspace:*", "@workleap/rslib-configs": "workspace:*", "@workleap/typescript-configs": "workspace:*", "eslint": "9.39.2", "typescript": "5.9.3", - "typescript-eslint": "8.55.0", + "typescript-eslint": "8.56.1", "vitest": "4.0.18" } } diff --git a/packages/rsbuild-configs/package.json b/packages/rsbuild-configs/package.json index 81a59de68..3be1e5fad 100644 --- a/packages/rsbuild-configs/package.json +++ b/packages/rsbuild-configs/package.json @@ -21,6 +21,7 @@ "default": "./dist/index.js" } }, + "sideEffects": false, "files": [ "src", "dist", @@ -34,7 +35,7 @@ }, "peerDependencies": { "@rsbuild/core": "^1.7.3", - "@rspack/core": "^1.7.5" + "@rspack/core": "^1.7.7" }, "dependencies": { "@rsbuild/plugin-basic-ssl": "^1.2.2", @@ -45,17 +46,17 @@ "devDependencies": { "@eslint/js": "9.39.2", "@rsbuild/core": "1.7.3", - "@rslib/core": "0.19.5", - "@rspack/core": "1.7.5", - "@types/node": "25.2.2", - "@typescript-eslint/parser": "8.55.0", + "@rslib/core": "0.19.6", + "@rspack/core": "1.7.7", + "@types/node": "25.3.3", + "@typescript-eslint/parser": "8.56.1", "@typescript/native-preview": "7.0.0-dev.20260209.1", "@workleap/eslint-configs": "workspace:*", "@workleap/rslib-configs": "workspace:*", "@workleap/typescript-configs": "workspace:*", "eslint": "9.39.2", "typescript": "5.9.3", - "typescript-eslint": "8.55.0", + "typescript-eslint": "8.56.1", "vitest": "4.0.18" } } diff --git a/packages/rslib-configs/package.json b/packages/rslib-configs/package.json index e0e9946ba..cb7f28fea 100644 --- a/packages/rslib-configs/package.json +++ b/packages/rslib-configs/package.json @@ -21,6 +21,7 @@ "default": "./dist/index.js" } }, + "sideEffects": false, "files": [ "src", "dist", @@ -33,7 +34,7 @@ "test": "vitest --config vitest.config.ts --no-watch" }, "peerDependencies": { - "@rslib/core": "^0.19.5" + "@rslib/core": "^0.19.6" }, "dependencies": { "@rsbuild/plugin-react": "^1.4.5", @@ -41,15 +42,15 @@ }, "devDependencies": { "@eslint/js": "9.39.2", - "@rslib/core": "0.19.5", - "@types/node": "25.2.2", - "@typescript-eslint/parser": "8.55.0", + "@rslib/core": "0.19.6", + "@types/node": "25.3.3", + "@typescript-eslint/parser": "8.56.1", "@typescript/native-preview": "7.0.0-dev.20260209.1", "@workleap/eslint-configs": "workspace:*", "@workleap/typescript-configs": "workspace:*", "eslint": "9.39.2", "typescript": "5.9.3", - "typescript-eslint": "8.55.0", + "typescript-eslint": "8.56.1", "vitest": "4.0.18" } } diff --git a/packages/stylelint-configs/package.json b/packages/stylelint-configs/package.json index 132bfdcae..0a3b1aba0 100644 --- a/packages/stylelint-configs/package.json +++ b/packages/stylelint-configs/package.json @@ -1,4 +1,5 @@ { + "type": "commonjs", "name": "@workleap/stylelint-configs", "author": "Workleap", "description": "Workleap recommended Stylelint configurations.", @@ -14,6 +15,7 @@ "import": "./dist/index.js" } }, + "sideEffects": false, "files": [ "src", "dist", @@ -48,16 +50,16 @@ }, "devDependencies": { "@eslint/js": "9.39.2", - "@types/node": "25.2.2", - "@typescript-eslint/parser": "8.55.0", + "@types/node": "25.3.3", + "@typescript-eslint/parser": "8.56.1", "@typescript/native-preview": "7.0.0-dev.20260209.1", "@workleap/eslint-configs": "workspace:*", "@workleap/typescript-configs": "workspace:*", "eslint": "9.39.2", "prettier": "3.8.1", - "rimraf": "6.1.2", + "rimraf": "6.1.3", "stylelint": "16.26.1", "typescript": "5.9.3", - "typescript-eslint": "8.55.0" + "typescript-eslint": "8.56.1" } } diff --git a/packages/swc-configs/package.json b/packages/swc-configs/package.json index d2250431e..db3bd6a46 100644 --- a/packages/swc-configs/package.json +++ b/packages/swc-configs/package.json @@ -1,5 +1,7 @@ { + "type": "commonjs", "name": "@workleap/swc-configs", + "author": "Workleap", "description": "Workleap recommended SWC configurations.", "version": "2.3.7", "license": "Apache-2.0", @@ -20,6 +22,7 @@ } }, "types": "./dist/index.d.ts", + "sideEffects": false, "files": [ "src", "dist", @@ -37,8 +40,8 @@ "test": "vitest --config vitest.config.ts --no-watch" }, "peerDependencies": { - "@swc/core": "^1.15.11", - "@swc/helpers": "^0.5.18", + "@swc/core": "^1.15.18", + "@swc/helpers": "^0.5.19", "@swc/jest": "^0.2.39", "browserslist": "^4.28.1" }, @@ -53,16 +56,16 @@ "devDependencies": { "@eslint/js": "9.39.2", "@rsbuild/core": "1.7.3", - "@rslib/core": "0.19.5", - "@types/node": "25.2.2", - "@typescript-eslint/parser": "8.55.0", + "@rslib/core": "0.19.6", + "@types/node": "25.3.3", + "@typescript-eslint/parser": "8.56.1", "@typescript/native-preview": "7.0.0-dev.20260209.1", "@workleap/eslint-configs": "workspace:*", "@workleap/rslib-configs": "workspace:*", "@workleap/typescript-configs": "workspace:*", "eslint": "9.39.2", "typescript": "5.9.3", - "typescript-eslint": "8.55.0", + "typescript-eslint": "8.56.1", "vitest": "4.0.18" } } diff --git a/packages/tsup-configs/package.json b/packages/tsup-configs/package.json index a911b81a0..e2fe9e550 100644 --- a/packages/tsup-configs/package.json +++ b/packages/tsup-configs/package.json @@ -21,6 +21,7 @@ "default": "./dist/index.js" } }, + "sideEffects": false, "files": [ "src", "dist", @@ -39,15 +40,15 @@ "devDependencies": { "@eslint/js": "9.39.2", "@rsbuild/core": "1.7.3", - "@rslib/core": "0.19.5", - "@typescript-eslint/parser": "8.55.0", + "@rslib/core": "0.19.6", + "@typescript-eslint/parser": "8.56.1", "@typescript/native-preview": "7.0.0-dev.20260209.1", "@workleap/eslint-configs": "workspace:*", "@workleap/rslib-configs": "workspace:*", "@workleap/typescript-configs": "workspace:*", "eslint": "9.39.2", "typescript": "5.9.3", - "typescript-eslint": "8.55.0", + "typescript-eslint": "8.56.1", "vitest": "4.0.18" } } diff --git a/packages/typescript-configs/package.json b/packages/typescript-configs/package.json index fef99d0ae..d78463db1 100644 --- a/packages/typescript-configs/package.json +++ b/packages/typescript-configs/package.json @@ -1,4 +1,5 @@ { + "type": "commonjs", "name": "@workleap/typescript-configs", "author": "Workleap", "description": "Workleap recommended typescript configurations.", @@ -13,6 +14,22 @@ "access": "public", "provenance": true }, + "exports": { + "./core.json": "./core.json", + "./library.json": "./library.json", + "./monorepo-workspace.json": "./monorepo-workspace.json", + "./react.json": "./react.json", + "./web-application.json": "./web-application.json" + }, + "files": [ + "core.json", + "library.json", + "monorepo-workspace.json", + "react.json", + "web-application.json", + "CHANGELOG.md" + ], + "sideEffects": false, "peerDependencies": { "typescript": "^5.9.3" } diff --git a/packages/webpack-configs/package.json b/packages/webpack-configs/package.json index a5c88f433..42367d6ea 100644 --- a/packages/webpack-configs/package.json +++ b/packages/webpack-configs/package.json @@ -21,6 +21,7 @@ "default": "./dist/index.js" } }, + "sideEffects": false, "files": [ "src", "dist", @@ -33,11 +34,11 @@ "test": "vitest --config vitest.config.ts --no-watch" }, "peerDependencies": { - "@swc/core": "^1.15.11", - "@swc/helpers": "^0.5.18", + "@swc/core": "^1.15.18", + "@swc/helpers": "^0.5.19", "browserslist": "^4.28.1", - "postcss": "^8.5.6", - "webpack": "^5.105.0", + "postcss": "^8.5.8", + "webpack": "^5.105.3", "webpack-dev-server": "^5.2.3" }, "peerDependenciesMeta": { @@ -48,10 +49,10 @@ "dependencies": { "@pmmmwh/react-refresh-webpack-plugin": "^0.6.2", "@svgr/webpack": "^8.1.0", - "css-loader": "^7.1.3", + "css-loader": "^7.1.4", "html-webpack-plugin": "^5.6.6", "mini-css-extract-plugin": "^2.10.0", - "postcss-loader": "^8.2.0", + "postcss-loader": "^8.2.1", "react-refresh": "^0.18.0", "style-loader": "^4.0.0", "swc-loader": "^0.2.7", @@ -60,10 +61,10 @@ "devDependencies": { "@eslint/js": "9.39.2", "@rsbuild/core": "1.7.3", - "@rslib/core": "0.19.5", + "@rslib/core": "0.19.6", "@svgr/core": "8.1.0", - "@types/node": "25.2.2", - "@typescript-eslint/parser": "8.55.0", + "@types/node": "25.3.3", + "@typescript-eslint/parser": "8.56.1", "@typescript/native-preview": "7.0.0-dev.20260209.1", "@workleap/eslint-configs": "workspace:*", "@workleap/rslib-configs": "workspace:*", @@ -71,7 +72,7 @@ "@workleap/typescript-configs": "workspace:*", "eslint": "9.39.2", "typescript": "5.9.3", - "typescript-eslint": "8.55.0", + "typescript-eslint": "8.56.1", "vitest": "4.0.18" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5f2df6d79..b23cc36c4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,20 +9,20 @@ importers: .: devDependencies: '@changesets/changelog-github': - specifier: 0.5.2 - version: 0.5.2 + specifier: 0.6.0 + version: 0.6.0 '@changesets/cli': - specifier: 2.29.8 - version: 2.29.8(@types/node@25.2.2) + specifier: 2.30.0 + version: 2.30.0(@types/node@25.3.3) '@eslint/js': specifier: 9.39.2 version: 9.39.2 '@types/node': - specifier: 25.2.2 - version: 25.2.2 + specifier: 25.3.3 + version: 25.3.3 '@typescript-eslint/parser': - specifier: 8.55.0 - version: 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + specifier: 8.56.1 + version: 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) '@typescript/native-preview': specifier: 7.0.0-dev.20260209.1 version: 7.0.0-dev.20260209.1 @@ -33,8 +33,8 @@ importers: specifier: workspace:* version: link:packages/typescript-configs agent-browser: - specifier: 0.15.1 - version: 0.15.1 + specifier: 0.15.2 + version: 0.15.2 cross-env: specifier: 10.1.0 version: 10.1.0 @@ -42,26 +42,26 @@ importers: specifier: 9.39.2 version: 9.39.2(jiti@2.6.1) pkg-pr-new: - specifier: 0.0.63 - version: 0.0.63 + specifier: 0.0.65 + version: 0.0.65 prettier: specifier: 3.8.1 version: 3.8.1 retypeapp: - specifier: 3.11.0 - version: 3.11.0 + specifier: 4.1.0 + version: 4.1.0 syncpack: specifier: 14.0.0 version: 14.0.0 turbo: - specifier: 2.8.3 - version: 2.8.3 + specifier: 2.8.12 + version: 2.8.12 typescript: specifier: 5.9.3 version: 5.9.3 typescript-eslint: - specifier: 8.55.0 - version: 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + specifier: 8.56.1 + version: 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) packages/browserslist-config: devDependencies: @@ -69,8 +69,8 @@ importers: specifier: 9.39.2 version: 9.39.2 '@typescript-eslint/parser': - specifier: 8.55.0 - version: 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + specifier: 8.56.1 + version: 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) '@typescript/native-preview': specifier: 7.0.0-dev.20260209.1 version: 7.0.0-dev.20260209.1 @@ -81,41 +81,41 @@ importers: specifier: 9.39.2 version: 9.39.2(jiti@2.6.1) rimraf: - specifier: 6.1.2 - version: 6.1.2 + specifier: 6.1.3 + version: 6.1.3 typescript: specifier: 5.9.3 version: 5.9.3 typescript-eslint: - specifier: 8.55.0 - version: 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + specifier: 8.56.1 + version: 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) packages/eslint-configs: dependencies: '@stylistic/eslint-plugin': - specifier: ^5.8.0 + specifier: ^5.9.0 version: 5.9.0(eslint@9.39.2(jiti@2.6.1)) '@typescript-eslint/parser': - specifier: ^8.55.0 - version: 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + specifier: ^8.56.1 + version: 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) '@vitest/eslint-plugin': - specifier: ^1.6.7 - version: 1.6.9(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(vitest@4.0.18(@opentelemetry/api@1.9.0)(@types/node@25.2.2)(happy-dom@20.6.0)(jiti@2.6.1)(jsdom@26.1.0)(msw@2.12.9(@types/node@25.2.2)(typescript@5.9.3))(terser@5.46.0)(yaml@2.8.2)) + specifier: ^1.6.9 + version: 1.6.9(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(vitest@4.0.18(@opentelemetry/api@1.9.0)(@types/node@25.3.3)(happy-dom@20.8.3)(jiti@2.6.1)(jsdom@26.1.0)(msw@2.12.10(@types/node@25.3.3)(typescript@5.9.3))(terser@5.46.0)(yaml@2.8.2)) eslint-plugin-import: specifier: ^2.32.0 - version: 2.32.0(@typescript-eslint/parser@8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1)) + version: 2.32.0(@typescript-eslint/parser@8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-jest: - specifier: ^29.13.0 - version: 29.15.0(@typescript-eslint/eslint-plugin@8.55.0(@typescript-eslint/parser@8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(jest@30.2.0(@types/node@25.2.2))(typescript@5.9.3) + specifier: ^29.15.0 + version: 29.15.0(@typescript-eslint/eslint-plugin@8.56.1(@typescript-eslint/parser@8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(jest@30.2.0(@types/node@25.3.3))(typescript@5.9.3) eslint-plugin-jsonc: - specifier: ^2.21.1 - version: 2.21.1(eslint@9.39.2(jiti@2.6.1)) + specifier: ^3.1.1 + version: 3.1.1(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-jsx-a11y: specifier: ^6.10.2 version: 6.10.2(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-package-json: - specifier: ^0.88.2 - version: 0.88.3(@types/estree@1.0.8)(eslint@9.39.2(jiti@2.6.1))(jsonc-eslint-parser@2.4.2) + specifier: ^0.89.2 + version: 0.89.2(@types/estree@1.0.8)(eslint@9.39.2(jiti@2.6.1))(jsonc-eslint-parser@3.1.0) eslint-plugin-react: specifier: ^7.37.5 version: 7.37.5(eslint@9.39.2(jiti@2.6.1)) @@ -123,20 +123,20 @@ importers: specifier: ^7.0.1 version: 7.0.1(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-storybook: - specifier: ^10.2.8 - version: 10.2.14(eslint@9.39.2(jiti@2.6.1))(storybook@10.2.8(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(typescript@5.9.3) + specifier: ^10.2.14 + version: 10.2.14(eslint@9.39.2(jiti@2.6.1))(storybook@10.2.14(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(typescript@5.9.3) eslint-plugin-testing-library: - specifier: ^7.15.4 + specifier: ^7.16.0 version: 7.16.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) eslint-plugin-yaml: specifier: ^1.1.3 version: 1.1.3 globals: - specifier: ^17.3.0 + specifier: ^17.4.0 version: 17.4.0 storybook: - specifier: ^10.2.8 - version: 10.2.8(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + specifier: ^10.2.14 + version: 10.2.14(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) devDependencies: '@eslint/js': specifier: 9.39.2 @@ -145,8 +145,8 @@ importers: specifier: 1.7.3 version: 1.7.3 '@rslib/core': - specifier: 0.19.5 - version: 0.19.5(@typescript/native-preview@7.0.0-dev.20260209.1)(typescript@5.9.3) + specifier: 0.19.6 + version: 0.19.6(@typescript/native-preview@7.0.0-dev.20260209.1)(typescript@5.9.3) '@types/eslint-plugin-jsx-a11y': specifier: 6.10.1 version: 6.10.1(jiti@2.6.1) @@ -154,8 +154,8 @@ importers: specifier: 1.0.8 version: 1.0.8 '@types/node': - specifier: 25.2.2 - version: 25.2.2 + specifier: 25.3.3 + version: 25.3.3 '@typescript/native-preview': specifier: 7.0.0-dev.20260209.1 version: 7.0.0-dev.20260209.1 @@ -169,33 +169,33 @@ importers: specifier: 5.9.3 version: 5.9.3 typescript-eslint: - specifier: 8.55.0 - version: 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + specifier: 8.56.1 + version: 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) packages/postcss-configs: dependencies: postcss: - specifier: ^8.5.6 - version: 8.5.6 + specifier: ^8.5.8 + version: 8.5.8 postcss-load-config: specifier: ^6.0.1 - version: 6.0.1(jiti@2.6.1)(postcss@8.5.6)(yaml@2.8.2) + version: 6.0.1(jiti@2.6.1)(postcss@8.5.8)(yaml@2.8.2) postcss-preset-env: - specifier: ^11.1.3 - version: 11.2.0(postcss@8.5.6) + specifier: ^11.2.0 + version: 11.2.0(postcss@8.5.8) devDependencies: '@eslint/js': specifier: 9.39.2 version: 9.39.2 '@rslib/core': - specifier: 0.19.5 - version: 0.19.5(@typescript/native-preview@7.0.0-dev.20260209.1)(typescript@5.9.3) + specifier: 0.19.6 + version: 0.19.6(@typescript/native-preview@7.0.0-dev.20260209.1)(typescript@5.9.3) '@types/node': - specifier: 25.2.2 - version: 25.2.2 + specifier: 25.3.3 + version: 25.3.3 '@typescript-eslint/parser': - specifier: 8.55.0 - version: 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + specifier: 8.56.1 + version: 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) '@typescript/native-preview': specifier: 7.0.0-dev.20260209.1 version: 7.0.0-dev.20260209.1 @@ -215,11 +215,11 @@ importers: specifier: 5.9.3 version: 5.9.3 typescript-eslint: - specifier: 8.55.0 - version: 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + specifier: 8.56.1 + version: 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) vitest: specifier: 4.0.18 - version: 4.0.18(@opentelemetry/api@1.9.0)(@types/node@25.2.2)(happy-dom@20.6.0)(jiti@2.6.1)(jsdom@26.1.0)(msw@2.12.9(@types/node@25.2.2)(typescript@5.9.3))(terser@5.46.0)(yaml@2.8.2) + version: 4.0.18(@opentelemetry/api@1.9.0)(@types/node@25.3.3)(happy-dom@20.8.3)(jiti@2.6.1)(jsdom@26.1.0)(msw@2.12.10(@types/node@25.3.3)(typescript@5.9.3))(terser@5.46.0)(yaml@2.8.2) packages/rsbuild-configs: dependencies: @@ -243,17 +243,17 @@ importers: specifier: 1.7.3 version: 1.7.3 '@rslib/core': - specifier: 0.19.5 - version: 0.19.5(@typescript/native-preview@7.0.0-dev.20260209.1)(typescript@5.9.3) + specifier: 0.19.6 + version: 0.19.6(@typescript/native-preview@7.0.0-dev.20260209.1)(typescript@5.9.3) '@rspack/core': - specifier: 1.7.5 - version: 1.7.5(@swc/helpers@0.5.18) + specifier: 1.7.7 + version: 1.7.7(@swc/helpers@0.5.19) '@types/node': - specifier: 25.2.2 - version: 25.2.2 + specifier: 25.3.3 + version: 25.3.3 '@typescript-eslint/parser': - specifier: 8.55.0 - version: 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + specifier: 8.56.1 + version: 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) '@typescript/native-preview': specifier: 7.0.0-dev.20260209.1 version: 7.0.0-dev.20260209.1 @@ -273,11 +273,11 @@ importers: specifier: 5.9.3 version: 5.9.3 typescript-eslint: - specifier: 8.55.0 - version: 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + specifier: 8.56.1 + version: 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) vitest: specifier: 4.0.18 - version: 4.0.18(@opentelemetry/api@1.9.0)(@types/node@25.2.2)(happy-dom@20.6.0)(jiti@2.6.1)(jsdom@26.1.0)(msw@2.12.9(@types/node@25.2.2)(typescript@5.9.3))(terser@5.46.0)(yaml@2.8.2) + version: 4.0.18(@opentelemetry/api@1.9.0)(@types/node@25.3.3)(happy-dom@20.8.3)(jiti@2.6.1)(jsdom@26.1.0)(msw@2.12.10(@types/node@25.3.3)(typescript@5.9.3))(terser@5.46.0)(yaml@2.8.2) packages/rslib-configs: dependencies: @@ -292,14 +292,14 @@ importers: specifier: 9.39.2 version: 9.39.2 '@rslib/core': - specifier: 0.19.5 - version: 0.19.5(@typescript/native-preview@7.0.0-dev.20260209.1)(typescript@5.9.3) + specifier: 0.19.6 + version: 0.19.6(@typescript/native-preview@7.0.0-dev.20260209.1)(typescript@5.9.3) '@types/node': - specifier: 25.2.2 - version: 25.2.2 + specifier: 25.3.3 + version: 25.3.3 '@typescript-eslint/parser': - specifier: 8.55.0 - version: 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + specifier: 8.56.1 + version: 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) '@typescript/native-preview': specifier: 7.0.0-dev.20260209.1 version: 7.0.0-dev.20260209.1 @@ -316,11 +316,11 @@ importers: specifier: 5.9.3 version: 5.9.3 typescript-eslint: - specifier: 8.55.0 - version: 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + specifier: 8.56.1 + version: 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) vitest: specifier: 4.0.18 - version: 4.0.18(@opentelemetry/api@1.9.0)(@types/node@25.2.2)(happy-dom@20.6.0)(jiti@2.6.1)(jsdom@26.1.0)(msw@2.12.9(@types/node@25.2.2)(typescript@5.9.3))(terser@5.46.0)(yaml@2.8.2) + version: 4.0.18(@opentelemetry/api@1.9.0)(@types/node@25.3.3)(happy-dom@20.8.3)(jiti@2.6.1)(jsdom@26.1.0)(msw@2.12.10(@types/node@25.3.3)(typescript@5.9.3))(terser@5.46.0)(yaml@2.8.2) packages/stylelint-configs: dependencies: @@ -335,11 +335,11 @@ importers: specifier: 9.39.2 version: 9.39.2 '@types/node': - specifier: 25.2.2 - version: 25.2.2 + specifier: 25.3.3 + version: 25.3.3 '@typescript-eslint/parser': - specifier: 8.55.0 - version: 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + specifier: 8.56.1 + version: 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) '@typescript/native-preview': specifier: 7.0.0-dev.20260209.1 version: 7.0.0-dev.20260209.1 @@ -356,8 +356,8 @@ importers: specifier: 3.8.1 version: 3.8.1 rimraf: - specifier: 6.1.2 - version: 6.1.2 + specifier: 6.1.3 + version: 6.1.3 stylelint: specifier: 16.26.1 version: 16.26.1(typescript@5.9.3) @@ -365,20 +365,20 @@ importers: specifier: 5.9.3 version: 5.9.3 typescript-eslint: - specifier: 8.55.0 - version: 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + specifier: 8.56.1 + version: 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) packages/swc-configs: dependencies: '@swc/core': - specifier: ^1.15.11 - version: 1.15.11(@swc/helpers@0.5.18) + specifier: ^1.15.18 + version: 1.15.18(@swc/helpers@0.5.19) '@swc/helpers': - specifier: ^0.5.18 - version: 0.5.18 + specifier: ^0.5.19 + version: 0.5.19 '@swc/jest': specifier: ^0.2.39 - version: 0.2.39(@swc/core@1.15.11(@swc/helpers@0.5.18)) + version: 0.2.39(@swc/core@1.15.18(@swc/helpers@0.5.19)) browserslist: specifier: ^4.28.1 version: 4.28.1 @@ -390,14 +390,14 @@ importers: specifier: 1.7.3 version: 1.7.3 '@rslib/core': - specifier: 0.19.5 - version: 0.19.5(@typescript/native-preview@7.0.0-dev.20260209.1)(typescript@5.9.3) + specifier: 0.19.6 + version: 0.19.6(@typescript/native-preview@7.0.0-dev.20260209.1)(typescript@5.9.3) '@types/node': - specifier: 25.2.2 - version: 25.2.2 + specifier: 25.3.3 + version: 25.3.3 '@typescript-eslint/parser': - specifier: 8.55.0 - version: 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + specifier: 8.56.1 + version: 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) '@typescript/native-preview': specifier: 7.0.0-dev.20260209.1 version: 7.0.0-dev.20260209.1 @@ -417,17 +417,17 @@ importers: specifier: 5.9.3 version: 5.9.3 typescript-eslint: - specifier: 8.55.0 - version: 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + specifier: 8.56.1 + version: 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) vitest: specifier: 4.0.18 - version: 4.0.18(@opentelemetry/api@1.9.0)(@types/node@25.2.2)(happy-dom@20.6.0)(jiti@2.6.1)(jsdom@26.1.0)(msw@2.12.9(@types/node@25.2.2)(typescript@5.9.3))(terser@5.46.0)(yaml@2.8.2) + version: 4.0.18(@opentelemetry/api@1.9.0)(@types/node@25.3.3)(happy-dom@20.8.3)(jiti@2.6.1)(jsdom@26.1.0)(msw@2.12.10(@types/node@25.3.3)(typescript@5.9.3))(terser@5.46.0)(yaml@2.8.2) packages/tsup-configs: dependencies: tsup: specifier: ^8.5.1 - version: 8.5.1(@swc/core@1.15.11(@swc/helpers@0.5.18))(jiti@2.6.1)(postcss@8.5.6)(typescript@5.9.3)(yaml@2.8.2) + version: 8.5.1(@swc/core@1.15.18(@swc/helpers@0.5.19))(jiti@2.6.1)(postcss@8.5.8)(typescript@5.9.3)(yaml@2.8.2) devDependencies: '@eslint/js': specifier: 9.39.2 @@ -436,11 +436,11 @@ importers: specifier: 1.7.3 version: 1.7.3 '@rslib/core': - specifier: 0.19.5 - version: 0.19.5(@typescript/native-preview@7.0.0-dev.20260209.1)(typescript@5.9.3) + specifier: 0.19.6 + version: 0.19.6(@typescript/native-preview@7.0.0-dev.20260209.1)(typescript@5.9.3) '@typescript-eslint/parser': - specifier: 8.55.0 - version: 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + specifier: 8.56.1 + version: 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) '@typescript/native-preview': specifier: 7.0.0-dev.20260209.1 version: 7.0.0-dev.20260209.1 @@ -460,11 +460,11 @@ importers: specifier: 5.9.3 version: 5.9.3 typescript-eslint: - specifier: 8.55.0 - version: 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + specifier: 8.56.1 + version: 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) vitest: specifier: 4.0.18 - version: 4.0.18(@opentelemetry/api@1.9.0)(@types/node@25.2.2)(happy-dom@20.6.0)(jiti@2.6.1)(jsdom@26.1.0)(msw@2.12.9(@types/node@25.2.2)(typescript@5.9.3))(terser@5.46.0)(yaml@2.8.2) + version: 4.0.18(@opentelemetry/api@1.9.0)(@types/node@25.3.3)(happy-dom@20.8.3)(jiti@2.6.1)(jsdom@26.1.0)(msw@2.12.10(@types/node@25.3.3)(typescript@5.9.3))(terser@5.46.0)(yaml@2.8.2) packages/typescript-configs: dependencies: @@ -476,52 +476,52 @@ importers: dependencies: '@pmmmwh/react-refresh-webpack-plugin': specifier: ^0.6.2 - version: 0.6.2(react-refresh@0.18.0)(type-fest@5.4.4)(webpack-dev-server@5.2.3(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18))))(webpack@5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18))) + version: 0.6.2(react-refresh@0.18.0)(type-fest@5.4.4)(webpack-dev-server@5.2.3(tslib@2.8.1)(webpack@5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19))))(webpack@5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19))) '@svgr/webpack': specifier: ^8.1.0 version: 8.1.0(typescript@5.9.3) '@swc/core': - specifier: ^1.15.11 - version: 1.15.11(@swc/helpers@0.5.18) + specifier: ^1.15.18 + version: 1.15.18(@swc/helpers@0.5.19) '@swc/helpers': - specifier: ^0.5.18 - version: 0.5.18 + specifier: ^0.5.19 + version: 0.5.19 browserslist: specifier: ^4.28.1 version: 4.28.1 css-loader: - specifier: ^7.1.3 - version: 7.1.4(@rspack/core@1.7.5(@swc/helpers@0.5.18))(webpack@5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18))) + specifier: ^7.1.4 + version: 7.1.4(@rspack/core@1.7.7(@swc/helpers@0.5.19))(webpack@5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19))) html-webpack-plugin: specifier: ^5.6.6 - version: 5.6.6(@rspack/core@1.7.5(@swc/helpers@0.5.18))(webpack@5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18))) + version: 5.6.6(@rspack/core@1.7.7(@swc/helpers@0.5.19))(webpack@5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19))) mini-css-extract-plugin: specifier: ^2.10.0 - version: 2.10.0(webpack@5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18))) + version: 2.10.0(webpack@5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19))) postcss: - specifier: ^8.5.6 - version: 8.5.6 + specifier: ^8.5.8 + version: 8.5.8 postcss-loader: - specifier: ^8.2.0 - version: 8.2.1(@rspack/core@1.7.5(@swc/helpers@0.5.18))(postcss@8.5.6)(typescript@5.9.3)(webpack@5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18))) + specifier: ^8.2.1 + version: 8.2.1(@rspack/core@1.7.7(@swc/helpers@0.5.19))(postcss@8.5.8)(typescript@5.9.3)(webpack@5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19))) react-refresh: specifier: ^0.18.0 version: 0.18.0 style-loader: specifier: ^4.0.0 - version: 4.0.0(webpack@5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18))) + version: 4.0.0(webpack@5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19))) swc-loader: specifier: ^0.2.7 - version: 0.2.7(@swc/core@1.15.11(@swc/helpers@0.5.18))(webpack@5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18))) + version: 0.2.7(@swc/core@1.15.18(@swc/helpers@0.5.19))(webpack@5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19))) terser-webpack-plugin: specifier: ^5.3.16 - version: 5.3.16(@swc/core@1.15.11(@swc/helpers@0.5.18))(webpack@5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18))) + version: 5.3.16(@swc/core@1.15.18(@swc/helpers@0.5.19))(webpack@5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19))) webpack: - specifier: ^5.105.0 - version: 5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18)) + specifier: ^5.105.3 + version: 5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19)) webpack-dev-server: specifier: ^5.2.3 - version: 5.2.3(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18))) + version: 5.2.3(tslib@2.8.1)(webpack@5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19))) devDependencies: '@eslint/js': specifier: 9.39.2 @@ -530,17 +530,17 @@ importers: specifier: 1.7.3 version: 1.7.3 '@rslib/core': - specifier: 0.19.5 - version: 0.19.5(@typescript/native-preview@7.0.0-dev.20260209.1)(typescript@5.9.3) + specifier: 0.19.6 + version: 0.19.6(@typescript/native-preview@7.0.0-dev.20260209.1)(typescript@5.9.3) '@svgr/core': specifier: 8.1.0 version: 8.1.0(typescript@5.9.3) '@types/node': - specifier: 25.2.2 - version: 25.2.2 + specifier: 25.3.3 + version: 25.3.3 '@typescript-eslint/parser': - specifier: 8.55.0 - version: 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + specifier: 8.56.1 + version: 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) '@typescript/native-preview': specifier: 7.0.0-dev.20260209.1 version: 7.0.0-dev.20260209.1 @@ -563,11 +563,11 @@ importers: specifier: 5.9.3 version: 5.9.3 typescript-eslint: - specifier: 8.55.0 - version: 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + specifier: 8.56.1 + version: 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) vitest: specifier: 4.0.18 - version: 4.0.18(@opentelemetry/api@1.9.0)(@types/node@25.2.2)(happy-dom@20.6.0)(jiti@2.6.1)(jsdom@26.1.0)(msw@2.12.9(@types/node@25.2.2)(typescript@5.9.3))(terser@5.46.0)(yaml@2.8.2) + version: 4.0.18(@opentelemetry/api@1.9.0)(@types/node@25.3.3)(happy-dom@20.8.3)(jiti@2.6.1)(jsdom@26.1.0)(msw@2.12.10(@types/node@25.3.3)(typescript@5.9.3))(terser@5.46.0)(yaml@2.8.2) samples/rsbuild/app: dependencies: @@ -584,8 +584,8 @@ importers: specifier: 19.2.4 version: 19.2.4(react@19.2.4) react-router: - specifier: 7.13.0 - version: 7.13.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + specifier: 7.13.1 + version: 7.13.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4) devDependencies: '@eslint/js': specifier: 9.39.2 @@ -594,29 +594,29 @@ importers: specifier: 1.7.3 version: 1.7.3 '@rspack/core': - specifier: 1.7.5 - version: 1.7.5(@swc/helpers@0.5.18) + specifier: 1.7.7 + version: 1.7.7(@swc/helpers@0.5.19) '@testing-library/react': specifier: 16.3.2 - version: 16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + version: 16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) '@types/node': - specifier: 25.2.2 - version: 25.2.2 + specifier: 25.3.3 + version: 25.3.3 '@types/react': - specifier: 19.2.13 - version: 19.2.13 + specifier: 19.2.14 + version: 19.2.14 '@types/react-dom': specifier: 19.2.3 - version: 19.2.3(@types/react@19.2.13) + version: 19.2.3(@types/react@19.2.14) '@typescript-eslint/parser': - specifier: 8.55.0 - version: 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + specifier: 8.56.1 + version: 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) '@typescript/native-preview': specifier: 7.0.0-dev.20260209.1 version: 7.0.0-dev.20260209.1 '@vitejs/plugin-react': - specifier: 5.1.3 - version: 5.1.3(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2)) + specifier: 5.1.4 + version: 5.1.4(vite@7.3.1(@types/node@25.3.3)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2)) '@workleap/browserslist-config': specifier: workspace:* version: link:../../../packages/browserslist-config @@ -642,17 +642,17 @@ importers: specifier: 9.39.2 version: 9.39.2(jiti@2.6.1) happy-dom: - specifier: 20.6.0 - version: 20.6.0 + specifier: 20.8.3 + version: 20.8.3 http-server: specifier: 14.1.1 version: 14.1.1 msw: - specifier: 2.12.9 - version: 2.12.9(@types/node@25.2.2)(typescript@5.9.3) + specifier: 2.12.10 + version: 2.12.10(@types/node@25.3.3)(typescript@5.9.3) netlify-cli: - specifier: 23.15.1 - version: 23.15.1(@swc/core@1.15.11(@swc/helpers@0.5.18))(@types/node@25.2.2)(picomatch@4.0.3)(rollup@4.59.0) + specifier: 24.0.1 + version: 24.0.1(@swc/core@1.15.18(@swc/helpers@0.5.19))(@types/node@25.3.3)(picomatch@4.0.3)(rollup@4.59.0) prettier: specifier: 3.8.1 version: 3.8.1 @@ -663,11 +663,11 @@ importers: specifier: 5.9.3 version: 5.9.3 typescript-eslint: - specifier: 8.55.0 - version: 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + specifier: 8.56.1 + version: 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) vitest: specifier: 4.0.18 - version: 4.0.18(@opentelemetry/api@1.8.0)(@types/node@25.2.2)(happy-dom@20.6.0)(jiti@2.6.1)(jsdom@26.1.0)(msw@2.12.9(@types/node@25.2.2)(typescript@5.9.3))(terser@5.46.0)(yaml@2.8.2) + version: 4.0.18(@opentelemetry/api@1.8.0)(@types/node@25.3.3)(happy-dom@20.8.3)(jiti@2.6.1)(jsdom@26.1.0)(msw@2.12.10(@types/node@25.3.3)(typescript@5.9.3))(terser@5.46.0)(yaml@2.8.2) samples/rsbuild/components: dependencies: @@ -686,22 +686,22 @@ importers: version: 1.7.3 '@testing-library/react': specifier: 16.3.2 - version: 16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + version: 16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) '@types/react': - specifier: 19.2.13 - version: 19.2.13 + specifier: 19.2.14 + version: 19.2.14 '@types/react-dom': specifier: 19.2.3 - version: 19.2.3(@types/react@19.2.13) + version: 19.2.3(@types/react@19.2.14) '@typescript-eslint/parser': - specifier: 8.55.0 - version: 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + specifier: 8.56.1 + version: 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) '@typescript/native-preview': specifier: 7.0.0-dev.20260209.1 version: 7.0.0-dev.20260209.1 '@vitejs/plugin-react': - specifier: 5.1.3 - version: 5.1.3(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2)) + specifier: 5.1.4 + version: 5.1.4(vite@7.3.1(@types/node@25.3.3)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2)) '@workleap/eslint-configs': specifier: workspace:* version: link:../../../packages/eslint-configs @@ -715,8 +715,8 @@ importers: specifier: 9.39.2 version: 9.39.2(jiti@2.6.1) happy-dom: - specifier: 20.6.0 - version: 20.6.0 + specifier: 20.8.3 + version: 20.8.3 identity-obj-proxy: specifier: 3.0.0 version: 3.0.0 @@ -724,8 +724,8 @@ importers: specifier: 3.8.1 version: 3.8.1 storybook-react-rsbuild: - specifier: 3.2.2 - version: 3.2.2(@rsbuild/core@1.7.3)(@rspack/core@1.7.5(@swc/helpers@0.5.18))(msw@2.12.9(@types/node@25.2.2)(typescript@5.9.3))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(rollup@4.59.0)(storybook@10.2.8(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(tslib@2.8.1)(typescript@5.9.3)(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))(webpack@5.105.0) + specifier: 3.3.0 + version: 3.3.0(@rsbuild/core@1.7.3)(@rspack/core@1.7.7(@swc/helpers@0.5.19))(msw@2.12.10(@types/node@25.3.3)(typescript@5.9.3))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(rollup@4.59.0)(storybook@10.2.14(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(tslib@2.8.1)(typescript@5.9.3)(vite@7.3.1(@types/node@25.3.3)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))(webpack@5.105.3) stylelint: specifier: 16.26.1 version: 16.26.1(typescript@5.9.3) @@ -733,11 +733,11 @@ importers: specifier: 5.9.3 version: 5.9.3 typescript-eslint: - specifier: 8.55.0 - version: 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + specifier: 8.56.1 + version: 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) vitest: specifier: 4.0.18 - version: 4.0.18(@opentelemetry/api@1.9.0)(@types/node@25.2.2)(happy-dom@20.6.0)(jiti@2.6.1)(jsdom@26.1.0)(msw@2.12.9(@types/node@25.2.2)(typescript@5.9.3))(terser@5.46.0)(yaml@2.8.2) + version: 4.0.18(@opentelemetry/api@1.9.0)(@types/node@25.3.3)(happy-dom@20.8.3)(jiti@2.6.1)(jsdom@26.1.0)(msw@2.12.10(@types/node@25.3.3)(typescript@5.9.3))(terser@5.46.0)(yaml@2.8.2) samples/rsbuild/rslib-lib: devDependencies: @@ -745,11 +745,11 @@ importers: specifier: 9.39.2 version: 9.39.2 '@rslib/core': - specifier: 0.19.5 - version: 0.19.5(@typescript/native-preview@7.0.0-dev.20260209.1)(typescript@5.9.3) + specifier: 0.19.6 + version: 0.19.6(@typescript/native-preview@7.0.0-dev.20260209.1)(typescript@5.9.3) '@typescript-eslint/parser': - specifier: 8.55.0 - version: 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + specifier: 8.56.1 + version: 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) '@typescript/native-preview': specifier: 7.0.0-dev.20260209.1 version: 7.0.0-dev.20260209.1 @@ -769,8 +769,8 @@ importers: specifier: 5.9.3 version: 5.9.3 typescript-eslint: - specifier: 8.55.0 - version: 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + specifier: 8.56.1 + version: 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) samples/storybook/rsbuild: dependencies: @@ -788,26 +788,26 @@ importers: specifier: 1.7.3 version: 1.7.3 '@rspack/core': - specifier: 1.7.5 - version: 1.7.5(@swc/helpers@0.5.18) + specifier: 1.7.7 + version: 1.7.7(@swc/helpers@0.5.19) '@storybook/addon-a11y': - specifier: 10.2.8 - version: 10.2.8(storybook@10.2.8(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)) + specifier: 10.2.14 + version: 10.2.14(storybook@10.2.14(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)) '@storybook/addon-links': - specifier: 10.2.8 - version: 10.2.8(react@19.2.4)(storybook@10.2.8(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)) + specifier: 10.2.14 + version: 10.2.14(react@19.2.4)(storybook@10.2.14(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)) '@storybook/react': - specifier: 10.2.8 - version: 10.2.8(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.8(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(typescript@5.9.3) + specifier: 10.2.14 + version: 10.2.14(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.14(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(typescript@5.9.3) '@types/react': - specifier: 19.2.13 - version: 19.2.13 + specifier: 19.2.14 + version: 19.2.14 '@types/react-dom': specifier: 19.2.3 - version: 19.2.3(@types/react@19.2.13) + version: 19.2.3(@types/react@19.2.14) '@typescript-eslint/parser': - specifier: 8.55.0 - version: 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + specifier: 8.56.1 + version: 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) '@typescript/native-preview': specifier: 7.0.0-dev.20260209.1 version: 7.0.0-dev.20260209.1 @@ -833,17 +833,17 @@ importers: specifier: 14.1.1 version: 14.1.1 storybook: - specifier: 10.2.8 - version: 10.2.8(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + specifier: 10.2.14 + version: 10.2.14(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) storybook-react-rsbuild: - specifier: 3.2.2 - version: 3.2.2(@rsbuild/core@1.7.3)(@rspack/core@1.7.5(@swc/helpers@0.5.18))(msw@2.12.9(@types/node@25.2.2)(typescript@5.9.3))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(rollup@4.59.0)(storybook@10.2.8(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(tslib@2.8.1)(typescript@5.9.3)(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))(webpack@5.105.0) + specifier: 3.3.0 + version: 3.3.0(@rsbuild/core@1.7.3)(@rspack/core@1.7.7(@swc/helpers@0.5.19))(msw@2.12.10(@types/node@25.3.3)(typescript@5.9.3))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(rollup@4.59.0)(storybook@10.2.14(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(tslib@2.8.1)(typescript@5.9.3)(vite@7.3.1(@types/node@25.3.3)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))(webpack@5.105.3) typescript: specifier: 5.9.3 version: 5.9.3 typescript-eslint: - specifier: 8.55.0 - version: 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + specifier: 8.56.1 + version: 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) samples/storybook/rslib: dependencies: @@ -861,23 +861,23 @@ importers: specifier: 1.7.3 version: 1.7.3 '@rslib/core': - specifier: 0.19.5 - version: 0.19.5(@typescript/native-preview@7.0.0-dev.20260209.1)(typescript@5.9.3) + specifier: 0.19.6 + version: 0.19.6(@typescript/native-preview@7.0.0-dev.20260209.1)(typescript@5.9.3) '@storybook/addon-a11y': - specifier: 10.2.8 - version: 10.2.8(storybook@10.2.8(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)) + specifier: 10.2.14 + version: 10.2.14(storybook@10.2.14(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)) '@storybook/react': - specifier: 10.2.8 - version: 10.2.8(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.8(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(typescript@5.9.3) + specifier: 10.2.14 + version: 10.2.14(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.14(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(typescript@5.9.3) '@types/react': - specifier: 19.2.13 - version: 19.2.13 + specifier: 19.2.14 + version: 19.2.14 '@types/react-dom': specifier: 19.2.3 - version: 19.2.3(@types/react@19.2.13) + version: 19.2.3(@types/react@19.2.14) '@typescript-eslint/parser': - specifier: 8.55.0 - version: 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + specifier: 8.56.1 + version: 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) '@typescript/native-preview': specifier: 7.0.0-dev.20260209.1 version: 7.0.0-dev.20260209.1 @@ -903,20 +903,20 @@ importers: specifier: 14.1.1 version: 14.1.1 storybook: - specifier: 10.2.8 - version: 10.2.8(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + specifier: 10.2.14 + version: 10.2.14(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) storybook-addon-rslib: - specifier: 3.2.2 - version: 3.2.2(@rsbuild/core@1.7.3)(@rslib/core@0.19.5(@typescript/native-preview@7.0.0-dev.20260209.1)(typescript@5.9.3))(storybook-builder-rsbuild@3.2.2(@rsbuild/core@1.7.3)(@rspack/core@1.7.5(@swc/helpers@0.5.18))(msw@2.12.9(@types/node@25.2.2)(typescript@5.9.3))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.8(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(tslib@2.8.1)(typescript@5.9.3)(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2)))(typescript@5.9.3) + specifier: 3.3.0 + version: 3.3.0(@rsbuild/core@1.7.3)(@rslib/core@0.19.6(@typescript/native-preview@7.0.0-dev.20260209.1)(typescript@5.9.3))(storybook-builder-rsbuild@3.3.0(@rsbuild/core@1.7.3)(@rspack/core@1.7.7(@swc/helpers@0.5.19))(msw@2.12.10(@types/node@25.3.3)(typescript@5.9.3))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.14(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(tslib@2.8.1)(typescript@5.9.3)(vite@7.3.1(@types/node@25.3.3)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2)))(typescript@5.9.3) storybook-react-rsbuild: - specifier: 3.2.2 - version: 3.2.2(@rsbuild/core@1.7.3)(@rspack/core@1.7.5(@swc/helpers@0.5.18))(msw@2.12.9(@types/node@25.2.2)(typescript@5.9.3))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(rollup@4.59.0)(storybook@10.2.8(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(tslib@2.8.1)(typescript@5.9.3)(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))(webpack@5.105.0) + specifier: 3.3.0 + version: 3.3.0(@rsbuild/core@1.7.3)(@rspack/core@1.7.7(@swc/helpers@0.5.19))(msw@2.12.10(@types/node@25.3.3)(typescript@5.9.3))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(rollup@4.59.0)(storybook@10.2.14(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(tslib@2.8.1)(typescript@5.9.3)(vite@7.3.1(@types/node@25.3.3)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))(webpack@5.105.3) typescript: specifier: 5.9.3 version: 5.9.3 typescript-eslint: - specifier: 8.55.0 - version: 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + specifier: 8.56.1 + version: 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) samples/webpack/app: dependencies: @@ -933,39 +933,39 @@ importers: specifier: 19.2.4 version: 19.2.4(react@19.2.4) react-router: - specifier: 7.13.0 - version: 7.13.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + specifier: 7.13.1 + version: 7.13.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4) devDependencies: '@eslint/js': specifier: 9.39.2 version: 9.39.2 '@swc/core': - specifier: 1.15.11 - version: 1.15.11(@swc/helpers@0.5.18) + specifier: 1.15.18 + version: 1.15.18(@swc/helpers@0.5.19) '@swc/helpers': - specifier: 0.5.18 - version: 0.5.18 + specifier: 0.5.19 + version: 0.5.19 '@swc/jest': specifier: 0.2.39 - version: 0.2.39(@swc/core@1.15.11(@swc/helpers@0.5.18)) + version: 0.2.39(@swc/core@1.15.18(@swc/helpers@0.5.19)) '@testing-library/react': specifier: 16.3.2 - version: 16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + version: 16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) '@types/jest': specifier: 30.0.0 version: 30.0.0 '@types/node': - specifier: 25.2.2 - version: 25.2.2 + specifier: 25.3.3 + version: 25.3.3 '@types/react': - specifier: 19.2.13 - version: 19.2.13 + specifier: 19.2.14 + version: 19.2.14 '@types/react-dom': specifier: 19.2.3 - version: 19.2.3(@types/react@19.2.13) + version: 19.2.3(@types/react@19.2.14) '@typescript-eslint/parser': - specifier: 8.55.0 - version: 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + specifier: 8.56.1 + version: 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) '@typescript/native-preview': specifier: 7.0.0-dev.20260209.1 version: 7.0.0-dev.20260209.1 @@ -1007,19 +1007,19 @@ importers: version: 3.0.0 jest: specifier: 30.2.0 - version: 30.2.0(@types/node@25.2.2)(ts-node@10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.18))(@types/node@25.2.2)(typescript@5.9.3)) + version: 30.2.0(@types/node@25.3.3)(ts-node@10.9.2(@swc/core@1.15.18(@swc/helpers@0.5.19))(@types/node@25.3.3)(typescript@5.9.3)) jest-environment-jsdom: specifier: 30.2.0 version: 30.2.0 msw: - specifier: 2.12.9 - version: 2.12.9(@types/node@25.2.2)(typescript@5.9.3) + specifier: 2.12.10 + version: 2.12.10(@types/node@25.3.3)(typescript@5.9.3) nodemon: - specifier: 3.1.11 - version: 3.1.11 + specifier: 3.1.14 + version: 3.1.14 postcss: - specifier: 8.5.6 - version: 8.5.6 + specifier: 8.5.8 + version: 8.5.8 prettier: specifier: 3.8.1 version: 3.8.1 @@ -1028,22 +1028,22 @@ importers: version: 16.26.1(typescript@5.9.3) ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.18))(@types/node@25.2.2)(typescript@5.9.3) + version: 10.9.2(@swc/core@1.15.18(@swc/helpers@0.5.19))(@types/node@25.3.3)(typescript@5.9.3) typescript: specifier: 5.9.3 version: 5.9.3 typescript-eslint: - specifier: 8.55.0 - version: 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + specifier: 8.56.1 + version: 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) webpack: - specifier: 5.105.0 - version: 5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18))(webpack-cli@6.0.1) + specifier: 5.105.3 + version: 5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19))(webpack-cli@6.0.1) webpack-cli: specifier: 6.0.1 - version: 6.0.1(webpack-dev-server@5.2.3)(webpack@5.105.0) + version: 6.0.1(webpack-dev-server@5.2.3)(webpack@5.105.3) webpack-dev-server: specifier: 5.2.3 - version: 5.2.3(tslib@2.8.1)(webpack-cli@6.0.1)(webpack@5.105.0) + version: 5.2.3(tslib@2.8.1)(webpack-cli@6.0.1)(webpack@5.105.3) samples/webpack/components: devDependencies: @@ -1051,26 +1051,26 @@ importers: specifier: 9.39.2 version: 9.39.2 '@swc/core': - specifier: 1.15.11 - version: 1.15.11(@swc/helpers@0.5.18) + specifier: 1.15.18 + version: 1.15.18(@swc/helpers@0.5.19) '@swc/jest': specifier: 0.2.39 - version: 0.2.39(@swc/core@1.15.11(@swc/helpers@0.5.18)) + version: 0.2.39(@swc/core@1.15.18(@swc/helpers@0.5.19)) '@testing-library/react': specifier: 16.3.2 - version: 16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + version: 16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) '@types/jest': specifier: 30.0.0 version: 30.0.0 '@types/react': - specifier: 19.2.13 - version: 19.2.13 + specifier: 19.2.14 + version: 19.2.14 '@types/react-dom': specifier: 19.2.3 - version: 19.2.3(@types/react@19.2.13) + version: 19.2.3(@types/react@19.2.14) '@typescript-eslint/parser': - specifier: 8.55.0 - version: 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + specifier: 8.56.1 + version: 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) '@typescript/native-preview': specifier: 7.0.0-dev.20260209.1 version: 7.0.0-dev.20260209.1 @@ -1094,7 +1094,7 @@ importers: version: 3.0.0 jest: specifier: 30.2.0 - version: 30.2.0(@types/node@25.2.2)(ts-node@10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.18))(@types/node@25.2.2)(typescript@5.9.3)) + version: 30.2.0(@types/node@25.3.3)(ts-node@10.9.2(@swc/core@1.15.18(@swc/helpers@0.5.19))(@types/node@25.3.3)(typescript@5.9.3)) jest-environment-jsdom: specifier: 30.2.0 version: 30.2.0 @@ -1112,13 +1112,13 @@ importers: version: 16.26.1(typescript@5.9.3) ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.18))(@types/node@25.2.2)(typescript@5.9.3) + version: 10.9.2(@swc/core@1.15.18(@swc/helpers@0.5.19))(@types/node@25.3.3)(typescript@5.9.3) typescript: specifier: 5.9.3 version: 5.9.3 typescript-eslint: - specifier: 8.55.0 - version: 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + specifier: 8.56.1 + version: 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) samples/webpack/tsup-lib: devDependencies: @@ -1126,8 +1126,8 @@ importers: specifier: 9.39.2 version: 9.39.2 '@typescript-eslint/parser': - specifier: 8.55.0 - version: 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + specifier: 8.56.1 + version: 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) '@typescript/native-preview': specifier: 7.0.0-dev.20260209.1 version: 7.0.0-dev.20260209.1 @@ -1145,13 +1145,13 @@ importers: version: 9.39.2(jiti@2.6.1) tsup: specifier: 8.5.1 - version: 8.5.1(@swc/core@1.15.11(@swc/helpers@0.5.18))(jiti@2.6.1)(postcss@8.5.6)(typescript@5.9.3)(yaml@2.8.2) + version: 8.5.1(@swc/core@1.15.18(@swc/helpers@0.5.19))(jiti@2.6.1)(postcss@8.5.8)(typescript@5.9.3)(yaml@2.8.2) typescript: specifier: 5.9.3 version: 5.9.3 typescript-eslint: - specifier: 8.55.0 - version: 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + specifier: 8.56.1 + version: 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) packages: @@ -1909,8 +1909,8 @@ packages: '@cacheable/utils@2.4.0': resolution: {integrity: sha512-PeMMsqjVq+bF0WBsxFBxr/WozBJiZKY0rUojuaCoIaKnEl3Ju1wfEwS+SV1DU/cSe8fqHIPiYJFif8T3MVt4cQ==} - '@changesets/apply-release-plan@7.0.14': - resolution: {integrity: sha512-ddBvf9PHdy2YY0OUiEl3TV78mH9sckndJR14QAt87KLEbIov81XO0q0QAmvooBxXlqRRP8I9B7XOzZwQG7JkWA==} + '@changesets/apply-release-plan@7.1.0': + resolution: {integrity: sha512-yq8ML3YS7koKQ/9bk1PqO0HMzApIFNwjlwCnwFEXMzNe8NpzeeYYKCmnhWJGkN8g7E51MnWaSbqRcTcdIxUgnQ==} '@changesets/assemble-release-plan@6.0.9': resolution: {integrity: sha512-tPgeeqCHIwNo8sypKlS3gOPmsS3wP0zHt67JDuL20P4QcXiw/O4Hl7oXiuLnP9yg+rXLQ2sScdV1Kkzde61iSQ==} @@ -1918,15 +1918,15 @@ packages: '@changesets/changelog-git@0.2.1': resolution: {integrity: sha512-x/xEleCFLH28c3bQeQIyeZf8lFXyDFVn1SgcBiR2Tw/r4IAWlk1fzxCEZ6NxQAjF2Nwtczoen3OA2qR+UawQ8Q==} - '@changesets/changelog-github@0.5.2': - resolution: {integrity: sha512-HeGeDl8HaIGj9fQHo/tv5XKQ2SNEi9+9yl1Bss1jttPqeiASRXhfi0A2wv8yFKCp07kR1gpOI5ge6+CWNm1jPw==} + '@changesets/changelog-github@0.6.0': + resolution: {integrity: sha512-wA2/y4hR/A1K411cCT75rz0d46Iezxp1WYRFoFJDIUpkQ6oDBAIUiU7BZkDCmYgz0NBl94X1lgcZO+mHoiHnFg==} - '@changesets/cli@2.29.8': - resolution: {integrity: sha512-1weuGZpP63YWUYjay/E84qqwcnt5yJMM0tep10Up7Q5cS/DGe2IZ0Uj3HNMxGhCINZuR7aO9WBMdKnPit5ZDPA==} + '@changesets/cli@2.30.0': + resolution: {integrity: sha512-5D3Nk2JPqMI1wK25pEymeWRSlSMdo5QOGlyfrKg0AOufrUcjEE3RQgaCpHoBiM31CSNrtSgdJ0U6zL1rLDDfBA==} hasBin: true - '@changesets/config@3.1.2': - resolution: {integrity: sha512-CYiRhA4bWKemdYi/uwImjPxqWNpqGPNbEBdX1BdONALFIDK7MCUj6FPkzD+z9gJcvDFUQJn9aDVf4UG7OT6Kog==} + '@changesets/config@3.1.3': + resolution: {integrity: sha512-vnXjcey8YgBn2L1OPWd3ORs0bGC4LoYcK/ubpgvzNVr53JXV5GiTVj7fWdMRsoKUH7hhhMAQnsJUqLr21EncNw==} '@changesets/errors@0.2.0': resolution: {integrity: sha512-6BLOQUscTpZeGljvyQXlWOItQyU71kCdGz7Pi8H8zdw6BI0g3m43iL4xKUVPWtG+qrrL9DTjpdn8eYuCQSRpow==} @@ -1934,11 +1934,11 @@ packages: '@changesets/get-dependents-graph@2.1.3': resolution: {integrity: sha512-gphr+v0mv2I3Oxt19VdWRRUxq3sseyUpX9DaHpTUmLj92Y10AGy+XOtV+kbM6L/fDcpx7/ISDFK6T8A/P3lOdQ==} - '@changesets/get-github-info@0.7.0': - resolution: {integrity: sha512-+i67Bmhfj9V4KfDeS1+Tz3iF32btKZB2AAx+cYMqDSRFP7r3/ZdGbjCo+c6qkyViN9ygDuBjzageuPGJtKGe5A==} + '@changesets/get-github-info@0.8.0': + resolution: {integrity: sha512-cRnC+xdF0JIik7coko3iUP9qbnfi1iJQ3sAa6dE+Tx3+ET8bjFEm63PA4WEohgjYcmsOikPHWzPsMWWiZmntOQ==} - '@changesets/get-release-plan@4.0.14': - resolution: {integrity: sha512-yjZMHpUHgl4Xl5gRlolVuxDkm4HgSJqT93Ri1Uz8kGrQb+5iJ8dkXJ20M2j/Y4iV5QzS2c5SeTxVSKX+2eMI0g==} + '@changesets/get-release-plan@4.0.15': + resolution: {integrity: sha512-Q04ZaRPuEVZtA+auOYgFaVQQSA98dXiVe/yFaZfY7hoSmQICHGvP0TF4u3EDNHWmmCS4ekA/XSpKlSM2PyTS2g==} '@changesets/get-version-range-type@0.4.0': resolution: {integrity: sha512-hwawtob9DryoGTpixy1D3ZXbGgJu1Rhr+ySH2PvTLHvkZuQ7sRT4oQwMh0hbqZH1weAooedEjRsbrWcGLCeyVQ==} @@ -1949,14 +1949,14 @@ packages: '@changesets/logger@0.1.1': resolution: {integrity: sha512-OQtR36ZlnuTxKqoW4Sv6x5YIhOmClRd5pWsjZsddYxpWs517R0HkyiefQPIytCVh4ZcC5x9XaG8KTdd5iRQUfg==} - '@changesets/parse@0.4.2': - resolution: {integrity: sha512-Uo5MC5mfg4OM0jU3up66fmSn6/NE9INK+8/Vn/7sMVcdWg46zfbvvUSjD9EMonVqPi9fbrJH9SXHn48Tr1f2yA==} + '@changesets/parse@0.4.3': + resolution: {integrity: sha512-ZDmNc53+dXdWEv7fqIUSgRQOLYoUom5Z40gmLgmATmYR9NbL6FJJHwakcCpzaeCy+1D0m0n7mT4jj2B/MQPl7A==} '@changesets/pre@2.0.2': resolution: {integrity: sha512-HaL/gEyFVvkf9KFg6484wR9s0qjAXlZ8qWPDkTyKF6+zqjBe/I2mygg3MbpZ++hdi0ToqNUF8cjj7fBy0dg8Ug==} - '@changesets/read@0.6.6': - resolution: {integrity: sha512-P5QaN9hJSQQKJShzzpBT13FzOSPyHbqdoIBUd2DJdgvnECCyO6LmAOWSV+O8se2TaZJVwSXjL+v9yhb+a9JeJg==} + '@changesets/read@0.6.7': + resolution: {integrity: sha512-D1G4AUYGrBEk8vj8MGwf75k9GpN6XL3wg8i42P2jZZwFLXnlr2Pn7r9yuQNbaMCarP7ZQWNJbV6XLeysAIMhTA==} '@changesets/should-skip-package@0.1.2': resolution: {integrity: sha512-qAK/WrqWLNCP22UDdBTMPH5f41elVDlsNyat180A33dWxuUDyNpg6fPi/FyTZwRriVjg0L8gnjJn2F9XAoF0qw==} @@ -2698,6 +2698,10 @@ packages: resolution: {integrity: sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/core@1.1.0': + resolution: {integrity: sha512-/nr9K9wkr3P1EzFTdFdMoLuo1PmIxjmwvPozwoSodjNBdefGujXQUF93u1DDZpEaTuDvMsIQddsd35BwtrW9Xw==} + engines: {node: ^20.19.0 || ^22.13.0 || >=24} + '@eslint/eslintrc@3.3.4': resolution: {integrity: sha512-4h4MVF8pmBsncB60r0wSJiIeUKTSD4m7FmTFThG8RHlsg9ajqckLm9OraguFGZE4vVdpiI1Q4+hFnisopmG6gQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -2714,6 +2718,10 @@ packages: resolution: {integrity: sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/plugin-kit@0.6.0': + resolution: {integrity: sha512-bIZEUzOI1jkhviX2cp5vNyXQc6olzb2ohewQubuYlMXZ2Q/XjBO0x0XhGPvc9fjSIiUN0vw+0hq53BJ4eQSJKQ==} + engines: {node: ^20.19.0 || ^22.13.0 || >=24} + '@fastify/accept-negotiator@2.0.1': resolution: {integrity: sha512-/c/TW2bO/v9JeEgoD/g1G5GxGeCF1Hafdf79WPmUlgYiBXummY0oX3VVq4yFkKKVBKDNlaDUYoab7g38RpPqCQ==} @@ -3368,23 +3376,17 @@ packages: '@napi-rs/wasm-runtime@1.1.1': resolution: {integrity: sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==} - '@netlify/ai@0.3.4': - resolution: {integrity: sha512-mV0RtkO5dOwbuqRn/Sn0aHIV4j6sw8B4F16WCx0GYBRcJ9IbBkzvuEzW0IDUbNE6hxu9FFs5WRDASDJpgDY1ZQ==} + '@netlify/ai@0.3.8': + resolution: {integrity: sha512-qz8XDb/82UzsUMKn+sB84V3ZGqeNQOvGwNo840nHIV9saJwLPTd+FOqSUoKUIxZphNA7kQ0uGeadSUkJzDz7og==} engines: {node: '>=20.6.1'} - peerDependencies: - '@netlify/api': '>=14.0.11' - '@netlify/api@14.0.13': - resolution: {integrity: sha512-WQczmnM/u2wcxk0G0rE36yTHzYzuPdByaKmJBVEZvZE0LC7VeHz8tBoX2EYpAuvjzczm8ez1ekZGjqTHK1+Osw==} + '@netlify/api@14.0.15': + resolution: {integrity: sha512-48HithqrlISg8OFUtQO97ZKxZWUixg8fXbg+RBA1/vgpdqxHryZxrRsjtY9tkiDzbChM+/MWvpX5Edog4gbsFg==} engines: {node: '>=18.14.0'} '@netlify/binary-info@1.0.0': resolution: {integrity: sha512-4wMPu9iN3/HL97QblBsBay3E1etIciR84izI3U+4iALY+JHCrI+a2jO0qbAZ/nxKoegypYEaiiqWXylm+/zfrw==} - '@netlify/blobs@10.1.0': - resolution: {integrity: sha512-dFpqDc6/x5LEu9L7kblCQu00CFEchH8J42jmQoXPuhKoE7avajzeLTbVKA8Olk3S/c2m9ejegrgbhL8NRA2Jyw==} - engines: {node: ^14.16.0 || >=16.0.0} - '@netlify/blobs@10.7.0': resolution: {integrity: sha512-wuiaKRbRLG/L049yR+7/p7xSKa4jx6JRBnweRYwP6mMYn9D+x/wccPgsxEMtKqthmow6frs7ZSrNYTt9U3yUdQ==} engines: {node: ^14.16.0 || >=16.0.0} @@ -3394,8 +3396,8 @@ packages: engines: {node: '>=18.14.0'} hasBin: true - '@netlify/build@35.5.14': - resolution: {integrity: sha512-HL0p3HKUTuwqJtIklNdZlrUdZ0SwhAGQei5p5t9nXp8Wk0Z+EyFMFVQronCdsbplP1x1XTqW/1T3HiWChzXHdQ==} + '@netlify/build@35.8.3': + resolution: {integrity: sha512-ziFQJB/IkMNUOtH0NofnTwg3D3rX4laY2f1lfiaOmtYmk587MQNSfRGHVqThxukPIsytfAinLQb9jUJNXDe09A==} engines: {node: '>=18.14.0'} hasBin: true peerDependencies: @@ -3409,38 +3411,58 @@ packages: resolution: {integrity: sha512-MZmTLVR+KabjCFOvSGZj2ZbGPCutqKVWuyAihJHQ8f8BGGOzu6vzuBmXf6L5nT1d2u8ZifjDXrHhCH4SNxdb1g==} engines: {node: '>=18.14.0'} - '@netlify/config@24.3.0': - resolution: {integrity: sha512-yLqZLwvONivf0jcaO1WxUWEnW+h0F9UMvVv8JqnVi4TFjg6sLsjHhH4qICK2+PKqyDJ/OkM00udEYHmhg7LGGg==} + '@netlify/cache@3.3.5': + resolution: {integrity: sha512-u4wx2se/wRvLsU/sQlT5ruofEwMjo5kg6ybEdQLuIswH6+6+9BCFF8VX4ByBP3MZJl3/pxExmcPiFqo0TBP3tg==} + engines: {node: '>=20.6.1'} + + '@netlify/config@24.4.1': + resolution: {integrity: sha512-i67GEjIAgZ8RFZU9TcYjDrIeFIZm3hkSgVISg90Ohx4ROxgCh6o6q4EBB0igYBSCccvj/eaBil8NifvMNy2tDA==} engines: {node: '>=18.14.0'} hasBin: true - '@netlify/dev-utils@4.3.0': - resolution: {integrity: sha512-vZAL8pMuj3yPQlmHSgyaA/UQFxc6pZgU0LucFJ1+IPWGJtIzBXHRvuR4acpoP72HtyQPUHJ42s7U9GaaSGVNHg==} - engines: {node: ^18.14.0 || >=20} - - '@netlify/dev-utils@4.3.2': - resolution: {integrity: sha512-Nl6c5UVLbpOwvzVaT6fJycdkc3EswqFoI9c2hZ3WUUX+kQ2ojdrkFMuKcPERaGXYxrhy/uGk1CURAflG8YC2RA==} - engines: {node: ^18.14.0 || >=20} - '@netlify/dev-utils@4.3.3': resolution: {integrity: sha512-qziF8R9kf7mRNgSpmUH96O0aV1ZiwK4c9ZecFQbDSQuYhgy9GY1WTjiQF0oQnohjTjWNtXhrU39LAeXWNLaBJg==} engines: {node: ^18.14.0 || >=20} - '@netlify/edge-bundler@14.9.5': - resolution: {integrity: sha512-0VSItMmQw2hfBpVL6puaEgJ7GM0GIp7/W1UYOAvYDP1OA/X5ri0T+nFmBKFLRWtjV335mxc8xOpQhEo0OWqdMg==} + '@netlify/dev@4.11.2': + resolution: {integrity: sha512-quIKbuG7xD3yiWExuZA1Xl/b3Wc+/V3QjrNT4XX5m+dA/D54J61dABf1IGwQYNZHKiF5rVL7D3AwHNAojVQzuw==} + engines: {node: '>=20.6.1'} + peerDependencies: + '@netlify/db-dev': 0.2.0 + peerDependenciesMeta: + '@netlify/db-dev': + optional: true + + '@netlify/edge-bundler@14.9.11': + resolution: {integrity: sha512-0qfKY9bI3WG8uL6Bu66D9SNZUZ2bA0EDzyKMZWIOzOQjo8+YNgwx6LF7Z4TmTvz4q23KN30rN4BDXXce0kXRmA==} engines: {node: '>=18.14.0'} + '@netlify/edge-functions-bootstrap@2.16.0': + resolution: {integrity: sha512-v8QQihSbBHj3JxtJsHoepXALpNumD9M7egHoc8z62FYl5it34dWczkaJoFFopEyhiBVKi4K/n0ZYpdzwfujd6g==} + '@netlify/edge-functions-bootstrap@2.17.1': resolution: {integrity: sha512-KyNJbDhK1rC5wEeI7bXPgfl8QvADMHqNy2nwNJG60EHVRXTF0zxFnOpt/p0m2C512gcMXRrKZxaOZQ032RHVbw==} + '@netlify/edge-functions-dev@1.0.11': + resolution: {integrity: sha512-ASybM6fkopOKHorwI1TwsbBlF+eZQCMmlddWtSpyWDunKc4P7i/FEkzdTinNQvcLX7RIGOwjrxanTMEOen/Zvg==} + engines: {node: '>=20.6.1'} + '@netlify/edge-functions@3.0.3': resolution: {integrity: sha512-grElRK+rTBdYrPsULPKrhcHhrW+fwpDRLPbGByqa6Xrz0fhzcFJ2D9ijxEQ/onFcSVPYHT1u1mI48GhS5bZ/Ag==} engines: {node: '>=18.0.0'} + '@netlify/functions-dev@1.1.12': + resolution: {integrity: sha512-rWFCthzhKiuM62yPd2upDY9+y/Ww5ahEKA8+E8WS8dgQKg+5/G/Yka6zfPNpkkFM3/oNi0R7LffWn2DMxrTMPQ==} + engines: {node: '>=20.6.1'} + '@netlify/functions-utils@6.2.24': resolution: {integrity: sha512-t06DLawonmPv9+nSrHuoz/r1rmlBPEa4ZKOPSVl+4DX1Xn+WcAusYt9f+ynX6Br3YtpGMTxQ7tMvSn7g0dE9/Q==} engines: {node: '>=18.14.0'} + '@netlify/functions@5.1.2': + resolution: {integrity: sha512-tpPiLSkQatuexH8AdAZ8RlALvT7ixOE9VhvpkzQGNvihcms8hzmvUDuSxQa7UneTj/sHsdirnXmnJ+nmf+Nx/w==} + engines: {node: '>=18.0.0'} + '@netlify/git-utils@6.0.4': resolution: {integrity: sha512-yp5WucNt1PGV+qG9Bq/qXPHZyl375s2AfB7bdoCFi7VeHZzCJ4bZJB9OpWf8lwNKqzkc2njYygNo5kwKavzY/w==} engines: {node: '>=18.14.0'} @@ -3449,8 +3471,12 @@ packages: resolution: {integrity: sha512-86YEGPxVemhksY1LeSr8NSOyH11RHvYHq+FuBJnTlPZoRDX+TD+0TAxF6lwzAgVTd1VPkyFEHlNgUGqw7aNzRQ==} engines: {node: '>=18.14.0'} - '@netlify/images@1.2.5': - resolution: {integrity: sha512-kTcM86Zpzne46RDQJO5o0rDEryYbBpRk7+8NaWLYP6ChM13MdLYwk9nLYyh4APWB2Zx9JBvBJO3Q/lKiF20zXg==} + '@netlify/headers@2.1.3': + resolution: {integrity: sha512-jVjhHokAQLGI5SJA2nj8OWeNQ7ASV4m0n4aiR4PHrhM8ot385V2BbUGkSpC28M92uqP0l1cbAQaSoSOU4re8iQ==} + engines: {node: '>=20.6.1'} + + '@netlify/images@1.3.3': + resolution: {integrity: sha512-1X3fUmacCLMlPIqyeV5tdo6Wbf9aBSWobgr4DyRvg9zDV9jbKqgdN3BNbcUXmVaqfN+0iiv0k9p02mcRV3OyOw==} engines: {node: '>=20.6.1'} '@netlify/local-functions-proxy-darwin-arm64@1.1.1': @@ -3551,28 +3577,36 @@ packages: resolution: {integrity: sha512-/HB3fcRRNgf6O/pbLn4EYNDHrU2kiadMMnazg8/OjvQK2S9i4y61vQcrICvDxYKUKQdgeEaABUuaCNAJFnfD9w==} engines: {node: '>=18.14.0'} + '@netlify/redirects@3.1.5': + resolution: {integrity: sha512-yU4YBqRYoqPobg/u96QI07IuevAc8+tVLAcnty6/vBJAlo5d7E72r+U6dez48EPGIJHY5hEQK4jT0m9SmKg8mg==} + engines: {node: '>=20.6.1'} + '@netlify/run-utils@6.0.3': resolution: {integrity: sha512-ooXXGQKtTJEYxCgwcwpr3a/cHYv+oIuKgswzAMCTOnE/lm4DU9+kz42vMXA+hXoMJFS6kSnuKsSIL9GePaJ0gQ==} engines: {node: '>=18.14.0'} - '@netlify/runtime-utils@2.2.0': - resolution: {integrity: sha512-K3kWIxIMucibzQsATU2xw2JI+OpS9PZfPW/a+81gmeLC8tLv5YAxTVT0NFY/3imk1kcOJb9g7658jPLqDJaiAw==} - engines: {node: ^18.14.0 || >=20} - '@netlify/runtime-utils@2.3.0': resolution: {integrity: sha512-cW8weDvsKV7zfia2m5EcBy6KILGoPD+eYZ3qWNGnIo05DGF28goPES0xKSDkNYgAF/2rRSIhie2qcBhbGVgSRg==} engines: {node: ^18.14.0 || >=20} + '@netlify/runtime@4.1.15': + resolution: {integrity: sha512-drX5NYNnqAMKnYsStRT8Q1ruNqd68QdMGdakdMtMb/aTaAtPCIug66BPP98YSWvgv9r7O5eO4NX/Ma7UkMVwvQ==} + engines: {node: '>=20.6.1'} + '@netlify/serverless-functions-api@2.10.0': resolution: {integrity: sha512-+gkCy5mwa39zCEeYjKA4FE/qELGbwwFsA+HDnSRJZ7nz3z3+ToYUxrhJ0XmFRCe9gEipUVzqmUaVee/xlY5ipw==} engines: {node: '>=18.0.0'} + '@netlify/static@3.1.3': + resolution: {integrity: sha512-88VG2jwWY1eOT/IiMbkrak7qyo+t7om0v731i63JiCDfXjCEp+yFPNr9L4v8S6wcCmgnkGQ6Sr5roF1sEtp6+Q==} + engines: {node: '>=20.6.1'} + '@netlify/types@2.3.0': resolution: {integrity: sha512-5gxMWh/S7wr0uHKSTbMv4bjWmWSpwpeLYvErWeVNAPll5/QNFo9aWimMAUuh8ReLY3/fg92XAroVVu7+z27Snw==} engines: {node: ^18.14.0 || >=20} - '@netlify/zip-it-and-ship-it@14.3.1': - resolution: {integrity: sha512-dlLh7ZRVpvWc5mHR3h8RY0LA1VK6qz2mkq5SztJ+9w92xKP7i4FfTURjZOrDs8lwJuKcG64r3UaFv6dAB71K3w==} + '@netlify/zip-it-and-ship-it@14.4.0': + resolution: {integrity: sha512-Mi0Kg71CAMH9YsErbCqBWFfKyTim67wT7nmmPLYxFM672Mzu4KNArXmDMWAqmR6Fes2t0uXnnHBVNUfDM1ajqw==} engines: {node: '>=18.14.0'} hasBin: true @@ -3784,6 +3818,10 @@ packages: resolution: {integrity: sha512-lp4qAiMTD4sNWW4DbKLBkfiMZ4jbAboJIGOQr5DvciMRI494OapieI9qiODpOt0XBr1LjIDy1xAGAnVs5supTA==} engines: {node: '>=14'} + '@ota-meshi/ast-token-store@0.3.0': + resolution: {integrity: sha512-XRO0zi2NIUKq2lUk3T1ecFSld1fMWRKE6naRFGkgkdeosx7IslyUKNv5Dcb5PJTja9tHJoFu0v/7yEpAkrkrTg==} + engines: {node: ^20.19.0 || ^22.13.0 || >=24} + '@parcel/watcher-android-arm64@2.5.6': resolution: {integrity: sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==} engines: {node: '>= 10.0.0'} @@ -3976,8 +4014,8 @@ packages: engines: {node: '>=18'} hasBin: true - '@rolldown/pluginutils@1.0.0-rc.2': - resolution: {integrity: sha512-izyXV/v+cHiRfozX62W9htOAvwMo4/bXKDrQ+vom1L1qRuexPock/7VZDAhnpHCLNejd3NJ6hiab+tO0D44Rgw==} + '@rolldown/pluginutils@1.0.0-rc.3': + resolution: {integrity: sha512-eybk3TjzzzV97Dlj5c+XrBFW57eTNhzod66y9HrBlzJ6NsCrWCp/2kaPS3K9wJmurBC0Tdw4yPjXKZqlznim3Q==} '@rollup/pluginutils@5.3.0': resolution: {integrity: sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==} @@ -4165,8 +4203,8 @@ packages: '@rsbuild/core': optional: true - '@rslib/core@0.19.5': - resolution: {integrity: sha512-ptpO0ZQcWTIjHq4QT9K5YTnlI792EOUlUMwXhbhEoDmiKN5q7FhQSRrCGmoWBe0Mv9s+r3bmZ7YzjmcB6Oxbuw==} + '@rslib/core@0.19.6': + resolution: {integrity: sha512-/znUZlPX252DhAf2WvzmkZ2rBi85d8TadkABYvWoUGAVGsmFOiX+anDwLOqQ+7m5KsMFzM/SCqB2yEBvAj/T2g==} engines: {node: '>=18.12.0'} hasBin: true peerDependencies: @@ -4178,64 +4216,64 @@ packages: typescript: optional: true - '@rspack/binding-darwin-arm64@1.7.5': - resolution: {integrity: sha512-dg2/IrF+g498NUt654N8LFWfIiUsHlTankWieE1S3GWEQM6jweeRbNuu1Py1nWIUsjR2yQtv7ziia7c9Q8UTaQ==} + '@rspack/binding-darwin-arm64@1.7.7': + resolution: {integrity: sha512-eL14fHy2JqfQ0YA5YMN2hktXhbafDSZt5kthvlBCbpQZLnYB7RP7TjHManIW/xFpnzrabvxkrLUOHhuIbWixIw==} cpu: [arm64] os: [darwin] - '@rspack/binding-darwin-x64@1.7.5': - resolution: {integrity: sha512-RQJX4boQJUu3lo1yiN344+y8W6iSO08ARXIZqFPg66coOgfX1lhsXQSRJGQEQG4PAcYuC0GmrYFzErliifbc1Q==} + '@rspack/binding-darwin-x64@1.7.7': + resolution: {integrity: sha512-Zt+whHag/cTw1pZfRwkv11tu5LaAHy2VkvRVCsHClwrfp81PRcNJ2oRMurOUmRt1YL0mRdpRbZTh7XjGSc6gGw==} cpu: [x64] os: [darwin] - '@rspack/binding-linux-arm64-gnu@1.7.5': - resolution: {integrity: sha512-R7CO1crkJQLIQpJQzf+6DMHjvcvH/VxsatS5CG897IIT2aAfBeQuQAO+ERJko/UwSZam2K8Rxjuopcu5A2jsTQ==} + '@rspack/binding-linux-arm64-gnu@1.7.7': + resolution: {integrity: sha512-uSq4qkvmAzSDUTKE2v4yUgHIBdTily1k3BcK5wBCGFm9OPODj5lQZpAdOHHIwu+Jxyjoa7Mb64tghhj9hZcXcA==} cpu: [arm64] os: [linux] libc: [glibc] - '@rspack/binding-linux-arm64-musl@1.7.5': - resolution: {integrity: sha512-moDVFD06ISZi+wCIjJLzQSr8WO8paViacSHk+rOKQxwKI96cPoC4JFkz0+ibT2uks4i2ecs4Op48orsoguiXxw==} + '@rspack/binding-linux-arm64-musl@1.7.7': + resolution: {integrity: sha512-NhWCBfiu6plpmLRP6c6D5lBUaVrBr1nvjSEc7VyQF8TGh8URo2btH0wngEiX0nWvidsSlERt1l6Y5QPGuiCl1g==} cpu: [arm64] os: [linux] libc: [musl] - '@rspack/binding-linux-x64-gnu@1.7.5': - resolution: {integrity: sha512-LGtdsdhtA5IxdMptj2NDVEbuZF4aqM99BVn3saHp92A4Fn20mW9UtQ+19PtaOFdbQBUN1GcP+cosrJ1wY56hOg==} + '@rspack/binding-linux-x64-gnu@1.7.7': + resolution: {integrity: sha512-aRvf8gCI7jDeEN9i4u9fY5coa3ZAyHzGVA4ZhTJCgZ5wWA5A9SQewMSq7khS1WAAFE1USlk1tUuPujnrGoYrGg==} cpu: [x64] os: [linux] libc: [glibc] - '@rspack/binding-linux-x64-musl@1.7.5': - resolution: {integrity: sha512-V1HTvuj0XF/e4Xnixqf7FrxdCtTkYqn26EKwH7ExUFuVBh4SsLGr29EK5SOXBG0xdy5TSEUokMup7cuONPb3Hw==} + '@rspack/binding-linux-x64-musl@1.7.7': + resolution: {integrity: sha512-ALPto4OT7snzXbYDyqkLfh1BvwDTTH1hPYXGUXBzQ0wEV7sXeyvxCC4yjH6B5MhR7W3tFuF4IfDy5Z4BxmOoGQ==} cpu: [x64] os: [linux] libc: [musl] - '@rspack/binding-wasm32-wasi@1.7.5': - resolution: {integrity: sha512-rGNHrk2QuLFfwOTib91skuLh2aMYeTP4lgM4zanDhtt95DLDlwioETFY7FzY1WmS+Z3qnEyrgQIRp8osy0NKTw==} + '@rspack/binding-wasm32-wasi@1.7.7': + resolution: {integrity: sha512-7DZvUp0v75n451qfZw1ppbPakL6NAc2gjb5e9AJcOb7KUMBHNyOxqpPo/jRYKxH7isPpLfpoId79WQGGNTTMAw==} cpu: [wasm32] - '@rspack/binding-win32-arm64-msvc@1.7.5': - resolution: {integrity: sha512-eLyD9URS9M2pYa7sPICu9S0OuDAMnnGfuqrZYlrtgnEOEgimaG39gX6ENLwHvlNulaVMMFTNbDnS/2MELZ7r7g==} + '@rspack/binding-win32-arm64-msvc@1.7.7': + resolution: {integrity: sha512-oI08KqyVDKhq1Qi/YPMdrSLDOib0DQes9Cg67NJLZISe5UXwzvgBj7zyyKpaj8TLWnIlKSq4ITr3haRnd4lOfA==} cpu: [arm64] os: [win32] - '@rspack/binding-win32-ia32-msvc@1.7.5': - resolution: {integrity: sha512-ZT4eC8hHWzweA6S4Tl2c/z/fvhbU7Wnh+l76z+qmDy8wuA8uNrHgIb1mHLPli/wsqcjmIy8rDO9gkIBitg5I+w==} + '@rspack/binding-win32-ia32-msvc@1.7.7': + resolution: {integrity: sha512-nZ/t7XpO/+tRjK6m85an27j8FwJqpYXVSBGReZbB6dVHZiS7l6psjWkIf6A3E2umn/RjA7qvHaPH9czWkH+Fhw==} cpu: [ia32] os: [win32] - '@rspack/binding-win32-x64-msvc@1.7.5': - resolution: {integrity: sha512-a2j10QS3dZvW+gdu+FXteAkChxsK2g9BRUOmpt13w22LkiGrdmOkMQyDWRgJNxUGJTlqIUqtXxs72nTTlzo2Sw==} + '@rspack/binding-win32-x64-msvc@1.7.7': + resolution: {integrity: sha512-+XnPOC1MoeF5Qa24Z8+DCsytQP0Q9Ifdkh+XzTWgvjpFQmGAkDynHUVfscmJL/8k/nd1l/6TyXCL1EGoqa0huQ==} cpu: [x64] os: [win32] - '@rspack/binding@1.7.5': - resolution: {integrity: sha512-tlZfDHfGu765FBL3hIyjrr8slJZztv7rCM+KIczZS7UlJQDl1+WsDKUe/+E1Fw9SlmorLWK40+y3rLTHmMrN2A==} + '@rspack/binding@1.7.7': + resolution: {integrity: sha512-9FqHG2Bl70Bd4gUmwA+3xUx4pYphdLO9ToIm9iMWbBINyArME0XboZg4FoEdU13LqndkWqaamkE613BR0lRF3g==} - '@rspack/core@1.7.5': - resolution: {integrity: sha512-W1ChLhjBxGg6y4AHjEVjhcww/FZJ2O9obR0EOlYcfrfQGojCAUMeQjbmaF2sse5g5m0vSCaPtNYkycZ0qVRk1A==} + '@rspack/core@1.7.7': + resolution: {integrity: sha512-efwVXxAA9eYgLtYX53zcuuex6Wr8DnOXeIw3JFoA8EuyN7TINGqnvkuGDuE+F9XQxQ3KBzVueiYdMK42sVTyUw==} engines: {node: '>=18.12.0'} peerDependencies: '@swc/helpers': '>=0.5.1' @@ -4292,16 +4330,16 @@ packages: '@standard-schema/spec@1.1.0': resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==} - '@storybook/addon-a11y@10.2.8': - resolution: {integrity: sha512-EW5MzPKNzyPorvodd416U2Np+zEdMPe+BSyomjm0oCXoC/6rDurf05H1pa99rZsrTDRrpog+HCz8iVa4XSwN5Q==} + '@storybook/addon-a11y@10.2.14': + resolution: {integrity: sha512-So/Pf8IHEV1XcCHjwPUWs55cB5PilqS3TEho1IXDWpQHBmxBHgX+Z2lQ/SrfqqtMWwy3YY95YO3fA2fn7To5Yg==} peerDependencies: - storybook: ^10.2.8 + storybook: ^10.2.14 - '@storybook/addon-links@10.2.8': - resolution: {integrity: sha512-5yy8+6z1OLxrQGpLzwIChO53hCMGVMMrRSG98IslMzhExEbK4+prf6gKMA0t4SdWAjkKgzbRz2YNnv9N6rEO5Q==} + '@storybook/addon-links@10.2.14': + resolution: {integrity: sha512-cnZ9+s9rYfT9cHjVHTAtyl0+U/qGEbGEuqv89nbXtc69B7SUi/+vfcf9uMjA+ntMVKEiLljOj8vYxuDWxLHFJA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 - storybook: ^10.2.8 + storybook: ^10.2.14 peerDependenciesMeta: react: optional: true @@ -4321,19 +4359,19 @@ packages: typescript: '>= 3.x' webpack: '>= 4' - '@storybook/react-dom-shim@10.2.8': - resolution: {integrity: sha512-Xde9X3VszFV1pTXfc2ZFM89XOCGRxJD8MUIzDwkcT9xaki5a+8srs/fsXj75fMY6gMYfcL5lNRZvCqg37HOmcQ==} + '@storybook/react-dom-shim@10.2.14': + resolution: {integrity: sha512-hO/Yzhf3fX/HhB5MDc/ERM5QLA1+yLgnyt0a4NGDqeWeXQ90YSjEski1RppdAI9oNGyhNwWllZPUrozrL7ECyg==} peerDependencies: 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 - storybook: ^10.2.8 + storybook: ^10.2.14 - '@storybook/react@10.2.8': - resolution: {integrity: sha512-nMFqQFUXq6Zg2O5SeuomyWnrIx61QfpNQMrfor8eCEzHrWNnXrrvVsz2RnHIgXN8RVyaWGDPh1srAECu/kDHXw==} + '@storybook/react@10.2.14': + resolution: {integrity: sha512-GzbbsfyOeGpTqLoss6yyb9m7eYO7oXSV8cey+y0gxVplOmK8XISA8q0AtH7gWzw6pDUOaBpEfnrE/jgOOKwQlw==} peerDependencies: 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 - storybook: ^10.2.8 + storybook: ^10.2.14 typescript: '>= 4.9.x' peerDependenciesMeta: typescript: @@ -4345,6 +4383,11 @@ packages: peerDependencies: eslint: ^9.0.0 || ^10.0.0 + '@sveltejs/acorn-typescript@1.0.9': + resolution: {integrity: sha512-lVJX6qEgs/4DOcRTpo56tmKzVPtoWAaVbL4hfO7t7NVwl9AAXzQR6cihesW1BmNMPl+bK6dreu2sOKBP2Q9CIA==} + peerDependencies: + acorn: ^8.9.0 + '@svgr/babel-plugin-add-jsx-attribute@8.0.0': resolution: {integrity: sha512-b9MIk7yhdS1pMCZM8VeNfUlSKVRhsHZNMl5O9SfaX0l0t5wjdgu4IDzGB8bpnGBBOjGST3rRFVsaaEtI4W6f7g==} engines: {node: '>=14'} @@ -4423,72 +4466,72 @@ packages: resolution: {integrity: sha512-LnhVjMWyMQV9ZmeEy26maJk+8HTIbd59cH4F2MJ439k9DqejRisfFNGAPvRYlKETuh9LrImlS8aKsBgKjMA8WA==} engines: {node: '>=14'} - '@swc/core-darwin-arm64@1.15.11': - resolution: {integrity: sha512-QoIupRWVH8AF1TgxYyeA5nS18dtqMuxNwchjBIwJo3RdwLEFiJq6onOx9JAxHtuPwUkIVuU2Xbp+jCJ7Vzmgtg==} + '@swc/core-darwin-arm64@1.15.18': + resolution: {integrity: sha512-+mIv7uBuSaywN3C9LNuWaX1jJJ3SKfiJuE6Lr3bd+/1Iv8oMU7oLBjYMluX1UrEPzwN2qCdY6Io0yVicABoCwQ==} engines: {node: '>=10'} cpu: [arm64] os: [darwin] - '@swc/core-darwin-x64@1.15.11': - resolution: {integrity: sha512-S52Gu1QtPSfBYDiejlcfp9GlN+NjTZBRRNsz8PNwBgSE626/FUf2PcllVUix7jqkoMC+t0rS8t+2/aSWlMuQtA==} + '@swc/core-darwin-x64@1.15.18': + resolution: {integrity: sha512-wZle0eaQhnzxWX5V/2kEOI6Z9vl/lTFEC6V4EWcn+5pDjhemCpQv9e/TDJ0GIoiClX8EDWRvuZwh+Z3dhL1NAg==} engines: {node: '>=10'} cpu: [x64] os: [darwin] - '@swc/core-linux-arm-gnueabihf@1.15.11': - resolution: {integrity: sha512-lXJs8oXo6Z4yCpimpQ8vPeCjkgoHu5NoMvmJZ8qxDyU99KVdg6KwU9H79vzrmB+HfH+dCZ7JGMqMF//f8Cfvdg==} + '@swc/core-linux-arm-gnueabihf@1.15.18': + resolution: {integrity: sha512-ao61HGXVqrJFHAcPtF4/DegmwEkVCo4HApnotLU8ognfmU8x589z7+tcf3hU+qBiU1WOXV5fQX6W9Nzs6hjxDw==} engines: {node: '>=10'} cpu: [arm] os: [linux] - '@swc/core-linux-arm64-gnu@1.15.11': - resolution: {integrity: sha512-chRsz1K52/vj8Mfq/QOugVphlKPWlMh10V99qfH41hbGvwAU6xSPd681upO4bKiOr9+mRIZZW+EfJqY42ZzRyA==} + '@swc/core-linux-arm64-gnu@1.15.18': + resolution: {integrity: sha512-3xnctOBLIq3kj8PxOCgPrGjBLP/kNOddr6f5gukYt/1IZxsITQaU9TDyjeX6jG+FiCIHjCuWuffsyQDL5Ew1bg==} engines: {node: '>=10'} cpu: [arm64] os: [linux] libc: [glibc] - '@swc/core-linux-arm64-musl@1.15.11': - resolution: {integrity: sha512-PYftgsTaGnfDK4m6/dty9ryK1FbLk+LosDJ/RJR2nkXGc8rd+WenXIlvHjWULiBVnS1RsjHHOXmTS4nDhe0v0w==} + '@swc/core-linux-arm64-musl@1.15.18': + resolution: {integrity: sha512-0a+Lix+FSSHBSBOA0XznCcHo5/1nA6oLLjcnocvzXeqtdjnPb+SvchItHI+lfeiuj1sClYPDvPMLSLyXFaiIKw==} engines: {node: '>=10'} cpu: [arm64] os: [linux] libc: [musl] - '@swc/core-linux-x64-gnu@1.15.11': - resolution: {integrity: sha512-DKtnJKIHiZdARyTKiX7zdRjiDS1KihkQWatQiCHMv+zc2sfwb4Glrodx2VLOX4rsa92NLR0Sw8WLcPEMFY1szQ==} + '@swc/core-linux-x64-gnu@1.15.18': + resolution: {integrity: sha512-wG9J8vReUlpaHz4KOD/5UE1AUgirimU4UFT9oZmupUDEofxJKYb1mTA/DrMj0s78bkBiNI+7Fo2EgPuvOJfuAA==} engines: {node: '>=10'} cpu: [x64] os: [linux] libc: [glibc] - '@swc/core-linux-x64-musl@1.15.11': - resolution: {integrity: sha512-mUjjntHj4+8WBaiDe5UwRNHuEzLjIWBTSGTw0JT9+C9/Yyuh4KQqlcEQ3ro6GkHmBGXBFpGIj/o5VMyRWfVfWw==} + '@swc/core-linux-x64-musl@1.15.18': + resolution: {integrity: sha512-4nwbVvCphKzicwNWRmvD5iBaZj8JYsRGa4xOxJmOyHlMDpsvvJ2OR2cODlvWyGFH6BYL1MfIAK3qph3hp0Az6g==} engines: {node: '>=10'} cpu: [x64] os: [linux] libc: [musl] - '@swc/core-win32-arm64-msvc@1.15.11': - resolution: {integrity: sha512-ZkNNG5zL49YpaFzfl6fskNOSxtcZ5uOYmWBkY4wVAvgbSAQzLRVBp+xArGWh2oXlY/WgL99zQSGTv7RI5E6nzA==} + '@swc/core-win32-arm64-msvc@1.15.18': + resolution: {integrity: sha512-zk0RYO+LjiBCat2RTMHzAWaMky0cra9loH4oRrLKLLNuL+jarxKLFDA8xTZWEkCPLjUTwlRN7d28eDLLMgtUcQ==} engines: {node: '>=10'} cpu: [arm64] os: [win32] - '@swc/core-win32-ia32-msvc@1.15.11': - resolution: {integrity: sha512-6XnzORkZCQzvTQ6cPrU7iaT9+i145oLwnin8JrfsLG41wl26+5cNQ2XV3zcbrnFEV6esjOceom9YO1w9mGJByw==} + '@swc/core-win32-ia32-msvc@1.15.18': + resolution: {integrity: sha512-yVuTrZ0RccD5+PEkpcLOBAuPbYBXS6rslENvIXfvJGXSdX5QGi1ehC4BjAMl5FkKLiam4kJECUI0l7Hq7T1vwg==} engines: {node: '>=10'} cpu: [ia32] os: [win32] - '@swc/core-win32-x64-msvc@1.15.11': - resolution: {integrity: sha512-IQ2n6af7XKLL6P1gIeZACskSxK8jWtoKpJWLZmdXTDj1MGzktUy4i+FvpdtxFmJWNavRWH1VmTr6kAubRDHeKw==} + '@swc/core-win32-x64-msvc@1.15.18': + resolution: {integrity: sha512-7NRmE4hmUQNCbYU3Hn9Tz57mK9Qq4c97ZS+YlamlK6qG9Fb5g/BB3gPDe0iLlJkns/sYv2VWSkm8c3NmbEGjbg==} engines: {node: '>=10'} cpu: [x64] os: [win32] - '@swc/core@1.15.11': - resolution: {integrity: sha512-iLmLTodbYxU39HhMPaMUooPwO/zqJWvsqkrXv1ZI38rMb048p6N7qtAtTp37sw9NzSrvH6oli8EdDygo09IZ/w==} + '@swc/core@1.15.18': + resolution: {integrity: sha512-z87aF9GphWp//fnkRsqvtY+inMVPgYW3zSlXH1kJFvRT5H/wiAn+G32qW5l3oEk63KSF1x3Ov0BfHCObAmT8RA==} engines: {node: '>=10'} peerDependencies: '@swc/helpers': '>=0.5.17' @@ -4499,8 +4542,8 @@ packages: '@swc/counter@0.1.3': resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==} - '@swc/helpers@0.5.18': - resolution: {integrity: sha512-TXTnIcNJQEKwThMMqBXsZ4VGAza6bvN4pa41Rkqoio6QBKMvo+5lexeTMScGCIxtzgQJzElcvIltani+adC5PQ==} + '@swc/helpers@0.5.19': + resolution: {integrity: sha512-QamiFeIK3txNjgUTNppE6MiG3p7TdninpZu0E0PbqVh1a9FNLT2FRhisaa4NcaX52XVhA5l7Pk58Ft7Sqi/2sA==} '@swc/jest@0.2.39': resolution: {integrity: sha512-eyokjOwYd0Q8RnMHri+8/FS1HIrIUKK/sRrFp8c1dThUOfNeCWbLmBP1P5VsKdvmkd25JaH+OKYwEYiAYg9YAA==} @@ -4671,8 +4714,8 @@ packages: '@types/node@20.19.35': resolution: {integrity: sha512-Uarfe6J91b9HAUXxjvSOdiO2UPOKLm07Q1oh0JHxoZ1y8HoqxDAu3gVrsrOHeiio0kSsoVBt4wFrKOm0dKxVPQ==} - '@types/node@25.2.2': - resolution: {integrity: sha512-BkmoP5/FhRYek5izySdkOneRyXYN35I860MFAGupTdebyE66uZaR+bXLHq8k4DirE5DwQi3NuhvRU1jqTVwUrQ==} + '@types/node@25.3.3': + resolution: {integrity: sha512-DpzbrH7wIcBaJibpKo9nnSQL0MTRdnWttGyE5haGwK86xgMOkFLp7vEyfQPGLOJh5wNYiJ3V9PmUMDhV9u8kkQ==} '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -4688,8 +4731,8 @@ packages: peerDependencies: '@types/react': ^19.2.0 - '@types/react@19.2.13': - resolution: {integrity: sha512-KkiJeU6VbYbUOp5ITMIc7kBfqlYkKA5KhEHVrGMmUUMt7NeaZg65ojdPk+FtNrBAOXNVM5QM72jnADjM+XVRAQ==} + '@types/react@19.2.14': + resolution: {integrity: sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==} '@types/resolve@1.20.6': resolution: {integrity: sha512-A4STmOXPhMUtHH+S6ymgE2GiBSMqf4oTvcQZMcHzokuTLVYzXTB8ttjcgxOVaAp2lGwEdzZ0J+cRbbeevQj1UQ==} @@ -4745,25 +4788,19 @@ packages: '@types/yauzl@2.10.3': resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==} - '@typescript-eslint/eslint-plugin@8.55.0': - resolution: {integrity: sha512-1y/MVSz0NglV1ijHC8OT49mPJ4qhPYjiK08YUQVbIOyu+5k862LKUHFkpKHWu//zmr7hDR2rhwUm6gnCGNmGBQ==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - peerDependencies: - '@typescript-eslint/parser': ^8.55.0 - eslint: ^8.57.0 || ^9.0.0 - typescript: '>=4.8.4 <6.0.0' - - '@typescript-eslint/parser@8.55.0': - resolution: {integrity: sha512-4z2nCSBfVIMnbuu8uinj+f0o4qOeggYJLbjpPHka3KH1om7e+H9yLKTYgksTaHcGco+NClhhY2vyO3HsMH1RGw==} + '@typescript-eslint/eslint-plugin@8.56.1': + resolution: {integrity: sha512-Jz9ZztpB37dNC+HU2HI28Bs9QXpzCz+y/twHOwhyrIRdbuVDxSytJNDl6z/aAKlaRIwC7y8wJdkBv7FxYGgi0A==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - eslint: ^8.57.0 || ^9.0.0 + '@typescript-eslint/parser': ^8.56.1 + eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/project-service@8.55.0': - resolution: {integrity: sha512-zRcVVPFUYWa3kNnjaZGXSu3xkKV1zXy8M4nO/pElzQhFweb7PPtluDLQtKArEOGmjXoRjnUZ29NjOiF0eCDkcQ==} + '@typescript-eslint/parser@8.56.1': + resolution: {integrity: sha512-klQbnPAAiGYFyI02+znpBRLyjL4/BrBd0nyWkdC0s/6xFLkXYQ8OoRrSkqacS1ddVxf/LDyODIKbQ5TgKAf/Fg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: + eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: '>=4.8.4 <6.0.0' '@typescript-eslint/project-service@8.56.1': @@ -4772,60 +4809,33 @@ packages: peerDependencies: typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/scope-manager@8.55.0': - resolution: {integrity: sha512-fVu5Omrd3jeqeQLiB9f1YsuK/iHFOwb04bCtY4BSCLgjNbOD33ZdV6KyEqplHr+IlpgT0QTZ/iJ+wT7hvTx49Q==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/scope-manager@8.56.1': resolution: {integrity: sha512-YAi4VDKcIZp0O4tz/haYKhmIDZFEUPOreKbfdAN3SzUDMcPhJ8QI99xQXqX+HoUVq8cs85eRKnD+rne2UAnj2w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/tsconfig-utils@8.55.0': - resolution: {integrity: sha512-1R9cXqY7RQd7WuqSN47PK9EDpgFUK3VqdmbYrvWJZYDd0cavROGn+74ktWBlmJ13NXUQKlZ/iAEQHI/V0kKe0Q==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - peerDependencies: - typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/tsconfig-utils@8.56.1': resolution: {integrity: sha512-qOtCYzKEeyr3aR9f28mPJqBty7+DBqsdd63eO0yyDwc6vgThj2UjWfJIcsFeSucYydqcuudMOprZ+x1SpF3ZuQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/type-utils@8.55.0': - resolution: {integrity: sha512-x1iH2unH4qAt6I37I2CGlsNs+B9WGxurP2uyZLRz6UJoZWDBx9cJL1xVN/FiOmHEONEg6RIufdvyT0TEYIgC5g==} + '@typescript-eslint/type-utils@8.56.1': + resolution: {integrity: sha512-yB/7dxi7MgTtGhZdaHCemf7PuwrHMenHjmzgUW1aJpO+bBU43OycnM3Wn+DdvDO/8zzA9HlhaJ0AUGuvri4oGg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - eslint: ^8.57.0 || ^9.0.0 + eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/types@8.55.0': - resolution: {integrity: sha512-ujT0Je8GI5BJWi+/mMoR0wxwVEQaxM+pi30xuMiJETlX80OPovb2p9E8ss87gnSVtYXtJoU9U1Cowcr6w2FE0w==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/types@8.56.1': resolution: {integrity: sha512-dbMkdIUkIkchgGDIv7KLUpa0Mda4IYjo4IAMJUZ+3xNoUXxMsk9YtKpTHSChRS85o+H9ftm51gsK1dZReY9CVw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/typescript-estree@8.55.0': - resolution: {integrity: sha512-EwrH67bSWdx/3aRQhCoxDaHM+CrZjotc2UCCpEDVqfCE+7OjKAGWNY2HsCSTEVvWH2clYQK8pdeLp42EVs+xQw==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - peerDependencies: - typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/typescript-estree@8.56.1': resolution: {integrity: sha512-qzUL1qgalIvKWAf9C1HpvBjif+Vm6rcT5wZd4VoMb9+Km3iS3Cv9DY6dMRMDtPnwRAFyAi7YXJpTIEXLvdfPxg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/utils@8.55.0': - resolution: {integrity: sha512-BqZEsnPGdYpgyEIkDC1BadNY8oMwckftxBT+C8W0g1iKPdeqKZBtTfnvcq0nf60u7MkjFO8RBvpRGZBPw4L2ow==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - peerDependencies: - eslint: ^8.57.0 || ^9.0.0 - typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/utils@8.56.1': resolution: {integrity: sha512-HPAVNIME3tABJ61siYlHzSWCGtOoeP2RTIaHXFMPqjrQKCGB9OgUVdiNgH7TJS2JNIQ5qQ4RsAUDuGaGme/KOA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -4833,10 +4843,6 @@ packages: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/visitor-keys@8.55.0': - resolution: {integrity: sha512-AxNRwEie8Nn4eFS1FzDMJWIISMGoXMb037sgCBJ3UR6o0fQTzr2tqN9WT+DkWJPhIdQCfV7T6D387566VtnCJA==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/visitor-keys@8.56.1': resolution: {integrity: sha512-KiROIzYdEV85YygXw6BI/Dx4fnBlFQu6Mq4QE4MOH9fFnhohw6wX/OAvDY2/C+ut0I3RSPKenvZJIVYqJNkhEw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -4991,8 +4997,8 @@ packages: engines: {node: '>=18'} hasBin: true - '@vitejs/plugin-react@5.1.3': - resolution: {integrity: sha512-NVUnA6gQCl8jfoYqKqQU5Clv0aPw14KkZYCsX6T9Lfu9slI0LOU10OTwFHS/WmptsMMpshNd/1tuWsHQ2Uk+cg==} + '@vitejs/plugin-react@5.1.4': + resolution: {integrity: sha512-VIcFLdRi/VYRU8OL/puL7QXMYafHmqOnwTZY50U1JPlCNj30PxCMx65c494b1K9be9hX83KVt0+gTEwTWLqToA==} engines: {node: ^20.19.0 || >=22.12.0} peerDependencies: vite: ^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 @@ -5224,8 +5230,8 @@ packages: '@xtuc/long@4.2.2': resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==} - '@zip.js/zip.js@2.8.21': - resolution: {integrity: sha512-fkyzXISE3IMrstDO1AgPkJCx14MYHP/suIGiAovEYEuBjq3mffsuL6aMV7ohOSjW4rXtuACuUfpA3GtITgdtYg==} + '@zip.js/zip.js@2.8.22': + resolution: {integrity: sha512-0KlzbVR6r8irIX2o3zvUlosBDef62VDl47oUfa1U/qgEs67h4/eGBrX/6HWa1RQbt+J6sAeVmtyFKbTHNdF8qQ==} engines: {bun: '>=0.7.0', deno: '>=1.0.0', node: '>=18.0.0'} abbrev@3.0.1: @@ -5276,8 +5282,8 @@ packages: resolution: {integrity: sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==} engines: {node: '>= 14'} - agent-browser@0.15.1: - resolution: {integrity: sha512-4lWlNLBehYaNvJQlLNZ/jXxRwNczeXvJVdH4koK5bAJNLJ0FqutkH+3Tmc8qvhPFn9D7I53Fe6GKZ6iWJDEA0Q==} + agent-browser@0.15.2: + resolution: {integrity: sha512-i3C8FBfJMTwP/kTpvm1s2nJbciLMhETnAXMn7N2gDcv8cY5/IduYookbmmmb4iRnheO9KE6CnK49XKQyqE9Hsw==} hasBin: true ajv-errors@3.0.0: @@ -5589,8 +5595,8 @@ packages: bare-buffer: optional: true - bare-os@3.7.0: - resolution: {integrity: sha512-64Rcwj8qlnTZU8Ps6JJEdSmxBEUGgI7g8l+lMtsJLl4IsfTcHMTfJ188u2iGV6P6YPRZrtv72B2kjn+hp+Yv3g==} + bare-os@3.7.1: + resolution: {integrity: sha512-ebvMaS5BgZKmJlvuWh14dg9rbUI84QeV3WlWn6Ph6lFI8jJoh7ADtVTyD2c93euwbe+zgi0DVrl4YmqXeM9aIA==} engines: {bare: '>=1.14.0'} bare-path@3.0.0: @@ -5797,6 +5803,9 @@ packages: caniuse-lite@1.0.30001775: resolution: {integrity: sha512-s3Qv7Lht9zbVKE9XoTyRG6wVDCKdtOFIjBGg3+Yhn6JaytuNKPIjBMTMIY1AnOH3seL5mvF+x33oGAyK3hVt3A==} + caniuse-lite@1.0.30001776: + resolution: {integrity: sha512-sg01JDPzZ9jGshqKSckOQthXnYwOEP50jeVFhaSFbZcOy05TiuuaffDOfcwtCisJ9kNQuLBFibYywv2Bgm9osw==} + case-sensitive-paths-webpack-plugin@2.4.0: resolution: {integrity: sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==} engines: {node: '>=4'} @@ -5858,10 +5867,6 @@ packages: resolution: {integrity: sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==} engines: {node: '>=6.0'} - ci-info@3.9.0: - resolution: {integrity: sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==} - engines: {node: '>=8'} - ci-info@4.4.0: resolution: {integrity: sha512-77PSwercCZU2Fc4sX94eF8k8Pxte6JAwL4/ICZLFjJLqegs7kCuAsqqj/70NQF6TvDpgFjkubQB2FW2ZZddvQg==} engines: {node: '>=8'} @@ -5923,10 +5928,6 @@ packages: resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} engines: {node: '>=12'} - cliui@9.0.1: - resolution: {integrity: sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==} - engines: {node: '>=20'} - clone-deep@4.0.1: resolution: {integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==} engines: {node: '>=6'} @@ -6486,9 +6487,9 @@ packages: dettle@1.0.5: resolution: {integrity: sha512-ZVyjhAJ7sCe1PNXEGveObOH9AC8QvMga3HJIghHawtG7mE4K5pW9nz/vDGAr/U7a3LWgdOzEE7ac9MURnyfaTA==} - diff-sequences@27.5.1: - resolution: {integrity: sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + diff-sequences@29.6.3: + resolution: {integrity: sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} diff@4.0.4: resolution: {integrity: sha512-X07nttJQkwkfKfvTPG/KSnE2OMdcUCao6+eXF3wmnIQRn2aPAHH3VxDbDOdegkd6JbPsXqShpvEOHfAT+nCNwQ==} @@ -6773,12 +6774,6 @@ packages: engines: {node: '>=6.0'} hasBin: true - eslint-compat-utils@0.6.5: - resolution: {integrity: sha512-vAUHYzue4YAa2hNACjB8HvUQj5yehAZgiClyFVVom9cP8z5NSFq3PwB/TtJslN2zAMgRX6FCFCjYBbQh71g5RQ==} - engines: {node: '>=12'} - peerDependencies: - eslint: '>=6.0.0' - eslint-fix-utils@0.4.2: resolution: {integrity: sha512-n7ZTcwwkP5scedlhvWMcqxED+O1NzXcj5Rxn/0kJQMP88k02vRcBfQ1qsk/JHb6Aw8bajFoetFCCBiNIcNCsvA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} @@ -6850,11 +6845,11 @@ packages: typescript: optional: true - eslint-plugin-jsonc@2.21.1: - resolution: {integrity: sha512-dbNR5iEnQeORwsK2WZzr3QaMtFCY3kKJVMRHPzUpKzMhmVy2zIpVgFDpX8MNoIdoqz6KCpCfOJavhfiSbZbN+w==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + eslint-plugin-jsonc@3.1.1: + resolution: {integrity: sha512-7TSQO8ZyvOuXWb0sYke3KUSh0DJA4/QviKfuzD3/Cy3XDjtrIrTWQbjb7j/Yy2l/DgwuM+lCS2c/jqJifv5jhg==} + engines: {node: ^20.19.0 || ^22.13.0 || >=24} peerDependencies: - eslint: '>=6.0.0' + eslint: '>=9.38.0' eslint-plugin-jsx-a11y@6.10.2: resolution: {integrity: sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q==} @@ -6862,12 +6857,12 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9 - eslint-plugin-package-json@0.88.3: - resolution: {integrity: sha512-tvWYMeWofMRMc5kQ/rg+ueB2/0EEUP1OI1J17LH5Fd46oYrVSde9kE1fPKGCTxCwYmCUrHOUj9i8ET9H/KEPBA==} + eslint-plugin-package-json@0.89.2: + resolution: {integrity: sha512-1w9V/IwkkFzXJegbKHacbrOcupkIIp2F4ISB2JYfNl3g/NBiVbU8Db4IptVYVghcfJZlpVji2Us0cGCQPRCMVQ==} engines: {node: ^20.19.0 || >=22.12.0} peerDependencies: eslint: '>=8.0.0' - jsonc-eslint-parser: ^2.0.0 + jsonc-eslint-parser: '>=2.0.0' eslint-plugin-react-hooks@7.0.1: resolution: {integrity: sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA==} @@ -6931,10 +6926,6 @@ packages: resolution: {integrity: sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - espree@9.6.1: - resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - esprima@4.0.1: resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} engines: {node: '>=4'} @@ -7092,8 +7083,8 @@ packages: fast-xml-builder@1.0.0: resolution: {integrity: sha512-fpZuDogrAgnyt9oDDz+5DBz0zgPdPZz6D4IR7iESxRXElrlGTRkHJ9eEt+SACRJwT0FNFrt71DFQIUFBJfX/uQ==} - fast-xml-parser@5.4.1: - resolution: {integrity: sha512-BQ30U1mKkvXQXXkAGcuyUA/GA26oEB7NzOtsxCDtyu62sjGw5QraKFhx2Em3WQNjPw9PG6MQ9yuIIgkSDfGu5A==} + fast-xml-parser@5.4.2: + resolution: {integrity: sha512-pw/6pIl4k0CSpElPEJhDppLzaixDEuWui2CUQQBH/ECDf7+y6YwA4Gf7Tyb0Rfe4DIMuZipYj4AEL0nACKglvQ==} hasBin: true fastest-levenshtein@1.0.16: @@ -7103,8 +7094,8 @@ packages: fastify-plugin@5.1.0: resolution: {integrity: sha512-FAIDA8eovSt5qcDgcBvDuX/v0Cjz0ohGhENZ/wpc3y+oZCY2afZ9Baqql3g/lC+OHRnciQol4ww7tuthOb9idw==} - fastify@5.7.3: - resolution: {integrity: sha512-QHzWSmTNUg9Ba8tNXzb92FTH77K+c8yeQPH80EeSIc9wyZj85jbPisMP0rwmyKv8oJwUFPe1UpN8HkNIXwCnUQ==} + fastify@5.7.4: + resolution: {integrity: sha512-e6l5NsRdaEP8rdD8VR0ErJASeyaRbzXYpmkrpr2SuvuMq6Si3lvsaVy5C+7gLanEkvjpMDzBXWE5HPeb/hgTxA==} fastq@1.20.1: resolution: {integrity: sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==} @@ -7490,9 +7481,6 @@ packages: grapheme-splitter@1.0.4: resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==} - graphemer@1.4.0: - resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} - graphql@16.13.0: resolution: {integrity: sha512-uSisMYERbaB9bkA9M4/4dnqyktaEkf1kMHNKq/7DHyxVeWqHQ2mBmVqm5u6/FVHwF3iCNalKcg82Zfl+tffWoA==} engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0} @@ -7503,8 +7491,8 @@ packages: handle-thing@2.0.1: resolution: {integrity: sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==} - happy-dom@20.6.0: - resolution: {integrity: sha512-a+Sz2bPai3rajDuE82Y4B0OxlXJ19ckUjyfWDmeCAs8ZbEbnqtwzV9d4CVhQjWIuOBTOw8rhlxNeaSCHeknXRQ==} + happy-dom@20.8.3: + resolution: {integrity: sha512-lMHQRRwIPyJ70HV0kkFT7jH/gXzSI7yDkQFe07E2flwmNDFoWUTRMKpW2sglsnpeA7b6S2TJPp98EbQxai8eaQ==} engines: {node: '>=20.0.0'} harmony-reflect@1.6.2: @@ -8377,9 +8365,9 @@ packages: engines: {node: '>=6'} hasBin: true - jsonc-eslint-parser@2.4.2: - resolution: {integrity: sha512-1e4qoRgnn448pRuMvKGsFFymUCquZV0mpGgOyIKNgD3JVDTsVJyRBGH/Fm0tBb8WsWGgmB1mDe6/yJMQM37DUA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + jsonc-eslint-parser@3.1.0: + resolution: {integrity: sha512-75EA7EWZExL/j+MDKQrRbdzcRI2HOkRlmUw8fZJc1ioqFEOvBsq7Rt+A6yCxOt9w/TYNpkt52gC6nm/g5tFIng==} + engines: {node: ^20.19.0 || ^22.13.0 || >=24} jsonc-parser@3.3.1: resolution: {integrity: sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==} @@ -8852,8 +8840,8 @@ packages: ms@2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} - msw@2.12.9: - resolution: {integrity: sha512-NYbi51C6M3dujGmcmuGemu68jy12KqQPoVWGeroKToLGsBgrwG5ErM8WctoIIg49/EV49SEvYM9WSqO4G7kNeQ==} + msw@2.12.10: + resolution: {integrity: sha512-G3VUymSE0/iegFnuipujpwyTM2GuZAKXNeerUSrG2+Eg391wW63xFs5ixWsK9MWzr1AGoSkYGmyAzNgbR3+urw==} engines: {node: '>=18'} hasBin: true peerDependencies: @@ -8914,8 +8902,8 @@ packages: neo-async@2.6.2: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} - netlify-cli@23.15.1: - resolution: {integrity: sha512-89N5qfdvdz0ceelQ2luSBmy83kZ7MXGKWNBIu8LAt8y71uPX6+rK0T2C4vBU4uq2Mz9DZyOVVHHy+OyTRC0o1A==} + netlify-cli@24.0.1: + resolution: {integrity: sha512-bU/7MKbr49apxOCsYX4ZRb5fIexdZp+Lc5xcXhlnL6CtV6XunSB/f6i32qbuc6ejVAgJshrMbU5kHzXjokM8lQ==} engines: {node: '>=20.12.2'} hasBin: true @@ -8986,8 +8974,8 @@ packages: resolution: {integrity: sha512-LN4fydt9TqhZhThkZIVQnF9cwjU3qmUH9h78Mx/K7d3VvfRqqwthLwJEUOEL0QPZ0XQmNN7be5Ggit5+4dq3Bw==} engines: {node: '>=0.12.0'} - nodemon@3.1.11: - resolution: {integrity: sha512-is96t8F/1//UHAjNPHpbsNY46ELPpftGUoSVNXwUfMk/qdjSylYrWSu1XavVTBOn526kFiOR733ATgNBCQyH0g==} + nodemon@3.1.14: + resolution: {integrity: sha512-jakjZi93UtB3jHMWsXL68FXSAosbLfY0In5gtKq3niLSkrWznrVBzXFNOEMJUfc9+Ke7SHWoAZsiMkNP3vq6Jw==} engines: {node: '>=10'} hasBin: true @@ -9244,10 +9232,9 @@ packages: package-json-from-dist@1.0.1: resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==} - package-json-validator@0.60.0: - resolution: {integrity: sha512-3BBkeFHm3O1VsazTSIN8+AGAl/eJQvTvWquECchRszIW6SC3aJ/fZHwZkpsmJlt7FMjTMNEgz+EhamVn94wgFw==} + package-json-validator@1.0.2: + resolution: {integrity: sha512-7QMbcpG8YyMkVsvGMohHzDYW9K+LtTvvc3H+BPQ+UxFPsaegsWTk3E3IZAiR3Ipm8tmRfHaCG9SanTbsU3hP2Q==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} - hasBin: true package-json@10.0.1: resolution: {integrity: sha512-ua1L4OgXSBdsu1FPb7F3tYH0F48a6kxvod4pLUlGY9COeJAJQNX/sNH2IiEmsxw7lqYiAwrdHMjz1FctOsyDQg==} @@ -9414,8 +9401,8 @@ packages: resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} engines: {node: '>=8'} - pkg-pr-new@0.0.63: - resolution: {integrity: sha512-N4qfhiahmWVmUTKo//Bvb1FAKV7DwFcOjh8GT/aTh0YFSWRZwZp02afpNSohSs1z1jj0YOjU6Ff62iJ0AuHCfg==} + pkg-pr-new@0.0.65: + resolution: {integrity: sha512-yZGN17qf6SX/go2rlLL3OWtwO0ppKZBxAfG5M3a9N44WMDrhqkuyfQOpKdvRE9plFsCzF7L/Xtp/1hQQHqhhCQ==} hasBin: true pkg-types@1.3.1: @@ -9668,8 +9655,8 @@ packages: peerDependencies: postcss: ^8.2.9 - postcss@8.5.6: - resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==} + postcss@8.5.8: + resolution: {integrity: sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==} engines: {node: ^10 || ^12 || >=14} powershell-utils@0.1.0: @@ -9886,8 +9873,8 @@ packages: resolution: {integrity: sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==} engines: {node: '>=0.10.0'} - react-router@7.13.0: - resolution: {integrity: sha512-PZgus8ETambRT17BUm/LL8lX3Of+oiLaPuVTRH3l1eLvSPpKO3AvhAEb5N7ihAFZQrYDqkvvWfFh9p0z9VsjLw==} + react-router@7.13.1: + resolution: {integrity: sha512-td+xP4X2/6BJvZoX6xw++A2DdEi++YypA69bJUV5oVvqf6/9/9nNlD70YO1e9d3MyamJEBQFEzk6mbfDYbqrSA==} engines: {node: '>=20.0.0'} peerDependencies: react: '>=18' @@ -10088,8 +10075,8 @@ packages: rettime@0.10.1: resolution: {integrity: sha512-uyDrIlUEH37cinabq0AX4QbgV4HbFZ/gqoiunWQ1UqBtRvTTytwhNYjE++pO/MjPTZL5KQCf2bEoJ/BJNVQ5Kw==} - retypeapp@3.11.0: - resolution: {integrity: sha512-emjLMnmAu3jNLUeM+6OEj0CUlW6GmAq2yXEsf2n40YEDEBu7U2n32pLCFpd6w9Y+MIDmV+1rffN96parLT9uZw==} + retypeapp@4.1.0: + resolution: {integrity: sha512-vArJByBc3OLfttrRZJxjUpl8mdHOZ77LrnltT50ciY7YQWI+h+nGCflToPAdwDP0rPfPGAmlV7Ao+gyiOR7SNQ==} hasBin: true reusify@1.1.0: @@ -10111,8 +10098,8 @@ packages: resolution: {integrity: sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==} hasBin: true - rimraf@6.1.2: - resolution: {integrity: sha512-cFCkPslJv7BAXJsYlK1dZsbP8/ZNLkCAQ0bi1hf5EKX2QHegmDFEFA6QhuYJlk7UDdc+02JjO80YSOrWPpw06g==} + rimraf@6.1.3: + resolution: {integrity: sha512-LKg+Cr2ZF61fkcaK1UdkH2yEBBKnYjTyWzTJT6KNPcSPaiT7HSdhtMXQuN5wkTX0Xu72KQ1l8S42rlmexS2hSA==} engines: {node: 20 || >=22} hasBin: true @@ -10128,8 +10115,8 @@ packages: rrweb-cssom@0.8.0: resolution: {integrity: sha512-guoltQEx+9aMf2gDZ0s62EcV8lsXR+0w8915TC3ITdn2YueuNjdAYh/levpU9nFaoChh9RUS5ZdQMrKfVEN9tw==} - rsbuild-plugin-dts@0.19.5: - resolution: {integrity: sha512-gyW8F88ZyjcmwpJZp2q9MOiCQ5wR4GUIKIOR9guUeJrngx4FUOKt0FI6+/bCXxm1LvsRshgGl6Kc/ZV2syxErw==} + rsbuild-plugin-dts@0.19.6: + resolution: {integrity: sha512-ehD3P432VJq6djxfAdWeWSUXPhEAnISlma2EXOSCZSzjerzRrG4H4f6WWw1sxN5qMQXgu5hLPqlUHsFZM9sEIg==} engines: {node: '>=18.12.0'} peerDependencies: '@microsoft/api-extractor': ^7 @@ -10512,10 +10499,10 @@ packages: resolution: {integrity: sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==} engines: {node: '>= 0.4'} - storybook-addon-rslib@3.2.2: - resolution: {integrity: sha512-ubW+t9L9+yYVFEM3isbZPSBKcpJMPykkzZymNGwLnkD4LOvxR2MT1ZDAeDMv8ZzwuzTmmEjTI0NyDXh62+jsUA==} + storybook-addon-rslib@3.3.0: + resolution: {integrity: sha512-A3nWI/AJ40IFptVrUQ/+05KOzlwv4Gzl2s/0JPyHByy6Vloab5+4wRmpu4zlimkeMSBgjNs+pDRJWJU089Ijjw==} peerDependencies: - '@rsbuild/core': ^1.5.0 + '@rsbuild/core': ^1.5.0 || ^2.0.0-0 '@rslib/core': '>= 0.1.1 || >= 0.2' storybook-builder-rsbuild: '*' typescript: '*' @@ -10523,10 +10510,10 @@ packages: typescript: optional: true - storybook-builder-rsbuild@3.2.2: - resolution: {integrity: sha512-8UDSyIndp0rG7K51qa/jhU5MRbUaY7lbgvIg5VbdkU9/sxpiwhUzM90WPgNekefbT8m6jzAluH+OniT82E88Ew==} + storybook-builder-rsbuild@3.3.0: + resolution: {integrity: sha512-lWQGVWoyhMSEemecy7ShcSmAupfTh9YzXm9CYOGYdDEpsTw4Ux3q05KHVa8AdxzZsXeCUzFKmU7/Mh2wP+Z/+w==} peerDependencies: - '@rsbuild/core': ^1.5.0 + '@rsbuild/core': ^1.5.0 || ^2.0.0-0 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 storybook: ^10.1.0 @@ -10539,11 +10526,11 @@ packages: typescript: optional: true - storybook-react-rsbuild@3.2.2: - resolution: {integrity: sha512-6+OlgoJuJ5TV48IMQNyRdoiI/VMWn018i6IslPMSWlkj/AVo9f8aKF/lmXpqKPnzOa3wFgVioWPwe4pqrqje5g==} + storybook-react-rsbuild@3.3.0: + resolution: {integrity: sha512-u4t6iVhsVsNFsrbQgPqu3NS1O2R5nt3MRwe+j9UCrNbtJFMMZONPBlYf7uH2T+/nipkye2qGACv5EoOQO5nZkA==} engines: {node: '>=18.0.0'} peerDependencies: - '@rsbuild/core': ^1.5.0 + '@rsbuild/core': ^1.5.0 || ^2.0.0-0 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 storybook: ^10.1.0 @@ -10552,8 +10539,8 @@ packages: typescript: optional: true - storybook@10.2.8: - resolution: {integrity: sha512-885uSIn8NQw2ZG7vy84K45lHCOSyz1DVsDV8pHiHQj3J0riCuWLNeO50lK9z98zE8kjhgTtxAAkMTy5nkmNRKQ==} + storybook@10.2.14: + resolution: {integrity: sha512-HGAgLbDAAbLOgjERsBXPpHUMxynHumYgoCRNBnAH57HfKuHL9LA3nKvKpbhFbYb/8PSG5X3hiKukki0R6Op7Aw==} hasBin: true peerDependencies: prettier: ^2 || ^3 @@ -11115,38 +11102,38 @@ packages: resolution: {integrity: sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==} engines: {node: '>=0.6.11 <=0.7.0 || >=0.7.3'} - turbo-darwin-64@2.8.3: - resolution: {integrity: sha512-4kXRLfcygLOeNcP6JquqRLmGB/ATjjfehiojL2dJkL7GFm3SPSXbq7oNj8UbD8XriYQ5hPaSuz59iF1ijPHkTw==} + turbo-darwin-64@2.8.12: + resolution: {integrity: sha512-EiHJmW2MeQQx+21x8hjMHw/uPhXt9PIxvDrxzOtyVwrXzL0tQmsxtO4qHf2l7uA+K6PUJ4+TjY1MHZDuCvWXrw==} cpu: [x64] os: [darwin] - turbo-darwin-arm64@2.8.3: - resolution: {integrity: sha512-xF7uCeC0UY0Hrv/tqax0BMbFlVP1J/aRyeGQPZT4NjvIPj8gSPDgFhfkfz06DhUwDg5NgMo04uiSkAWE8WB/QQ==} + turbo-darwin-arm64@2.8.12: + resolution: {integrity: sha512-cbqqGN0vd7ly2TeuaM8k9AK9u1CABO4kBA5KPSqovTiLL3sORccn/mZzJSbvQf0EsYRfU34MgW5FotfwW3kx8Q==} cpu: [arm64] os: [darwin] - turbo-linux-64@2.8.3: - resolution: {integrity: sha512-vxMDXwaOjweW/4etY7BxrXCSkvtwh0PbwVafyfT1Ww659SedUxd5rM3V2ZCmbwG8NiCfY7d6VtxyHx3Wh1GoZA==} + turbo-linux-64@2.8.12: + resolution: {integrity: sha512-jXKw9j4r4q6s0goSXuKI3aKbQK2qiNeP25lGGEnq018TM6SWRW1CCpPMxyG91aCKrub7wDm/K45sGNT4ZFBcFQ==} cpu: [x64] os: [linux] - turbo-linux-arm64@2.8.3: - resolution: {integrity: sha512-mQX7uYBZFkuPLLlKaNe9IjR1JIef4YvY8f21xFocvttXvdPebnq3PK1Zjzl9A1zun2BEuWNUwQIL8lgvN9Pm3Q==} + turbo-linux-arm64@2.8.12: + resolution: {integrity: sha512-BRJCMdyXjyBoL0GYpvj9d2WNfMHwc3tKmJG5ATn2Efvil9LsiOsd/93/NxDqW0jACtHFNVOPnd/CBwXRPiRbwA==} cpu: [arm64] os: [linux] - turbo-windows-64@2.8.3: - resolution: {integrity: sha512-YLGEfppGxZj3VWcNOVa08h6ISsVKiG85aCAWosOKNUjb6yErWEuydv6/qImRJUI+tDLvDvW7BxopAkujRnWCrw==} + turbo-windows-64@2.8.12: + resolution: {integrity: sha512-vyFOlpFFzQFkikvSVhVkESEfzIopgs2J7J1rYvtSwSHQ4zmHxkC95Q8Kjkus8gg+8X2mZyP1GS5jirmaypGiPw==} cpu: [x64] os: [win32] - turbo-windows-arm64@2.8.3: - resolution: {integrity: sha512-afTUGKBRmOJU1smQSBnFGcbq0iabAPwh1uXu2BVk7BREg30/1gMnJh9DFEQTah+UD3n3ru8V55J83RQNFfqoyw==} + turbo-windows-arm64@2.8.12: + resolution: {integrity: sha512-9nRnlw5DF0LkJClkIws1evaIF36dmmMEO84J5Uj4oQ8C0QTHwlH7DNe5Kq2Jdmu8GXESCNDNuUYG8Cx6W/vm3g==} cpu: [arm64] os: [win32] - turbo@2.8.3: - resolution: {integrity: sha512-8Osxz5Tu/Dw2kb31EAY+nhq/YZ3wzmQSmYa1nIArqxgCAldxv9TPlrAiaBUDVnKA4aiPn0OFBD1ACcpc5VFOAQ==} + turbo@2.8.12: + resolution: {integrity: sha512-auUAMLmi0eJhxDhQrxzvuhfEbICnVt0CTiYQYY8WyRJ5nwCDZxD0JG8bCSxT4nusI2CwJzmZAay5BfF6LmK7Hw==} hasBin: true type-check@0.4.0: @@ -11201,11 +11188,11 @@ packages: resolution: {integrity: sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==} engines: {node: '>= 0.4'} - typescript-eslint@8.55.0: - resolution: {integrity: sha512-HE4wj+r5lmDVS9gdaN0/+iqNvPZwGfnJ5lZuz7s5vLlg9ODw0bIiiETaios9LvFI1U94/VBXGm3CB2Y5cNFMpw==} + typescript-eslint@8.56.1: + resolution: {integrity: sha512-U4lM6pjmBX7J5wk4szltF7I1cGBHXZopnAXCMXb3+fZ3B/0Z3hq3wS/CCUB2NZBNAExK92mCU2tEohWuwVMsDQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - eslint: ^8.57.0 || ^9.0.0 + eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: '>=4.8.4 <6.0.0' typescript@5.9.3: @@ -11240,8 +11227,8 @@ packages: undici-types@6.21.0: resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} - undici-types@7.16.0: - resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==} + undici-types@7.18.2: + resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==} undici@6.23.0: resolution: {integrity: sha512-VfQPToRA5FZs/qJxLIinmU59u0r7LXqoJkCzinq3ckNJp3vKEh7jTWN589YQ5+aoAC/TGRLyJLCPKcLQbM8r9g==} @@ -11638,8 +11625,8 @@ packages: resolution: {integrity: sha512-7tP1PdV4vF+lYPnkMR0jMY5/la2ub5Fc/8VQrrU+lXkiM6C4TjVfGw7iKfyhnTQOsD+6Q/iKw0eFciziRgD58Q==} engines: {node: '>=10.13.0'} - webpack@5.105.0: - resolution: {integrity: sha512-gX/dMkRQc7QOMzgTe6KsYFM7DxeIONQSui1s0n/0xht36HvrgbxtM1xBlgx596NbpHuQU8P7QpKwrZYwUX48nw==} + webpack@5.105.3: + resolution: {integrity: sha512-LLBBA4oLmT7sZdHiYE/PeVuifOxYyE2uL/V+9VQP7YSYdJU7bSf7H8bZRRxW8kEPMkmVjnrXmoR3oejIdX0xbg==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -11842,18 +11829,10 @@ packages: resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} engines: {node: '>=12'} - yargs-parser@22.0.0: - resolution: {integrity: sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==} - engines: {node: ^20.19.0 || ^22.12.0 || >=23} - yargs@17.7.2: resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} engines: {node: '>=12'} - yargs@18.0.0: - resolution: {integrity: sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==} - engines: {node: ^20.19.0 || ^22.12.0 || >=23} - yauzl@2.10.0: resolution: {integrity: sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==} @@ -12825,9 +12804,9 @@ snapshots: hashery: 1.5.0 keyv: 5.6.0 - '@changesets/apply-release-plan@7.0.14': + '@changesets/apply-release-plan@7.1.0': dependencies: - '@changesets/config': 3.1.2 + '@changesets/config': 3.1.3 '@changesets/get-version-range-type': 0.4.0 '@changesets/git': 3.0.4 '@changesets/should-skip-package': 0.1.2 @@ -12854,38 +12833,36 @@ snapshots: dependencies: '@changesets/types': 6.1.0 - '@changesets/changelog-github@0.5.2': + '@changesets/changelog-github@0.6.0': dependencies: - '@changesets/get-github-info': 0.7.0 + '@changesets/get-github-info': 0.8.0 '@changesets/types': 6.1.0 dotenv: 8.6.0 transitivePeerDependencies: - encoding - '@changesets/cli@2.29.8(@types/node@25.2.2)': + '@changesets/cli@2.30.0(@types/node@25.3.3)': dependencies: - '@changesets/apply-release-plan': 7.0.14 + '@changesets/apply-release-plan': 7.1.0 '@changesets/assemble-release-plan': 6.0.9 '@changesets/changelog-git': 0.2.1 - '@changesets/config': 3.1.2 + '@changesets/config': 3.1.3 '@changesets/errors': 0.2.0 '@changesets/get-dependents-graph': 2.1.3 - '@changesets/get-release-plan': 4.0.14 + '@changesets/get-release-plan': 4.0.15 '@changesets/git': 3.0.4 '@changesets/logger': 0.1.1 '@changesets/pre': 2.0.2 - '@changesets/read': 0.6.6 + '@changesets/read': 0.6.7 '@changesets/should-skip-package': 0.1.2 '@changesets/types': 6.1.0 '@changesets/write': 0.4.0 - '@inquirer/external-editor': 1.0.3(@types/node@25.2.2) + '@inquirer/external-editor': 1.0.3(@types/node@25.3.3) '@manypkg/get-packages': 1.1.3 ansi-colors: 4.1.3 - ci-info: 3.9.0 enquirer: 2.4.1 fs-extra: 7.0.1 mri: 1.2.0 - p-limit: 2.3.0 package-manager-detector: 0.2.11 picocolors: 1.1.1 resolve-from: 5.0.0 @@ -12895,11 +12872,12 @@ snapshots: transitivePeerDependencies: - '@types/node' - '@changesets/config@3.1.2': + '@changesets/config@3.1.3': dependencies: '@changesets/errors': 0.2.0 '@changesets/get-dependents-graph': 2.1.3 '@changesets/logger': 0.1.1 + '@changesets/should-skip-package': 0.1.2 '@changesets/types': 6.1.0 '@manypkg/get-packages': 1.1.3 fs-extra: 7.0.1 @@ -12916,19 +12894,19 @@ snapshots: picocolors: 1.1.1 semver: 7.7.4 - '@changesets/get-github-info@0.7.0': + '@changesets/get-github-info@0.8.0': dependencies: dataloader: 1.4.0 node-fetch: 2.7.0 transitivePeerDependencies: - encoding - '@changesets/get-release-plan@4.0.14': + '@changesets/get-release-plan@4.0.15': dependencies: '@changesets/assemble-release-plan': 6.0.9 - '@changesets/config': 3.1.2 + '@changesets/config': 3.1.3 '@changesets/pre': 2.0.2 - '@changesets/read': 0.6.6 + '@changesets/read': 0.6.7 '@changesets/types': 6.1.0 '@manypkg/get-packages': 1.1.3 @@ -12946,7 +12924,7 @@ snapshots: dependencies: picocolors: 1.1.1 - '@changesets/parse@0.4.2': + '@changesets/parse@0.4.3': dependencies: '@changesets/types': 6.1.0 js-yaml: 4.1.1 @@ -12958,11 +12936,11 @@ snapshots: '@manypkg/get-packages': 1.1.3 fs-extra: 7.0.1 - '@changesets/read@0.6.6': + '@changesets/read@0.6.7': dependencies: '@changesets/git': 3.0.4 '@changesets/logger': 0.1.1 - '@changesets/parse': 0.4.2 + '@changesets/parse': 0.4.3 '@changesets/types': 6.1.0 fs-extra: 7.0.1 p-filter: 2.1.0 @@ -13047,283 +13025,283 @@ snapshots: '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-tokenizer': 4.0.0 - '@csstools/postcss-alpha-function@2.0.3(postcss@8.5.6)': + '@csstools/postcss-alpha-function@2.0.3(postcss@8.5.8)': dependencies: '@csstools/css-color-parser': 4.0.2(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-tokenizer': 4.0.0 - '@csstools/postcss-progressive-custom-properties': 5.0.0(postcss@8.5.6) - '@csstools/utilities': 3.0.0(postcss@8.5.6) - postcss: 8.5.6 + '@csstools/postcss-progressive-custom-properties': 5.0.0(postcss@8.5.8) + '@csstools/utilities': 3.0.0(postcss@8.5.8) + postcss: 8.5.8 - '@csstools/postcss-cascade-layers@6.0.0(postcss@8.5.6)': + '@csstools/postcss-cascade-layers@6.0.0(postcss@8.5.8)': dependencies: '@csstools/selector-specificity': 6.0.0(postcss-selector-parser@7.1.1) - postcss: 8.5.6 + postcss: 8.5.8 postcss-selector-parser: 7.1.1 - '@csstools/postcss-color-function-display-p3-linear@2.0.2(postcss@8.5.6)': + '@csstools/postcss-color-function-display-p3-linear@2.0.2(postcss@8.5.8)': dependencies: '@csstools/css-color-parser': 4.0.2(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-tokenizer': 4.0.0 - '@csstools/postcss-progressive-custom-properties': 5.0.0(postcss@8.5.6) - '@csstools/utilities': 3.0.0(postcss@8.5.6) - postcss: 8.5.6 + '@csstools/postcss-progressive-custom-properties': 5.0.0(postcss@8.5.8) + '@csstools/utilities': 3.0.0(postcss@8.5.8) + postcss: 8.5.8 - '@csstools/postcss-color-function@5.0.2(postcss@8.5.6)': + '@csstools/postcss-color-function@5.0.2(postcss@8.5.8)': dependencies: '@csstools/css-color-parser': 4.0.2(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-tokenizer': 4.0.0 - '@csstools/postcss-progressive-custom-properties': 5.0.0(postcss@8.5.6) - '@csstools/utilities': 3.0.0(postcss@8.5.6) - postcss: 8.5.6 + '@csstools/postcss-progressive-custom-properties': 5.0.0(postcss@8.5.8) + '@csstools/utilities': 3.0.0(postcss@8.5.8) + postcss: 8.5.8 - '@csstools/postcss-color-mix-function@4.0.2(postcss@8.5.6)': + '@csstools/postcss-color-mix-function@4.0.2(postcss@8.5.8)': dependencies: '@csstools/css-color-parser': 4.0.2(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-tokenizer': 4.0.0 - '@csstools/postcss-progressive-custom-properties': 5.0.0(postcss@8.5.6) - '@csstools/utilities': 3.0.0(postcss@8.5.6) - postcss: 8.5.6 + '@csstools/postcss-progressive-custom-properties': 5.0.0(postcss@8.5.8) + '@csstools/utilities': 3.0.0(postcss@8.5.8) + postcss: 8.5.8 - '@csstools/postcss-color-mix-variadic-function-arguments@2.0.2(postcss@8.5.6)': + '@csstools/postcss-color-mix-variadic-function-arguments@2.0.2(postcss@8.5.8)': dependencies: '@csstools/css-color-parser': 4.0.2(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-tokenizer': 4.0.0 - '@csstools/postcss-progressive-custom-properties': 5.0.0(postcss@8.5.6) - '@csstools/utilities': 3.0.0(postcss@8.5.6) - postcss: 8.5.6 + '@csstools/postcss-progressive-custom-properties': 5.0.0(postcss@8.5.8) + '@csstools/utilities': 3.0.0(postcss@8.5.8) + postcss: 8.5.8 - '@csstools/postcss-content-alt-text@3.0.0(postcss@8.5.6)': + '@csstools/postcss-content-alt-text@3.0.0(postcss@8.5.8)': dependencies: '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-tokenizer': 4.0.0 - '@csstools/postcss-progressive-custom-properties': 5.0.0(postcss@8.5.6) - '@csstools/utilities': 3.0.0(postcss@8.5.6) - postcss: 8.5.6 + '@csstools/postcss-progressive-custom-properties': 5.0.0(postcss@8.5.8) + '@csstools/utilities': 3.0.0(postcss@8.5.8) + postcss: 8.5.8 - '@csstools/postcss-contrast-color-function@3.0.2(postcss@8.5.6)': + '@csstools/postcss-contrast-color-function@3.0.2(postcss@8.5.8)': dependencies: '@csstools/css-color-parser': 4.0.2(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-tokenizer': 4.0.0 - '@csstools/postcss-progressive-custom-properties': 5.0.0(postcss@8.5.6) - '@csstools/utilities': 3.0.0(postcss@8.5.6) - postcss: 8.5.6 + '@csstools/postcss-progressive-custom-properties': 5.0.0(postcss@8.5.8) + '@csstools/utilities': 3.0.0(postcss@8.5.8) + postcss: 8.5.8 - '@csstools/postcss-exponential-functions@3.0.1(postcss@8.5.6)': + '@csstools/postcss-exponential-functions@3.0.1(postcss@8.5.8)': dependencies: '@csstools/css-calc': 3.1.1(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-tokenizer': 4.0.0 - postcss: 8.5.6 + postcss: 8.5.8 - '@csstools/postcss-font-format-keywords@5.0.0(postcss@8.5.6)': + '@csstools/postcss-font-format-keywords@5.0.0(postcss@8.5.8)': dependencies: - '@csstools/utilities': 3.0.0(postcss@8.5.6) - postcss: 8.5.6 + '@csstools/utilities': 3.0.0(postcss@8.5.8) + postcss: 8.5.8 postcss-value-parser: 4.2.0 - '@csstools/postcss-font-width-property@1.0.0(postcss@8.5.6)': + '@csstools/postcss-font-width-property@1.0.0(postcss@8.5.8)': dependencies: - '@csstools/utilities': 3.0.0(postcss@8.5.6) - postcss: 8.5.6 + '@csstools/utilities': 3.0.0(postcss@8.5.8) + postcss: 8.5.8 - '@csstools/postcss-gamut-mapping@3.0.2(postcss@8.5.6)': + '@csstools/postcss-gamut-mapping@3.0.2(postcss@8.5.8)': dependencies: '@csstools/css-color-parser': 4.0.2(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-tokenizer': 4.0.0 - postcss: 8.5.6 + postcss: 8.5.8 - '@csstools/postcss-gradients-interpolation-method@6.0.2(postcss@8.5.6)': + '@csstools/postcss-gradients-interpolation-method@6.0.2(postcss@8.5.8)': dependencies: '@csstools/css-color-parser': 4.0.2(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-tokenizer': 4.0.0 - '@csstools/postcss-progressive-custom-properties': 5.0.0(postcss@8.5.6) - '@csstools/utilities': 3.0.0(postcss@8.5.6) - postcss: 8.5.6 + '@csstools/postcss-progressive-custom-properties': 5.0.0(postcss@8.5.8) + '@csstools/utilities': 3.0.0(postcss@8.5.8) + postcss: 8.5.8 - '@csstools/postcss-hwb-function@5.0.2(postcss@8.5.6)': + '@csstools/postcss-hwb-function@5.0.2(postcss@8.5.8)': dependencies: '@csstools/css-color-parser': 4.0.2(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-tokenizer': 4.0.0 - '@csstools/postcss-progressive-custom-properties': 5.0.0(postcss@8.5.6) - '@csstools/utilities': 3.0.0(postcss@8.5.6) - postcss: 8.5.6 + '@csstools/postcss-progressive-custom-properties': 5.0.0(postcss@8.5.8) + '@csstools/utilities': 3.0.0(postcss@8.5.8) + postcss: 8.5.8 - '@csstools/postcss-ic-unit@5.0.0(postcss@8.5.6)': + '@csstools/postcss-ic-unit@5.0.0(postcss@8.5.8)': dependencies: - '@csstools/postcss-progressive-custom-properties': 5.0.0(postcss@8.5.6) - '@csstools/utilities': 3.0.0(postcss@8.5.6) - postcss: 8.5.6 + '@csstools/postcss-progressive-custom-properties': 5.0.0(postcss@8.5.8) + '@csstools/utilities': 3.0.0(postcss@8.5.8) + postcss: 8.5.8 postcss-value-parser: 4.2.0 - '@csstools/postcss-initial@3.0.0(postcss@8.5.6)': + '@csstools/postcss-initial@3.0.0(postcss@8.5.8)': dependencies: - postcss: 8.5.6 + postcss: 8.5.8 - '@csstools/postcss-is-pseudo-class@6.0.0(postcss@8.5.6)': + '@csstools/postcss-is-pseudo-class@6.0.0(postcss@8.5.8)': dependencies: '@csstools/selector-specificity': 6.0.0(postcss-selector-parser@7.1.1) - postcss: 8.5.6 + postcss: 8.5.8 postcss-selector-parser: 7.1.1 - '@csstools/postcss-light-dark-function@3.0.0(postcss@8.5.6)': + '@csstools/postcss-light-dark-function@3.0.0(postcss@8.5.8)': dependencies: '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-tokenizer': 4.0.0 - '@csstools/postcss-progressive-custom-properties': 5.0.0(postcss@8.5.6) - '@csstools/utilities': 3.0.0(postcss@8.5.6) - postcss: 8.5.6 + '@csstools/postcss-progressive-custom-properties': 5.0.0(postcss@8.5.8) + '@csstools/utilities': 3.0.0(postcss@8.5.8) + postcss: 8.5.8 - '@csstools/postcss-logical-float-and-clear@4.0.0(postcss@8.5.6)': + '@csstools/postcss-logical-float-and-clear@4.0.0(postcss@8.5.8)': dependencies: - postcss: 8.5.6 + postcss: 8.5.8 - '@csstools/postcss-logical-overflow@3.0.0(postcss@8.5.6)': + '@csstools/postcss-logical-overflow@3.0.0(postcss@8.5.8)': dependencies: - postcss: 8.5.6 + postcss: 8.5.8 - '@csstools/postcss-logical-overscroll-behavior@3.0.0(postcss@8.5.6)': + '@csstools/postcss-logical-overscroll-behavior@3.0.0(postcss@8.5.8)': dependencies: - postcss: 8.5.6 + postcss: 8.5.8 - '@csstools/postcss-logical-resize@4.0.0(postcss@8.5.6)': + '@csstools/postcss-logical-resize@4.0.0(postcss@8.5.8)': dependencies: - postcss: 8.5.6 + postcss: 8.5.8 postcss-value-parser: 4.2.0 - '@csstools/postcss-logical-viewport-units@4.0.0(postcss@8.5.6)': + '@csstools/postcss-logical-viewport-units@4.0.0(postcss@8.5.8)': dependencies: '@csstools/css-tokenizer': 4.0.0 - '@csstools/utilities': 3.0.0(postcss@8.5.6) - postcss: 8.5.6 + '@csstools/utilities': 3.0.0(postcss@8.5.8) + postcss: 8.5.8 - '@csstools/postcss-media-minmax@3.0.1(postcss@8.5.6)': + '@csstools/postcss-media-minmax@3.0.1(postcss@8.5.8)': dependencies: '@csstools/css-calc': 3.1.1(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-tokenizer': 4.0.0 '@csstools/media-query-list-parser': 5.0.0(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) - postcss: 8.5.6 + postcss: 8.5.8 - '@csstools/postcss-media-queries-aspect-ratio-number-values@4.0.0(postcss@8.5.6)': + '@csstools/postcss-media-queries-aspect-ratio-number-values@4.0.0(postcss@8.5.8)': dependencies: '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-tokenizer': 4.0.0 '@csstools/media-query-list-parser': 5.0.0(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) - postcss: 8.5.6 + postcss: 8.5.8 - '@csstools/postcss-mixins@1.0.0(postcss@8.5.6)': + '@csstools/postcss-mixins@1.0.0(postcss@8.5.8)': dependencies: '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-tokenizer': 4.0.0 - postcss: 8.5.6 + postcss: 8.5.8 - '@csstools/postcss-nested-calc@5.0.0(postcss@8.5.6)': + '@csstools/postcss-nested-calc@5.0.0(postcss@8.5.8)': dependencies: - '@csstools/utilities': 3.0.0(postcss@8.5.6) - postcss: 8.5.6 + '@csstools/utilities': 3.0.0(postcss@8.5.8) + postcss: 8.5.8 postcss-value-parser: 4.2.0 - '@csstools/postcss-normalize-display-values@5.0.1(postcss@8.5.6)': + '@csstools/postcss-normalize-display-values@5.0.1(postcss@8.5.8)': dependencies: - postcss: 8.5.6 + postcss: 8.5.8 postcss-value-parser: 4.2.0 - '@csstools/postcss-oklab-function@5.0.2(postcss@8.5.6)': + '@csstools/postcss-oklab-function@5.0.2(postcss@8.5.8)': dependencies: '@csstools/css-color-parser': 4.0.2(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-tokenizer': 4.0.0 - '@csstools/postcss-progressive-custom-properties': 5.0.0(postcss@8.5.6) - '@csstools/utilities': 3.0.0(postcss@8.5.6) - postcss: 8.5.6 + '@csstools/postcss-progressive-custom-properties': 5.0.0(postcss@8.5.8) + '@csstools/utilities': 3.0.0(postcss@8.5.8) + postcss: 8.5.8 - '@csstools/postcss-position-area-property@2.0.0(postcss@8.5.6)': + '@csstools/postcss-position-area-property@2.0.0(postcss@8.5.8)': dependencies: - postcss: 8.5.6 + postcss: 8.5.8 - '@csstools/postcss-progressive-custom-properties@5.0.0(postcss@8.5.6)': + '@csstools/postcss-progressive-custom-properties@5.0.0(postcss@8.5.8)': dependencies: - postcss: 8.5.6 + postcss: 8.5.8 postcss-value-parser: 4.2.0 - '@csstools/postcss-property-rule-prelude-list@2.0.0(postcss@8.5.6)': + '@csstools/postcss-property-rule-prelude-list@2.0.0(postcss@8.5.8)': dependencies: '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-tokenizer': 4.0.0 - postcss: 8.5.6 + postcss: 8.5.8 - '@csstools/postcss-random-function@3.0.1(postcss@8.5.6)': + '@csstools/postcss-random-function@3.0.1(postcss@8.5.8)': dependencies: '@csstools/css-calc': 3.1.1(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-tokenizer': 4.0.0 - postcss: 8.5.6 + postcss: 8.5.8 - '@csstools/postcss-relative-color-syntax@4.0.2(postcss@8.5.6)': + '@csstools/postcss-relative-color-syntax@4.0.2(postcss@8.5.8)': dependencies: '@csstools/css-color-parser': 4.0.2(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-tokenizer': 4.0.0 - '@csstools/postcss-progressive-custom-properties': 5.0.0(postcss@8.5.6) - '@csstools/utilities': 3.0.0(postcss@8.5.6) - postcss: 8.5.6 + '@csstools/postcss-progressive-custom-properties': 5.0.0(postcss@8.5.8) + '@csstools/utilities': 3.0.0(postcss@8.5.8) + postcss: 8.5.8 - '@csstools/postcss-scope-pseudo-class@5.0.0(postcss@8.5.6)': + '@csstools/postcss-scope-pseudo-class@5.0.0(postcss@8.5.8)': dependencies: - postcss: 8.5.6 + postcss: 8.5.8 postcss-selector-parser: 7.1.1 - '@csstools/postcss-sign-functions@2.0.1(postcss@8.5.6)': + '@csstools/postcss-sign-functions@2.0.1(postcss@8.5.8)': dependencies: '@csstools/css-calc': 3.1.1(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-tokenizer': 4.0.0 - postcss: 8.5.6 + postcss: 8.5.8 - '@csstools/postcss-stepped-value-functions@5.0.1(postcss@8.5.6)': + '@csstools/postcss-stepped-value-functions@5.0.1(postcss@8.5.8)': dependencies: '@csstools/css-calc': 3.1.1(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-tokenizer': 4.0.0 - postcss: 8.5.6 + postcss: 8.5.8 - '@csstools/postcss-syntax-descriptor-syntax-production@2.0.0(postcss@8.5.6)': + '@csstools/postcss-syntax-descriptor-syntax-production@2.0.0(postcss@8.5.8)': dependencies: '@csstools/css-tokenizer': 4.0.0 - postcss: 8.5.6 + postcss: 8.5.8 - '@csstools/postcss-system-ui-font-family@2.0.0(postcss@8.5.6)': + '@csstools/postcss-system-ui-font-family@2.0.0(postcss@8.5.8)': dependencies: '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-tokenizer': 4.0.0 - postcss: 8.5.6 + postcss: 8.5.8 - '@csstools/postcss-text-decoration-shorthand@5.0.3(postcss@8.5.6)': + '@csstools/postcss-text-decoration-shorthand@5.0.3(postcss@8.5.8)': dependencies: '@csstools/color-helpers': 6.0.2 - postcss: 8.5.6 + postcss: 8.5.8 postcss-value-parser: 4.2.0 - '@csstools/postcss-trigonometric-functions@5.0.1(postcss@8.5.6)': + '@csstools/postcss-trigonometric-functions@5.0.1(postcss@8.5.8)': dependencies: '@csstools/css-calc': 3.1.1(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-tokenizer': 4.0.0 - postcss: 8.5.6 + postcss: 8.5.8 - '@csstools/postcss-unset-value@5.0.0(postcss@8.5.6)': + '@csstools/postcss-unset-value@5.0.0(postcss@8.5.8)': dependencies: - postcss: 8.5.6 + postcss: 8.5.8 '@csstools/selector-resolve-nested@4.0.0(postcss-selector-parser@7.1.1)': dependencies: @@ -13337,9 +13315,9 @@ snapshots: dependencies: postcss-selector-parser: 7.1.1 - '@csstools/utilities@3.0.0(postcss@8.5.6)': + '@csstools/utilities@3.0.0(postcss@8.5.8)': dependencies: - postcss: 8.5.6 + postcss: 8.5.8 '@dabh/diagnostics@2.0.8': dependencies: @@ -13558,6 +13536,10 @@ snapshots: dependencies: '@types/json-schema': 7.0.15 + '@eslint/core@1.1.0': + dependencies: + '@types/json-schema': 7.0.15 + '@eslint/eslintrc@3.3.4': dependencies: ajv: 6.14.0 @@ -13581,6 +13563,11 @@ snapshots: '@eslint/core': 0.17.0 levn: 0.4.1 + '@eslint/plugin-kit@0.6.0': + dependencies: + '@eslint/core': 1.1.0 + levn: 0.4.1 + '@fastify/accept-negotiator@2.0.1': {} '@fastify/ajv-compiler@4.0.5': @@ -13740,38 +13727,38 @@ snapshots: '@inquirer/ansi@1.0.2': {} - '@inquirer/confirm@5.1.21(@types/node@25.2.2)': + '@inquirer/confirm@5.1.21(@types/node@25.3.3)': dependencies: - '@inquirer/core': 10.3.2(@types/node@25.2.2) - '@inquirer/type': 3.0.10(@types/node@25.2.2) + '@inquirer/core': 10.3.2(@types/node@25.3.3) + '@inquirer/type': 3.0.10(@types/node@25.3.3) optionalDependencies: - '@types/node': 25.2.2 + '@types/node': 25.3.3 - '@inquirer/core@10.3.2(@types/node@25.2.2)': + '@inquirer/core@10.3.2(@types/node@25.3.3)': dependencies: '@inquirer/ansi': 1.0.2 '@inquirer/figures': 1.0.15 - '@inquirer/type': 3.0.10(@types/node@25.2.2) + '@inquirer/type': 3.0.10(@types/node@25.3.3) cli-width: 4.1.0 mute-stream: 2.0.0 signal-exit: 4.1.0 wrap-ansi: 6.2.0 yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 25.2.2 + '@types/node': 25.3.3 - '@inquirer/external-editor@1.0.3(@types/node@25.2.2)': + '@inquirer/external-editor@1.0.3(@types/node@25.3.3)': dependencies: chardet: 2.1.1 iconv-lite: 0.7.2 optionalDependencies: - '@types/node': 25.2.2 + '@types/node': 25.3.3 '@inquirer/figures@1.0.15': {} - '@inquirer/type@3.0.10(@types/node@25.2.2)': + '@inquirer/type@3.0.10(@types/node@25.3.3)': optionalDependencies: - '@types/node': 25.2.2 + '@types/node': 25.3.3 '@isaacs/cliui@8.0.2': dependencies: @@ -13799,13 +13786,13 @@ snapshots: '@jest/console@30.2.0': dependencies: '@jest/types': 30.2.0 - '@types/node': 25.2.2 + '@types/node': 25.3.3 chalk: 4.1.2 jest-message-util: 30.2.0 jest-util: 30.2.0 slash: 3.0.0 - '@jest/core@30.2.0(ts-node@10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.18))(@types/node@25.2.2)(typescript@5.9.3))': + '@jest/core@30.2.0(ts-node@10.9.2(@swc/core@1.15.18(@swc/helpers@0.5.19))(@types/node@25.3.3)(typescript@5.9.3))': dependencies: '@jest/console': 30.2.0 '@jest/pattern': 30.0.1 @@ -13813,14 +13800,14 @@ snapshots: '@jest/test-result': 30.2.0 '@jest/transform': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 25.2.2 + '@types/node': 25.3.3 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 4.4.0 exit-x: 0.2.2 graceful-fs: 4.2.11 jest-changed-files: 30.2.0 - jest-config: 30.2.0(@types/node@25.2.2)(ts-node@10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.18))(@types/node@25.2.2)(typescript@5.9.3)) + jest-config: 30.2.0(@types/node@25.3.3)(ts-node@10.9.2(@swc/core@1.15.18(@swc/helpers@0.5.19))(@types/node@25.3.3)(typescript@5.9.3)) jest-haste-map: 30.2.0 jest-message-util: 30.2.0 jest-regex-util: 30.0.1 @@ -13853,7 +13840,7 @@ snapshots: '@jest/fake-timers': 30.2.0 '@jest/types': 30.2.0 '@types/jsdom': 21.1.7 - '@types/node': 25.2.2 + '@types/node': 25.3.3 jest-mock: 30.2.0 jest-util: 30.2.0 jsdom: 26.1.0 @@ -13862,7 +13849,7 @@ snapshots: dependencies: '@jest/fake-timers': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 25.2.2 + '@types/node': 25.3.3 jest-mock: 30.2.0 '@jest/expect-utils@30.2.0': @@ -13880,7 +13867,7 @@ snapshots: dependencies: '@jest/types': 30.2.0 '@sinonjs/fake-timers': 13.0.5 - '@types/node': 25.2.2 + '@types/node': 25.3.3 jest-message-util: 30.2.0 jest-mock: 30.2.0 jest-util: 30.2.0 @@ -13898,7 +13885,7 @@ snapshots: '@jest/pattern@30.0.1': dependencies: - '@types/node': 25.2.2 + '@types/node': 25.3.3 jest-regex-util: 30.0.1 '@jest/reporters@30.2.0': @@ -13909,7 +13896,7 @@ snapshots: '@jest/transform': 30.2.0 '@jest/types': 30.2.0 '@jridgewell/trace-mapping': 0.3.31 - '@types/node': 25.2.2 + '@types/node': 25.3.3 chalk: 4.1.2 collect-v8-coverage: 1.0.3 exit-x: 0.2.2 @@ -13986,7 +13973,7 @@ snapshots: '@jest/schemas': 30.0.5 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 25.2.2 + '@types/node': 25.3.3 '@types/yargs': 17.0.35 chalk: 4.1.2 @@ -14319,11 +14306,11 @@ snapshots: '@tybys/wasm-util': 0.10.1 optional: true - '@netlify/ai@0.3.4(@netlify/api@14.0.13)': + '@netlify/ai@0.3.8': dependencies: - '@netlify/api': 14.0.13 + '@netlify/api': 14.0.15 - '@netlify/api@14.0.13': + '@netlify/api@14.0.15': dependencies: '@netlify/open-api': 2.50.0 node-fetch: 3.3.2 @@ -14332,10 +14319,13 @@ snapshots: '@netlify/binary-info@1.0.0': {} - '@netlify/blobs@10.1.0': + '@netlify/blobs@10.7.0': dependencies: - '@netlify/dev-utils': 4.3.0 - '@netlify/runtime-utils': 2.2.0 + '@netlify/dev-utils': 4.3.3 + '@netlify/otel': 5.1.1 + '@netlify/runtime-utils': 2.3.0 + transitivePeerDependencies: + - supports-color '@netlify/blobs@10.7.0(supports-color@10.2.2)': dependencies: @@ -14357,19 +14347,19 @@ snapshots: yaml: 2.8.2 yargs: 17.7.2 - '@netlify/build@35.5.14(@opentelemetry/api@1.8.0)(@swc/core@1.15.11(@swc/helpers@0.5.18))(@types/node@25.2.2)(picomatch@4.0.3)(rollup@4.59.0)': + '@netlify/build@35.8.3(@opentelemetry/api@1.8.0)(@swc/core@1.15.18(@swc/helpers@0.5.19))(@types/node@25.3.3)(picomatch@4.0.3)(rollup@4.59.0)': dependencies: '@bugsnag/js': 8.8.1 '@netlify/blobs': 10.7.0(supports-color@10.2.2) '@netlify/cache-utils': 6.0.5 - '@netlify/config': 24.3.0 - '@netlify/edge-bundler': 14.9.5 + '@netlify/config': 24.4.1 + '@netlify/edge-bundler': 14.9.11 '@netlify/functions-utils': 6.2.24(rollup@4.59.0)(supports-color@10.2.2) '@netlify/git-utils': 6.0.4 '@netlify/opentelemetry-utils': 2.0.2(@opentelemetry/api@1.8.0) '@netlify/plugins-list': 6.81.3 '@netlify/run-utils': 6.0.3 - '@netlify/zip-it-and-ship-it': 14.3.1(rollup@4.59.0)(supports-color@10.2.2) + '@netlify/zip-it-and-ship-it': 14.4.0(rollup@4.59.0)(supports-color@10.2.2) '@opentelemetry/api': 1.8.0 '@sindresorhus/slugify': 2.2.1 ansi-escapes: 7.2.0 @@ -14405,7 +14395,7 @@ snapshots: string-width: 7.2.0 supports-color: 10.2.2 terminal-link: 4.0.0 - ts-node: 10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.18))(@types/node@25.2.2)(typescript@5.9.3) + ts-node: 10.9.2(@swc/core@1.15.18(@swc/helpers@0.5.19))(@types/node@25.3.3)(typescript@5.9.3) typescript: 5.9.3 uuid: 11.1.0 yaml: 2.8.2 @@ -14432,10 +14422,14 @@ snapshots: move-file: 3.1.0 readdirp: 4.1.2 - '@netlify/config@24.3.0': + '@netlify/cache@3.3.5': + dependencies: + '@netlify/runtime-utils': 2.3.0 + + '@netlify/config@24.4.1': dependencies: '@iarna/toml': 2.2.5 - '@netlify/api': 14.0.13 + '@netlify/api': 14.0.15 '@netlify/headers-parser': 9.0.2 '@netlify/redirect-parser': 15.0.3 chalk: 5.6.2 @@ -14460,25 +14454,7 @@ snapshots: yargs: 17.7.2 zod: 4.3.6 - '@netlify/dev-utils@4.3.0': - dependencies: - '@whatwg-node/server': 0.10.18 - ansis: 4.2.0 - chokidar: 4.0.3 - decache: 4.6.2 - dettle: 1.0.5 - dot-prop: 9.0.0 - empathic: 2.0.0 - env-paths: 3.0.0 - image-size: 2.0.2 - js-image-generator: 1.0.4 - parse-gitignore: 2.0.0 - semver: 7.7.2 - tmp-promise: 3.0.3 - uuid: 11.1.0 - write-file-atomic: 5.0.1 - - '@netlify/dev-utils@4.3.2': + '@netlify/dev-utils@4.3.3': dependencies: '@whatwg-node/server': 0.10.18 ansis: 4.2.0 @@ -14496,27 +14472,52 @@ snapshots: uuid: 13.0.0 write-file-atomic: 5.0.1 - '@netlify/dev-utils@4.3.3': + '@netlify/dev@4.11.2(rollup@4.59.0)': dependencies: - '@whatwg-node/server': 0.10.18 - ansis: 4.2.0 - chokidar: 4.0.3 - decache: 4.6.2 - dettle: 1.0.5 - dot-prop: 9.0.0 - empathic: 2.0.0 - env-paths: 3.0.0 - image-size: 2.0.2 - js-image-generator: 1.0.4 - parse-gitignore: 2.0.0 - semver: 7.7.2 - tmp-promise: 3.0.3 - uuid: 13.0.0 - write-file-atomic: 5.0.1 + '@netlify/ai': 0.3.8 + '@netlify/blobs': 10.7.0 + '@netlify/config': 24.4.1 + '@netlify/dev-utils': 4.3.3 + '@netlify/edge-functions-dev': 1.0.11 + '@netlify/functions-dev': 1.1.12(rollup@4.59.0) + '@netlify/headers': 2.1.3 + '@netlify/images': 1.3.3(@netlify/blobs@10.7.0) + '@netlify/redirects': 3.1.5 + '@netlify/runtime': 4.1.15 + '@netlify/static': 3.1.3 + ulid: 3.0.1 + transitivePeerDependencies: + - '@azure/app-configuration' + - '@azure/cosmos' + - '@azure/data-tables' + - '@azure/identity' + - '@azure/keyvault-secrets' + - '@azure/storage-blob' + - '@capacitor/preferences' + - '@deno/kv' + - '@planetscale/database' + - '@upstash/redis' + - '@vercel/blob' + - '@vercel/functions' + - '@vercel/kv' + - aws4fetch + - bare-abort-controller + - bare-buffer + - db0 + - encoding + - idb-keyval + - ioredis + - react-native-b4a + - rollup + - supports-color + - uploadthing - '@netlify/edge-bundler@14.9.5': + '@netlify/edge-bundler@14.9.11': dependencies: '@import-maps/resolve': 2.0.0 + '@sveltejs/acorn-typescript': 1.0.9(acorn@8.16.0) + acorn: 8.16.0 + acorn-walk: 8.3.5 ajv: 8.18.0 ajv-errors: 3.0.0(ajv@8.18.0) better-ajv-errors: 1.2.0(ajv@8.18.0) @@ -14537,12 +14538,46 @@ snapshots: urlpattern-polyfill: 8.0.2 uuid: 11.1.0 + '@netlify/edge-functions-bootstrap@2.16.0': {} + '@netlify/edge-functions-bootstrap@2.17.1': {} + '@netlify/edge-functions-dev@1.0.11': + dependencies: + '@netlify/dev-utils': 4.3.3 + '@netlify/edge-bundler': 14.9.11 + '@netlify/edge-functions': 3.0.3 + '@netlify/edge-functions-bootstrap': 2.16.0 + '@netlify/runtime-utils': 2.3.0 + get-port: 7.1.0 + '@netlify/edge-functions@3.0.3': dependencies: '@netlify/types': 2.3.0 + '@netlify/functions-dev@1.1.12(rollup@4.59.0)': + dependencies: + '@netlify/blobs': 10.7.0 + '@netlify/dev-utils': 4.3.3 + '@netlify/functions': 5.1.2 + '@netlify/zip-it-and-ship-it': 14.4.0(rollup@4.59.0) + cron-parser: 4.9.0 + decache: 4.6.2 + extract-zip: 2.0.1 + is-stream: 4.0.1 + jwt-decode: 4.0.0 + lambda-local: 2.2.0 + read-package-up: 11.0.0 + semver: 7.7.2 + source-map-support: 0.5.21 + transitivePeerDependencies: + - bare-abort-controller + - bare-buffer + - encoding + - react-native-b4a + - rollup + - supports-color + '@netlify/functions-utils@6.2.24(rollup@4.59.0)(supports-color@10.2.2)': dependencies: '@netlify/zip-it-and-ship-it': 14.4.1(rollup@4.59.0)(supports-color@10.2.2) @@ -14556,6 +14591,10 @@ snapshots: - rollup - supports-color + '@netlify/functions@5.1.2': + dependencies: + '@netlify/types': 2.3.0 + '@netlify/git-utils@6.0.4': dependencies: execa: 8.0.1 @@ -14572,9 +14611,13 @@ snapshots: map-obj: 5.0.2 path-exists: 5.0.0 - '@netlify/images@1.2.5(@netlify/blobs@10.1.0)': + '@netlify/headers@2.1.3': dependencies: - ipx: 3.1.1(@netlify/blobs@10.1.0) + '@netlify/headers-parser': 9.0.2 + + '@netlify/images@1.3.3(@netlify/blobs@10.7.0)': + dependencies: + ipx: 3.1.1(@netlify/blobs@10.7.0) transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -14653,6 +14696,16 @@ snapshots: dependencies: '@opentelemetry/api': 1.8.0 + '@netlify/otel@5.1.1': + dependencies: + '@opentelemetry/api': 1.9.0 + '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0) + '@opentelemetry/instrumentation': 0.203.0(@opentelemetry/api@1.9.0) + '@opentelemetry/resources': 1.30.1(@opentelemetry/api@1.9.0) + '@opentelemetry/sdk-trace-node': 1.30.1(@opentelemetry/api@1.9.0) + transitivePeerDependencies: + - supports-color + '@netlify/otel@5.1.1(supports-color@10.2.2)': dependencies: '@opentelemetry/api': 1.9.0 @@ -14672,19 +14725,38 @@ snapshots: is-plain-obj: 4.1.0 path-exists: 5.0.0 + '@netlify/redirects@3.1.5': + dependencies: + '@netlify/dev-utils': 4.3.3 + '@netlify/redirect-parser': 15.0.3 + cookie: 1.0.2 + jsonwebtoken: 9.0.3 + netlify-redirector: 0.5.0 + '@netlify/run-utils@6.0.3': dependencies: execa: 8.0.1 - '@netlify/runtime-utils@2.2.0': {} - '@netlify/runtime-utils@2.3.0': {} + '@netlify/runtime@4.1.15': + dependencies: + '@netlify/blobs': 10.7.0 + '@netlify/cache': 3.3.5 + '@netlify/runtime-utils': 2.3.0 + '@netlify/types': 2.3.0 + transitivePeerDependencies: + - supports-color + '@netlify/serverless-functions-api@2.10.0': {} + '@netlify/static@3.1.3': + dependencies: + mime-types: 3.0.2 + '@netlify/types@2.3.0': {} - '@netlify/zip-it-and-ship-it@14.3.1(rollup@4.59.0)': + '@netlify/zip-it-and-ship-it@14.4.0(rollup@4.59.0)': dependencies: '@babel/parser': 7.29.0 '@babel/types': 7.29.0 @@ -14726,7 +14798,7 @@ snapshots: - rollup - supports-color - '@netlify/zip-it-and-ship-it@14.3.1(rollup@4.59.0)(supports-color@10.2.2)': + '@netlify/zip-it-and-ship-it@14.4.0(rollup@4.59.0)(supports-color@10.2.2)': dependencies: '@babel/parser': 7.29.0 '@babel/types': 7.29.0 @@ -14991,6 +15063,15 @@ snapshots: '@opentelemetry/api': 1.9.0 '@opentelemetry/semantic-conventions': 1.28.0 + '@opentelemetry/instrumentation@0.203.0(@opentelemetry/api@1.9.0)': + dependencies: + '@opentelemetry/api': 1.9.0 + '@opentelemetry/api-logs': 0.203.0 + import-in-the-middle: 1.15.0 + require-in-the-middle: 7.5.2 + transitivePeerDependencies: + - supports-color + '@opentelemetry/instrumentation@0.203.0(@opentelemetry/api@1.9.0)(supports-color@10.2.2)': dependencies: '@opentelemetry/api': 1.9.0 @@ -15035,6 +15116,8 @@ snapshots: '@opentelemetry/semantic-conventions@1.28.0': {} + '@ota-meshi/ast-token-store@0.3.0': {} + '@parcel/watcher-android-arm64@2.5.6': optional: true @@ -15197,7 +15280,7 @@ snapshots: '@pkgr/core@0.2.9': {} - '@pmmmwh/react-refresh-webpack-plugin@0.6.2(react-refresh@0.18.0)(type-fest@5.4.4)(webpack-dev-server@5.2.3(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18))))(webpack@5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18)))': + '@pmmmwh/react-refresh-webpack-plugin@0.6.2(react-refresh@0.18.0)(type-fest@5.4.4)(webpack-dev-server@5.2.3(tslib@2.8.1)(webpack@5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19))))(webpack@5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19)))': dependencies: anser: 2.3.5 core-js-pure: 3.48.0 @@ -15206,10 +15289,10 @@ snapshots: react-refresh: 0.18.0 schema-utils: 4.3.3 source-map: 0.7.6 - webpack: 5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18)) + webpack: 5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19)) optionalDependencies: type-fest: 5.4.4 - webpack-dev-server: 5.2.3(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18))) + webpack-dev-server: 5.2.3(tslib@2.8.1)(webpack@5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19))) '@pnpm/config.env-replace@1.1.0': {} @@ -15253,7 +15336,7 @@ snapshots: - react-native-b4a - supports-color - '@rolldown/pluginutils@1.0.0-rc.2': {} + '@rolldown/pluginutils@1.0.0-rc.3': {} '@rollup/pluginutils@5.3.0(rollup@4.59.0)': dependencies: @@ -15340,9 +15423,9 @@ snapshots: '@rsbuild/core@1.7.3': dependencies: - '@rspack/core': 1.7.5(@swc/helpers@0.5.18) + '@rspack/core': 1.7.7(@swc/helpers@0.5.19) '@rspack/lite-tapable': 1.1.0 - '@swc/helpers': 0.5.18 + '@swc/helpers': 0.5.19 core-js: 3.47.0 jiti: 2.6.1 @@ -15381,12 +15464,12 @@ snapshots: - typescript - webpack-hot-middleware - '@rsbuild/plugin-type-check@1.3.4(@rsbuild/core@1.7.3)(@rspack/core@1.7.5(@swc/helpers@0.5.18))(tslib@2.8.1)(typescript@5.9.3)': + '@rsbuild/plugin-type-check@1.3.4(@rsbuild/core@1.7.3)(@rspack/core@1.7.7(@swc/helpers@0.5.19))(tslib@2.8.1)(typescript@5.9.3)': dependencies: deepmerge: 4.3.1 json5: 2.2.3 reduce-configs: 1.1.1 - ts-checker-rspack-plugin: 1.3.0(@rspack/core@1.7.5(@swc/helpers@0.5.18))(tslib@2.8.1)(typescript@5.9.3) + ts-checker-rspack-plugin: 1.3.0(@rspack/core@1.7.7(@swc/helpers@0.5.19))(tslib@2.8.1)(typescript@5.9.3) optionalDependencies: '@rsbuild/core': 1.7.3 transitivePeerDependencies: @@ -15394,67 +15477,67 @@ snapshots: - tslib - typescript - '@rslib/core@0.19.5(@typescript/native-preview@7.0.0-dev.20260209.1)(typescript@5.9.3)': + '@rslib/core@0.19.6(@typescript/native-preview@7.0.0-dev.20260209.1)(typescript@5.9.3)': dependencies: '@rsbuild/core': 1.7.3 - rsbuild-plugin-dts: 0.19.5(@rsbuild/core@1.7.3)(@typescript/native-preview@7.0.0-dev.20260209.1)(typescript@5.9.3) + rsbuild-plugin-dts: 0.19.6(@rsbuild/core@1.7.3)(@typescript/native-preview@7.0.0-dev.20260209.1)(typescript@5.9.3) optionalDependencies: typescript: 5.9.3 transitivePeerDependencies: - '@typescript/native-preview' - '@rspack/binding-darwin-arm64@1.7.5': + '@rspack/binding-darwin-arm64@1.7.7': optional: true - '@rspack/binding-darwin-x64@1.7.5': + '@rspack/binding-darwin-x64@1.7.7': optional: true - '@rspack/binding-linux-arm64-gnu@1.7.5': + '@rspack/binding-linux-arm64-gnu@1.7.7': optional: true - '@rspack/binding-linux-arm64-musl@1.7.5': + '@rspack/binding-linux-arm64-musl@1.7.7': optional: true - '@rspack/binding-linux-x64-gnu@1.7.5': + '@rspack/binding-linux-x64-gnu@1.7.7': optional: true - '@rspack/binding-linux-x64-musl@1.7.5': + '@rspack/binding-linux-x64-musl@1.7.7': optional: true - '@rspack/binding-wasm32-wasi@1.7.5': + '@rspack/binding-wasm32-wasi@1.7.7': dependencies: '@napi-rs/wasm-runtime': 1.0.7 optional: true - '@rspack/binding-win32-arm64-msvc@1.7.5': + '@rspack/binding-win32-arm64-msvc@1.7.7': optional: true - '@rspack/binding-win32-ia32-msvc@1.7.5': + '@rspack/binding-win32-ia32-msvc@1.7.7': optional: true - '@rspack/binding-win32-x64-msvc@1.7.5': + '@rspack/binding-win32-x64-msvc@1.7.7': optional: true - '@rspack/binding@1.7.5': + '@rspack/binding@1.7.7': optionalDependencies: - '@rspack/binding-darwin-arm64': 1.7.5 - '@rspack/binding-darwin-x64': 1.7.5 - '@rspack/binding-linux-arm64-gnu': 1.7.5 - '@rspack/binding-linux-arm64-musl': 1.7.5 - '@rspack/binding-linux-x64-gnu': 1.7.5 - '@rspack/binding-linux-x64-musl': 1.7.5 - '@rspack/binding-wasm32-wasi': 1.7.5 - '@rspack/binding-win32-arm64-msvc': 1.7.5 - '@rspack/binding-win32-ia32-msvc': 1.7.5 - '@rspack/binding-win32-x64-msvc': 1.7.5 - - '@rspack/core@1.7.5(@swc/helpers@0.5.18)': + '@rspack/binding-darwin-arm64': 1.7.7 + '@rspack/binding-darwin-x64': 1.7.7 + '@rspack/binding-linux-arm64-gnu': 1.7.7 + '@rspack/binding-linux-arm64-musl': 1.7.7 + '@rspack/binding-linux-x64-gnu': 1.7.7 + '@rspack/binding-linux-x64-musl': 1.7.7 + '@rspack/binding-wasm32-wasi': 1.7.7 + '@rspack/binding-win32-arm64-msvc': 1.7.7 + '@rspack/binding-win32-ia32-msvc': 1.7.7 + '@rspack/binding-win32-x64-msvc': 1.7.7 + + '@rspack/core@1.7.7(@swc/helpers@0.5.19)': dependencies: '@module-federation/runtime-tools': 0.22.0 - '@rspack/binding': 1.7.5 + '@rspack/binding': 1.7.7 '@rspack/lite-tapable': 1.1.0 optionalDependencies: - '@swc/helpers': 0.5.18 + '@swc/helpers': 0.5.19 '@rspack/lite-tapable@1.1.0': {} @@ -15498,16 +15581,16 @@ snapshots: '@standard-schema/spec@1.1.0': {} - '@storybook/addon-a11y@10.2.8(storybook@10.2.8(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))': + '@storybook/addon-a11y@10.2.14(storybook@10.2.14(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))': dependencies: '@storybook/global': 5.0.0 axe-core: 4.11.1 - storybook: 10.2.8(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + storybook: 10.2.14(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@storybook/addon-links@10.2.8(react@19.2.4)(storybook@10.2.8(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))': + '@storybook/addon-links@10.2.14(react@19.2.4)(storybook@10.2.14(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))': dependencies: '@storybook/global': 5.0.0 - storybook: 10.2.8(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + storybook: 10.2.14(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) optionalDependencies: react: 19.2.4 @@ -15518,7 +15601,7 @@ snapshots: react: 19.2.4 react-dom: 19.2.4(react@19.2.4) - '@storybook/react-docgen-typescript-plugin@1.0.1(typescript@5.9.3)(webpack@5.105.0)': + '@storybook/react-docgen-typescript-plugin@1.0.1(typescript@5.9.3)(webpack@5.105.3)': dependencies: debug: 4.4.3(supports-color@5.5.0) endent: 2.1.0 @@ -15528,24 +15611,24 @@ snapshots: react-docgen-typescript: 2.4.0(typescript@5.9.3) tslib: 2.8.1 typescript: 5.9.3 - webpack: 5.105.0 + webpack: 5.105.3 transitivePeerDependencies: - supports-color - '@storybook/react-dom-shim@10.2.8(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.8(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))': + '@storybook/react-dom-shim@10.2.14(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.14(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))': dependencies: react: 19.2.4 react-dom: 19.2.4(react@19.2.4) - storybook: 10.2.8(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + storybook: 10.2.14(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@storybook/react@10.2.8(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.8(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(typescript@5.9.3)': + '@storybook/react@10.2.14(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.14(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(typescript@5.9.3)': dependencies: '@storybook/global': 5.0.0 - '@storybook/react-dom-shim': 10.2.8(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.8(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)) + '@storybook/react-dom-shim': 10.2.14(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.14(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)) react: 19.2.4 react-docgen: 8.0.2 react-dom: 19.2.4(react@19.2.4) - storybook: 10.2.8(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + storybook: 10.2.14(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) optionalDependencies: typescript: 5.9.3 transitivePeerDependencies: @@ -15561,6 +15644,10 @@ snapshots: estraverse: 5.3.0 picomatch: 4.0.3 + '@sveltejs/acorn-typescript@1.0.9(acorn@8.16.0)': + dependencies: + acorn: 8.16.0 + '@svgr/babel-plugin-add-jsx-attribute@8.0.0(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -15654,63 +15741,63 @@ snapshots: - supports-color - typescript - '@swc/core-darwin-arm64@1.15.11': + '@swc/core-darwin-arm64@1.15.18': optional: true - '@swc/core-darwin-x64@1.15.11': + '@swc/core-darwin-x64@1.15.18': optional: true - '@swc/core-linux-arm-gnueabihf@1.15.11': + '@swc/core-linux-arm-gnueabihf@1.15.18': optional: true - '@swc/core-linux-arm64-gnu@1.15.11': + '@swc/core-linux-arm64-gnu@1.15.18': optional: true - '@swc/core-linux-arm64-musl@1.15.11': + '@swc/core-linux-arm64-musl@1.15.18': optional: true - '@swc/core-linux-x64-gnu@1.15.11': + '@swc/core-linux-x64-gnu@1.15.18': optional: true - '@swc/core-linux-x64-musl@1.15.11': + '@swc/core-linux-x64-musl@1.15.18': optional: true - '@swc/core-win32-arm64-msvc@1.15.11': + '@swc/core-win32-arm64-msvc@1.15.18': optional: true - '@swc/core-win32-ia32-msvc@1.15.11': + '@swc/core-win32-ia32-msvc@1.15.18': optional: true - '@swc/core-win32-x64-msvc@1.15.11': + '@swc/core-win32-x64-msvc@1.15.18': optional: true - '@swc/core@1.15.11(@swc/helpers@0.5.18)': + '@swc/core@1.15.18(@swc/helpers@0.5.19)': dependencies: '@swc/counter': 0.1.3 '@swc/types': 0.1.25 optionalDependencies: - '@swc/core-darwin-arm64': 1.15.11 - '@swc/core-darwin-x64': 1.15.11 - '@swc/core-linux-arm-gnueabihf': 1.15.11 - '@swc/core-linux-arm64-gnu': 1.15.11 - '@swc/core-linux-arm64-musl': 1.15.11 - '@swc/core-linux-x64-gnu': 1.15.11 - '@swc/core-linux-x64-musl': 1.15.11 - '@swc/core-win32-arm64-msvc': 1.15.11 - '@swc/core-win32-ia32-msvc': 1.15.11 - '@swc/core-win32-x64-msvc': 1.15.11 - '@swc/helpers': 0.5.18 + '@swc/core-darwin-arm64': 1.15.18 + '@swc/core-darwin-x64': 1.15.18 + '@swc/core-linux-arm-gnueabihf': 1.15.18 + '@swc/core-linux-arm64-gnu': 1.15.18 + '@swc/core-linux-arm64-musl': 1.15.18 + '@swc/core-linux-x64-gnu': 1.15.18 + '@swc/core-linux-x64-musl': 1.15.18 + '@swc/core-win32-arm64-msvc': 1.15.18 + '@swc/core-win32-ia32-msvc': 1.15.18 + '@swc/core-win32-x64-msvc': 1.15.18 + '@swc/helpers': 0.5.19 '@swc/counter@0.1.3': {} - '@swc/helpers@0.5.18': + '@swc/helpers@0.5.19': dependencies: tslib: 2.8.1 - '@swc/jest@0.2.39(@swc/core@1.15.11(@swc/helpers@0.5.18))': + '@swc/jest@0.2.39(@swc/core@1.15.18(@swc/helpers@0.5.19))': dependencies: '@jest/create-cache-key-function': 30.2.0 - '@swc/core': 1.15.11(@swc/helpers@0.5.18) + '@swc/core': 1.15.18(@swc/helpers@0.5.19) '@swc/counter': 0.1.3 jsonc-parser: 3.3.1 @@ -15742,15 +15829,15 @@ snapshots: picocolors: 1.1.1 redent: 3.0.0 - '@testing-library/react@16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@testing-library/react@16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': dependencies: '@babel/runtime': 7.28.6 '@testing-library/dom': 10.4.1 react: 19.2.4 react-dom: 19.2.4(react@19.2.4) optionalDependencies: - '@types/react': 19.2.13 - '@types/react-dom': 19.2.3(@types/react@19.2.13) + '@types/react': 19.2.14 + '@types/react-dom': 19.2.3(@types/react@19.2.14) '@testing-library/user-event@14.6.1(@testing-library/dom@10.4.1)': dependencies: @@ -15801,11 +15888,11 @@ snapshots: '@types/body-parser@1.19.6': dependencies: '@types/connect': 3.4.38 - '@types/node': 25.2.2 + '@types/node': 25.3.3 '@types/bonjour@3.5.13': dependencies: - '@types/node': 25.2.2 + '@types/node': 25.3.3 '@types/chai@5.2.3': dependencies: @@ -15815,11 +15902,11 @@ snapshots: '@types/connect-history-api-fallback@1.5.4': dependencies: '@types/express-serve-static-core': 4.19.8 - '@types/node': 25.2.2 + '@types/node': 25.3.3 '@types/connect@3.4.38': dependencies: - '@types/node': 25.2.2 + '@types/node': 25.3.3 '@types/deep-eql@4.0.2': {} @@ -15848,7 +15935,7 @@ snapshots: '@types/express-serve-static-core@4.19.8': dependencies: - '@types/node': 25.2.2 + '@types/node': 25.3.3 '@types/qs': 6.14.0 '@types/range-parser': 1.2.7 '@types/send': 1.2.1 @@ -15870,7 +15957,7 @@ snapshots: '@types/http-proxy@1.17.17': dependencies: - '@types/node': 25.2.2 + '@types/node': 25.3.3 '@types/istanbul-lib-coverage@2.0.6': {} @@ -15889,7 +15976,7 @@ snapshots: '@types/jsdom@21.1.7': dependencies: - '@types/node': 25.2.2 + '@types/node': 25.3.3 '@types/tough-cookie': 4.0.5 parse5: 7.3.0 @@ -15905,9 +15992,9 @@ snapshots: dependencies: undici-types: 6.21.0 - '@types/node@25.2.2': + '@types/node@25.3.3': dependencies: - undici-types: 7.16.0 + undici-types: 7.18.2 '@types/normalize-package-data@2.4.4': {} @@ -15915,11 +16002,11 @@ snapshots: '@types/range-parser@1.2.7': {} - '@types/react-dom@19.2.3(@types/react@19.2.13)': + '@types/react-dom@19.2.3(@types/react@19.2.14)': dependencies: - '@types/react': 19.2.13 + '@types/react': 19.2.14 - '@types/react@19.2.13': + '@types/react@19.2.14': dependencies: csstype: 3.2.3 @@ -15930,11 +16017,11 @@ snapshots: '@types/send@0.17.6': dependencies: '@types/mime': 1.3.5 - '@types/node': 25.2.2 + '@types/node': 25.3.3 '@types/send@1.2.1': dependencies: - '@types/node': 25.2.2 + '@types/node': 25.3.3 '@types/serve-index@1.9.4': dependencies: @@ -15943,14 +16030,14 @@ snapshots: '@types/serve-static@1.15.10': dependencies: '@types/http-errors': 2.0.5 - '@types/node': 25.2.2 + '@types/node': 25.3.3 '@types/send': 0.17.6 '@types/sinonjs__fake-timers@8.1.5': {} '@types/sockjs@0.3.36': dependencies: - '@types/node': 25.2.2 + '@types/node': 25.3.3 '@types/stack-utils@2.0.3': {} @@ -15966,7 +16053,7 @@ snapshots: '@types/ws@8.18.1': dependencies: - '@types/node': 25.2.2 + '@types/node': 25.3.3 '@types/yargs-parser@21.0.3': {} @@ -15976,17 +16063,17 @@ snapshots: '@types/yauzl@2.10.3': dependencies: - '@types/node': 25.2.2 + '@types/node': 25.3.3 optional: true - '@typescript-eslint/eslint-plugin@8.55.0(@typescript-eslint/parser@8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': + '@typescript-eslint/eslint-plugin@8.56.1(@typescript-eslint/parser@8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': dependencies: '@eslint-community/regexpp': 4.12.2 - '@typescript-eslint/parser': 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/scope-manager': 8.55.0 - '@typescript-eslint/type-utils': 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/utils': 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/visitor-keys': 8.55.0 + '@typescript-eslint/parser': 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/scope-manager': 8.56.1 + '@typescript-eslint/type-utils': 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/utils': 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/visitor-keys': 8.56.1 eslint: 9.39.2(jiti@2.6.1) ignore: 7.0.5 natural-compare: 1.4.0 @@ -15995,27 +16082,18 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': + '@typescript-eslint/parser@8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': dependencies: - '@typescript-eslint/scope-manager': 8.55.0 - '@typescript-eslint/types': 8.55.0 - '@typescript-eslint/typescript-estree': 8.55.0(typescript@5.9.3) - '@typescript-eslint/visitor-keys': 8.55.0 + '@typescript-eslint/scope-manager': 8.56.1 + '@typescript-eslint/types': 8.56.1 + '@typescript-eslint/typescript-estree': 8.56.1(typescript@5.9.3) + '@typescript-eslint/visitor-keys': 8.56.1 debug: 4.4.3(supports-color@5.5.0) eslint: 9.39.2(jiti@2.6.1) typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/project-service@8.55.0(typescript@5.9.3)': - dependencies: - '@typescript-eslint/tsconfig-utils': 8.55.0(typescript@5.9.3) - '@typescript-eslint/types': 8.55.0 - debug: 4.4.3(supports-color@5.5.0) - typescript: 5.9.3 - transitivePeerDependencies: - - supports-color - '@typescript-eslint/project-service@8.56.1(supports-color@10.2.2)(typescript@5.9.3)': dependencies: '@typescript-eslint/tsconfig-utils': 8.56.1(typescript@5.9.3) @@ -16034,29 +16112,20 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/scope-manager@8.55.0': - dependencies: - '@typescript-eslint/types': 8.55.0 - '@typescript-eslint/visitor-keys': 8.55.0 - '@typescript-eslint/scope-manager@8.56.1': dependencies: '@typescript-eslint/types': 8.56.1 '@typescript-eslint/visitor-keys': 8.56.1 - '@typescript-eslint/tsconfig-utils@8.55.0(typescript@5.9.3)': - dependencies: - typescript: 5.9.3 - '@typescript-eslint/tsconfig-utils@8.56.1(typescript@5.9.3)': dependencies: typescript: 5.9.3 - '@typescript-eslint/type-utils@8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': + '@typescript-eslint/type-utils@8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': dependencies: - '@typescript-eslint/types': 8.55.0 - '@typescript-eslint/typescript-estree': 8.55.0(typescript@5.9.3) - '@typescript-eslint/utils': 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/types': 8.56.1 + '@typescript-eslint/typescript-estree': 8.56.1(typescript@5.9.3) + '@typescript-eslint/utils': 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) debug: 4.4.3(supports-color@5.5.0) eslint: 9.39.2(jiti@2.6.1) ts-api-utils: 2.4.0(typescript@5.9.3) @@ -16064,25 +16133,8 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/types@8.55.0': {} - '@typescript-eslint/types@8.56.1': {} - '@typescript-eslint/typescript-estree@8.55.0(typescript@5.9.3)': - dependencies: - '@typescript-eslint/project-service': 8.55.0(typescript@5.9.3) - '@typescript-eslint/tsconfig-utils': 8.55.0(typescript@5.9.3) - '@typescript-eslint/types': 8.55.0 - '@typescript-eslint/visitor-keys': 8.55.0 - debug: 4.4.3(supports-color@5.5.0) - minimatch: 9.0.9 - semver: 7.7.4 - tinyglobby: 0.2.15 - ts-api-utils: 2.4.0(typescript@5.9.3) - typescript: 5.9.3 - transitivePeerDependencies: - - supports-color - '@typescript-eslint/typescript-estree@8.56.1(supports-color@10.2.2)(typescript@5.9.3)': dependencies: '@typescript-eslint/project-service': 8.56.1(supports-color@10.2.2)(typescript@5.9.3) @@ -16113,17 +16165,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': - dependencies: - '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1)) - '@typescript-eslint/scope-manager': 8.55.0 - '@typescript-eslint/types': 8.55.0 - '@typescript-eslint/typescript-estree': 8.55.0(typescript@5.9.3) - eslint: 9.39.2(jiti@2.6.1) - typescript: 5.9.3 - transitivePeerDependencies: - - supports-color - '@typescript-eslint/utils@8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)': dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1)) @@ -16135,11 +16176,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/visitor-keys@8.55.0': - dependencies: - '@typescript-eslint/types': 8.55.0 - eslint-visitor-keys: 4.2.1 - '@typescript-eslint/visitor-keys@8.56.1': dependencies: '@typescript-eslint/types': 8.56.1 @@ -16275,26 +16311,26 @@ snapshots: - rollup - supports-color - '@vitejs/plugin-react@5.1.3(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))': + '@vitejs/plugin-react@5.1.4(vite@7.3.1(@types/node@25.3.3)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))': dependencies: '@babel/core': 7.29.0 '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.29.0) '@babel/plugin-transform-react-jsx-source': 7.27.1(@babel/core@7.29.0) - '@rolldown/pluginutils': 1.0.0-rc.2 + '@rolldown/pluginutils': 1.0.0-rc.3 '@types/babel__core': 7.20.5 react-refresh: 0.18.0 - vite: 7.3.1(@types/node@25.2.2)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2) + vite: 7.3.1(@types/node@25.3.3)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2) transitivePeerDependencies: - supports-color - '@vitest/eslint-plugin@1.6.9(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(vitest@4.0.18(@opentelemetry/api@1.9.0)(@types/node@25.2.2)(happy-dom@20.6.0)(jiti@2.6.1)(jsdom@26.1.0)(msw@2.12.9(@types/node@25.2.2)(typescript@5.9.3))(terser@5.46.0)(yaml@2.8.2))': + '@vitest/eslint-plugin@1.6.9(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(vitest@4.0.18(@opentelemetry/api@1.9.0)(@types/node@25.3.3)(happy-dom@20.8.3)(jiti@2.6.1)(jsdom@26.1.0)(msw@2.12.10(@types/node@25.3.3)(typescript@5.9.3))(terser@5.46.0)(yaml@2.8.2))': dependencies: '@typescript-eslint/scope-manager': 8.56.1 '@typescript-eslint/utils': 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) eslint: 9.39.2(jiti@2.6.1) optionalDependencies: typescript: 5.9.3 - vitest: 4.0.18(@opentelemetry/api@1.9.0)(@types/node@25.2.2)(happy-dom@20.6.0)(jiti@2.6.1)(jsdom@26.1.0)(msw@2.12.9(@types/node@25.2.2)(typescript@5.9.3))(terser@5.46.0)(yaml@2.8.2) + vitest: 4.0.18(@opentelemetry/api@1.9.0)(@types/node@25.3.3)(happy-dom@20.8.3)(jiti@2.6.1)(jsdom@26.1.0)(msw@2.12.10(@types/node@25.3.3)(typescript@5.9.3))(terser@5.46.0)(yaml@2.8.2) transitivePeerDependencies: - supports-color @@ -16315,23 +16351,23 @@ snapshots: chai: 6.2.2 tinyrainbow: 3.0.3 - '@vitest/mocker@3.2.4(msw@2.12.9(@types/node@25.2.2)(typescript@5.9.3))(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))': + '@vitest/mocker@3.2.4(msw@2.12.10(@types/node@25.3.3)(typescript@5.9.3))(vite@7.3.1(@types/node@25.3.3)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))': dependencies: '@vitest/spy': 3.2.4 estree-walker: 3.0.3 magic-string: 0.30.21 optionalDependencies: - msw: 2.12.9(@types/node@25.2.2)(typescript@5.9.3) - vite: 7.3.1(@types/node@25.2.2)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2) + msw: 2.12.10(@types/node@25.3.3)(typescript@5.9.3) + vite: 7.3.1(@types/node@25.3.3)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2) - '@vitest/mocker@4.0.18(msw@2.12.9(@types/node@25.2.2)(typescript@5.9.3))(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))': + '@vitest/mocker@4.0.18(msw@2.12.10(@types/node@25.3.3)(typescript@5.9.3))(vite@7.3.1(@types/node@25.3.3)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))': dependencies: '@vitest/spy': 4.0.18 estree-walker: 3.0.3 magic-string: 0.30.21 optionalDependencies: - msw: 2.12.9(@types/node@25.2.2)(typescript@5.9.3) - vite: 7.3.1(@types/node@25.2.2)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2) + msw: 2.12.10(@types/node@25.3.3)(typescript@5.9.3) + vite: 7.3.1(@types/node@25.3.3)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2) '@vitest/pretty-format@3.2.4': dependencies: @@ -16391,7 +16427,7 @@ snapshots: '@vue/shared': 3.5.29 estree-walker: 2.0.2 magic-string: 0.30.21 - postcss: 8.5.6 + postcss: 8.5.8 source-map-js: 1.2.1 '@vue/compiler-ssr@3.5.29': @@ -16532,22 +16568,22 @@ snapshots: '@webassemblyjs/ast': 1.14.1 '@xtuc/long': 4.2.2 - '@webpack-cli/configtest@3.0.1(webpack-cli@6.0.1)(webpack@5.105.0)': + '@webpack-cli/configtest@3.0.1(webpack-cli@6.0.1)(webpack@5.105.3)': dependencies: - webpack: 5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18))(webpack-cli@6.0.1) - webpack-cli: 6.0.1(webpack-dev-server@5.2.3)(webpack@5.105.0) + webpack: 5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19))(webpack-cli@6.0.1) + webpack-cli: 6.0.1(webpack-dev-server@5.2.3)(webpack@5.105.3) - '@webpack-cli/info@3.0.1(webpack-cli@6.0.1)(webpack@5.105.0)': + '@webpack-cli/info@3.0.1(webpack-cli@6.0.1)(webpack@5.105.3)': dependencies: - webpack: 5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18))(webpack-cli@6.0.1) - webpack-cli: 6.0.1(webpack-dev-server@5.2.3)(webpack@5.105.0) + webpack: 5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19))(webpack-cli@6.0.1) + webpack-cli: 6.0.1(webpack-dev-server@5.2.3)(webpack@5.105.3) - '@webpack-cli/serve@3.0.1(webpack-cli@6.0.1)(webpack-dev-server@5.2.3)(webpack@5.105.0)': + '@webpack-cli/serve@3.0.1(webpack-cli@6.0.1)(webpack-dev-server@5.2.3)(webpack@5.105.3)': dependencies: - webpack: 5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18))(webpack-cli@6.0.1) - webpack-cli: 6.0.1(webpack-dev-server@5.2.3)(webpack@5.105.0) + webpack: 5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19))(webpack-cli@6.0.1) + webpack-cli: 6.0.1(webpack-dev-server@5.2.3)(webpack@5.105.3) optionalDependencies: - webpack-dev-server: 5.2.3(tslib@2.8.1)(webpack-cli@6.0.1)(webpack@5.105.0) + webpack-dev-server: 5.2.3(tslib@2.8.1)(webpack-cli@6.0.1)(webpack@5.105.3) '@whatwg-node/disposablestack@0.0.6': dependencies: @@ -16655,7 +16691,7 @@ snapshots: '@xtuc/long@4.2.2': {} - '@zip.js/zip.js@2.8.21': {} + '@zip.js/zip.js@2.8.22': {} abbrev@3.0.1: {} @@ -16695,7 +16731,7 @@ snapshots: agent-base@7.1.4: {} - agent-browser@0.15.1: + agent-browser@0.15.2: dependencies: node-simctl: 7.7.5 playwright-core: 1.58.2 @@ -16939,13 +16975,13 @@ snapshots: stubborn-fs: 2.0.0 when-exit: 2.1.5 - autoprefixer@10.4.27(postcss@8.5.6): + autoprefixer@10.4.27(postcss@8.5.8): dependencies: browserslist: 4.28.1 - caniuse-lite: 1.0.30001775 + caniuse-lite: 1.0.30001776 fraction.js: 5.3.4 picocolors: 1.1.1 - postcss: 8.5.6 + postcss: 8.5.8 postcss-value-parser: 4.2.0 available-typed-arrays@1.0.7: @@ -17062,11 +17098,11 @@ snapshots: - bare-abort-controller - react-native-b4a - bare-os@3.7.0: {} + bare-os@3.7.1: {} bare-path@3.0.0: dependencies: - bare-os: 3.7.0 + bare-os: 3.7.1 bare-stream@2.8.0(bare-events@2.8.2): dependencies: @@ -17296,6 +17332,8 @@ snapshots: caniuse-lite@1.0.30001775: {} + caniuse-lite@1.0.30001776: {} + case-sensitive-paths-webpack-plugin@2.4.0: {} chai@5.3.3: @@ -17370,8 +17408,6 @@ snapshots: chrome-trace-event@1.0.4: {} - ci-info@3.9.0: {} - ci-info@4.4.0: {} citty@0.1.6: @@ -17429,12 +17465,6 @@ snapshots: strip-ansi: 6.0.1 wrap-ansi: 7.0.0 - cliui@9.0.1: - dependencies: - string-width: 7.2.0 - strip-ansi: 7.2.0 - wrap-ansi: 9.0.2 - clone-deep@4.0.1: dependencies: is-plain-object: 2.0.4 @@ -17646,37 +17676,37 @@ snapshots: dependencies: uncrypto: 0.1.3 - css-blank-pseudo@8.0.1(postcss@8.5.6): + css-blank-pseudo@8.0.1(postcss@8.5.8): dependencies: - postcss: 8.5.6 + postcss: 8.5.8 postcss-selector-parser: 7.1.1 css-functions-list@3.3.3: {} - css-has-pseudo@8.0.0(postcss@8.5.6): + css-has-pseudo@8.0.0(postcss@8.5.8): dependencies: '@csstools/selector-specificity': 6.0.0(postcss-selector-parser@7.1.1) - postcss: 8.5.6 + postcss: 8.5.8 postcss-selector-parser: 7.1.1 postcss-value-parser: 4.2.0 - css-loader@7.1.4(@rspack/core@1.7.5(@swc/helpers@0.5.18))(webpack@5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18))): + css-loader@7.1.4(@rspack/core@1.7.7(@swc/helpers@0.5.19))(webpack@5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19))): dependencies: - icss-utils: 5.1.0(postcss@8.5.6) - postcss: 8.5.6 - postcss-modules-extract-imports: 3.1.0(postcss@8.5.6) - postcss-modules-local-by-default: 4.2.0(postcss@8.5.6) - postcss-modules-scope: 3.2.1(postcss@8.5.6) - postcss-modules-values: 4.0.0(postcss@8.5.6) + icss-utils: 5.1.0(postcss@8.5.8) + postcss: 8.5.8 + postcss-modules-extract-imports: 3.1.0(postcss@8.5.8) + postcss-modules-local-by-default: 4.2.0(postcss@8.5.8) + postcss-modules-scope: 3.2.1(postcss@8.5.8) + postcss-modules-values: 4.0.0(postcss@8.5.8) postcss-value-parser: 4.2.0 semver: 7.7.4 optionalDependencies: - '@rspack/core': 1.7.5(@swc/helpers@0.5.18) - webpack: 5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18)) + '@rspack/core': 1.7.7(@swc/helpers@0.5.19) + webpack: 5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19)) - css-prefers-color-scheme@11.0.0(postcss@8.5.6): + css-prefers-color-scheme@11.0.0(postcss@8.5.8): dependencies: - postcss: 8.5.6 + postcss: 8.5.8 css-select@4.3.0: dependencies: @@ -17892,11 +17922,11 @@ snapshots: dependencies: node-source-walk: 7.0.1 - detective-postcss@7.0.1(postcss@8.5.6): + detective-postcss@7.0.1(postcss@8.5.8): dependencies: is-url: 1.2.4 - postcss: 8.5.6 - postcss-values-parser: 6.0.2(postcss@8.5.6) + postcss: 8.5.8 + postcss-values-parser: 6.0.2(postcss@8.5.8) detective-sass@6.0.1: dependencies: @@ -17956,7 +17986,7 @@ snapshots: dettle@1.0.5: {} - diff-sequences@27.5.1: {} + diff-sequences@29.6.3: {} diff@4.0.4: {} @@ -18073,10 +18103,10 @@ snapshots: edgedriver@6.3.0: dependencies: '@wdio/logger': 9.18.0 - '@zip.js/zip.js': 2.8.21 + '@zip.js/zip.js': 2.8.22 decamelize: 6.0.1 edge-paths: 3.0.5 - fast-xml-parser: 5.4.1 + fast-xml-parser: 5.4.2 http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.6 which: 6.0.1 @@ -18343,11 +18373,6 @@ snapshots: optionalDependencies: source-map: 0.6.1 - eslint-compat-utils@0.6.5(eslint@9.39.2(jiti@2.6.1)): - dependencies: - eslint: 9.39.2(jiti@2.6.1) - semver: 7.7.4 - eslint-fix-utils@0.4.2(@types/estree@1.0.8)(eslint@9.39.2(jiti@2.6.1)): dependencies: eslint: 9.39.2(jiti@2.6.1) @@ -18362,23 +18387,23 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-json-compat-utils@0.2.2(eslint@9.39.2(jiti@2.6.1))(jsonc-eslint-parser@2.4.2): + eslint-json-compat-utils@0.2.2(eslint@9.39.2(jiti@2.6.1))(jsonc-eslint-parser@3.1.0): dependencies: eslint: 9.39.2(jiti@2.6.1) esquery: 1.7.0 - jsonc-eslint-parser: 2.4.2 + jsonc-eslint-parser: 3.1.0 - eslint-module-utils@2.12.1(@typescript-eslint/parser@8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint@9.39.2(jiti@2.6.1)): + eslint-module-utils@2.12.1(@typescript-eslint/parser@8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint@9.39.2(jiti@2.6.1)): dependencies: debug: 3.2.7 optionalDependencies: - '@typescript-eslint/parser': 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/parser': 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) eslint: 9.39.2(jiti@2.6.1) eslint-import-resolver-node: 0.3.9 transitivePeerDependencies: - supports-color - eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1)): + eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1)): dependencies: '@rtsao/scc': 1.1.0 array-includes: 3.1.9 @@ -18389,7 +18414,7 @@ snapshots: doctrine: 2.1.0 eslint: 9.39.2(jiti@2.6.1) eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint@9.39.2(jiti@2.6.1)) + eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint@9.39.2(jiti@2.6.1)) hasown: 2.0.2 is-core-module: 2.16.1 is-glob: 4.0.3 @@ -18401,33 +18426,33 @@ snapshots: string.prototype.trimend: 1.0.9 tsconfig-paths: 3.15.0 optionalDependencies: - '@typescript-eslint/parser': 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/parser': 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.55.0(@typescript-eslint/parser@8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(jest@30.2.0(@types/node@25.2.2))(typescript@5.9.3): + eslint-plugin-jest@29.15.0(@typescript-eslint/eslint-plugin@8.56.1(@typescript-eslint/parser@8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(jest@30.2.0(@types/node@25.3.3))(typescript@5.9.3): dependencies: '@typescript-eslint/utils': 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) eslint: 9.39.2(jiti@2.6.1) optionalDependencies: - '@typescript-eslint/eslint-plugin': 8.55.0(@typescript-eslint/parser@8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) - jest: 30.2.0(@types/node@25.2.2)(ts-node@10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.18))(@types/node@25.2.2)(typescript@5.9.3)) + '@typescript-eslint/eslint-plugin': 8.56.1(@typescript-eslint/parser@8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + jest: 30.2.0(@types/node@25.3.3)(ts-node@10.9.2(@swc/core@1.15.18(@swc/helpers@0.5.19))(@types/node@25.3.3)(typescript@5.9.3)) typescript: 5.9.3 transitivePeerDependencies: - supports-color - eslint-plugin-jsonc@2.21.1(eslint@9.39.2(jiti@2.6.1)): + eslint-plugin-jsonc@3.1.1(eslint@9.39.2(jiti@2.6.1)): dependencies: '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1)) - diff-sequences: 27.5.1 + '@eslint/core': 1.1.0 + '@eslint/plugin-kit': 0.6.0 + '@ota-meshi/ast-token-store': 0.3.0 + diff-sequences: 29.6.3 eslint: 9.39.2(jiti@2.6.1) - eslint-compat-utils: 0.6.5(eslint@9.39.2(jiti@2.6.1)) - eslint-json-compat-utils: 0.2.2(eslint@9.39.2(jiti@2.6.1))(jsonc-eslint-parser@2.4.2) - espree: 10.4.0 - graphemer: 1.4.0 - jsonc-eslint-parser: 2.4.2 + eslint-json-compat-utils: 0.2.2(eslint@9.39.2(jiti@2.6.1))(jsonc-eslint-parser@3.1.0) + jsonc-eslint-parser: 3.1.0 natural-compare: 1.4.0 synckit: 0.11.12 transitivePeerDependencies: @@ -18452,7 +18477,7 @@ snapshots: safe-regex-test: 1.1.0 string.prototype.includes: 2.0.1 - eslint-plugin-package-json@0.88.3(@types/estree@1.0.8)(eslint@9.39.2(jiti@2.6.1))(jsonc-eslint-parser@2.4.2): + eslint-plugin-package-json@0.89.2(@types/estree@1.0.8)(eslint@9.39.2(jiti@2.6.1))(jsonc-eslint-parser@3.1.0): dependencies: '@altano/repository-tools': 2.0.1 change-case: 5.4.4 @@ -18460,8 +18485,8 @@ snapshots: detect-newline: 4.0.1 eslint: 9.39.2(jiti@2.6.1) eslint-fix-utils: 0.4.2(@types/estree@1.0.8)(eslint@9.39.2(jiti@2.6.1)) - jsonc-eslint-parser: 2.4.2 - package-json-validator: 0.60.0 + jsonc-eslint-parser: 3.1.0 + package-json-validator: 1.0.2 semver: 7.7.4 sort-object-keys: 2.1.0 sort-package-json: 3.6.1 @@ -18502,11 +18527,11 @@ snapshots: string.prototype.matchall: 4.0.12 string.prototype.repeat: 1.0.0 - eslint-plugin-storybook@10.2.14(eslint@9.39.2(jiti@2.6.1))(storybook@10.2.8(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(typescript@5.9.3): + eslint-plugin-storybook@10.2.14(eslint@9.39.2(jiti@2.6.1))(storybook@10.2.14(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(typescript@5.9.3): dependencies: '@typescript-eslint/utils': 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) eslint: 9.39.2(jiti@2.6.1) - storybook: 10.2.8(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + storybook: 10.2.14(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) transitivePeerDependencies: - supports-color - typescript @@ -18590,12 +18615,6 @@ snapshots: acorn-jsx: 5.3.2(acorn@8.16.0) eslint-visitor-keys: 4.2.1 - espree@9.6.1: - dependencies: - acorn: 8.16.0 - acorn-jsx: 5.3.2(acorn@8.16.0) - eslint-visitor-keys: 3.4.3 - esprima@4.0.1: {} esquery@1.7.0: @@ -18818,7 +18837,7 @@ snapshots: fast-xml-builder@1.0.0: {} - fast-xml-parser@5.4.1: + fast-xml-parser@5.4.2: dependencies: fast-xml-builder: 1.0.0 strnum: 2.2.0 @@ -18827,7 +18846,7 @@ snapshots: fastify-plugin@5.1.0: {} - fastify@5.7.3: + fastify@5.7.4: dependencies: '@fastify/ajv-compiler': 4.0.5 '@fastify/error': 4.2.0 @@ -19076,7 +19095,7 @@ snapshots: geckodriver@6.1.0: dependencies: '@wdio/logger': 9.18.0 - '@zip.js/zip.js': 2.8.21 + '@zip.js/zip.js': 2.8.22 decamelize: 6.0.1 http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.6 @@ -19275,8 +19294,6 @@ snapshots: grapheme-splitter@1.0.4: {} - graphemer@1.4.0: {} - graphql@16.13.0: {} h3@1.15.5: @@ -19293,12 +19310,12 @@ snapshots: handle-thing@2.0.1: {} - happy-dom@20.6.0: + happy-dom@20.8.3: dependencies: - '@types/node': 25.2.2 + '@types/node': 25.3.3 '@types/whatwg-mimetype': 3.0.2 '@types/ws': 8.18.1 - entities: 6.0.1 + entities: 7.0.1 whatwg-mimetype: 3.0.0 ws: 8.19.0 transitivePeerDependencies: @@ -19406,7 +19423,7 @@ snapshots: html-tags@3.3.1: {} - html-webpack-plugin@5.6.6(@rspack/core@1.7.5(@swc/helpers@0.5.18))(webpack@5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18))): + html-webpack-plugin@5.6.6(@rspack/core@1.7.7(@swc/helpers@0.5.19))(webpack@5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19))): dependencies: '@types/html-minifier-terser': 6.1.0 html-minifier-terser: 6.1.0 @@ -19414,8 +19431,8 @@ snapshots: pretty-error: 4.0.0 tapable: 2.3.0 optionalDependencies: - '@rspack/core': 1.7.5(@swc/helpers@0.5.18) - webpack: 5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18)) + '@rspack/core': 1.7.7(@swc/helpers@0.5.19) + webpack: 5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19)) htmlfy@0.8.1: {} @@ -19573,9 +19590,9 @@ snapshots: dependencies: safer-buffer: 2.1.2 - icss-utils@5.1.0(postcss@8.5.6): + icss-utils@5.1.0(postcss@8.5.8): dependencies: - postcss: 8.5.6 + postcss: 8.5.8 identity-obj-proxy@3.0.0: dependencies: @@ -19633,18 +19650,18 @@ snapshots: ini@4.1.1: {} - inquirer-autocomplete-prompt@1.4.0(inquirer@8.2.7(@types/node@25.2.2)): + inquirer-autocomplete-prompt@1.4.0(inquirer@8.2.7(@types/node@25.3.3)): dependencies: ansi-escapes: 4.3.2 chalk: 4.1.2 figures: 3.2.0 - inquirer: 8.2.7(@types/node@25.2.2) + inquirer: 8.2.7(@types/node@25.3.3) run-async: 2.4.1 rxjs: 6.6.7 - inquirer@8.2.7(@types/node@25.2.2): + inquirer@8.2.7(@types/node@25.3.3): dependencies: - '@inquirer/external-editor': 1.0.3(@types/node@25.2.2) + '@inquirer/external-editor': 1.0.3(@types/node@25.3.3) ansi-escapes: 4.3.2 chalk: 4.1.2 cli-cursor: 3.1.0 @@ -19680,7 +19697,7 @@ snapshots: ipaddr.js@2.3.0: {} - ipx@3.1.1(@netlify/blobs@10.1.0): + ipx@3.1.1(@netlify/blobs@10.7.0): dependencies: '@fastify/accept-negotiator': 2.0.1 citty: 0.1.6 @@ -19696,7 +19713,7 @@ snapshots: sharp: 0.34.5 svgo: 4.0.0 ufo: 1.6.3 - unstorage: 1.17.4(@netlify/blobs@10.1.0) + unstorage: 1.17.4(@netlify/blobs@10.7.0) xss: 1.0.15 transitivePeerDependencies: - '@azure/app-configuration' @@ -20005,7 +20022,7 @@ snapshots: '@jest/expect': 30.2.0 '@jest/test-result': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 25.2.2 + '@types/node': 25.3.3 chalk: 4.1.2 co: 4.6.0 dedent: 1.7.2 @@ -20025,15 +20042,15 @@ snapshots: - babel-plugin-macros - supports-color - jest-cli@30.2.0(@types/node@25.2.2)(ts-node@10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.18))(@types/node@25.2.2)(typescript@5.9.3)): + jest-cli@30.2.0(@types/node@25.3.3)(ts-node@10.9.2(@swc/core@1.15.18(@swc/helpers@0.5.19))(@types/node@25.3.3)(typescript@5.9.3)): dependencies: - '@jest/core': 30.2.0(ts-node@10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.18))(@types/node@25.2.2)(typescript@5.9.3)) + '@jest/core': 30.2.0(ts-node@10.9.2(@swc/core@1.15.18(@swc/helpers@0.5.19))(@types/node@25.3.3)(typescript@5.9.3)) '@jest/test-result': 30.2.0 '@jest/types': 30.2.0 chalk: 4.1.2 exit-x: 0.2.2 import-local: 3.2.0 - jest-config: 30.2.0(@types/node@25.2.2)(ts-node@10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.18))(@types/node@25.2.2)(typescript@5.9.3)) + jest-config: 30.2.0(@types/node@25.3.3)(ts-node@10.9.2(@swc/core@1.15.18(@swc/helpers@0.5.19))(@types/node@25.3.3)(typescript@5.9.3)) jest-util: 30.2.0 jest-validate: 30.2.0 yargs: 17.7.2 @@ -20044,7 +20061,7 @@ snapshots: - supports-color - ts-node - jest-config@30.2.0(@types/node@25.2.2)(ts-node@10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.18))(@types/node@25.2.2)(typescript@5.9.3)): + jest-config@30.2.0(@types/node@25.3.3)(ts-node@10.9.2(@swc/core@1.15.18(@swc/helpers@0.5.19))(@types/node@25.3.3)(typescript@5.9.3)): dependencies: '@babel/core': 7.29.0 '@jest/get-type': 30.1.0 @@ -20071,8 +20088,8 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 25.2.2 - ts-node: 10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.18))(@types/node@25.2.2)(typescript@5.9.3) + '@types/node': 25.3.3 + ts-node: 10.9.2(@swc/core@1.15.18(@swc/helpers@0.5.19))(@types/node@25.3.3)(typescript@5.9.3) transitivePeerDependencies: - babel-plugin-macros - supports-color @@ -20101,7 +20118,7 @@ snapshots: '@jest/environment': 30.2.0 '@jest/environment-jsdom-abstract': 30.2.0(jsdom@26.1.0) '@types/jsdom': 21.1.7 - '@types/node': 25.2.2 + '@types/node': 25.3.3 jsdom: 26.1.0 transitivePeerDependencies: - bufferutil @@ -20113,7 +20130,7 @@ snapshots: '@jest/environment': 30.2.0 '@jest/fake-timers': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 25.2.2 + '@types/node': 25.3.3 jest-mock: 30.2.0 jest-util: 30.2.0 jest-validate: 30.2.0 @@ -20121,7 +20138,7 @@ snapshots: jest-haste-map@30.2.0: dependencies: '@jest/types': 30.2.0 - '@types/node': 25.2.2 + '@types/node': 25.3.3 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -20160,7 +20177,7 @@ snapshots: jest-mock@30.2.0: dependencies: '@jest/types': 30.2.0 - '@types/node': 25.2.2 + '@types/node': 25.3.3 jest-util: 30.2.0 jest-pnp-resolver@1.2.3(jest-resolve@30.2.0): @@ -20194,7 +20211,7 @@ snapshots: '@jest/test-result': 30.2.0 '@jest/transform': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 25.2.2 + '@types/node': 25.3.3 chalk: 4.1.2 emittery: 0.13.1 exit-x: 0.2.2 @@ -20223,7 +20240,7 @@ snapshots: '@jest/test-result': 30.2.0 '@jest/transform': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 25.2.2 + '@types/node': 25.3.3 chalk: 4.1.2 cjs-module-lexer: 2.2.0 collect-v8-coverage: 1.0.3 @@ -20270,7 +20287,7 @@ snapshots: jest-util@30.2.0: dependencies: '@jest/types': 30.2.0 - '@types/node': 25.2.2 + '@types/node': 25.3.3 chalk: 4.1.2 ci-info: 4.4.0 graceful-fs: 4.2.11 @@ -20289,7 +20306,7 @@ snapshots: dependencies: '@jest/test-result': 30.2.0 '@jest/types': 30.2.0 - '@types/node': 25.2.2 + '@types/node': 25.3.3 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -20298,24 +20315,24 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 25.2.2 + '@types/node': 25.3.3 merge-stream: 2.0.0 supports-color: 8.1.1 jest-worker@30.2.0: dependencies: - '@types/node': 25.2.2 + '@types/node': 25.3.3 '@ungap/structured-clone': 1.3.0 jest-util: 30.2.0 merge-stream: 2.0.0 supports-color: 8.1.1 - jest@30.2.0(@types/node@25.2.2)(ts-node@10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.18))(@types/node@25.2.2)(typescript@5.9.3)): + jest@30.2.0(@types/node@25.3.3)(ts-node@10.9.2(@swc/core@1.15.18(@swc/helpers@0.5.19))(@types/node@25.3.3)(typescript@5.9.3)): dependencies: - '@jest/core': 30.2.0(ts-node@10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.18))(@types/node@25.2.2)(typescript@5.9.3)) + '@jest/core': 30.2.0(ts-node@10.9.2(@swc/core@1.15.18(@swc/helpers@0.5.19))(@types/node@25.3.3)(typescript@5.9.3)) '@jest/types': 30.2.0 import-local: 3.2.0 - jest-cli: 30.2.0(@types/node@25.2.2)(ts-node@10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.18))(@types/node@25.2.2)(typescript@5.9.3)) + jest-cli: 30.2.0(@types/node@25.3.3)(ts-node@10.9.2(@swc/core@1.15.18(@swc/helpers@0.5.19))(@types/node@25.3.3)(typescript@5.9.3)) transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -20409,11 +20426,10 @@ snapshots: json5@2.2.3: {} - jsonc-eslint-parser@2.4.2: + jsonc-eslint-parser@3.1.0: dependencies: acorn: 8.16.0 - eslint-visitor-keys: 3.4.3 - espree: 9.6.1 + eslint-visitor-keys: 5.0.1 semver: 7.7.4 jsonc-parser@3.3.1: {} @@ -20798,11 +20814,11 @@ snapshots: min-indent@1.0.1: {} - mini-css-extract-plugin@2.10.0(webpack@5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18))): + mini-css-extract-plugin@2.10.0(webpack@5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19))): dependencies: schema-utils: 4.3.3 tapable: 2.3.0 - webpack: 5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18)) + webpack: 5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19)) minimalistic-assert@1.0.1: {} @@ -20864,9 +20880,9 @@ snapshots: ms@2.1.3: {} - msw@2.12.9(@types/node@25.2.2)(typescript@5.9.3): + msw@2.12.10(@types/node@25.3.3)(typescript@5.9.3): dependencies: - '@inquirer/confirm': 5.1.21(@types/node@25.2.2) + '@inquirer/confirm': 5.1.21(@types/node@25.3.3) '@mswjs/interceptors': 0.41.3 '@open-draft/deferred-promise': 2.2.0 '@types/statuses': 2.0.6 @@ -20931,24 +20947,25 @@ snapshots: neo-async@2.6.2: {} - netlify-cli@23.15.1(@swc/core@1.15.11(@swc/helpers@0.5.18))(@types/node@25.2.2)(picomatch@4.0.3)(rollup@4.59.0): + netlify-cli@24.0.1(@swc/core@1.15.18(@swc/helpers@0.5.19))(@types/node@25.3.3)(picomatch@4.0.3)(rollup@4.59.0): dependencies: '@fastify/static': 9.0.0 - '@netlify/ai': 0.3.4(@netlify/api@14.0.13) - '@netlify/api': 14.0.13 - '@netlify/blobs': 10.1.0 - '@netlify/build': 35.5.14(@opentelemetry/api@1.8.0)(@swc/core@1.15.11(@swc/helpers@0.5.18))(@types/node@25.2.2)(picomatch@4.0.3)(rollup@4.59.0) + '@netlify/ai': 0.3.8 + '@netlify/api': 14.0.15 + '@netlify/blobs': 10.7.0 + '@netlify/build': 35.8.3(@opentelemetry/api@1.8.0)(@swc/core@1.15.18(@swc/helpers@0.5.19))(@types/node@25.3.3)(picomatch@4.0.3)(rollup@4.59.0) '@netlify/build-info': 10.3.0 - '@netlify/config': 24.3.0 - '@netlify/dev-utils': 4.3.2 - '@netlify/edge-bundler': 14.9.5 + '@netlify/config': 24.4.1 + '@netlify/dev': 4.11.2(rollup@4.59.0) + '@netlify/dev-utils': 4.3.3 + '@netlify/edge-bundler': 14.9.11 '@netlify/edge-functions': 3.0.3 '@netlify/edge-functions-bootstrap': 2.17.1 '@netlify/headers-parser': 9.0.2 - '@netlify/images': 1.2.5(@netlify/blobs@10.1.0) + '@netlify/images': 1.3.3(@netlify/blobs@10.7.0) '@netlify/local-functions-proxy': 2.0.3 '@netlify/redirect-parser': 15.0.3 - '@netlify/zip-it-and-ship-it': 14.3.1(rollup@4.59.0) + '@netlify/zip-it-and-ship-it': 14.4.0(rollup@4.59.0) '@octokit/rest': 22.0.0 '@opentelemetry/api': 1.8.0 '@pnpm/tabtab': 0.5.4 @@ -20978,7 +20995,7 @@ snapshots: express-logging: 1.1.1 extract-zip: 2.0.1 fastest-levenshtein: 1.0.16 - fastify: 5.7.3 + fastify: 5.7.4 find-up: 8.0.0 folder-walker: 3.2.0 fuzzy: 0.1.3 @@ -20989,8 +21006,8 @@ snapshots: http-proxy: 1.18.1(debug@4.4.3) http-proxy-middleware: 3.0.5 https-proxy-agent: 7.0.6 - inquirer: 8.2.7(@types/node@25.2.2) - inquirer-autocomplete-prompt: 1.4.0(inquirer@8.2.7(@types/node@25.2.2)) + inquirer: 8.2.7(@types/node@25.3.3) + inquirer-autocomplete-prompt: 1.4.0(inquirer@8.2.7(@types/node@25.3.3)) is-docker: 3.0.0 is-stream: 4.0.1 is-wsl: 3.1.0 @@ -21037,6 +21054,7 @@ snapshots: - '@azure/storage-blob' - '@capacitor/preferences' - '@deno/kv' + - '@netlify/db-dev' - '@netlify/opentelemetry-sdk-setup' - '@planetscale/database' - '@swc/core' @@ -21122,12 +21140,12 @@ snapshots: node-stream-zip@1.15.0: {} - nodemon@3.1.11: + nodemon@3.1.14: dependencies: chokidar: 3.6.0 debug: 4.4.3(supports-color@5.5.0) ignore-by-default: 1.0.1 - minimatch: 3.1.5 + minimatch: 10.2.4 pstree.remy: 1.1.8 semver: 7.7.4 simple-update-notifier: 2.0.0 @@ -21412,12 +21430,11 @@ snapshots: package-json-from-dist@1.0.1: {} - package-json-validator@0.60.0: + package-json-validator@1.0.2: dependencies: semver: 7.7.4 validate-npm-package-license: 3.0.4 validate-npm-package-name: 7.0.2 - yargs: 18.0.0 package-json@10.0.1: dependencies: @@ -21571,7 +21588,7 @@ snapshots: dependencies: find-up: 4.1.0 - pkg-pr-new@0.0.63: + pkg-pr-new@0.0.65: dependencies: '@actions/core': 3.0.0 '@jsdevtools/ez-spawn': 3.0.4 @@ -21608,273 +21625,273 @@ snapshots: possible-typed-array-names@1.1.0: {} - postcss-attribute-case-insensitive@8.0.0(postcss@8.5.6): + postcss-attribute-case-insensitive@8.0.0(postcss@8.5.8): dependencies: - postcss: 8.5.6 + postcss: 8.5.8 postcss-selector-parser: 7.1.1 - postcss-clamp@4.1.0(postcss@8.5.6): + postcss-clamp@4.1.0(postcss@8.5.8): dependencies: - postcss: 8.5.6 + postcss: 8.5.8 postcss-value-parser: 4.2.0 - postcss-color-functional-notation@8.0.2(postcss@8.5.6): + postcss-color-functional-notation@8.0.2(postcss@8.5.8): dependencies: '@csstools/css-color-parser': 4.0.2(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-tokenizer': 4.0.0 - '@csstools/postcss-progressive-custom-properties': 5.0.0(postcss@8.5.6) - '@csstools/utilities': 3.0.0(postcss@8.5.6) - postcss: 8.5.6 + '@csstools/postcss-progressive-custom-properties': 5.0.0(postcss@8.5.8) + '@csstools/utilities': 3.0.0(postcss@8.5.8) + postcss: 8.5.8 - postcss-color-hex-alpha@11.0.0(postcss@8.5.6): + postcss-color-hex-alpha@11.0.0(postcss@8.5.8): dependencies: - '@csstools/utilities': 3.0.0(postcss@8.5.6) - postcss: 8.5.6 + '@csstools/utilities': 3.0.0(postcss@8.5.8) + postcss: 8.5.8 postcss-value-parser: 4.2.0 - postcss-color-rebeccapurple@11.0.0(postcss@8.5.6): + postcss-color-rebeccapurple@11.0.0(postcss@8.5.8): dependencies: - '@csstools/utilities': 3.0.0(postcss@8.5.6) - postcss: 8.5.6 + '@csstools/utilities': 3.0.0(postcss@8.5.8) + postcss: 8.5.8 postcss-value-parser: 4.2.0 - postcss-custom-media@12.0.1(postcss@8.5.6): + postcss-custom-media@12.0.1(postcss@8.5.8): dependencies: '@csstools/cascade-layer-name-parser': 3.0.0(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-tokenizer': 4.0.0 '@csstools/media-query-list-parser': 5.0.0(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) - postcss: 8.5.6 + postcss: 8.5.8 - postcss-custom-properties@15.0.1(postcss@8.5.6): + postcss-custom-properties@15.0.1(postcss@8.5.8): dependencies: '@csstools/cascade-layer-name-parser': 3.0.0(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-tokenizer': 4.0.0 - '@csstools/utilities': 3.0.0(postcss@8.5.6) - postcss: 8.5.6 + '@csstools/utilities': 3.0.0(postcss@8.5.8) + postcss: 8.5.8 postcss-value-parser: 4.2.0 - postcss-custom-selectors@9.0.1(postcss@8.5.6): + postcss-custom-selectors@9.0.1(postcss@8.5.8): dependencies: '@csstools/cascade-layer-name-parser': 3.0.0(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-tokenizer': 4.0.0 - postcss: 8.5.6 + postcss: 8.5.8 postcss-selector-parser: 7.1.1 - postcss-dir-pseudo-class@10.0.0(postcss@8.5.6): + postcss-dir-pseudo-class@10.0.0(postcss@8.5.8): dependencies: - postcss: 8.5.6 + postcss: 8.5.8 postcss-selector-parser: 7.1.1 - postcss-double-position-gradients@7.0.0(postcss@8.5.6): + postcss-double-position-gradients@7.0.0(postcss@8.5.8): dependencies: - '@csstools/postcss-progressive-custom-properties': 5.0.0(postcss@8.5.6) - '@csstools/utilities': 3.0.0(postcss@8.5.6) - postcss: 8.5.6 + '@csstools/postcss-progressive-custom-properties': 5.0.0(postcss@8.5.8) + '@csstools/utilities': 3.0.0(postcss@8.5.8) + postcss: 8.5.8 postcss-value-parser: 4.2.0 - postcss-focus-visible@11.0.0(postcss@8.5.6): + postcss-focus-visible@11.0.0(postcss@8.5.8): dependencies: - postcss: 8.5.6 + postcss: 8.5.8 postcss-selector-parser: 7.1.1 - postcss-focus-within@10.0.0(postcss@8.5.6): + postcss-focus-within@10.0.0(postcss@8.5.8): dependencies: - postcss: 8.5.6 + postcss: 8.5.8 postcss-selector-parser: 7.1.1 - postcss-font-variant@5.0.0(postcss@8.5.6): + postcss-font-variant@5.0.0(postcss@8.5.8): dependencies: - postcss: 8.5.6 + postcss: 8.5.8 - postcss-gap-properties@7.0.0(postcss@8.5.6): + postcss-gap-properties@7.0.0(postcss@8.5.8): dependencies: - postcss: 8.5.6 + postcss: 8.5.8 - postcss-image-set-function@8.0.0(postcss@8.5.6): + postcss-image-set-function@8.0.0(postcss@8.5.8): dependencies: - '@csstools/utilities': 3.0.0(postcss@8.5.6) - postcss: 8.5.6 + '@csstools/utilities': 3.0.0(postcss@8.5.8) + postcss: 8.5.8 postcss-value-parser: 4.2.0 - postcss-lab-function@8.0.2(postcss@8.5.6): + postcss-lab-function@8.0.2(postcss@8.5.8): dependencies: '@csstools/css-color-parser': 4.0.2(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-tokenizer': 4.0.0 - '@csstools/postcss-progressive-custom-properties': 5.0.0(postcss@8.5.6) - '@csstools/utilities': 3.0.0(postcss@8.5.6) - postcss: 8.5.6 + '@csstools/postcss-progressive-custom-properties': 5.0.0(postcss@8.5.8) + '@csstools/utilities': 3.0.0(postcss@8.5.8) + postcss: 8.5.8 - postcss-load-config@6.0.1(jiti@2.6.1)(postcss@8.5.6)(yaml@2.8.2): + postcss-load-config@6.0.1(jiti@2.6.1)(postcss@8.5.8)(yaml@2.8.2): dependencies: lilconfig: 3.1.3 optionalDependencies: jiti: 2.6.1 - postcss: 8.5.6 + postcss: 8.5.8 yaml: 2.8.2 - postcss-loader@8.2.1(@rspack/core@1.7.5(@swc/helpers@0.5.18))(postcss@8.5.6)(typescript@5.9.3)(webpack@5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18))): + postcss-loader@8.2.1(@rspack/core@1.7.7(@swc/helpers@0.5.19))(postcss@8.5.8)(typescript@5.9.3)(webpack@5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19))): dependencies: cosmiconfig: 9.0.1(typescript@5.9.3) jiti: 2.6.1 - postcss: 8.5.6 + postcss: 8.5.8 semver: 7.7.4 optionalDependencies: - '@rspack/core': 1.7.5(@swc/helpers@0.5.18) - webpack: 5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18)) + '@rspack/core': 1.7.7(@swc/helpers@0.5.19) + webpack: 5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19)) transitivePeerDependencies: - typescript - postcss-logical@9.0.0(postcss@8.5.6): + postcss-logical@9.0.0(postcss@8.5.8): dependencies: - postcss: 8.5.6 + postcss: 8.5.8 postcss-value-parser: 4.2.0 - postcss-modules-extract-imports@3.1.0(postcss@8.5.6): + postcss-modules-extract-imports@3.1.0(postcss@8.5.8): dependencies: - postcss: 8.5.6 + postcss: 8.5.8 - postcss-modules-local-by-default@4.2.0(postcss@8.5.6): + postcss-modules-local-by-default@4.2.0(postcss@8.5.8): dependencies: - icss-utils: 5.1.0(postcss@8.5.6) - postcss: 8.5.6 + icss-utils: 5.1.0(postcss@8.5.8) + postcss: 8.5.8 postcss-selector-parser: 7.1.1 postcss-value-parser: 4.2.0 - postcss-modules-scope@3.2.1(postcss@8.5.6): + postcss-modules-scope@3.2.1(postcss@8.5.8): dependencies: - postcss: 8.5.6 + postcss: 8.5.8 postcss-selector-parser: 7.1.1 - postcss-modules-values@4.0.0(postcss@8.5.6): + postcss-modules-values@4.0.0(postcss@8.5.8): dependencies: - icss-utils: 5.1.0(postcss@8.5.6) - postcss: 8.5.6 + icss-utils: 5.1.0(postcss@8.5.8) + postcss: 8.5.8 - postcss-nesting@14.0.0(postcss@8.5.6): + postcss-nesting@14.0.0(postcss@8.5.8): dependencies: '@csstools/selector-resolve-nested': 4.0.0(postcss-selector-parser@7.1.1) '@csstools/selector-specificity': 6.0.0(postcss-selector-parser@7.1.1) - postcss: 8.5.6 + postcss: 8.5.8 postcss-selector-parser: 7.1.1 - postcss-opacity-percentage@3.0.0(postcss@8.5.6): + postcss-opacity-percentage@3.0.0(postcss@8.5.8): dependencies: - postcss: 8.5.6 + postcss: 8.5.8 - postcss-overflow-shorthand@7.0.0(postcss@8.5.6): + postcss-overflow-shorthand@7.0.0(postcss@8.5.8): dependencies: - postcss: 8.5.6 + postcss: 8.5.8 postcss-value-parser: 4.2.0 - postcss-page-break@3.0.4(postcss@8.5.6): + postcss-page-break@3.0.4(postcss@8.5.8): dependencies: - postcss: 8.5.6 + postcss: 8.5.8 - postcss-place@11.0.0(postcss@8.5.6): + postcss-place@11.0.0(postcss@8.5.8): dependencies: - postcss: 8.5.6 + postcss: 8.5.8 postcss-value-parser: 4.2.0 - postcss-preset-env@11.2.0(postcss@8.5.6): - dependencies: - '@csstools/postcss-alpha-function': 2.0.3(postcss@8.5.6) - '@csstools/postcss-cascade-layers': 6.0.0(postcss@8.5.6) - '@csstools/postcss-color-function': 5.0.2(postcss@8.5.6) - '@csstools/postcss-color-function-display-p3-linear': 2.0.2(postcss@8.5.6) - '@csstools/postcss-color-mix-function': 4.0.2(postcss@8.5.6) - '@csstools/postcss-color-mix-variadic-function-arguments': 2.0.2(postcss@8.5.6) - '@csstools/postcss-content-alt-text': 3.0.0(postcss@8.5.6) - '@csstools/postcss-contrast-color-function': 3.0.2(postcss@8.5.6) - '@csstools/postcss-exponential-functions': 3.0.1(postcss@8.5.6) - '@csstools/postcss-font-format-keywords': 5.0.0(postcss@8.5.6) - '@csstools/postcss-font-width-property': 1.0.0(postcss@8.5.6) - '@csstools/postcss-gamut-mapping': 3.0.2(postcss@8.5.6) - '@csstools/postcss-gradients-interpolation-method': 6.0.2(postcss@8.5.6) - '@csstools/postcss-hwb-function': 5.0.2(postcss@8.5.6) - '@csstools/postcss-ic-unit': 5.0.0(postcss@8.5.6) - '@csstools/postcss-initial': 3.0.0(postcss@8.5.6) - '@csstools/postcss-is-pseudo-class': 6.0.0(postcss@8.5.6) - '@csstools/postcss-light-dark-function': 3.0.0(postcss@8.5.6) - '@csstools/postcss-logical-float-and-clear': 4.0.0(postcss@8.5.6) - '@csstools/postcss-logical-overflow': 3.0.0(postcss@8.5.6) - '@csstools/postcss-logical-overscroll-behavior': 3.0.0(postcss@8.5.6) - '@csstools/postcss-logical-resize': 4.0.0(postcss@8.5.6) - '@csstools/postcss-logical-viewport-units': 4.0.0(postcss@8.5.6) - '@csstools/postcss-media-minmax': 3.0.1(postcss@8.5.6) - '@csstools/postcss-media-queries-aspect-ratio-number-values': 4.0.0(postcss@8.5.6) - '@csstools/postcss-mixins': 1.0.0(postcss@8.5.6) - '@csstools/postcss-nested-calc': 5.0.0(postcss@8.5.6) - '@csstools/postcss-normalize-display-values': 5.0.1(postcss@8.5.6) - '@csstools/postcss-oklab-function': 5.0.2(postcss@8.5.6) - '@csstools/postcss-position-area-property': 2.0.0(postcss@8.5.6) - '@csstools/postcss-progressive-custom-properties': 5.0.0(postcss@8.5.6) - '@csstools/postcss-property-rule-prelude-list': 2.0.0(postcss@8.5.6) - '@csstools/postcss-random-function': 3.0.1(postcss@8.5.6) - '@csstools/postcss-relative-color-syntax': 4.0.2(postcss@8.5.6) - '@csstools/postcss-scope-pseudo-class': 5.0.0(postcss@8.5.6) - '@csstools/postcss-sign-functions': 2.0.1(postcss@8.5.6) - '@csstools/postcss-stepped-value-functions': 5.0.1(postcss@8.5.6) - '@csstools/postcss-syntax-descriptor-syntax-production': 2.0.0(postcss@8.5.6) - '@csstools/postcss-system-ui-font-family': 2.0.0(postcss@8.5.6) - '@csstools/postcss-text-decoration-shorthand': 5.0.3(postcss@8.5.6) - '@csstools/postcss-trigonometric-functions': 5.0.1(postcss@8.5.6) - '@csstools/postcss-unset-value': 5.0.0(postcss@8.5.6) - autoprefixer: 10.4.27(postcss@8.5.6) + postcss-preset-env@11.2.0(postcss@8.5.8): + dependencies: + '@csstools/postcss-alpha-function': 2.0.3(postcss@8.5.8) + '@csstools/postcss-cascade-layers': 6.0.0(postcss@8.5.8) + '@csstools/postcss-color-function': 5.0.2(postcss@8.5.8) + '@csstools/postcss-color-function-display-p3-linear': 2.0.2(postcss@8.5.8) + '@csstools/postcss-color-mix-function': 4.0.2(postcss@8.5.8) + '@csstools/postcss-color-mix-variadic-function-arguments': 2.0.2(postcss@8.5.8) + '@csstools/postcss-content-alt-text': 3.0.0(postcss@8.5.8) + '@csstools/postcss-contrast-color-function': 3.0.2(postcss@8.5.8) + '@csstools/postcss-exponential-functions': 3.0.1(postcss@8.5.8) + '@csstools/postcss-font-format-keywords': 5.0.0(postcss@8.5.8) + '@csstools/postcss-font-width-property': 1.0.0(postcss@8.5.8) + '@csstools/postcss-gamut-mapping': 3.0.2(postcss@8.5.8) + '@csstools/postcss-gradients-interpolation-method': 6.0.2(postcss@8.5.8) + '@csstools/postcss-hwb-function': 5.0.2(postcss@8.5.8) + '@csstools/postcss-ic-unit': 5.0.0(postcss@8.5.8) + '@csstools/postcss-initial': 3.0.0(postcss@8.5.8) + '@csstools/postcss-is-pseudo-class': 6.0.0(postcss@8.5.8) + '@csstools/postcss-light-dark-function': 3.0.0(postcss@8.5.8) + '@csstools/postcss-logical-float-and-clear': 4.0.0(postcss@8.5.8) + '@csstools/postcss-logical-overflow': 3.0.0(postcss@8.5.8) + '@csstools/postcss-logical-overscroll-behavior': 3.0.0(postcss@8.5.8) + '@csstools/postcss-logical-resize': 4.0.0(postcss@8.5.8) + '@csstools/postcss-logical-viewport-units': 4.0.0(postcss@8.5.8) + '@csstools/postcss-media-minmax': 3.0.1(postcss@8.5.8) + '@csstools/postcss-media-queries-aspect-ratio-number-values': 4.0.0(postcss@8.5.8) + '@csstools/postcss-mixins': 1.0.0(postcss@8.5.8) + '@csstools/postcss-nested-calc': 5.0.0(postcss@8.5.8) + '@csstools/postcss-normalize-display-values': 5.0.1(postcss@8.5.8) + '@csstools/postcss-oklab-function': 5.0.2(postcss@8.5.8) + '@csstools/postcss-position-area-property': 2.0.0(postcss@8.5.8) + '@csstools/postcss-progressive-custom-properties': 5.0.0(postcss@8.5.8) + '@csstools/postcss-property-rule-prelude-list': 2.0.0(postcss@8.5.8) + '@csstools/postcss-random-function': 3.0.1(postcss@8.5.8) + '@csstools/postcss-relative-color-syntax': 4.0.2(postcss@8.5.8) + '@csstools/postcss-scope-pseudo-class': 5.0.0(postcss@8.5.8) + '@csstools/postcss-sign-functions': 2.0.1(postcss@8.5.8) + '@csstools/postcss-stepped-value-functions': 5.0.1(postcss@8.5.8) + '@csstools/postcss-syntax-descriptor-syntax-production': 2.0.0(postcss@8.5.8) + '@csstools/postcss-system-ui-font-family': 2.0.0(postcss@8.5.8) + '@csstools/postcss-text-decoration-shorthand': 5.0.3(postcss@8.5.8) + '@csstools/postcss-trigonometric-functions': 5.0.1(postcss@8.5.8) + '@csstools/postcss-unset-value': 5.0.0(postcss@8.5.8) + autoprefixer: 10.4.27(postcss@8.5.8) browserslist: 4.28.1 - css-blank-pseudo: 8.0.1(postcss@8.5.6) - css-has-pseudo: 8.0.0(postcss@8.5.6) - css-prefers-color-scheme: 11.0.0(postcss@8.5.6) + css-blank-pseudo: 8.0.1(postcss@8.5.8) + css-has-pseudo: 8.0.0(postcss@8.5.8) + css-prefers-color-scheme: 11.0.0(postcss@8.5.8) cssdb: 8.8.0 - postcss: 8.5.6 - postcss-attribute-case-insensitive: 8.0.0(postcss@8.5.6) - postcss-clamp: 4.1.0(postcss@8.5.6) - postcss-color-functional-notation: 8.0.2(postcss@8.5.6) - postcss-color-hex-alpha: 11.0.0(postcss@8.5.6) - postcss-color-rebeccapurple: 11.0.0(postcss@8.5.6) - postcss-custom-media: 12.0.1(postcss@8.5.6) - postcss-custom-properties: 15.0.1(postcss@8.5.6) - postcss-custom-selectors: 9.0.1(postcss@8.5.6) - postcss-dir-pseudo-class: 10.0.0(postcss@8.5.6) - postcss-double-position-gradients: 7.0.0(postcss@8.5.6) - postcss-focus-visible: 11.0.0(postcss@8.5.6) - postcss-focus-within: 10.0.0(postcss@8.5.6) - postcss-font-variant: 5.0.0(postcss@8.5.6) - postcss-gap-properties: 7.0.0(postcss@8.5.6) - postcss-image-set-function: 8.0.0(postcss@8.5.6) - postcss-lab-function: 8.0.2(postcss@8.5.6) - postcss-logical: 9.0.0(postcss@8.5.6) - postcss-nesting: 14.0.0(postcss@8.5.6) - postcss-opacity-percentage: 3.0.0(postcss@8.5.6) - postcss-overflow-shorthand: 7.0.0(postcss@8.5.6) - postcss-page-break: 3.0.4(postcss@8.5.6) - postcss-place: 11.0.0(postcss@8.5.6) - postcss-pseudo-class-any-link: 11.0.0(postcss@8.5.6) - postcss-replace-overflow-wrap: 4.0.0(postcss@8.5.6) - postcss-selector-not: 9.0.0(postcss@8.5.6) - - postcss-pseudo-class-any-link@11.0.0(postcss@8.5.6): - dependencies: - postcss: 8.5.6 + postcss: 8.5.8 + postcss-attribute-case-insensitive: 8.0.0(postcss@8.5.8) + postcss-clamp: 4.1.0(postcss@8.5.8) + postcss-color-functional-notation: 8.0.2(postcss@8.5.8) + postcss-color-hex-alpha: 11.0.0(postcss@8.5.8) + postcss-color-rebeccapurple: 11.0.0(postcss@8.5.8) + postcss-custom-media: 12.0.1(postcss@8.5.8) + postcss-custom-properties: 15.0.1(postcss@8.5.8) + postcss-custom-selectors: 9.0.1(postcss@8.5.8) + postcss-dir-pseudo-class: 10.0.0(postcss@8.5.8) + postcss-double-position-gradients: 7.0.0(postcss@8.5.8) + postcss-focus-visible: 11.0.0(postcss@8.5.8) + postcss-focus-within: 10.0.0(postcss@8.5.8) + postcss-font-variant: 5.0.0(postcss@8.5.8) + postcss-gap-properties: 7.0.0(postcss@8.5.8) + postcss-image-set-function: 8.0.0(postcss@8.5.8) + postcss-lab-function: 8.0.2(postcss@8.5.8) + postcss-logical: 9.0.0(postcss@8.5.8) + postcss-nesting: 14.0.0(postcss@8.5.8) + postcss-opacity-percentage: 3.0.0(postcss@8.5.8) + postcss-overflow-shorthand: 7.0.0(postcss@8.5.8) + postcss-page-break: 3.0.4(postcss@8.5.8) + postcss-place: 11.0.0(postcss@8.5.8) + postcss-pseudo-class-any-link: 11.0.0(postcss@8.5.8) + postcss-replace-overflow-wrap: 4.0.0(postcss@8.5.8) + postcss-selector-not: 9.0.0(postcss@8.5.8) + + postcss-pseudo-class-any-link@11.0.0(postcss@8.5.8): + dependencies: + postcss: 8.5.8 postcss-selector-parser: 7.1.1 - postcss-replace-overflow-wrap@4.0.0(postcss@8.5.6): + postcss-replace-overflow-wrap@4.0.0(postcss@8.5.8): dependencies: - postcss: 8.5.6 + postcss: 8.5.8 postcss-resolve-nested-selector@0.1.6: {} - postcss-safe-parser@7.0.1(postcss@8.5.6): + postcss-safe-parser@7.0.1(postcss@8.5.8): dependencies: - postcss: 8.5.6 + postcss: 8.5.8 - postcss-selector-not@9.0.0(postcss@8.5.6): + postcss-selector-not@9.0.0(postcss@8.5.8): dependencies: - postcss: 8.5.6 + postcss: 8.5.8 postcss-selector-parser: 7.1.1 postcss-selector-parser@7.1.1: @@ -21884,14 +21901,14 @@ snapshots: postcss-value-parser@4.2.0: {} - postcss-values-parser@6.0.2(postcss@8.5.6): + postcss-values-parser@6.0.2(postcss@8.5.8): dependencies: color-name: 1.1.4 is-url-superb: 4.0.0 - postcss: 8.5.6 + postcss: 8.5.8 quote-unquote: 1.0.0 - postcss@8.5.6: + postcss@8.5.8: dependencies: nanoid: 3.3.11 picocolors: 1.1.1 @@ -21906,7 +21923,7 @@ snapshots: detective-amd: 6.0.1 detective-cjs: 6.0.1 detective-es6: 5.0.1 - detective-postcss: 7.0.1(postcss@8.5.6) + detective-postcss: 7.0.1(postcss@8.5.8) detective-sass: 6.0.1 detective-scss: 5.0.1 detective-stylus: 5.0.1 @@ -21914,7 +21931,7 @@ snapshots: detective-vue2: 2.2.0(typescript@5.9.3) module-definition: 6.0.1 node-source-walk: 7.0.1 - postcss: 8.5.6 + postcss: 8.5.8 typescript: 5.9.3 transitivePeerDependencies: - supports-color @@ -21926,7 +21943,7 @@ snapshots: detective-amd: 6.0.1 detective-cjs: 6.0.1 detective-es6: 5.0.1 - detective-postcss: 7.0.1(postcss@8.5.6) + detective-postcss: 7.0.1(postcss@8.5.8) detective-sass: 6.0.1 detective-scss: 5.0.1 detective-stylus: 5.0.1 @@ -21934,7 +21951,7 @@ snapshots: detective-vue2: 2.2.0(supports-color@10.2.2)(typescript@5.9.3) module-definition: 6.0.1 node-source-walk: 7.0.1 - postcss: 8.5.6 + postcss: 8.5.8 typescript: 5.9.3 transitivePeerDependencies: - supports-color @@ -22149,7 +22166,7 @@ snapshots: react-refresh@0.18.0: {} - react-router@7.13.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + react-router@7.13.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4): dependencies: cookie: 1.1.1 react: 19.2.4 @@ -22329,6 +22346,14 @@ snapshots: require-from-string@2.0.2: {} + require-in-the-middle@7.5.2: + dependencies: + debug: 4.4.3(supports-color@5.5.0) + module-details-from-path: 1.0.4 + resolve: 1.22.11 + transitivePeerDependencies: + - supports-color + require-in-the-middle@7.5.2(supports-color@10.2.2): dependencies: debug: 4.4.3(supports-color@10.2.2) @@ -22390,7 +22415,7 @@ snapshots: rettime@0.10.1: {} - retypeapp@3.11.0: {} + retypeapp@4.1.0: {} reusify@1.1.0: {} @@ -22406,7 +22431,7 @@ snapshots: dependencies: glob: 10.5.0 - rimraf@6.1.2: + rimraf@6.1.3: dependencies: glob: 13.0.6 package-json-from-dist: 1.0.1 @@ -22454,7 +22479,7 @@ snapshots: rrweb-cssom@0.8.0: {} - rsbuild-plugin-dts@0.19.5(@rsbuild/core@1.7.3)(@typescript/native-preview@7.0.0-dev.20260209.1)(typescript@5.9.3): + rsbuild-plugin-dts@0.19.6(@rsbuild/core@1.7.3)(@typescript/native-preview@7.0.0-dev.20260209.1)(typescript@5.9.3): dependencies: '@ast-grep/napi': 0.37.0 '@rsbuild/core': 1.7.3 @@ -22915,19 +22940,19 @@ snapshots: es-errors: 1.3.0 internal-slot: 1.1.0 - storybook-addon-rslib@3.2.2(@rsbuild/core@1.7.3)(@rslib/core@0.19.5(@typescript/native-preview@7.0.0-dev.20260209.1)(typescript@5.9.3))(storybook-builder-rsbuild@3.2.2(@rsbuild/core@1.7.3)(@rspack/core@1.7.5(@swc/helpers@0.5.18))(msw@2.12.9(@types/node@25.2.2)(typescript@5.9.3))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.8(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(tslib@2.8.1)(typescript@5.9.3)(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2)))(typescript@5.9.3): + storybook-addon-rslib@3.3.0(@rsbuild/core@1.7.3)(@rslib/core@0.19.6(@typescript/native-preview@7.0.0-dev.20260209.1)(typescript@5.9.3))(storybook-builder-rsbuild@3.3.0(@rsbuild/core@1.7.3)(@rspack/core@1.7.7(@swc/helpers@0.5.19))(msw@2.12.10(@types/node@25.3.3)(typescript@5.9.3))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.14(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(tslib@2.8.1)(typescript@5.9.3)(vite@7.3.1(@types/node@25.3.3)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2)))(typescript@5.9.3): dependencies: '@rsbuild/core': 1.7.3 - '@rslib/core': 0.19.5(@typescript/native-preview@7.0.0-dev.20260209.1)(typescript@5.9.3) - storybook-builder-rsbuild: 3.2.2(@rsbuild/core@1.7.3)(@rspack/core@1.7.5(@swc/helpers@0.5.18))(msw@2.12.9(@types/node@25.2.2)(typescript@5.9.3))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.8(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(tslib@2.8.1)(typescript@5.9.3)(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2)) + '@rslib/core': 0.19.6(@typescript/native-preview@7.0.0-dev.20260209.1)(typescript@5.9.3) + storybook-builder-rsbuild: 3.3.0(@rsbuild/core@1.7.3)(@rspack/core@1.7.7(@swc/helpers@0.5.19))(msw@2.12.10(@types/node@25.3.3)(typescript@5.9.3))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.14(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(tslib@2.8.1)(typescript@5.9.3)(vite@7.3.1(@types/node@25.3.3)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2)) optionalDependencies: typescript: 5.9.3 - storybook-builder-rsbuild@3.2.2(@rsbuild/core@1.7.3)(@rspack/core@1.7.5(@swc/helpers@0.5.18))(msw@2.12.9(@types/node@25.2.2)(typescript@5.9.3))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.8(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(tslib@2.8.1)(typescript@5.9.3)(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2)): + storybook-builder-rsbuild@3.3.0(@rsbuild/core@1.7.3)(@rspack/core@1.7.7(@swc/helpers@0.5.19))(msw@2.12.10(@types/node@25.3.3)(typescript@5.9.3))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.14(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(tslib@2.8.1)(typescript@5.9.3)(vite@7.3.1(@types/node@25.3.3)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2)): dependencies: '@rsbuild/core': 1.7.3 - '@rsbuild/plugin-type-check': 1.3.4(@rsbuild/core@1.7.3)(@rspack/core@1.7.5(@swc/helpers@0.5.18))(tslib@2.8.1)(typescript@5.9.3) - '@vitest/mocker': 3.2.4(msw@2.12.9(@types/node@25.2.2)(typescript@5.9.3))(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2)) + '@rsbuild/plugin-type-check': 1.3.4(@rsbuild/core@1.7.3)(@rspack/core@1.7.7(@swc/helpers@0.5.19))(tslib@2.8.1)(typescript@5.9.3) + '@vitest/mocker': 3.2.4(msw@2.12.10(@types/node@25.3.3)(typescript@5.9.3))(vite@7.3.1(@types/node@25.3.3)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2)) browser-assert: 1.2.1 case-sensitive-paths-webpack-plugin: 2.4.0 cjs-module-lexer: 2.2.0 @@ -22940,7 +22965,7 @@ snapshots: process: 0.11.10 rsbuild-plugin-html-minifier-terser: 1.1.3(@rsbuild/core@1.7.3) sirv: 2.0.4 - storybook: 10.2.8(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + storybook: 10.2.14(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) ts-dedent: 2.2.0 url: 0.11.4 util: 0.12.5 @@ -22955,12 +22980,12 @@ snapshots: - tslib - vite - storybook-react-rsbuild@3.2.2(@rsbuild/core@1.7.3)(@rspack/core@1.7.5(@swc/helpers@0.5.18))(msw@2.12.9(@types/node@25.2.2)(typescript@5.9.3))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(rollup@4.59.0)(storybook@10.2.8(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(tslib@2.8.1)(typescript@5.9.3)(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))(webpack@5.105.0): + storybook-react-rsbuild@3.3.0(@rsbuild/core@1.7.3)(@rspack/core@1.7.7(@swc/helpers@0.5.19))(msw@2.12.10(@types/node@25.3.3)(typescript@5.9.3))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(rollup@4.59.0)(storybook@10.2.14(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(tslib@2.8.1)(typescript@5.9.3)(vite@7.3.1(@types/node@25.3.3)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2))(webpack@5.105.3): dependencies: '@rollup/pluginutils': 5.3.0(rollup@4.59.0) '@rsbuild/core': 1.7.3 - '@storybook/react': 10.2.8(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.8(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(typescript@5.9.3) - '@storybook/react-docgen-typescript-plugin': 1.0.1(typescript@5.9.3)(webpack@5.105.0) + '@storybook/react': 10.2.14(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.14(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(typescript@5.9.3) + '@storybook/react-docgen-typescript-plugin': 1.0.1(typescript@5.9.3)(webpack@5.105.3) find-up: 5.0.0 magic-string: 0.30.21 react: 19.2.4 @@ -22968,8 +22993,8 @@ snapshots: react-docgen-typescript: 2.4.0(typescript@5.9.3) react-dom: 19.2.4(react@19.2.4) resolve: 1.22.11 - storybook: 10.2.8(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - storybook-builder-rsbuild: 3.2.2(@rsbuild/core@1.7.3)(@rspack/core@1.7.5(@swc/helpers@0.5.18))(msw@2.12.9(@types/node@25.2.2)(typescript@5.9.3))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.8(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(tslib@2.8.1)(typescript@5.9.3)(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2)) + storybook: 10.2.14(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + storybook-builder-rsbuild: 3.3.0(@rsbuild/core@1.7.3)(@rspack/core@1.7.7(@swc/helpers@0.5.19))(msw@2.12.10(@types/node@25.3.3)(typescript@5.9.3))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.14(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(tslib@2.8.1)(typescript@5.9.3)(vite@7.3.1(@types/node@25.3.3)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2)) tsconfig-paths: 4.2.0 optionalDependencies: typescript: 5.9.3 @@ -22982,7 +23007,7 @@ snapshots: - vite - webpack - storybook@10.2.8(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4): + storybook@10.2.14(@testing-library/dom@10.4.1)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4): dependencies: '@storybook/global': 5.0.0 '@storybook/icons': 2.0.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4) @@ -23149,9 +23174,9 @@ snapshots: stubborn-utils@1.0.2: {} - style-loader@4.0.0(webpack@5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18))): + style-loader@4.0.0(webpack@5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19))): dependencies: - webpack: 5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18)) + webpack: 5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19)) stylelint-config-recommended@17.0.0(stylelint@16.26.1(typescript@5.9.3)): dependencies: @@ -23198,9 +23223,9 @@ snapshots: micromatch: 4.0.8 normalize-path: 3.0.0 picocolors: 1.1.1 - postcss: 8.5.6 + postcss: 8.5.8 postcss-resolve-nested-selector: 0.1.6 - postcss-safe-parser: 7.0.1(postcss@8.5.6) + postcss-safe-parser: 7.0.1(postcss@8.5.8) postcss-selector-parser: 7.1.1 postcss-value-parser: 4.2.0 resolve-from: 5.0.0 @@ -23273,11 +23298,11 @@ snapshots: picocolors: 1.1.1 sax: 1.5.0 - swc-loader@0.2.7(@swc/core@1.15.11(@swc/helpers@0.5.18))(webpack@5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18))): + swc-loader@0.2.7(@swc/core@1.15.18(@swc/helpers@0.5.19))(webpack@5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19))): dependencies: - '@swc/core': 1.15.11(@swc/helpers@0.5.18) + '@swc/core': 1.15.18(@swc/helpers@0.5.19) '@swc/counter': 0.1.3 - webpack: 5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18)) + webpack: 5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19)) symbol-tree@3.2.4: {} @@ -23391,36 +23416,36 @@ snapshots: ansi-escapes: 7.2.0 supports-hyperlinks: 4.4.0 - terser-webpack-plugin@5.3.16(@swc/core@1.15.11(@swc/helpers@0.5.18))(webpack@5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18))): + terser-webpack-plugin@5.3.16(@swc/core@1.15.18(@swc/helpers@0.5.19))(webpack@5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19))): dependencies: '@jridgewell/trace-mapping': 0.3.31 jest-worker: 27.5.1 schema-utils: 4.3.3 serialize-javascript: 6.0.2 terser: 5.46.0 - webpack: 5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18)) + webpack: 5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19)) optionalDependencies: - '@swc/core': 1.15.11(@swc/helpers@0.5.18) + '@swc/core': 1.15.18(@swc/helpers@0.5.19) - terser-webpack-plugin@5.3.16(@swc/core@1.15.11(@swc/helpers@0.5.18))(webpack@5.105.0): + terser-webpack-plugin@5.3.16(@swc/core@1.15.18(@swc/helpers@0.5.19))(webpack@5.105.3): dependencies: '@jridgewell/trace-mapping': 0.3.31 jest-worker: 27.5.1 schema-utils: 4.3.3 serialize-javascript: 6.0.2 terser: 5.46.0 - webpack: 5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18))(webpack-cli@6.0.1) + webpack: 5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19))(webpack-cli@6.0.1) optionalDependencies: - '@swc/core': 1.15.11(@swc/helpers@0.5.18) + '@swc/core': 1.15.18(@swc/helpers@0.5.19) - terser-webpack-plugin@5.3.16(webpack@5.105.0): + terser-webpack-plugin@5.3.16(webpack@5.105.3): dependencies: '@jridgewell/trace-mapping': 0.3.31 jest-worker: 27.5.1 schema-utils: 4.3.3 serialize-javascript: 6.0.2 terser: 5.46.0 - webpack: 5.105.0 + webpack: 5.105.3 terser@5.46.0: dependencies: @@ -23558,7 +23583,7 @@ snapshots: dependencies: typescript: 5.9.3 - ts-checker-rspack-plugin@1.3.0(@rspack/core@1.7.5(@swc/helpers@0.5.18))(tslib@2.8.1)(typescript@5.9.3): + ts-checker-rspack-plugin@1.3.0(@rspack/core@1.7.7(@swc/helpers@0.5.19))(tslib@2.8.1)(typescript@5.9.3): dependencies: '@rspack/lite-tapable': 1.1.0 chokidar: 3.6.0 @@ -23566,7 +23591,7 @@ snapshots: picocolors: 1.1.1 typescript: 5.9.3 optionalDependencies: - '@rspack/core': 1.7.5(@swc/helpers@0.5.18) + '@rspack/core': 1.7.7(@swc/helpers@0.5.19) transitivePeerDependencies: - tslib @@ -23574,14 +23599,14 @@ snapshots: ts-interface-checker@0.1.13: {} - ts-node@10.9.2(@swc/core@1.15.11(@swc/helpers@0.5.18))(@types/node@25.2.2)(typescript@5.9.3): + ts-node@10.9.2(@swc/core@1.15.18(@swc/helpers@0.5.19))(@types/node@25.3.3)(typescript@5.9.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.12 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 25.2.2 + '@types/node': 25.3.3 acorn: 8.16.0 acorn-walk: 8.3.5 arg: 4.1.3 @@ -23592,7 +23617,7 @@ snapshots: v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: - '@swc/core': 1.15.11(@swc/helpers@0.5.18) + '@swc/core': 1.15.18(@swc/helpers@0.5.19) tsconfig-paths@3.15.0: dependencies: @@ -23611,7 +23636,7 @@ snapshots: tslib@2.8.1: {} - tsup@8.5.1(@swc/core@1.15.11(@swc/helpers@0.5.18))(jiti@2.6.1)(postcss@8.5.6)(typescript@5.9.3)(yaml@2.8.2): + tsup@8.5.1(@swc/core@1.15.18(@swc/helpers@0.5.19))(jiti@2.6.1)(postcss@8.5.8)(typescript@5.9.3)(yaml@2.8.2): dependencies: bundle-require: 5.1.0(esbuild@0.27.3) cac: 6.7.14 @@ -23622,7 +23647,7 @@ snapshots: fix-dts-default-cjs-exports: 1.0.1 joycon: 3.1.1 picocolors: 1.1.1 - postcss-load-config: 6.0.1(jiti@2.6.1)(postcss@8.5.6)(yaml@2.8.2) + postcss-load-config: 6.0.1(jiti@2.6.1)(postcss@8.5.8)(yaml@2.8.2) resolve-from: 5.0.0 rollup: 4.59.0 source-map: 0.7.6 @@ -23631,8 +23656,8 @@ snapshots: tinyglobby: 0.2.15 tree-kill: 1.2.2 optionalDependencies: - '@swc/core': 1.15.11(@swc/helpers@0.5.18) - postcss: 8.5.6 + '@swc/core': 1.15.18(@swc/helpers@0.5.19) + postcss: 8.5.8 typescript: 5.9.3 transitivePeerDependencies: - jiti @@ -23646,32 +23671,32 @@ snapshots: tunnel@0.0.6: {} - turbo-darwin-64@2.8.3: + turbo-darwin-64@2.8.12: optional: true - turbo-darwin-arm64@2.8.3: + turbo-darwin-arm64@2.8.12: optional: true - turbo-linux-64@2.8.3: + turbo-linux-64@2.8.12: optional: true - turbo-linux-arm64@2.8.3: + turbo-linux-arm64@2.8.12: optional: true - turbo-windows-64@2.8.3: + turbo-windows-64@2.8.12: optional: true - turbo-windows-arm64@2.8.3: + turbo-windows-arm64@2.8.12: optional: true - turbo@2.8.3: + turbo@2.8.12: optionalDependencies: - turbo-darwin-64: 2.8.3 - turbo-darwin-arm64: 2.8.3 - turbo-linux-64: 2.8.3 - turbo-linux-arm64: 2.8.3 - turbo-windows-64: 2.8.3 - turbo-windows-arm64: 2.8.3 + turbo-darwin-64: 2.8.12 + turbo-darwin-arm64: 2.8.12 + turbo-linux-64: 2.8.12 + turbo-linux-arm64: 2.8.12 + turbo-windows-64: 2.8.12 + turbo-windows-arm64: 2.8.12 type-check@0.4.0: dependencies: @@ -23735,12 +23760,12 @@ snapshots: possible-typed-array-names: 1.1.0 reflect.getprototypeof: 1.0.10 - typescript-eslint@8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3): + typescript-eslint@8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3): dependencies: - '@typescript-eslint/eslint-plugin': 8.55.0(@typescript-eslint/parser@8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/parser': 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/typescript-estree': 8.55.0(typescript@5.9.3) - '@typescript-eslint/utils': 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/eslint-plugin': 8.56.1(@typescript-eslint/parser@8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/parser': 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/typescript-estree': 8.56.1(typescript@5.9.3) + '@typescript-eslint/utils': 8.56.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) eslint: 9.39.2(jiti@2.6.1) typescript: 5.9.3 transitivePeerDependencies: @@ -23774,7 +23799,7 @@ snapshots: undici-types@6.21.0: {} - undici-types@7.16.0: {} + undici-types@7.18.2: {} undici@6.23.0: {} @@ -23845,7 +23870,7 @@ snapshots: '@unrs/resolver-binding-win32-ia32-msvc': 1.11.1 '@unrs/resolver-binding-win32-x64-msvc': 1.11.1 - unstorage@1.17.4(@netlify/blobs@10.1.0): + unstorage@1.17.4(@netlify/blobs@10.7.0): dependencies: anymatch: 3.1.3 chokidar: 5.0.0 @@ -23856,7 +23881,7 @@ snapshots: ofetch: 1.5.1 ufo: 1.6.3 optionalDependencies: - '@netlify/blobs': 10.1.0 + '@netlify/blobs': 10.7.0 until-async@3.0.2: {} @@ -23951,25 +23976,25 @@ snapshots: vary@1.1.2: {} - vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2): + vite@7.3.1(@types/node@25.3.3)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2): dependencies: esbuild: 0.27.3 fdir: 6.5.0(picomatch@4.0.3) picomatch: 4.0.3 - postcss: 8.5.6 + postcss: 8.5.8 rollup: 4.59.0 tinyglobby: 0.2.15 optionalDependencies: - '@types/node': 25.2.2 + '@types/node': 25.3.3 fsevents: 2.3.3 jiti: 2.6.1 terser: 5.46.0 yaml: 2.8.2 - vitest@4.0.18(@opentelemetry/api@1.8.0)(@types/node@25.2.2)(happy-dom@20.6.0)(jiti@2.6.1)(jsdom@26.1.0)(msw@2.12.9(@types/node@25.2.2)(typescript@5.9.3))(terser@5.46.0)(yaml@2.8.2): + vitest@4.0.18(@opentelemetry/api@1.8.0)(@types/node@25.3.3)(happy-dom@20.8.3)(jiti@2.6.1)(jsdom@26.1.0)(msw@2.12.10(@types/node@25.3.3)(typescript@5.9.3))(terser@5.46.0)(yaml@2.8.2): dependencies: '@vitest/expect': 4.0.18 - '@vitest/mocker': 4.0.18(msw@2.12.9(@types/node@25.2.2)(typescript@5.9.3))(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2)) + '@vitest/mocker': 4.0.18(msw@2.12.10(@types/node@25.3.3)(typescript@5.9.3))(vite@7.3.1(@types/node@25.3.3)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2)) '@vitest/pretty-format': 4.0.18 '@vitest/runner': 4.0.18 '@vitest/snapshot': 4.0.18 @@ -23986,12 +24011,12 @@ snapshots: tinyexec: 1.0.2 tinyglobby: 0.2.15 tinyrainbow: 3.0.3 - vite: 7.3.1(@types/node@25.2.2)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2) + vite: 7.3.1(@types/node@25.3.3)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2) why-is-node-running: 2.3.0 optionalDependencies: '@opentelemetry/api': 1.8.0 - '@types/node': 25.2.2 - happy-dom: 20.6.0 + '@types/node': 25.3.3 + happy-dom: 20.8.3 jsdom: 26.1.0 transitivePeerDependencies: - jiti @@ -24006,10 +24031,10 @@ snapshots: - tsx - yaml - vitest@4.0.18(@opentelemetry/api@1.9.0)(@types/node@25.2.2)(happy-dom@20.6.0)(jiti@2.6.1)(jsdom@26.1.0)(msw@2.12.9(@types/node@25.2.2)(typescript@5.9.3))(terser@5.46.0)(yaml@2.8.2): + vitest@4.0.18(@opentelemetry/api@1.9.0)(@types/node@25.3.3)(happy-dom@20.8.3)(jiti@2.6.1)(jsdom@26.1.0)(msw@2.12.10(@types/node@25.3.3)(typescript@5.9.3))(terser@5.46.0)(yaml@2.8.2): dependencies: '@vitest/expect': 4.0.18 - '@vitest/mocker': 4.0.18(msw@2.12.9(@types/node@25.2.2)(typescript@5.9.3))(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2)) + '@vitest/mocker': 4.0.18(msw@2.12.10(@types/node@25.3.3)(typescript@5.9.3))(vite@7.3.1(@types/node@25.3.3)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2)) '@vitest/pretty-format': 4.0.18 '@vitest/runner': 4.0.18 '@vitest/snapshot': 4.0.18 @@ -24026,12 +24051,12 @@ snapshots: tinyexec: 1.0.2 tinyglobby: 0.2.15 tinyrainbow: 3.0.3 - vite: 7.3.1(@types/node@25.2.2)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2) + vite: 7.3.1(@types/node@25.3.3)(jiti@2.6.1)(terser@5.46.0)(yaml@2.8.2) why-is-node-running: 2.3.0 optionalDependencies: '@opentelemetry/api': 1.9.0 - '@types/node': 25.2.2 - happy-dom: 20.6.0 + '@types/node': 25.3.3 + happy-dom: 20.8.3 jsdom: 26.1.0 transitivePeerDependencies: - jiti @@ -24137,12 +24162,12 @@ snapshots: webidl-conversions@7.0.0: {} - webpack-cli@6.0.1(webpack-dev-server@5.2.3)(webpack@5.105.0): + webpack-cli@6.0.1(webpack-dev-server@5.2.3)(webpack@5.105.3): dependencies: '@discoveryjs/json-ext': 0.6.3 - '@webpack-cli/configtest': 3.0.1(webpack-cli@6.0.1)(webpack@5.105.0) - '@webpack-cli/info': 3.0.1(webpack-cli@6.0.1)(webpack@5.105.0) - '@webpack-cli/serve': 3.0.1(webpack-cli@6.0.1)(webpack-dev-server@5.2.3)(webpack@5.105.0) + '@webpack-cli/configtest': 3.0.1(webpack-cli@6.0.1)(webpack@5.105.3) + '@webpack-cli/info': 3.0.1(webpack-cli@6.0.1)(webpack@5.105.3) + '@webpack-cli/serve': 3.0.1(webpack-cli@6.0.1)(webpack-dev-server@5.2.3)(webpack@5.105.3) colorette: 2.0.20 commander: 12.1.0 cross-spawn: 7.0.6 @@ -24151,12 +24176,12 @@ snapshots: import-local: 3.2.0 interpret: 3.1.1 rechoir: 0.8.0 - webpack: 5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18))(webpack-cli@6.0.1) + webpack: 5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19))(webpack-cli@6.0.1) webpack-merge: 6.0.1 optionalDependencies: - webpack-dev-server: 5.2.3(tslib@2.8.1)(webpack-cli@6.0.1)(webpack@5.105.0) + webpack-dev-server: 5.2.3(tslib@2.8.1)(webpack-cli@6.0.1)(webpack@5.105.3) - webpack-dev-middleware@7.4.5(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18))): + webpack-dev-middleware@7.4.5(tslib@2.8.1)(webpack@5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19))): dependencies: colorette: 2.0.20 memfs: 4.56.10(tslib@2.8.1) @@ -24165,11 +24190,11 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18)) + webpack: 5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19)) transitivePeerDependencies: - tslib - webpack-dev-middleware@7.4.5(tslib@2.8.1)(webpack@5.105.0): + webpack-dev-middleware@7.4.5(tslib@2.8.1)(webpack@5.105.3): dependencies: colorette: 2.0.20 memfs: 4.56.10(tslib@2.8.1) @@ -24178,11 +24203,11 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.3.3 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18))(webpack-cli@6.0.1) + webpack: 5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19))(webpack-cli@6.0.1) transitivePeerDependencies: - tslib - webpack-dev-server@5.2.3(tslib@2.8.1)(webpack-cli@6.0.1)(webpack@5.105.0): + webpack-dev-server@5.2.3(tslib@2.8.1)(webpack-cli@6.0.1)(webpack@5.105.3): dependencies: '@types/bonjour': 3.5.13 '@types/connect-history-api-fallback': 1.5.4 @@ -24210,11 +24235,11 @@ snapshots: serve-index: 1.9.2 sockjs: 0.3.24 spdy: 4.0.2 - webpack-dev-middleware: 7.4.5(tslib@2.8.1)(webpack@5.105.0) + webpack-dev-middleware: 7.4.5(tslib@2.8.1)(webpack@5.105.3) ws: 8.19.0 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18))(webpack-cli@6.0.1) - webpack-cli: 6.0.1(webpack-dev-server@5.2.3)(webpack@5.105.0) + webpack: 5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19))(webpack-cli@6.0.1) + webpack-cli: 6.0.1(webpack-dev-server@5.2.3)(webpack@5.105.3) transitivePeerDependencies: - bufferutil - debug @@ -24222,7 +24247,7 @@ snapshots: - tslib - utf-8-validate - webpack-dev-server@5.2.3(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18))): + webpack-dev-server@5.2.3(tslib@2.8.1)(webpack@5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19))): dependencies: '@types/bonjour': 3.5.13 '@types/connect-history-api-fallback': 1.5.4 @@ -24250,10 +24275,10 @@ snapshots: serve-index: 1.9.2 sockjs: 0.3.24 spdy: 4.0.2 - webpack-dev-middleware: 7.4.5(tslib@2.8.1)(webpack@5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18))) + webpack-dev-middleware: 7.4.5(tslib@2.8.1)(webpack@5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19))) ws: 8.19.0 optionalDependencies: - webpack: 5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18)) + webpack: 5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19)) transitivePeerDependencies: - bufferutil - debug @@ -24269,7 +24294,7 @@ snapshots: webpack-sources@3.3.4: {} - webpack@5.105.0: + webpack@5.105.3: dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -24293,7 +24318,7 @@ snapshots: neo-async: 2.6.2 schema-utils: 4.3.3 tapable: 2.3.0 - terser-webpack-plugin: 5.3.16(webpack@5.105.0) + terser-webpack-plugin: 5.3.16(webpack@5.105.3) watchpack: 2.5.1 webpack-sources: 3.3.4 transitivePeerDependencies: @@ -24301,7 +24326,7 @@ snapshots: - esbuild - uglify-js - webpack@5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18)): + webpack@5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19)): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -24325,7 +24350,7 @@ snapshots: neo-async: 2.6.2 schema-utils: 4.3.3 tapable: 2.3.0 - terser-webpack-plugin: 5.3.16(@swc/core@1.15.11(@swc/helpers@0.5.18))(webpack@5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18))) + terser-webpack-plugin: 5.3.16(@swc/core@1.15.18(@swc/helpers@0.5.19))(webpack@5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19))) watchpack: 2.5.1 webpack-sources: 3.3.4 transitivePeerDependencies: @@ -24333,7 +24358,7 @@ snapshots: - esbuild - uglify-js - webpack@5.105.0(@swc/core@1.15.11(@swc/helpers@0.5.18))(webpack-cli@6.0.1): + webpack@5.105.3(@swc/core@1.15.18(@swc/helpers@0.5.19))(webpack-cli@6.0.1): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -24357,11 +24382,11 @@ snapshots: neo-async: 2.6.2 schema-utils: 4.3.3 tapable: 2.3.0 - terser-webpack-plugin: 5.3.16(@swc/core@1.15.11(@swc/helpers@0.5.18))(webpack@5.105.0) + terser-webpack-plugin: 5.3.16(@swc/core@1.15.18(@swc/helpers@0.5.19))(webpack@5.105.3) watchpack: 2.5.1 webpack-sources: 3.3.4 optionalDependencies: - webpack-cli: 6.0.1(webpack-dev-server@5.2.3)(webpack@5.105.0) + webpack-cli: 6.0.1(webpack-dev-server@5.2.3)(webpack@5.105.3) transitivePeerDependencies: - '@swc/core' - esbuild @@ -24560,8 +24585,6 @@ snapshots: yargs-parser@21.1.1: {} - yargs-parser@22.0.0: {} - yargs@17.7.2: dependencies: cliui: 8.0.1 @@ -24572,15 +24595,6 @@ snapshots: y18n: 5.0.8 yargs-parser: 21.1.1 - yargs@18.0.0: - dependencies: - cliui: 9.0.1 - escalade: 3.2.0 - get-caller-file: 2.0.5 - string-width: 7.2.0 - y18n: 5.0.8 - yargs-parser: 22.0.0 - yauzl@2.10.0: dependencies: buffer-crc32: 0.2.13 diff --git a/samples/rsbuild/app/package.json b/samples/rsbuild/app/package.json index 181201be7..58357f225 100644 --- a/samples/rsbuild/app/package.json +++ b/samples/rsbuild/app/package.json @@ -25,19 +25,19 @@ "@rsbuild-sample/rslib-lib": "workspace:*", "react": "19.2.4", "react-dom": "19.2.4", - "react-router": "7.13.0" + "react-router": "7.13.1" }, "devDependencies": { "@eslint/js": "9.39.2", "@rsbuild/core": "1.7.3", - "@rspack/core": "1.7.5", + "@rspack/core": "1.7.7", "@testing-library/react": "16.3.2", - "@types/node": "25.2.2", - "@types/react": "19.2.13", + "@types/node": "25.3.3", + "@types/react": "19.2.14", "@types/react-dom": "19.2.3", - "@typescript-eslint/parser": "8.55.0", + "@typescript-eslint/parser": "8.56.1", "@typescript/native-preview": "7.0.0-dev.20260209.1", - "@vitejs/plugin-react": "5.1.3", + "@vitejs/plugin-react": "5.1.4", "@workleap/browserslist-config": "workspace:*", "@workleap/eslint-configs": "workspace:*", "@workleap/rsbuild-configs": "workspace:*", @@ -46,14 +46,14 @@ "browserslist": "4.28.1", "cross-env": "10.1.0", "eslint": "9.39.2", - "happy-dom": "20.6.0", + "happy-dom": "20.8.3", "http-server": "14.1.1", - "msw": "2.12.9", - "netlify-cli": "23.15.1", + "msw": "2.12.10", + "netlify-cli": "24.0.1", "prettier": "3.8.1", "stylelint": "16.26.1", "typescript": "5.9.3", - "typescript-eslint": "8.55.0", + "typescript-eslint": "8.56.1", "vitest": "4.0.18" }, "msw": { diff --git a/samples/rsbuild/app/public/mockServiceWorker.js b/samples/rsbuild/app/public/mockServiceWorker.js index 85e901012..daa58d0f1 100644 --- a/samples/rsbuild/app/public/mockServiceWorker.js +++ b/samples/rsbuild/app/public/mockServiceWorker.js @@ -7,7 +7,7 @@ * - Please do NOT modify this file. */ -const PACKAGE_VERSION = '2.12.9' +const PACKAGE_VERSION = '2.12.10' const INTEGRITY_CHECKSUM = '4db4a41e972cec1b64cc569c66952d82' const IS_MOCKED_RESPONSE = Symbol('isMockedResponse') const activeClientIds = new Set() diff --git a/samples/rsbuild/components/package.json b/samples/rsbuild/components/package.json index 0eea46db0..4c9fe594d 100644 --- a/samples/rsbuild/components/package.json +++ b/samples/rsbuild/components/package.json @@ -24,22 +24,22 @@ "@eslint/js": "9.39.2", "@rsbuild/core": "1.7.3", "@testing-library/react": "16.3.2", - "@types/react": "19.2.13", + "@types/react": "19.2.14", "@types/react-dom": "19.2.3", - "@typescript-eslint/parser": "8.55.0", + "@typescript-eslint/parser": "8.56.1", "@typescript/native-preview": "7.0.0-dev.20260209.1", - "@vitejs/plugin-react": "5.1.3", + "@vitejs/plugin-react": "5.1.4", "@workleap/eslint-configs": "workspace:*", "@workleap/stylelint-configs": "workspace:*", "@workleap/typescript-configs": "workspace:*", "eslint": "9.39.2", - "happy-dom": "20.6.0", + "happy-dom": "20.8.3", "identity-obj-proxy": "3.0.0", "prettier": "3.8.1", - "storybook-react-rsbuild": "3.2.2", + "storybook-react-rsbuild": "3.3.0", "stylelint": "16.26.1", "typescript": "5.9.3", - "typescript-eslint": "8.55.0", + "typescript-eslint": "8.56.1", "vitest": "4.0.18" } } diff --git a/samples/rsbuild/rslib-lib/package.json b/samples/rsbuild/rslib-lib/package.json index 9a514b339..68c1ad41a 100644 --- a/samples/rsbuild/rslib-lib/package.json +++ b/samples/rsbuild/rslib-lib/package.json @@ -25,14 +25,14 @@ }, "devDependencies": { "@eslint/js": "9.39.2", - "@rslib/core": "0.19.5", - "@typescript-eslint/parser": "8.55.0", + "@rslib/core": "0.19.6", + "@typescript-eslint/parser": "8.56.1", "@typescript/native-preview": "7.0.0-dev.20260209.1", "@workleap/eslint-configs": "workspace:*", "@workleap/rslib-configs": "workspace:*", "@workleap/typescript-configs": "workspace:*", "eslint": "9.39.2", "typescript": "5.9.3", - "typescript-eslint": "8.55.0" + "typescript-eslint": "8.56.1" } } diff --git a/samples/storybook/rsbuild/package.json b/samples/storybook/rsbuild/package.json index fc50ab846..549afcd07 100644 --- a/samples/storybook/rsbuild/package.json +++ b/samples/storybook/rsbuild/package.json @@ -18,13 +18,13 @@ "devDependencies": { "@eslint/js": "9.39.2", "@rsbuild/core": "1.7.3", - "@rspack/core": "1.7.5", - "@storybook/addon-a11y": "10.2.8", - "@storybook/addon-links": "10.2.8", - "@storybook/react": "10.2.8", - "@types/react": "19.2.13", + "@rspack/core": "1.7.7", + "@storybook/addon-a11y": "10.2.14", + "@storybook/addon-links": "10.2.14", + "@storybook/react": "10.2.14", + "@types/react": "19.2.14", "@types/react-dom": "19.2.3", - "@typescript-eslint/parser": "8.55.0", + "@typescript-eslint/parser": "8.56.1", "@typescript/native-preview": "7.0.0-dev.20260209.1", "@workleap/browserslist-config": "workspace:*", "@workleap/eslint-configs": "workspace:*", @@ -33,9 +33,9 @@ "browserslist": "4.28.1", "eslint": "9.39.2", "http-server": "14.1.1", - "storybook": "10.2.8", - "storybook-react-rsbuild": "3.2.2", + "storybook": "10.2.14", + "storybook-react-rsbuild": "3.3.0", "typescript": "5.9.3", - "typescript-eslint": "8.55.0" + "typescript-eslint": "8.56.1" } } diff --git a/samples/storybook/rslib/package.json b/samples/storybook/rslib/package.json index b8b34d733..35f15c326 100644 --- a/samples/storybook/rslib/package.json +++ b/samples/storybook/rslib/package.json @@ -18,12 +18,12 @@ "devDependencies": { "@eslint/js": "9.39.2", "@rsbuild/core": "1.7.3", - "@rslib/core": "0.19.5", - "@storybook/addon-a11y": "10.2.8", - "@storybook/react": "10.2.8", - "@types/react": "19.2.13", + "@rslib/core": "0.19.6", + "@storybook/addon-a11y": "10.2.14", + "@storybook/react": "10.2.14", + "@types/react": "19.2.14", "@types/react-dom": "19.2.3", - "@typescript-eslint/parser": "8.55.0", + "@typescript-eslint/parser": "8.56.1", "@typescript/native-preview": "7.0.0-dev.20260209.1", "@workleap/browserslist-config": "workspace:*", "@workleap/eslint-configs": "workspace:*", @@ -32,10 +32,10 @@ "browserslist": "4.28.1", "eslint": "9.39.2", "http-server": "14.1.1", - "storybook": "10.2.8", - "storybook-addon-rslib": "3.2.2", - "storybook-react-rsbuild": "3.2.2", + "storybook": "10.2.14", + "storybook-addon-rslib": "3.3.0", + "storybook-react-rsbuild": "3.3.0", "typescript": "5.9.3", - "typescript-eslint": "8.55.0" + "typescript-eslint": "8.56.1" } } diff --git a/samples/webpack/app/package.json b/samples/webpack/app/package.json index b2a963ca4..475d532ff 100644 --- a/samples/webpack/app/package.json +++ b/samples/webpack/app/package.json @@ -24,19 +24,19 @@ "@webpack-sample/tsup-lib": "workspace:*", "react": "19.2.4", "react-dom": "19.2.4", - "react-router": "7.13.0" + "react-router": "7.13.1" }, "devDependencies": { "@eslint/js": "9.39.2", - "@swc/core": "1.15.11", - "@swc/helpers": "0.5.18", + "@swc/core": "1.15.18", + "@swc/helpers": "0.5.19", "@swc/jest": "0.2.39", "@testing-library/react": "16.3.2", "@types/jest": "30.0.0", - "@types/node": "25.2.2", - "@types/react": "19.2.13", + "@types/node": "25.3.3", + "@types/react": "19.2.14", "@types/react-dom": "19.2.3", - "@typescript-eslint/parser": "8.55.0", + "@typescript-eslint/parser": "8.56.1", "@typescript/native-preview": "7.0.0-dev.20260209.1", "@workleap/browserslist-config": "workspace:*", "@workleap/eslint-configs": "workspace:*", @@ -52,15 +52,15 @@ "identity-obj-proxy": "3.0.0", "jest": "30.2.0", "jest-environment-jsdom": "30.2.0", - "msw": "2.12.9", - "nodemon": "3.1.11", - "postcss": "8.5.6", + "msw": "2.12.10", + "nodemon": "3.1.14", + "postcss": "8.5.8", "prettier": "3.8.1", "stylelint": "16.26.1", "ts-node": "10.9.2", "typescript": "5.9.3", - "typescript-eslint": "8.55.0", - "webpack": "5.105.0", + "typescript-eslint": "8.56.1", + "webpack": "5.105.3", "webpack-cli": "6.0.1", "webpack-dev-server": "5.2.3" }, diff --git a/samples/webpack/app/public/mockServiceWorker.js b/samples/webpack/app/public/mockServiceWorker.js index 85e901012..daa58d0f1 100644 --- a/samples/webpack/app/public/mockServiceWorker.js +++ b/samples/webpack/app/public/mockServiceWorker.js @@ -7,7 +7,7 @@ * - Please do NOT modify this file. */ -const PACKAGE_VERSION = '2.12.9' +const PACKAGE_VERSION = '2.12.10' const INTEGRITY_CHECKSUM = '4db4a41e972cec1b64cc569c66952d82' const IS_MOCKED_RESPONSE = Symbol('isMockedResponse') const activeClientIds = new Set() diff --git a/samples/webpack/components/package.json b/samples/webpack/components/package.json index 8432dca63..c25306338 100644 --- a/samples/webpack/components/package.json +++ b/samples/webpack/components/package.json @@ -22,13 +22,13 @@ }, "devDependencies": { "@eslint/js": "9.39.2", - "@swc/core": "1.15.11", + "@swc/core": "1.15.18", "@swc/jest": "0.2.39", "@testing-library/react": "16.3.2", "@types/jest": "30.0.0", - "@types/react": "19.2.13", + "@types/react": "19.2.14", "@types/react-dom": "19.2.3", - "@typescript-eslint/parser": "8.55.0", + "@typescript-eslint/parser": "8.56.1", "@typescript/native-preview": "7.0.0-dev.20260209.1", "@workleap/eslint-configs": "workspace:*", "@workleap/stylelint-configs": "workspace:*", @@ -44,6 +44,6 @@ "stylelint": "16.26.1", "ts-node": "10.9.2", "typescript": "5.9.3", - "typescript-eslint": "8.55.0" + "typescript-eslint": "8.56.1" } } diff --git a/samples/webpack/tsup-lib/package.json b/samples/webpack/tsup-lib/package.json index ebb16bafd..7a599fcff 100644 --- a/samples/webpack/tsup-lib/package.json +++ b/samples/webpack/tsup-lib/package.json @@ -25,7 +25,7 @@ }, "devDependencies": { "@eslint/js": "9.39.2", - "@typescript-eslint/parser": "8.55.0", + "@typescript-eslint/parser": "8.56.1", "@typescript/native-preview": "7.0.0-dev.20260209.1", "@workleap/eslint-configs": "workspace:*", "@workleap/tsup-configs": "workspace:*", @@ -33,6 +33,6 @@ "eslint": "9.39.2", "tsup": "8.5.1", "typescript": "5.9.3", - "typescript-eslint": "8.55.0" + "typescript-eslint": "8.56.1" } }